@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,457 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { CSSProperties } from 'react';
|
|
4
|
-
import { default as default_2 } from 'react';
|
|
5
|
-
import { DefaultTheme } from 'styled-components';
|
|
6
|
-
import { DetailedHTMLProps } from 'react';
|
|
7
|
-
import { FastOmit } from 'styled-components';
|
|
8
|
-
import { FC } from 'react';
|
|
9
|
-
import { HTMLAttributes } from 'react';
|
|
10
|
-
import { IStyledComponentBase } from 'styled-components/dist/types';
|
|
11
|
-
import { PropsWithChildren } from 'react';
|
|
12
|
-
import { ReactNode } from 'react';
|
|
13
|
-
import { Substitute } from 'styled-components/dist/types';
|
|
14
|
-
|
|
15
|
-
declare type AddDollarSign<T> = {
|
|
16
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
declare type AddDollarSign_2<T> = {
|
|
20
|
-
[K in keyof T as `$${string & K}`]: T[K];
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
declare type addFontProps = {
|
|
24
|
-
font?: FontSizeStylesProps;
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
declare type addIconProps = {
|
|
28
|
-
[T in keyof DefaultTheme['icon']['map']]: Omit<IconItemProps, 'size'> & {
|
|
29
|
-
type: T;
|
|
30
|
-
name: DefaultTheme['icon']['map'][T][number];
|
|
31
|
-
isHidden?: boolean;
|
|
32
|
-
size?: IconItemProps['size'];
|
|
33
|
-
};
|
|
34
|
-
}[keyof DefaultTheme['icon']['map']];
|
|
35
|
-
|
|
36
|
-
declare interface addSXProps {
|
|
37
|
-
sx?: SXProps;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export declare const DEFAULT_PROVIDER_SONNER_BUTTON: ProviderSonnerProps['default']['button'];
|
|
41
|
-
|
|
42
|
-
export declare const DEFAULT_PROVIDER_SONNER_DURATION = 0.3;
|
|
43
|
-
|
|
44
|
-
export declare const DEFAULT_PROVIDER_SONNER_GENRE: keyof ITheme['colors']['sonner'];
|
|
45
|
-
|
|
46
|
-
export declare const DEFAULT_PROVIDER_SONNER_MARGIN_BOTTOM = 60;
|
|
47
|
-
|
|
48
|
-
export declare const DEFAULT_PROVIDER_SONNER_SCALE = 0.04;
|
|
49
|
-
|
|
50
|
-
export declare const DEFAULT_PROVIDER_SONNER_Y = 100;
|
|
51
|
-
|
|
52
|
-
export declare const DEFAULT_PROVIDER_SONNER_Z_INDEX = 100;
|
|
53
|
-
|
|
54
|
-
declare type FontSizeStylesProps = {
|
|
55
|
-
size?: TypographyDataProps['size'];
|
|
56
|
-
weight?: TypographyDataProps['weight'];
|
|
57
|
-
family?: TypographyDataProps['family'];
|
|
58
|
-
height?: TypographyDataProps['height'];
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
declare type IconItemProps = {
|
|
62
|
-
[K in keyof DefaultTheme['icon']['map']]: {
|
|
63
|
-
type: K;
|
|
64
|
-
name: DefaultTheme['icon']['map'][K][number];
|
|
65
|
-
className?: string;
|
|
66
|
-
onClick?: (event: default_2.MouseEvent<SVGSVGElement>) => void;
|
|
67
|
-
size: IThemeSize | '100%';
|
|
68
|
-
color?: IThemePaletteKeys;
|
|
69
|
-
turn?: number;
|
|
70
|
-
order?: number;
|
|
71
|
-
tabIndex?: number;
|
|
72
|
-
} & addSXProps;
|
|
73
|
-
}[keyof DefaultTheme['icon']['map']];
|
|
74
|
-
|
|
75
|
-
declare interface ITheme {
|
|
76
|
-
icon: {
|
|
77
|
-
map: {
|
|
78
|
-
id: typeof ThemeMapId;
|
|
79
|
-
checkbox: typeof ThemeMapCheckbox;
|
|
80
|
-
loading: typeof ThemeMapLoading;
|
|
81
|
-
realebail: typeof ThemeMapRealebail;
|
|
82
|
-
logo: typeof ThemeMapLogo;
|
|
83
|
-
bustmarket: typeof ThemeMapBustmarket;
|
|
84
|
-
};
|
|
85
|
-
getIconId: <T extends keyof ITheme['icon']['map']>(props: {
|
|
86
|
-
type: T;
|
|
87
|
-
name: ITheme['icon']['map'][T][number];
|
|
88
|
-
}) => string;
|
|
89
|
-
getSpriteUrl: (props: {
|
|
90
|
-
type: keyof ITheme['icon']['map'];
|
|
91
|
-
}) => string;
|
|
92
|
-
};
|
|
93
|
-
states: {
|
|
94
|
-
focus: string;
|
|
95
|
-
danger: string;
|
|
96
|
-
};
|
|
97
|
-
colors: {
|
|
98
|
-
range: IThemeGenreRange;
|
|
99
|
-
date: IThemeGenreDate;
|
|
100
|
-
button: IThemeGenre;
|
|
101
|
-
toggle: IThemeGenreToggle;
|
|
102
|
-
checkbox: IThemeGenre;
|
|
103
|
-
input: IThemeGenreInput;
|
|
104
|
-
imageSelect: IThemeGenreImageSelect;
|
|
105
|
-
select: IThemeGenreSelect;
|
|
106
|
-
sonner: IThemeGenreSonner;
|
|
107
|
-
};
|
|
108
|
-
effects: {
|
|
109
|
-
input: string;
|
|
110
|
-
button: string;
|
|
111
|
-
};
|
|
112
|
-
font: {
|
|
113
|
-
family: IThemeFontFamily;
|
|
114
|
-
weight: IThemeTypographyWeight;
|
|
115
|
-
sizeDefault: Record<IThemeDevice, number>;
|
|
116
|
-
sizeHeading: Record<IThemeTypographyHeading, number>;
|
|
117
|
-
lineHeight: number;
|
|
118
|
-
};
|
|
119
|
-
palette: Record<IThemePaletteKeys, string>;
|
|
120
|
-
background: Record<IThemePaletteKeys, string>;
|
|
121
|
-
screens: IThemeScreen;
|
|
122
|
-
scrollbar: {
|
|
123
|
-
width: number;
|
|
124
|
-
background: string;
|
|
125
|
-
thumb: string;
|
|
126
|
-
thumbBorder: string;
|
|
127
|
-
};
|
|
128
|
-
transition: {
|
|
129
|
-
duration: string;
|
|
130
|
-
timingFunction: string;
|
|
131
|
-
default: string;
|
|
132
|
-
icon: string;
|
|
133
|
-
};
|
|
134
|
-
getContrastYIQ: (hexcolor: string) => string;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
declare type IThemeDevice = 'default' | 'tablet' | 'mobile';
|
|
138
|
-
|
|
139
|
-
declare type IThemeFontFamily = 'Inter' | 'Roboto' | 'Work Sans' | 'Roboto Mono' | 'Manrope';
|
|
140
|
-
|
|
141
|
-
declare type IThemeGenre = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'black' | 'blackBorder' | 'product' | 'productBorder' | 'white' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent' | 'realebail-product' | 'realebail-gray' | 'realebail-white' | 'bustmarket-gray' | 'bustmarket-gray-violet' | 'bustmarket-violet' | 'bustmarket-white-violet'>, IThemeGenreTypeDefault>;
|
|
142
|
-
|
|
143
|
-
declare type IThemeGenreDate = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white'>, IThemeGenreTypeDate>;
|
|
144
|
-
|
|
145
|
-
declare type IThemeGenreImageSelect = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white'>, IThemeGenreTypeImageSelect>;
|
|
146
|
-
|
|
147
|
-
declare type IThemeGenreInput = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white' | 'bustmarket-gray'>, IThemeGenreTypeDefault>;
|
|
148
|
-
|
|
149
|
-
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';
|
|
150
|
-
|
|
151
|
-
declare type IThemeGenreRange = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white' | 'bustmarket-gray'>, IThemeGenreTypeRange>;
|
|
152
|
-
|
|
153
|
-
declare type IThemeGenreSelect = Record<Extract<IThemeGenreName, 'gray' | 'grayBorder' | 'blackBorder' | 'realebail-white'>, IThemeGenreTypeSelect>;
|
|
154
|
-
|
|
155
|
-
declare type IThemeGenreSonner = Record<Extract<IThemeGenreName, 'black' | 'greenTransparent' | 'redTransparent' | 'yellowTransparent'>, IThemeGenreTypeSonner>;
|
|
156
|
-
|
|
157
|
-
declare type IThemeGenreToggle = Record<Extract<IThemeGenreName, 'product'>, IThemeGenreTypeToggle>;
|
|
158
|
-
|
|
159
|
-
declare interface IThemeGenreTypeDate {
|
|
160
|
-
background: {
|
|
161
|
-
rest: string;
|
|
162
|
-
hover: string;
|
|
163
|
-
today: string;
|
|
164
|
-
weekend: string;
|
|
165
|
-
choice: string;
|
|
166
|
-
line: string;
|
|
167
|
-
};
|
|
168
|
-
border: {
|
|
169
|
-
rest: string;
|
|
170
|
-
hover: string;
|
|
171
|
-
today: string;
|
|
172
|
-
weekend: string;
|
|
173
|
-
choice: string;
|
|
174
|
-
line: string;
|
|
175
|
-
};
|
|
176
|
-
color: {
|
|
177
|
-
rest: string;
|
|
178
|
-
hover: string;
|
|
179
|
-
placeholder: string;
|
|
180
|
-
today: string;
|
|
181
|
-
weekend: string;
|
|
182
|
-
choice: string;
|
|
183
|
-
line: string;
|
|
184
|
-
};
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
declare interface IThemeGenreTypeDefault {
|
|
188
|
-
background: {
|
|
189
|
-
rest: string;
|
|
190
|
-
hover: string;
|
|
191
|
-
};
|
|
192
|
-
border: {
|
|
193
|
-
rest: string;
|
|
194
|
-
hover: string;
|
|
195
|
-
};
|
|
196
|
-
color: {
|
|
197
|
-
rest: string;
|
|
198
|
-
hover: string;
|
|
199
|
-
placeholder: string;
|
|
200
|
-
};
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
declare interface IThemeGenreTypeImageSelect {
|
|
204
|
-
background: {
|
|
205
|
-
rest: string;
|
|
206
|
-
hover: string;
|
|
207
|
-
};
|
|
208
|
-
border: {
|
|
209
|
-
rest: string;
|
|
210
|
-
hover: string;
|
|
211
|
-
};
|
|
212
|
-
color: {
|
|
213
|
-
rest: string;
|
|
214
|
-
hover: string;
|
|
215
|
-
placeholder: string;
|
|
216
|
-
};
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
declare interface IThemeGenreTypeRange {
|
|
220
|
-
thumb: {
|
|
221
|
-
background: {
|
|
222
|
-
rest: string;
|
|
223
|
-
hover: string;
|
|
224
|
-
};
|
|
225
|
-
border: {
|
|
226
|
-
rest: string;
|
|
227
|
-
hover: string;
|
|
228
|
-
};
|
|
229
|
-
};
|
|
230
|
-
track: {
|
|
231
|
-
background: {
|
|
232
|
-
rest: string;
|
|
233
|
-
};
|
|
234
|
-
gradient: {
|
|
235
|
-
rest: string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
declare interface IThemeGenreTypeSelect {
|
|
241
|
-
background: {
|
|
242
|
-
rest: string;
|
|
243
|
-
hover: string;
|
|
244
|
-
select: string;
|
|
245
|
-
};
|
|
246
|
-
border: {
|
|
247
|
-
rest: string;
|
|
248
|
-
hover: string;
|
|
249
|
-
select: string;
|
|
250
|
-
};
|
|
251
|
-
color: {
|
|
252
|
-
rest: string;
|
|
253
|
-
hover: string;
|
|
254
|
-
select: string;
|
|
255
|
-
placeholder: string;
|
|
256
|
-
};
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
declare interface IThemeGenreTypeSonner {
|
|
260
|
-
button: {
|
|
261
|
-
genre: keyof IThemeGenre;
|
|
262
|
-
};
|
|
263
|
-
description: {
|
|
264
|
-
color: string;
|
|
265
|
-
};
|
|
266
|
-
icon: {
|
|
267
|
-
color: string;
|
|
268
|
-
};
|
|
269
|
-
title: {
|
|
270
|
-
color: string;
|
|
271
|
-
};
|
|
272
|
-
wrapper: {
|
|
273
|
-
background: string;
|
|
274
|
-
borderColor: string;
|
|
275
|
-
boxShadow: string;
|
|
276
|
-
boxShadowHover: string;
|
|
277
|
-
};
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
declare interface IThemeGenreTypeToggle {
|
|
281
|
-
active: {
|
|
282
|
-
rest: {
|
|
283
|
-
track: string;
|
|
284
|
-
thumb: string;
|
|
285
|
-
border: string;
|
|
286
|
-
thumbBoxShadow: string;
|
|
287
|
-
};
|
|
288
|
-
hover: {
|
|
289
|
-
track: string;
|
|
290
|
-
thumb: string;
|
|
291
|
-
border: string;
|
|
292
|
-
thumbBoxShadow: string;
|
|
293
|
-
};
|
|
294
|
-
};
|
|
295
|
-
unActive: {
|
|
296
|
-
rest: {
|
|
297
|
-
track: string;
|
|
298
|
-
thumb: string;
|
|
299
|
-
border: string;
|
|
300
|
-
thumbBoxShadow: string;
|
|
301
|
-
};
|
|
302
|
-
hover: {
|
|
303
|
-
track: string;
|
|
304
|
-
thumb: string;
|
|
305
|
-
border: string;
|
|
306
|
-
thumbBoxShadow: string;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
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';
|
|
312
|
-
|
|
313
|
-
declare type IThemeScreen = Record<IThemeDevice, {
|
|
314
|
-
width: number;
|
|
315
|
-
}>;
|
|
316
|
-
|
|
317
|
-
declare type IThemeSize = 'large' | 'largeMedium' | 'medium' | 'mediumSmall' | 'small';
|
|
318
|
-
|
|
319
|
-
declare type IThemeTypographyHeading = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'h8' | 'h9';
|
|
320
|
-
|
|
321
|
-
declare type IThemeTypographyWeight = 100 | 300 | 400 | 500 | 700 | 900;
|
|
322
|
-
|
|
323
|
-
export declare const ProviderSonner: FC<ProviderSonnerProps>;
|
|
324
|
-
|
|
325
|
-
export declare type ProviderSonnerProps = PropsWithChildren & {
|
|
326
|
-
gap: number;
|
|
327
|
-
position: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left' | 'bottom-center' | 'top-center';
|
|
328
|
-
visibleToasts?: number;
|
|
329
|
-
zIndex?: number;
|
|
330
|
-
default: Omit<SonnerContentStandardProps, 'index'>;
|
|
331
|
-
};
|
|
332
|
-
|
|
333
|
-
export declare const SonnerButtonWrapper: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
334
|
-
|
|
335
|
-
export declare const SonnerContent: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
336
|
-
|
|
337
|
-
declare type SonnerContentContentProps = SonnerContentDefaultProps & {
|
|
338
|
-
content: ReactNode | false;
|
|
339
|
-
};
|
|
340
|
-
|
|
341
|
-
declare type SonnerContentDefaultProps = {
|
|
342
|
-
hidingMode?: 'clickOnSonner' | 'clickOnButton';
|
|
343
|
-
hidingTime?: number;
|
|
344
|
-
icon?: addIconProps;
|
|
345
|
-
id?: string;
|
|
346
|
-
genre?: keyof ITheme['colors']['sonner'];
|
|
347
|
-
isLoading?: boolean;
|
|
348
|
-
button?: {
|
|
349
|
-
content?: string | ReactNode;
|
|
350
|
-
onClick?: () => void;
|
|
351
|
-
} | false;
|
|
352
|
-
index: number;
|
|
353
|
-
} & addFontProps;
|
|
354
|
-
|
|
355
|
-
export declare const SonnerContentDescription: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<AddDollarSign_2<Pick<SonnerContentStandardProps, "font" | "genre">>>>> & string;
|
|
356
|
-
|
|
357
|
-
export declare type SonnerContentDescriptionProps = Required<AddDollarSign<Pick<SonnerContentStandardProps, 'genre' | 'font'>>>;
|
|
358
|
-
|
|
359
|
-
export declare type SonnerContentProps = SonnerContentContentProps | SonnerContentStandardProps;
|
|
360
|
-
|
|
361
|
-
export declare type SonnerContentStandardProps = SonnerContentDefaultProps & {
|
|
362
|
-
description?: string | ReactNode;
|
|
363
|
-
title?: string | ReactNode;
|
|
364
|
-
};
|
|
365
|
-
|
|
366
|
-
export declare const SonnerContentTitle: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<AddDollarSign_2<Pick<SonnerContentStandardProps, "font" | "genre">>>>> & string;
|
|
367
|
-
|
|
368
|
-
export declare type SonnerContentTitleProps = Required<AddDollarSign<Pick<SonnerContentStandardProps, 'genre' | 'font'>>>;
|
|
369
|
-
|
|
370
|
-
export declare const SonnerContext: Context<SonnerContextProps | null>;
|
|
371
|
-
|
|
372
|
-
export declare type SonnerContextProps = {
|
|
373
|
-
toast: (content: Omit<SonnerContentStandardProps, 'index'>) => void;
|
|
374
|
-
promise: <T>(promise: Promise<T>, expectation: Omit<SonnerContentStandardProps, 'index'>, toast: (success: T | undefined, error: any | undefined) => Omit<SonnerContentProps, 'index'>) => void;
|
|
375
|
-
remove: (id: SonnerContentDefaultProps['id']) => void;
|
|
376
|
-
contentHistory: SonnerContentProps[];
|
|
377
|
-
};
|
|
378
|
-
|
|
379
|
-
declare type SonnerElementDefaultProps = {
|
|
380
|
-
id: SonnerContentDefaultProps['id'];
|
|
381
|
-
title: SonnerContentStandardProps['title'];
|
|
382
|
-
description: SonnerContentStandardProps['description'];
|
|
383
|
-
content: SonnerContentContentProps['content'];
|
|
384
|
-
icon?: SonnerContentDefaultProps['icon'];
|
|
385
|
-
isLoading: SonnerContentDefaultProps['isLoading'];
|
|
386
|
-
hidingMode: SonnerContentDefaultProps['hidingMode'];
|
|
387
|
-
button: SonnerContentDefaultProps['button'];
|
|
388
|
-
index: number;
|
|
389
|
-
handleOnClick: (id: SonnerContentDefaultProps['id'], hidingMode?: SonnerContentDefaultProps['hidingMode']) => void;
|
|
390
|
-
isMoreThanLastViewIndexPlusOne: boolean;
|
|
391
|
-
isMoreThanLastViewIndex: boolean;
|
|
392
|
-
isHovered: boolean;
|
|
393
|
-
isLastViewIndex: boolean;
|
|
394
|
-
buttonGenre: keyof IThemeGenre;
|
|
395
|
-
isTop: boolean;
|
|
396
|
-
} & Required<Pick<SonnerContentDefaultProps, 'genre'>>;
|
|
397
|
-
|
|
398
|
-
export declare type SonnerElementProps = SonnerElementDefaultProps;
|
|
399
|
-
|
|
400
|
-
export declare const SonnerElementWrapper: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<AddDollarSign_2<Pick<SonnerContentStandardProps, "genre">>>>> & string;
|
|
401
|
-
|
|
402
|
-
export declare type SonnerElementWrapperProps = Required<AddDollarSign<Pick<SonnerContentStandardProps, 'genre'>>>;
|
|
403
|
-
|
|
404
|
-
export declare const SonnerIcon: IStyledComponentBase<"web", FastOmit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
405
|
-
|
|
406
|
-
export declare const SonnerLayout: IStyledComponentBase<"web", Substitute<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Required<AddDollarSign_2<Pick<ProviderSonnerProps, "position" | "zIndex" | "gap">>>>> & string;
|
|
407
|
-
|
|
408
|
-
export declare type SonnerLayoutProps = Required<AddDollarSign<Pick<ProviderSonnerProps, 'position' | 'gap' | 'zIndex'>>>;
|
|
409
|
-
|
|
410
|
-
declare type SXProps = ({
|
|
411
|
-
default: CSSObject;
|
|
412
|
-
} & {
|
|
413
|
-
[K in IThemeDevice]?: CSSObject;
|
|
414
|
-
}) | ((theme: DefaultTheme) => {
|
|
415
|
-
default: CSSObject;
|
|
416
|
-
} & {
|
|
417
|
-
[K in IThemeDevice]?: CSSObject;
|
|
418
|
-
});
|
|
419
|
-
|
|
420
|
-
declare const ThemeMapBustmarket: readonly ["Card", "Delivery", "Heart", "Reviews", "Search", "Menu"];
|
|
421
|
-
|
|
422
|
-
declare const ThemeMapCheckbox: readonly ["Radio-true", "Radio-false", "Square-true", "Square-false", "Heart-true", "Heart-false", "Arrow"];
|
|
423
|
-
|
|
424
|
-
declare const ThemeMapId: readonly ["Close", "Biometry", "Qr", "Search", "Folder", "Wallet", "Graph", "Bookmark", "Browser", "Category", "Home", "Notification", "Chat", "Heart", "Paper", "Plus", "Minus", "PaperPlus", "PaperNegative", "PaperFail", "PaperDownload", "PaperUpload", "Send", "Password", "Swap", "Work", "Arrow1", "Arrow2", "Arrow3", "Arrow4", "ArrowMini1", "ArrowMini2", "Scan", "Activity", "Calendar", "Message", "PlusMini", "ChartMini", "Game", "Bag1", "Bag2", "TicketStar", "MoreCircle", "MoreSquare", "Discount", "Buy", "Web", "InfoMini", "DangerMini", "CloseMini", "TickMini", "Video", "Discovery", "Location", "Document", "Setting", "Time", "VolumeUp", "VolumeDown", "VolumeOff", "Star", "Select", "Ticket", "Camera", "Profile", "AddUser", "TwoUser", "ThreeUser", "Login", "Logout", "Download", "Upload", "Voice1", "Voice2", "Delete", "Edit", "PlayMini", "ShieldDone", "ShieldFail", "Show", "Hide", "Filter1", "Filter2", "Image", "Call", "Calling", "CallMissed", "CallSilent", "Lock", "Unlock", "Resources", "Language"];
|
|
425
|
-
|
|
426
|
-
declare const ThemeMapLoading: readonly ["Line", "Circle", "Blocks", "Balls"];
|
|
427
|
-
|
|
428
|
-
declare const ThemeMapLogo: readonly ["Jenesei", "BustMarket"];
|
|
429
|
-
|
|
430
|
-
declare const ThemeMapRealebail: readonly ["MapCluster", "HomeLikes", "HomeManagement", "UserSettings", "User"];
|
|
431
|
-
|
|
432
|
-
declare type TypographyDataProps = TypographyDefaultProps & {
|
|
433
|
-
size?: number;
|
|
434
|
-
};
|
|
435
|
-
|
|
436
|
-
declare type TypographyDefaultProps = {
|
|
437
|
-
align?: CSSProperties['textAlign'];
|
|
438
|
-
color?: IThemePaletteKeys;
|
|
439
|
-
cursor?: CSSProperties['cursor'];
|
|
440
|
-
decoration?: CSSProperties['textDecoration'];
|
|
441
|
-
family?: IThemeFontFamily;
|
|
442
|
-
flex?: string;
|
|
443
|
-
height?: number | string;
|
|
444
|
-
isHoverUnderlining?: boolean;
|
|
445
|
-
letterSpacing?: CSSProperties['letterSpacing'];
|
|
446
|
-
line?: number;
|
|
447
|
-
overflow?: CSSProperties['overflow'];
|
|
448
|
-
shadow?: 'shadowPulse';
|
|
449
|
-
transform?: CSSProperties['textTransform'];
|
|
450
|
-
weight?: IThemeTypographyWeight;
|
|
451
|
-
wrap?: CSSProperties['textWrap'];
|
|
452
|
-
isNoUserSelect?: boolean;
|
|
453
|
-
};
|
|
454
|
-
|
|
455
|
-
export declare const useSonner: () => SonnerContextProps;
|
|
456
|
-
|
|
457
|
-
export { }
|
|
1
|
+
export * from './contexts/context-sonner/index'
|
|
2
|
+
export {}
|
|
@@ -1,22 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { u } from "./context.hooks-HEeFGka7.js";
|
|
1
|
+
import { n as o, t as e } from "./context-sonner-qDPLFpD5.js";
|
|
3
2
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
bf as DEFAULT_PROVIDER_SONNER_GENRE,
|
|
7
|
-
bg as DEFAULT_PROVIDER_SONNER_MARGIN_BOTTOM,
|
|
8
|
-
bc as DEFAULT_PROVIDER_SONNER_SCALE,
|
|
9
|
-
bd as DEFAULT_PROVIDER_SONNER_Y,
|
|
10
|
-
bb as DEFAULT_PROVIDER_SONNER_Z_INDEX,
|
|
11
|
-
b3 as ProviderSonner,
|
|
12
|
-
ba as SonnerButtonWrapper,
|
|
13
|
-
b6 as SonnerContent,
|
|
14
|
-
b9 as SonnerContentDescription,
|
|
15
|
-
b8 as SonnerContentTitle,
|
|
16
|
-
b2 as SonnerContext,
|
|
17
|
-
b5 as SonnerElementWrapper,
|
|
18
|
-
b7 as SonnerIcon,
|
|
19
|
-
b4 as SonnerLayout,
|
|
20
|
-
u as useSonner
|
|
3
|
+
o as ProviderSonner,
|
|
4
|
+
e as useSonner
|
|
21
5
|
};
|
|
22
|
-
//# sourceMappingURL=context-sonner.es.js.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IThemePalette } from '../../styles/utils';
|
|
2
|
+
import { FC } from 'react';
|
|
3
|
+
import { IAppContext, IAppProvider } from './context.types';
|
|
4
|
+
export declare const AppContext: import('use-context-selector').Context<IAppContext | null>;
|
|
5
|
+
export declare const ProviderApp: FC<IAppProvider>;
|
|
6
|
+
export declare const useBgColor: (defaultColor: IThemePalette) => {
|
|
7
|
+
bgColor: "inherit" | "current" | "transparent" | "accentRedLight" | "accentOrangeLight" | "accentYellowLight" | "accentGreenLight" | "accentMintLight" | "accentTealLight" | "accentCyanLight" | "accentBlueLight" | "accentIndigoLight" | "accentPurpleLight" | "accentPinkLight" | "accentBrownLight" | "accentGrayLight" | "fillLight" | "fillPrimaryLight" | "fillSecondaryLight" | "fillTertiaryLight" | "fillQuaternaryLight" | "fillQuinaryLight" | "textPrimaryLight" | "textSecondaryLight" | "textTertiaryLight" | "controlMenuLight" | "controlTooltipLight" | "controlTransparent" | "shadowGlassLight" | "shadowPrimaryLight" | "shadowSecondaryLight" | "shadowTertiaryLight" | "shadowQuaternaryLight" | "shadowWindowInnerShadowLight" | "productPrimaryLight" | "productSecondaryLight" | "productTertiaryLight" | "productQuaternaryLight" | "productQuinaryLight" | "accentRedDark" | "accentOrangeDark" | "accentYellowDark" | "accentGreenDark" | "accentMintDark" | "accentTealDark" | "accentCyanDark" | "accentBlueDark" | "accentIndigoDark" | "accentPurpleDark" | "accentPinkDark" | "accentBrownDark" | "accentGrayDark" | "fillDark" | "fillPrimaryDark" | "fillSecondaryDark" | "fillTertiaryDark" | "fillQuaternaryDark" | "fillQuinaryDark" | "textPrimaryDark" | "textSecondaryDark" | "textTertiaryDark" | "controlMenuDark" | "controlTooltipDark" | "productPrimaryDark" | "productSecondaryDark" | "productTertiaryDark" | "productQuaternaryDark" | "productQuinaryDark" | "shadowGlassDark" | "shadowPrimaryDark" | "shadowSecondaryDark" | "shadowTertiaryDark" | "shadowQuaternaryDark" | "shadowWindowInnerShadowDark" | "accentRedLightStable" | "accentOrangeLightStable" | "accentYellowLightStable" | "accentGreenLightStable" | "accentMintLightStable" | "accentTealLightStable" | "accentCyanLightStable" | "accentBlueLightStable" | "accentIndigoLightStable" | "accentPurpleLightStable" | "accentPinkLightStable" | "accentBrownLightStable" | "accentGrayLightStable" | "fillLightStable" | "fillPrimaryLightStable" | "fillSecondaryLightStable" | "fillTertiaryLightStable" | "fillQuaternaryLightStable" | "fillQuinaryLightStable" | "textPrimaryLightStable" | "textSecondaryLightStable" | "textTertiaryLightStable" | "controlMenuLightStable" | "controlTooltipLightStable" | "controlTransparentStable" | "shadowGlassLightStable" | "shadowPrimaryLightStable" | "shadowSecondaryLightStable" | "shadowTertiaryLightStable" | "shadowQuaternaryLightStable" | "shadowWindowInnerShadowLightStable" | "productPrimaryLightStable" | "productSecondaryLightStable" | "productTertiaryLightStable" | "productQuaternaryLightStable" | "productQuinaryLightStable" | "accentRedDarkStable" | "accentOrangeDarkStable" | "accentYellowDarkStable" | "accentGreenDarkStable" | "accentMintDarkStable" | "accentTealDarkStable" | "accentCyanDarkStable" | "accentBlueDarkStable" | "accentIndigoDarkStable" | "accentPurpleDarkStable" | "accentPinkDarkStable" | "accentBrownDarkStable" | "accentGrayDarkStable" | "fillDarkStable" | "fillPrimaryDarkStable" | "fillSecondaryDarkStable" | "fillTertiaryDarkStable" | "fillQuaternaryDarkStable" | "fillQuinaryDarkStable" | "textPrimaryDarkStable" | "textSecondaryDarkStable" | "textTertiaryDarkStable" | "controlMenuDarkStable" | "controlTooltipDarkStable" | "productPrimaryDarkStable" | "productSecondaryDarkStable" | "productTertiaryDarkStable" | "productQuaternaryDarkStable" | "productQuinaryDarkStable" | "shadowGlassDarkStable" | "shadowPrimaryDarkStable" | "shadowSecondaryDarkStable" | "shadowTertiaryDarkStable" | "shadowQuaternaryDarkStable" | "shadowWindowInnerShadowDarkStable";
|
|
8
|
+
changeBgColor: (color: IThemePalette) => void;
|
|
9
|
+
historyBgColor: (steps: number) => void;
|
|
10
|
+
setDefaultBgColor: () => void;
|
|
11
|
+
bgColorIndex: number;
|
|
12
|
+
};
|
|
13
|
+
export declare const useStatusBarColor: (defaultColor: IThemePalette) => {
|
|
14
|
+
statusBarColor: "inherit" | "current" | "transparent" | "accentRedLight" | "accentOrangeLight" | "accentYellowLight" | "accentGreenLight" | "accentMintLight" | "accentTealLight" | "accentCyanLight" | "accentBlueLight" | "accentIndigoLight" | "accentPurpleLight" | "accentPinkLight" | "accentBrownLight" | "accentGrayLight" | "fillLight" | "fillPrimaryLight" | "fillSecondaryLight" | "fillTertiaryLight" | "fillQuaternaryLight" | "fillQuinaryLight" | "textPrimaryLight" | "textSecondaryLight" | "textTertiaryLight" | "controlMenuLight" | "controlTooltipLight" | "controlTransparent" | "shadowGlassLight" | "shadowPrimaryLight" | "shadowSecondaryLight" | "shadowTertiaryLight" | "shadowQuaternaryLight" | "shadowWindowInnerShadowLight" | "productPrimaryLight" | "productSecondaryLight" | "productTertiaryLight" | "productQuaternaryLight" | "productQuinaryLight" | "accentRedDark" | "accentOrangeDark" | "accentYellowDark" | "accentGreenDark" | "accentMintDark" | "accentTealDark" | "accentCyanDark" | "accentBlueDark" | "accentIndigoDark" | "accentPurpleDark" | "accentPinkDark" | "accentBrownDark" | "accentGrayDark" | "fillDark" | "fillPrimaryDark" | "fillSecondaryDark" | "fillTertiaryDark" | "fillQuaternaryDark" | "fillQuinaryDark" | "textPrimaryDark" | "textSecondaryDark" | "textTertiaryDark" | "controlMenuDark" | "controlTooltipDark" | "productPrimaryDark" | "productSecondaryDark" | "productTertiaryDark" | "productQuaternaryDark" | "productQuinaryDark" | "shadowGlassDark" | "shadowPrimaryDark" | "shadowSecondaryDark" | "shadowTertiaryDark" | "shadowQuaternaryDark" | "shadowWindowInnerShadowDark" | "accentRedLightStable" | "accentOrangeLightStable" | "accentYellowLightStable" | "accentGreenLightStable" | "accentMintLightStable" | "accentTealLightStable" | "accentCyanLightStable" | "accentBlueLightStable" | "accentIndigoLightStable" | "accentPurpleLightStable" | "accentPinkLightStable" | "accentBrownLightStable" | "accentGrayLightStable" | "fillLightStable" | "fillPrimaryLightStable" | "fillSecondaryLightStable" | "fillTertiaryLightStable" | "fillQuaternaryLightStable" | "fillQuinaryLightStable" | "textPrimaryLightStable" | "textSecondaryLightStable" | "textTertiaryLightStable" | "controlMenuLightStable" | "controlTooltipLightStable" | "controlTransparentStable" | "shadowGlassLightStable" | "shadowPrimaryLightStable" | "shadowSecondaryLightStable" | "shadowTertiaryLightStable" | "shadowQuaternaryLightStable" | "shadowWindowInnerShadowLightStable" | "productPrimaryLightStable" | "productSecondaryLightStable" | "productTertiaryLightStable" | "productQuaternaryLightStable" | "productQuinaryLightStable" | "accentRedDarkStable" | "accentOrangeDarkStable" | "accentYellowDarkStable" | "accentGreenDarkStable" | "accentMintDarkStable" | "accentTealDarkStable" | "accentCyanDarkStable" | "accentBlueDarkStable" | "accentIndigoDarkStable" | "accentPurpleDarkStable" | "accentPinkDarkStable" | "accentBrownDarkStable" | "accentGrayDarkStable" | "fillDarkStable" | "fillPrimaryDarkStable" | "fillSecondaryDarkStable" | "fillTertiaryDarkStable" | "fillQuaternaryDarkStable" | "fillQuinaryDarkStable" | "textPrimaryDarkStable" | "textSecondaryDarkStable" | "textTertiaryDarkStable" | "controlMenuDarkStable" | "controlTooltipDarkStable" | "productPrimaryDarkStable" | "productSecondaryDarkStable" | "productTertiaryDarkStable" | "productQuaternaryDarkStable" | "productQuinaryDarkStable" | "shadowGlassDarkStable" | "shadowPrimaryDarkStable" | "shadowSecondaryDarkStable" | "shadowTertiaryDarkStable" | "shadowQuaternaryDarkStable" | "shadowWindowInnerShadowDarkStable";
|
|
15
|
+
changeStatusBarColor: (color: IThemePalette) => void;
|
|
16
|
+
historyStatusBarColor: (steps: number) => void;
|
|
17
|
+
setDefaultStatusBarColor: () => void;
|
|
18
|
+
statusBarColorIndex: number;
|
|
19
|
+
};
|
|
20
|
+
export declare const useBgImage: (defaultImage: string | null) => {
|
|
21
|
+
bgImage: string | null;
|
|
22
|
+
changeBgImage: (image: string | null) => void;
|
|
23
|
+
historyBgImage: (steps: number) => void;
|
|
24
|
+
setDefaultBgImage: () => void;
|
|
25
|
+
bgImageIndex: number;
|
|
26
|
+
};
|
|
27
|
+
export declare const useDescription: (defaultDescription: string) => {
|
|
28
|
+
description: string;
|
|
29
|
+
changeDescription: (newDescription: string) => void;
|
|
30
|
+
historyDescription: (steps: number) => void;
|
|
31
|
+
setDefaultDescription: () => void;
|
|
32
|
+
descriptionIndex: number;
|
|
33
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IThemePalette } from '../../styles/utils';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
import { IAppProviderOutletStyled } from './context.types';
|
|
4
|
+
type IAppOutletParts = IAppProviderOutletStyled;
|
|
5
|
+
export declare const getProviderAppWrapperStyle: (bgColor: IThemePalette, bgImage: string | null) => CSSProperties;
|
|
6
|
+
export declare const getProviderAppOutletStyle: (props: IAppOutletParts) => CSSProperties;
|
|
7
|
+
export declare const getProviderAppOutletChildrenStyle: (props: IAppOutletParts) => CSSProperties;
|
|
8
|
+
export declare const getProviderAppOutletNotificationStyle: (props: IAppOutletParts) => CSSProperties;
|
|
9
|
+
export declare const getProviderAppOutletHeaderStyle: (props: IAppOutletParts) => CSSProperties;
|
|
10
|
+
export declare const getProviderAppOutletFooterStyle: (props: IAppOutletParts) => CSSProperties;
|
|
11
|
+
export declare const getProviderAppOutletNavStyle: (props: IAppOutletParts) => CSSProperties;
|
|
12
|
+
export declare const getProviderAppOutletLeftAsideStyle: (props: IAppOutletParts) => CSSProperties;
|
|
13
|
+
export declare const getProviderAppOutletRightAsideStyle: (props: IAppOutletParts) => CSSProperties;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { IPreviewAdditional } from '../../areas/preview';
|
|
2
|
+
import { IThemeBreakpoint, IThemeOrientation, IThemePalette } from '../../styles/utils';
|
|
3
|
+
import { PropsWithChildren, ReactElement } from 'react';
|
|
4
|
+
export interface IAppProviderElement {
|
|
5
|
+
component: ReactElement;
|
|
6
|
+
length?: {
|
|
7
|
+
default?: number | string | null;
|
|
8
|
+
breakpoint?: Partial<Record<IThemeBreakpoint, number | string | null | undefined>>;
|
|
9
|
+
orientation?: Partial<Record<IThemeOrientation, number | string | null | undefined>>;
|
|
10
|
+
};
|
|
11
|
+
zIndex?: number;
|
|
12
|
+
}
|
|
13
|
+
interface IAppProviderElementStyled {
|
|
14
|
+
component: ReactElement;
|
|
15
|
+
length?: number | string | null;
|
|
16
|
+
zIndex?: number;
|
|
17
|
+
}
|
|
18
|
+
export type IAppProviderOutletStyled = {
|
|
19
|
+
notification?: IAppProviderElementStyled;
|
|
20
|
+
header?: IAppProviderElementStyled;
|
|
21
|
+
nav?: IAppProviderElementStyled;
|
|
22
|
+
footer?: IAppProviderElementStyled;
|
|
23
|
+
leftAside?: IAppProviderElementStyled & {
|
|
24
|
+
isTopHeader?: boolean;
|
|
25
|
+
isTopFooter?: boolean;
|
|
26
|
+
isTopNav?: boolean;
|
|
27
|
+
};
|
|
28
|
+
rightAside?: IAppProviderElementStyled & {
|
|
29
|
+
isTopHeader?: boolean;
|
|
30
|
+
isTopFooter?: boolean;
|
|
31
|
+
isTopNav?: boolean;
|
|
32
|
+
};
|
|
33
|
+
main?: {
|
|
34
|
+
zIndex?: number;
|
|
35
|
+
};
|
|
36
|
+
isScrollOutlet?: boolean;
|
|
37
|
+
};
|
|
38
|
+
export interface IAppProvider extends PropsWithChildren {
|
|
39
|
+
defaultPreview?: IPreviewAdditional;
|
|
40
|
+
defaultBgColor: IThemePalette;
|
|
41
|
+
defaultStatusBarColor: IThemePalette;
|
|
42
|
+
defaultBgImage?: string;
|
|
43
|
+
defaultTitle: string;
|
|
44
|
+
defaultDescription: string;
|
|
45
|
+
isScrollOutlet?: boolean;
|
|
46
|
+
notification?: IAppProviderElement;
|
|
47
|
+
header?: IAppProviderElement;
|
|
48
|
+
nav?: IAppProviderElement;
|
|
49
|
+
footer?: IAppProviderElement;
|
|
50
|
+
leftAside?: IAppProviderElement & {
|
|
51
|
+
isTopHeader?: boolean;
|
|
52
|
+
isTopFooter?: boolean;
|
|
53
|
+
isTopNav?: boolean;
|
|
54
|
+
};
|
|
55
|
+
rightAside?: IAppProviderElement & {
|
|
56
|
+
isTopHeader?: boolean;
|
|
57
|
+
isTopFooter?: boolean;
|
|
58
|
+
isTopNav?: boolean;
|
|
59
|
+
};
|
|
60
|
+
main?: {
|
|
61
|
+
zIndex?: number;
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
export interface IAppContext {
|
|
65
|
+
changePreview: (newIPreview: IPreviewAdditional) => void;
|
|
66
|
+
changeStatusBarColor: (color: IThemePalette) => void;
|
|
67
|
+
changeBgColor: (color: IThemePalette) => void;
|
|
68
|
+
changeBgImage: (image: string) => void;
|
|
69
|
+
changeTitle: (title: string) => void;
|
|
70
|
+
changeDescription: (description: string) => void;
|
|
71
|
+
setDefaultStatusBarColor: () => void;
|
|
72
|
+
setDefaultBgColor: () => void;
|
|
73
|
+
setDefaultBgImage: () => void;
|
|
74
|
+
setDefaultTitle: () => void;
|
|
75
|
+
setDefaultDescription: () => void;
|
|
76
|
+
historyStatusBarColor: (step: number) => void;
|
|
77
|
+
historyBgColor: (step: number) => void;
|
|
78
|
+
setHistoryTitle: (step: number) => void;
|
|
79
|
+
historyBgImage: (step: number) => void;
|
|
80
|
+
historyDescription: (step: number) => void;
|
|
81
|
+
}
|
|
82
|
+
export type IUseAppDependencies = (keyof IAppContext)[];
|
|
83
|
+
export interface IAppProviderWrapper {
|
|
84
|
+
$bgColor: IAppProvider['defaultBgColor'];
|
|
85
|
+
$bgImage: IAppProvider['defaultBgImage'] | null;
|
|
86
|
+
}
|
|
87
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { IBrowserThemeContext, IBrowserThemeProvider } from './context.types';
|
|
3
|
+
export declare const BrowserThemeContext: import('use-context-selector').Context<IBrowserThemeContext | null>;
|
|
4
|
+
export declare const ProviderBrowserTheme: FC<IBrowserThemeProvider>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
|
2
|
+
export type IBrowserThemeProvider = PropsWithChildren & {
|
|
3
|
+
defaultMode?: IBrowserThemeMode;
|
|
4
|
+
};
|
|
5
|
+
export type IBrowserTheme = 'light' | 'dark';
|
|
6
|
+
export type IBrowserThemeMode = IBrowserTheme | 'auto';
|
|
7
|
+
export interface IBrowserThemeContext {
|
|
8
|
+
theme: IBrowserTheme;
|
|
9
|
+
mode: IBrowserThemeMode;
|
|
10
|
+
setMode: (mode: IBrowserThemeMode) => void;
|
|
11
|
+
}
|
|
12
|
+
export type IUseBrowserThemeDependencies = (keyof IBrowserThemeContext)[];
|