@stokelp/ui 2.92.0 → 2.93.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/accordion/Accordion.d.ts +2 -1
- package/dist/components/action-card/ActionCard.d.ts +0 -1
- package/dist/components/alert/Alert.d.ts +2 -1
- package/dist/components/app/navigation/AppNavigation.d.ts +0 -1
- package/dist/components/app/navigation/language-select/AppNavigationLanguageSelect.d.ts +0 -1
- package/dist/components/app/price-tag/PriceTag.d.ts +0 -1
- package/dist/components/app/product-card-catalog/styled.d.ts +0 -1
- package/dist/components/avatar/styled.d.ts +0 -1
- package/dist/components/box/Box.d.ts +0 -1
- package/dist/components/breadcrumb/Breadcrumb.d.ts +0 -1
- package/dist/components/button/Button.d.ts +0 -1
- package/dist/components/button-filter/ButtonFilter.d.ts +0 -1
- package/dist/components/chat/Chat.d.ts +0 -1
- package/dist/components/chat/ChatDocumentMessage.d.ts +0 -1
- package/dist/components/chat/ChatMessage.d.ts +0 -1
- package/dist/components/chat/ChatProfileAvatar.d.ts +0 -1
- package/dist/components/chat/ChatTextInput.d.ts +0 -1
- package/dist/components/checkbox/Checkbox.d.ts +0 -1
- package/dist/components/checkbox-card/CheckboxCard.d.ts +0 -1
- package/dist/components/chip/Chip.d.ts +0 -1
- package/dist/components/collapsible/styled.d.ts +0 -1
- package/dist/components/combobox/Combobox.d.ts +0 -1
- package/dist/components/date-picker/DatePicker.d.ts +0 -1
- package/dist/components/dialog/styled.d.ts +0 -1
- package/dist/components/drawer/Drawer.d.ts +0 -1
- package/dist/components/flag/styled.d.ts +0 -1
- package/dist/components/form/FormControl.d.ts +0 -1
- package/dist/components/form/FormHelperText.d.ts +0 -1
- package/dist/components/form/FormLabel.d.ts +0 -1
- package/dist/components/heading/Heading.d.ts +0 -1
- package/dist/components/icon/Icon.d.ts +0 -1
- package/dist/components/icon-button/IconButton.d.ts +0 -1
- package/dist/components/illustration/Illustration.d.ts +0 -1
- package/dist/components/input/Input.d.ts +0 -1
- package/dist/components/input/InputAddon.d.ts +0 -1
- package/dist/components/input/InputGroup.d.ts +0 -1
- package/dist/components/input/PhoneNumberInput.d.ts +0 -1
- package/dist/components/menu/Menu.d.ts +0 -1
- package/dist/components/pagination/Pagination.d.ts +0 -1
- package/dist/components/popover/Popover.d.ts +0 -1
- package/dist/components/radio-button-group/RadioButtonGroup.d.ts +0 -1
- package/dist/components/radio-card-group/RadioCardGroup.d.ts +0 -1
- package/dist/components/radio-group/RadioGroup.d.ts +0 -1
- package/dist/components/select/Select.d.ts +0 -1
- package/dist/components/select-language/SelectLanguage.d.ts +0 -1
- package/dist/components/status-tag-select/StatusTagSelect.d.ts +0 -1
- package/dist/components/switch/Switch.d.ts +0 -1
- package/dist/components/switch-card/SwitchCard.d.ts +0 -1
- package/dist/components/table/Table.d.ts +0 -1
- package/dist/components/table/TableProvider.d.ts +0 -1
- package/dist/components/tabs/Tabs.d.ts +0 -1
- package/dist/components/tag/Tag.d.ts +0 -1
- package/dist/components/text/Text.d.ts +0 -1
- package/dist/components/textarea/Textarea.d.ts +0 -1
- package/dist/components/tooltip/Tooltip.d.ts +0 -1
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.js.map +1 -1
- package/dist/shared/ConditionalWrapper.d.ts +0 -1
- package/dist/theme/recipes/checkbox-card.d.ts +0 -1
- package/dist/theme/recipes/icon-button.d.ts +0 -1
- package/dist/theme/recipes/switch-card.d.ts +0 -1
- package/dist/theme/utilities.d.ts +0 -1
- package/dist/ui.cjs +19 -19
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.css +1 -0
- package/dist/ui.js +4879 -4885
- package/dist/ui.js.map +1 -1
- package/dist/utils/slots.d.ts +0 -1
- package/package.json +11 -11
- package/dist/style.css +0 -1
package/dist/utils/slots.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stokelp/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.93.0",
|
|
4
4
|
"description": "Stokelp UI React",
|
|
5
5
|
"main": "dist/ui.cjs",
|
|
6
6
|
"module": "dist/ui.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@heroicons/react": "^2.2.0",
|
|
62
62
|
"@pandacss/dev": "^0.53.0",
|
|
63
|
-
"react": "^19.
|
|
63
|
+
"react": "^19.2.0",
|
|
64
64
|
"react-window": "^1.8.11"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
@@ -76,21 +76,21 @@
|
|
|
76
76
|
"@storybook/react-vite": "^8.6.8",
|
|
77
77
|
"@storybook/test": "^8.6.8",
|
|
78
78
|
"storybook-addon-data-theme-switcher": "^1.0.1",
|
|
79
|
-
"@types/lodash": "^4.17.
|
|
80
|
-
"@types/react": "^19.
|
|
81
|
-
"@types/react-is": "^19.
|
|
79
|
+
"@types/lodash": "^4.17.20",
|
|
80
|
+
"@types/react": "^19.2.2",
|
|
81
|
+
"@types/react-is": "^19.2.0",
|
|
82
82
|
"@types/react-window": "^1.8.8",
|
|
83
|
-
"@vitejs/plugin-react": "^
|
|
83
|
+
"@vitejs/plugin-react": "^5.0.4",
|
|
84
84
|
"deepmerge": "^4.3.1",
|
|
85
85
|
"prop-types": "^15.8.1",
|
|
86
86
|
"storybook": "^8.6.8",
|
|
87
|
-
"vite-plugin-dts": "^
|
|
88
|
-
"vite-tsconfig-paths": "^
|
|
87
|
+
"vite-plugin-dts": "^4.5.4",
|
|
88
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@ark-ui/react": "
|
|
92
|
-
"react-is": "
|
|
93
|
-
"react-phone-number-input": "^3.4.
|
|
91
|
+
"@ark-ui/react": "5.26.2",
|
|
92
|
+
"react-is": "19.2.0",
|
|
93
|
+
"react-phone-number-input": "^3.4.12",
|
|
94
94
|
"usehooks-ts": "3.1.1"
|
|
95
95
|
},
|
|
96
96
|
"release": {
|