@modul/mbui 0.0.60-beta-pv-54289-5c2f1983 → 0.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DrawerDatePicker/DrawerDatePicker.d.ts +3 -1
- package/dist/DrawerDatePicker/MonthCaption.d.ts +9 -0
- package/dist/DrawerDatePicker/MonthView.d.ts +6 -2
- package/dist/DrawerDatePicker/YearView.d.ts +3 -2
- package/dist/DrawerDatePicker/helpers/helpers.d.ts +4 -0
- package/dist/DrawerDatePicker/hooks/useInfiniteScroll.d.ts +8 -0
- package/dist/DrawerDatePicker/hooks/useMonthLoader.d.ts +13 -0
- package/dist/DrawerDatePicker/hooks/useScrollToMonth.d.ts +7 -0
- package/dist/DrawerDatePicker/index.js +2 -2
- package/dist/DrawerDatePicker/utils.d.ts +1 -1
- package/dist/Input/Input.d.ts +1 -3
- package/dist/Input/InputMask.d.ts +2 -6
- package/dist/Input/index.d.ts +0 -1
- package/dist/Input/index.js +1 -1
- package/dist/Select/SelectDrawer/index.js +1 -1
- package/dist/Select/index.js +1 -1
- package/dist/assets/css/global.css +1 -24
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +12 -13
- package/dist/Input/InputNumericFormat.d.ts +0 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modul/mbui",
|
3
|
-
"version": "0.0.60
|
3
|
+
"version": "0.0.60",
|
4
4
|
"packageManager": "yarn@3.5.1",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -47,7 +47,6 @@
|
|
47
47
|
"react-day-picker": "^9.0.8",
|
48
48
|
"react-hook-form": "7.53.0",
|
49
49
|
"react-imask": "7.6.1",
|
50
|
-
"react-number-format": "^5.4.4",
|
51
50
|
"react-select": "5.8.0",
|
52
51
|
"react-swipeable": "7.0.1",
|
53
52
|
"sonner": "^1.5.0",
|
@@ -63,14 +62,14 @@
|
|
63
62
|
"@babel/preset-react": "^7.9.4",
|
64
63
|
"@babel/preset-typescript": "^7.21.5",
|
65
64
|
"@chromatic-com/storybook": "^3.2.6",
|
66
|
-
"@storybook/addon-essentials": "^8.6.
|
67
|
-
"@storybook/addon-interactions": "^8.6.
|
68
|
-
"@storybook/addon-links": "^8.6.
|
69
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.
|
70
|
-
"@storybook/blocks": "^8.6.
|
71
|
-
"@storybook/react": "^8.6.
|
72
|
-
"@storybook/react-webpack5": "^8.6.
|
73
|
-
"@storybook/test": "^8.6.
|
65
|
+
"@storybook/addon-essentials": "^8.6.7",
|
66
|
+
"@storybook/addon-interactions": "^8.6.7",
|
67
|
+
"@storybook/addon-links": "^8.6.7",
|
68
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
|
69
|
+
"@storybook/blocks": "^8.6.7",
|
70
|
+
"@storybook/react": "^8.6.7",
|
71
|
+
"@storybook/react-webpack5": "^8.6.7",
|
72
|
+
"@storybook/test": "^8.6.7",
|
74
73
|
"@svgr/cli": "8.1.0",
|
75
74
|
"@tailwindcss/forms": "^0.5.7",
|
76
75
|
"@testing-library/dom": "^10.4.0",
|
@@ -102,7 +101,7 @@
|
|
102
101
|
"eslint-plugin-prettier": "4.2.1",
|
103
102
|
"eslint-plugin-react": "7.31.10",
|
104
103
|
"eslint-plugin-react-hooks": "4.6.0",
|
105
|
-
"eslint-plugin-storybook": "^0.
|
104
|
+
"eslint-plugin-storybook": "^0.11.6",
|
106
105
|
"glob": "^10.2.4",
|
107
106
|
"html-webpack-plugin": "5.5.1",
|
108
107
|
"image-minimizer-webpack-plugin": "^4.0.2",
|
@@ -119,7 +118,7 @@
|
|
119
118
|
"prettier": "2.7.1",
|
120
119
|
"react": "18.2.0",
|
121
120
|
"react-dom": "^18.2.0",
|
122
|
-
"storybook": "^8.6.
|
121
|
+
"storybook": "^8.6.7",
|
123
122
|
"style-loader": "^3.3.3",
|
124
123
|
"terser-webpack-plugin": "^5.3.10",
|
125
124
|
"ts-jest": "^29.2.6",
|
@@ -137,4 +136,4 @@
|
|
137
136
|
"react": "^18.2.0",
|
138
137
|
"react-dom": "^18.2.0"
|
139
138
|
}
|
140
|
-
}
|
139
|
+
}
|