@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dist-BV0C3tLK.js","names":["runWithPriority","NormalPriority","createContext","createContextOrig","useContextOrig"],"sources":["../node_modules/scheduler/cjs/scheduler.production.js","../node_modules/scheduler/cjs/scheduler.development.js","../node_modules/scheduler/index.js","../node_modules/use-context-selector/dist/index.js"],"sourcesContent":["/**\n * @license React\n * scheduler.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nfunction push(heap, node) {\n var index = heap.length;\n heap.push(node);\n a: for (; 0 < index; ) {\n var parentIndex = (index - 1) >>> 1,\n parent = heap[parentIndex];\n if (0 < compare(parent, node))\n (heap[parentIndex] = node), (heap[index] = parent), (index = parentIndex);\n else break a;\n }\n}\nfunction peek(heap) {\n return 0 === heap.length ? null : heap[0];\n}\nfunction pop(heap) {\n if (0 === heap.length) return null;\n var first = heap[0],\n last = heap.pop();\n if (last !== first) {\n heap[0] = last;\n a: for (\n var index = 0, length = heap.length, halfLength = length >>> 1;\n index < halfLength;\n\n ) {\n var leftIndex = 2 * (index + 1) - 1,\n left = heap[leftIndex],\n rightIndex = leftIndex + 1,\n right = heap[rightIndex];\n if (0 > compare(left, last))\n rightIndex < length && 0 > compare(right, left)\n ? ((heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex))\n : ((heap[index] = left),\n (heap[leftIndex] = last),\n (index = leftIndex));\n else if (rightIndex < length && 0 > compare(right, last))\n (heap[index] = right), (heap[rightIndex] = last), (index = rightIndex);\n else break a;\n }\n }\n return first;\n}\nfunction compare(a, b) {\n var diff = a.sortIndex - b.sortIndex;\n return 0 !== diff ? diff : a.id - b.id;\n}\nexports.unstable_now = void 0;\nif (\"object\" === typeof performance && \"function\" === typeof performance.now) {\n var localPerformance = performance;\n exports.unstable_now = function () {\n return localPerformance.now();\n };\n} else {\n var localDate = Date,\n initialTime = localDate.now();\n exports.unstable_now = function () {\n return localDate.now() - initialTime;\n };\n}\nvar taskQueue = [],\n timerQueue = [],\n taskIdCounter = 1,\n currentTask = null,\n currentPriorityLevel = 3,\n isPerformingWork = !1,\n isHostCallbackScheduled = !1,\n isHostTimeoutScheduled = !1,\n needsPaint = !1,\n localSetTimeout = \"function\" === typeof setTimeout ? setTimeout : null,\n localClearTimeout = \"function\" === typeof clearTimeout ? clearTimeout : null,\n localSetImmediate = \"undefined\" !== typeof setImmediate ? setImmediate : null;\nfunction advanceTimers(currentTime) {\n for (var timer = peek(timerQueue); null !== timer; ) {\n if (null === timer.callback) pop(timerQueue);\n else if (timer.startTime <= currentTime)\n pop(timerQueue),\n (timer.sortIndex = timer.expirationTime),\n push(taskQueue, timer);\n else break;\n timer = peek(timerQueue);\n }\n}\nfunction handleTimeout(currentTime) {\n isHostTimeoutScheduled = !1;\n advanceTimers(currentTime);\n if (!isHostCallbackScheduled)\n if (null !== peek(taskQueue))\n (isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline());\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);\n }\n}\nvar isMessageLoopRunning = !1,\n taskTimeoutID = -1,\n frameInterval = 5,\n startTime = -1;\nfunction shouldYieldToHost() {\n return needsPaint\n ? !0\n : exports.unstable_now() - startTime < frameInterval\n ? !1\n : !0;\n}\nfunction performWorkUntilDeadline() {\n needsPaint = !1;\n if (isMessageLoopRunning) {\n var currentTime = exports.unstable_now();\n startTime = currentTime;\n var hasMoreWork = !0;\n try {\n a: {\n isHostCallbackScheduled = !1;\n isHostTimeoutScheduled &&\n ((isHostTimeoutScheduled = !1),\n localClearTimeout(taskTimeoutID),\n (taskTimeoutID = -1));\n isPerformingWork = !0;\n var previousPriorityLevel = currentPriorityLevel;\n try {\n b: {\n advanceTimers(currentTime);\n for (\n currentTask = peek(taskQueue);\n null !== currentTask &&\n !(\n currentTask.expirationTime > currentTime && shouldYieldToHost()\n );\n\n ) {\n var callback = currentTask.callback;\n if (\"function\" === typeof callback) {\n currentTask.callback = null;\n currentPriorityLevel = currentTask.priorityLevel;\n var continuationCallback = callback(\n currentTask.expirationTime <= currentTime\n );\n currentTime = exports.unstable_now();\n if (\"function\" === typeof continuationCallback) {\n currentTask.callback = continuationCallback;\n advanceTimers(currentTime);\n hasMoreWork = !0;\n break b;\n }\n currentTask === peek(taskQueue) && pop(taskQueue);\n advanceTimers(currentTime);\n } else pop(taskQueue);\n currentTask = peek(taskQueue);\n }\n if (null !== currentTask) hasMoreWork = !0;\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n hasMoreWork = !1;\n }\n }\n break a;\n } finally {\n (currentTask = null),\n (currentPriorityLevel = previousPriorityLevel),\n (isPerformingWork = !1);\n }\n hasMoreWork = void 0;\n }\n } finally {\n hasMoreWork\n ? schedulePerformWorkUntilDeadline()\n : (isMessageLoopRunning = !1);\n }\n }\n}\nvar schedulePerformWorkUntilDeadline;\nif (\"function\" === typeof localSetImmediate)\n schedulePerformWorkUntilDeadline = function () {\n localSetImmediate(performWorkUntilDeadline);\n };\nelse if (\"undefined\" !== typeof MessageChannel) {\n var channel = new MessageChannel(),\n port = channel.port2;\n channel.port1.onmessage = performWorkUntilDeadline;\n schedulePerformWorkUntilDeadline = function () {\n port.postMessage(null);\n };\n} else\n schedulePerformWorkUntilDeadline = function () {\n localSetTimeout(performWorkUntilDeadline, 0);\n };\nfunction requestHostTimeout(callback, ms) {\n taskTimeoutID = localSetTimeout(function () {\n callback(exports.unstable_now());\n }, ms);\n}\nexports.unstable_IdlePriority = 5;\nexports.unstable_ImmediatePriority = 1;\nexports.unstable_LowPriority = 4;\nexports.unstable_NormalPriority = 3;\nexports.unstable_Profiling = null;\nexports.unstable_UserBlockingPriority = 2;\nexports.unstable_cancelCallback = function (task) {\n task.callback = null;\n};\nexports.unstable_forceFrameRate = function (fps) {\n 0 > fps || 125 < fps\n ? console.error(\n \"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported\"\n )\n : (frameInterval = 0 < fps ? Math.floor(1e3 / fps) : 5);\n};\nexports.unstable_getCurrentPriorityLevel = function () {\n return currentPriorityLevel;\n};\nexports.unstable_next = function (eventHandler) {\n switch (currentPriorityLevel) {\n case 1:\n case 2:\n case 3:\n var priorityLevel = 3;\n break;\n default:\n priorityLevel = currentPriorityLevel;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n};\nexports.unstable_requestPaint = function () {\n needsPaint = !0;\n};\nexports.unstable_runWithPriority = function (priorityLevel, eventHandler) {\n switch (priorityLevel) {\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n break;\n default:\n priorityLevel = 3;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n};\nexports.unstable_scheduleCallback = function (\n priorityLevel,\n callback,\n options\n) {\n var currentTime = exports.unstable_now();\n \"object\" === typeof options && null !== options\n ? ((options = options.delay),\n (options =\n \"number\" === typeof options && 0 < options\n ? currentTime + options\n : currentTime))\n : (options = currentTime);\n switch (priorityLevel) {\n case 1:\n var timeout = -1;\n break;\n case 2:\n timeout = 250;\n break;\n case 5:\n timeout = 1073741823;\n break;\n case 4:\n timeout = 1e4;\n break;\n default:\n timeout = 5e3;\n }\n timeout = options + timeout;\n priorityLevel = {\n id: taskIdCounter++,\n callback: callback,\n priorityLevel: priorityLevel,\n startTime: options,\n expirationTime: timeout,\n sortIndex: -1\n };\n options > currentTime\n ? ((priorityLevel.sortIndex = options),\n push(timerQueue, priorityLevel),\n null === peek(taskQueue) &&\n priorityLevel === peek(timerQueue) &&\n (isHostTimeoutScheduled\n ? (localClearTimeout(taskTimeoutID), (taskTimeoutID = -1))\n : (isHostTimeoutScheduled = !0),\n requestHostTimeout(handleTimeout, options - currentTime)))\n : ((priorityLevel.sortIndex = timeout),\n push(taskQueue, priorityLevel),\n isHostCallbackScheduled ||\n isPerformingWork ||\n ((isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline())));\n return priorityLevel;\n};\nexports.unstable_shouldYield = shouldYieldToHost;\nexports.unstable_wrapCallback = function (callback) {\n var parentPriorityLevel = currentPriorityLevel;\n return function () {\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = parentPriorityLevel;\n try {\n return callback.apply(this, arguments);\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n};\n","/**\n * @license React\n * scheduler.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function performWorkUntilDeadline() {\n needsPaint = !1;\n if (isMessageLoopRunning) {\n var currentTime = exports.unstable_now();\n startTime = currentTime;\n var hasMoreWork = !0;\n try {\n a: {\n isHostCallbackScheduled = !1;\n isHostTimeoutScheduled &&\n ((isHostTimeoutScheduled = !1),\n localClearTimeout(taskTimeoutID),\n (taskTimeoutID = -1));\n isPerformingWork = !0;\n var previousPriorityLevel = currentPriorityLevel;\n try {\n b: {\n advanceTimers(currentTime);\n for (\n currentTask = peek(taskQueue);\n null !== currentTask &&\n !(\n currentTask.expirationTime > currentTime &&\n shouldYieldToHost()\n );\n\n ) {\n var callback = currentTask.callback;\n if (\"function\" === typeof callback) {\n currentTask.callback = null;\n currentPriorityLevel = currentTask.priorityLevel;\n var continuationCallback = callback(\n currentTask.expirationTime <= currentTime\n );\n currentTime = exports.unstable_now();\n if (\"function\" === typeof continuationCallback) {\n currentTask.callback = continuationCallback;\n advanceTimers(currentTime);\n hasMoreWork = !0;\n break b;\n }\n currentTask === peek(taskQueue) && pop(taskQueue);\n advanceTimers(currentTime);\n } else pop(taskQueue);\n currentTask = peek(taskQueue);\n }\n if (null !== currentTask) hasMoreWork = !0;\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n hasMoreWork = !1;\n }\n }\n break a;\n } finally {\n (currentTask = null),\n (currentPriorityLevel = previousPriorityLevel),\n (isPerformingWork = !1);\n }\n hasMoreWork = void 0;\n }\n } finally {\n hasMoreWork\n ? schedulePerformWorkUntilDeadline()\n : (isMessageLoopRunning = !1);\n }\n }\n }\n function push(heap, node) {\n var index = heap.length;\n heap.push(node);\n a: for (; 0 < index; ) {\n var parentIndex = (index - 1) >>> 1,\n parent = heap[parentIndex];\n if (0 < compare(parent, node))\n (heap[parentIndex] = node),\n (heap[index] = parent),\n (index = parentIndex);\n else break a;\n }\n }\n function peek(heap) {\n return 0 === heap.length ? null : heap[0];\n }\n function pop(heap) {\n if (0 === heap.length) return null;\n var first = heap[0],\n last = heap.pop();\n if (last !== first) {\n heap[0] = last;\n a: for (\n var index = 0, length = heap.length, halfLength = length >>> 1;\n index < halfLength;\n\n ) {\n var leftIndex = 2 * (index + 1) - 1,\n left = heap[leftIndex],\n rightIndex = leftIndex + 1,\n right = heap[rightIndex];\n if (0 > compare(left, last))\n rightIndex < length && 0 > compare(right, left)\n ? ((heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex))\n : ((heap[index] = left),\n (heap[leftIndex] = last),\n (index = leftIndex));\n else if (rightIndex < length && 0 > compare(right, last))\n (heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex);\n else break a;\n }\n }\n return first;\n }\n function compare(a, b) {\n var diff = a.sortIndex - b.sortIndex;\n return 0 !== diff ? diff : a.id - b.id;\n }\n function advanceTimers(currentTime) {\n for (var timer = peek(timerQueue); null !== timer; ) {\n if (null === timer.callback) pop(timerQueue);\n else if (timer.startTime <= currentTime)\n pop(timerQueue),\n (timer.sortIndex = timer.expirationTime),\n push(taskQueue, timer);\n else break;\n timer = peek(timerQueue);\n }\n }\n function handleTimeout(currentTime) {\n isHostTimeoutScheduled = !1;\n advanceTimers(currentTime);\n if (!isHostCallbackScheduled)\n if (null !== peek(taskQueue))\n (isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline());\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n }\n }\n function shouldYieldToHost() {\n return needsPaint\n ? !0\n : exports.unstable_now() - startTime < frameInterval\n ? !1\n : !0;\n }\n function requestHostTimeout(callback, ms) {\n taskTimeoutID = localSetTimeout(function () {\n callback(exports.unstable_now());\n }, ms);\n }\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());\n exports.unstable_now = void 0;\n if (\n \"object\" === typeof performance &&\n \"function\" === typeof performance.now\n ) {\n var localPerformance = performance;\n exports.unstable_now = function () {\n return localPerformance.now();\n };\n } else {\n var localDate = Date,\n initialTime = localDate.now();\n exports.unstable_now = function () {\n return localDate.now() - initialTime;\n };\n }\n var taskQueue = [],\n timerQueue = [],\n taskIdCounter = 1,\n currentTask = null,\n currentPriorityLevel = 3,\n isPerformingWork = !1,\n isHostCallbackScheduled = !1,\n isHostTimeoutScheduled = !1,\n needsPaint = !1,\n localSetTimeout = \"function\" === typeof setTimeout ? setTimeout : null,\n localClearTimeout =\n \"function\" === typeof clearTimeout ? clearTimeout : null,\n localSetImmediate =\n \"undefined\" !== typeof setImmediate ? setImmediate : null,\n isMessageLoopRunning = !1,\n taskTimeoutID = -1,\n frameInterval = 5,\n startTime = -1;\n if (\"function\" === typeof localSetImmediate)\n var schedulePerformWorkUntilDeadline = function () {\n localSetImmediate(performWorkUntilDeadline);\n };\n else if (\"undefined\" !== typeof MessageChannel) {\n var channel = new MessageChannel(),\n port = channel.port2;\n channel.port1.onmessage = performWorkUntilDeadline;\n schedulePerformWorkUntilDeadline = function () {\n port.postMessage(null);\n };\n } else\n schedulePerformWorkUntilDeadline = function () {\n localSetTimeout(performWorkUntilDeadline, 0);\n };\n exports.unstable_IdlePriority = 5;\n exports.unstable_ImmediatePriority = 1;\n exports.unstable_LowPriority = 4;\n exports.unstable_NormalPriority = 3;\n exports.unstable_Profiling = null;\n exports.unstable_UserBlockingPriority = 2;\n exports.unstable_cancelCallback = function (task) {\n task.callback = null;\n };\n exports.unstable_forceFrameRate = function (fps) {\n 0 > fps || 125 < fps\n ? console.error(\n \"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported\"\n )\n : (frameInterval = 0 < fps ? Math.floor(1e3 / fps) : 5);\n };\n exports.unstable_getCurrentPriorityLevel = function () {\n return currentPriorityLevel;\n };\n exports.unstable_next = function (eventHandler) {\n switch (currentPriorityLevel) {\n case 1:\n case 2:\n case 3:\n var priorityLevel = 3;\n break;\n default:\n priorityLevel = currentPriorityLevel;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n exports.unstable_requestPaint = function () {\n needsPaint = !0;\n };\n exports.unstable_runWithPriority = function (priorityLevel, eventHandler) {\n switch (priorityLevel) {\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n break;\n default:\n priorityLevel = 3;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n exports.unstable_scheduleCallback = function (\n priorityLevel,\n callback,\n options\n ) {\n var currentTime = exports.unstable_now();\n \"object\" === typeof options && null !== options\n ? ((options = options.delay),\n (options =\n \"number\" === typeof options && 0 < options\n ? currentTime + options\n : currentTime))\n : (options = currentTime);\n switch (priorityLevel) {\n case 1:\n var timeout = -1;\n break;\n case 2:\n timeout = 250;\n break;\n case 5:\n timeout = 1073741823;\n break;\n case 4:\n timeout = 1e4;\n break;\n default:\n timeout = 5e3;\n }\n timeout = options + timeout;\n priorityLevel = {\n id: taskIdCounter++,\n callback: callback,\n priorityLevel: priorityLevel,\n startTime: options,\n expirationTime: timeout,\n sortIndex: -1\n };\n options > currentTime\n ? ((priorityLevel.sortIndex = options),\n push(timerQueue, priorityLevel),\n null === peek(taskQueue) &&\n priorityLevel === peek(timerQueue) &&\n (isHostTimeoutScheduled\n ? (localClearTimeout(taskTimeoutID), (taskTimeoutID = -1))\n : (isHostTimeoutScheduled = !0),\n requestHostTimeout(handleTimeout, options - currentTime)))\n : ((priorityLevel.sortIndex = timeout),\n push(taskQueue, priorityLevel),\n isHostCallbackScheduled ||\n isPerformingWork ||\n ((isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0),\n schedulePerformWorkUntilDeadline())));\n return priorityLevel;\n };\n exports.unstable_shouldYield = shouldYieldToHost;\n exports.unstable_wrapCallback = function (callback) {\n var parentPriorityLevel = currentPriorityLevel;\n return function () {\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = parentPriorityLevel;\n try {\n return callback.apply(this, arguments);\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n };\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","import { createElement, createContext as createContextOrig, useContext as useContextOrig, useEffect, useLayoutEffect, useReducer, useRef, useState, } from 'react';\nimport { unstable_NormalPriority as NormalPriority, unstable_runWithPriority as runWithPriority, } from 'scheduler';\nconst CONTEXT_VALUE = Symbol();\nconst ORIGINAL_PROVIDER = Symbol();\nconst isSSR = typeof window === 'undefined' ||\n /ServerSideRendering/.test(window.navigator && window.navigator.userAgent);\nconst useIsomorphicLayoutEffect = isSSR ? useEffect : useLayoutEffect;\n// for preact that doesn't have runWithPriority\nconst runWithNormalPriority = runWithPriority\n ? (fn) => {\n try {\n runWithPriority(NormalPriority, fn);\n }\n catch (e) {\n if (e.message === 'Not implemented.') {\n fn();\n }\n else {\n throw e;\n }\n }\n }\n : (fn) => fn();\nconst createProvider = (ProviderOrig) => {\n const ContextProvider = ({ value, children, }) => {\n const valueRef = useRef(value);\n const versionRef = useRef(0);\n const [resolve, setResolve] = useState(null);\n if (resolve) {\n resolve(value);\n setResolve(null);\n }\n const contextValue = useRef();\n if (!contextValue.current) {\n const listeners = new Set();\n const update = (fn, options) => {\n versionRef.current += 1;\n const action = {\n n: versionRef.current,\n };\n if (options === null || options === void 0 ? void 0 : options.suspense) {\n action.n *= -1; // this is intentional to make it temporary version\n action.p = new Promise((r) => {\n setResolve(() => (v) => {\n action.v = v;\n delete action.p;\n r(v);\n });\n });\n }\n listeners.forEach((listener) => listener(action));\n fn();\n };\n contextValue.current = {\n [CONTEXT_VALUE]: {\n /* \"v\"alue */ v: valueRef,\n /* versio\"n\" */ n: versionRef,\n /* \"l\"isteners */ l: listeners,\n /* \"u\"pdate */ u: update,\n },\n };\n }\n useIsomorphicLayoutEffect(() => {\n valueRef.current = value;\n versionRef.current += 1;\n runWithNormalPriority(() => {\n contextValue.current[CONTEXT_VALUE].l.forEach((listener) => {\n listener({ n: versionRef.current, v: value });\n });\n });\n }, [value]);\n return createElement(ProviderOrig, { value: contextValue.current }, children);\n };\n return ContextProvider;\n};\nconst identity = (x) => x;\n/**\n * This creates a special context for `useContextSelector`.\n *\n * @example\n * import { createContext } from 'use-context-selector';\n *\n * const PersonContext = createContext({ firstName: '', familyName: '' });\n */\nexport function createContext(defaultValue) {\n const context = createContextOrig({\n [CONTEXT_VALUE]: {\n /* \"v\"alue */ v: { current: defaultValue },\n /* versio\"n\" */ n: { current: -1 },\n /* \"l\"isteners */ l: new Set(),\n /* \"u\"pdate */ u: (f) => f(),\n },\n });\n context[ORIGINAL_PROVIDER] = context.Provider;\n context.Provider = createProvider(context.Provider);\n delete context.Consumer; // no support for Consumer\n return context;\n}\n/**\n * This hook returns context selected value by selector.\n *\n * It will only accept context created by `createContext`.\n * It will trigger re-render if only the selected value is referentially changed.\n *\n * The selector should return referentially equal result for same input for better performance.\n *\n * @example\n * import { useContextSelector } from 'use-context-selector';\n *\n * const firstName = useContextSelector(PersonContext, (state) => state.firstName);\n */\nexport function useContextSelector(context, selector) {\n const contextValue = useContextOrig(context)[CONTEXT_VALUE];\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!contextValue) {\n throw new Error('useContextSelector requires special context');\n }\n }\n const { \n /* \"v\"alue */ v: { current: value }, \n /* versio\"n\" */ n: { current: version }, \n /* \"l\"isteners */ l: listeners, } = contextValue;\n const selected = selector(value);\n const [state, dispatch] = useReducer((prev, action) => {\n if (!action) {\n // case for `dispatch()` below\n return [value, selected];\n }\n if ('p' in action) {\n throw action.p;\n }\n if (action.n === version) {\n if (Object.is(prev[1], selected)) {\n return prev; // bail out\n }\n return [value, selected];\n }\n try {\n if ('v' in action) {\n if (Object.is(prev[0], action.v)) {\n return prev; // do not update\n }\n const nextSelected = selector(action.v);\n if (Object.is(prev[1], nextSelected)) {\n return prev; // do not update\n }\n return [action.v, nextSelected];\n }\n }\n catch (_e) {\n // ignored (stale props or some other reason)\n }\n return [...prev]; // schedule update\n }, [value, selected]);\n if (!Object.is(state[1], selected)) {\n // schedule re-render\n // this is safe because it's self contained\n dispatch();\n }\n useIsomorphicLayoutEffect(() => {\n listeners.add(dispatch);\n return () => {\n listeners.delete(dispatch);\n };\n }, [listeners]);\n return state[1];\n}\n/**\n * This hook returns the entire context value.\n * Use this instead of React.useContext for consistent behavior.\n *\n * @example\n * import { useContext } from 'use-context-selector';\n *\n * const person = useContext(PersonContext);\n */\nexport function useContext(context) {\n return useContextSelector(context, identity);\n}\n/**\n * This hook returns an update function to wrap an updating function\n *\n * Use this for a function that will change a value in\n * concurrent rendering in React 18.\n * Otherwise, there's no need to use this hook.\n *\n * @example\n * import { useContextUpdate } from 'use-context-selector';\n *\n * const update = useContextUpdate();\n *\n * // Wrap set state function\n * update(() => setState(...));\n *\n * // Experimental suspense mode\n * update(() => setState(...), { suspense: true });\n */\nexport function useContextUpdate(context) {\n const contextValue = useContextOrig(context)[CONTEXT_VALUE];\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!contextValue) {\n throw new Error('useContextUpdate requires special context');\n }\n }\n const { u: update } = contextValue;\n return update;\n}\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * This is a Provider component for bridging multiple react roots\n *\n * @example\n * const valueToBridge = useBridgeValue(PersonContext);\n * return (\n * <Renderer>\n * <BridgeProvider context={PersonContext} value={valueToBridge}>\n * {children}\n * </BridgeProvider>\n * </Renderer>\n * );\n */\nexport const BridgeProvider = ({ context, value, children, }) => {\n const { [ORIGINAL_PROVIDER]: ProviderOrig } = context;\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!ProviderOrig) {\n throw new Error('BridgeProvider requires special context');\n }\n }\n return createElement(ProviderOrig, { value }, children);\n};\n/**\n * This hook return a value for BridgeProvider\n */\nexport const useBridgeValue = (context) => {\n const bridgeValue = useContextOrig(context);\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!bridgeValue[CONTEXT_VALUE]) {\n throw new Error('useBridgeValue requires special context');\n }\n }\n return bridgeValue;\n};\n"],"x_google_ignoreList":[0,1,2,3],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const J=require("./chunk-Dd8m0Ver.cjs");let E=require("react");var X=J.__commonJSMin((r=>{function i(e,t){var n=e.length;e.push(t);e:for(;0<n;){var u=n-1>>>1,l=e[u];if(0<P(l,t))e[u]=t,e[n]=l,n=u;else break e}}function a(e){return e.length===0?null:e[0]}function c(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var u=0,l=e.length,D=l>>>1;u<D;){var A=2*(u+1)-1,M=e[A],k=A+1,H=e[k];if(0>P(M,n))k<l&&0>P(H,M)?(e[u]=H,e[k]=n,u=k):(e[u]=M,e[A]=n,u=A);else if(k<l&&0>P(H,n))e[u]=H,e[k]=n,u=k;else break e}}return t}function P(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}if(r.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var y=performance;r.unstable_now=function(){return y.now()}}else{var m=Date,T=m.now();r.unstable_now=function(){return m.now()-T}}var f=[],o=[],O=1,_=null,s=3,b=!1,v=!1,C=!1,w=!1,d=typeof setTimeout=="function"?setTimeout:null,B=typeof clearTimeout=="function"?clearTimeout:null,I=typeof setImmediate<"u"?setImmediate:null;function S(e){for(var t=a(o);t!==null;){if(t.callback===null)c(o);else if(t.startTime<=e)c(o),t.sortIndex=t.expirationTime,i(f,t);else break;t=a(o)}}function q(e){if(C=!1,S(e),!v)if(a(f)!==null)v=!0,g||(g=!0,L());else{var t=a(o);t!==null&&K(q,t.startTime-e)}}var g=!1,N=-1,U=5,R=-1;function V(){return w?!0:!(r.unstable_now()-R<U)}function G(){if(w=!1,g){var e=r.unstable_now();R=e;var t=!0;try{e:{v=!1,C&&(C=!1,B(N),N=-1),b=!0;var n=s;try{n:{for(S(e),_=a(f);_!==null&&!(_.expirationTime>e&&V());){var u=_.callback;if(typeof u=="function"){_.callback=null,s=_.priorityLevel;var l=u(_.expirationTime<=e);if(e=r.unstable_now(),typeof l=="function"){_.callback=l,S(e),t=!0;break n}_===a(f)&&c(f),S(e)}else c(f);_=a(f)}if(_!==null)t=!0;else{var D=a(o);D!==null&&K(q,D.startTime-e),t=!1}}break e}finally{_=null,s=n,b=!1}t=void 0}}finally{t?L():g=!1}}}var L;if(typeof I=="function")L=function(){I(G)};else if(typeof MessageChannel<"u"){var j=new MessageChannel,F=j.port2;j.port1.onmessage=G,L=function(){F.postMessage(null)}}else L=function(){d(G,0)};function K(e,t){N=d(function(){e(r.unstable_now())},t)}r.unstable_IdlePriority=5,r.unstable_ImmediatePriority=1,r.unstable_LowPriority=4,r.unstable_NormalPriority=3,r.unstable_Profiling=null,r.unstable_UserBlockingPriority=2,r.unstable_cancelCallback=function(e){e.callback=null},r.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):U=0<e?Math.floor(1e3/e):5},r.unstable_getCurrentPriorityLevel=function(){return s},r.unstable_next=function(e){switch(s){case 1:case 2:case 3:var t=3;break;default:t=s}var n=s;s=t;try{return e()}finally{s=n}},r.unstable_requestPaint=function(){w=!0},r.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=s;s=e;try{return t()}finally{s=n}},r.unstable_scheduleCallback=function(e,t,n){var u=r.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?u+n:u):n=u,e){case 1:var l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}return l=n+l,e={id:O++,callback:t,priorityLevel:e,startTime:n,expirationTime:l,sortIndex:-1},n>u?(e.sortIndex=n,i(o,e),a(f)===null&&e===a(o)&&(C?(B(N),N=-1):C=!0,K(q,n-u))):(e.sortIndex=l,i(f,e),v||b||(v=!0,g||(g=!0,L()))),e},r.unstable_shouldYield=V,r.unstable_wrapCallback=function(e){var t=s;return function(){var n=s;s=t;try{return e.apply(this,arguments)}finally{s=n}}}})),z=J.__commonJSMin((r=>{process.env.NODE_ENV!=="production"&&(function(){function i(){if(q=!1,R){var e=r.unstable_now();L=e;var t=!0;try{e:{I=!1,S&&(S=!1,N(V),V=-1),B=!0;var n=d;try{n:{for(m(e),w=c(b);w!==null&&!(w.expirationTime>e&&f());){var u=w.callback;if(typeof u=="function"){w.callback=null,d=w.priorityLevel;var l=u(w.expirationTime<=e);if(e=r.unstable_now(),typeof l=="function"){w.callback=l,m(e),t=!0;break n}w===c(b)&&P(b),m(e)}else P(b);w=c(b)}if(w!==null)t=!0;else{var D=c(v);D!==null&&o(T,D.startTime-e),t=!1}}break e}finally{w=null,d=n,B=!1}t=void 0}}finally{t?j():R=!1}}}function a(e,t){var n=e.length;e.push(t);e:for(;0<n;){var u=n-1>>>1,l=e[u];if(0<y(l,t))e[u]=t,e[n]=l,n=u;else break e}}function c(e){return e.length===0?null:e[0]}function P(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var u=0,l=e.length,D=l>>>1;u<D;){var A=2*(u+1)-1,M=e[A],k=A+1,H=e[k];if(0>y(M,n))k<l&&0>y(H,M)?(e[u]=H,e[k]=n,u=k):(e[u]=M,e[A]=n,u=A);else if(k<l&&0>y(H,n))e[u]=H,e[k]=n,u=k;else break e}}return t}function y(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}function m(e){for(var t=c(v);t!==null;){if(t.callback===null)P(v);else if(t.startTime<=e)P(v),t.sortIndex=t.expirationTime,a(b,t);else break;t=c(v)}}function T(e){if(S=!1,m(e),!I)if(c(b)!==null)I=!0,R||(R=!0,j());else{var t=c(v);t!==null&&o(T,t.startTime-e)}}function f(){return q?!0:!(r.unstable_now()-L<G)}function o(e,t){V=g(function(){e(r.unstable_now())},t)}if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error()),r.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var O=performance;r.unstable_now=function(){return O.now()}}else{var _=Date,s=_.now();r.unstable_now=function(){return _.now()-s}}var b=[],v=[],C=1,w=null,d=3,B=!1,I=!1,S=!1,q=!1,g=typeof setTimeout=="function"?setTimeout:null,N=typeof clearTimeout=="function"?clearTimeout:null,U=typeof setImmediate<"u"?setImmediate:null,R=!1,V=-1,G=5,L=-1;if(typeof U=="function")var j=function(){U(i)};else if(typeof MessageChannel<"u"){var F=new MessageChannel,K=F.port2;F.port1.onmessage=i,j=function(){K.postMessage(null)}}else j=function(){g(i,0)};r.unstable_IdlePriority=5,r.unstable_ImmediatePriority=1,r.unstable_LowPriority=4,r.unstable_NormalPriority=3,r.unstable_Profiling=null,r.unstable_UserBlockingPriority=2,r.unstable_cancelCallback=function(e){e.callback=null},r.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):G=0<e?Math.floor(1e3/e):5},r.unstable_getCurrentPriorityLevel=function(){return d},r.unstable_next=function(e){switch(d){case 1:case 2:case 3:var t=3;break;default:t=d}var n=d;d=t;try{return e()}finally{d=n}},r.unstable_requestPaint=function(){q=!0},r.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=d;d=e;try{return t()}finally{d=n}},r.unstable_scheduleCallback=function(e,t,n){var u=r.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?u+n:u):n=u,e){case 1:var l=-1;break;case 2:l=250;break;case 5:l=1073741823;break;case 4:l=1e4;break;default:l=5e3}return l=n+l,e={id:C++,callback:t,priorityLevel:e,startTime:n,expirationTime:l,sortIndex:-1},n>u?(e.sortIndex=n,a(v,e),c(b)===null&&e===c(v)&&(S?(N(V),V=-1):S=!0,o(T,n-u))):(e.sortIndex=l,a(b,e),I||B||(I=!0,R||(R=!0,j()))),e},r.unstable_shouldYield=f,r.unstable_wrapCallback=function(e){var t=d;return function(){var n=d;d=t;try{return e.apply(this,arguments)}finally{d=n}}},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()})),Z=J.__commonJSMin(((r,i)=>{process.env.NODE_ENV==="production"?i.exports=X():i.exports=z()})),Y=Z(),Q=Symbol(),$=Symbol(),W=typeof window>"u"||/ServerSideRendering/.test(window.navigator&&window.navigator.userAgent)?E.useEffect:E.useLayoutEffect,h=Y.unstable_runWithPriority?r=>{try{(0,Y.unstable_runWithPriority)(Y.unstable_NormalPriority,r)}catch(i){if(i.message==="Not implemented.")r();else throw i}}:r=>r(),p=r=>({value:a,children:c})=>{const P=(0,E.useRef)(a),y=(0,E.useRef)(0),[m,T]=(0,E.useState)(null);m&&(m(a),T(null));const f=(0,E.useRef)();if(!f.current){const o=new Set,O=(_,s)=>{y.current+=1;const b={n:y.current};s?.suspense&&(b.n*=-1,b.p=new Promise(v=>{T(()=>C=>{b.v=C,delete b.p,v(C)})})),o.forEach(v=>v(b)),_()};f.current={[Q]:{v:P,n:y,l:o,u:O}}}return W(()=>{P.current=a,y.current+=1,h(()=>{f.current[Q].l.forEach(o=>{o({n:y.current,v:a})})})},[a]),(0,E.createElement)(r,{value:f.current},c)};function x(r){const i=(0,E.createContext)({[Q]:{v:{current:r},n:{current:-1},l:new Set,u:a=>a()}});return i[$]=i.Provider,i.Provider=p(i.Provider),delete i.Consumer,i}function ee(r,i){const a=(0,E.useContext)(r)[Q];if(typeof process=="object"&&process.env.NODE_ENV!=="production"&&!a)throw new Error("useContextSelector requires special context");const{v:{current:c},n:{current:P},l:y}=a,m=i(c),[T,f]=(0,E.useReducer)((o,O)=>{if(!O)return[c,m];if("p"in O)throw O.p;if(O.n===P)return Object.is(o[1],m)?o:[c,m];try{if("v"in O){if(Object.is(o[0],O.v))return o;const _=i(O.v);return Object.is(o[1],_)?o:[O.v,_]}}catch{}return[...o]},[c,m]);return Object.is(T[1],m)||f(),W(()=>(y.add(f),()=>{y.delete(f)}),[y]),T[1]}Object.defineProperty(exports,"createContext",{enumerable:!0,get:function(){return x}});Object.defineProperty(exports,"useContextSelector",{enumerable:!0,get:function(){return ee}});
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=dist-DswBAjW1.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dist-DswBAjW1.cjs","names":["useEffect","useLayoutEffect","runWithPriority","NormalPriority"],"sources":["../node_modules/scheduler/cjs/scheduler.production.js","../node_modules/scheduler/cjs/scheduler.development.js","../node_modules/scheduler/index.js","../node_modules/use-context-selector/dist/index.js"],"sourcesContent":["/**\n * @license React\n * scheduler.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nfunction push(heap, node) {\n var index = heap.length;\n heap.push(node);\n a: for (; 0 < index; ) {\n var parentIndex = (index - 1) >>> 1,\n parent = heap[parentIndex];\n if (0 < compare(parent, node))\n (heap[parentIndex] = node), (heap[index] = parent), (index = parentIndex);\n else break a;\n }\n}\nfunction peek(heap) {\n return 0 === heap.length ? null : heap[0];\n}\nfunction pop(heap) {\n if (0 === heap.length) return null;\n var first = heap[0],\n last = heap.pop();\n if (last !== first) {\n heap[0] = last;\n a: for (\n var index = 0, length = heap.length, halfLength = length >>> 1;\n index < halfLength;\n\n ) {\n var leftIndex = 2 * (index + 1) - 1,\n left = heap[leftIndex],\n rightIndex = leftIndex + 1,\n right = heap[rightIndex];\n if (0 > compare(left, last))\n rightIndex < length && 0 > compare(right, left)\n ? ((heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex))\n : ((heap[index] = left),\n (heap[leftIndex] = last),\n (index = leftIndex));\n else if (rightIndex < length && 0 > compare(right, last))\n (heap[index] = right), (heap[rightIndex] = last), (index = rightIndex);\n else break a;\n }\n }\n return first;\n}\nfunction compare(a, b) {\n var diff = a.sortIndex - b.sortIndex;\n return 0 !== diff ? diff : a.id - b.id;\n}\nexports.unstable_now = void 0;\nif (\"object\" === typeof performance && \"function\" === typeof performance.now) {\n var localPerformance = performance;\n exports.unstable_now = function () {\n return localPerformance.now();\n };\n} else {\n var localDate = Date,\n initialTime = localDate.now();\n exports.unstable_now = function () {\n return localDate.now() - initialTime;\n };\n}\nvar taskQueue = [],\n timerQueue = [],\n taskIdCounter = 1,\n currentTask = null,\n currentPriorityLevel = 3,\n isPerformingWork = !1,\n isHostCallbackScheduled = !1,\n isHostTimeoutScheduled = !1,\n needsPaint = !1,\n localSetTimeout = \"function\" === typeof setTimeout ? setTimeout : null,\n localClearTimeout = \"function\" === typeof clearTimeout ? clearTimeout : null,\n localSetImmediate = \"undefined\" !== typeof setImmediate ? setImmediate : null;\nfunction advanceTimers(currentTime) {\n for (var timer = peek(timerQueue); null !== timer; ) {\n if (null === timer.callback) pop(timerQueue);\n else if (timer.startTime <= currentTime)\n pop(timerQueue),\n (timer.sortIndex = timer.expirationTime),\n push(taskQueue, timer);\n else break;\n timer = peek(timerQueue);\n }\n}\nfunction handleTimeout(currentTime) {\n isHostTimeoutScheduled = !1;\n advanceTimers(currentTime);\n if (!isHostCallbackScheduled)\n if (null !== peek(taskQueue))\n (isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline());\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(handleTimeout, firstTimer.startTime - currentTime);\n }\n}\nvar isMessageLoopRunning = !1,\n taskTimeoutID = -1,\n frameInterval = 5,\n startTime = -1;\nfunction shouldYieldToHost() {\n return needsPaint\n ? !0\n : exports.unstable_now() - startTime < frameInterval\n ? !1\n : !0;\n}\nfunction performWorkUntilDeadline() {\n needsPaint = !1;\n if (isMessageLoopRunning) {\n var currentTime = exports.unstable_now();\n startTime = currentTime;\n var hasMoreWork = !0;\n try {\n a: {\n isHostCallbackScheduled = !1;\n isHostTimeoutScheduled &&\n ((isHostTimeoutScheduled = !1),\n localClearTimeout(taskTimeoutID),\n (taskTimeoutID = -1));\n isPerformingWork = !0;\n var previousPriorityLevel = currentPriorityLevel;\n try {\n b: {\n advanceTimers(currentTime);\n for (\n currentTask = peek(taskQueue);\n null !== currentTask &&\n !(\n currentTask.expirationTime > currentTime && shouldYieldToHost()\n );\n\n ) {\n var callback = currentTask.callback;\n if (\"function\" === typeof callback) {\n currentTask.callback = null;\n currentPriorityLevel = currentTask.priorityLevel;\n var continuationCallback = callback(\n currentTask.expirationTime <= currentTime\n );\n currentTime = exports.unstable_now();\n if (\"function\" === typeof continuationCallback) {\n currentTask.callback = continuationCallback;\n advanceTimers(currentTime);\n hasMoreWork = !0;\n break b;\n }\n currentTask === peek(taskQueue) && pop(taskQueue);\n advanceTimers(currentTime);\n } else pop(taskQueue);\n currentTask = peek(taskQueue);\n }\n if (null !== currentTask) hasMoreWork = !0;\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n hasMoreWork = !1;\n }\n }\n break a;\n } finally {\n (currentTask = null),\n (currentPriorityLevel = previousPriorityLevel),\n (isPerformingWork = !1);\n }\n hasMoreWork = void 0;\n }\n } finally {\n hasMoreWork\n ? schedulePerformWorkUntilDeadline()\n : (isMessageLoopRunning = !1);\n }\n }\n}\nvar schedulePerformWorkUntilDeadline;\nif (\"function\" === typeof localSetImmediate)\n schedulePerformWorkUntilDeadline = function () {\n localSetImmediate(performWorkUntilDeadline);\n };\nelse if (\"undefined\" !== typeof MessageChannel) {\n var channel = new MessageChannel(),\n port = channel.port2;\n channel.port1.onmessage = performWorkUntilDeadline;\n schedulePerformWorkUntilDeadline = function () {\n port.postMessage(null);\n };\n} else\n schedulePerformWorkUntilDeadline = function () {\n localSetTimeout(performWorkUntilDeadline, 0);\n };\nfunction requestHostTimeout(callback, ms) {\n taskTimeoutID = localSetTimeout(function () {\n callback(exports.unstable_now());\n }, ms);\n}\nexports.unstable_IdlePriority = 5;\nexports.unstable_ImmediatePriority = 1;\nexports.unstable_LowPriority = 4;\nexports.unstable_NormalPriority = 3;\nexports.unstable_Profiling = null;\nexports.unstable_UserBlockingPriority = 2;\nexports.unstable_cancelCallback = function (task) {\n task.callback = null;\n};\nexports.unstable_forceFrameRate = function (fps) {\n 0 > fps || 125 < fps\n ? console.error(\n \"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported\"\n )\n : (frameInterval = 0 < fps ? Math.floor(1e3 / fps) : 5);\n};\nexports.unstable_getCurrentPriorityLevel = function () {\n return currentPriorityLevel;\n};\nexports.unstable_next = function (eventHandler) {\n switch (currentPriorityLevel) {\n case 1:\n case 2:\n case 3:\n var priorityLevel = 3;\n break;\n default:\n priorityLevel = currentPriorityLevel;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n};\nexports.unstable_requestPaint = function () {\n needsPaint = !0;\n};\nexports.unstable_runWithPriority = function (priorityLevel, eventHandler) {\n switch (priorityLevel) {\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n break;\n default:\n priorityLevel = 3;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n};\nexports.unstable_scheduleCallback = function (\n priorityLevel,\n callback,\n options\n) {\n var currentTime = exports.unstable_now();\n \"object\" === typeof options && null !== options\n ? ((options = options.delay),\n (options =\n \"number\" === typeof options && 0 < options\n ? currentTime + options\n : currentTime))\n : (options = currentTime);\n switch (priorityLevel) {\n case 1:\n var timeout = -1;\n break;\n case 2:\n timeout = 250;\n break;\n case 5:\n timeout = 1073741823;\n break;\n case 4:\n timeout = 1e4;\n break;\n default:\n timeout = 5e3;\n }\n timeout = options + timeout;\n priorityLevel = {\n id: taskIdCounter++,\n callback: callback,\n priorityLevel: priorityLevel,\n startTime: options,\n expirationTime: timeout,\n sortIndex: -1\n };\n options > currentTime\n ? ((priorityLevel.sortIndex = options),\n push(timerQueue, priorityLevel),\n null === peek(taskQueue) &&\n priorityLevel === peek(timerQueue) &&\n (isHostTimeoutScheduled\n ? (localClearTimeout(taskTimeoutID), (taskTimeoutID = -1))\n : (isHostTimeoutScheduled = !0),\n requestHostTimeout(handleTimeout, options - currentTime)))\n : ((priorityLevel.sortIndex = timeout),\n push(taskQueue, priorityLevel),\n isHostCallbackScheduled ||\n isPerformingWork ||\n ((isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline())));\n return priorityLevel;\n};\nexports.unstable_shouldYield = shouldYieldToHost;\nexports.unstable_wrapCallback = function (callback) {\n var parentPriorityLevel = currentPriorityLevel;\n return function () {\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = parentPriorityLevel;\n try {\n return callback.apply(this, arguments);\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n};\n","/**\n * @license React\n * scheduler.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n function performWorkUntilDeadline() {\n needsPaint = !1;\n if (isMessageLoopRunning) {\n var currentTime = exports.unstable_now();\n startTime = currentTime;\n var hasMoreWork = !0;\n try {\n a: {\n isHostCallbackScheduled = !1;\n isHostTimeoutScheduled &&\n ((isHostTimeoutScheduled = !1),\n localClearTimeout(taskTimeoutID),\n (taskTimeoutID = -1));\n isPerformingWork = !0;\n var previousPriorityLevel = currentPriorityLevel;\n try {\n b: {\n advanceTimers(currentTime);\n for (\n currentTask = peek(taskQueue);\n null !== currentTask &&\n !(\n currentTask.expirationTime > currentTime &&\n shouldYieldToHost()\n );\n\n ) {\n var callback = currentTask.callback;\n if (\"function\" === typeof callback) {\n currentTask.callback = null;\n currentPriorityLevel = currentTask.priorityLevel;\n var continuationCallback = callback(\n currentTask.expirationTime <= currentTime\n );\n currentTime = exports.unstable_now();\n if (\"function\" === typeof continuationCallback) {\n currentTask.callback = continuationCallback;\n advanceTimers(currentTime);\n hasMoreWork = !0;\n break b;\n }\n currentTask === peek(taskQueue) && pop(taskQueue);\n advanceTimers(currentTime);\n } else pop(taskQueue);\n currentTask = peek(taskQueue);\n }\n if (null !== currentTask) hasMoreWork = !0;\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n hasMoreWork = !1;\n }\n }\n break a;\n } finally {\n (currentTask = null),\n (currentPriorityLevel = previousPriorityLevel),\n (isPerformingWork = !1);\n }\n hasMoreWork = void 0;\n }\n } finally {\n hasMoreWork\n ? schedulePerformWorkUntilDeadline()\n : (isMessageLoopRunning = !1);\n }\n }\n }\n function push(heap, node) {\n var index = heap.length;\n heap.push(node);\n a: for (; 0 < index; ) {\n var parentIndex = (index - 1) >>> 1,\n parent = heap[parentIndex];\n if (0 < compare(parent, node))\n (heap[parentIndex] = node),\n (heap[index] = parent),\n (index = parentIndex);\n else break a;\n }\n }\n function peek(heap) {\n return 0 === heap.length ? null : heap[0];\n }\n function pop(heap) {\n if (0 === heap.length) return null;\n var first = heap[0],\n last = heap.pop();\n if (last !== first) {\n heap[0] = last;\n a: for (\n var index = 0, length = heap.length, halfLength = length >>> 1;\n index < halfLength;\n\n ) {\n var leftIndex = 2 * (index + 1) - 1,\n left = heap[leftIndex],\n rightIndex = leftIndex + 1,\n right = heap[rightIndex];\n if (0 > compare(left, last))\n rightIndex < length && 0 > compare(right, left)\n ? ((heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex))\n : ((heap[index] = left),\n (heap[leftIndex] = last),\n (index = leftIndex));\n else if (rightIndex < length && 0 > compare(right, last))\n (heap[index] = right),\n (heap[rightIndex] = last),\n (index = rightIndex);\n else break a;\n }\n }\n return first;\n }\n function compare(a, b) {\n var diff = a.sortIndex - b.sortIndex;\n return 0 !== diff ? diff : a.id - b.id;\n }\n function advanceTimers(currentTime) {\n for (var timer = peek(timerQueue); null !== timer; ) {\n if (null === timer.callback) pop(timerQueue);\n else if (timer.startTime <= currentTime)\n pop(timerQueue),\n (timer.sortIndex = timer.expirationTime),\n push(taskQueue, timer);\n else break;\n timer = peek(timerQueue);\n }\n }\n function handleTimeout(currentTime) {\n isHostTimeoutScheduled = !1;\n advanceTimers(currentTime);\n if (!isHostCallbackScheduled)\n if (null !== peek(taskQueue))\n (isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0), schedulePerformWorkUntilDeadline());\n else {\n var firstTimer = peek(timerQueue);\n null !== firstTimer &&\n requestHostTimeout(\n handleTimeout,\n firstTimer.startTime - currentTime\n );\n }\n }\n function shouldYieldToHost() {\n return needsPaint\n ? !0\n : exports.unstable_now() - startTime < frameInterval\n ? !1\n : !0;\n }\n function requestHostTimeout(callback, ms) {\n taskTimeoutID = localSetTimeout(function () {\n callback(exports.unstable_now());\n }, ms);\n }\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());\n exports.unstable_now = void 0;\n if (\n \"object\" === typeof performance &&\n \"function\" === typeof performance.now\n ) {\n var localPerformance = performance;\n exports.unstable_now = function () {\n return localPerformance.now();\n };\n } else {\n var localDate = Date,\n initialTime = localDate.now();\n exports.unstable_now = function () {\n return localDate.now() - initialTime;\n };\n }\n var taskQueue = [],\n timerQueue = [],\n taskIdCounter = 1,\n currentTask = null,\n currentPriorityLevel = 3,\n isPerformingWork = !1,\n isHostCallbackScheduled = !1,\n isHostTimeoutScheduled = !1,\n needsPaint = !1,\n localSetTimeout = \"function\" === typeof setTimeout ? setTimeout : null,\n localClearTimeout =\n \"function\" === typeof clearTimeout ? clearTimeout : null,\n localSetImmediate =\n \"undefined\" !== typeof setImmediate ? setImmediate : null,\n isMessageLoopRunning = !1,\n taskTimeoutID = -1,\n frameInterval = 5,\n startTime = -1;\n if (\"function\" === typeof localSetImmediate)\n var schedulePerformWorkUntilDeadline = function () {\n localSetImmediate(performWorkUntilDeadline);\n };\n else if (\"undefined\" !== typeof MessageChannel) {\n var channel = new MessageChannel(),\n port = channel.port2;\n channel.port1.onmessage = performWorkUntilDeadline;\n schedulePerformWorkUntilDeadline = function () {\n port.postMessage(null);\n };\n } else\n schedulePerformWorkUntilDeadline = function () {\n localSetTimeout(performWorkUntilDeadline, 0);\n };\n exports.unstable_IdlePriority = 5;\n exports.unstable_ImmediatePriority = 1;\n exports.unstable_LowPriority = 4;\n exports.unstable_NormalPriority = 3;\n exports.unstable_Profiling = null;\n exports.unstable_UserBlockingPriority = 2;\n exports.unstable_cancelCallback = function (task) {\n task.callback = null;\n };\n exports.unstable_forceFrameRate = function (fps) {\n 0 > fps || 125 < fps\n ? console.error(\n \"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported\"\n )\n : (frameInterval = 0 < fps ? Math.floor(1e3 / fps) : 5);\n };\n exports.unstable_getCurrentPriorityLevel = function () {\n return currentPriorityLevel;\n };\n exports.unstable_next = function (eventHandler) {\n switch (currentPriorityLevel) {\n case 1:\n case 2:\n case 3:\n var priorityLevel = 3;\n break;\n default:\n priorityLevel = currentPriorityLevel;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n exports.unstable_requestPaint = function () {\n needsPaint = !0;\n };\n exports.unstable_runWithPriority = function (priorityLevel, eventHandler) {\n switch (priorityLevel) {\n case 1:\n case 2:\n case 3:\n case 4:\n case 5:\n break;\n default:\n priorityLevel = 3;\n }\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = priorityLevel;\n try {\n return eventHandler();\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n exports.unstable_scheduleCallback = function (\n priorityLevel,\n callback,\n options\n ) {\n var currentTime = exports.unstable_now();\n \"object\" === typeof options && null !== options\n ? ((options = options.delay),\n (options =\n \"number\" === typeof options && 0 < options\n ? currentTime + options\n : currentTime))\n : (options = currentTime);\n switch (priorityLevel) {\n case 1:\n var timeout = -1;\n break;\n case 2:\n timeout = 250;\n break;\n case 5:\n timeout = 1073741823;\n break;\n case 4:\n timeout = 1e4;\n break;\n default:\n timeout = 5e3;\n }\n timeout = options + timeout;\n priorityLevel = {\n id: taskIdCounter++,\n callback: callback,\n priorityLevel: priorityLevel,\n startTime: options,\n expirationTime: timeout,\n sortIndex: -1\n };\n options > currentTime\n ? ((priorityLevel.sortIndex = options),\n push(timerQueue, priorityLevel),\n null === peek(taskQueue) &&\n priorityLevel === peek(timerQueue) &&\n (isHostTimeoutScheduled\n ? (localClearTimeout(taskTimeoutID), (taskTimeoutID = -1))\n : (isHostTimeoutScheduled = !0),\n requestHostTimeout(handleTimeout, options - currentTime)))\n : ((priorityLevel.sortIndex = timeout),\n push(taskQueue, priorityLevel),\n isHostCallbackScheduled ||\n isPerformingWork ||\n ((isHostCallbackScheduled = !0),\n isMessageLoopRunning ||\n ((isMessageLoopRunning = !0),\n schedulePerformWorkUntilDeadline())));\n return priorityLevel;\n };\n exports.unstable_shouldYield = shouldYieldToHost;\n exports.unstable_wrapCallback = function (callback) {\n var parentPriorityLevel = currentPriorityLevel;\n return function () {\n var previousPriorityLevel = currentPriorityLevel;\n currentPriorityLevel = parentPriorityLevel;\n try {\n return callback.apply(this, arguments);\n } finally {\n currentPriorityLevel = previousPriorityLevel;\n }\n };\n };\n \"undefined\" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&\n \"function\" ===\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","import { createElement, createContext as createContextOrig, useContext as useContextOrig, useEffect, useLayoutEffect, useReducer, useRef, useState, } from 'react';\nimport { unstable_NormalPriority as NormalPriority, unstable_runWithPriority as runWithPriority, } from 'scheduler';\nconst CONTEXT_VALUE = Symbol();\nconst ORIGINAL_PROVIDER = Symbol();\nconst isSSR = typeof window === 'undefined' ||\n /ServerSideRendering/.test(window.navigator && window.navigator.userAgent);\nconst useIsomorphicLayoutEffect = isSSR ? useEffect : useLayoutEffect;\n// for preact that doesn't have runWithPriority\nconst runWithNormalPriority = runWithPriority\n ? (fn) => {\n try {\n runWithPriority(NormalPriority, fn);\n }\n catch (e) {\n if (e.message === 'Not implemented.') {\n fn();\n }\n else {\n throw e;\n }\n }\n }\n : (fn) => fn();\nconst createProvider = (ProviderOrig) => {\n const ContextProvider = ({ value, children, }) => {\n const valueRef = useRef(value);\n const versionRef = useRef(0);\n const [resolve, setResolve] = useState(null);\n if (resolve) {\n resolve(value);\n setResolve(null);\n }\n const contextValue = useRef();\n if (!contextValue.current) {\n const listeners = new Set();\n const update = (fn, options) => {\n versionRef.current += 1;\n const action = {\n n: versionRef.current,\n };\n if (options === null || options === void 0 ? void 0 : options.suspense) {\n action.n *= -1; // this is intentional to make it temporary version\n action.p = new Promise((r) => {\n setResolve(() => (v) => {\n action.v = v;\n delete action.p;\n r(v);\n });\n });\n }\n listeners.forEach((listener) => listener(action));\n fn();\n };\n contextValue.current = {\n [CONTEXT_VALUE]: {\n /* \"v\"alue */ v: valueRef,\n /* versio\"n\" */ n: versionRef,\n /* \"l\"isteners */ l: listeners,\n /* \"u\"pdate */ u: update,\n },\n };\n }\n useIsomorphicLayoutEffect(() => {\n valueRef.current = value;\n versionRef.current += 1;\n runWithNormalPriority(() => {\n contextValue.current[CONTEXT_VALUE].l.forEach((listener) => {\n listener({ n: versionRef.current, v: value });\n });\n });\n }, [value]);\n return createElement(ProviderOrig, { value: contextValue.current }, children);\n };\n return ContextProvider;\n};\nconst identity = (x) => x;\n/**\n * This creates a special context for `useContextSelector`.\n *\n * @example\n * import { createContext } from 'use-context-selector';\n *\n * const PersonContext = createContext({ firstName: '', familyName: '' });\n */\nexport function createContext(defaultValue) {\n const context = createContextOrig({\n [CONTEXT_VALUE]: {\n /* \"v\"alue */ v: { current: defaultValue },\n /* versio\"n\" */ n: { current: -1 },\n /* \"l\"isteners */ l: new Set(),\n /* \"u\"pdate */ u: (f) => f(),\n },\n });\n context[ORIGINAL_PROVIDER] = context.Provider;\n context.Provider = createProvider(context.Provider);\n delete context.Consumer; // no support for Consumer\n return context;\n}\n/**\n * This hook returns context selected value by selector.\n *\n * It will only accept context created by `createContext`.\n * It will trigger re-render if only the selected value is referentially changed.\n *\n * The selector should return referentially equal result for same input for better performance.\n *\n * @example\n * import { useContextSelector } from 'use-context-selector';\n *\n * const firstName = useContextSelector(PersonContext, (state) => state.firstName);\n */\nexport function useContextSelector(context, selector) {\n const contextValue = useContextOrig(context)[CONTEXT_VALUE];\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!contextValue) {\n throw new Error('useContextSelector requires special context');\n }\n }\n const { \n /* \"v\"alue */ v: { current: value }, \n /* versio\"n\" */ n: { current: version }, \n /* \"l\"isteners */ l: listeners, } = contextValue;\n const selected = selector(value);\n const [state, dispatch] = useReducer((prev, action) => {\n if (!action) {\n // case for `dispatch()` below\n return [value, selected];\n }\n if ('p' in action) {\n throw action.p;\n }\n if (action.n === version) {\n if (Object.is(prev[1], selected)) {\n return prev; // bail out\n }\n return [value, selected];\n }\n try {\n if ('v' in action) {\n if (Object.is(prev[0], action.v)) {\n return prev; // do not update\n }\n const nextSelected = selector(action.v);\n if (Object.is(prev[1], nextSelected)) {\n return prev; // do not update\n }\n return [action.v, nextSelected];\n }\n }\n catch (_e) {\n // ignored (stale props or some other reason)\n }\n return [...prev]; // schedule update\n }, [value, selected]);\n if (!Object.is(state[1], selected)) {\n // schedule re-render\n // this is safe because it's self contained\n dispatch();\n }\n useIsomorphicLayoutEffect(() => {\n listeners.add(dispatch);\n return () => {\n listeners.delete(dispatch);\n };\n }, [listeners]);\n return state[1];\n}\n/**\n * This hook returns the entire context value.\n * Use this instead of React.useContext for consistent behavior.\n *\n * @example\n * import { useContext } from 'use-context-selector';\n *\n * const person = useContext(PersonContext);\n */\nexport function useContext(context) {\n return useContextSelector(context, identity);\n}\n/**\n * This hook returns an update function to wrap an updating function\n *\n * Use this for a function that will change a value in\n * concurrent rendering in React 18.\n * Otherwise, there's no need to use this hook.\n *\n * @example\n * import { useContextUpdate } from 'use-context-selector';\n *\n * const update = useContextUpdate();\n *\n * // Wrap set state function\n * update(() => setState(...));\n *\n * // Experimental suspense mode\n * update(() => setState(...), { suspense: true });\n */\nexport function useContextUpdate(context) {\n const contextValue = useContextOrig(context)[CONTEXT_VALUE];\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!contextValue) {\n throw new Error('useContextUpdate requires special context');\n }\n }\n const { u: update } = contextValue;\n return update;\n}\n/* eslint-disable @typescript-eslint/no-explicit-any */\n/**\n * This is a Provider component for bridging multiple react roots\n *\n * @example\n * const valueToBridge = useBridgeValue(PersonContext);\n * return (\n * <Renderer>\n * <BridgeProvider context={PersonContext} value={valueToBridge}>\n * {children}\n * </BridgeProvider>\n * </Renderer>\n * );\n */\nexport const BridgeProvider = ({ context, value, children, }) => {\n const { [ORIGINAL_PROVIDER]: ProviderOrig } = context;\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!ProviderOrig) {\n throw new Error('BridgeProvider requires special context');\n }\n }\n return createElement(ProviderOrig, { value }, children);\n};\n/**\n * This hook return a value for BridgeProvider\n */\nexport const useBridgeValue = (context) => {\n const bridgeValue = useContextOrig(context);\n if (typeof process === 'object' && process.env.NODE_ENV !== 'production') {\n if (!bridgeValue[CONTEXT_VALUE]) {\n throw new Error('useBridgeValue requires special context');\n }\n }\n return bridgeValue;\n};\n"],"x_google_ignoreList":[0,1,2,3],"mappings":"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"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const g=require("./chunk-Dd8m0Ver.cjs"),u=require("./motion-CAPq8wSn.cjs"),r=require("./utils-DtinAjAU.cjs"),o=require("./functions-Dwo54amB.cjs"),S=require("./hooks-use-typography-styles.cjs.js");let s=require("react/jsx-runtime"),y=require("react");var _=e=>{const{className:n,style:i}=S.useTypographyStyles({sx:{size:"16px",weight:"700",height:"1",...e?.sxTypography},style:{order:0,display:"contents"}}),{className:l,style:a}=(0,y.useMemo)(()=>{const c=o.setClasses([r.CSS_CLASS.component.error.root,r.CSS_CLASS.transition.color,e.size&&e.isErrorAbsolute?r.CSS_CLASS.component.error.sizeAbsolute:r.CSS_CLASS.component.error.sizeDefault,e.className]),t={};return t[r.CSS_VARS_RAW.component.error.color]=r.CSS_VARS.palette.accentRedLight,t[r.CSS_VARS_RAW.component.error.padding]=e.size?r.CSS_VARS.size[e.size].padding:"0px",{className:c,style:o.setStyles([Object.keys(t).length?t:void 0,e.style])}},[e.className,e.style,e.size,e.isErrorAbsolute]);return(0,s.jsx)(s.Fragment,{children:e.errorMessage&&e.isError?(0,s.jsx)("div",{className:l,style:a,children:(0,s.jsx)("div",{className:n,style:i,children:(0,s.jsx)(u.MotionWordsPullUp,{text:e.errorMessage})})}):null})};Object.defineProperty(exports,"ErrorMessage",{enumerable:!0,get:function(){return _}});
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=error-DzkkNL2H.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-DzkkNL2H.cjs","names":[],"sources":["../src/components/error/component.tsx"],"sourcesContent":["import { useTypographyStyles } from '@local/hooks/use-typography-styles';\nimport { MotionWordsPullUp } from '@local/styles/motion';\nimport { CSS_CLASS, CSS_VARS } from '@local/styles/utils';\nimport { CSS_VARS_RAW } from '@local/styles/utils/constants';\nimport { setClasses, setStyles } from '@local/styles/utils/functions';\n\nimport { FC, useMemo } from 'react';\n\nimport { IErrorMessage } from './component.types';\n\nexport const ErrorMessage: FC<IErrorMessage> = (props) => {\n const { className: classNameTypography, style: styleTypography } = useTypographyStyles({\n sx: {\n size: '16px',\n weight: '700',\n height: '1',\n ...props?.sxTypography,\n },\n style: { order: 0, display: 'contents' },\n });\n\n const { className, style } = useMemo(() => {\n const className = setClasses([\n CSS_CLASS.component.error.root,\n CSS_CLASS.transition.color,\n props.size && props.isErrorAbsolute\n ? CSS_CLASS.component.error.sizeAbsolute\n : CSS_CLASS.component.error.sizeDefault,\n props.className,\n ]);\n\n const vars: Record<string, string> = {};\n\n vars[CSS_VARS_RAW.component.error.color] = CSS_VARS.palette.accentRedLight;\n vars[CSS_VARS_RAW.component.error.padding] = props.size ? CSS_VARS.size[props.size].padding : '0px';\n\n const style = setStyles([Object.keys(vars).length ? vars : undefined, props.style]);\n\n return { className, style };\n }, [props.className, props.style, props.size, props.isErrorAbsolute]);\n\n return (\n <>\n {props.errorMessage && props.isError ? (\n <div className={className} style={style}>\n <div className={classNameTypography} style={styleTypography}>\n <MotionWordsPullUp text={props.errorMessage} />\n </div>\n </div>\n ) : null}\n </>\n );\n};\n"],"mappings":"2PAUA,IAAa,EAAmC,GAAU,CACxD,KAAM,CAAE,UAAW,EAAqB,MAAO,CAAA,EAAoB,EAAA,oBAAoB,CACrF,GAAI,CACF,KAAM,OACN,OAAQ,MACR,OAAQ,IACR,GAAG,GAAO,cAEZ,MAAO,CAAE,MAAO,EAAG,QAAS,YAC7B,EAEK,CAAE,UAAA,EAAW,MAAA,CAAA,KAAA,EAAA,SAAA,IAAwB,CACzC,MAAM,EAAY,EAAA,WAAW,CAC3B,EAAA,UAAU,UAAU,MAAM,KAC1B,EAAA,UAAU,WAAW,MACrB,EAAM,MAAQ,EAAM,gBAChB,EAAA,UAAU,UAAU,MAAM,aAC1B,EAAA,UAAU,UAAU,MAAM,YAC9B,EAAM,UACP,EAEK,EAA+B,CAAA,EAErC,OAAA,EAAK,EAAA,aAAa,UAAU,MAAM,KAAA,EAAS,EAAA,SAAS,QAAQ,eAC5D,EAAK,EAAA,aAAa,UAAU,MAAM,OAAA,EAAW,EAAM,KAAO,EAAA,SAAS,KAAK,EAAM,IAAA,EAAM,QAAU,MAIvF,CAAE,UAAA,EAAW,MAFN,EAAA,UAAU,CAAC,OAAO,KAAK,CAAA,EAAM,OAAS,EAAO,OAAW,EAAM,KAAA,CAAM,IAGjF,CAAC,EAAM,UAAW,EAAM,MAAO,EAAM,KAAM,EAAM,gBAAgB,EAEpE,SACE,EAAA,KAAA,EAAA,SAAA,CAAA,SACG,EAAM,cAAgB,EAAM,WAC3B,EAAA,KAAC,MAAD,CAAgB,UAAA,EAAkB,MAAA,cAChC,EAAA,KAAC,MAAD,CAAK,UAAW,EAAqB,MAAO,cAC1C,EAAA,KAAC,EAAA,kBAAD,CAAmB,KAAM,EAAM,YAAA,CAAgB,EAC3C,EACF,EACJ,IAAA,CACH"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { i as y } from "./motion-Dt6TyEjN.js";
|
|
2
|
+
import { i as o, n as r, r as a } from "./utils-Cona48dZ.js";
|
|
3
|
+
import { n as d, t as g } from "./functions-CLGf7hqw.js";
|
|
4
|
+
import { useTypographyStyles as h } from "./hooks-use-typography-styles.es.js";
|
|
5
|
+
import { Fragment as S, jsx as t } from "react/jsx-runtime";
|
|
6
|
+
import { useMemo as u } from "react";
|
|
7
|
+
var C = (e) => {
|
|
8
|
+
const { className: i, style: l } = h({
|
|
9
|
+
sx: {
|
|
10
|
+
size: "16px",
|
|
11
|
+
weight: "700",
|
|
12
|
+
height: "1",
|
|
13
|
+
...e?.sxTypography
|
|
14
|
+
},
|
|
15
|
+
style: {
|
|
16
|
+
order: 0,
|
|
17
|
+
display: "contents"
|
|
18
|
+
}
|
|
19
|
+
}), { className: n, style: m } = u(() => {
|
|
20
|
+
const c = g([
|
|
21
|
+
r.component.error.root,
|
|
22
|
+
r.transition.color,
|
|
23
|
+
e.size && e.isErrorAbsolute ? r.component.error.sizeAbsolute : r.component.error.sizeDefault,
|
|
24
|
+
e.className
|
|
25
|
+
]), s = {};
|
|
26
|
+
return s[o.component.error.color] = a.palette.accentRedLight, s[o.component.error.padding] = e.size ? a.size[e.size].padding : "0px", {
|
|
27
|
+
className: c,
|
|
28
|
+
style: d([Object.keys(s).length ? s : void 0, e.style])
|
|
29
|
+
};
|
|
30
|
+
}, [
|
|
31
|
+
e.className,
|
|
32
|
+
e.style,
|
|
33
|
+
e.size,
|
|
34
|
+
e.isErrorAbsolute
|
|
35
|
+
]);
|
|
36
|
+
return /* @__PURE__ */ t(S, { children: e.errorMessage && e.isError ? /* @__PURE__ */ t("div", {
|
|
37
|
+
className: n,
|
|
38
|
+
style: m,
|
|
39
|
+
children: /* @__PURE__ */ t("div", {
|
|
40
|
+
className: i,
|
|
41
|
+
style: l,
|
|
42
|
+
children: /* @__PURE__ */ t(y, { text: e.errorMessage })
|
|
43
|
+
})
|
|
44
|
+
}) : null });
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
C as t
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=error-L2fvWcNv.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-L2fvWcNv.js","names":[],"sources":["../src/components/error/component.tsx"],"sourcesContent":["import { useTypographyStyles } from '@local/hooks/use-typography-styles';\nimport { MotionWordsPullUp } from '@local/styles/motion';\nimport { CSS_CLASS, CSS_VARS } from '@local/styles/utils';\nimport { CSS_VARS_RAW } from '@local/styles/utils/constants';\nimport { setClasses, setStyles } from '@local/styles/utils/functions';\n\nimport { FC, useMemo } from 'react';\n\nimport { IErrorMessage } from './component.types';\n\nexport const ErrorMessage: FC<IErrorMessage> = (props) => {\n const { className: classNameTypography, style: styleTypography } = useTypographyStyles({\n sx: {\n size: '16px',\n weight: '700',\n height: '1',\n ...props?.sxTypography,\n },\n style: { order: 0, display: 'contents' },\n });\n\n const { className, style } = useMemo(() => {\n const className = setClasses([\n CSS_CLASS.component.error.root,\n CSS_CLASS.transition.color,\n props.size && props.isErrorAbsolute\n ? CSS_CLASS.component.error.sizeAbsolute\n : CSS_CLASS.component.error.sizeDefault,\n props.className,\n ]);\n\n const vars: Record<string, string> = {};\n\n vars[CSS_VARS_RAW.component.error.color] = CSS_VARS.palette.accentRedLight;\n vars[CSS_VARS_RAW.component.error.padding] = props.size ? CSS_VARS.size[props.size].padding : '0px';\n\n const style = setStyles([Object.keys(vars).length ? vars : undefined, props.style]);\n\n return { className, style };\n }, [props.className, props.style, props.size, props.isErrorAbsolute]);\n\n return (\n <>\n {props.errorMessage && props.isError ? (\n <div className={className} style={style}>\n <div className={classNameTypography} style={styleTypography}>\n <MotionWordsPullUp text={props.errorMessage} />\n </div>\n </div>\n ) : null}\n </>\n );\n};\n"],"mappings":";;;;;;AAUA,IAAa,IAAA,CAAmC,MAAU;AACxD,QAAM,EAAE,WAAW,GAAqB,OAAO,EAAA,IAAoB,EAAoB;AAAA,IACrF,IAAI;AAAA,MACF,MAAM;AAAA,MACN,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,GAAG,GAAO;AAAA;IAEZ,OAAO;AAAA,MAAE,OAAO;AAAA,MAAG,SAAS;AAAA;GAC7B,GAEK,EAAE,WAAA,GAAW,OAAA,EAAA,IAAU,EAAA,MAAc;AACzC,UAAM,IAAY,EAAW;AAAA,MAC3B,EAAU,UAAU,MAAM;AAAA,MAC1B,EAAU,WAAW;AAAA,MACrB,EAAM,QAAQ,EAAM,kBAChB,EAAU,UAAU,MAAM,eAC1B,EAAU,UAAU,MAAM;AAAA,MAC9B,EAAM;AAAA,KACP,GAEK,IAA+B,CAAA;AAErC,WAAA,EAAK,EAAa,UAAU,MAAM,KAAA,IAAS,EAAS,QAAQ,gBAC5D,EAAK,EAAa,UAAU,MAAM,OAAA,IAAW,EAAM,OAAO,EAAS,KAAK,EAAM,IAAA,EAAM,UAAU,OAIvF;AAAA,MAAE,WAAA;AAAA,MAAW,OAFN,EAAU,CAAC,OAAO,KAAK,CAAA,EAAM,SAAS,IAAO,QAAW,EAAM,KAAA,CAAM;AAAA;KAGjF;AAAA,IAAC,EAAM;AAAA,IAAW,EAAM;AAAA,IAAO,EAAM;AAAA,IAAM,EAAM;AAAA,GAAgB;AAEpE,SACE,gBAAA,EAAA,GAAA,EAAA,UACG,EAAM,gBAAgB,EAAM,UAC3B,gBAAA,EAAC,OAAD;AAAA,IAAgB,WAAA;AAAA,IAAkB,OAAA;AAAA,cAChC,gBAAA,EAAC,OAAD;AAAA,MAAK,WAAW;AAAA,MAAqB,OAAO;AAAA,gBAC1C,gBAAA,EAAC,GAAD,EAAmB,MAAM,EAAM,aAAA,CAAgB;AAAA,KAC3C;AAAA,GACF,IACJ,KAAA,CACH"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
function n(r) {
|
|
2
|
+
var a, s, t = "";
|
|
3
|
+
if (typeof r == "string" || typeof r == "number") t += r;
|
|
4
|
+
else if (typeof r == "object") if (Array.isArray(r)) {
|
|
5
|
+
var e = r.length;
|
|
6
|
+
for (a = 0; a < e; a++) r[a] && (s = n(r[a])) && (t && (t += " "), t += s);
|
|
7
|
+
} else for (s in r) r[s] && (t && (t += " "), t += s);
|
|
8
|
+
return t;
|
|
9
|
+
}
|
|
10
|
+
function o() {
|
|
11
|
+
for (var r, a, s = 0, t = "", e = arguments.length; s < e; s++) (r = arguments[s]) && (a = n(r)) && (t && (t += " "), t += a);
|
|
12
|
+
return t;
|
|
13
|
+
}
|
|
14
|
+
var f = (r) => o(r.filter(Boolean)), i = (r) => Object.assign({}, ...r.filter(Boolean));
|
|
15
|
+
export {
|
|
16
|
+
i as n,
|
|
17
|
+
f as t
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=functions-CLGf7hqw.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions-CLGf7hqw.js","names":[],"sources":["../node_modules/clsx/dist/clsx.mjs","../src/styles/utils/functions.ts"],"sourcesContent":["function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=\" \"),n+=f)}else for(f in e)e[f]&&(n&&(n+=\" \"),n+=f);return n}export function clsx(){for(var e,t,f=0,n=\"\",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=\" \"),n+=t);return n}export default clsx;","import clsx from 'clsx';\nimport { CSSProperties } from 'react';\n\nexport const setClasses = (classes: (string | boolean | undefined)[]) => clsx(classes.filter(Boolean));\nexport const setStyles = (styles: (Record<string, string> | boolean | undefined | CSSProperties)[]) =>\n Object.assign({}, ...styles.filter(Boolean));\n"],"x_google_ignoreList":[0],"mappings":"AAAA,SAAS,EAAE,GAAE;AAAC,MAAI,GAAE,GAAE,IAAE;AAAG,MAAa,OAAO,KAAjB,YAA8B,OAAO,KAAjB,SAAmB,CAAA,KAAG;AAAA,WAAoB,OAAO,KAAjB,SAAmB,KAAG,MAAM,QAAQ,CAAA,GAAG;AAAC,QAAI,IAAE,EAAE;AAAO,SAAI,IAAE,GAAE,IAAE,GAAE,IAAI,CAAA,EAAE,CAAA,MAAK,IAAE,EAAE,EAAE,CAAA,CAAA,OAAO,MAAI,KAAG,MAAK,KAAG;AAAA,QAAQ,MAAI,KAAK,EAAE,CAAA,EAAE,CAAA,MAAK,MAAI,KAAG,MAAK,KAAG;AAAG,SAAO;;AAAE,SAAgB,IAAM;AAAC,WAAQ,GAAE,GAAE,IAAE,GAAE,IAAE,IAAG,IAAE,UAAU,QAAO,IAAE,GAAE,IAAI,EAAC,IAAE,UAAU,CAAA,OAAM,IAAE,EAAE,CAAA,OAAM,MAAI,KAAG,MAAK,KAAG;AAAG,SAAO;;ACG9W,IAAa,IAAA,CAAc,MAA8C,EAAK,EAAQ,OAAO,OAAA,CAAQ,GACxF,IAAA,CAAa,MACxB,OAAO,OAAO,CAAA,GAAI,GAAG,EAAO,OAAO,OAAA,CAAQ"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
function o(e){var n,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var s=e.length;for(n=0;n<s;n++)e[n]&&(t=o(e[n]))&&(r&&(r+=" "),r+=t)}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function a(){for(var e,n,t=0,r="",s=arguments.length;t<s;t++)(e=arguments[t])&&(n=o(e))&&(r&&(r+=" "),r+=n);return r}var f=e=>a(e.filter(Boolean)),i=e=>Object.assign({},...e.filter(Boolean));Object.defineProperty(exports,"setClasses",{enumerable:!0,get:function(){return f}});Object.defineProperty(exports,"setStyles",{enumerable:!0,get:function(){return i}});
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=functions-Dwo54amB.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions-Dwo54amB.cjs","names":[],"sources":["../node_modules/clsx/dist/clsx.mjs","../src/styles/utils/functions.ts"],"sourcesContent":["function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=\" \"),n+=f)}else for(f in e)e[f]&&(n&&(n+=\" \"),n+=f);return n}export function clsx(){for(var e,t,f=0,n=\"\",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=\" \"),n+=t);return n}export default clsx;","import clsx from 'clsx';\nimport { CSSProperties } from 'react';\n\nexport const setClasses = (classes: (string | boolean | undefined)[]) => clsx(classes.filter(Boolean));\nexport const setStyles = (styles: (Record<string, string> | boolean | undefined | CSSProperties)[]) =>\n Object.assign({}, ...styles.filter(Boolean));\n"],"x_google_ignoreList":[0],"mappings":"AAAA,SAAS,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,EAAE,GAAG,GAAa,OAAO,GAAjB,UAA8B,OAAO,GAAjB,SAAmB,GAAG,UAAoB,OAAO,GAAjB,SAAmB,GAAG,MAAM,QAAQ,CAAA,EAAG,CAAC,IAAI,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,CAAA,IAAK,EAAE,EAAE,EAAE,CAAA,CAAA,KAAO,IAAI,GAAG,KAAK,GAAG,OAAQ,KAAI,KAAK,EAAE,EAAE,CAAA,IAAK,IAAI,GAAG,KAAK,GAAG,GAAG,OAAO,EAAE,SAAgB,GAAM,CAAC,QAAQ,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,OAAO,EAAE,EAAE,KAAK,EAAE,UAAU,CAAA,KAAM,EAAE,EAAE,CAAA,KAAM,IAAI,GAAG,KAAK,GAAG,GAAG,OAAO,ECG9W,IAAa,EAAc,GAA8C,EAAK,EAAQ,OAAO,OAAA,CAAQ,EACxF,EAAa,GACxB,OAAO,OAAO,CAAA,EAAI,GAAG,EAAO,OAAO,OAAA,CAAQ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './use';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useDebouncedCallback: (callback: () => void, delay?: number) => () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './use';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useDeepCompareMemoize: <T>(value: T) => T;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './use';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useDeepMemo<T>(factory: () => T, deps: any[]): T;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './use';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { IUseTooltip } from './use.types';
|
|
3
|
+
/**
|
|
4
|
+
* Хук для отслеживания переполнения содержимого в элементе (или его родителе).
|
|
5
|
+
* Возвращает ref для привязки к DOM-элементу, флаг переполнения и флаг isDisabled.
|
|
6
|
+
* @param props - опциональные параметры для управления поведением проверки переполнения
|
|
7
|
+
*/
|
|
8
|
+
export declare function useOverflowing<T extends HTMLElement>(props?: IUseTooltip): {
|
|
9
|
+
isDisabled: boolean;
|
|
10
|
+
isOverflowing: boolean;
|
|
11
|
+
ref: RefObject<HTMLElement | null>;
|
|
12
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { IUseOverflowingAdvanced } from './use.types';
|
|
3
|
+
export declare function useOverflowingAdvanced<T extends HTMLElement>(props?: IUseOverflowingAdvanced): {
|
|
4
|
+
isDisabled: boolean;
|
|
5
|
+
isOverflowing: boolean;
|
|
6
|
+
ref: RefObject<HTMLElement | null>;
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
import { IUseOverflowingInContainer } from './use.types';
|
|
3
|
+
export declare function useOverflowingInContainer<T extends HTMLElement>(props?: IUseOverflowingInContainer): {
|
|
4
|
+
isDisabled: boolean;
|
|
5
|
+
isOverflowing: boolean;
|
|
6
|
+
ref: RefObject<T | null>;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './use';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ITypography } from '../../styles/utils/types';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
export type IUseTypographyStyles = {
|
|
4
|
+
sx: ITypography;
|
|
5
|
+
className?: string;
|
|
6
|
+
style?: CSSProperties;
|
|
7
|
+
};
|
|
8
|
+
export interface IUseTypographyStylesResult {
|
|
9
|
+
className: string;
|
|
10
|
+
style?: CSSProperties;
|
|
11
|
+
}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./chunk-Dd8m0Ver.cjs");let t=require("react");var n=(r,u=300)=>{const e=(0,t.useRef)(null);return(0,t.useCallback)(()=>{e.current||(r(),e.current=setTimeout(()=>{e.current=null},u))},[r,u])};exports.useDebouncedCallback=n;
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=hooks-use-debounced-callback.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-use-debounced-callback.cjs.js","
|
|
1
|
+
{"version":3,"file":"hooks-use-debounced-callback.cjs.js","names":[],"sources":["../src/hooks/use-debounced-callback/use.ts"],"sourcesContent":["import { useCallback, useRef } from 'react';\n\nexport const useDebouncedCallback = (callback: () => void, delay: number = 300) => {\n const timeoutRef = useRef<ReturnType<typeof setTimeout> | null>(null);\n\n const debouncedCallback = useCallback(() => {\n if (timeoutRef.current) return;\n\n callback();\n\n timeoutRef.current = setTimeout(() => {\n timeoutRef.current = null;\n }, delay);\n }, [callback, delay]);\n\n return debouncedCallback;\n};\n"],"mappings":"kIAEA,IAAa,EAAA,CAAwB,EAAsB,EAAgB,MAAQ,CACjF,MAAM,KAAA,EAAA,QAA0D,IAAA,EAYhE,SAAA,EAAA,aAAA,IAV4C,CACtC,EAAW,UAEf,EAAA,EAEA,EAAW,QAAU,WAAA,IAAiB,CACpC,EAAW,QAAU,MACpB,CAAA,IACF,CAAC,EAAU,CAAA,CAAM"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
export { }
|
|
1
|
+
export * from './hooks/use-debounced-callback/index'
|
|
2
|
+
export {}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useCallback as t, useRef as n } from "react";
|
|
2
|
+
var c = (r, u = 300) => {
|
|
3
|
+
const e = n(null);
|
|
4
|
+
return t(() => {
|
|
5
|
+
e.current || (r(), e.current = setTimeout(() => {
|
|
6
|
+
e.current = null;
|
|
7
|
+
}, u));
|
|
8
|
+
}, [r, u]);
|
|
9
|
+
};
|
|
2
10
|
export {
|
|
3
|
-
|
|
11
|
+
c as useDebouncedCallback
|
|
4
12
|
};
|
|
5
|
-
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=hooks-use-debounced-callback.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-use-debounced-callback.es.js","
|
|
1
|
+
{"version":3,"file":"hooks-use-debounced-callback.es.js","names":[],"sources":["../src/hooks/use-debounced-callback/use.ts"],"sourcesContent":["import { useCallback, useRef } from 'react';\n\nexport const useDebouncedCallback = (callback: () => void, delay: number = 300) => {\n const timeoutRef = useRef<ReturnType<typeof setTimeout> | null>(null);\n\n const debouncedCallback = useCallback(() => {\n if (timeoutRef.current) return;\n\n callback();\n\n timeoutRef.current = setTimeout(() => {\n timeoutRef.current = null;\n }, delay);\n }, [callback, delay]);\n\n return debouncedCallback;\n};\n"],"mappings":";AAEA,IAAa,IAAA,CAAwB,GAAsB,IAAgB,QAAQ;AACjF,QAAM,IAAa,EAA6C,IAAA;AAYhE,SAV0B,EAAA,MAAkB;AAC1C,IAAI,EAAW,YAEf,EAAA,GAEA,EAAW,UAAU,WAAA,MAAiB;AACpC,MAAA,EAAW,UAAU;AAAA,OACpB,CAAA;AAAA,KACF,CAAC,GAAU,CAAA,CAAM"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./chunk-Dd8m0Ver.cjs"),t=require("./isEqual-DeC2HFe5.cjs");let i=require("react");var o=u.__toESM(t.require_isEqual(),1),n=e=>{const r=(0,i.useRef)(e);return(0,o.default)(e,r.current)||(r.current=e),r.current};exports.useDeepCompareMemoize=n;
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=hooks-use-deep-compare-memoize.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-use-deep-compare-memoize.cjs.js","
|
|
1
|
+
{"version":3,"file":"hooks-use-deep-compare-memoize.cjs.js","names":[],"sources":["../src/hooks/use-deep-compare-memoize/use.ts"],"sourcesContent":["import isEqual from 'lodash/isEqual';\nimport { useRef } from 'react';\n\nexport const useDeepCompareMemoize = <T>(value: T): T => {\n const ref = useRef<T>(value);\n if (!isEqual(value, ref.current)) {\n ref.current = value;\n }\n return ref.current;\n};\n"],"mappings":"6MAGa,EAA4B,GAAgB,CACvD,MAAM,KAAA,EAAA,QAAgB,CAAA,EACtB,SAAI,EAAA,SAAS,EAAO,EAAI,OAAA,IACtB,EAAI,QAAU,GAET,EAAI"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
export { }
|
|
1
|
+
export * from './hooks/use-deep-compare-memoize/index'
|
|
2
|
+
export {}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { o } from "./chunk-cI0lbGMq.js";
|
|
2
|
+
import { t } from "./isEqual-Qb81B2zH.js";
|
|
3
|
+
import { useRef as i } from "react";
|
|
4
|
+
var m = /* @__PURE__ */ o(t(), 1), s = (r) => {
|
|
5
|
+
const e = i(r);
|
|
6
|
+
return (0, m.default)(r, e.current) || (e.current = r), e.current;
|
|
7
|
+
};
|
|
2
8
|
export {
|
|
3
|
-
|
|
9
|
+
s as useDeepCompareMemoize
|
|
4
10
|
};
|
|
5
|
-
|
|
11
|
+
|
|
12
|
+
//# sourceMappingURL=hooks-use-deep-compare-memoize.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks-use-deep-compare-memoize.es.js","
|
|
1
|
+
{"version":3,"file":"hooks-use-deep-compare-memoize.es.js","names":[],"sources":["../src/hooks/use-deep-compare-memoize/use.ts"],"sourcesContent":["import isEqual from 'lodash/isEqual';\nimport { useRef } from 'react';\n\nexport const useDeepCompareMemoize = <T>(value: T): T => {\n const ref = useRef<T>(value);\n if (!isEqual(value, ref.current)) {\n ref.current = value;\n }\n return ref.current;\n};\n"],"mappings":";;;mCAGa,IAAA,CAA4B,MAAgB;AACvD,QAAM,IAAM,EAAU,CAAA;AACtB,aAAI,EAAA,SAAS,GAAO,EAAI,OAAA,MACtB,EAAI,UAAU,IAET,EAAI"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./chunk-Dd8m0Ver.cjs"),s=require("./isEqual-DeC2HFe5.cjs");let n=require("react");var i=o.__toESM(s.require_isEqual(),1);function l(c,t){const e=(0,n.useRef)(void 0),r=(0,n.useRef)(void 0),u=c();return!r.current||!(0,i.default)(r.current,t)?(r.current=t,e.current=u):(0,i.default)(e.current,u)||(e.current=u),e.current}exports.useDeepMemo=l;
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=hooks-use-deep-memo.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks-use-deep-memo.cjs.js","names":[],"sources":["../src/hooks/use-deep-memo/use.ts"],"sourcesContent":["import isEqual from 'lodash/isEqual';\nimport { useRef } from 'react';\n\nexport function useDeepMemo<T>(factory: () => T, deps: any[]): T {\n const valueRef = useRef<T>(undefined);\n const depsRef = useRef<any[]>(undefined);\n\n const nextValue = factory();\n\n if (!depsRef.current || !isEqual(depsRef.current, deps)) {\n depsRef.current = deps;\n valueRef.current = nextValue;\n } else if (!isEqual(valueRef.current, nextValue)) {\n valueRef.current = nextValue;\n }\n\n return valueRef.current as T;\n}\n"],"mappings":"6MAGA,SAAgB,EAAe,EAAkB,EAAgB,CAC/D,MAAM,KAAA,EAAA,QAAqB,MAAA,EACrB,KAAA,EAAA,QAAwB,MAAA,EAExB,EAAY,EAAA,EAElB,MAAI,CAAC,EAAQ,SAAW,IAAA,EAAA,SAAS,EAAQ,QAAS,CAAA,GAChD,EAAQ,QAAU,EAClB,EAAS,QAAU,MACV,EAAA,SAAS,EAAS,QAAS,CAAA,IACpC,EAAS,QAAU,GAGd,EAAS"}
|