@jenesei-software/jenesei-kit-react 1.3.40 → 2.0.1
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/README.md +0 -37
- package/build/AnimatePresence-19yP-TCg.js +134 -0
- package/build/AnimatePresence-19yP-TCg.js.map +1 -0
- package/build/AnimatePresence-BdBJCJuf.cjs +11 -0
- package/build/AnimatePresence-BdBJCJuf.cjs.map +1 -0
- package/build/area-outside.cjs.js +1 -2
- package/build/area-outside.d.ts +2 -28
- package/build/area-outside.es.js +2 -3
- package/build/area-preview.cjs.js +1 -2
- package/build/area-preview.d.ts +2 -48
- package/build/area-preview.es.js +3 -5
- package/build/area-skeleton.cjs.js +1 -2
- package/build/area-skeleton.d.ts +2 -68
- package/build/area-skeleton.es.js +2 -4
- package/build/areas/outside/area.d.ts +7 -0
- package/build/areas/outside/index.d.ts +1 -0
- package/build/areas/preview/area.d.ts +3 -0
- package/build/areas/preview/area.hooks.d.ts +1 -0
- package/build/areas/preview/area.types.d.ts +19 -0
- package/build/areas/preview/index.d.ts +3 -0
- package/build/areas/skeleton/area.d.ts +3 -0
- package/build/areas/skeleton/area.types.d.ts +21 -0
- package/build/areas/skeleton/index.d.ts +2 -0
- package/build/build-info.txt +3 -3
- package/build/button-BbGiFvok.js +102 -0
- package/build/button-BbGiFvok.js.map +1 -0
- package/build/button-BuPpgfL_.cjs +3 -0
- package/build/button-BuPpgfL_.cjs.map +1 -0
- package/build/checkbox-CXxWDklX.js +98 -0
- package/build/checkbox-CXxWDklX.js.map +1 -0
- package/build/checkbox-qgc_Ntc3.cjs +3 -0
- package/build/checkbox-qgc_Ntc3.cjs.map +1 -0
- package/build/chunk-Dd8m0Ver.cjs +1 -0
- package/build/chunk-cI0lbGMq.js +31 -0
- package/build/component-BHyXT2-h.js +71 -0
- package/build/component-BHyXT2-h.js.map +1 -0
- package/build/component-button.cjs.js +1 -2
- package/build/component-button.d.ts +2 -208
- package/build/component-button.es.js +2 -5
- package/build/component-checkbox.cjs.js +1 -2
- package/build/component-checkbox.d.ts +2 -208
- package/build/component-checkbox.es.js +2 -8
- package/build/component-date-picker.cjs.js +1 -2
- package/build/component-date-picker.d.ts +2 -582
- package/build/component-date-picker.es.js +2 -19
- package/build/component-icon.cjs.js +1 -2
- package/build/component-icon.d.ts +2 -136
- package/build/component-icon.es.js +4 -8
- package/build/component-input-otp.cjs.js +1 -2
- package/build/component-input-otp.d.ts +2 -211
- package/build/component-input-otp.es.js +2 -7
- package/build/component-input.cjs.js +1 -2
- package/build/component-input.d.ts +2 -286
- package/build/component-input.es.js +2 -18
- package/build/component-jsn2T8Hu.cjs +3 -0
- package/build/component-jsn2T8Hu.cjs.map +1 -0
- package/build/component-pagination.cjs.js +1 -2
- package/build/component-pagination.d.ts +2 -196
- package/build/component-pagination.es.js +2 -4
- package/build/component-popover.cjs.js +1 -0
- package/build/component-popover.d.ts +2 -0
- package/build/component-popover.es.js +5 -0
- package/build/component-select.cjs.js +1 -2
- package/build/component-select.d.ts +2 -411
- package/build/component-select.es.js +6 -18
- package/build/component-separator.cjs.js +1 -2
- package/build/component-separator.d.ts +2 -49
- package/build/component-separator.es.js +2 -5
- package/build/component-stack.cjs.js +1 -2
- package/build/component-stack.d.ts +2 -72
- package/build/component-stack.es.js +3 -6
- package/build/component-textarea.cjs.js +1 -2
- package/build/component-textarea.d.ts +2 -202
- package/build/component-textarea.es.js +2 -6
- package/build/component-toggle.cjs.js +1 -2
- package/build/component-toggle.d.ts +2 -150
- package/build/component-toggle.es.js +2 -6
- package/build/component-tooltip.cjs.js +1 -2
- package/build/component-tooltip.d.ts +2 -360
- package/build/component-tooltip.es.js +2 -10
- package/build/component-typography.cjs.js +1 -2
- package/build/component-typography.d.ts +2 -316
- package/build/component-typography.es.js +3 -9
- package/build/components/button/component.d.ts +3 -0
- package/build/components/button/component.types.d.ts +41 -0
- package/build/components/button/index.d.ts +2 -0
- package/build/components/checkbox/component.d.ts +3 -0
- package/build/components/checkbox/component.types.d.ts +51 -0
- package/build/components/checkbox/index.d.ts +2 -0
- package/build/components/date-picker/component.d.ts +2 -0
- package/build/components/date-picker/component.types.d.ts +86 -0
- package/build/components/date-picker/index.d.ts +2 -0
- package/build/components/error/component.d.ts +3 -0
- package/build/components/error/component.types.d.ts +11 -0
- package/build/components/error/index.d.ts +2 -0
- package/build/components/icon/component.consts.d.ts +6 -0
- package/build/components/icon/component.d.ts +9 -0
- package/build/components/icon/component.functions.d.ts +2 -0
- package/build/components/icon/component.hooks.d.ts +5 -0
- package/build/components/icon/component.types.d.ts +47 -0
- package/build/components/icon/index.d.ts +4 -0
- package/build/components/input/component.d.ts +6 -0
- package/build/components/input/component.types.d.ts +78 -0
- package/build/components/input/index.d.ts +2 -0
- package/build/components/input-otp/component.d.ts +2 -0
- package/build/components/input-otp/component.types.d.ts +8 -0
- package/build/components/input-otp/index.d.ts +2 -0
- package/build/components/pagination/component.constants.d.ts +1 -0
- package/build/components/pagination/component.d.ts +3 -0
- package/build/components/pagination/component.types.d.ts +22 -0
- package/build/components/pagination/index.d.ts +2 -0
- package/build/components/popover/component.constants.d.ts +3 -0
- package/build/components/popover/component.d.ts +34 -0
- package/build/components/popover/component.types.d.ts +113 -0
- package/build/components/popover/index.d.ts +2 -0
- package/build/components/select/component.d.ts +4 -0
- package/build/components/select/component.examples.d.ts +6 -0
- package/build/components/select/component.types.d.ts +109 -0
- package/build/components/select/index.d.ts +3 -0
- package/build/components/separator/component.d.ts +3 -0
- package/build/components/separator/component.types.d.ts +10 -0
- package/build/components/separator/index.d.ts +2 -0
- package/build/components/stack/component.d.ts +4 -0
- package/build/components/stack/component.types.d.ts +20 -0
- package/build/components/stack/index.d.ts +2 -0
- package/build/components/textarea/component.d.ts +2 -0
- package/build/components/textarea/component.types.d.ts +67 -0
- package/build/components/textarea/index.d.ts +2 -0
- package/build/components/toggle/component.d.ts +2 -0
- package/build/components/toggle/component.types.d.ts +25 -0
- package/build/components/toggle/index.d.ts +2 -0
- package/build/components/tooltip/component.constants.d.ts +3 -0
- package/build/components/tooltip/component.d.ts +4 -0
- package/build/components/tooltip/component.types.d.ts +12 -0
- package/build/components/tooltip/index.d.ts +2 -0
- package/build/components/typography/component.d.ts +3 -0
- package/build/components/typography/component.types.d.ts +18 -0
- package/build/components/typography/index.d.ts +2 -0
- package/build/components-error.cjs.js +1 -0
- package/build/components-error.d.ts +2 -0
- package/build/components-error.es.js +4 -0
- package/build/context-app-CMK9g6MI.js +417 -0
- package/build/context-app-CMK9g6MI.js.map +1 -0
- package/build/context-app-HhFcx1wY.cjs +9 -0
- package/build/context-app-HhFcx1wY.cjs.map +1 -0
- package/build/context-app.cjs.js +1 -2
- package/build/context-app.d.ts +2 -224
- package/build/context-app.es.js +3 -19
- package/build/context-browser-theme-Cb6siWO0.js +35 -0
- package/build/context-browser-theme-Cb6siWO0.js.map +1 -0
- package/build/context-browser-theme-Cso_rAT5.cjs +3 -0
- package/build/context-browser-theme-Cso_rAT5.cjs.map +1 -0
- package/build/context-browser-theme.cjs.js +1 -0
- package/build/context-browser-theme.d.ts +2 -0
- package/build/context-browser-theme.es.js +5 -0
- package/build/context-cookie-5CBhf-gb.js +138 -0
- package/build/context-cookie-5CBhf-gb.js.map +1 -0
- package/build/context-cookie-Btkd2aXy.cjs +3 -0
- package/build/context-cookie-Btkd2aXy.cjs.map +1 -0
- package/build/context-cookie.cjs.js +1 -2
- package/build/context-cookie.d.ts +2 -67
- package/build/context-cookie.es.js +3 -8
- package/build/context-dialog-B67-_jMH.cjs +3 -0
- package/build/context-dialog-B67-_jMH.cjs.map +1 -0
- package/build/context-dialog-CxGGmBqC.js +176 -0
- package/build/context-dialog-CxGGmBqC.js.map +1 -0
- package/build/context-dialog.cjs.js +1 -2
- package/build/context-dialog.d.ts +2 -106
- package/build/context-dialog.es.js +4 -17
- package/build/context-geolocation-C7PYGQ2g.js +42 -0
- package/build/context-geolocation-C7PYGQ2g.js.map +1 -0
- package/build/context-geolocation-CV4hV0NX.cjs +3 -0
- package/build/context-geolocation-CV4hV0NX.cjs.map +1 -0
- package/build/context-geolocation.cjs.js +1 -2
- package/build/context-geolocation.d.ts +2 -22
- package/build/context-geolocation.es.js +3 -6
- package/build/context-local-storage-Bb_vktd8.js +83 -0
- package/build/context-local-storage-Bb_vktd8.js.map +1 -0
- package/build/context-local-storage-DUKHVPAA.cjs +3 -0
- package/build/context-local-storage-DUKHVPAA.cjs.map +1 -0
- package/build/context-local-storage.cjs.js +1 -2
- package/build/context-local-storage.d.ts +2 -54
- package/build/context-local-storage.es.js +3 -8
- package/build/context-permission-Co4BKDOu.js +77 -0
- package/build/context-permission-Co4BKDOu.js.map +1 -0
- package/build/context-permission-DrcIwK9y.cjs +3 -0
- package/build/context-permission-DrcIwK9y.cjs.map +1 -0
- package/build/context-permission.cjs.js +1 -2
- package/build/context-permission.d.ts +2 -28
- package/build/context-permission.es.js +3 -7
- package/build/context-screen-width-CFexCIzV.js +53 -0
- package/build/context-screen-width-CFexCIzV.js.map +1 -0
- package/build/context-screen-width-hcRkxzy7.cjs +3 -0
- package/build/context-screen-width-hcRkxzy7.cjs.map +1 -0
- package/build/context-screen-width.cjs.js +1 -2
- package/build/context-screen-width.d.ts +2 -34
- package/build/context-screen-width.es.js +3 -5
- package/build/context-sonner-4gBa1F7G.cjs +3 -0
- package/build/context-sonner-4gBa1F7G.cjs.map +1 -0
- package/build/context-sonner-qDPLFpD5.js +218 -0
- package/build/context-sonner-qDPLFpD5.js.map +1 -0
- package/build/context-sonner.cjs.js +1 -2
- package/build/context-sonner.d.ts +2 -457
- package/build/context-sonner.es.js +3 -20
- package/build/contexts/context-app/context.d.ts +33 -0
- package/build/contexts/context-app/context.hooks.d.ts +2 -0
- package/build/contexts/context-app/context.styles.d.ts +14 -0
- package/build/contexts/context-app/context.types.d.ts +87 -0
- package/build/contexts/context-app/index.d.ts +2 -0
- package/build/contexts/context-browser-theme/context.d.ts +4 -0
- package/build/contexts/context-browser-theme/context.hooks.d.ts +2 -0
- package/build/contexts/context-browser-theme/context.types.d.ts +12 -0
- package/build/contexts/context-browser-theme/index.d.ts +2 -0
- package/build/contexts/context-cookie/context.d.ts +27 -0
- package/build/contexts/context-cookie/context.functions.d.ts +3 -0
- package/build/contexts/context-cookie/context.hooks.d.ts +9 -0
- package/build/contexts/context-cookie/context.types.d.ts +18 -0
- package/build/contexts/context-cookie/index.d.ts +3 -0
- package/build/contexts/context-dialog/context.constants.d.ts +8 -0
- package/build/contexts/context-dialog/context.d.ts +4 -0
- package/build/contexts/context-dialog/context.hooks.d.ts +3 -0
- package/build/contexts/context-dialog/context.styles.d.ts +9 -0
- package/build/contexts/context-dialog/context.types.d.ts +47 -0
- package/build/contexts/context-dialog/index.d.ts +3 -0
- package/build/contexts/context-geolocation/context.d.ts +4 -0
- package/build/contexts/context-geolocation/context.hooks.d.ts +2 -0
- package/build/contexts/context-geolocation/context.types.d.ts +10 -0
- package/build/contexts/context-geolocation/index.d.ts +2 -0
- package/build/contexts/context-local-storage/context.d.ts +21 -0
- package/build/contexts/context-local-storage/context.functions.d.ts +2 -0
- package/build/contexts/context-local-storage/context.hooks.d.ts +5 -0
- package/build/contexts/context-local-storage/context.types.d.ts +16 -0
- package/build/contexts/context-local-storage/index.d.ts +3 -0
- package/build/contexts/context-permission/context.d.ts +3 -0
- package/build/contexts/context-permission/context.functions.d.ts +1 -0
- package/build/contexts/context-permission/context.hooks.d.ts +5 -0
- package/build/contexts/context-permission/context.types.d.ts +11 -0
- package/build/contexts/context-permission/index.d.ts +2 -0
- package/build/contexts/context-screen-width/context.d.ts +4 -0
- package/build/contexts/context-screen-width/context.hooks.d.ts +2 -0
- package/build/contexts/context-screen-width/context.types.d.ts +11 -0
- package/build/contexts/context-screen-width/index.d.ts +3 -0
- package/build/contexts/context-sonner/context.constants.d.ts +9 -0
- package/build/contexts/context-sonner/context.d.ts +4 -0
- package/build/contexts/context-sonner/context.hooks.d.ts +2 -0
- package/build/contexts/context-sonner/context.styles.d.ts +30 -0
- package/build/contexts/context-sonner/context.types.d.ts +59 -0
- package/build/contexts/context-sonner/index.d.ts +3 -0
- package/build/cores/consts.d.ts +30 -0
- package/build/{functions.d.ts → cores/functions.d.ts} +18 -22
- package/build/cores/logger.d.ts +1 -0
- package/build/cores/types.d.ts +18 -0
- package/build/date-picker-CPNNIEa-.cjs +3 -0
- package/build/date-picker-CPNNIEa-.cjs.map +1 -0
- package/build/date-picker-Uuce_InW.js +689 -0
- package/build/date-picker-Uuce_InW.js.map +1 -0
- package/build/dist-BV0C3tLK.js +483 -0
- package/build/dist-BV0C3tLK.js.map +1 -0
- package/build/dist-DswBAjW1.cjs +3 -0
- package/build/dist-DswBAjW1.cjs.map +1 -0
- package/build/error-DzkkNL2H.cjs +3 -0
- package/build/error-DzkkNL2H.cjs.map +1 -0
- package/build/error-L2fvWcNv.js +50 -0
- package/build/error-L2fvWcNv.js.map +1 -0
- package/build/functions-CLGf7hqw.js +20 -0
- package/build/functions-CLGf7hqw.js.map +1 -0
- package/build/functions-Dwo54amB.cjs +3 -0
- package/build/functions-Dwo54amB.cjs.map +1 -0
- package/build/hooks/use-debounced-callback/index.d.ts +1 -0
- package/build/hooks/use-debounced-callback/use.d.ts +1 -0
- package/build/hooks/use-deep-compare-memoize/index.d.ts +1 -0
- package/build/hooks/use-deep-compare-memoize/use.d.ts +1 -0
- package/build/hooks/use-deep-memo/index.d.ts +1 -0
- package/build/hooks/use-deep-memo/use.d.ts +1 -0
- package/build/hooks/use-merge-refs/index.d.ts +1 -0
- package/build/hooks/use-merge-refs/use.d.ts +2 -0
- package/build/hooks/use-overflowing/index.d.ts +2 -0
- package/build/hooks/use-overflowing/use.d.ts +12 -0
- package/build/hooks/use-overflowing/use.types.d.ts +6 -0
- package/build/hooks/use-overflowing-advanced/index.d.ts +2 -0
- package/build/hooks/use-overflowing-advanced/use.d.ts +7 -0
- package/build/hooks/use-overflowing-advanced/use.types.d.ts +5 -0
- package/build/hooks/use-overflowing-in-container/index.d.ts +2 -0
- package/build/hooks/use-overflowing-in-container/use.d.ts +7 -0
- package/build/hooks/use-overflowing-in-container/use.types.d.ts +7 -0
- package/build/hooks/use-responsive-layout/index.d.ts +1 -0
- package/build/hooks/use-responsive-layout/use.d.ts +2 -0
- package/build/hooks/use-typography-styles/index.d.ts +2 -0
- package/build/hooks/use-typography-styles/use.d.ts +2 -0
- package/build/hooks/use-typography-styles/use.types.d.ts +11 -0
- package/build/hooks-use-debounced-callback.cjs.js +3 -2
- package/build/hooks-use-debounced-callback.cjs.js.map +1 -1
- package/build/hooks-use-debounced-callback.d.ts +2 -3
- package/build/hooks-use-debounced-callback.es.js +12 -3
- package/build/hooks-use-debounced-callback.es.js.map +1 -1
- package/build/hooks-use-deep-compare-memoize.cjs.js +3 -2
- package/build/hooks-use-deep-compare-memoize.cjs.js.map +1 -1
- package/build/hooks-use-deep-compare-memoize.d.ts +2 -3
- package/build/hooks-use-deep-compare-memoize.es.js +10 -3
- package/build/hooks-use-deep-compare-memoize.es.js.map +1 -1
- package/build/hooks-use-deep-memo.cjs.js +3 -0
- package/build/hooks-use-deep-memo.cjs.js.map +1 -0
- package/build/hooks-use-deep-memo.d.ts +2 -0
- package/build/hooks-use-deep-memo.es.js +13 -0
- package/build/hooks-use-deep-memo.es.js.map +1 -0
- package/build/hooks-use-merge-refs.cjs.js +3 -0
- package/build/hooks-use-merge-refs.cjs.js.map +1 -0
- package/build/hooks-use-merge-refs.d.ts +2 -0
- package/build/hooks-use-merge-refs.es.js +13 -0
- package/build/hooks-use-merge-refs.es.js.map +1 -0
- package/build/hooks-use-overflowing-advanced.cjs.js +3 -0
- package/build/hooks-use-overflowing-advanced.cjs.js.map +1 -0
- package/build/hooks-use-overflowing-advanced.d.ts +2 -0
- package/build/hooks-use-overflowing-advanced.es.js +24 -0
- package/build/hooks-use-overflowing-advanced.es.js.map +1 -0
- package/build/hooks-use-overflowing-in-container.cjs.js +3 -0
- package/build/hooks-use-overflowing-in-container.cjs.js.map +1 -0
- package/build/hooks-use-overflowing-in-container.d.ts +2 -0
- package/build/hooks-use-overflowing-in-container.es.js +20 -0
- package/build/hooks-use-overflowing-in-container.es.js.map +1 -0
- package/build/hooks-use-overflowing.cjs.js +3 -0
- package/build/hooks-use-overflowing.cjs.js.map +1 -0
- package/build/hooks-use-overflowing.d.ts +2 -0
- package/build/hooks-use-overflowing.es.js +28 -0
- package/build/hooks-use-overflowing.es.js.map +1 -0
- package/build/hooks-use-responsive-layout.cjs.js +3 -0
- package/build/hooks-use-responsive-layout.cjs.js.map +1 -0
- package/build/hooks-use-responsive-layout.d.ts +2 -0
- package/build/hooks-use-responsive-layout.es.js +22 -0
- package/build/hooks-use-responsive-layout.es.js.map +1 -0
- package/build/hooks-use-typography-styles.cjs.js +3 -0
- package/build/hooks-use-typography-styles.cjs.js.map +1 -0
- package/build/hooks-use-typography-styles.d.ts +2 -0
- package/build/hooks-use-typography-styles.es.js +37 -0
- package/build/hooks-use-typography-styles.es.js.map +1 -0
- package/build/icon-CoIQwke4.cjs +3 -0
- package/build/icon-CoIQwke4.cjs.map +1 -0
- package/build/icon-DzAWOQJg.js +277 -0
- package/build/icon-DzAWOQJg.js.map +1 -0
- package/build/index.cjs.js +1 -2
- package/build/index.d.ts +39 -2494
- package/build/index.es.js +104 -309
- package/build/input-CV02F03L.js +917 -0
- package/build/input-CV02F03L.js.map +1 -0
- package/build/input-otp-B9cYxJ7X.js +106 -0
- package/build/input-otp-B9cYxJ7X.js.map +1 -0
- package/build/input-otp-BVRCfoRK.cjs +3 -0
- package/build/input-otp-BVRCfoRK.cjs.map +1 -0
- package/build/input-zXF5f99Z.cjs +11 -0
- package/build/input-zXF5f99Z.cjs.map +1 -0
- package/build/isEqual-DeC2HFe5.cjs +3 -0
- package/build/isEqual-DeC2HFe5.cjs.map +1 -0
- package/build/isEqual-Qb81B2zH.js +676 -0
- package/build/isEqual-Qb81B2zH.js.map +1 -0
- package/build/logger-BRWLzI5S.js +174 -0
- package/build/logger-BRWLzI5S.js.map +1 -0
- package/build/logger-DZFY33QY.cjs +5 -0
- package/build/logger-DZFY33QY.cjs.map +1 -0
- package/build/motion-CAPq8wSn.cjs +3 -0
- package/build/motion-CAPq8wSn.cjs.map +1 -0
- package/build/motion-Dt6TyEjN.js +128 -0
- package/build/motion-Dt6TyEjN.js.map +1 -0
- package/build/outside-B3nRnDGb.cjs +3 -0
- package/build/outside-B3nRnDGb.cjs.map +1 -0
- package/build/outside-DpK1pI8b.js +24 -0
- package/build/outside-DpK1pI8b.js.map +1 -0
- package/build/pagination-Dbs4Lrpt.cjs +3 -0
- package/build/pagination-Dbs4Lrpt.cjs.map +1 -0
- package/build/pagination-YXSjZsMZ.js +110 -0
- package/build/pagination-YXSjZsMZ.js.map +1 -0
- package/build/popover-1k1MNFwv.js +1948 -0
- package/build/popover-1k1MNFwv.js.map +1 -0
- package/build/popover-CgwGn-55.cjs +3 -0
- package/build/popover-CgwGn-55.cjs.map +1 -0
- package/build/preview-C_yFxoFH.js +65 -0
- package/build/preview-C_yFxoFH.js.map +1 -0
- package/build/preview-dT7fmxcc.cjs +3 -0
- package/build/preview-dT7fmxcc.cjs.map +1 -0
- package/build/proxy-_gZenxVU.cjs +3 -0
- package/build/proxy-_gZenxVU.cjs.map +1 -0
- package/build/proxy-wCWa57J3.js +4354 -0
- package/build/proxy-wCWa57J3.js.map +1 -0
- package/build/select-B0adRX2_.cjs +9 -0
- package/build/select-B0adRX2_.cjs.map +1 -0
- package/build/select-D7EyxR2l.js +3443 -0
- package/build/select-D7EyxR2l.js.map +1 -0
- package/build/separator-CbeH8Lug.cjs +3 -0
- package/build/separator-CbeH8Lug.cjs.map +1 -0
- package/build/separator-hWp-s54-.js +29 -0
- package/build/separator-hWp-s54-.js.map +1 -0
- package/build/skeleton-BoVFwt7y.cjs +3 -0
- package/build/skeleton-BoVFwt7y.cjs.map +1 -0
- package/build/skeleton-DNwTI6w0.js +39 -0
- package/build/skeleton-DNwTI6w0.js.map +1 -0
- package/build/style-motion.cjs.js +1 -2
- package/build/style-motion.d.ts +2 -20
- package/build/style-motion.es.js +5 -6
- package/build/style-utils.cjs.js +1 -0
- package/build/style-utils.d.ts +2 -0
- package/build/style-utils.es.js +7 -0
- package/build/styles/motion/index.d.ts +1 -0
- package/build/styles/motion/motion.d.ts +13 -0
- package/build/styles/utils/constants.d.ts +1797 -0
- package/build/styles/utils/functions.d.ts +3 -0
- package/build/styles/utils/index.d.ts +3 -0
- package/build/styles/utils/types.d.ts +68 -0
- package/build/textarea-CbZSeqGR.cjs +3 -0
- package/build/textarea-CbZSeqGR.cjs.map +1 -0
- package/build/textarea-ChkjV_Ha.js +132 -0
- package/build/textarea-ChkjV_Ha.js.map +1 -0
- package/build/toggle-I6YvEX4w.js +86 -0
- package/build/toggle-I6YvEX4w.js.map +1 -0
- package/build/toggle-gYw5FUp-.cjs +3 -0
- package/build/toggle-gYw5FUp-.cjs.map +1 -0
- package/build/typography-B2KioMfq.js +116 -0
- package/build/typography-B2KioMfq.js.map +1 -0
- package/build/typography-DcxhX_9e.cjs +3 -0
- package/build/typography-DcxhX_9e.cjs.map +1 -0
- package/build/utils-Cona48dZ.js +925 -0
- package/build/utils-Cona48dZ.js.map +1 -0
- package/build/utils-DtinAjAU.cjs +3 -0
- package/build/utils-DtinAjAU.cjs.map +1 -0
- package/build/v4-BDi_Luux.cjs +3 -0
- package/build/v4-BDi_Luux.cjs.map +1 -0
- package/build/v4-CYaPyb-W.js +31 -0
- package/build/v4-CYaPyb-W.js.map +1 -0
- package/package.json +185 -194
- package/build/area-0BNtBqG8.cjs +0 -2
- package/build/area-0BNtBqG8.cjs.map +0 -1
- package/build/area-B6xxVQ87.js +0 -35
- package/build/area-B6xxVQ87.js.map +0 -1
- package/build/area-B7-4IFQB.js +0 -19
- package/build/area-B7-4IFQB.js.map +0 -1
- package/build/area-DxKLtDFZ.cjs +0 -2
- package/build/area-DxKLtDFZ.cjs.map +0 -1
- package/build/area-outside.cjs.js.map +0 -1
- package/build/area-outside.es.js.map +0 -1
- package/build/area-preview.cjs.js.map +0 -1
- package/build/area-preview.es.js.map +0 -1
- package/build/area-scroll.cjs.js +0 -2
- package/build/area-scroll.cjs.js.map +0 -1
- package/build/area-scroll.d.ts +0 -57
- package/build/area-scroll.es.js +0 -7
- package/build/area-scroll.es.js.map +0 -1
- package/build/area-skeleton.cjs.js.map +0 -1
- package/build/area-skeleton.es.js.map +0 -1
- package/build/area-smooth.cjs.js +0 -2
- package/build/area-smooth.cjs.js.map +0 -1
- package/build/area-smooth.d.ts +0 -37
- package/build/area-smooth.es.js +0 -5
- package/build/area-smooth.es.js.map +0 -1
- package/build/area.hooks-Bk04M7mk.js +0 -26
- package/build/area.hooks-Bk04M7mk.js.map +0 -1
- package/build/area.hooks-C_UKZzcb.cjs +0 -2
- package/build/area.hooks-C_UKZzcb.cjs.map +0 -1
- package/build/area.styles-Cpx4H0gc.cjs +0 -27
- package/build/area.styles-Cpx4H0gc.cjs.map +0 -1
- package/build/area.styles-DhCCEhuq.js +0 -32
- package/build/area.styles-DhCCEhuq.js.map +0 -1
- package/build/component-B72M2Tpw.js +0 -84
- package/build/component-B72M2Tpw.js.map +0 -1
- package/build/component-BIxOOifU.cjs +0 -2
- package/build/component-BIxOOifU.cjs.map +0 -1
- package/build/component-BMIqhbpK.js +0 -23
- package/build/component-BMIqhbpK.js.map +0 -1
- package/build/component-BQru5uoj.js +0 -10
- package/build/component-BQru5uoj.js.map +0 -1
- package/build/component-BRCDQbb-.js +0 -50
- package/build/component-BRCDQbb-.js.map +0 -1
- package/build/component-BUkf5TLO.js +0 -170
- package/build/component-BUkf5TLO.js.map +0 -1
- package/build/component-BmccRQ_Y.cjs +0 -2
- package/build/component-BmccRQ_Y.cjs.map +0 -1
- package/build/component-Bvq-fgCN.cjs +0 -2
- package/build/component-Bvq-fgCN.cjs.map +0 -1
- package/build/component-C448kBTA.js +0 -443
- package/build/component-C448kBTA.js.map +0 -1
- package/build/component-C6I01Mel.cjs +0 -2
- package/build/component-C6I01Mel.cjs.map +0 -1
- package/build/component-C8mTuBua.js +0 -74
- package/build/component-C8mTuBua.js.map +0 -1
- package/build/component-CVWsmIlg.cjs +0 -2
- package/build/component-CVWsmIlg.cjs.map +0 -1
- package/build/component-C_6x7Mk8.js +0 -88
- package/build/component-C_6x7Mk8.js.map +0 -1
- package/build/component-CbWtsuhz.js +0 -60
- package/build/component-CbWtsuhz.js.map +0 -1
- package/build/component-Cfs39n8Q.js +0 -21
- package/build/component-Cfs39n8Q.js.map +0 -1
- package/build/component-CoOTSdM5.cjs +0 -28
- package/build/component-CoOTSdM5.cjs.map +0 -1
- package/build/component-Cu2i_-RT.cjs +0 -2
- package/build/component-Cu2i_-RT.cjs.map +0 -1
- package/build/component-CyZbUCkT.js +0 -39
- package/build/component-CyZbUCkT.js.map +0 -1
- package/build/component-D-HMYzXU.js +0 -65
- package/build/component-D-HMYzXU.js.map +0 -1
- package/build/component-D2vDwS60.cjs +0 -2
- package/build/component-D2vDwS60.cjs.map +0 -1
- package/build/component-D3KCIC-G.js +0 -64
- package/build/component-D3KCIC-G.js.map +0 -1
- package/build/component-DJAq34yj.cjs +0 -2
- package/build/component-DJAq34yj.cjs.map +0 -1
- package/build/component-DRMRXUJA.cjs +0 -2
- package/build/component-DRMRXUJA.cjs.map +0 -1
- package/build/component-DfSTPgfj.js +0 -248
- package/build/component-DfSTPgfj.js.map +0 -1
- package/build/component-DqV_-YxZ.cjs +0 -2
- package/build/component-DqV_-YxZ.cjs.map +0 -1
- package/build/component-DrmSI_ni.cjs +0 -2
- package/build/component-DrmSI_ni.cjs.map +0 -1
- package/build/component-Qxjnm7yi.cjs +0 -2
- package/build/component-Qxjnm7yi.cjs.map +0 -1
- package/build/component-WmDPzhcW.cjs +0 -2
- package/build/component-WmDPzhcW.cjs.map +0 -1
- package/build/component-accordion.cjs.js +0 -2
- package/build/component-accordion.cjs.js.map +0 -1
- package/build/component-accordion.d.ts +0 -100
- package/build/component-accordion.es.js +0 -11
- package/build/component-accordion.es.js.map +0 -1
- package/build/component-button-group.cjs.js +0 -2
- package/build/component-button-group.cjs.js.map +0 -1
- package/build/component-button-group.d.ts +0 -195
- package/build/component-button-group.es.js +0 -7
- package/build/component-button-group.es.js.map +0 -1
- package/build/component-button.cjs.js.map +0 -1
- package/build/component-button.es.js.map +0 -1
- package/build/component-checkbox-group.cjs.js +0 -2
- package/build/component-checkbox-group.cjs.js.map +0 -1
- package/build/component-checkbox-group.d.ts +0 -224
- package/build/component-checkbox-group.es.js +0 -12
- package/build/component-checkbox-group.es.js.map +0 -1
- package/build/component-checkbox.cjs.js.map +0 -1
- package/build/component-checkbox.es.js.map +0 -1
- package/build/component-date-picker.cjs.js.map +0 -1
- package/build/component-date-picker.es.js.map +0 -1
- package/build/component-gcvwlILJ.js +0 -76
- package/build/component-gcvwlILJ.js.map +0 -1
- package/build/component-icon.cjs.js.map +0 -1
- package/build/component-icon.es.js.map +0 -1
- package/build/component-image-button.cjs.js +0 -2
- package/build/component-image-button.cjs.js.map +0 -1
- package/build/component-image-button.d.ts +0 -215
- package/build/component-image-button.es.js +0 -5
- package/build/component-image-button.es.js.map +0 -1
- package/build/component-image-select.cjs.js +0 -2
- package/build/component-image-select.cjs.js.map +0 -1
- package/build/component-image-select.d.ts +0 -313
- package/build/component-image-select.es.js +0 -12
- package/build/component-image-select.es.js.map +0 -1
- package/build/component-image-slider.cjs.js +0 -2
- package/build/component-image-slider.cjs.js.map +0 -1
- package/build/component-image-slider.d.ts +0 -108
- package/build/component-image-slider.es.js +0 -9
- package/build/component-image-slider.es.js.map +0 -1
- package/build/component-image.cjs.js +0 -2
- package/build/component-image.cjs.js.map +0 -1
- package/build/component-image.d.ts +0 -51
- package/build/component-image.es.js +0 -7
- package/build/component-image.es.js.map +0 -1
- package/build/component-input-otp.cjs.js.map +0 -1
- package/build/component-input-otp.es.js.map +0 -1
- package/build/component-input.cjs.js.map +0 -1
- package/build/component-input.es.js.map +0 -1
- package/build/component-mFXKTq1K.cjs +0 -2
- package/build/component-mFXKTq1K.cjs.map +0 -1
- package/build/component-pagination.cjs.js.map +0 -1
- package/build/component-pagination.es.js.map +0 -1
- package/build/component-range.cjs.js +0 -2
- package/build/component-range.cjs.js.map +0 -1
- package/build/component-range.d.ts +0 -212
- package/build/component-range.es.js +0 -9
- package/build/component-range.es.js.map +0 -1
- package/build/component-ripple.cjs.js +0 -2
- package/build/component-ripple.cjs.js.map +0 -1
- package/build/component-ripple.d.ts +0 -47
- package/build/component-ripple.es.js +0 -12
- package/build/component-ripple.es.js.map +0 -1
- package/build/component-select.cjs.js.map +0 -1
- package/build/component-select.es.js.map +0 -1
- package/build/component-separator.cjs.js.map +0 -1
- package/build/component-separator.es.js.map +0 -1
- package/build/component-stack.cjs.js.map +0 -1
- package/build/component-stack.es.js.map +0 -1
- package/build/component-textarea.cjs.js.map +0 -1
- package/build/component-textarea.es.js.map +0 -1
- package/build/component-toggle.cjs.js.map +0 -1
- package/build/component-toggle.es.js.map +0 -1
- package/build/component-tooltip.cjs.js.map +0 -1
- package/build/component-tooltip.es.js.map +0 -1
- package/build/component-typography.cjs.js.map +0 -1
- package/build/component-typography.es.js.map +0 -1
- package/build/component.constants-BQOzGr0l.js +0 -757
- package/build/component.constants-BQOzGr0l.js.map +0 -1
- package/build/component.constants-CFLrPu5_.cjs +0 -2
- package/build/component.constants-CFLrPu5_.cjs.map +0 -1
- package/build/component.constants-DI22AYyi.js +0 -142
- package/build/component.constants-DI22AYyi.js.map +0 -1
- package/build/component.constants-DnHO8qFb.cjs +0 -2
- package/build/component.constants-DnHO8qFb.cjs.map +0 -1
- package/build/component.functions-D9ffjEok.cjs +0 -8
- package/build/component.functions-D9ffjEok.cjs.map +0 -1
- package/build/component.functions-DNW6h8kk.js +0 -12
- package/build/component.functions-DNW6h8kk.js.map +0 -1
- package/build/component.styles-BX2Aiqp_.cjs +0 -43
- package/build/component.styles-BX2Aiqp_.cjs.map +0 -1
- package/build/component.styles-C0oU5oX_.js +0 -59
- package/build/component.styles-C0oU5oX_.js.map +0 -1
- package/build/component.styles-CD6ZzRrk.cjs +0 -14
- package/build/component.styles-CD6ZzRrk.cjs.map +0 -1
- package/build/component.styles-SZ5VuhNG.js +0 -20
- package/build/component.styles-SZ5VuhNG.js.map +0 -1
- package/build/component.types-6hyRS9ZB.cjs +0 -2
- package/build/component.types-6hyRS9ZB.cjs.map +0 -1
- package/build/component.types-e2YpVj0l.js +0 -907
- package/build/component.types-e2YpVj0l.js.map +0 -1
- package/build/consts.cjs.js +0 -2
- package/build/consts.cjs.js.map +0 -1
- package/build/consts.d.ts +0 -77
- package/build/consts.es.js +0 -151
- package/build/consts.es.js.map +0 -1
- package/build/context-BK9a46O1.cjs +0 -4
- package/build/context-BK9a46O1.cjs.map +0 -1
- package/build/context-CPZf131N.cjs +0 -2
- package/build/context-CPZf131N.cjs.map +0 -1
- package/build/context-Cr80KOpF.js +0 -122
- package/build/context-Cr80KOpF.js.map +0 -1
- package/build/context-DssNKJ_n.cjs +0 -2
- package/build/context-DssNKJ_n.cjs.map +0 -1
- package/build/context-PFdUnKga.js +0 -44
- package/build/context-PFdUnKga.js.map +0 -1
- package/build/context-app.cjs.js.map +0 -1
- package/build/context-app.es.js.map +0 -1
- package/build/context-cookie.cjs.js.map +0 -1
- package/build/context-cookie.es.js.map +0 -1
- package/build/context-dialog.cjs.js.map +0 -1
- package/build/context-dialog.es.js.map +0 -1
- package/build/context-geolocation.cjs.js.map +0 -1
- package/build/context-geolocation.es.js.map +0 -1
- package/build/context-local-storage.cjs.js.map +0 -1
- package/build/context-local-storage.es.js.map +0 -1
- package/build/context-permission.cjs.js.map +0 -1
- package/build/context-permission.es.js.map +0 -1
- package/build/context-screen-width.cjs.js.map +0 -1
- package/build/context-screen-width.es.js.map +0 -1
- package/build/context-sonner.cjs.js.map +0 -1
- package/build/context-sonner.es.js.map +0 -1
- package/build/context-w9weDPCZ.js +0 -200
- package/build/context-w9weDPCZ.js.map +0 -1
- package/build/context.constants-B14bB8O1.js +0 -254
- package/build/context.constants-B14bB8O1.js.map +0 -1
- package/build/context.constants-BA1u2p1r.cjs +0 -32
- package/build/context.constants-BA1u2p1r.cjs.map +0 -1
- package/build/context.constants-BWLe7YHv.js +0 -12598
- package/build/context.constants-BWLe7YHv.js.map +0 -1
- package/build/context.constants-baqYH-_k.cjs +0 -1742
- package/build/context.constants-baqYH-_k.cjs.map +0 -1
- package/build/context.functions--v7FClEV.cjs +0 -2
- package/build/context.functions--v7FClEV.cjs.map +0 -1
- package/build/context.functions-B8FDl7nJ.js +0 -14
- package/build/context.functions-B8FDl7nJ.js.map +0 -1
- package/build/context.functions-CB6--UcR.js +0 -35
- package/build/context.functions-CB6--UcR.js.map +0 -1
- package/build/context.functions-CHaPcuVS.cjs +0 -2
- package/build/context.functions-CHaPcuVS.cjs.map +0 -1
- package/build/context.functions-CPP8X6so.js +0 -35
- package/build/context.functions-CPP8X6so.js.map +0 -1
- package/build/context.functions-ar41xFVo.cjs +0 -2
- package/build/context.functions-ar41xFVo.cjs.map +0 -1
- package/build/context.hooks-B-YcyJ5E.cjs +0 -2
- package/build/context.hooks-B-YcyJ5E.cjs.map +0 -1
- package/build/context.hooks-B9dsW2kz.js +0 -117
- package/build/context.hooks-B9dsW2kz.js.map +0 -1
- package/build/context.hooks-Bi7spFak.cjs +0 -2
- package/build/context.hooks-Bi7spFak.cjs.map +0 -1
- package/build/context.hooks-BnHnPV_i.js +0 -49
- package/build/context.hooks-BnHnPV_i.js.map +0 -1
- package/build/context.hooks-CDnjxy35.cjs +0 -2
- package/build/context.hooks-CDnjxy35.cjs.map +0 -1
- package/build/context.hooks-DDD8ffJI.cjs +0 -2
- package/build/context.hooks-DDD8ffJI.cjs.map +0 -1
- package/build/context.hooks-Df0m0Voe.js +0 -13
- package/build/context.hooks-Df0m0Voe.js.map +0 -1
- package/build/context.hooks-DjafkFMD.cjs +0 -2
- package/build/context.hooks-DjafkFMD.cjs.map +0 -1
- package/build/context.hooks-DpwnIiRj.cjs +0 -2
- package/build/context.hooks-DpwnIiRj.cjs.map +0 -1
- package/build/context.hooks-HEeFGka7.js +0 -13
- package/build/context.hooks-HEeFGka7.js.map +0 -1
- package/build/context.hooks-NDk5ehgk.js +0 -13
- package/build/context.hooks-NDk5ehgk.js.map +0 -1
- package/build/context.hooks-oclt34zD.js +0 -68
- package/build/context.hooks-oclt34zD.js.map +0 -1
- package/build/functions.cjs.js +0 -2
- package/build/functions.cjs.js.map +0 -1
- package/build/functions.es.js +0 -50
- package/build/functions.es.js.map +0 -1
- package/build/index.cjs.js.map +0 -1
- package/build/index.es.js.map +0 -1
- package/build/jsx-runtime-C6yv_9g1.cjs +0 -11
- package/build/jsx-runtime-C6yv_9g1.cjs.map +0 -1
- package/build/jsx-runtime-DZS36FSE.js +0 -316
- package/build/jsx-runtime-DZS36FSE.js.map +0 -1
- package/build/motion-DrSN18V7.cjs +0 -2
- package/build/motion-DrSN18V7.cjs.map +0 -1
- package/build/motion-K7hUU4gL.js +0 -85
- package/build/motion-K7hUU4gL.js.map +0 -1
- package/build/style-BfuEu91g.js +0 -176
- package/build/style-BfuEu91g.js.map +0 -1
- package/build/style-Drq-Q1Im.cjs +0 -136
- package/build/style-Drq-Q1Im.cjs.map +0 -1
- package/build/style-add.cjs.js +0 -2
- package/build/style-add.cjs.js.map +0 -1
- package/build/style-add.d.ts +0 -88
- package/build/style-add.es.js +0 -17
- package/build/style-add.es.js.map +0 -1
- package/build/style-error.cjs.js +0 -2
- package/build/style-error.cjs.js.map +0 -1
- package/build/style-error.d.ts +0 -99
- package/build/style-error.es.js +0 -7
- package/build/style-error.es.js.map +0 -1
- package/build/style-fRZ6xrVp.cjs +0 -10
- package/build/style-fRZ6xrVp.cjs.map +0 -1
- package/build/style-motion.cjs.js.map +0 -1
- package/build/style-motion.es.js.map +0 -1
- package/build/style-plT9Ah7t.js +0 -33
- package/build/style-plT9Ah7t.js.map +0 -1
- package/build/style-sx.cjs.js +0 -2
- package/build/style-sx.cjs.js.map +0 -1
- package/build/style-sx.d.ts +0 -33
- package/build/style-sx.es.js +0 -5
- package/build/style-sx.es.js.map +0 -1
- package/build/style-theme.cjs.js +0 -2
- package/build/style-theme.cjs.js.map +0 -1
- package/build/style-theme.d.ts +0 -293
- package/build/style-theme.es.js +0 -16
- package/build/style-theme.es.js.map +0 -1
- package/build/types.cjs.js +0 -2
- package/build/types.cjs.js.map +0 -1
- package/build/types.d.ts +0 -27
- package/build/types.es.js +0 -2
- package/build/types.es.js.map +0 -1
- package/build/use-BF8VW4MA.cjs +0 -16
- package/build/use-BF8VW4MA.cjs.map +0 -1
- package/build/use-Bp8UVw4Y.js +0 -16
- package/build/use-Bp8UVw4Y.js.map +0 -1
- package/build/use-C7vngeRk.js +0 -882
- package/build/use-C7vngeRk.js.map +0 -1
- package/build/use-DdGWsOBo.js +0 -1577
- package/build/use-DdGWsOBo.js.map +0 -1
- package/build/use-IhzeVumv.cjs +0 -2
- package/build/use-IhzeVumv.cjs.map +0 -1
- package/build/use-zW3LuRc_.cjs +0 -2
- package/build/use-zW3LuRc_.cjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Cyril Strone",
|
|
3
|
-
"name": "@jenesei-software/jenesei-kit-react",
|
|
4
|
-
"version": "1.3.40",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/jenesei-software/jenesei-kit-react.git"
|
|
8
|
-
},
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"type": "module",
|
|
11
3
|
"files": [
|
|
12
4
|
"build"
|
|
13
5
|
],
|
|
@@ -18,311 +10,310 @@
|
|
|
18
10
|
"framer-motion",
|
|
19
11
|
"styled-components"
|
|
20
12
|
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"name": "@jenesei-software/jenesei-kit-react",
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "git+https://github.com/jenesei-software/jenesei-kit-react.git"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"typecheck": "tsc -p tsconfig.build.json",
|
|
21
|
+
"typecheck:storybook": "tsc -p tsconfig.storybook.json",
|
|
22
|
+
"bundle-visualizer": "npx vite-bundle-visualizer",
|
|
23
|
+
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0",
|
|
24
|
+
"gen:exports": "node scripts/generate-exports.mjs",
|
|
25
|
+
"biome:lint": "biome lint src",
|
|
26
|
+
"biome:lint:check": "biome lint src --no-fix",
|
|
27
|
+
"biome:format": "biome format --write src .storybook-stories",
|
|
28
|
+
"biome:format:check": "biome format src",
|
|
29
|
+
"biome:migrate": "biome migrate --write",
|
|
30
|
+
"biome:update": "biome update --write",
|
|
31
|
+
"build:library": "npm run gen:exports && vite build",
|
|
32
|
+
"build:main": "npm run gen:exports && vite build",
|
|
33
|
+
"build:storybook": "npm run gen:exports && cross-env NODE_ENV=storybook storybook build --quiet --disable-telemetry -o build-storybook",
|
|
34
|
+
"storybook": "npm run gen:exports && storybook dev -p 3030"
|
|
35
|
+
},
|
|
36
|
+
"type": "module",
|
|
37
|
+
"version": "2.0.1",
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@floating-ui/react": "^0.27.12",
|
|
40
|
+
"@jenesei-software/jenesei-library-log": "^2.0.0",
|
|
41
|
+
"@tanstack/react-virtual": "^3.10.8",
|
|
42
|
+
"clsx": "^2.1.1",
|
|
43
|
+
"framer-motion": "^11.13.1",
|
|
44
|
+
"js-cookie": "^3.0.5",
|
|
45
|
+
"lodash": "^4.17.21",
|
|
46
|
+
"moment": ">=2.30.1",
|
|
47
|
+
"react-number-format": "^5.4.2",
|
|
48
|
+
"use-context-selector": "^2.0.0",
|
|
49
|
+
"uuid": "^11.0.3"
|
|
50
|
+
},
|
|
51
|
+
"devDependencies": {
|
|
52
|
+
"@biomejs/biome": "^2.3.12",
|
|
53
|
+
"@fontsource/inter": "^5.1.0",
|
|
54
|
+
"@fontsource/manrope": "^5.2.6",
|
|
55
|
+
"@fontsource/roboto": "^5.1.0",
|
|
56
|
+
"@fontsource/roboto-mono": "^5.2.6",
|
|
57
|
+
"@fontsource/work-sans": "^5.2.5",
|
|
58
|
+
"@jenesei-software/jenesei-plugin-vite": "^2.4.0",
|
|
59
|
+
"@storybook/addon-docs": "^10.3.5",
|
|
60
|
+
"@storybook/addon-links": "^10.3.5",
|
|
61
|
+
"@storybook/react-vite": "^10.3.5",
|
|
62
|
+
"@types/js-cookie": "^3.0.6",
|
|
63
|
+
"@types/lodash": "^4.17.20",
|
|
64
|
+
"@types/node": "^22.8.2",
|
|
65
|
+
"@types/react": "^19.0.0",
|
|
66
|
+
"@types/react-dom": "^19.0.0",
|
|
67
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
68
|
+
"autoprefixer": "^10.4.27",
|
|
69
|
+
"cross-env": "^7.0.3",
|
|
70
|
+
"react": "^19.2.4",
|
|
71
|
+
"react-docgen-typescript": "^2.2.2",
|
|
72
|
+
"react-dom": "^19.2.4",
|
|
73
|
+
"storybook": "^10.3.5",
|
|
74
|
+
"typescript": "^6.0.3",
|
|
75
|
+
"vite": "^8.0.0",
|
|
76
|
+
"vite-plugin-bundle-analyzer": "^0.0.1",
|
|
77
|
+
"vite-plugin-dts": "^4.3.0"
|
|
78
|
+
},
|
|
79
|
+
"peerDependencies": {
|
|
80
|
+
"react": "^19.0.0",
|
|
81
|
+
"react-dom": "^19.0.0"
|
|
82
|
+
},
|
|
21
83
|
"exports": {
|
|
22
84
|
".": {
|
|
23
85
|
"types": "./build/index.d.ts",
|
|
24
86
|
"import": "./build/index.es.js",
|
|
25
|
-
"require": "./build/index.cjs.js"
|
|
26
|
-
|
|
27
|
-
"./style-theme": {
|
|
28
|
-
"types": "./build/style-theme.d.ts",
|
|
29
|
-
"import": "./build/style-theme.es.js",
|
|
30
|
-
"require": "./build/style-theme.cjs.js"
|
|
31
|
-
},
|
|
32
|
-
"./style-add": {
|
|
33
|
-
"types": "./build/style-add.d.ts",
|
|
34
|
-
"import": "./build/style-add.es.js",
|
|
35
|
-
"require": "./build/style-add.cjs.js"
|
|
36
|
-
},
|
|
37
|
-
"./style-sx": {
|
|
38
|
-
"types": "./build/style-sx.d.ts",
|
|
39
|
-
"import": "./build/style-sx.es.js",
|
|
40
|
-
"require": "./build/style-sx.cjs.js"
|
|
41
|
-
},
|
|
42
|
-
"./style-error": {
|
|
43
|
-
"types": "./build/style-error.d.ts",
|
|
44
|
-
"import": "./build/style-error.es.js",
|
|
45
|
-
"require": "./build/style-error.cjs.js"
|
|
87
|
+
"require": "./build/index.cjs.js",
|
|
88
|
+
"default": "./build/index.es.js"
|
|
46
89
|
},
|
|
47
90
|
"./style-motion": {
|
|
48
91
|
"types": "./build/style-motion.d.ts",
|
|
49
92
|
"import": "./build/style-motion.es.js",
|
|
50
|
-
"require": "./build/style-motion.cjs.js"
|
|
51
|
-
|
|
52
|
-
"./types": {
|
|
53
|
-
"types": "./build/types.d.ts",
|
|
54
|
-
"import": "./build/types.es.js",
|
|
55
|
-
"require": "./build/types.cjs.js"
|
|
56
|
-
},
|
|
57
|
-
"./functions": {
|
|
58
|
-
"types": "./build/functions.d.ts",
|
|
59
|
-
"import": "./build/functions.es.js",
|
|
60
|
-
"require": "./build/functions.cjs.js"
|
|
93
|
+
"require": "./build/style-motion.cjs.js",
|
|
94
|
+
"default": "./build/style-motion.es.js"
|
|
61
95
|
},
|
|
62
|
-
"./
|
|
63
|
-
"types": "./build/
|
|
64
|
-
"import": "./build/
|
|
65
|
-
"require": "./build/
|
|
96
|
+
"./style-utils": {
|
|
97
|
+
"types": "./build/style-utils.d.ts",
|
|
98
|
+
"import": "./build/style-utils.es.js",
|
|
99
|
+
"require": "./build/style-utils.cjs.js",
|
|
100
|
+
"default": "./build/style-utils.es.js"
|
|
66
101
|
},
|
|
67
|
-
"./
|
|
68
|
-
"types": "./build/
|
|
69
|
-
"import": "./build/
|
|
70
|
-
"require": "./build/
|
|
71
|
-
|
|
72
|
-
"./component-accordion": {
|
|
73
|
-
"types": "./build/component-accordion.d.ts",
|
|
74
|
-
"import": "./build/component-accordion.es.js",
|
|
75
|
-
"require": "./build/component-accordion.cjs.js"
|
|
102
|
+
"./components-error": {
|
|
103
|
+
"types": "./build/components-error.d.ts",
|
|
104
|
+
"import": "./build/components-error.es.js",
|
|
105
|
+
"require": "./build/components-error.cjs.js",
|
|
106
|
+
"default": "./build/components-error.es.js"
|
|
76
107
|
},
|
|
77
108
|
"./component-button": {
|
|
78
109
|
"types": "./build/component-button.d.ts",
|
|
79
110
|
"import": "./build/component-button.es.js",
|
|
80
|
-
"require": "./build/component-button.cjs.js"
|
|
81
|
-
|
|
82
|
-
"./component-button-group": {
|
|
83
|
-
"types": "./build/component-button-group.d.ts",
|
|
84
|
-
"import": "./build/component-button-group.es.js",
|
|
85
|
-
"require": "./build/component-button-group.cjs.js"
|
|
111
|
+
"require": "./build/component-button.cjs.js",
|
|
112
|
+
"default": "./build/component-button.es.js"
|
|
86
113
|
},
|
|
87
114
|
"./component-checkbox": {
|
|
88
115
|
"types": "./build/component-checkbox.d.ts",
|
|
89
116
|
"import": "./build/component-checkbox.es.js",
|
|
90
|
-
"require": "./build/component-checkbox.cjs.js"
|
|
91
|
-
|
|
92
|
-
"./component-checkbox-group": {
|
|
93
|
-
"types": "./build/component-checkbox-group.d.ts",
|
|
94
|
-
"import": "./build/component-checkbox-group.es.js",
|
|
95
|
-
"require": "./build/component-checkbox-group.cjs.js"
|
|
117
|
+
"require": "./build/component-checkbox.cjs.js",
|
|
118
|
+
"default": "./build/component-checkbox.es.js"
|
|
96
119
|
},
|
|
97
120
|
"./component-date-picker": {
|
|
98
121
|
"types": "./build/component-date-picker.d.ts",
|
|
99
122
|
"import": "./build/component-date-picker.es.js",
|
|
100
|
-
"require": "./build/component-date-picker.cjs.js"
|
|
123
|
+
"require": "./build/component-date-picker.cjs.js",
|
|
124
|
+
"default": "./build/component-date-picker.es.js"
|
|
101
125
|
},
|
|
102
126
|
"./component-icon": {
|
|
103
127
|
"types": "./build/component-icon.d.ts",
|
|
104
128
|
"import": "./build/component-icon.es.js",
|
|
105
|
-
"require": "./build/component-icon.cjs.js"
|
|
106
|
-
|
|
107
|
-
"./component-image": {
|
|
108
|
-
"types": "./build/component-image.d.ts",
|
|
109
|
-
"import": "./build/component-image.es.js",
|
|
110
|
-
"require": "./build/component-image.cjs.js"
|
|
111
|
-
},
|
|
112
|
-
"./component-image-select": {
|
|
113
|
-
"types": "./build/component-image-select.d.ts",
|
|
114
|
-
"import": "./build/component-image-select.es.js",
|
|
115
|
-
"require": "./build/component-image-select.cjs.js"
|
|
116
|
-
},
|
|
117
|
-
"./component-image-slider": {
|
|
118
|
-
"types": "./build/component-image-slider.d.ts",
|
|
119
|
-
"import": "./build/component-image-slider.es.js",
|
|
120
|
-
"require": "./build/component-image-slider.cjs.js"
|
|
121
|
-
},
|
|
122
|
-
"./component-image-button": {
|
|
123
|
-
"types": "./build/component-image-button.d.ts",
|
|
124
|
-
"import": "./build/component-image-button.es.js",
|
|
125
|
-
"require": "./build/component-image-button.cjs.js"
|
|
129
|
+
"require": "./build/component-icon.cjs.js",
|
|
130
|
+
"default": "./build/component-icon.es.js"
|
|
126
131
|
},
|
|
127
132
|
"./component-input": {
|
|
128
133
|
"types": "./build/component-input.d.ts",
|
|
129
134
|
"import": "./build/component-input.es.js",
|
|
130
|
-
"require": "./build/component-input.cjs.js"
|
|
135
|
+
"require": "./build/component-input.cjs.js",
|
|
136
|
+
"default": "./build/component-input.es.js"
|
|
131
137
|
},
|
|
132
138
|
"./component-input-otp": {
|
|
133
139
|
"types": "./build/component-input-otp.d.ts",
|
|
134
140
|
"import": "./build/component-input-otp.es.js",
|
|
135
|
-
"require": "./build/component-input-otp.cjs.js"
|
|
141
|
+
"require": "./build/component-input-otp.cjs.js",
|
|
142
|
+
"default": "./build/component-input-otp.es.js"
|
|
136
143
|
},
|
|
137
144
|
"./component-pagination": {
|
|
138
145
|
"types": "./build/component-pagination.d.ts",
|
|
139
146
|
"import": "./build/component-pagination.es.js",
|
|
140
|
-
"require": "./build/component-pagination.cjs.js"
|
|
147
|
+
"require": "./build/component-pagination.cjs.js",
|
|
148
|
+
"default": "./build/component-pagination.es.js"
|
|
141
149
|
},
|
|
142
|
-
"./component-
|
|
143
|
-
"types": "./build/component-
|
|
144
|
-
"import": "./build/component-
|
|
145
|
-
"require": "./build/component-
|
|
150
|
+
"./component-popover": {
|
|
151
|
+
"types": "./build/component-popover.d.ts",
|
|
152
|
+
"import": "./build/component-popover.es.js",
|
|
153
|
+
"require": "./build/component-popover.cjs.js",
|
|
154
|
+
"default": "./build/component-popover.es.js"
|
|
146
155
|
},
|
|
147
156
|
"./component-select": {
|
|
148
157
|
"types": "./build/component-select.d.ts",
|
|
149
158
|
"import": "./build/component-select.es.js",
|
|
150
|
-
"require": "./build/component-select.cjs.js"
|
|
159
|
+
"require": "./build/component-select.cjs.js",
|
|
160
|
+
"default": "./build/component-select.es.js"
|
|
151
161
|
},
|
|
152
162
|
"./component-separator": {
|
|
153
163
|
"types": "./build/component-separator.d.ts",
|
|
154
164
|
"import": "./build/component-separator.es.js",
|
|
155
|
-
"require": "./build/component-separator.cjs.js"
|
|
156
|
-
|
|
157
|
-
"./component-slider": {
|
|
158
|
-
"types": "./build/component-slider.d.ts",
|
|
159
|
-
"import": "./build/component-slider.es.js",
|
|
160
|
-
"require": "./build/component-slider.cjs.js"
|
|
165
|
+
"require": "./build/component-separator.cjs.js",
|
|
166
|
+
"default": "./build/component-separator.es.js"
|
|
161
167
|
},
|
|
162
168
|
"./component-stack": {
|
|
163
169
|
"types": "./build/component-stack.d.ts",
|
|
164
170
|
"import": "./build/component-stack.es.js",
|
|
165
|
-
"require": "./build/component-stack.cjs.js"
|
|
171
|
+
"require": "./build/component-stack.cjs.js",
|
|
172
|
+
"default": "./build/component-stack.es.js"
|
|
166
173
|
},
|
|
167
174
|
"./component-textarea": {
|
|
168
175
|
"types": "./build/component-textarea.d.ts",
|
|
169
176
|
"import": "./build/component-textarea.es.js",
|
|
170
|
-
"require": "./build/component-textarea.cjs.js"
|
|
177
|
+
"require": "./build/component-textarea.cjs.js",
|
|
178
|
+
"default": "./build/component-textarea.es.js"
|
|
171
179
|
},
|
|
172
180
|
"./component-toggle": {
|
|
173
181
|
"types": "./build/component-toggle.d.ts",
|
|
174
182
|
"import": "./build/component-toggle.es.js",
|
|
175
|
-
"require": "./build/component-toggle.cjs.js"
|
|
183
|
+
"require": "./build/component-toggle.cjs.js",
|
|
184
|
+
"default": "./build/component-toggle.es.js"
|
|
176
185
|
},
|
|
177
186
|
"./component-tooltip": {
|
|
178
187
|
"types": "./build/component-tooltip.d.ts",
|
|
179
188
|
"import": "./build/component-tooltip.es.js",
|
|
180
|
-
"require": "./build/component-tooltip.cjs.js"
|
|
189
|
+
"require": "./build/component-tooltip.cjs.js",
|
|
190
|
+
"default": "./build/component-tooltip.es.js"
|
|
181
191
|
},
|
|
182
192
|
"./component-typography": {
|
|
183
193
|
"types": "./build/component-typography.d.ts",
|
|
184
194
|
"import": "./build/component-typography.es.js",
|
|
185
|
-
"require": "./build/component-typography.cjs.js"
|
|
195
|
+
"require": "./build/component-typography.cjs.js",
|
|
196
|
+
"default": "./build/component-typography.es.js"
|
|
186
197
|
},
|
|
187
198
|
"./area-outside": {
|
|
188
199
|
"types": "./build/area-outside.d.ts",
|
|
189
200
|
"import": "./build/area-outside.es.js",
|
|
190
|
-
"require": "./build/area-outside.cjs.js"
|
|
201
|
+
"require": "./build/area-outside.cjs.js",
|
|
202
|
+
"default": "./build/area-outside.es.js"
|
|
191
203
|
},
|
|
192
204
|
"./area-preview": {
|
|
193
205
|
"types": "./build/area-preview.d.ts",
|
|
194
206
|
"import": "./build/area-preview.es.js",
|
|
195
|
-
"require": "./build/area-preview.cjs.js"
|
|
196
|
-
|
|
197
|
-
"./area-scroll": {
|
|
198
|
-
"types": "./build/area-scroll.d.ts",
|
|
199
|
-
"import": "./build/area-scroll.es.js",
|
|
200
|
-
"require": "./build/area-scroll.cjs.js"
|
|
207
|
+
"require": "./build/area-preview.cjs.js",
|
|
208
|
+
"default": "./build/area-preview.es.js"
|
|
201
209
|
},
|
|
202
210
|
"./area-skeleton": {
|
|
203
211
|
"types": "./build/area-skeleton.d.ts",
|
|
204
212
|
"import": "./build/area-skeleton.es.js",
|
|
205
|
-
"require": "./build/area-skeleton.cjs.js"
|
|
206
|
-
|
|
207
|
-
"./area-smooth": {
|
|
208
|
-
"types": "./build/area-smooth.d.ts",
|
|
209
|
-
"import": "./build/area-smooth.es.js",
|
|
210
|
-
"require": "./build/area-smooth.cjs.js"
|
|
213
|
+
"require": "./build/area-skeleton.cjs.js",
|
|
214
|
+
"default": "./build/area-skeleton.es.js"
|
|
211
215
|
},
|
|
212
216
|
"./hooks-use-debounced-callback": {
|
|
213
217
|
"types": "./build/hooks-use-debounced-callback.d.ts",
|
|
214
218
|
"import": "./build/hooks-use-debounced-callback.es.js",
|
|
215
|
-
"require": "./build/hooks-use-debounced-callback.cjs.js"
|
|
219
|
+
"require": "./build/hooks-use-debounced-callback.cjs.js",
|
|
220
|
+
"default": "./build/hooks-use-debounced-callback.es.js"
|
|
216
221
|
},
|
|
217
222
|
"./hooks-use-deep-compare-memoize": {
|
|
218
223
|
"types": "./build/hooks-use-deep-compare-memoize.d.ts",
|
|
219
224
|
"import": "./build/hooks-use-deep-compare-memoize.es.js",
|
|
220
|
-
"require": "./build/hooks-use-deep-compare-memoize.cjs.js"
|
|
225
|
+
"require": "./build/hooks-use-deep-compare-memoize.cjs.js",
|
|
226
|
+
"default": "./build/hooks-use-deep-compare-memoize.es.js"
|
|
227
|
+
},
|
|
228
|
+
"./hooks-use-deep-memo": {
|
|
229
|
+
"types": "./build/hooks-use-deep-memo.d.ts",
|
|
230
|
+
"import": "./build/hooks-use-deep-memo.es.js",
|
|
231
|
+
"require": "./build/hooks-use-deep-memo.cjs.js",
|
|
232
|
+
"default": "./build/hooks-use-deep-memo.es.js"
|
|
233
|
+
},
|
|
234
|
+
"./hooks-use-merge-refs": {
|
|
235
|
+
"types": "./build/hooks-use-merge-refs.d.ts",
|
|
236
|
+
"import": "./build/hooks-use-merge-refs.es.js",
|
|
237
|
+
"require": "./build/hooks-use-merge-refs.cjs.js",
|
|
238
|
+
"default": "./build/hooks-use-merge-refs.es.js"
|
|
239
|
+
},
|
|
240
|
+
"./hooks-use-overflowing": {
|
|
241
|
+
"types": "./build/hooks-use-overflowing.d.ts",
|
|
242
|
+
"import": "./build/hooks-use-overflowing.es.js",
|
|
243
|
+
"require": "./build/hooks-use-overflowing.cjs.js",
|
|
244
|
+
"default": "./build/hooks-use-overflowing.es.js"
|
|
245
|
+
},
|
|
246
|
+
"./hooks-use-overflowing-advanced": {
|
|
247
|
+
"types": "./build/hooks-use-overflowing-advanced.d.ts",
|
|
248
|
+
"import": "./build/hooks-use-overflowing-advanced.es.js",
|
|
249
|
+
"require": "./build/hooks-use-overflowing-advanced.cjs.js",
|
|
250
|
+
"default": "./build/hooks-use-overflowing-advanced.es.js"
|
|
251
|
+
},
|
|
252
|
+
"./hooks-use-responsive-layout": {
|
|
253
|
+
"types": "./build/hooks-use-responsive-layout.d.ts",
|
|
254
|
+
"import": "./build/hooks-use-responsive-layout.es.js",
|
|
255
|
+
"require": "./build/hooks-use-responsive-layout.cjs.js",
|
|
256
|
+
"default": "./build/hooks-use-responsive-layout.es.js"
|
|
257
|
+
},
|
|
258
|
+
"./hooks-use-typography-styles": {
|
|
259
|
+
"types": "./build/hooks-use-typography-styles.d.ts",
|
|
260
|
+
"import": "./build/hooks-use-typography-styles.es.js",
|
|
261
|
+
"require": "./build/hooks-use-typography-styles.cjs.js",
|
|
262
|
+
"default": "./build/hooks-use-typography-styles.es.js"
|
|
221
263
|
},
|
|
222
264
|
"./context-app": {
|
|
223
265
|
"types": "./build/context-app.d.ts",
|
|
224
266
|
"import": "./build/context-app.es.js",
|
|
225
|
-
"require": "./build/context-app.cjs.js"
|
|
267
|
+
"require": "./build/context-app.cjs.js",
|
|
268
|
+
"default": "./build/context-app.es.js"
|
|
269
|
+
},
|
|
270
|
+
"./context-browser-theme": {
|
|
271
|
+
"types": "./build/context-browser-theme.d.ts",
|
|
272
|
+
"import": "./build/context-browser-theme.es.js",
|
|
273
|
+
"require": "./build/context-browser-theme.cjs.js",
|
|
274
|
+
"default": "./build/context-browser-theme.es.js"
|
|
226
275
|
},
|
|
227
276
|
"./context-cookie": {
|
|
228
277
|
"types": "./build/context-cookie.d.ts",
|
|
229
278
|
"import": "./build/context-cookie.es.js",
|
|
230
|
-
"require": "./build/context-cookie.cjs.js"
|
|
279
|
+
"require": "./build/context-cookie.cjs.js",
|
|
280
|
+
"default": "./build/context-cookie.es.js"
|
|
231
281
|
},
|
|
232
282
|
"./context-dialog": {
|
|
233
283
|
"types": "./build/context-dialog.d.ts",
|
|
234
284
|
"import": "./build/context-dialog.es.js",
|
|
235
|
-
"require": "./build/context-dialog.cjs.js"
|
|
285
|
+
"require": "./build/context-dialog.cjs.js",
|
|
286
|
+
"default": "./build/context-dialog.es.js"
|
|
236
287
|
},
|
|
237
288
|
"./context-geolocation": {
|
|
238
289
|
"types": "./build/context-geolocation.d.ts",
|
|
239
290
|
"import": "./build/context-geolocation.es.js",
|
|
240
|
-
"require": "./build/context-geolocation.cjs.js"
|
|
291
|
+
"require": "./build/context-geolocation.cjs.js",
|
|
292
|
+
"default": "./build/context-geolocation.es.js"
|
|
241
293
|
},
|
|
242
294
|
"./context-local-storage": {
|
|
243
295
|
"types": "./build/context-local-storage.d.ts",
|
|
244
296
|
"import": "./build/context-local-storage.es.js",
|
|
245
|
-
"require": "./build/context-local-storage.cjs.js"
|
|
297
|
+
"require": "./build/context-local-storage.cjs.js",
|
|
298
|
+
"default": "./build/context-local-storage.es.js"
|
|
246
299
|
},
|
|
247
300
|
"./context-permission": {
|
|
248
301
|
"types": "./build/context-permission.d.ts",
|
|
249
302
|
"import": "./build/context-permission.es.js",
|
|
250
|
-
"require": "./build/context-permission.cjs.js"
|
|
303
|
+
"require": "./build/context-permission.cjs.js",
|
|
304
|
+
"default": "./build/context-permission.es.js"
|
|
251
305
|
},
|
|
252
306
|
"./context-screen-width": {
|
|
253
307
|
"types": "./build/context-screen-width.d.ts",
|
|
254
308
|
"import": "./build/context-screen-width.es.js",
|
|
255
|
-
"require": "./build/context-screen-width.cjs.js"
|
|
309
|
+
"require": "./build/context-screen-width.cjs.js",
|
|
310
|
+
"default": "./build/context-screen-width.es.js"
|
|
256
311
|
},
|
|
257
312
|
"./context-sonner": {
|
|
258
313
|
"types": "./build/context-sonner.d.ts",
|
|
259
314
|
"import": "./build/context-sonner.es.js",
|
|
260
|
-
"require": "./build/context-sonner.cjs.js"
|
|
315
|
+
"require": "./build/context-sonner.cjs.js",
|
|
316
|
+
"default": "./build/context-sonner.es.js"
|
|
261
317
|
}
|
|
262
|
-
},
|
|
263
|
-
"scripts": {
|
|
264
|
-
"build:storybook": "cross-env NODE_ENV=storybook storybook build --quiet --disable-telemetry -o build",
|
|
265
|
-
"build:library": "tsc && vite build",
|
|
266
|
-
"build:main": "tsc && vite build",
|
|
267
|
-
"storybook": "storybook dev -p 3030",
|
|
268
|
-
"biome:lint": "biome lint .",
|
|
269
|
-
"biome:format": "biome format --write src",
|
|
270
|
-
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0"
|
|
271
|
-
},
|
|
272
|
-
"devDependencies": {
|
|
273
|
-
"@biomejs/biome": "^2.1.1",
|
|
274
|
-
"@fontsource/inter": "^5.1.0",
|
|
275
|
-
"@fontsource/manrope": "^5.2.6",
|
|
276
|
-
"@fontsource/roboto": "^5.1.0",
|
|
277
|
-
"@fontsource/roboto-mono": "^5.2.6",
|
|
278
|
-
"@fontsource/work-sans": "^5.2.5",
|
|
279
|
-
"@jenesei-software/jenesei-plugin-vite": "^1.3.1",
|
|
280
|
-
"@storybook/addon-docs": "^9.0.13",
|
|
281
|
-
"@storybook/addon-links": "^9.0.13",
|
|
282
|
-
"@storybook/react-vite": "^9.0.13",
|
|
283
|
-
"@types/js-cookie": "^3.0.6",
|
|
284
|
-
"@types/lodash": "^4.17.20",
|
|
285
|
-
"@types/node": "^22.8.2",
|
|
286
|
-
"@types/react": "^19.0.0",
|
|
287
|
-
"@types/react-dom": "^19.0.0",
|
|
288
|
-
"@types/styled-components": "^5.1.34",
|
|
289
|
-
"@vitejs/plugin-react": "^4.3.3",
|
|
290
|
-
"cross-env": "^7.0.3",
|
|
291
|
-
"fs": "^0.0.1-security",
|
|
292
|
-
"globals": "^15.11.0",
|
|
293
|
-
"path": "^0.12.7",
|
|
294
|
-
"react-docgen-typescript": "^2.2.2",
|
|
295
|
-
"sharp": "^0.33.5",
|
|
296
|
-
"storybook": "^9.0.13",
|
|
297
|
-
"terser": "^5.38.1",
|
|
298
|
-
"typescript": "^5.6.3",
|
|
299
|
-
"vite": "^5.4.10",
|
|
300
|
-
"vite-plugin-bundle-analyzer": "^0.0.1",
|
|
301
|
-
"vite-plugin-dts": "^4.3.0",
|
|
302
|
-
"vite-tsconfig-paths": "^5.0.1"
|
|
303
|
-
},
|
|
304
|
-
"peerDependencies": {
|
|
305
|
-
"@tanstack/react-router": ">=1.97.0",
|
|
306
|
-
"@tanstack/react-virtual": "^3.10.8",
|
|
307
|
-
"framer-motion": "^11.13.1",
|
|
308
|
-
"react": ">=19.0.0",
|
|
309
|
-
"react-dom": ">=19.0.0",
|
|
310
|
-
"styled-components": ">=6.0"
|
|
311
|
-
},
|
|
312
|
-
"dependencies": {
|
|
313
|
-
"@floating-ui/react": "^0.27.12",
|
|
314
|
-
"@tanstack/react-router": ">=1.97.0",
|
|
315
|
-
"@tanstack/react-virtual": "^3.10.8",
|
|
316
|
-
"framer-motion": "^11.13.1",
|
|
317
|
-
"js-cookie": "^3.0.5",
|
|
318
|
-
"lodash": "^4.17.21",
|
|
319
|
-
"moment": ">=2.30.1",
|
|
320
|
-
"react": ">=19.0.0",
|
|
321
|
-
"react-dom": ">=19.0.0",
|
|
322
|
-
"react-easy-crop": "^5.4.2",
|
|
323
|
-
"react-number-format": "^5.4.2",
|
|
324
|
-
"styled-components": ">=6.0",
|
|
325
|
-
"styled-reset": "^4.5.2",
|
|
326
|
-
"uuid": "^11.0.3"
|
|
327
318
|
}
|
|
328
319
|
}
|
package/build/area-0BNtBqG8.cjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const r=require("./jsx-runtime-C6yv_9g1.cjs"),l=require("./area.styles-Cpx4H0gc.cjs");exports.Scroll=s=>r.jsxRuntimeExports.jsx(l.StyledScroll,{...s,$horizontal:s.horizontal,$vertical:s.vertical,$isAlwaysHorizontal:s.isAlwaysHorizontal,$isAlwaysVertical:s.isAlwaysVertical,children:s.children});
|
|
2
|
-
//# sourceMappingURL=area-0BNtBqG8.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-0BNtBqG8.cjs","sources":["../src/areas/scroll/area.tsx"],"sourcesContent":["import { FC } from 'react';\n\nimport { ScrollProps, StyledScroll } from '.';\n\nexport const Scroll: FC<ScrollProps> = (props) => {\n return (\n <StyledScroll\n {...props}\n $horizontal={props.horizontal}\n $vertical={props.vertical}\n $isAlwaysHorizontal={props.isAlwaysHorizontal}\n $isAlwaysVertical={props.isAlwaysVertical}\n >\n {props.children}\n </StyledScroll>\n );\n};\n"],"names":["props","jsx","StyledScroll","$horizontal","horizontal","$vertical","vertical","$isAlwaysHorizontal","isAlwaysHorizontal","$isAlwaysVertical","isAlwaysVertical","children"],"mappings":"kHAIwCA,KAEpCC,kBAAAA,IAACC,EAAAA,aAAA,IACKF,EACJG,YAAaH,EAAMI,WACnBC,UAAWL,EAAMM,SACjBC,oBAAqBP,EAAMQ,mBAC3BC,kBAAmBT,EAAMU,iBAExBC,SAAAX,EAAMW"}
|
package/build/area-B6xxVQ87.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "./jsx-runtime-DZS36FSE.js";
|
|
2
|
-
import { useRef, useEffect } from "react";
|
|
3
|
-
import { b as Stack } from "./component-gcvwlILJ.js";
|
|
4
|
-
const Outside = (props) => {
|
|
5
|
-
const elementRef = useRef(null);
|
|
6
|
-
useEffect(() => {
|
|
7
|
-
const handleClickOutside = (event) => {
|
|
8
|
-
if (elementRef.current && !elementRef.current.contains(event.target)) {
|
|
9
|
-
props.onOutsideClick(event);
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
document.addEventListener("mousedown", handleClickOutside);
|
|
13
|
-
return () => {
|
|
14
|
-
document.removeEventListener("mousedown", handleClickOutside);
|
|
15
|
-
};
|
|
16
|
-
}, [props]);
|
|
17
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
18
|
-
Stack,
|
|
19
|
-
{
|
|
20
|
-
sx: (theme) => ({
|
|
21
|
-
...props == null ? void 0 : props.sx,
|
|
22
|
-
default: {
|
|
23
|
-
display: "content",
|
|
24
|
-
...(props == null ? void 0 : props.sx) ? typeof (props == null ? void 0 : props.sx) === "function" ? props == null ? void 0 : props.sx(theme).default : props == null ? void 0 : props.sx.default : {}
|
|
25
|
-
}
|
|
26
|
-
}),
|
|
27
|
-
ref: elementRef,
|
|
28
|
-
children: props.children
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
Outside as O
|
|
34
|
-
};
|
|
35
|
-
//# sourceMappingURL=area-B6xxVQ87.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-B6xxVQ87.js","sources":["../src/areas/outside/area.tsx"],"sourcesContent":["import { FC, PropsWithChildren, useEffect, useRef } from 'react';\n\nimport { Stack } from '@local/components/stack';\nimport { addSXProps } from '@local/styles/sx';\n\ntype OutsideProps = PropsWithChildren &\n addSXProps & {\n onOutsideClick: (event: MouseEvent) => void;\n };\n\nexport const Outside: FC<OutsideProps> = (props) => {\n const elementRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const handleClickOutside = (event: MouseEvent) => {\n if (elementRef.current && !elementRef.current.contains(event.target as Node)) {\n props.onOutsideClick(event);\n }\n };\n\n document.addEventListener('mousedown', handleClickOutside);\n return () => {\n document.removeEventListener('mousedown', handleClickOutside);\n };\n }, [props]);\n return (\n <Stack\n sx={(theme) => ({\n ...props?.sx,\n default: {\n display: 'content',\n ...(props?.sx ? (typeof props?.sx === 'function' ? props?.sx(theme).default : props?.sx.default) : {}),\n },\n })}\n ref={elementRef}\n >\n {props.children}\n </Stack>\n );\n};\n"],"names":["jsx"],"mappings":";;;AAUO,MAAM,UAA4B,CAAC,UAAU;AAClD,QAAM,aAAa,OAAuB,IAAI;AAE9C,YAAU,MAAM;AACd,UAAM,qBAAqB,CAAC,UAAsB;AAChD,UAAI,WAAW,WAAW,CAAC,WAAW,QAAQ,SAAS,MAAM,MAAc,GAAG;AAC5E,cAAM,eAAe,KAAK;AAAA,MAC5B;AAAA,IACF;AAEA,aAAS,iBAAiB,aAAa,kBAAkB;AACzD,WAAO,MAAM;AACX,eAAS,oBAAoB,aAAa,kBAAkB;AAAA,IAC9D;AAAA,EACF,GAAG,CAAC,KAAK,CAAC;AACV,SACEA,kCAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,IAAI,CAAC,WAAW;AAAA,QACd,GAAG,+BAAO;AAAA,QACV,SAAS;AAAA,UACP,SAAS;AAAA,UACT,IAAI,+BAAO,MAAM,QAAO,+BAAO,QAAO,aAAa,+BAAO,GAAG,OAAO,UAAU,+BAAO,GAAG,UAAW,CAAA;AAAA,QAAC;AAAA,MACtG;AAAA,MAEF,KAAK;AAAA,MAEJ,UAAA,MAAM;AAAA,IAAA;AAAA,EAAA;AAGb;"}
|
package/build/area-B7-4IFQB.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "./jsx-runtime-DZS36FSE.js";
|
|
2
|
-
import { S as StyledScroll } from "./area.styles-DhCCEhuq.js";
|
|
3
|
-
const Scroll = (props) => {
|
|
4
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
5
|
-
StyledScroll,
|
|
6
|
-
{
|
|
7
|
-
...props,
|
|
8
|
-
$horizontal: props.horizontal,
|
|
9
|
-
$vertical: props.vertical,
|
|
10
|
-
$isAlwaysHorizontal: props.isAlwaysHorizontal,
|
|
11
|
-
$isAlwaysVertical: props.isAlwaysVertical,
|
|
12
|
-
children: props.children
|
|
13
|
-
}
|
|
14
|
-
);
|
|
15
|
-
};
|
|
16
|
-
export {
|
|
17
|
-
Scroll as S
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=area-B7-4IFQB.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-B7-4IFQB.js","sources":["../src/areas/scroll/area.tsx"],"sourcesContent":["import { FC } from 'react';\n\nimport { ScrollProps, StyledScroll } from '.';\n\nexport const Scroll: FC<ScrollProps> = (props) => {\n return (\n <StyledScroll\n {...props}\n $horizontal={props.horizontal}\n $vertical={props.vertical}\n $isAlwaysHorizontal={props.isAlwaysHorizontal}\n $isAlwaysVertical={props.isAlwaysVertical}\n >\n {props.children}\n </StyledScroll>\n );\n};\n"],"names":["jsx"],"mappings":";;AAIO,MAAM,SAA0B,CAAC,UAAU;AAChD,SACEA,kCAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACE,GAAG;AAAA,MACJ,aAAa,MAAM;AAAA,MACnB,WAAW,MAAM;AAAA,MACjB,qBAAqB,MAAM;AAAA,MAC3B,mBAAmB,MAAM;AAAA,MAExB,UAAA,MAAM;AAAA,IAAA;AAAA,EAAA;AAGb;"}
|
package/build/area-DxKLtDFZ.cjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./jsx-runtime-C6yv_9g1.cjs"),t=require("react"),n=require("./component-CoOTSdM5.cjs");exports.Outside=s=>{const u=t.useRef(null);return t.useEffect(()=>{const e=e=>{u.current&&!u.current.contains(e.target)&&s.onOutsideClick(e)};return document.addEventListener("mousedown",e),()=>{document.removeEventListener("mousedown",e)}},[s]),e.jsxRuntimeExports.jsx(n.Stack,{sx:e=>({...null==s?void 0:s.sx,default:{display:"content",...(null==s?void 0:s.sx)?"function"==typeof(null==s?void 0:s.sx)?null==s?void 0:s.sx(e).default:null==s?void 0:s.sx.default:{}}}),ref:u,children:s.children})};
|
|
2
|
-
//# sourceMappingURL=area-DxKLtDFZ.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-DxKLtDFZ.cjs","sources":["../src/areas/outside/area.tsx"],"sourcesContent":["import { FC, PropsWithChildren, useEffect, useRef } from 'react';\n\nimport { Stack } from '@local/components/stack';\nimport { addSXProps } from '@local/styles/sx';\n\ntype OutsideProps = PropsWithChildren &\n addSXProps & {\n onOutsideClick: (event: MouseEvent) => void;\n };\n\nexport const Outside: FC<OutsideProps> = (props) => {\n const elementRef = useRef<HTMLDivElement>(null);\n\n useEffect(() => {\n const handleClickOutside = (event: MouseEvent) => {\n if (elementRef.current && !elementRef.current.contains(event.target as Node)) {\n props.onOutsideClick(event);\n }\n };\n\n document.addEventListener('mousedown', handleClickOutside);\n return () => {\n document.removeEventListener('mousedown', handleClickOutside);\n };\n }, [props]);\n return (\n <Stack\n sx={(theme) => ({\n ...props?.sx,\n default: {\n display: 'content',\n ...(props?.sx ? (typeof props?.sx === 'function' ? props?.sx(theme).default : props?.sx.default) : {}),\n },\n })}\n ref={elementRef}\n >\n {props.children}\n </Stack>\n );\n};\n"],"names":["props","elementRef","useRef","useEffect","handleClickOutside","event","current","contains","target","onOutsideClick","document","addEventListener","removeEventListener","jsx","Stack","sx","theme","default","display","ref","children"],"mappings":"oIAU0CA,IACxC,MAAMC,EAAaC,EAAAA,OAAuB,MAc1C,OAZAC,EAAAA,UAAU,KACR,MAAMC,EAAsBC,IACtBJ,EAAWK,UAAYL,EAAWK,QAAQC,SAASF,EAAMG,SAC3DR,EAAMS,eAAeJ,IAKzB,OADAK,SAASC,iBAAiB,YAAaP,GAChC,KACLM,SAASE,oBAAoB,YAAaR,KAE3C,CAACJ,MAEFa,kBAAAA,IAACC,EAAAA,MAAA,CACCC,GAAKC,IAAA,IACA,MAAAhB,OAAA,EAAAA,EAAOe,GACVE,QAAS,CACPC,QAAS,cACL,MAAAlB,OAAA,EAAAA,EAAOe,IAA2B,yBAAdf,WAAOe,IAAoB,MAAAf,OAAA,EAAAA,EAAOe,GAAGC,GAAOC,QAAU,MAAAjB,OAAA,EAAAA,EAAOe,GAAGE,QAAW,CAAA,KAGvGE,IAAKlB,EAEJmB,SAAApB,EAAMoB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-outside.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-outside.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-preview.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-preview.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
package/build/area-scroll.cjs.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"area-scroll.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|