@jenesei-software/jenesei-kit-react 1.3.39 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -37
- package/build/AnimatePresence-BByJ67dn.js +134 -0
- package/build/AnimatePresence-BByJ67dn.js.map +1 -0
- package/build/AnimatePresence-BtUPiqYm.cjs +11 -0
- package/build/AnimatePresence-BtUPiqYm.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-C5PgNYns.cjs +3 -0
- package/build/button-C5PgNYns.cjs.map +1 -0
- package/build/button-D8zdhI-0.js +102 -0
- package/build/button-D8zdhI-0.js.map +1 -0
- package/build/checkbox-Ba0-4wxk.js +98 -0
- package/build/checkbox-Ba0-4wxk.js.map +1 -0
- package/build/checkbox-BtkbSjHq.cjs +3 -0
- package/build/checkbox-BtkbSjHq.cjs.map +1 -0
- package/build/chunk-CW3en5xf.cjs +1 -0
- package/build/chunk-D1xtDmiO.js +31 -0
- package/build/component-6HgOL-7c.js +71 -0
- package/build/component-6HgOL-7c.js.map +1 -0
- package/build/component-BjdeqpEq.cjs +3 -0
- package/build/component-BjdeqpEq.cjs.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-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-4_kY3Qcd.js +417 -0
- package/build/context-app-4_kY3Qcd.js.map +1 -0
- package/build/context-app-DKsS6_WR.cjs +9 -0
- package/build/context-app-DKsS6_WR.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-CPhqqRUP.js +35 -0
- package/build/context-browser-theme-CPhqqRUP.js.map +1 -0
- package/build/context-browser-theme-o9geUlSH.cjs +3 -0
- package/build/context-browser-theme-o9geUlSH.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-CvTU44MD.cjs +3 -0
- package/build/context-cookie-CvTU44MD.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-CCnhd1EY.cjs +3 -0
- package/build/context-dialog-CCnhd1EY.cjs.map +1 -0
- package/build/context-dialog-HLeQ5WNn.js +176 -0
- package/build/context-dialog-HLeQ5WNn.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-ffFFV4kn.cjs +3 -0
- package/build/context-geolocation-ffFFV4kn.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-kmxWNK_4.cjs +3 -0
- package/build/context-local-storage-kmxWNK_4.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-K3tWOiAx.cjs +3 -0
- package/build/context-permission-K3tWOiAx.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-CEsyIyg6.js +53 -0
- package/build/context-screen-width-CEsyIyg6.js.map +1 -0
- package/build/context-screen-width-ind6z7Ny.cjs +3 -0
- package/build/context-screen-width-ind6z7Ny.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-Bniiz914.js +218 -0
- package/build/context-sonner-Bniiz914.js.map +1 -0
- package/build/context-sonner-L0OMEvZE.cjs +3 -0
- package/build/context-sonner-L0OMEvZE.cjs.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-CQUe3ZXt.cjs +3 -0
- package/build/date-picker-CQUe3ZXt.cjs.map +1 -0
- package/build/date-picker-z3LcE7Ab.js +689 -0
- package/build/date-picker-z3LcE7Ab.js.map +1 -0
- package/build/dist-C8r_OdG1.cjs +3 -0
- package/build/dist-C8r_OdG1.cjs.map +1 -0
- package/build/dist-Dq_YJa2q.js +483 -0
- package/build/dist-Dq_YJa2q.js.map +1 -0
- package/build/error--kiPVmoi.cjs +3 -0
- package/build/error--kiPVmoi.cjs.map +1 -0
- package/build/error-D1UNY-0f.js +50 -0
- package/build/error-D1UNY-0f.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-BG6R5Lfa.js +277 -0
- package/build/icon-BG6R5Lfa.js.map +1 -0
- package/build/icon-CreblPsB.cjs +3 -0
- package/build/icon-CreblPsB.cjs.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-CWcWWMCp.cjs +11 -0
- package/build/input-CWcWWMCp.cjs.map +1 -0
- package/build/input-DqMLnOz5.js +917 -0
- package/build/input-DqMLnOz5.js.map +1 -0
- package/build/input-otp-DPp3qmvI.js +106 -0
- package/build/input-otp-DPp3qmvI.js.map +1 -0
- package/build/input-otp-Z_wz6o6L.cjs +3 -0
- package/build/input-otp-Z_wz6o6L.cjs.map +1 -0
- package/build/isEqual-VCZu3vai.js +675 -0
- package/build/isEqual-VCZu3vai.js.map +1 -0
- package/build/isEqual-wc3RBuBi.cjs +3 -0
- package/build/isEqual-wc3RBuBi.cjs.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-BeQRGZxW.cjs +3 -0
- package/build/motion-BeQRGZxW.cjs.map +1 -0
- package/build/motion-Ot_yGWVJ.js +128 -0
- package/build/motion-Ot_yGWVJ.js.map +1 -0
- package/build/outside-BtjOuCPD.js +24 -0
- package/build/outside-BtjOuCPD.js.map +1 -0
- package/build/outside-DJ1B9sBT.cjs +3 -0
- package/build/outside-DJ1B9sBT.cjs.map +1 -0
- package/build/pagination-BnvQ1aha.cjs +3 -0
- package/build/pagination-BnvQ1aha.cjs.map +1 -0
- package/build/pagination-CpaP3Svg.js +110 -0
- package/build/pagination-CpaP3Svg.js.map +1 -0
- package/build/popover-1k1MNFwv.js +1948 -0
- package/build/popover-1k1MNFwv.js.map +1 -0
- package/build/popover-fte_EMYr.cjs +3 -0
- package/build/popover-fte_EMYr.cjs.map +1 -0
- package/build/preview-BvJN6QoV.js +65 -0
- package/build/preview-BvJN6QoV.js.map +1 -0
- package/build/preview-CG76AiC9.cjs +3 -0
- package/build/preview-CG76AiC9.cjs.map +1 -0
- package/build/proxy-D2Z8K6jr.cjs +3 -0
- package/build/proxy-D2Z8K6jr.cjs.map +1 -0
- package/build/proxy-DTLy-pV-.js +4354 -0
- package/build/proxy-DTLy-pV-.js.map +1 -0
- package/build/select-B4JeEvIF.js +3443 -0
- package/build/select-B4JeEvIF.js.map +1 -0
- package/build/select-BQtWzaxE.cjs +9 -0
- package/build/select-BQtWzaxE.cjs.map +1 -0
- package/build/separator-BXoT44nC.cjs +3 -0
- package/build/separator-BXoT44nC.cjs.map +1 -0
- package/build/separator-hWp-s54-.js +29 -0
- package/build/separator-hWp-s54-.js.map +1 -0
- package/build/skeleton-BOfnrUaI.cjs +3 -0
- package/build/skeleton-BOfnrUaI.cjs.map +1 -0
- package/build/skeleton-Bzr92XmL.js +39 -0
- package/build/skeleton-Bzr92XmL.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-BRzorAFw.cjs +3 -0
- package/build/textarea-BRzorAFw.cjs.map +1 -0
- package/build/textarea-BssfjUe3.js +132 -0
- package/build/textarea-BssfjUe3.js.map +1 -0
- package/build/toggle-BFp9Nmas.cjs +3 -0
- package/build/toggle-BFp9Nmas.cjs.map +1 -0
- package/build/toggle-CCfZoBpW.js +86 -0
- package/build/toggle-CCfZoBpW.js.map +1 -0
- package/build/typography-B2KioMfq.js +116 -0
- package/build/typography-B2KioMfq.js.map +1 -0
- package/build/typography-whjfut7N.cjs +3 -0
- package/build/typography-whjfut7N.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 +189 -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-B0PbrKuJ.cjs +0 -2
- package/build/component-B0PbrKuJ.cjs.map +0 -1
- package/build/component-BBrKC5hB.js +0 -84
- package/build/component-BBrKC5hB.js.map +0 -1
- package/build/component-BMIqhbpK.js +0 -23
- package/build/component-BMIqhbpK.js.map +0 -1
- package/build/component-BlEglNo9.js +0 -60
- package/build/component-BlEglNo9.js.map +0 -1
- package/build/component-CONSm7hH.cjs +0 -2
- package/build/component-CONSm7hH.cjs.map +0 -1
- package/build/component-CPVG0orB.js +0 -50
- package/build/component-CPVG0orB.js.map +0 -1
- package/build/component-CTrSBI75.js +0 -64
- package/build/component-CTrSBI75.js.map +0 -1
- package/build/component-CWawez-M.js +0 -443
- package/build/component-CWawez-M.js.map +0 -1
- package/build/component-CZM5p4mC.js +0 -74
- package/build/component-CZM5p4mC.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-D-HMYzXU.js +0 -65
- package/build/component-D-HMYzXU.js.map +0 -1
- package/build/component-DGpaKn6_.js +0 -248
- package/build/component-DGpaKn6_.js.map +0 -1
- package/build/component-DJAq34yj.cjs +0 -2
- package/build/component-DJAq34yj.cjs.map +0 -1
- package/build/component-DKzHmIUP.js +0 -10
- package/build/component-DKzHmIUP.js.map +0 -1
- package/build/component-Dkw50gzn.cjs +0 -2
- package/build/component-Dkw50gzn.cjs.map +0 -1
- package/build/component-DqV_-YxZ.cjs +0 -2
- package/build/component-DqV_-YxZ.cjs.map +0 -1
- package/build/component-Dy66XPIf.cjs +0 -2
- package/build/component-Dy66XPIf.cjs.map +0 -1
- package/build/component-DyLdklDO.cjs +0 -2
- package/build/component-DyLdklDO.cjs.map +0 -1
- package/build/component-LG-duo2b.cjs +0 -2
- package/build/component-LG-duo2b.cjs.map +0 -1
- package/build/component-PZe4p8qh.cjs +0 -2
- package/build/component-PZe4p8qh.cjs.map +0 -1
- package/build/component-RlcwDmkg.js +0 -39
- package/build/component-RlcwDmkg.js.map +0 -1
- package/build/component-ZdZUAyaP.cjs +0 -2
- package/build/component-ZdZUAyaP.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-buGvmEo6.cjs +0 -2
- package/build/component-buGvmEo6.cjs.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-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-sNGsB3JK.js +0 -88
- package/build/component-sNGsB3JK.js.map +0 -1
- package/build/component-sVzC5XUR.cjs +0 -2
- package/build/component-sVzC5XUR.cjs.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-wOmehMbn.js +0 -170
- package/build/component-wOmehMbn.js.map +0 -1
- package/build/component-zLIAB2HV.cjs +0 -2
- package/build/component-zLIAB2HV.cjs.map +0 -1
- package/build/component.constants-CJcoXCFC.js +0 -757
- package/build/component.constants-CJcoXCFC.js.map +0 -1
- package/build/component.constants-Ctj7PsM8.cjs +0 -2
- package/build/component.constants-Ctj7PsM8.cjs.map +0 -1
- package/build/component.constants-CzKFXlYT.cjs +0 -2
- package/build/component.constants-CzKFXlYT.cjs.map +0 -1
- package/build/component.constants-DjzlauTL.js +0 -142
- package/build/component.constants-DjzlauTL.js.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-CryJGkU7.js +0 -907
- package/build/component.types-CryJGkU7.js.map +0 -1
- package/build/component.types-Drt-O54w.cjs +0 -2
- package/build/component.types-Drt-O54w.cjs.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-B1id3uai.cjs +0 -2
- package/build/context-B1id3uai.cjs.map +0 -1
- package/build/context-B8kTBKjt.cjs +0 -2
- package/build/context-B8kTBKjt.cjs.map +0 -1
- package/build/context-BkovkNHQ.js +0 -117
- package/build/context-BkovkNHQ.js.map +0 -1
- package/build/context-C0_RNFp_.js +0 -195
- package/build/context-C0_RNFp_.js.map +0 -1
- package/build/context-DyTE2I_6.cjs +0 -4
- package/build/context-DyTE2I_6.cjs.map +0 -1
- package/build/context-LBih45kv.js +0 -44
- package/build/context-LBih45kv.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.constants-Bzn9Rcey.cjs +0 -32
- package/build/context.constants-Bzn9Rcey.cjs.map +0 -1
- package/build/context.constants-D0UjboYX.js +0 -12593
- package/build/context.constants-D0UjboYX.js.map +0 -1
- package/build/context.constants-DUVlJghM.js +0 -249
- package/build/context.constants-DUVlJghM.js.map +0 -1
- package/build/context.constants-gXk1ewxx.cjs +0 -1742
- package/build/context.constants-gXk1ewxx.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-BqeTmcmr.cjs +0 -2
- package/build/context.functions-BqeTmcmr.cjs.map +0 -1
- package/build/context.functions-D2K4Xk47.js +0 -35
- package/build/context.functions-D2K4Xk47.js.map +0 -1
- package/build/context.functions-Duwzgcga.cjs +0 -2
- package/build/context.functions-Duwzgcga.cjs.map +0 -1
- package/build/context.functions-ObfwvEVG.js +0 -35
- package/build/context.functions-ObfwvEVG.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-B9dsW2kz.js +0 -117
- package/build/context.hooks-B9dsW2kz.js.map +0 -1
- package/build/context.hooks-Bkj1PSKe.cjs +0 -2
- package/build/context.hooks-Bkj1PSKe.cjs.map +0 -1
- package/build/context.hooks-CCLq09Ra.js +0 -13
- package/build/context.hooks-CCLq09Ra.js.map +0 -1
- package/build/context.hooks-CDvi20Bm.cjs +0 -2
- package/build/context.hooks-CDvi20Bm.cjs.map +0 -1
- package/build/context.hooks-CUXDpPaG.cjs +0 -2
- package/build/context.hooks-CUXDpPaG.cjs.map +0 -1
- package/build/context.hooks-CXJ-eM6d.js +0 -13
- package/build/context.hooks-CXJ-eM6d.js.map +0 -1
- package/build/context.hooks-CYJnoIrt.cjs +0 -2
- package/build/context.hooks-CYJnoIrt.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-Djt5R2yX.js +0 -13
- package/build/context.hooks-Djt5R2yX.js.map +0 -1
- package/build/context.hooks-DpwnIiRj.cjs +0 -2
- package/build/context.hooks-DpwnIiRj.cjs.map +0 -1
- package/build/context.hooks-oclt34zD.js +0 -68
- package/build/context.hooks-oclt34zD.js.map +0 -1
- package/build/context.hooks-v8uZ7dfO.js +0 -49
- package/build/context.hooks-v8uZ7dfO.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-BNuSnUSV.cjs +0 -16
- package/build/use-BNuSnUSV.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-D8uozTND.js +0 -1577
- package/build/use-D8uozTND.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,108 +0,0 @@
|
|
|
1
|
-
import { Component } from 'react';
|
|
2
|
-
import { CSSObject } from 'styled-components';
|
|
3
|
-
import { DefaultTheme } from 'styled-components';
|
|
4
|
-
import { DragEvent as DragEvent_2 } from 'react';
|
|
5
|
-
import { DragEventHandler } from 'react';
|
|
6
|
-
import { FastOmit } from 'styled-components';
|
|
7
|
-
import { FC } from 'react';
|
|
8
|
-
import { ForwardRefComponent } from 'framer-motion';
|
|
9
|
-
import { HTMLMotionProps } from 'framer-motion';
|
|
10
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
11
|
-
import { PropsWithChildren } from 'react';
|
|
12
|
-
import { ReactNode } from 'react';
|
|
13
|
-
import { Ref } from 'react';
|
|
14
|
-
import { RefAttributes } from 'react';
|
|
15
|
-
|
|
16
|
-
declare interface addSXProps {
|
|
17
|
-
sx?: SXProps;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export declare const IMAGES: ImageSliderProps['images'];
|
|
21
|
-
|
|
22
|
-
export declare const ImageSlider: FC<ImageSliderProps>;
|
|
23
|
-
|
|
24
|
-
export declare type ImageSliderProps = {
|
|
25
|
-
genre: TImageSelectGenre;
|
|
26
|
-
size: IThemeSize;
|
|
27
|
-
imageSettings: {
|
|
28
|
-
aspect: number;
|
|
29
|
-
};
|
|
30
|
-
images: {
|
|
31
|
-
id: number;
|
|
32
|
-
imageSrc: string;
|
|
33
|
-
children?: ReactNode;
|
|
34
|
-
}[];
|
|
35
|
-
children?: (props: {
|
|
36
|
-
isDialog: boolean;
|
|
37
|
-
}) => ReactNode | ReactNode;
|
|
38
|
-
onIndexChange?: (index: number) => void;
|
|
39
|
-
propsStack?: StackProps;
|
|
40
|
-
isLoading?: boolean;
|
|
41
|
-
locales: {
|
|
42
|
-
noImagesAvailable: string;
|
|
43
|
-
} & useImageSliderProps['locales'];
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
47
|
-
|
|
48
|
-
declare type IThemeGenreImageSelect = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white'>, IThemeGenreTypeImageSelect>;
|
|
49
|
-
|
|
50
|
-
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';
|
|
51
|
-
|
|
52
|
-
declare interface IThemeGenreTypeImageSelect {
|
|
53
|
-
background: {
|
|
54
|
-
rest: string;
|
|
55
|
-
hover: string;
|
|
56
|
-
};
|
|
57
|
-
border: {
|
|
58
|
-
rest: string;
|
|
59
|
-
hover: string;
|
|
60
|
-
};
|
|
61
|
-
color: {
|
|
62
|
-
rest: string;
|
|
63
|
-
hover: string;
|
|
64
|
-
placeholder: string;
|
|
65
|
-
};
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
|
|
69
|
-
|
|
70
|
-
export declare const SliderDot: IStyledComponentBase<"web", FastOmit<Omit<HTMLMotionProps<"div">, "ref"> & RefAttributes<HTMLDivElement>, never>> & string & Omit<ForwardRefComponent<HTMLDivElement, HTMLMotionProps<"div">>, keyof Component<any, {}, any>>;
|
|
71
|
-
|
|
72
|
-
export declare const SliderImage: IStyledComponentBase<"web", FastOmit<Omit<HTMLMotionProps<"div">, "ref"> & RefAttributes<HTMLDivElement>, never>> & string & Omit<ForwardRefComponent<HTMLDivElement, HTMLMotionProps<"div">>, keyof Component<any, {}, any>>;
|
|
73
|
-
|
|
74
|
-
export declare type SliderImageProps = {
|
|
75
|
-
id: number;
|
|
76
|
-
imageSrc: string;
|
|
77
|
-
children?: ReactNode;
|
|
78
|
-
};
|
|
79
|
-
|
|
80
|
-
declare interface StackProps extends addSXProps, PropsWithChildren {
|
|
81
|
-
className?: string;
|
|
82
|
-
isHover?: boolean;
|
|
83
|
-
isRipple?: boolean;
|
|
84
|
-
onClick?: () => void;
|
|
85
|
-
onDragOver?: DragEventHandler<HTMLDivElement>;
|
|
86
|
-
onDrop?: (e: DragEvent_2<HTMLDivElement>) => void;
|
|
87
|
-
ref?: Ref<HTMLDivElement | null>;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
declare type SXProps = ({
|
|
91
|
-
default: CSSObject;
|
|
92
|
-
} & {
|
|
93
|
-
[K in IThemeDevice]?: CSSObject;
|
|
94
|
-
}) | ((theme: DefaultTheme) => {
|
|
95
|
-
default: CSSObject;
|
|
96
|
-
} & {
|
|
97
|
-
[K in IThemeDevice]?: CSSObject;
|
|
98
|
-
});
|
|
99
|
-
|
|
100
|
-
declare type TImageSelectGenre = keyof IThemeGenreImageSelect;
|
|
101
|
-
|
|
102
|
-
declare type useImageSliderProps = Pick<ImageSliderProps, 'genre' | 'size'> & Pick<ImageSliderProps, 'images' | 'imageSettings' | 'onIndexChange' | 'children'> & {
|
|
103
|
-
locales: {
|
|
104
|
-
failedToLoad: string;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
|
|
108
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-image-slider.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-image.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { CSSObject } from 'styled-components';
|
|
2
|
-
import { DefaultTheme } from 'styled-components';
|
|
3
|
-
import { DetailedHTMLProps } from 'react';
|
|
4
|
-
import { FC } from 'react';
|
|
5
|
-
import { ImgHTMLAttributes } from 'react';
|
|
6
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
7
|
-
import { ReactNode } from 'react';
|
|
8
|
-
import { Substitute } from 'styled-components/dist/types';
|
|
9
|
-
|
|
10
|
-
declare type AddDollarSign<T> = {
|
|
11
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
declare interface addSXProps {
|
|
15
|
-
sx?: SXProps;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
declare type addSXStyleProps = AddDollarSign<addSXProps>;
|
|
19
|
-
|
|
20
|
-
declare const Image_2: FC<ImageProps>;
|
|
21
|
-
export { Image_2 as Image }
|
|
22
|
-
|
|
23
|
-
export declare const ImageIMG: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, ImageIMGProps>> & string;
|
|
24
|
-
|
|
25
|
-
export declare type ImageIMGProps = {
|
|
26
|
-
$isPending: boolean;
|
|
27
|
-
} & addSXStyleProps;
|
|
28
|
-
|
|
29
|
-
export declare interface ImageProps {
|
|
30
|
-
alt: string;
|
|
31
|
-
componentFallback?: ReactNode;
|
|
32
|
-
componentLoading?: ReactNode;
|
|
33
|
-
isShowBeforeImage?: boolean;
|
|
34
|
-
src?: string;
|
|
35
|
-
sxImage?: addSXProps['sx'];
|
|
36
|
-
sxStack?: addSXProps['sx'];
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
40
|
-
|
|
41
|
-
declare type SXProps = ({
|
|
42
|
-
default: CSSObject;
|
|
43
|
-
} & {
|
|
44
|
-
[K in IThemeDevice]?: CSSObject;
|
|
45
|
-
}) | ((theme: DefaultTheme) => {
|
|
46
|
-
default: CSSObject;
|
|
47
|
-
} & {
|
|
48
|
-
[K in IThemeDevice]?: CSSObject;
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-image.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-input-otp.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-input-otp.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-input.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-input.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-pagination.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-pagination.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./component-ZdZUAyaP.cjs"),r=require("./context.constants-gXk1ewxx.cjs");exports.Range=e.Range,exports.RangeThumb=r.RangeThumb,exports.RangeTrack=r.RangeTrack,exports.RangeWrapper=r.RangeWrapper;
|
|
2
|
-
//# sourceMappingURL=component-range.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-range.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
import { ClipboardEventHandler } from 'react';
|
|
2
|
-
import { CSSObject } from 'styled-components';
|
|
3
|
-
import { CSSProperties } from 'react';
|
|
4
|
-
import { DefaultTheme } from 'styled-components';
|
|
5
|
-
import { DetailedHTMLProps } from 'react';
|
|
6
|
-
import { FocusEventHandler } from 'react';
|
|
7
|
-
import { HTMLAttributes } from 'react';
|
|
8
|
-
import { HTMLInputAutoCompleteAttribute } from 'react';
|
|
9
|
-
import { HTMLInputTypeAttribute } from 'react';
|
|
10
|
-
import { InputHTMLAttributes } from 'react';
|
|
11
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
12
|
-
import { JSX } from 'react/jsx-runtime';
|
|
13
|
-
import { KeyboardEventHandler } from 'react';
|
|
14
|
-
import { PropsWithChildren } from 'react';
|
|
15
|
-
import { Ref } from 'react';
|
|
16
|
-
import { Substitute } from 'styled-components/dist/types';
|
|
17
|
-
|
|
18
|
-
declare type AddDollarSign<T> = {
|
|
19
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
declare type AddDollarSign_2<T> = {
|
|
23
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
declare interface addErrorProps {
|
|
27
|
-
error?: ErrorMessageProps;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
declare type addFontProps = {
|
|
31
|
-
font?: FontSizeStylesProps;
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
declare type addOutlineProps = {
|
|
35
|
-
isReadOnly?: boolean;
|
|
36
|
-
isDisabledOutline?: boolean;
|
|
37
|
-
isOutlineBoxShadow?: boolean;
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
declare interface addSXProps {
|
|
41
|
-
sx?: SXProps;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
declare type BaseInputProps = CommonInputProps & (ControlledValue | UncontrolledValue);
|
|
45
|
-
|
|
46
|
-
declare type CommonInputProps = addErrorProps & addFontProps & addOutlineProps & addSXProps & {
|
|
47
|
-
ref?: Ref<HTMLInputElement | null>;
|
|
48
|
-
name?: string;
|
|
49
|
-
ariaLabel?: string;
|
|
50
|
-
id?: string;
|
|
51
|
-
className?: string;
|
|
52
|
-
isNotShowHoverStyle?: boolean;
|
|
53
|
-
autoComplete?: HTMLInputAutoCompleteAttribute | string;
|
|
54
|
-
isAllowEmptyFormatting?: boolean;
|
|
55
|
-
genre: TInputGenre;
|
|
56
|
-
size: IThemeSize;
|
|
57
|
-
tabIndex?: number;
|
|
58
|
-
isWidthAsHeight?: boolean;
|
|
59
|
-
isNiceNumber?: boolean;
|
|
60
|
-
isDisabled?: boolean;
|
|
61
|
-
isLoading?: boolean;
|
|
62
|
-
isInputEffect?: boolean;
|
|
63
|
-
isRequired?: boolean;
|
|
64
|
-
isCenter?: boolean;
|
|
65
|
-
isNoSpaces?: boolean;
|
|
66
|
-
onBlur?: FocusEventHandler<HTMLInputElement>;
|
|
67
|
-
onPaste?: ClipboardEventHandler<HTMLInputElement>;
|
|
68
|
-
onFocus?: FocusEventHandler<HTMLInputElement>;
|
|
69
|
-
onKeyDown?: KeyboardEventHandler<HTMLInputElement>;
|
|
70
|
-
placeholder?: string;
|
|
71
|
-
isBold?: boolean;
|
|
72
|
-
postfixChildren?: InputChildrenProps;
|
|
73
|
-
prefixChildren?: InputChildrenProps;
|
|
74
|
-
inputMode?: 'text' | 'none' | 'tel' | 'url' | 'email' | 'numeric' | 'decimal' | 'search';
|
|
75
|
-
maxLength?: number;
|
|
76
|
-
minLength?: number;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
declare type ControlledValue = {
|
|
80
|
-
value: string | number | null | undefined;
|
|
81
|
-
defaultValue?: never;
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
declare type ErrorMessageProps = {
|
|
85
|
-
errorMessage?: string;
|
|
86
|
-
isError?: boolean;
|
|
87
|
-
isErrorAbsolute?: boolean;
|
|
88
|
-
size?: IThemeSize;
|
|
89
|
-
sx?: addSXProps['sx'];
|
|
90
|
-
} & addFontProps;
|
|
91
|
-
|
|
92
|
-
declare type FontSizeStylesProps = {
|
|
93
|
-
size?: TypographyDataProps['size'];
|
|
94
|
-
weight?: TypographyDataProps['weight'];
|
|
95
|
-
family?: TypographyDataProps['family'];
|
|
96
|
-
height?: TypographyDataProps['height'];
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
declare interface InputChildrenProps extends PropsWithChildren {
|
|
100
|
-
left: string;
|
|
101
|
-
right: string;
|
|
102
|
-
width: string;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
declare type InputStandardProps = BaseInputProps & {
|
|
106
|
-
variety: 'standard';
|
|
107
|
-
onChange?: (value: string) => void;
|
|
108
|
-
type?: HTMLInputTypeAttribute;
|
|
109
|
-
min?: number;
|
|
110
|
-
max?: number;
|
|
111
|
-
step?: number;
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
115
|
-
|
|
116
|
-
declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
|
|
117
|
-
|
|
118
|
-
declare type IThemeGenreInput = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white' | 'bustmarket-gray'>, IThemeGenreTypeDefault>;
|
|
119
|
-
|
|
120
|
-
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';
|
|
121
|
-
|
|
122
|
-
declare interface IThemeGenreTypeDefault {
|
|
123
|
-
background: {
|
|
124
|
-
rest: string;
|
|
125
|
-
hover: string;
|
|
126
|
-
};
|
|
127
|
-
border: {
|
|
128
|
-
rest: string;
|
|
129
|
-
hover: string;
|
|
130
|
-
};
|
|
131
|
-
color: {
|
|
132
|
-
rest: string;
|
|
133
|
-
hover: string;
|
|
134
|
-
placeholder: string;
|
|
135
|
-
};
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
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';
|
|
139
|
-
|
|
140
|
-
declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
|
|
141
|
-
|
|
142
|
-
declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
|
|
143
|
-
|
|
144
|
-
declare const Range_2: (props: RangeProps) => JSX.Element;
|
|
145
|
-
export { Range_2 as Range }
|
|
146
|
-
|
|
147
|
-
export declare type RangeComponentProps = AddDollarSign_2<Pick<RangeProps, 'size' | 'genre'>>;
|
|
148
|
-
|
|
149
|
-
export declare type RangeProps = {
|
|
150
|
-
values: number[];
|
|
151
|
-
onChange: (values: number[]) => void;
|
|
152
|
-
step: number;
|
|
153
|
-
min: number;
|
|
154
|
-
max: number;
|
|
155
|
-
isShowMarker?: boolean;
|
|
156
|
-
onBlur?: FocusEventHandler<HTMLDivElement>;
|
|
157
|
-
} & Pick<InputStandardProps, 'size' | 'genre' | 'id' | 'sx' | 'error'>;
|
|
158
|
-
|
|
159
|
-
export declare const RangeThumb: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, RangeThumbProps>> & string;
|
|
160
|
-
|
|
161
|
-
export declare type RangeThumbProps = RangeComponentProps & AddDollarSign_2<{
|
|
162
|
-
colorBorder: string;
|
|
163
|
-
colorBackground: string;
|
|
164
|
-
}>;
|
|
165
|
-
|
|
166
|
-
export declare const RangeTrack: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<RangeProps, "size" | "genre">>>> & string;
|
|
167
|
-
|
|
168
|
-
export declare const RangeWrapper: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign<Pick<RangeProps, "size" | "sx" | "error">>>> & string;
|
|
169
|
-
|
|
170
|
-
export declare type RangeWrapperProps = AddDollarSign_2<Pick<RangeProps, 'size' | 'sx' | 'error'>>;
|
|
171
|
-
|
|
172
|
-
declare type SXProps = ({
|
|
173
|
-
default: CSSObject;
|
|
174
|
-
} & {
|
|
175
|
-
[K in IThemeDevice]?: CSSObject;
|
|
176
|
-
}) | ((theme: DefaultTheme) => {
|
|
177
|
-
default: CSSObject;
|
|
178
|
-
} & {
|
|
179
|
-
[K in IThemeDevice]?: CSSObject;
|
|
180
|
-
});
|
|
181
|
-
|
|
182
|
-
declare type TInputGenre = keyof IThemeGenreInput;
|
|
183
|
-
|
|
184
|
-
declare type TypographyDataProps = TypographyDefaultProps & {
|
|
185
|
-
size?: number;
|
|
186
|
-
};
|
|
187
|
-
|
|
188
|
-
declare type TypographyDefaultProps = {
|
|
189
|
-
align?: CSSProperties['textAlign'];
|
|
190
|
-
color?: IThemePaletteKeys;
|
|
191
|
-
cursor?: CSSProperties['cursor'];
|
|
192
|
-
decoration?: CSSProperties['textDecoration'];
|
|
193
|
-
family?: IThemeFontFamily;
|
|
194
|
-
flex?: string;
|
|
195
|
-
height?: number | string;
|
|
196
|
-
isHoverUnderlining?: boolean;
|
|
197
|
-
letterSpacing?: CSSProperties['letterSpacing'];
|
|
198
|
-
line?: number;
|
|
199
|
-
overflow?: CSSProperties['overflow'];
|
|
200
|
-
shadow?: 'shadowPulse';
|
|
201
|
-
transform?: CSSProperties['textTransform'];
|
|
202
|
-
weight?: IThemeTypographyWeight;
|
|
203
|
-
wrap?: CSSProperties['textWrap'];
|
|
204
|
-
isNoUserSelect?: boolean;
|
|
205
|
-
};
|
|
206
|
-
|
|
207
|
-
declare type UncontrolledValue = {
|
|
208
|
-
defaultValue: string | number | null | undefined;
|
|
209
|
-
value?: never;
|
|
210
|
-
};
|
|
211
|
-
|
|
212
|
-
export { }
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-range.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./component.styles-BX2Aiqp_.cjs"),p=require("./component-DqV_-YxZ.cjs");exports.DEFAULT_RIPPLE_DURATION=e.DEFAULT_RIPPLE_DURATION,exports.DEFAULT_RIPPLE_ID=e.DEFAULT_RIPPLE_ID,exports.RippleContainer=e.RippleContainer,exports.RippleSpan=e.RippleSpan,exports.addRipple=e.addRipple,exports.addRippleDefault=e.addRippleDefault,exports.Ripple=p.Ripple;
|
|
2
|
-
//# sourceMappingURL=component-ripple.cjs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-ripple.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { DetailedHTMLProps } from 'react';
|
|
2
|
-
import { FC } from 'react';
|
|
3
|
-
import { HTMLAttributes } from 'react';
|
|
4
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
5
|
-
import { RuleSet } from 'styled-components';
|
|
6
|
-
import { Substitute } from 'styled-components/dist/types';
|
|
7
|
-
|
|
8
|
-
declare type AddDollarSign<T> = {
|
|
9
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
declare type AddDollarSign_2<T> = {
|
|
13
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export declare const addRipple: RuleSet< {
|
|
17
|
-
$isRipple?: boolean;
|
|
18
|
-
}>;
|
|
19
|
-
|
|
20
|
-
export declare const addRippleDefault: RuleSet<object>;
|
|
21
|
-
|
|
22
|
-
export declare const DEFAULT_RIPPLE_DURATION = 600;
|
|
23
|
-
|
|
24
|
-
export declare const DEFAULT_RIPPLE_ID = "JENESEI_RIPPLE";
|
|
25
|
-
|
|
26
|
-
export declare const Ripple: FC<RippleProps>;
|
|
27
|
-
|
|
28
|
-
export declare interface RippleArrayElement {
|
|
29
|
-
x: number;
|
|
30
|
-
y: number;
|
|
31
|
-
size: number;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
export declare const RippleContainer: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, AddDollarSign_2<RippleProps>>> & string;
|
|
35
|
-
|
|
36
|
-
export declare type RippleContainerProps = AddDollarSign<RippleProps>;
|
|
37
|
-
|
|
38
|
-
export declare interface RippleProps {
|
|
39
|
-
duration?: number;
|
|
40
|
-
color?: string;
|
|
41
|
-
isDisabled?: boolean;
|
|
42
|
-
isHidden?: boolean;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export declare const RippleSpan: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, AddDollarSign_2<RippleProps>>> & string;
|
|
46
|
-
|
|
47
|
-
export { }
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { D, a, R, b, c, d } from "./component.styles-C0oU5oX_.js";
|
|
2
|
-
import { R as R2 } from "./component-D-HMYzXU.js";
|
|
3
|
-
export {
|
|
4
|
-
D as DEFAULT_RIPPLE_DURATION,
|
|
5
|
-
a as DEFAULT_RIPPLE_ID,
|
|
6
|
-
R2 as Ripple,
|
|
7
|
-
R as RippleContainer,
|
|
8
|
-
b as RippleSpan,
|
|
9
|
-
c as addRipple,
|
|
10
|
-
d as addRippleDefault
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=component-ripple.es.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-ripple.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "./jsx-runtime-DZS36FSE.js";
|
|
2
|
-
import { a as Skeleton, O as ImageIMG } from "./context.constants-D0UjboYX.js";
|
|
3
|
-
import { b as Stack } from "./component-gcvwlILJ.js";
|
|
4
|
-
import { useState, useEffect } from "react";
|
|
5
|
-
import { useTheme } from "styled-components";
|
|
6
|
-
const Image = (props) => {
|
|
7
|
-
const [isPending, setIsPending] = useState(true);
|
|
8
|
-
const [isError, setIsError] = useState(false);
|
|
9
|
-
useEffect(() => {
|
|
10
|
-
if (!props.src) return;
|
|
11
|
-
const img = new window.Image();
|
|
12
|
-
img.onload = () => {
|
|
13
|
-
setIsPending(false);
|
|
14
|
-
setIsError(false);
|
|
15
|
-
};
|
|
16
|
-
img.onerror = () => {
|
|
17
|
-
setIsPending(false);
|
|
18
|
-
setIsError(true);
|
|
19
|
-
};
|
|
20
|
-
img.src = props.src;
|
|
21
|
-
if (img.complete) {
|
|
22
|
-
if (img.naturalWidth > 0) {
|
|
23
|
-
setIsPending(false);
|
|
24
|
-
setIsError(false);
|
|
25
|
-
} else {
|
|
26
|
-
setIsPending(false);
|
|
27
|
-
setIsError(true);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
return () => {
|
|
31
|
-
img.onload = null;
|
|
32
|
-
img.onerror = null;
|
|
33
|
-
setIsPending(true);
|
|
34
|
-
setIsError(false);
|
|
35
|
-
};
|
|
36
|
-
}, [props.src]);
|
|
37
|
-
const theme = useTheme();
|
|
38
|
-
const { default: defaultSx, ...rest } = (props == null ? void 0 : props.sxStack) ? typeof (props == null ? void 0 : props.sxStack) === "function" ? props.sxStack(theme) : props.sxStack : {};
|
|
39
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
40
|
-
Stack,
|
|
41
|
-
{
|
|
42
|
-
sx: {
|
|
43
|
-
default: {
|
|
44
|
-
position: "relative",
|
|
45
|
-
overflow: "hidden",
|
|
46
|
-
...props.isShowBeforeImage ? {
|
|
47
|
-
"&::before": {
|
|
48
|
-
width: "100%",
|
|
49
|
-
height: "100%",
|
|
50
|
-
content: '""',
|
|
51
|
-
position: "absolute",
|
|
52
|
-
inset: 0,
|
|
53
|
-
backgroundImage: `url(${props.src})`,
|
|
54
|
-
backgroundRepeat: "no-repeat",
|
|
55
|
-
backgroundSize: "cover",
|
|
56
|
-
backgroundPosition: "center",
|
|
57
|
-
filter: "blur(20px)",
|
|
58
|
-
transform: "scale(1.1)",
|
|
59
|
-
zIndex: 0
|
|
60
|
-
}
|
|
61
|
-
} : {},
|
|
62
|
-
...defaultSx
|
|
63
|
-
},
|
|
64
|
-
...rest
|
|
65
|
-
},
|
|
66
|
-
children: [
|
|
67
|
-
!isError ? props.componentLoading || isPending ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
68
|
-
Skeleton,
|
|
69
|
-
{
|
|
70
|
-
visible: true,
|
|
71
|
-
sx: {
|
|
72
|
-
default: {
|
|
73
|
-
width: "100%",
|
|
74
|
-
height: "100%"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
) : null : null,
|
|
79
|
-
!isError && /* @__PURE__ */ jsxRuntimeExports.jsx(ImageIMG, { loading: "lazy", $isPending: isPending, src: props.src, alt: props.alt, $sx: props.sxImage }),
|
|
80
|
-
isError ? props.componentFallback || null : null
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
);
|
|
84
|
-
};
|
|
85
|
-
export {
|
|
86
|
-
Image as I
|
|
87
|
-
};
|
|
88
|
-
//# sourceMappingURL=component-sNGsB3JK.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-sNGsB3JK.js","sources":["../src/components/image/component.tsx"],"sourcesContent":["import { Skeleton } from '@local/areas/skeleton';\nimport { Stack } from '@local/components/stack';\n\nimport { FC, useEffect, useState } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport { ImageIMG, ImageProps } from '.';\n\nexport const Image: FC<ImageProps> = (props) => {\n const [isPending, setIsPending] = useState(true);\n const [isError, setIsError] = useState(false);\n\n useEffect(() => {\n if (!props.src) return;\n\n const img = new (window.Image as { new (width?: number, height?: number): HTMLImageElement })();\n\n img.onload = () => {\n setIsPending(false);\n setIsError(false);\n };\n\n img.onerror = () => {\n setIsPending(false);\n setIsError(true);\n };\n\n img.src = props.src;\n\n if (img.complete) {\n if (img.naturalWidth > 0) {\n setIsPending(false);\n setIsError(false);\n } else {\n setIsPending(false);\n setIsError(true);\n }\n }\n\n return () => {\n img.onload = null;\n img.onerror = null;\n setIsPending(true);\n setIsError(false);\n };\n }, [props.src]);\n const theme = useTheme();\n const { default: defaultSx, ...rest } = props?.sxStack\n ? typeof props?.sxStack === 'function'\n ? props.sxStack(theme)\n : props.sxStack\n : {};\n\n return (\n <Stack\n sx={{\n default: {\n position: 'relative',\n overflow: 'hidden',\n ...(props.isShowBeforeImage\n ? {\n '&::before': {\n width: '100%',\n height: '100%',\n content: '\"\"',\n position: 'absolute',\n inset: 0,\n backgroundImage: `url(${props.src})`,\n backgroundRepeat: 'no-repeat',\n backgroundSize: 'cover',\n backgroundPosition: 'center',\n filter: 'blur(20px)',\n transform: 'scale(1.1)',\n zIndex: 0,\n },\n }\n : {}),\n ...defaultSx,\n },\n ...rest,\n }}\n >\n {!isError ? (\n props.componentLoading || isPending ? (\n <Skeleton\n visible\n sx={{\n default: {\n width: '100%',\n height: '100%',\n },\n }}\n />\n ) : null\n ) : null}\n {!isError && (\n <ImageIMG loading='lazy' $isPending={isPending} src={props.src} alt={props.alt} $sx={props.sxImage} />\n )}\n {isError ? props.componentFallback || null : null}\n </Stack>\n );\n};\n"],"names":["jsxs","jsx"],"mappings":";;;;;AAQO,MAAM,QAAwB,CAAC,UAAU;AAC9C,QAAM,CAAC,WAAW,YAAY,IAAI,SAAS,IAAI;AAC/C,QAAM,CAAC,SAAS,UAAU,IAAI,SAAS,KAAK;AAE5C,YAAU,MAAM;AACd,QAAI,CAAC,MAAM,IAAK;AAEhB,UAAM,MAAM,IAAK,OAAO,MAAA;AAExB,QAAI,SAAS,MAAM;AACjB,mBAAa,KAAK;AAClB,iBAAW,KAAK;AAAA,IAClB;AAEA,QAAI,UAAU,MAAM;AAClB,mBAAa,KAAK;AAClB,iBAAW,IAAI;AAAA,IACjB;AAEA,QAAI,MAAM,MAAM;AAEhB,QAAI,IAAI,UAAU;AAChB,UAAI,IAAI,eAAe,GAAG;AACxB,qBAAa,KAAK;AAClB,mBAAW,KAAK;AAAA,MAClB,OAAO;AACL,qBAAa,KAAK;AAClB,mBAAW,IAAI;AAAA,MACjB;AAAA,IACF;AAEA,WAAO,MAAM;AACX,UAAI,SAAS;AACb,UAAI,UAAU;AACd,mBAAa,IAAI;AACjB,iBAAW,KAAK;AAAA,IAClB;AAAA,EACF,GAAG,CAAC,MAAM,GAAG,CAAC;AACd,QAAM,QAAQ,SAAA;AACd,QAAM,EAAE,SAAS,WAAW,GAAG,KAAA,KAAS,+BAAO,WAC3C,QAAO,+BAAO,aAAY,aACxB,MAAM,QAAQ,KAAK,IACnB,MAAM,UACR,CAAA;AAEJ,SACEA,kCAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,IAAI;AAAA,QACF,SAAS;AAAA,UACP,UAAU;AAAA,UACV,UAAU;AAAA,UACV,GAAI,MAAM,oBACN;AAAA,YACE,aAAa;AAAA,cACX,OAAO;AAAA,cACP,QAAQ;AAAA,cACR,SAAS;AAAA,cACT,UAAU;AAAA,cACV,OAAO;AAAA,cACP,iBAAiB,OAAO,MAAM,GAAG;AAAA,cACjC,kBAAkB;AAAA,cAClB,gBAAgB;AAAA,cAChB,oBAAoB;AAAA,cACpB,QAAQ;AAAA,cACR,WAAW;AAAA,cACX,QAAQ;AAAA,YAAA;AAAA,UACV,IAEF,CAAA;AAAA,UACJ,GAAG;AAAA,QAAA;AAAA,QAEL,GAAG;AAAA,MAAA;AAAA,MAGJ,UAAA;AAAA,QAAA,CAAC,UACA,MAAM,oBAAoB,YACxBC,kCAAAA;AAAAA,UAAC;AAAA,UAAA;AAAA,YACC,SAAO;AAAA,YACP,IAAI;AAAA,cACF,SAAS;AAAA,gBACP,OAAO;AAAA,gBACP,QAAQ;AAAA,cAAA;AAAA,YACV;AAAA,UACF;AAAA,QAAA,IAEA,OACF;AAAA,QACH,CAAC,WACAA,kCAAAA,IAAC,UAAA,EAAS,SAAQ,QAAO,YAAY,WAAW,KAAK,MAAM,KAAK,KAAK,MAAM,KAAK,KAAK,MAAM,SAAS;AAAA,QAErG,UAAU,MAAM,qBAAqB,OAAO;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGnD;"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./jsx-runtime-C6yv_9g1.cjs"),s=require("./context.constants-gXk1ewxx.cjs"),i=require("react"),n=require("styled-components");require("./component.styles-BX2Aiqp_.cjs");const r=require("./component-DqV_-YxZ.cjs");exports.Checkbox=o=>{var t,l,d;const c=i.useCallback(e=>{var s;null==(s=o.onChange)||s.call(o,e)},[o.onChange]),a=n.useTheme(),x=i.useMemo(()=>e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(s.Icon,{...o.checked?o.view.true:o.view.false,size:(o.checked?o.view.true:o.view.false).size??o.size}),o.children&&o.children]}),[o.checked,o.children,o.size,o.view]),u=e.jsxRuntimeExports.jsx(s.Icon,{size:o.size,type:"loading",name:"Line"});return e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs(s.CheckboxWrapper,{type:"button",$genre:o.genre,$error:o.error,$view:o.view,$font:{...o.font,size:(null==(t=o.font)?void 0:t.size)??s.KEY_SIZE_DATA[o.size].font,weight:(null==(l=o.font)?void 0:l.weight)??700},$checked:o.checked,$isWidthAsHeight:o.isWidthAsHeight,$size:o.size,$isDisabled:o.isDisabled,$isHiddenBorder:o.isHiddenBorder,$isNotBackground:o.isNotBackground,$sx:o.sx,$sxTypography:o.sxTypography,$isDisabledOutline:o.isDisabled??o.isDisabledOutline,$isOutlineBoxShadow:o.isOutlineBoxShadow,$isReadOnly:o.isReadOnly,disabled:o.isDisabled,tabIndex:0,onClick:()=>!o.isDisabled&&c(!o.checked),children:[e.jsxRuntimeExports.jsx(r.Ripple,{color:a.colors.checkbox[o.genre].color.rest,isDisabled:o.isDisabled}),o.isOnlyLoading?o.isLoading?u:x:e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[x,o.isLoading&&u]})]}),(null==o?void 0:o.error)?e.jsxRuntimeExports.jsx(s.ErrorMessage,{...o.error,size:(null==o?void 0:o.error.size)??o.size,font:{size:12,weight:400,family:(null==(d=o.font)?void 0:d.family)??a.font.family}}):null]})};
|
|
2
|
-
//# sourceMappingURL=component-sVzC5XUR.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-sVzC5XUR.cjs","sources":["../src/components/checkbox/component.tsx"],"sourcesContent":["import { ErrorMessage } from '@local/styles/error';\nimport { KEY_SIZE_DATA } from '@local/theme';\n\nimport { FC, useCallback, useMemo } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport { Icon } from '../icon';\nimport { Ripple } from '../ripple';\nimport { CheckboxProps, CheckboxWrapper } from '.';\n\nexport const Checkbox: FC<CheckboxProps> = (props) => {\n const handleOnClick = useCallback(\n (checked: boolean) => {\n props.onChange?.(checked);\n },\n [props.onChange],\n );\n const theme = useTheme();\n const children = useMemo(\n () => (\n <>\n <Icon\n {...(props.checked ? props.view.true : props.view.false)}\n size={(props.checked ? props.view.true : props.view.false).size ?? props.size}\n />\n {props.children && props.children}\n </>\n ),\n [props.checked, props.children, props.size, props.view],\n );\n const LoadingComponent = <Icon size={props.size} type='loading' name='Line' />;\n\n return (\n <>\n <CheckboxWrapper\n type='button'\n $genre={props.genre}\n $error={props.error}\n $view={props.view}\n $font={{\n ...props.font,\n size: props.font?.size ?? KEY_SIZE_DATA[props.size].font,\n weight: props.font?.weight ?? 700,\n }}\n $checked={props.checked}\n $isWidthAsHeight={props.isWidthAsHeight}\n $size={props.size}\n $isDisabled={props.isDisabled}\n $isHiddenBorder={props.isHiddenBorder}\n $isNotBackground={props.isNotBackground}\n $sx={props.sx}\n $sxTypography={props.sxTypography}\n $isDisabledOutline={props.isDisabled ?? props.isDisabledOutline}\n $isOutlineBoxShadow={props.isOutlineBoxShadow}\n $isReadOnly={props.isReadOnly}\n disabled={props.isDisabled}\n tabIndex={0}\n onClick={() => !props.isDisabled && handleOnClick(!props.checked)}\n >\n <Ripple color={theme.colors.checkbox[props.genre].color.rest} isDisabled={props.isDisabled} />\n {props.isOnlyLoading ? (\n props.isLoading ? (\n LoadingComponent\n ) : (\n children\n )\n ) : (\n <>\n {children}\n {props.isLoading && LoadingComponent}\n </>\n )}\n </CheckboxWrapper>\n {props?.error ? (\n <ErrorMessage\n {...props.error}\n size={props?.error.size ?? props.size}\n font={{\n size: 12,\n weight: 400,\n family: props.font?.family ?? theme.font.family,\n }}\n />\n ) : null}\n </>\n );\n};\n"],"names":["props","handleOnClick","useCallback","checked","_a","onChange","call","theme","useTheme","children","useMemo","jsxs","Fragment","jsx","Icon","view","true","false","size","LoadingComponent","type","name","CheckboxWrapper","$genre","genre","$error","error","$view","$font","font","KEY_SIZE_DATA","weight","_b","$checked","$isWidthAsHeight","isWidthAsHeight","$size","$isDisabled","isDisabled","$isHiddenBorder","isHiddenBorder","$isNotBackground","isNotBackground","$sx","sx","$sxTypography","sxTypography","$isDisabledOutline","isDisabledOutline","$isOutlineBoxShadow","isOutlineBoxShadow","$isReadOnly","isReadOnly","disabled","tabIndex","onClick","Ripple","color","colors","checkbox","rest","isOnlyLoading","isLoading","ErrorMessage","family","_c"],"mappings":"mQAU4CA,cAC1C,MAAMC,EAAgBC,EAAAA,YACnBC,UACC,OAAAC,EAAAJ,EAAMK,WAAND,EAAAE,KAAAN,EAAiBG,IAEnB,CAACH,EAAMK,WAEHE,EAAQC,EAAAA,WACRC,EAAWC,EAAAA,QACf,MACEC,kBAAAA,KAAAC,6BAAA,CACEH,SAAA,GAAAI,kBAAAA,IAACC,EAAAA,KAAA,IACMd,EAAMG,QAAUH,EAAMe,KAAKC,KAAOhB,EAAMe,KAAKE,MAClDC,MAAOlB,EAAMG,QAAUH,EAAMe,KAAKC,KAAOhB,EAAMe,KAAKE,OAAOC,MAAQlB,EAAMkB,OAE1ElB,EAAMS,UAAYT,EAAMS,YAG7B,CAACT,EAAMG,QAASH,EAAMS,SAAUT,EAAMkB,KAAMlB,EAAMe,OAE9CI,0BAAoBL,EAAAA,KAAA,CAAKI,KAAMlB,EAAMkB,KAAME,KAAK,UAAUC,KAAK,SAErE,SACEV,kBAAAA,KAAAC,6BAAA,CACEH,SAAA,GAAAE,kBAAAA,KAACW,EAAAA,gBAAA,CACCF,KAAK,SACLG,OAAQvB,EAAMwB,MACdC,OAAQzB,EAAM0B,MACdC,MAAO3B,EAAMe,KACba,MAAO,IACF5B,EAAM6B,KACTX,MAAM,OAAAd,IAAMyB,WAAN,EAAAzB,EAAYc,OAAQY,EAAAA,cAAc9B,EAAMkB,MAAMW,KACpDE,QAAQ,OAAAC,EAAAhC,EAAM6B,WAAN,EAAAG,EAAYD,SAAU,KAEhCE,SAAUjC,EAAMG,QAChB+B,iBAAkBlC,EAAMmC,gBACxBC,MAAOpC,EAAMkB,KACbmB,YAAarC,EAAMsC,WACnBC,gBAAiBvC,EAAMwC,eACvBC,iBAAkBzC,EAAM0C,gBACxBC,IAAK3C,EAAM4C,GACXC,cAAe7C,EAAM8C,aACrBC,mBAAoB/C,EAAMsC,YAActC,EAAMgD,kBAC9CC,oBAAqBjD,EAAMkD,mBAC3BC,YAAanD,EAAMoD,WACnBC,SAAUrD,EAAMsC,WAChBgB,SAAU,EACVC,QAAS,KAAOvD,EAAMsC,YAAcrC,GAAeD,EAAMG,SAEzDM,SAAA,GAAAI,kBAAAA,IAAC2C,EAAAA,OAAA,CAAOC,MAAOlD,EAAMmD,OAAOC,SAAS3D,EAAMwB,OAAOiC,MAAMG,KAAMtB,WAAYtC,EAAMsC,aAC/EtC,EAAM6D,cACL7D,EAAM8D,UACJ3C,EAEAV,EAGFE,EAAAA,kBAAAA,KAAAC,6BAAA,CACGH,SAAA,CAAAA,EACAT,EAAM8D,WAAa3C,SAIzB,MAAAnB,OAAA,EAAAA,EAAO0B,OACNb,EAAAA,kBAAAA,IAACkD,EAAAA,aAAA,IACK/D,EAAM0B,MACVR,MAAM,MAAAlB,OAAA,EAAAA,EAAO0B,MAAMR,OAAQlB,EAAMkB,KACjCW,KAAM,CACJX,KAAM,GACNa,OAAQ,IACRiC,QAAQ,OAAAC,EAAAjE,EAAM6B,WAAN,EAAAoC,EAAYD,SAAUzD,EAAMsB,KAAKmC,UAG3C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-select.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-select.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-separator.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|