@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
|
@@ -1,286 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { ComponentType } from 'react';
|
|
4
|
-
import { CSSObject } from 'styled-components';
|
|
5
|
-
import { CSSProperties } from 'react';
|
|
6
|
-
import { DefaultTheme } from 'styled-components';
|
|
7
|
-
import { DetailedHTMLProps } from 'react';
|
|
8
|
-
import { FocusEventHandler } from 'react';
|
|
9
|
-
import { ForwardRefComponent } from 'framer-motion';
|
|
10
|
-
import { HTMLAttributes } from 'react';
|
|
11
|
-
import { HTMLInputAutoCompleteAttribute } from 'react';
|
|
12
|
-
import { HTMLInputTypeAttribute } from 'react';
|
|
13
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
14
|
-
import { InputAttributes } from 'react-number-format';
|
|
15
|
-
import { InputHTMLAttributes } from 'react';
|
|
16
|
-
import { InternalNumberFormatBase } from 'react-number-format/types/types';
|
|
17
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
18
|
-
import { JSX } from 'react/jsx-runtime';
|
|
19
|
-
import { KeyboardEventHandler } from 'react';
|
|
20
|
-
import { NumberFormatValues } from 'react-number-format';
|
|
21
|
-
import { NumericFormat } from 'react-number-format';
|
|
22
|
-
import { NumericFormatProps } from 'react-number-format';
|
|
23
|
-
import { PatternFormat } from 'react-number-format';
|
|
24
|
-
import { PatternFormatProps } from 'react-number-format';
|
|
25
|
-
import { PropsWithChildren } from 'react';
|
|
26
|
-
import { Ref } from 'react';
|
|
27
|
-
import { RefAttributes } from 'react';
|
|
28
|
-
import { RuleSet } from 'styled-components';
|
|
29
|
-
import { Substitute } from 'styled-components/dist/types';
|
|
30
|
-
|
|
31
|
-
declare type AddDollarSign<T> = {
|
|
32
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
declare type AddDollarSign_2<T> = {
|
|
36
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
declare interface addErrorProps {
|
|
40
|
-
error?: ErrorMessageProps;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
declare type addFontProps = {
|
|
44
|
-
font?: FontSizeStylesProps;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
/****************************************** is isInputEffect *************************************************/
|
|
48
|
-
export declare const addInputIsInputEffect: RuleSet<Pick<StyledInputProps, "$isInputEffect">>;
|
|
49
|
-
|
|
50
|
-
/****************************************** Placeholder *************************************************/
|
|
51
|
-
export declare const addInputPlaceholder: RuleSet<StyledInputProps>;
|
|
52
|
-
|
|
53
|
-
export declare const addInputPlaceholderNiceNumber: RuleSet<StyledInputProps>;
|
|
54
|
-
|
|
55
|
-
declare type addOutlineProps = {
|
|
56
|
-
isReadOnly?: boolean;
|
|
57
|
-
isDisabledOutline?: boolean;
|
|
58
|
-
isOutlineBoxShadow?: boolean;
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
declare type addOutlinePropsDollar = AddDollarSign_2<addOutlineProps>;
|
|
62
|
-
|
|
63
|
-
declare interface addSXProps {
|
|
64
|
-
sx?: SXProps;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
declare type BaseInputProps = CommonInputProps & (ControlledValue | UncontrolledValue);
|
|
68
|
-
|
|
69
|
-
declare type CommonInputProps = addErrorProps & addFontProps & addOutlineProps & addSXProps & {
|
|
70
|
-
ref?: Ref<HTMLInputElement | null>;
|
|
71
|
-
name?: string;
|
|
72
|
-
ariaLabel?: string;
|
|
73
|
-
id?: string;
|
|
74
|
-
className?: string;
|
|
75
|
-
isNotShowHoverStyle?: boolean;
|
|
76
|
-
autoComplete?: HTMLInputAutoCompleteAttribute | string;
|
|
77
|
-
isAllowEmptyFormatting?: boolean;
|
|
78
|
-
genre: TInputGenre;
|
|
79
|
-
size: IThemeSize;
|
|
80
|
-
tabIndex?: number;
|
|
81
|
-
isWidthAsHeight?: boolean;
|
|
82
|
-
isNiceNumber?: boolean;
|
|
83
|
-
isDisabled?: boolean;
|
|
84
|
-
isLoading?: boolean;
|
|
85
|
-
isInputEffect?: boolean;
|
|
86
|
-
isRequired?: boolean;
|
|
87
|
-
isCenter?: boolean;
|
|
88
|
-
isNoSpaces?: boolean;
|
|
89
|
-
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
90
|
-
onPaste?: ClipboardEventHandler<HTMLInputElement>;
|
|
91
|
-
onFocus?: FocusEventHandler<HTMLInputElement>;
|
|
92
|
-
onKeyDown?: KeyboardEventHandler<HTMLInputElement>;
|
|
93
|
-
placeholder?: string;
|
|
94
|
-
isBold?: boolean;
|
|
95
|
-
postfixChildren?: InputChildrenProps;
|
|
96
|
-
prefixChildren?: InputChildrenProps;
|
|
97
|
-
inputMode?: 'text' | 'none' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
|
|
98
|
-
maxLength?: number;
|
|
99
|
-
minLength?: number;
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
declare type ControlledValue = {
|
|
103
|
-
value: string | number | null | undefined;
|
|
104
|
-
defaultValue?: never;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
declare type ErrorMessageProps = {
|
|
108
|
-
errorMessage?: string;
|
|
109
|
-
isError?: boolean;
|
|
110
|
-
isErrorAbsolute?: boolean;
|
|
111
|
-
size?: IThemeSize;
|
|
112
|
-
sx?: addSXProps['sx'];
|
|
113
|
-
} & addFontProps;
|
|
114
|
-
|
|
115
|
-
declare type FontSizeStylesProps = {
|
|
116
|
-
size?: TypographyDataProps['size'];
|
|
117
|
-
weight?: TypographyDataProps['weight'];
|
|
118
|
-
family?: TypographyDataProps['family'];
|
|
119
|
-
height?: TypographyDataProps['height'];
|
|
120
|
-
};
|
|
121
|
-
|
|
122
|
-
export declare function formatPhoneNumber(dialCode: string, international: string): {
|
|
123
|
-
format: string;
|
|
124
|
-
placeholder: string;
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
export declare const Input: (props: InputProps) => JSX.Element;
|
|
128
|
-
|
|
129
|
-
export declare interface InputChildrenProps extends PropsWithChildren {
|
|
130
|
-
left: string;
|
|
131
|
-
right: string;
|
|
132
|
-
width: string;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
export declare type InputNumericProps = BaseInputProps & {
|
|
136
|
-
variety: 'numeric';
|
|
137
|
-
onChange?: (value: NumberFormatValues) => void;
|
|
138
|
-
propsNumeric: Pick<NumericFormatProps, 'allowLeadingZeros' | 'thousandSeparator' | 'allowNegative' | 'allowedDecimalSeparators' | 'decimalScale' | 'decimalSeparator' | 'fixedDecimalScale' | 'prefix' | 'thousandsGroupStyle' | 'isAllowed' | 'suffix'>;
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
export declare type InputPatternProps = BaseInputProps & {
|
|
142
|
-
variety: 'pattern';
|
|
143
|
-
onChange?: (value: NumberFormatValues) => void;
|
|
144
|
-
propsPattern: Pick<PatternFormatProps, 'format' | 'mask' | 'allowEmptyFormatting' | 'patternChar' | 'valueIsNumericString' | 'type'>;
|
|
145
|
-
};
|
|
146
|
-
|
|
147
|
-
export declare const InputPostfixChildren: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<InputProps, "isDisabled"> & Pick<InputChildrenProps, "left" | "right" | "width">>>> & string;
|
|
148
|
-
|
|
149
|
-
/****************************************** Children *************************************************/
|
|
150
|
-
export declare const InputPrefixChildren: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<InputProps, "isDisabled"> & Pick<InputChildrenProps, "left" | "right" | "width">>>> & string;
|
|
151
|
-
|
|
152
|
-
export declare type InputProps = InputStandardProps | InputPatternProps | InputNumericProps;
|
|
153
|
-
|
|
154
|
-
/****************************************** Size *************************************************/
|
|
155
|
-
export declare const InputSize: RuleSet<StyledInputProps>;
|
|
156
|
-
|
|
157
|
-
export declare const InputSizeConstructor: (props: IThemeSizePropertyDefault) => RuleSet<object>;
|
|
158
|
-
|
|
159
|
-
export declare type InputStandardProps = BaseInputProps & {
|
|
160
|
-
variety: 'standard';
|
|
161
|
-
onChange?: (value: string) => void;
|
|
162
|
-
type?: HTMLInputTypeAttribute;
|
|
163
|
-
min?: number;
|
|
164
|
-
max?: number;
|
|
165
|
-
step?: number;
|
|
166
|
-
};
|
|
167
|
-
|
|
168
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
169
|
-
|
|
170
|
-
declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
|
|
171
|
-
|
|
172
|
-
declare type IThemeGenreInput = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white' | 'bustmarket-gray'>, IThemeGenreTypeDefault>;
|
|
173
|
-
|
|
174
|
-
declare type IThemeGenreName = 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray-violet' | 'bustmarket-gray' | 'bustmarket-violet' | 'bustmarket-white-violet';
|
|
175
|
-
|
|
176
|
-
declare interface IThemeGenreTypeDefault {
|
|
177
|
-
background: {
|
|
178
|
-
rest: string;
|
|
179
|
-
hover: string;
|
|
180
|
-
};
|
|
181
|
-
border: {
|
|
182
|
-
rest: string;
|
|
183
|
-
hover: string;
|
|
184
|
-
};
|
|
185
|
-
color: {
|
|
186
|
-
rest: string;
|
|
187
|
-
hover: string;
|
|
188
|
-
placeholder: string;
|
|
189
|
-
};
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
declare type IThemePaletteKeys = 'transparent' | 'black100' | 'black80' | 'black60' | 'black50' | 'black40' | 'black10' | 'black05' | 'black04' | 'blackHelena' | 'blackJanice' | 'grayJanice' | 'grayKaren' | 'grayMonica' | 'graySandra' | 'grayPatricia' | 'graySarah' | 'grayStassie' | 'grayAdriana' | 'greenGoogle' | 'grayBarbara' | 'grayStephanie' | 'grayFrances' | 'grayTina' | 'green100' | 'green50' | 'green25' | 'green10' | 'green10Background' | 'whiteStandard' | 'whiteJanice' | 'yellowGoogle' | 'yellow100' | 'yellow50' | 'yellow25' | 'yellow10' | 'yellow10Background' | 'redGoogle' | 'red100' | 'red50' | 'red25' | 'red10' | 'red10Background' | 'blueGoogle' | 'blueRest' | 'blueActive' | 'blueHover' | 'blueFocus' | 'blueBr' | 'blueKaren' | 'blueMonica' | 'violetStephanie' | 'violetJanice' | 'amnezia' | 'inherit' | 'currentColor';
|
|
193
|
-
|
|
194
|
-
declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
|
|
195
|
-
|
|
196
|
-
declare interface IThemeSizePropertyDefault {
|
|
197
|
-
font: number;
|
|
198
|
-
height: number;
|
|
199
|
-
heightIcon: number;
|
|
200
|
-
padding: number;
|
|
201
|
-
radius: number;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
|
|
205
|
-
|
|
206
|
-
export declare const StyledInput: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledInputProps>> & string;
|
|
207
|
-
|
|
208
|
-
export declare type StyledInputChildrenProps = AddDollarSign_2<Pick<InputProps, 'isDisabled'> & Pick<InputChildrenProps, 'left' | 'right' | 'width'>>;
|
|
209
|
-
|
|
210
|
-
/****************************************** Default *************************************************/
|
|
211
|
-
export declare const StyledInputCSS: RuleSet<StyledInputProps>;
|
|
212
|
-
|
|
213
|
-
export declare const StyledInputNumeric: IStyledComponentBase<"web", Substitute<InternalNumberFormatBase & {
|
|
214
|
-
thousandSeparator?: boolean | string;
|
|
215
|
-
decimalSeparator?: string;
|
|
216
|
-
allowedDecimalSeparators?: Array<string>;
|
|
217
|
-
thousandsGroupStyle?: "thousand" | "lakh" | "wan" | "none";
|
|
218
|
-
decimalScale?: number;
|
|
219
|
-
fixedDecimalScale?: boolean;
|
|
220
|
-
allowNegative?: boolean;
|
|
221
|
-
allowLeadingZeros?: boolean;
|
|
222
|
-
suffix?: string;
|
|
223
|
-
prefix?: string;
|
|
224
|
-
} & Omit<InputAttributes, never> & Omit<unknown, "value" | "ref" | "defaultValue" | "prefix" | "inputMode" | "onFocus" | "onBlur" | "onChange" | "onKeyDown" | "onMouseUp" | "type" | "displayType" | "renderText" | "getInputRef" | "valueIsNumericString" | "onValueChange" | "isAllowed" | "thousandSeparator" | "decimalSeparator" | "allowedDecimalSeparators" | "thousandsGroupStyle" | "decimalScale" | "fixedDecimalScale" | "allowNegative" | "allowLeadingZeros" | "suffix"> & {
|
|
225
|
-
customInput?: ComponentType<unknown> | undefined;
|
|
226
|
-
}, StyledInputProps>> & string & Omit<typeof NumericFormat, keyof Component<any, {}, any>>;
|
|
227
|
-
|
|
228
|
-
export declare const StyledInputPattern: IStyledComponentBase<"web", Substitute<InternalNumberFormatBase & {
|
|
229
|
-
format: string;
|
|
230
|
-
mask?: string | string[];
|
|
231
|
-
allowEmptyFormatting?: boolean;
|
|
232
|
-
patternChar?: string;
|
|
233
|
-
} & Omit<InputAttributes, never> & Omit<unknown, "value" | "mask" | "ref" | "defaultValue" | "inputMode" | "onFocus" | "onBlur" | "onChange" | "onKeyDown" | "onMouseUp" | "type" | "format" | "displayType" | "renderText" | "getInputRef" | "valueIsNumericString" | "onValueChange" | "isAllowed" | "allowEmptyFormatting" | "patternChar"> & {
|
|
234
|
-
customInput?: ComponentType<unknown> | undefined;
|
|
235
|
-
}, StyledInputProps>> & string & Omit<typeof PatternFormat, keyof Component<any, {}, any>>;
|
|
236
|
-
|
|
237
|
-
export declare type StyledInputProps = AddDollarSign_2<Pick<InputProps, 'genre' | 'size' | 'error' | 'isLoading' | 'isInputEffect' | 'isDisabled' | 'postfixChildren' | 'prefixChildren' | 'isBold' | 'isNiceNumber' | 'isNotShowHoverStyle' | 'sx' | 'isCenter' | 'font'>> & addOutlinePropsDollar;
|
|
238
|
-
|
|
239
|
-
/****************************************** Wrapper *************************************************/
|
|
240
|
-
export declare const StyledInputWrapper: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<InputProps, "size" | "sx" | "isDisabled" | "isWidthAsHeight" | "isInputEffect">>>> & string;
|
|
241
|
-
|
|
242
|
-
export declare type StyledInputWrapperProps = AddDollarSign_2<Pick<InputProps, 'isDisabled' | 'isInputEffect' | 'sx' | 'size' | 'isWidthAsHeight'>>;
|
|
243
|
-
|
|
244
|
-
export declare const StyledMotionInput: IStyledComponentBase<"web", Substitute<Omit<HTMLMotionProps<"input">, "ref"> & RefAttributes<HTMLInputElement>, StyledInputProps>> & string & Omit<ForwardRefComponent<HTMLInputElement, HTMLMotionProps<"input">>, keyof Component<any, {}, any>>;
|
|
245
|
-
|
|
246
|
-
declare type SXProps = ({
|
|
247
|
-
default: CSSObject;
|
|
248
|
-
} & {
|
|
249
|
-
[K in IThemeDevice]?: CSSObject;
|
|
250
|
-
}) | ((theme: DefaultTheme) => {
|
|
251
|
-
default: CSSObject;
|
|
252
|
-
} & {
|
|
253
|
-
[K in IThemeDevice]?: CSSObject;
|
|
254
|
-
});
|
|
255
|
-
|
|
256
|
-
export declare type TInputGenre = keyof IThemeGenreInput;
|
|
257
|
-
|
|
258
|
-
declare type TypographyDataProps = TypographyDefaultProps & {
|
|
259
|
-
size?: number;
|
|
260
|
-
};
|
|
261
|
-
|
|
262
|
-
declare type TypographyDefaultProps = {
|
|
263
|
-
align?: CSSProperties['textAlign'];
|
|
264
|
-
color?: IThemePaletteKeys;
|
|
265
|
-
cursor?: CSSProperties['cursor'];
|
|
266
|
-
decoration?: CSSProperties['textDecoration'];
|
|
267
|
-
family?: IThemeFontFamily;
|
|
268
|
-
flex?: string;
|
|
269
|
-
height?: number | string;
|
|
270
|
-
isHoverUnderlining?: boolean;
|
|
271
|
-
letterSpacing?: CSSProperties['letterSpacing'];
|
|
272
|
-
line?: number;
|
|
273
|
-
overflow?: CSSProperties['overflow'];
|
|
274
|
-
shadow?: 'shadowPulse';
|
|
275
|
-
transform?: CSSProperties['textTransform'];
|
|
276
|
-
weight?: IThemeTypographyWeight;
|
|
277
|
-
wrap?: CSSProperties['textWrap'];
|
|
278
|
-
isNoUserSelect?: boolean;
|
|
279
|
-
};
|
|
280
|
-
|
|
281
|
-
declare type UncontrolledValue = {
|
|
282
|
-
defaultValue: string | number | null | undefined;
|
|
283
|
-
value?: never;
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
export { }
|
|
1
|
+
export * from './components/input/index'
|
|
2
|
+
export {}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a9, a8, a0, a1, a4, a3, a7, a6, Z, a5, a2, _, $ } from "./context.constants-BWLe7YHv.js";
|
|
1
|
+
import { t as o } from "./input-CV02F03L.js";
|
|
3
2
|
export {
|
|
4
|
-
|
|
5
|
-
a9 as InputPostfixChildren,
|
|
6
|
-
a8 as InputPrefixChildren,
|
|
7
|
-
a0 as InputSize,
|
|
8
|
-
a1 as InputSizeConstructor,
|
|
9
|
-
a4 as StyledInput,
|
|
10
|
-
a3 as StyledInputCSS,
|
|
11
|
-
a7 as StyledInputNumeric,
|
|
12
|
-
a6 as StyledInputPattern,
|
|
13
|
-
Z as StyledInputWrapper,
|
|
14
|
-
a5 as StyledMotionInput,
|
|
15
|
-
a2 as addInputIsInputEffect,
|
|
16
|
-
_ as addInputPlaceholder,
|
|
17
|
-
$ as addInputPlaceholderNiceNumber,
|
|
18
|
-
f as formatPhoneNumber
|
|
3
|
+
o as Input
|
|
19
4
|
};
|
|
20
|
-
//# sourceMappingURL=component-input.es.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const N=require("./chunk-Dd8m0Ver.cjs"),d=require("./proxy-_gZenxVU.cjs"),t=require("./utils-DtinAjAU.cjs"),n=require("./functions-Dwo54amB.cjs");let c=require("react/jsx-runtime"),S=require("react");var k=e=>{const{className:r,style:s,Component:i}=(0,S.useMemo)(()=>({className:n.setClasses([t.CSS_CLASS.component.stack.root,e.scrollbarGutter&&t.CSS_CLASS.scrollbarGutter[e.scrollbarGutter],e.isRipple&&t.CSS_CLASS.isRipple,e.isHover&&t.CSS_CLASS.isHover,e.className]),style:n.setStyles([e?.sx,e.style]),Component:e.as??"div"}),[e.as,e.className,e.isHover,e.isRipple,e.style,e.sx,e.scrollbarGutter]);return(0,c.jsx)(i,{ref:e.ref,onClick:e.onClick,onDrop:e.onDrop,onDragOver:e.onDragOver,className:r,style:s,id:e.id,children:e.children})},q=e=>{const{isHover:r,isRipple:s,onClick:i,onDrop:u,onDragOver:o,ref:C,sx:x,className:l,style:a,...m}=e,{className:y,style:v,as:_}=(0,S.useMemo)(()=>({className:n.setClasses([t.CSS_CLASS.component.stack.root,s&&t.CSS_CLASS.isRipple,r&&t.CSS_CLASS.isHover,l]),style:n.setStyles([e?.sx,a]),as:e.as??"div"}),[e.as,r,s,l,a,e.sx]);return(0,c.jsx)(d.motion.div,{as:_,ref:C,onClick:i,onDrop:u,onDragOver:o,className:y,style:v,...m,children:e.children})};Object.defineProperty(exports,"Stack",{enumerable:!0,get:function(){return k}});Object.defineProperty(exports,"StackMotion",{enumerable:!0,get:function(){return q}});
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=component-jsn2T8Hu.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-jsn2T8Hu.cjs","names":[],"sources":["../src/components/stack/component.tsx"],"sourcesContent":["import { CSS_CLASS } from '@local/styles/utils';\nimport { setClasses, setStyles } from '@local/styles/utils/functions';\n\nimport { motion } from 'framer-motion';\nimport { FC, useMemo } from 'react';\n\nimport { IStack, IStackMotion } from './component.types';\n\nexport const Stack: FC<IStack> = (props) => {\n const { className, style, Component } = useMemo(() => {\n return {\n className: setClasses([\n CSS_CLASS.component.stack.root,\n props.scrollbarGutter && CSS_CLASS.scrollbarGutter[props.scrollbarGutter],\n props.isRipple && CSS_CLASS.isRipple,\n props.isHover && CSS_CLASS.isHover,\n props.className,\n ]),\n style: setStyles([props?.sx, props.style]),\n Component: props.as ?? 'div',\n };\n }, [props.as, props.className, props.isHover, props.isRipple, props.style, props.sx, props.scrollbarGutter]);\n\n return (\n <Component\n //@ts-expect-error\n ref={props.ref}\n onClick={props.onClick}\n //@ts-expect-error\n onDrop={props.onDrop}\n //@ts-expect-error\n onDragOver={props.onDragOver}\n className={className}\n style={style}\n id={props.id}\n >\n {props.children}\n </Component>\n );\n};\n\nexport const StackMotion: FC<IStackMotion> = (props) => {\n const { isHover, isRipple, onClick, onDrop, onDragOver, ref, sx, className, style, ...rest } = props;\n\n const {\n className: className2,\n style: style2,\n as,\n } = useMemo(() => {\n return {\n className: setClasses([\n CSS_CLASS.component.stack.root,\n isRipple && CSS_CLASS.isRipple,\n isHover && CSS_CLASS.isHover,\n className,\n ]),\n style: setStyles([props?.sx, style]),\n as: props.as ?? 'div',\n };\n }, [props.as, isHover, isRipple, className, style, props.sx]);\n\n return (\n <motion.div\n as={as}\n ref={ref}\n onClick={onClick}\n onDrop={onDrop}\n onDragOver={onDragOver}\n className={className2}\n style={style2}\n {...rest}\n >\n {props.children}\n </motion.div>\n );\n};\n"],"mappings":"wMAQA,IAAa,EAAqB,GAAU,CAC1C,KAAM,CAAE,UAAA,EAAW,MAAA,EAAO,UAAA,CAAA,KAAA,EAAA,SAAA,KACjB,CACL,UAAW,EAAA,WAAW,CACpB,EAAA,UAAU,UAAU,MAAM,KAC1B,EAAM,iBAAmB,EAAA,UAAU,gBAAgB,EAAM,eAAA,EACzD,EAAM,UAAY,EAAA,UAAU,SAC5B,EAAM,SAAW,EAAA,UAAU,QAC3B,EAAM,UACP,EACD,MAAO,EAAA,UAAU,CAAC,GAAO,GAAI,EAAM,KAAA,CAAM,EACzC,UAAW,EAAM,IAAM,QAExB,CAAC,EAAM,GAAI,EAAM,UAAW,EAAM,QAAS,EAAM,SAAU,EAAM,MAAO,EAAM,GAAI,EAAM,gBAAgB,EAE3G,SACE,EAAA,KAAC,EAAD,CAEE,IAAK,EAAM,IACX,QAAS,EAAM,QAEf,OAAQ,EAAM,OAEd,WAAY,EAAM,WACP,UAAA,EACJ,MAAA,EACP,GAAI,EAAM,YAET,EAAM,SACG,GAIH,EAAiC,GAAU,CACtD,KAAM,CAAE,QAAA,EAAS,SAAA,EAAU,QAAA,EAAS,OAAA,EAAQ,WAAA,EAAY,IAAA,EAAK,GAAA,EAAI,UAAA,EAAW,MAAA,EAAO,GAAG,CAAA,EAAS,EAEzF,CACJ,UAAW,EACX,MAAO,EACP,GAAA,CAAA,KAAA,EAAA,SAAA,KAEO,CACL,UAAW,EAAA,WAAW,CACpB,EAAA,UAAU,UAAU,MAAM,KAC1B,GAAY,EAAA,UAAU,SACtB,GAAW,EAAA,UAAU,QACrB,EACD,EACD,MAAO,EAAA,UAAU,CAAC,GAAO,GAAI,CAAA,CAAM,EACnC,GAAI,EAAM,IAAM,QAEjB,CAAC,EAAM,GAAI,EAAS,EAAU,EAAW,EAAO,EAAM,GAAG,EAE5D,SACE,EAAA,KAAC,EAAA,OAAO,IAAR,CACM,GAAA,EACC,IAAA,EACI,QAAA,EACD,OAAA,EACI,WAAA,EACZ,UAAW,EACX,MAAO,EACP,GAAI,WAEH,EAAM,SACI"}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
//# sourceMappingURL=component-pagination.cjs.js.map
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./chunk-Dd8m0Ver.cjs"),e=require("./pagination-Dbs4Lrpt.cjs");exports.Pagination=e.Pagination;
|
|
@@ -1,196 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { default as default_2 } from 'react';
|
|
4
|
-
import { DefaultTheme } from 'styled-components';
|
|
5
|
-
import { FC } from 'react';
|
|
6
|
-
import { PropsWithChildren } from 'react';
|
|
7
|
-
import { Ref } from 'react';
|
|
8
|
-
|
|
9
|
-
declare type addFontProps = {
|
|
10
|
-
font?: FontSizeStylesProps;
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
declare type addIconProps = {
|
|
14
|
-
[T in keyof DefaultTheme['icon']['map']]: Omit<IconItemProps, 'size'> & {
|
|
15
|
-
type: T;
|
|
16
|
-
name: DefaultTheme['icon']['map'][T][number];
|
|
17
|
-
isHidden?: boolean;
|
|
18
|
-
size?: IconItemProps['size'];
|
|
19
|
-
};
|
|
20
|
-
}[keyof DefaultTheme['icon']['map']];
|
|
21
|
-
|
|
22
|
-
declare type addOutlineProps = {
|
|
23
|
-
isReadOnly?: boolean;
|
|
24
|
-
isDisabledOutline?: boolean;
|
|
25
|
-
isOutlineBoxShadow?: boolean;
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
declare interface addSXProps {
|
|
29
|
-
sx?: SXProps;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
declare type addSXTypographyProps = {
|
|
33
|
-
sxTypography?: TypographySXProps;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
declare type ButtonProps = ButtonPropsStandard | ButtonPropsIconGroup;
|
|
37
|
-
|
|
38
|
-
declare type ButtonPropsDefault = PropsWithChildren & {
|
|
39
|
-
size: IThemeSize;
|
|
40
|
-
genre: TButtonGenre;
|
|
41
|
-
id?: string;
|
|
42
|
-
tabIndex?: number;
|
|
43
|
-
ref?: Ref<HTMLElement | null>;
|
|
44
|
-
className?: string;
|
|
45
|
-
icons?: addIconProps[];
|
|
46
|
-
isDisabled?: boolean;
|
|
47
|
-
isDisabledRipple?: boolean;
|
|
48
|
-
isHidden?: boolean;
|
|
49
|
-
isOnlyIcon?: boolean;
|
|
50
|
-
isWhileTapEffect?: boolean;
|
|
51
|
-
isWidthAsHeight?: boolean;
|
|
52
|
-
isMinWidthAsContent?: boolean;
|
|
53
|
-
isRadius?: boolean;
|
|
54
|
-
isHiddenBorder?: boolean;
|
|
55
|
-
isPlaystationEffect?: boolean;
|
|
56
|
-
isNotHoverEffect?: boolean;
|
|
57
|
-
isFullSize?: boolean;
|
|
58
|
-
onFocus?: (event: default_2.FocusEvent<HTMLButtonElement, Element>) => void;
|
|
59
|
-
onClick?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
60
|
-
onMouseDown?: (event: default_2.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
61
|
-
type?: 'button' | 'submit' | 'reset';
|
|
62
|
-
} & addSXProps & addFontProps & addOutlineProps & addSXTypographyProps;
|
|
63
|
-
|
|
64
|
-
declare type ButtonPropsIconGroup = ButtonPropsDefault & {
|
|
65
|
-
isIconGroup?: true;
|
|
66
|
-
iconGroupOrder?: number;
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
declare type ButtonPropsStandard = ButtonPropsDefault & {
|
|
70
|
-
isIconGroup?: false;
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
export declare const DEFAULT_COMPONENT_PAGINATION_GAP = 12;
|
|
74
|
-
|
|
75
|
-
declare type FontSizeStylesProps = {
|
|
76
|
-
size?: TypographyDataProps['size'];
|
|
77
|
-
weight?: TypographyDataProps['weight'];
|
|
78
|
-
family?: TypographyDataProps['family'];
|
|
79
|
-
height?: TypographyDataProps['height'];
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
declare type IconItemProps = {
|
|
83
|
-
[K in keyof DefaultTheme['icon']['map']]: {
|
|
84
|
-
type: K;
|
|
85
|
-
name: DefaultTheme['icon']['map'][K][number];
|
|
86
|
-
className?: string;
|
|
87
|
-
onClick?: (event: default_2.MouseEvent<SVGSVGElement>) => void;
|
|
88
|
-
size: IThemeSize | '100%';
|
|
89
|
-
color?: IThemePaletteKeys;
|
|
90
|
-
turn?: number;
|
|
91
|
-
order?: number;
|
|
92
|
-
tabIndex?: number;
|
|
93
|
-
} & addSXProps;
|
|
94
|
-
}[keyof DefaultTheme['icon']['map']];
|
|
95
|
-
|
|
96
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
97
|
-
|
|
98
|
-
declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
|
|
99
|
-
|
|
100
|
-
declare type IThemeGenre = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray' | 'bustmarket-gray-violet' | 'bustmarket-violet' | 'bustmarket-white-violet'>, IThemeGenreTypeDefault>;
|
|
101
|
-
|
|
102
|
-
declare type IThemeGenreName = 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray-violet' | 'bustmarket-gray' | 'bustmarket-violet' | 'bustmarket-white-violet';
|
|
103
|
-
|
|
104
|
-
declare interface IThemeGenreTypeDefault {
|
|
105
|
-
background: {
|
|
106
|
-
rest: string;
|
|
107
|
-
hover: string;
|
|
108
|
-
};
|
|
109
|
-
border: {
|
|
110
|
-
rest: string;
|
|
111
|
-
hover: string;
|
|
112
|
-
};
|
|
113
|
-
color: {
|
|
114
|
-
rest: string;
|
|
115
|
-
hover: string;
|
|
116
|
-
placeholder: string;
|
|
117
|
-
};
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
declare type IThemePaletteKeys = 'transparent' | 'black100' | 'black80' | 'black60' | 'black50' | 'black40' | 'black10' | 'black05' | 'black04' | 'blackHelena' | 'blackJanice' | 'grayJanice' | 'grayKaren' | 'grayMonica' | 'graySandra' | 'grayPatricia' | 'graySarah' | 'grayStassie' | 'grayAdriana' | 'greenGoogle' | 'grayBarbara' | 'grayStephanie' | 'grayFrances' | 'grayTina' | 'green100' | 'green50' | 'green25' | 'green10' | 'green10Background' | 'whiteStandard' | 'whiteJanice' | 'yellowGoogle' | 'yellow100' | 'yellow50' | 'yellow25' | 'yellow10' | 'yellow10Background' | 'redGoogle' | 'red100' | 'red50' | 'red25' | 'red10' | 'red10Background' | 'blueGoogle' | 'blueRest' | 'blueActive' | 'blueHover' | 'blueFocus' | 'blueBr' | 'blueKaren' | 'blueMonica' | 'violetStephanie' | 'violetJanice' | 'amnezia' | 'inherit' | 'currentColor';
|
|
121
|
-
|
|
122
|
-
declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
|
|
123
|
-
|
|
124
|
-
declare type IThemeTypographyHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'h8' | 'h9';
|
|
125
|
-
|
|
126
|
-
declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
|
|
127
|
-
|
|
128
|
-
export declare const Pagination: FC<PaginationProps>;
|
|
129
|
-
|
|
130
|
-
export declare type PaginationProps = {
|
|
131
|
-
buttonControl: Pick<ButtonProps, 'size' | 'genre' | 'isRadius' | 'isWidthAsHeight' | 'isPlaystationEffect'>;
|
|
132
|
-
buttonCount: {
|
|
133
|
-
active: Pick<ButtonProps, 'size' | 'genre' | 'isRadius' | 'isPlaystationEffect'>;
|
|
134
|
-
inactive: Pick<ButtonProps, 'size' | 'genre' | 'isRadius' | 'isPlaystationEffect'>;
|
|
135
|
-
};
|
|
136
|
-
gap?: number;
|
|
137
|
-
index: number;
|
|
138
|
-
lengthData?: Record<number, Pick<ButtonProps, 'genre' | 'icons'>>;
|
|
139
|
-
length: number;
|
|
140
|
-
isInfinity?: boolean;
|
|
141
|
-
viewQuantity: number;
|
|
142
|
-
changeIndex: (index: number) => void;
|
|
143
|
-
locale: {
|
|
144
|
-
prev: string;
|
|
145
|
-
next: string;
|
|
146
|
-
};
|
|
147
|
-
} & addSXProps;
|
|
148
|
-
|
|
149
|
-
declare type SXProps = ({
|
|
150
|
-
default: CSSObject;
|
|
151
|
-
} & {
|
|
152
|
-
[K in IThemeDevice]?: CSSObject;
|
|
153
|
-
}) | ((theme: DefaultTheme) => {
|
|
154
|
-
default: CSSObject;
|
|
155
|
-
} & {
|
|
156
|
-
[K in IThemeDevice]?: CSSObject;
|
|
157
|
-
});
|
|
158
|
-
|
|
159
|
-
declare type TButtonGenre = keyof IThemeGenre;
|
|
160
|
-
|
|
161
|
-
declare type TypographyAllProps = TypographyDataProps | TypographyVariantProps;
|
|
162
|
-
|
|
163
|
-
declare type TypographyDataProps = TypographyDefaultProps & {
|
|
164
|
-
size?: number;
|
|
165
|
-
};
|
|
166
|
-
|
|
167
|
-
declare type TypographyDefaultProps = {
|
|
168
|
-
align?: CSSProperties['textAlign'];
|
|
169
|
-
color?: IThemePaletteKeys;
|
|
170
|
-
cursor?: CSSProperties['cursor'];
|
|
171
|
-
decoration?: CSSProperties['textDecoration'];
|
|
172
|
-
family?: IThemeFontFamily;
|
|
173
|
-
flex?: string;
|
|
174
|
-
height?: number | string;
|
|
175
|
-
isHoverUnderlining?: boolean;
|
|
176
|
-
letterSpacing?: CSSProperties['letterSpacing'];
|
|
177
|
-
line?: number;
|
|
178
|
-
overflow?: CSSProperties['overflow'];
|
|
179
|
-
shadow?: 'shadowPulse';
|
|
180
|
-
transform?: CSSProperties['textTransform'];
|
|
181
|
-
weight?: IThemeTypographyWeight;
|
|
182
|
-
wrap?: CSSProperties['textWrap'];
|
|
183
|
-
isNoUserSelect?: boolean;
|
|
184
|
-
};
|
|
185
|
-
|
|
186
|
-
declare type TypographySXProps = {
|
|
187
|
-
default: TypographyAllProps;
|
|
188
|
-
} & {
|
|
189
|
-
[K in IThemeDevice]?: TypographyAllProps;
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
declare type TypographyVariantProps = TypographyDefaultProps & {
|
|
193
|
-
variant: IThemeTypographyHeading;
|
|
194
|
-
};
|
|
195
|
-
|
|
196
|
-
export { }
|
|
1
|
+
export * from './components/pagination/index'
|
|
2
|
+
export {}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./chunk-Dd8m0Ver.cjs"),e=require("./popover-CgwGn-55.cjs");exports.Popover=e.Popover;exports.usePopover=e.usePopover;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
//# sourceMappingURL=component-select.cjs.js.map
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./chunk-Dd8m0Ver.cjs"),e=require("./select-B0adRX2_.cjs");exports.Select=e.Select;exports.SelectLanguage=e.SelectLanguage;exports.SelectMonth=e.SelectMonth;exports.SelectMonths=e.SelectMonths;exports.SelectYear=e.SelectYear;
|