@stokelp/ui 2.49.2 → 2.50.0
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/components/action-card/ActionCard.d.ts +4 -10
- package/dist/components/alert/Alert.d.ts +2 -4
- package/dist/components/app/product-card-catalog/styled.d.ts +12 -34
- package/dist/components/avatar/styled.d.ts +2 -4
- package/dist/components/breadcrumb/Breadcrumb.d.ts +2 -4
- package/dist/components/button/Button.d.ts +2 -4
- package/dist/components/button-filter/ButtonFilter.d.ts +2 -4
- package/dist/components/checkbox-card/CheckboxCard.d.ts +2 -4
- package/dist/components/chip/Chip.d.ts +4 -10
- package/dist/components/dialog/styled.d.ts +4 -10
- package/dist/components/drawer/Drawer.d.ts +4 -10
- package/dist/components/flag/styled.d.ts +2 -4
- package/dist/components/input/InputAddon.d.ts +2 -4
- package/dist/components/radio-card-group/RadioCardGroup.d.ts +2 -4
- package/dist/components/switch-card/SwitchCard.d.ts +2 -4
- package/dist/components/tabs/Tabs.d.ts +2 -4
- package/dist/components/textarea/Textarea.d.ts +2 -4
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/ui.cjs +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +413 -414
- package/dist/ui.js.map +1 -1
- package/package.json +18 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stokelp/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.50.0",
|
|
4
4
|
"description": "Stokelp UI React",
|
|
5
5
|
"main": "dist/ui.cjs",
|
|
6
6
|
"module": "dist/ui.js",
|
|
@@ -58,28 +58,29 @@
|
|
|
58
58
|
"chromatic": "chromatic --exit-zero-on-changes"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@heroicons/react": "^2.
|
|
61
|
+
"@heroicons/react": "^2.2.0",
|
|
62
62
|
"@pandacss/dev": "^0.53.0",
|
|
63
|
-
"react": "^
|
|
63
|
+
"react": "^19.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@chromatic-com/storybook": "^
|
|
66
|
+
"@chromatic-com/storybook": "^2.0.2",
|
|
67
67
|
"@stokelp/styled-system": "workspace:*",
|
|
68
|
-
"@storybook/addon-controls": "^8.
|
|
69
|
-
"@storybook/addon-essentials": "^8.
|
|
70
|
-
"@storybook/addon-interactions": "^8.
|
|
71
|
-
"@storybook/addon-links": "^8.
|
|
72
|
-
"@storybook/addon-storysource": "^8.
|
|
73
|
-
"@storybook/blocks": "^8.
|
|
74
|
-
"@storybook/react": "^8.
|
|
75
|
-
"@storybook/react-vite": "^8.
|
|
76
|
-
"@storybook/test": "^8.
|
|
77
|
-
"@types/
|
|
78
|
-
"@types/react
|
|
68
|
+
"@storybook/addon-controls": "^8.6.8",
|
|
69
|
+
"@storybook/addon-essentials": "^8.6.8",
|
|
70
|
+
"@storybook/addon-interactions": "^8.6.8",
|
|
71
|
+
"@storybook/addon-links": "^8.6.8",
|
|
72
|
+
"@storybook/addon-storysource": "^8.6.8",
|
|
73
|
+
"@storybook/blocks": "^8.6.8",
|
|
74
|
+
"@storybook/react": "^8.6.8",
|
|
75
|
+
"@storybook/react-vite": "^8.6.8",
|
|
76
|
+
"@storybook/test": "^8.6.8",
|
|
77
|
+
"@types/lodash": "^4.17.16",
|
|
78
|
+
"@types/react": "^19.0.12",
|
|
79
|
+
"@types/react-is": "^19.0.0",
|
|
79
80
|
"@vitejs/plugin-react": "^4.3.1",
|
|
80
81
|
"deepmerge": "^4.3.1",
|
|
81
82
|
"prop-types": "^15.8.1",
|
|
82
|
-
"storybook": "^8.
|
|
83
|
+
"storybook": "^8.6.8",
|
|
83
84
|
"vite-plugin-dts": "^3.9.1",
|
|
84
85
|
"vite-tsconfig-paths": "^4.3.2"
|
|
85
86
|
},
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"@ark-ui/react": "4.8.1",
|
|
88
89
|
"react-is": "18.3.1",
|
|
89
90
|
"react-phone-number-input": "^3.4.8",
|
|
90
|
-
"usehooks-ts": "3.1.
|
|
91
|
+
"usehooks-ts": "3.1.1"
|
|
91
92
|
},
|
|
92
93
|
"release": {
|
|
93
94
|
"monorepo": {
|