@driveflux/beam 2.1.2-next.5 → 2.1.2
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/accordion/Accordion.stories.js +1 -1
- package/dist/accordion/Accordion.stories.js.map +1 -1
- package/dist/alert/Alert.d.ts +1 -1
- package/dist/alert/Alert.d.ts.map +1 -1
- package/dist/alert/Alert.js.map +1 -1
- package/dist/alert/Alert.stories.d.ts +1 -1
- package/dist/badge/Badge.d.ts +1 -1
- package/dist/badge/Badge.d.ts.map +1 -1
- package/dist/badge/Badge.js.map +1 -1
- package/dist/base-styles.css +24 -25
- package/dist/button/Button.d.ts.map +1 -1
- package/dist/button/Button.js +12 -124
- package/dist/button/Button.js.map +1 -1
- package/dist/carousel/Carousel.d.ts.map +1 -1
- package/dist/carousel/Carousel.js.map +1 -1
- package/dist/carousel/CarouselButton.d.ts.map +1 -1
- package/dist/carousel/CarouselButton.js.map +1 -1
- package/dist/chip/Chip.stories.d.ts.map +1 -1
- package/dist/chip/Chip.stories.js.map +1 -1
- package/dist/command/command.d.ts +7 -7
- package/dist/datepicker/DatePicker.d.ts +3 -2
- package/dist/datepicker/DatePicker.d.ts.map +1 -1
- package/dist/datepicker/DatePicker.js +3 -3
- package/dist/datepicker/DatePicker.js.map +1 -1
- package/dist/datepicker/DatePicker.stories.js +1 -1
- package/dist/datepicker/DatePicker.stories.js.map +1 -1
- package/dist/datepicker/DatePickerPopover.d.ts.map +1 -1
- package/dist/datepicker/DatePickerPopover.js +36 -208
- package/dist/datepicker/DatePickerPopover.js.map +1 -1
- package/dist/datepicker/calendar.css +3 -3
- package/dist/datepicker/utils.d.ts +1 -1
- package/dist/datepicker/utils.d.ts.map +1 -1
- package/dist/datepicker/utils.js +1 -1
- package/dist/datepicker/utils.js.map +1 -1
- package/dist/dialog/index.js +1 -1
- package/dist/dialog/index.js.map +1 -1
- package/dist/icons/IconHome.d.ts.map +1 -1
- package/dist/icons/IconHome.js.map +1 -1
- package/dist/input-select/InputSelect.js +4 -4
- package/dist/input-select/InputSelect.js.map +1 -1
- package/dist/input-select/InputSelect.stories.d.ts.map +1 -1
- package/dist/search-input-select/SearchInputSelect.js +2 -2
- package/dist/search-input-select/SearchInputSelect.js.map +1 -1
- package/dist/select/Select.js +1 -1
- package/dist/select/Select.js.map +1 -1
- package/dist/select/Select.stories.d.ts.map +1 -1
- package/dist/skeleton/Skeleton.js +3 -62
- package/dist/slider/Slider.stories.d.ts.map +1 -1
- package/dist/slider/Slider.stories.js.map +1 -1
- package/dist/styles.css +13 -12
- package/dist/tabs/Tabs.d.ts +1 -1
- package/dist/tabs/Tabs.d.ts.map +1 -1
- package/dist/tabs/Tabs.js.map +1 -1
- package/dist/toast/Toast.stories.js.map +1 -1
- package/dist/toast/ToastBox.js +24 -71
- package/dist/toast/index.d.ts +1 -1
- package/dist/toast/index.d.ts.map +1 -1
- package/dist/toast/index.js.map +1 -1
- package/dist/tooltip/Tooltip.js +12 -151
- package/package.json +53 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@driveflux/beam",
|
|
3
|
-
"version": "2.1.2
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./accordion": {
|
|
@@ -201,70 +201,74 @@
|
|
|
201
201
|
"copy-required-css.js"
|
|
202
202
|
],
|
|
203
203
|
"dependencies": {
|
|
204
|
-
"@radix-ui/react-accordion": "^1.2.
|
|
205
|
-
"@radix-ui/react-checkbox": "^1.3.
|
|
206
|
-
"@radix-ui/react-dialog": "^1.1.
|
|
207
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
208
|
-
"@radix-ui/react-popover": "^1.1.
|
|
209
|
-
"@radix-ui/react-progress": "^1.1.
|
|
210
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
211
|
-
"@radix-ui/react-select": "^2.2.
|
|
212
|
-
"@radix-ui/react-slider": "^1.3.
|
|
213
|
-
"@radix-ui/react-slot": "^1.2.
|
|
214
|
-
"@radix-ui/react-tabs": "^1.1.
|
|
215
|
-
"@radix-ui/react-toast": "^1.2.
|
|
216
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
204
|
+
"@radix-ui/react-accordion": "^1.2.10",
|
|
205
|
+
"@radix-ui/react-checkbox": "^1.3.1",
|
|
206
|
+
"@radix-ui/react-dialog": "^1.1.13",
|
|
207
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
208
|
+
"@radix-ui/react-popover": "^1.1.13",
|
|
209
|
+
"@radix-ui/react-progress": "^1.1.6",
|
|
210
|
+
"@radix-ui/react-scroll-area": "^1.2.8",
|
|
211
|
+
"@radix-ui/react-select": "^2.2.4",
|
|
212
|
+
"@radix-ui/react-slider": "^1.3.4",
|
|
213
|
+
"@radix-ui/react-slot": "^1.2.2",
|
|
214
|
+
"@radix-ui/react-tabs": "^1.1.11",
|
|
215
|
+
"@radix-ui/react-toast": "^1.2.13",
|
|
216
|
+
"@radix-ui/react-tooltip": "^1.2.6",
|
|
217
217
|
"@react-input/mask": "^2.0.4",
|
|
218
218
|
"@types/react-dom-factories": "^1.0.5",
|
|
219
219
|
"class-variance-authority": "^0.7.1",
|
|
220
220
|
"clsx": "^2.1.1",
|
|
221
|
-
"cmdk": "^1.
|
|
221
|
+
"cmdk": "^1.0.0",
|
|
222
222
|
"date-fns": "^4.1.0",
|
|
223
223
|
"embla-carousel-react": "^8.6.0",
|
|
224
|
-
"embla-carousel-wheel-gestures": "^8.
|
|
225
|
-
"lucide-react": "^0.
|
|
226
|
-
"next-themes": "^0.
|
|
227
|
-
"react-calendar": "^
|
|
228
|
-
"sonner": "^2.0.
|
|
229
|
-
"tailwind-merge": "^3.
|
|
224
|
+
"embla-carousel-wheel-gestures": "^8.0.2",
|
|
225
|
+
"lucide-react": "^0.508.0",
|
|
226
|
+
"next-themes": "^0.3.0",
|
|
227
|
+
"react-calendar": "^5.1.0",
|
|
228
|
+
"sonner": "^2.0.3",
|
|
229
|
+
"tailwind-merge": "^3.2.0",
|
|
230
230
|
"tailwindcss-animate": "^1.0.7",
|
|
231
|
-
"@driveflux/time": "5.0.3-next.1",
|
|
232
231
|
"vaul": "^1.1.2",
|
|
233
|
-
"vite": "^
|
|
232
|
+
"vite": "^6.3.5"
|
|
234
233
|
},
|
|
235
234
|
"devDependencies": {
|
|
236
|
-
"@chromatic-com/storybook": "^
|
|
237
|
-
"@driveflux/fab": "3.0.
|
|
238
|
-
"@driveflux/
|
|
239
|
-
"@
|
|
240
|
-
"@storybook/addon-
|
|
241
|
-
"@storybook/addon-
|
|
242
|
-
"@storybook/addon-
|
|
243
|
-
"@storybook/addon-
|
|
244
|
-
"@storybook/
|
|
245
|
-
"@storybook/
|
|
246
|
-
"@storybook/
|
|
247
|
-
"@storybook/react
|
|
248
|
-
"@storybook/
|
|
249
|
-
"@
|
|
250
|
-
"@swc/
|
|
251
|
-
"@
|
|
252
|
-
"@tailwindcss/
|
|
253
|
-
"@
|
|
254
|
-
"@types/
|
|
255
|
-
"@types/
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"react
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
"
|
|
235
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
236
|
+
"@driveflux/fab": "3.0.2",
|
|
237
|
+
"@driveflux/time": "5.0.2",
|
|
238
|
+
"@driveflux/tsconfig": "2.0.2",
|
|
239
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
240
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
241
|
+
"@storybook/addon-links": "^8.6.12",
|
|
242
|
+
"@storybook/addon-onboarding": "^8.6.12",
|
|
243
|
+
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
|
|
244
|
+
"@storybook/blocks": "^8.6.12",
|
|
245
|
+
"@storybook/experimental-nextjs-vite": "^8.6.12",
|
|
246
|
+
"@storybook/react": "^8.6.12",
|
|
247
|
+
"@storybook/react-vite": "^8.6.12",
|
|
248
|
+
"@storybook/test": "^8.6.12",
|
|
249
|
+
"@swc/cli": "0.7.5",
|
|
250
|
+
"@swc/core": "1.11.24",
|
|
251
|
+
"@tailwindcss/cli": "^4.1.13",
|
|
252
|
+
"@tailwindcss/postcss": "^4.1.13",
|
|
253
|
+
"@types/lodash": "^4.17.16",
|
|
254
|
+
"@types/node": "^22.15.16",
|
|
255
|
+
"@types/react": "^19.1.3",
|
|
256
|
+
"del-cli": "^6.0.0",
|
|
257
|
+
"react": "19.1.0",
|
|
258
|
+
"react-dom": "19.1.0",
|
|
259
|
+
"storybook": "^8.6.12",
|
|
260
|
+
"tailwindcss": "^4.1.13",
|
|
261
|
+
"typescript": "^5.8.3"
|
|
262
262
|
},
|
|
263
263
|
"eslintConfig": {
|
|
264
264
|
"extends": [
|
|
265
265
|
"plugin:storybook/recommended"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
+
"peerDependencies": {
|
|
269
|
+
"react": "19.1.0",
|
|
270
|
+
"react-dom": "19.1.0"
|
|
271
|
+
},
|
|
268
272
|
"scripts": {
|
|
269
273
|
"build": "node ./copy-required-css.js && pnpm tailwind && fab",
|
|
270
274
|
"clean": "fab clean",
|