imbric-theme 0.9.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/atoms/AlertModal/AlertModal.js +2 -2
- package/atoms/Checkbox/Checkbox.js +7 -1
- package/atoms/Input/Input.js +196 -79
- package/atoms/Input/Input.module.css +5 -0
- package/atoms/Picture/Picture.js +10 -4
- package/layout/DynamicTable/DynamicTable.js +144 -48
- package/layout/DynamicTable/DynamicTable.module.css +5 -18
- package/molecules/CardProductTypesBooking/CardProductTypesBooking.js +5 -5
- package/molecules/ColumnTable/ColumnTable.js +4 -3
- package/molecules/ColumnTable/ColumnTable.module.css +1 -0
- package/molecules/DatePicker/DatePicker.js +10 -4
- package/molecules/DynamicSelect/DynamicSelect.js +126 -32
- package/molecules/DynamicSelect/DynamicSelect.module.css +1 -1
- package/molecules/RowTable/RowTable.js +613 -396
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "imbric-theme",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "Components library IMBRIC",
|
5
5
|
"private": false,
|
6
6
|
"main": "index.js",
|
@@ -60,7 +60,8 @@
|
|
60
60
|
"react-moment": "1.1.2",
|
61
61
|
"react-router": "6.3.0",
|
62
62
|
"react-router-dom": "6.3.0",
|
63
|
-
"react-select": "5.
|
63
|
+
"react-select": "5.8.0",
|
64
|
+
"react-sortable-hoc": "2.0.0",
|
64
65
|
"react-spinners": "0.13.4",
|
65
66
|
"react-tooltip": "4.4.0",
|
66
67
|
"storybook-addon-theme-changer": "0.1.2",
|