@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,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,2 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("./jsx-runtime-C6yv_9g1.cjs"),r=require("react"),n=require("styled-components"),s=require("./context.constants-baqYH-_k.cjs");exports.Range=a=>{const{onChange:t}=a,o=r.useCallback((e,r)=>{const n=[...a.values];n[e]=Math.min(a.max,Math.max(a.min,r)),t(n.sort((e,r)=>e-r))},[t,a.max,a.min,a.values]),u=r.useCallback(e=>(e-a.min)/(a.max-a.min)*100,[a.max,a.min]),m=r.useMemo(()=>a.values.map(e=>u(e)),[u,a.values]),i=n.useTheme(),g=i.colors.range[a.genre].track.background.rest,c=i.colors.range[a.genre].track.gradient.rest,l=i.colors.range[a.genre].thumb.border.rest,x=i.colors.range[a.genre].thumb.background.rest,$=r.useMemo(()=>m.map((e,r)=>{const n=0===r,s=r===m.length-1;return n?`${g} 0%, ${g} ${e}%, ${c} ${e}%`:s?`${c} ${e}%, ${g} ${e}%, ${g} 100%`:`${c} ${e}%`}).join(", "),[c,g,m]),p=r.useMemo(()=>`linear-gradient(to right, ${$})`,[$]);return e.jsxRuntimeExports.jsxs(s.RangeWrapper,{$size:a.size,$sx:a.sx,$error:a.error,onBlur:a.onBlur,children:[a.values.map((r,n)=>e.jsxRuntimeExports.jsx(s.RangeThumb,{type:"range",$size:a.size,$genre:a.genre,min:a.min,max:a.max,step:a.step,value:r,onChange:e=>o(n,parseFloat(e.target.value)),style:{zIndex:100+n},$colorBackground:x,$colorBorder:l},n)),e.jsxRuntimeExports.jsx(s.RangeTrack,{$size:a.size,$genre:a.genre,style:{background:p}})]})};
|
|
2
|
-
//# sourceMappingURL=component-mFXKTq1K.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-mFXKTq1K.cjs","sources":["../src/components/range/component.tsx"],"sourcesContent":["import { useCallback, useMemo } from 'react';\nimport { useTheme } from 'styled-components';\n\nimport { RangeProps, RangeThumb, RangeTrack, RangeWrapper } from '.';\n\nexport const Range = (props: RangeProps) => {\n const { onChange } = props;\n const handleChange = useCallback(\n (index: number, newValue: number) => {\n const newValues = [...props.values];\n newValues[index] = Math.min(props.max, Math.max(props.min, newValue));\n onChange(newValues.sort((a, b) => a - b));\n },\n [onChange, props.max, props.min, props.values],\n );\n const getThumbPositionPercent = useCallback(\n (val: number) => ((val - props.min) / (props.max - props.min)) * 100,\n [props.max, props.min],\n );\n const positions = useMemo(\n () => props.values.map((val) => getThumbPositionPercent(val)),\n [getThumbPositionPercent, props.values],\n );\n const theme = useTheme();\n\n const colorTrackBackground = theme.colors.range[props.genre].track.background.rest;\n const colorTrackGradient = theme.colors.range[props.genre].track.gradient.rest;\n const colorThumbBorder = theme.colors.range[props.genre].thumb.border.rest;\n const colorThumbBackground = theme.colors.range[props.genre].thumb.background.rest;\n\n const trackGradient = useMemo(\n () =>\n positions\n .map((position, idx) => {\n const isFirst = idx === 0;\n const isLast = idx === positions.length - 1;\n\n if (isFirst)\n return `${colorTrackBackground} 0%, ${colorTrackBackground} ${position}%, ${colorTrackGradient} ${position}%`;\n if (isLast)\n return `${colorTrackGradient} ${position}%, ${colorTrackBackground} ${position}%, ${colorTrackBackground} 100%`;\n return `${colorTrackGradient} ${position}%`;\n })\n .join(', '),\n [colorTrackGradient, colorTrackBackground, positions],\n );\n const gradient = useMemo(() => `linear-gradient(to right, ${trackGradient})`, [trackGradient]);\n\n return (\n <RangeWrapper $size={props.size} $sx={props.sx} $error={props.error} onBlur={props.onBlur}>\n {props.values.map((val, idx) => (\n <RangeThumb\n key={idx}\n type='range'\n $size={props.size}\n $genre={props.genre}\n min={props.min}\n max={props.max}\n step={props.step}\n value={val}\n onChange={(e) => handleChange(idx, parseFloat(e.target.value))}\n style={{ zIndex: 100 + idx }}\n $colorBackground={colorThumbBackground}\n $colorBorder={colorThumbBorder}\n />\n ))}\n <RangeTrack\n $size={props.size}\n $genre={props.genre}\n style={{\n background: gradient,\n }}\n />\n </RangeWrapper>\n );\n};\n"],"names":["props","onChange","handleChange","useCallback","index","newValue","newValues","values","Math","min","max","sort","a","b","getThumbPositionPercent","val","positions","useMemo","map","theme","useTheme","colorTrackBackground","colors","range","genre","track","background","rest","colorTrackGradient","gradient","colorThumbBorder","thumb","border","colorThumbBackground","trackGradient","position","idx","isFirst","isLast","length","join","jsxs","RangeWrapper","$size","size","$sx","sx","$error","error","onBlur","children","jsx","RangeThumb","type","$genre","step","value","e","parseFloat","target","style","zIndex","$colorBackground","$colorBorder","RangeTrack"],"mappings":"yKAKsBA,IACpB,MAAMC,SAAEA,GAAaD,EACfE,EAAeC,EAAAA,YACnB,CAACC,EAAeC,KACd,MAAMC,EAAY,IAAIN,EAAMO,QAC5BD,EAAUF,GAASI,KAAKC,IAAIT,EAAMU,IAAKF,KAAKE,IAAIV,EAAMS,IAAKJ,IAC3DJ,EAASK,EAAUK,KAAK,CAACC,EAAGC,IAAMD,EAAIC,KAExC,CAACZ,EAAUD,EAAMU,IAAKV,EAAMS,IAAKT,EAAMO,SAEnCO,EAA0BX,EAAAA,YAC7BY,IAAkBA,EAAMf,EAAMS,MAAQT,EAAMU,IAAMV,EAAMS,KAAQ,IACjE,CAACT,EAAMU,IAAKV,EAAMS,MAEdO,EAAYC,EAAAA,QAChB,IAAMjB,EAAMO,OAAOW,IAAKH,GAAQD,EAAwBC,IACxD,CAACD,EAAyBd,EAAMO,SAE5BY,EAAQC,EAAAA,WAERC,EAAuBF,EAAMG,OAAOC,MAAMvB,EAAMwB,OAAOC,MAAMC,WAAWC,KACxEC,EAAqBT,EAAMG,OAAOC,MAAMvB,EAAMwB,OAAOC,MAAMI,SAASF,KACpEG,EAAmBX,EAAMG,OAAOC,MAAMvB,EAAMwB,OAAOO,MAAMC,OAAOL,KAChEM,EAAuBd,EAAMG,OAAOC,MAAMvB,EAAMwB,OAAOO,MAAML,WAAWC,KAExEO,EAAgBjB,EAAAA,QACpB,IACED,EACGE,IAAI,CAACiB,EAAUC,KACd,MAAMC,EAAkB,IAARD,EACVE,EAASF,IAAQpB,EAAUuB,OAAS,EAE1C,OAAIF,EACK,GAAGhB,SAA4BA,KAAwBc,OAAcP,KAAsBO,KAChGG,EACK,GAAGV,KAAsBO,OAAcd,KAAwBc,OAAcd,SAC/E,GAAGO,KAAsBO,OAEjCK,KAAK,MACV,CAACZ,EAAoBP,EAAsBL,IAEvCa,EAAWZ,EAAAA,QAAQ,IAAM,6BAA6BiB,KAAkB,CAACA,IAE/E,SACEO,kBAAAA,KAACC,EAAAA,aAAA,CAAaC,MAAO3C,EAAM4C,KAAMC,IAAK7C,EAAM8C,GAAIC,OAAQ/C,EAAMgD,MAAOC,OAAQjD,EAAMiD,OAChFC,SAAA,CAAAlD,EAAMO,OAAOW,IAAI,CAACH,EAAKqB,MACtBe,kBAAAA,IAACC,EAAAA,WAAA,CAECC,KAAK,QACLV,MAAO3C,EAAM4C,KACbU,OAAQtD,EAAMwB,MACdf,IAAKT,EAAMS,IACXC,IAAKV,EAAMU,IACX6C,KAAMvD,EAAMuD,KACZC,MAAOzC,EACPd,SAAWwD,GAAMvD,EAAakC,EAAKsB,WAAWD,EAAEE,OAAOH,QACvDI,MAAO,CAAEC,OAAQ,IAAMzB,GACvB0B,iBAAkB7B,EAClB8B,aAAcjC,GAXTM,MAcTe,kBAAAA,IAACa,EAAAA,WAAA,CACCrB,MAAO3C,EAAM4C,KACbU,OAAQtD,EAAMwB,MACdoC,MAAO,CACLlC,WAAYG"}
|
|
@@ -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-mFXKTq1K.cjs"),r=require("./context.constants-baqYH-_k.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 +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":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-separator.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-stack.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-stack.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-textarea.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-textarea.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-toggle.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-toggle.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-tooltip.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-tooltip.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-typography.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-typography.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|