Add more missing components

This commit is contained in:
2025-08-10 23:37:40 -04:00
parent 7a31eade87
commit ebe69de078
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ import FileInput from "./input/file/FileInput";
import NumberInput from "./input/number/NumberInput";
import OptionInput from "./input/text/OptionInput";
import SelectInput from "./input/text/SelectInput";
import TextArea from "./input/text/TextArea";
import TextInput from "./input/text/TextInput";
@@ -18,6 +19,8 @@ export {
//NumberSlider,
OptionInput,
SelectInput,
TextArea,
TextInput,
TimeInput
};

View File

@@ -1,7 +1,7 @@
{
"name": "mattrixwv-components",
"private": false,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite",