@modul/mbui 0.0.37 → 0.0.38-beta-select-9087c58b
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/BankCardImage/index.js +1 -1
- package/dist/BankLogosRounded/BankLogosRounded.d.ts +6 -0
- package/dist/BankLogosRounded/index.d.ts +1 -0
- package/dist/BankLogosRounded/index.js +1 -0
- package/dist/Calendar/index.js +1 -1
- package/dist/DatePicker/index.js +1 -1
- package/dist/Drawer/Drawer.d.ts +2 -1
- package/dist/Drawer/index.d.ts +1 -1
- package/dist/Drawer/index.js +2 -2
- package/dist/Input-OTP/Input.d.ts +2 -2
- package/dist/Select/SelectDrawer.d.ts +36 -0
- package/dist/Select/index.d.ts +1 -0
- package/dist/Select/index.js +5 -1
- package/dist/assets/css/global.css +1 -1
- package/dist/assets/images/sprite.svg +1 -0
- package/dist/index.d.ts +4 -2
- package/dist/index.js +6 -6
- package/package.json +9 -9
- /package/dist/{e02563d712f5569fb640.svg → assets/images/maod2-bg.svg} +0 -0
- /package/dist/{1476644af6cec1bd02a8.svg → assets/images/maod2.svg} +0 -0
- /package/dist/{8b4291644fa951602fbf.svg → assets/images/vb01-bg.svg} +0 -0
- /package/dist/{49544592ad8cdafd48da.svg → assets/images/vb01.svg} +0 -0
- /package/dist/{302a770df56183f57b8f.svg → assets/images/vb02-bg.svg} +0 -0
- /package/dist/{2deb3e3ba437d0581b29.svg → assets/images/vb02.svg} +0 -0
- /package/dist/{5353644099f4ce1b7bfb.svg → assets/images/vb03-bg.svg} +0 -0
- /package/dist/{53d3b89e5caf3efddf2f.svg → assets/images/vb03.svg} +0 -0
- /package/dist/{fa6c9ce5bcdc19d33629.svg → assets/images/vb05.svg} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modul/mbui",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.38-beta-select-9087c58b",
|
4
4
|
"packageManager": "yarn@3.5.1",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -61,14 +61,14 @@
|
|
61
61
|
"@babel/preset-react": "^7.9.4",
|
62
62
|
"@babel/preset-typescript": "^7.21.5",
|
63
63
|
"@chromatic-com/storybook": "^3.2.2",
|
64
|
-
"@storybook/addon-essentials": "^8.4.
|
65
|
-
"@storybook/addon-interactions": "^8.4.
|
66
|
-
"@storybook/addon-links": "^8.4.
|
64
|
+
"@storybook/addon-essentials": "^8.4.7",
|
65
|
+
"@storybook/addon-interactions": "^8.4.7",
|
66
|
+
"@storybook/addon-links": "^8.4.7",
|
67
67
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
68
|
-
"@storybook/blocks": "^8.4.
|
69
|
-
"@storybook/react": "^8.4.
|
70
|
-
"@storybook/react-webpack5": "^8.4.
|
71
|
-
"@storybook/test": "^8.4.
|
68
|
+
"@storybook/blocks": "^8.4.7",
|
69
|
+
"@storybook/react": "^8.4.7",
|
70
|
+
"@storybook/react-webpack5": "^8.4.7",
|
71
|
+
"@storybook/test": "^8.4.7",
|
72
72
|
"@svgr/cli": "8.1.0",
|
73
73
|
"@tailwindcss/forms": "^0.5.7",
|
74
74
|
"@types/node": "18.11.9",
|
@@ -111,7 +111,7 @@
|
|
111
111
|
"prettier": "2.7.1",
|
112
112
|
"react": "18.2.0",
|
113
113
|
"react-dom": "^18.2.0",
|
114
|
-
"storybook": "^8.4.
|
114
|
+
"storybook": "^8.4.7",
|
115
115
|
"style-loader": "^3.3.3",
|
116
116
|
"terser-webpack-plugin": "^5.3.10",
|
117
117
|
"ts-loader": "^9.4.2",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|