@g4rcez/components 5.0.1 → 5.0.3
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/dist/AnimatePresence-j36AYeOQ.js +181 -0
- package/dist/AnimatePresence-j36AYeOQ.js.map +1 -0
- package/dist/Calendar.es-xICmgvjq.js +23 -0
- package/dist/Calendar.es-xICmgvjq.js.map +1 -0
- package/dist/Funnel.es-DjKVl8Nj.js +23 -0
- package/dist/Funnel.es-DjKVl8Nj.js.map +1 -0
- package/dist/{MotionConfig-DKKYqBH2.js → MotionConfig-CXHoPGbK.js} +2 -2
- package/dist/{MotionConfig-DKKYqBH2.js.map → MotionConfig-CXHoPGbK.js.map} +1 -1
- package/dist/Plus.es-DbyRkEE2.js +23 -0
- package/dist/Plus.es-DbyRkEE2.js.map +1 -0
- package/dist/Trash.es-BFAc8PMf.js +23 -0
- package/dist/Trash.es-BFAc8PMf.js.map +1 -0
- package/dist/{calendar-PCCZDUIL.js → calendar-DEPkz8sw.js} +364 -502
- package/dist/calendar-DEPkz8sw.js.map +1 -0
- package/dist/calendar-header-Dfr-CwkY.js +174 -0
- package/dist/calendar-header-Dfr-CwkY.js.map +1 -0
- package/dist/chunk-jwUa06l-.js +23 -0
- package/dist/components/core/button.d.ts +77 -0
- package/dist/components/core/button.d.ts.map +1 -0
- package/dist/components/core/button.js +1 -1
- package/dist/components/core/button.jsx +79 -0
- package/dist/components/core/heading.d.ts +3 -0
- package/dist/components/core/heading.d.ts.map +1 -0
- package/dist/components/core/heading.js +11 -0
- package/dist/components/core/heading.js.map +1 -0
- package/dist/components/core/heading.jsx +4 -0
- package/dist/components/core/polymorph.d.ts +10 -0
- package/dist/components/core/polymorph.d.ts.map +1 -0
- package/dist/{polymorph-BLXhrn9n.js → components/core/polymorph.js} +2 -2
- package/dist/components/core/polymorph.js.map +1 -0
- package/dist/components/core/polymorph.jsx +5 -0
- package/dist/components/core/render-on-view.d.ts +7 -0
- package/dist/components/core/render-on-view.d.ts.map +1 -0
- package/dist/components/core/render-on-view.js +29 -0
- package/dist/components/core/render-on-view.js.map +1 -0
- package/dist/components/core/render-on-view.jsx +31 -0
- package/dist/components/core/resizable.d.ts +9 -0
- package/dist/components/core/resizable.d.ts.map +1 -0
- package/dist/components/core/resizable.js +60 -0
- package/dist/components/core/resizable.js.map +1 -0
- package/dist/components/core/resizable.jsx +57 -0
- package/dist/components/core/slot.d.ts +16 -0
- package/dist/components/core/slot.d.ts.map +1 -0
- package/dist/{slot-pC8kH9De.js → components/core/slot.js} +2 -2
- package/dist/components/core/slot.js.map +1 -0
- package/dist/components/core/slot.jsx +156 -0
- package/dist/components/core/tag.d.ts +35 -0
- package/dist/components/core/tag.d.ts.map +1 -0
- package/dist/components/core/tag.js +1 -1
- package/dist/components/core/tag.jsx +53 -0
- package/dist/components/core/typography.d.ts +25 -0
- package/dist/components/core/typography.d.ts.map +1 -0
- package/dist/components/core/typography.js +40 -0
- package/dist/components/core/typography.js.map +1 -0
- package/dist/components/core/typography.jsx +20 -0
- package/dist/components/display/alert.d.ts +28 -0
- package/dist/components/display/alert.d.ts.map +1 -0
- package/dist/components/display/alert.js +83 -102
- package/dist/components/display/alert.js.map +1 -1
- package/dist/components/display/alert.jsx +58 -0
- package/dist/components/display/calendar.d.ts +42 -0
- package/dist/components/display/calendar.d.ts.map +1 -0
- package/dist/components/display/calendar.js +1 -1
- package/dist/components/display/calendar.jsx +323 -0
- package/dist/components/display/card.d.ts +29 -0
- package/dist/components/display/card.d.ts.map +1 -0
- package/dist/components/display/card.js +2 -2
- package/dist/components/display/card.jsx +43 -0
- package/dist/components/display/empty.d.ts +8 -0
- package/dist/components/display/empty.d.ts.map +1 -0
- package/dist/components/display/empty.js +25 -0
- package/dist/components/display/empty.js.map +1 -0
- package/dist/components/display/empty.jsx +13 -0
- package/dist/components/display/list.d.ts +16 -0
- package/dist/components/display/list.d.ts.map +1 -0
- package/dist/components/display/list.js +132 -122
- package/dist/components/display/list.js.map +1 -1
- package/dist/components/display/list.jsx +90 -0
- package/dist/components/display/notifications.d.ts +27 -0
- package/dist/components/display/notifications.d.ts.map +1 -0
- package/dist/components/display/notifications.js +1 -1
- package/dist/components/display/notifications.jsx +132 -0
- package/dist/components/display/progress.d.ts +16 -0
- package/dist/components/display/progress.d.ts.map +1 -0
- package/dist/components/display/progress.js +3 -0
- package/dist/components/display/progress.jsx +19 -0
- package/dist/components/display/shortcut.d.ts +4 -0
- package/dist/components/display/shortcut.d.ts.map +1 -0
- package/dist/components/display/shortcut.js +2 -0
- package/dist/components/display/shortcut.jsx +23 -0
- package/dist/components/display/skeleton.d.ts +12 -0
- package/dist/components/display/skeleton.d.ts.map +1 -0
- package/dist/components/display/skeleton.js +41 -0
- package/dist/components/display/skeleton.js.map +1 -0
- package/dist/components/display/skeleton.jsx +19 -0
- package/dist/components/display/spinner.d.ts +5 -0
- package/dist/components/display/spinner.d.ts.map +1 -0
- package/dist/components/display/spinner.js +17 -0
- package/dist/components/display/spinner.js.map +1 -0
- package/dist/components/display/spinner.jsx +11 -0
- package/dist/components/display/stats.d.ts +12 -0
- package/dist/components/display/stats.d.ts.map +1 -0
- package/dist/components/display/stats.jsx +16 -0
- package/dist/components/display/step.d.ts +24 -0
- package/dist/components/display/step.d.ts.map +1 -0
- package/dist/components/display/step.js +3 -0
- package/dist/components/display/step.jsx +145 -0
- package/dist/components/display/tabs.d.ts +24 -0
- package/dist/components/display/tabs.d.ts.map +1 -0
- package/dist/components/display/tabs.js +1 -1
- package/dist/components/display/tabs.jsx +125 -0
- package/dist/components/display/timeline.d.ts +10 -0
- package/dist/components/display/timeline.d.ts.map +1 -0
- package/dist/components/display/timeline.js +1 -1
- package/dist/components/display/timeline.jsx +25 -0
- package/dist/components/floating/command-palette.d.ts +49 -0
- package/dist/components/floating/command-palette.d.ts.map +1 -0
- package/dist/components/floating/command-palette.js +255 -0
- package/dist/components/floating/command-palette.js.map +1 -0
- package/dist/components/floating/command-palette.jsx +232 -0
- package/dist/components/floating/dropdown.d.ts +15 -0
- package/dist/components/floating/dropdown.d.ts.map +1 -0
- package/dist/components/floating/dropdown.js +1 -1
- package/dist/components/floating/dropdown.js.map +1 -1
- package/dist/components/floating/dropdown.jsx +56 -0
- package/dist/components/floating/expand.d.ts +11 -0
- package/dist/components/floating/expand.d.ts.map +1 -0
- package/dist/components/floating/expand.js +15 -14
- package/dist/components/floating/expand.js.map +1 -1
- package/dist/components/floating/expand.jsx +44 -0
- package/dist/components/floating/menu.d.ts +52 -0
- package/dist/components/floating/menu.d.ts.map +1 -0
- package/dist/components/floating/menu.js +1 -1
- package/dist/components/floating/menu.jsx +165 -0
- package/dist/components/floating/modal.d.ts +63 -0
- package/dist/components/floating/modal.d.ts.map +1 -0
- package/dist/components/floating/modal.js +1 -1
- package/dist/components/floating/modal.jsx +375 -0
- package/dist/components/floating/toolbar.d.ts +6 -0
- package/dist/components/floating/toolbar.d.ts.map +1 -0
- package/dist/components/floating/toolbar.js +20 -0
- package/dist/components/floating/toolbar.js.map +1 -0
- package/dist/components/floating/toolbar.jsx +9 -0
- package/dist/components/floating/tooltip.d.ts +17 -0
- package/dist/components/floating/tooltip.d.ts.map +1 -0
- package/dist/components/floating/tooltip.js +2 -2
- package/dist/components/floating/tooltip.js.map +1 -1
- package/dist/components/floating/tooltip.jsx +67 -0
- package/dist/components/floating/wizard.d.ts +26 -0
- package/dist/components/floating/wizard.d.ts.map +1 -0
- package/dist/components/floating/wizard.js +3 -0
- package/dist/components/floating/wizard.jsx +165 -0
- package/dist/components/form/autocomplete.d.ts +16 -0
- package/dist/components/form/autocomplete.d.ts.map +1 -0
- package/dist/components/form/autocomplete.js +344 -2
- package/dist/components/form/autocomplete.js.map +1 -0
- package/dist/components/form/autocomplete.jsx +299 -0
- package/dist/components/form/checkbox.d.ts +12 -0
- package/dist/components/form/checkbox.d.ts.map +1 -0
- package/dist/components/form/checkbox.js +29 -27
- package/dist/components/form/checkbox.js.map +1 -1
- package/dist/components/form/checkbox.jsx +27 -0
- package/dist/components/form/date-picker.d.ts +10 -0
- package/dist/components/form/date-picker.d.ts.map +1 -0
- package/dist/components/form/date-picker.js +1 -1
- package/dist/components/form/date-picker.jsx +115 -0
- package/dist/components/form/file-upload.d.ts +20 -0
- package/dist/components/form/file-upload.d.ts.map +1 -0
- package/dist/components/form/file-upload.js +1 -1
- package/dist/components/form/file-upload.jsx +160 -0
- package/dist/components/form/form.d.ts +3 -0
- package/dist/components/form/form.d.ts.map +1 -0
- package/dist/components/form/form.jsx +10 -0
- package/dist/components/form/formReset.d.ts +2 -0
- package/dist/components/form/formReset.d.ts.map +1 -0
- package/dist/components/form/formReset.js +10 -0
- package/dist/components/form/formReset.js.map +1 -0
- package/dist/components/form/formReset.jsx +17 -0
- package/dist/components/form/free-text.d.ts +11 -0
- package/dist/components/form/free-text.d.ts.map +1 -0
- package/dist/components/form/free-text.js +70 -0
- package/dist/components/form/free-text.js.map +1 -0
- package/dist/components/form/free-text.jsx +41 -0
- package/dist/components/form/input-field.d.ts +34 -0
- package/dist/components/form/input-field.d.ts.map +1 -0
- package/dist/components/form/input-field.js +3 -0
- package/dist/components/form/input-field.jsx +64 -0
- package/dist/components/form/input.d.ts +52 -0
- package/dist/components/form/input.d.ts.map +1 -0
- package/dist/components/form/input.js +1 -1
- package/dist/components/form/input.jsx +36 -0
- package/dist/components/form/multi-select.d.ts +19 -0
- package/dist/components/form/multi-select.d.ts.map +1 -0
- package/dist/components/form/multi-select.js +420 -0
- package/dist/components/form/multi-select.js.map +1 -0
- package/dist/components/form/multi-select.jsx +352 -0
- package/dist/components/form/radiobox.d.ts +7 -0
- package/dist/components/form/radiobox.d.ts.map +1 -0
- package/dist/components/form/radiobox.jsx +6 -0
- package/dist/components/form/select.d.ts +13 -0
- package/dist/components/form/select.d.ts.map +1 -0
- package/dist/components/form/select.js +55 -51
- package/dist/components/form/select.js.map +1 -1
- package/dist/components/form/select.jsx +47 -0
- package/dist/components/form/slider.d.ts +7 -0
- package/dist/components/form/slider.d.ts.map +1 -0
- package/dist/components/form/slider.js +3 -0
- package/dist/components/form/slider.jsx +45 -0
- package/dist/components/form/switch.d.ts +10 -0
- package/dist/components/form/switch.d.ts.map +1 -0
- package/dist/components/form/switch.js +32 -26
- package/dist/components/form/switch.js.map +1 -1
- package/dist/components/form/switch.jsx +59 -0
- package/dist/components/form/task-list.d.ts +3 -0
- package/dist/components/form/task-list.d.ts.map +1 -0
- package/dist/components/form/task-list.jsx +26 -0
- package/dist/components/form/textarea.d.ts +5 -0
- package/dist/components/form/textarea.d.ts.map +1 -0
- package/dist/components/form/textarea.js +19 -0
- package/dist/components/form/textarea.js.map +1 -0
- package/dist/components/form/textarea.jsx +26 -0
- package/dist/components/index.d.ts +45 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.js +44 -0
- package/dist/components/page-calendar/calendar-header.d.ts +16 -0
- package/dist/components/page-calendar/calendar-header.d.ts.map +1 -0
- package/dist/components/page-calendar/calendar-header.js +2 -0
- package/dist/components/page-calendar/calendar-header.jsx +85 -0
- package/dist/components/page-calendar/day-view.d.ts +12 -0
- package/dist/components/page-calendar/day-view.d.ts.map +1 -0
- package/dist/components/page-calendar/day-view.js +124 -0
- package/dist/components/page-calendar/day-view.js.map +1 -0
- package/dist/components/page-calendar/day-view.jsx +89 -0
- package/dist/components/page-calendar/event-pill.d.ts +9 -0
- package/dist/components/page-calendar/event-pill.d.ts.map +1 -0
- package/dist/components/page-calendar/event-pill.js +44 -0
- package/dist/components/page-calendar/event-pill.js.map +1 -0
- package/dist/components/page-calendar/event-pill.jsx +25 -0
- package/dist/components/page-calendar/index.d.ts +4 -0
- package/dist/components/page-calendar/index.d.ts.map +1 -0
- package/dist/components/page-calendar/index.js +2 -0
- package/dist/components/page-calendar/month-view.d.ts +11 -0
- package/dist/components/page-calendar/month-view.d.ts.map +1 -0
- package/dist/components/page-calendar/month-view.js +109 -0
- package/dist/components/page-calendar/month-view.js.map +1 -0
- package/dist/components/page-calendar/month-view.jsx +93 -0
- package/dist/components/page-calendar/page-calendar.d.ts +18 -0
- package/dist/components/page-calendar/page-calendar.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.js +75 -0
- package/dist/components/page-calendar/page-calendar.js.map +1 -0
- package/dist/components/page-calendar/page-calendar.jsx +41 -0
- package/dist/components/page-calendar/page-calendar.types.d.ts +18 -0
- package/dist/components/page-calendar/page-calendar.types.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.types.js +1 -0
- package/dist/components/page-calendar/page-calendar.utils.d.ts +24 -0
- package/dist/components/page-calendar/page-calendar.utils.d.ts.map +1 -0
- package/dist/components/page-calendar/page-calendar.utils.js +93 -0
- package/dist/components/page-calendar/week-view.d.ts +11 -0
- package/dist/components/page-calendar/week-view.d.ts.map +1 -0
- package/dist/components/page-calendar/week-view.js +88 -0
- package/dist/components/page-calendar/week-view.js.map +1 -0
- package/dist/components/page-calendar/week-view.jsx +66 -0
- package/dist/components/table/filter.d.ts +42 -0
- package/dist/components/table/filter.d.ts.map +1 -0
- package/dist/components/table/filter.js +239 -0
- package/dist/components/table/filter.js.map +1 -0
- package/dist/components/table/filter.jsx +174 -0
- package/dist/components/table/group.d.ts +17 -0
- package/dist/components/table/group.d.ts.map +1 -0
- package/dist/components/table/group.js +3 -0
- package/dist/components/table/group.jsx +77 -0
- package/dist/components/table/index.d.ts +19 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table/index.js +102 -0
- package/dist/components/table/index.js.map +1 -0
- package/dist/components/table/index.jsx +63 -0
- package/dist/components/table/inner-table.d.ts +29 -0
- package/dist/components/table/inner-table.d.ts.map +1 -0
- package/dist/components/table/inner-table.js +2 -0
- package/dist/components/table/inner-table.jsx +102 -0
- package/dist/components/table/metadata.d.ts +4 -0
- package/dist/components/table/metadata.d.ts.map +1 -0
- package/dist/components/table/metadata.js +73 -0
- package/dist/components/table/metadata.js.map +1 -0
- package/dist/components/table/metadata.jsx +36 -0
- package/dist/components/table/pagination.d.ts +5 -0
- package/dist/components/table/pagination.d.ts.map +1 -0
- package/dist/components/table/pagination.js +70 -0
- package/dist/components/table/pagination.js.map +1 -0
- package/dist/components/table/pagination.jsx +74 -0
- package/dist/components/table/row.d.ts +11 -0
- package/dist/components/table/row.d.ts.map +1 -0
- package/dist/components/table/row.js +58 -0
- package/dist/components/table/row.js.map +1 -0
- package/dist/components/table/row.jsx +49 -0
- package/dist/components/table/sort.d.ts +28 -0
- package/dist/components/table/sort.d.ts.map +1 -0
- package/dist/components/table/sort.js +3 -0
- package/dist/components/table/sort.jsx +111 -0
- package/dist/components/table/table-lib.d.ts +135 -0
- package/dist/components/table/table-lib.d.ts.map +1 -0
- package/dist/components/table/table-lib.js +83 -0
- package/dist/components/table/table.context.d.ts +10 -0
- package/dist/components/table/table.context.d.ts.map +1 -0
- package/dist/components/table/table.context.jsx +5 -0
- package/dist/components/table/thead.d.ts +9 -0
- package/dist/components/table/thead.d.ts.map +1 -0
- package/dist/components/table/thead.js +3 -0
- package/dist/components/table/thead.jsx +103 -0
- package/dist/config/context.d.ts +21 -0
- package/dist/config/context.d.ts.map +1 -0
- package/dist/config/context.js +12 -0
- package/dist/config/default-translations.d.ts +112 -0
- package/dist/config/default-translations.d.ts.map +1 -0
- package/dist/config/default-translations.jsx +105 -0
- package/dist/config/default-tweaks.d.ts +13 -0
- package/dist/config/default-tweaks.d.ts.map +1 -0
- package/dist/config/default-tweaks.js +4 -0
- package/dist/constants.d.ts +3 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +2 -0
- package/dist/{use-translations-DTLfPE3_.js → context-CsnUsfeP.js} +55 -40
- package/dist/context-CsnUsfeP.js.map +1 -0
- package/dist/{date-picker-BhKEFZew.js → date-picker-DNzupG8R.js} +301 -317
- package/dist/date-picker-DNzupG8R.js.map +1 -0
- package/dist/dict-CisoYSMO.js +28 -0
- package/dist/dict-CisoYSMO.js.map +1 -0
- package/dist/dist-ChfJ5LO9.js +498 -0
- package/dist/dist-ChfJ5LO9.js.map +1 -0
- package/dist/{dist-BrGpYRaj.js → dist-DIjUECx9.js} +56 -56
- package/dist/{dist-BrGpYRaj.js.map → dist-DIjUECx9.js.map} +1 -1
- package/dist/dom-Bn4wY_Zx.js.map +1 -1
- package/dist/{file-upload-DWbZfeG5.js → file-upload-C2zNnv9n.js} +501 -481
- package/dist/{file-upload-DWbZfeG5.js.map → file-upload-C2zNnv9n.js.map} +1 -1
- package/dist/fzf-CPGDDCoU.js +64 -0
- package/dist/fzf-CPGDDCoU.js.map +1 -0
- package/dist/getISOWeek-EcB4Ebqp.js +72 -0
- package/dist/getISOWeek-EcB4Ebqp.js.map +1 -0
- package/dist/group-Dl14TJXO.js +222 -0
- package/dist/group-Dl14TJXO.js.map +1 -0
- package/dist/hooks/use-click-outside.d.ts +3 -0
- package/dist/hooks/use-click-outside.d.ts.map +1 -0
- package/dist/hooks/use-click-outside.js +17 -0
- package/dist/hooks/use-color-parser.d.ts +2 -0
- package/dist/hooks/use-color-parser.d.ts.map +1 -0
- package/dist/hooks/use-color-parser.js +9 -0
- package/dist/hooks/use-components-provider.d.ts +15 -0
- package/dist/hooks/use-components-provider.d.ts.map +1 -0
- package/dist/hooks/use-components-provider.jsx +22 -0
- package/dist/hooks/use-debounce.d.ts +5 -0
- package/dist/hooks/use-debounce.d.ts.map +1 -0
- package/dist/hooks/use-debounce.js +12 -0
- package/dist/hooks/use-floating-ref.d.ts +2 -0
- package/dist/hooks/use-floating-ref.d.ts.map +1 -0
- package/dist/hooks/use-floating-ref.js +6 -0
- package/dist/hooks/use-form.d.ts +394 -0
- package/dist/hooks/use-form.d.ts.map +1 -0
- package/dist/hooks/use-form.js +563 -0
- package/dist/hooks/use-hover.d.ts +3 -0
- package/dist/hooks/use-hover.d.ts.map +1 -0
- package/dist/hooks/use-hover.js +18 -0
- package/dist/hooks/use-input-id.d.ts +4 -0
- package/dist/hooks/use-input-id.d.ts.map +1 -0
- package/dist/hooks/use-input-id.js +5 -0
- package/dist/hooks/use-is-coarse-device.d.ts +2 -0
- package/dist/hooks/use-is-coarse-device.d.ts.map +1 -0
- package/dist/hooks/use-is-coarse-device.js +12 -0
- package/dist/hooks/use-locale.d.ts +3 -0
- package/dist/hooks/use-locale.d.ts.map +1 -0
- package/dist/hooks/use-locale.js +10 -0
- package/dist/hooks/use-media-query.d.ts +2 -0
- package/dist/hooks/use-media-query.d.ts.map +1 -0
- package/dist/hooks/use-media-query.js +25 -0
- package/dist/hooks/use-on-event.d.ts +4 -0
- package/dist/hooks/use-on-event.d.ts.map +1 -0
- package/dist/hooks/use-on-event.js +10 -0
- package/dist/hooks/use-parent.d.ts +3 -0
- package/dist/hooks/use-parent.d.ts.map +1 -0
- package/dist/hooks/use-parent.js +21 -0
- package/dist/hooks/use-preferences.d.ts +2 -0
- package/dist/hooks/use-preferences.d.ts.map +1 -0
- package/dist/hooks/use-preferences.js +23 -0
- package/dist/hooks/use-previous.d.ts +2 -0
- package/dist/hooks/use-previous.d.ts.map +1 -0
- package/dist/hooks/use-previous.js +9 -0
- package/dist/hooks/use-reactive.d.ts +2 -0
- package/dist/hooks/use-reactive.d.ts.map +1 -0
- package/dist/hooks/use-reactive.js +9 -0
- package/dist/hooks/use-remove-scroll.d.ts +4 -0
- package/dist/hooks/use-remove-scroll.d.ts.map +1 -0
- package/dist/hooks/use-remove-scroll.js +48 -0
- package/dist/hooks/use-resize-observer.d.ts +2 -0
- package/dist/hooks/use-resize-observer.d.ts.map +1 -0
- package/dist/hooks/use-resize-observer.js +17 -0
- package/dist/hooks/use-stable-ref.d.ts +2 -0
- package/dist/hooks/use-stable-ref.d.ts.map +1 -0
- package/dist/hooks/use-stable-ref.js +9 -0
- package/dist/hooks/use-swipe.d.ts +8 -0
- package/dist/hooks/use-swipe.d.ts.map +1 -0
- package/dist/hooks/use-swipe.js +17 -0
- package/dist/hooks/use-translations.d.ts +110 -0
- package/dist/hooks/use-translations.d.ts.map +1 -0
- package/dist/hooks/use-translations.js +9 -0
- package/dist/hooks/use-tweaks.d.ts +3 -0
- package/dist/hooks/use-tweaks.d.ts.map +1 -0
- package/dist/hooks/use-tweaks.js +9 -0
- package/dist/hooks/use-window-size.d.ts +5 -0
- package/dist/hooks/use-window-size.d.ts.map +1 -0
- package/dist/hooks/use-window-size.js +14 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +22 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -7932
- package/dist/index.js.map +1 -1
- package/dist/inner-table-CeDX60cL.js +151 -0
- package/dist/inner-table-CeDX60cL.js.map +1 -0
- package/dist/input-Cmyuea4Y.js +412 -0
- package/dist/input-Cmyuea4Y.js.map +1 -0
- package/dist/{input-field-B_whI66Q.js → input-field-ffx1MbHo.js} +29 -16
- package/dist/input-field-ffx1MbHo.js.map +1 -0
- package/dist/isSameMonth-C3lsSwcg.js +10 -0
- package/dist/isSameMonth-C3lsSwcg.js.map +1 -0
- package/dist/isToday-COXfxFui.js +32 -0
- package/dist/isToday-COXfxFui.js.map +1 -0
- package/dist/lib/combi-keys.d.ts +15 -0
- package/dist/lib/combi-keys.d.ts.map +1 -0
- package/dist/lib/combi-keys.js +60 -0
- package/dist/lib/dict.d.ts +9 -0
- package/dist/lib/dict.d.ts.map +1 -0
- package/dist/lib/dict.js +28 -0
- package/dist/lib/dom.d.ts +20 -0
- package/dist/lib/dom.d.ts.map +1 -0
- package/dist/lib/dom.js +185 -0
- package/dist/lib/fns.d.ts +11 -0
- package/dist/lib/fns.d.ts.map +1 -0
- package/dist/lib/fns.js +46 -0
- package/dist/lib/fzf.d.ts +16 -0
- package/dist/lib/fzf.d.ts.map +1 -0
- package/dist/lib/fzf.js +115 -0
- package/dist/lib/keyboard-area.d.ts +16 -0
- package/dist/lib/keyboard-area.d.ts.map +1 -0
- package/dist/lib/keyboard-area.js +14 -0
- package/dist/modal-Df8-6i-o.js +408 -0
- package/dist/modal-Df8-6i-o.js.map +1 -0
- package/dist/notifications-NhCESJUV.js +1697 -0
- package/dist/notifications-NhCESJUV.js.map +1 -0
- package/dist/page-calendar.utils-Bd0PHktL.js +102 -0
- package/dist/page-calendar.utils-Bd0PHktL.js.map +1 -0
- package/dist/preset/preset.tailwind.d.ts.map +1 -1
- package/dist/preset/preset.tailwind.js +6 -7
- package/dist/preset/src/styles/dark.js +1 -1
- package/dist/progress-8LO5gWLp.js +104 -0
- package/dist/progress-8LO5gWLp.js.map +1 -0
- package/dist/{proxy-BcJ_5Dwq.js → proxy-fP2NxmhM.js} +658 -844
- package/dist/proxy-fP2NxmhM.js.map +1 -0
- package/dist/shim-Czv-YhKR.js +93 -0
- package/dist/shim-Czv-YhKR.js.map +1 -0
- package/dist/shortcut-CQCmgmlU.js +100 -0
- package/dist/shortcut-CQCmgmlU.js.map +1 -0
- package/dist/slider-TX9hiHO-.js +1196 -0
- package/dist/slider-TX9hiHO-.js.map +1 -0
- package/dist/sort-DGmiselV.js +195 -0
- package/dist/sort-DGmiselV.js.map +1 -0
- package/dist/step-DFpJ7zCG.js +185 -0
- package/dist/step-DFpJ7zCG.js.map +1 -0
- package/dist/styles/dark.js +1 -1
- package/dist/subMonths-QcCnE3Yh.js +43 -0
- package/dist/subMonths-QcCnE3Yh.js.map +1 -0
- package/dist/table-lib-1bkYSklk.js +174 -0
- package/dist/table-lib-1bkYSklk.js.map +1 -0
- package/dist/{tabs-Ciy0l9OF.js → tabs-Brc963EW.js} +2 -2
- package/dist/{tabs-Ciy0l9OF.js.map → tabs-Brc963EW.js.map} +1 -1
- package/dist/thead-B6WELJZ-.js +211 -0
- package/dist/thead-B6WELJZ-.js.map +1 -0
- package/dist/types.d.ts +26 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/use-locale-DPM_sg4s.js +12 -0
- package/dist/use-locale-DPM_sg4s.js.map +1 -0
- package/dist/use-remove-scroll-pAgC09Sq.js +38 -0
- package/dist/use-remove-scroll-pAgC09Sq.js.map +1 -0
- package/dist/use-translations-BE4PuhLm.js +11 -0
- package/dist/use-translations-BE4PuhLm.js.map +1 -0
- package/dist/useAnimationFrame-DnKbaXfi.js +223 -0
- package/dist/useAnimationFrame-DnKbaXfi.js.map +1 -0
- package/dist/valueToPercent-DZc_m1tm.js +43 -0
- package/dist/valueToPercent-DZc_m1tm.js.map +1 -0
- package/dist/visuallyHidden-B7wI86yi.js +303 -0
- package/dist/visuallyHidden-B7wI86yi.js.map +1 -0
- package/dist/with-selector-BFW5n-pb.js +102 -0
- package/dist/with-selector-BFW5n-pb.js.map +1 -0
- package/dist/wizard-7u_qZ-78.js +218 -0
- package/dist/wizard-7u_qZ-78.js.map +1 -0
- package/package.json +19 -11
- package/dist/autocomplete-D3VOTihi.js +0 -415
- package/dist/autocomplete-D3VOTihi.js.map +0 -1
- package/dist/calendar-PCCZDUIL.js.map +0 -1
- package/dist/components/table/table.js +0 -3
- package/dist/date-picker-BhKEFZew.js.map +0 -1
- package/dist/input-B7jqwPG4.js +0 -473
- package/dist/input-B7jqwPG4.js.map +0 -1
- package/dist/input-field-B_whI66Q.js.map +0 -1
- package/dist/modal-Bz-61ays.js +0 -373
- package/dist/modal-Bz-61ays.js.map +0 -1
- package/dist/notifications-MT4XkLov.js +0 -2203
- package/dist/notifications-MT4XkLov.js.map +0 -1
- package/dist/polymorph-BLXhrn9n.js.map +0 -1
- package/dist/proxy-BcJ_5Dwq.js.map +0 -1
- package/dist/skeleton-CBYEq3lM.js +0 -26
- package/dist/skeleton-CBYEq3lM.js.map +0 -1
- package/dist/slot-pC8kH9De.js.map +0 -1
- package/dist/table-CUFbAI2k.js +0 -1914
- package/dist/table-CUFbAI2k.js.map +0 -1
- package/dist/use-translations-DTLfPE3_.js.map +0 -1
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const REACT_LAZY_TYPE = Symbol.for("react.lazy");
|
|
3
|
+
function setRef(ref, value) {
|
|
4
|
+
if (typeof ref === "function") {
|
|
5
|
+
return ref(value);
|
|
6
|
+
}
|
|
7
|
+
else if (ref !== null && ref !== undefined) {
|
|
8
|
+
ref.current = value;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
function composeRefs(...refs) {
|
|
12
|
+
return (node) => {
|
|
13
|
+
let hasCleanup = false;
|
|
14
|
+
const cleanups = refs.map((ref) => {
|
|
15
|
+
const cleanup = setRef(ref, node);
|
|
16
|
+
if (!hasCleanup && typeof cleanup == "function") {
|
|
17
|
+
hasCleanup = true;
|
|
18
|
+
}
|
|
19
|
+
return cleanup;
|
|
20
|
+
});
|
|
21
|
+
if (hasCleanup) {
|
|
22
|
+
return () => {
|
|
23
|
+
for (let i = 0; i < cleanups.length; i++) {
|
|
24
|
+
const cleanup = cleanups[i];
|
|
25
|
+
if (typeof cleanup == "function") {
|
|
26
|
+
cleanup();
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
setRef(refs[i], null);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
const use = React[" use ".trim().toString()];
|
|
37
|
+
function isPromiseLike(value) {
|
|
38
|
+
return typeof value === "object" && value !== null && "then" in value;
|
|
39
|
+
}
|
|
40
|
+
function isLazyComponent(element) {
|
|
41
|
+
return (element != null &&
|
|
42
|
+
typeof element === "object" &&
|
|
43
|
+
"$$typeof" in element &&
|
|
44
|
+
element.$$typeof === REACT_LAZY_TYPE &&
|
|
45
|
+
"_payload" in element &&
|
|
46
|
+
isPromiseLike(element._payload));
|
|
47
|
+
}
|
|
48
|
+
export function createSlot(ownerName) {
|
|
49
|
+
const SlotClone = createSlotClone(ownerName);
|
|
50
|
+
const Slot = React.forwardRef((props, forwardedRef) => {
|
|
51
|
+
let { children, ...slotProps } = props;
|
|
52
|
+
if (isLazyComponent(children) && typeof use === "function") {
|
|
53
|
+
children = use(children._payload);
|
|
54
|
+
}
|
|
55
|
+
const childrenArray = React.Children.toArray(children);
|
|
56
|
+
const slottable = childrenArray.find(isSlottable);
|
|
57
|
+
if (slottable) {
|
|
58
|
+
// the new element to render is the one passed as a child of `Slottable`
|
|
59
|
+
const newElement = slottable.props.children;
|
|
60
|
+
const newChildren = childrenArray.map((child) => {
|
|
61
|
+
if (child === slottable) {
|
|
62
|
+
// because the new element will be the one rendered, we are only interested
|
|
63
|
+
// in grabbing its children (`newElement.props.children`)
|
|
64
|
+
if (React.Children.count(newElement) > 1)
|
|
65
|
+
return React.Children.only(null);
|
|
66
|
+
return React.isValidElement(newElement) ? newElement.props.children : null;
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
return child;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
return (<SlotClone {...slotProps} ref={forwardedRef}>
|
|
73
|
+
{React.isValidElement(newElement) ? React.cloneElement(newElement, undefined, newChildren) : null}
|
|
74
|
+
</SlotClone>);
|
|
75
|
+
}
|
|
76
|
+
return (<SlotClone {...slotProps} ref={forwardedRef}>
|
|
77
|
+
{children}
|
|
78
|
+
</SlotClone>);
|
|
79
|
+
});
|
|
80
|
+
Slot.displayName = `${ownerName}.Slot`;
|
|
81
|
+
return Slot;
|
|
82
|
+
}
|
|
83
|
+
export const Slot = createSlot("Slot");
|
|
84
|
+
function createSlotClone(ownerName) {
|
|
85
|
+
const SlotClone = React.forwardRef((props, forwardedRef) => {
|
|
86
|
+
let { children, ...slotProps } = props;
|
|
87
|
+
if (isLazyComponent(children) && typeof use === "function") {
|
|
88
|
+
children = use(children._payload);
|
|
89
|
+
}
|
|
90
|
+
if (React.isValidElement(children)) {
|
|
91
|
+
const childrenRef = getElementRef(children);
|
|
92
|
+
const props = mergeProps(slotProps, children.props);
|
|
93
|
+
// do not pass ref to React.Fragment for React 19 compatibility
|
|
94
|
+
if (children.type !== React.Fragment) {
|
|
95
|
+
props.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;
|
|
96
|
+
}
|
|
97
|
+
return React.cloneElement(children, props);
|
|
98
|
+
}
|
|
99
|
+
return React.Children.count(children) > 1 ? React.Children.only(null) : null;
|
|
100
|
+
});
|
|
101
|
+
SlotClone.displayName = `${ownerName}.SlotClone`;
|
|
102
|
+
return SlotClone;
|
|
103
|
+
}
|
|
104
|
+
const SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
|
|
105
|
+
export function createSlottable(ownerName) {
|
|
106
|
+
const Slottable = ({ children }) => {
|
|
107
|
+
return <>{children}</>;
|
|
108
|
+
};
|
|
109
|
+
Slottable.displayName = `${ownerName}.Slottable`;
|
|
110
|
+
Slottable.__radixId = SLOTTABLE_IDENTIFIER;
|
|
111
|
+
return Slottable;
|
|
112
|
+
}
|
|
113
|
+
const Slottable = createSlottable("Slottable");
|
|
114
|
+
function isSlottable(child) {
|
|
115
|
+
return (React.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER);
|
|
116
|
+
}
|
|
117
|
+
function mergeProps(slotProps, childProps) {
|
|
118
|
+
const overrideProps = { ...childProps };
|
|
119
|
+
for (const propName in childProps) {
|
|
120
|
+
const slotPropValue = slotProps[propName];
|
|
121
|
+
const childPropValue = childProps[propName];
|
|
122
|
+
const isHandler = /^on[A-Z]/.test(propName);
|
|
123
|
+
if (isHandler) {
|
|
124
|
+
if (slotPropValue && childPropValue) {
|
|
125
|
+
overrideProps[propName] = (...args) => {
|
|
126
|
+
const result = childPropValue(...args);
|
|
127
|
+
slotPropValue(...args);
|
|
128
|
+
return result;
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
else if (slotPropValue) {
|
|
132
|
+
overrideProps[propName] = slotPropValue;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
else if (propName === "style") {
|
|
136
|
+
overrideProps[propName] = { ...slotPropValue, ...childPropValue };
|
|
137
|
+
}
|
|
138
|
+
else if (propName === "className") {
|
|
139
|
+
overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(" ");
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
return { ...slotProps, ...overrideProps };
|
|
143
|
+
}
|
|
144
|
+
function getElementRef(element) {
|
|
145
|
+
let getter = Object.getOwnPropertyDescriptor(element.props, "ref")?.get;
|
|
146
|
+
let mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
|
|
147
|
+
if (mayWarn) {
|
|
148
|
+
return element.ref;
|
|
149
|
+
}
|
|
150
|
+
getter = Object.getOwnPropertyDescriptor(element, "ref")?.get;
|
|
151
|
+
mayWarn = getter && "isReactWarning" in getter && getter.isReactWarning;
|
|
152
|
+
if (mayWarn) {
|
|
153
|
+
return element.props.ref;
|
|
154
|
+
}
|
|
155
|
+
return element.props.ref || element.ref;
|
|
156
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CvaVariants, Label } from "../../types";
|
|
3
|
+
import { PolymorphicProps } from "./polymorph";
|
|
4
|
+
declare const variants: {
|
|
5
|
+
size: {
|
|
6
|
+
icon: string;
|
|
7
|
+
big: string;
|
|
8
|
+
default: string;
|
|
9
|
+
tiny: string;
|
|
10
|
+
small: string;
|
|
11
|
+
};
|
|
12
|
+
theme: {
|
|
13
|
+
custom: string;
|
|
14
|
+
info: string;
|
|
15
|
+
warn: string;
|
|
16
|
+
muted: string;
|
|
17
|
+
danger: string;
|
|
18
|
+
disabled: string;
|
|
19
|
+
primary: string;
|
|
20
|
+
success: string;
|
|
21
|
+
neutral: string;
|
|
22
|
+
secondary: string;
|
|
23
|
+
loading: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type Variants = CvaVariants<typeof variants>;
|
|
27
|
+
type Themes = NonNullable<Variants["theme"]>;
|
|
28
|
+
export type TagProps<T extends React.ElementType = "span"> = PolymorphicProps<CvaVariants<typeof variants> & Partial<{
|
|
29
|
+
icon: Label;
|
|
30
|
+
loading: boolean;
|
|
31
|
+
indicator: Themes | true;
|
|
32
|
+
}>, T>;
|
|
33
|
+
export declare const Tag: <T extends React.ElementType = "span">(_: TagProps<T>) => React.ReactNode;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/components/core/tag.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAa,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE1D,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;CAqBb,CAAC;AAEF,KAAK,QAAQ,GAAG,WAAW,CAAC,OAAO,QAAQ,CAAC,CAAC;AAE7C,KAAK,MAAM,GAAG,WAAW,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC;AAyB7C,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,IAAI,gBAAgB,CACzE,WAAW,CAAC,OAAO,QAAQ,CAAC,GAAG,OAAO,CAAC;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,CAAC,EACnG,CAAC,CACJ,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,MAAM,EAAE,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAwBQ,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "../../dom-Bn4wY_Zx.js";
|
|
2
2
|
import { t } from "../../dist-NmFtbuK4.js";
|
|
3
|
-
import {
|
|
3
|
+
import { Polymorph as n } from "./polymorph.js";
|
|
4
4
|
import { forwardRef as r } from "react";
|
|
5
5
|
import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
6
6
|
//#region src/components/core/tag.tsx
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { cva } from "class-variance-authority";
|
|
2
|
+
import React, { forwardRef } from "react";
|
|
3
|
+
import { css } from "../../lib/dom";
|
|
4
|
+
import { Polymorph } from "./polymorph";
|
|
5
|
+
const variants = {
|
|
6
|
+
size: {
|
|
7
|
+
icon: "p-tag-padding-icon",
|
|
8
|
+
big: "h-tag-height-big px-tag-padding-x-big py-tag-padding-y-big",
|
|
9
|
+
default: "h-tag-height px-tag-padding-x py-tag-padding-y",
|
|
10
|
+
tiny: "h-tag-height-tiny px-tag-padding-x-tiny py-tag-padding-y-tiny text-typography-xs",
|
|
11
|
+
small: "h-tag-height-small px-tag-padding-x-small py-tag-padding-y-small text-typography-sm",
|
|
12
|
+
},
|
|
13
|
+
theme: {
|
|
14
|
+
custom: "",
|
|
15
|
+
info: "bg-tag-info-bg text-tag-info-text",
|
|
16
|
+
warn: "bg-tag-warn-bg text-tag-warn-text",
|
|
17
|
+
muted: "bg-tag-muted-bg text-tag-muted-text",
|
|
18
|
+
danger: "bg-tag-danger-bg text-tag-danger-text",
|
|
19
|
+
disabled: "bg-disabled duration-700 opacity-70",
|
|
20
|
+
primary: "bg-tag-primary-bg text-tag-primary-text",
|
|
21
|
+
success: "bg-tag-success-bg text-tag-success-text",
|
|
22
|
+
neutral: "bg-transparent border border-card-border",
|
|
23
|
+
secondary: "bg-tag-secondary-bg text-tag-secondary-text",
|
|
24
|
+
loading: "animate-pulse bg-disabled duration-700 opacity-70",
|
|
25
|
+
},
|
|
26
|
+
};
|
|
27
|
+
const indicatorVariant = cva("aspect-square size-tag-indicator-size rounded-full border-0", {
|
|
28
|
+
variants: {
|
|
29
|
+
theme: {
|
|
30
|
+
info: "bg-info",
|
|
31
|
+
warn: "bg-warn",
|
|
32
|
+
muted: "bg-muted",
|
|
33
|
+
danger: "bg-danger",
|
|
34
|
+
neutral: "bg-muted",
|
|
35
|
+
primary: "bg-primary",
|
|
36
|
+
success: "bg-success",
|
|
37
|
+
secondary: "bg-secondary",
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
});
|
|
41
|
+
const tagVariants = cva("inline-flex items-center justify-center gap-tag-gap whitespace-nowrap rounded-tag-radius border-0 align-middle transition-all duration-300 ease-linear", {
|
|
42
|
+
variants,
|
|
43
|
+
defaultVariants: { theme: "primary", size: "default" },
|
|
44
|
+
});
|
|
45
|
+
export const Tag = forwardRef(function Tag({ className, indicator = undefined, icon, loading, theme, size, ...props }, ref) {
|
|
46
|
+
return (<Polymorph {...props} ref={ref} data-theme={theme} data-component="tag" as={props.as ?? "span"} className={css(tagVariants({ size, theme: loading ? "loading" : theme }), className)}>
|
|
47
|
+
{indicator ? (<span aria-hidden="true" className={indicatorVariant({
|
|
48
|
+
theme: indicator === true ? theme : indicator,
|
|
49
|
+
})}/>) : null}
|
|
50
|
+
{icon}
|
|
51
|
+
{props.children}
|
|
52
|
+
</Polymorph>);
|
|
53
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { PropsWithChildren } from "react";
|
|
2
|
+
import React, { type ComponentProps } from "react";
|
|
3
|
+
import { Label } from "../../types";
|
|
4
|
+
export declare const Paragraph: (props: ComponentProps<"p">) => React.JSX.Element;
|
|
5
|
+
export declare const Description: (props: ComponentProps<"p">) => React.JSX.Element;
|
|
6
|
+
export type InfoProps = {
|
|
7
|
+
info?: Label;
|
|
8
|
+
label: Label;
|
|
9
|
+
row?: boolean;
|
|
10
|
+
disabled?: Label;
|
|
11
|
+
className?: string;
|
|
12
|
+
infoDescription?: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const Info: (props: React.PropsWithChildren<InfoProps>) => React.JSX.Element;
|
|
15
|
+
export declare const PageTitle: (props: PropsWithChildren<{
|
|
16
|
+
title: string;
|
|
17
|
+
}>) => React.JSX.Element;
|
|
18
|
+
type PageHeaderProps = {
|
|
19
|
+
title: string;
|
|
20
|
+
description: Label;
|
|
21
|
+
containerProps?: React.ComponentProps<"header">;
|
|
22
|
+
};
|
|
23
|
+
export declare const PageHeader: (props: PropsWithChildren<PageHeaderProps>) => React.JSX.Element;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/components/core/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,CAAC,GAAG,CAAC,sBAA2F,CAAC;AAEhJ,eAAO,MAAM,WAAW,GAAI,OAAO,cAAc,CAAC,GAAG,CAAC,sBAErD,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,KAAK,CAAC;IACb,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,IAAI,GAAI,OAAO,KAAK,CAAC,iBAAiB,CAAC,SAAS,CAAC,sBAO7D,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,OAAO,iBAAiB,CAAC;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,sBAKpE,CAAC;AAEF,KAAK,eAAe,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,KAAK,CAAC;IACnB,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,OAAO,iBAAiB,CAAC,eAAe,CAAC,sBAUnE,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { t as e } from "../../dom-Bn4wY_Zx.js";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
4
|
+
//#region src/components/core/typography.tsx
|
|
5
|
+
var r = (n) => /* @__PURE__ */ t("p", {
|
|
6
|
+
...n,
|
|
7
|
+
className: e("text-typography-base leading-snug", n.className)
|
|
8
|
+
}), i = (n) => /* @__PURE__ */ t("p", {
|
|
9
|
+
...n,
|
|
10
|
+
className: e("mb-kilo text-typography-sm text-secondary", n.className)
|
|
11
|
+
}), a = (r) => /* @__PURE__ */ n("div", {
|
|
12
|
+
className: e(`flex ${r.row ? "flex-row items-center" : "flex-col"} gap-info-gap`, r.className),
|
|
13
|
+
children: [/* @__PURE__ */ t("span", {
|
|
14
|
+
className: "text-info-label-text font-medium tracking-wide",
|
|
15
|
+
children: r.row ? `${r.label}:` : r.label
|
|
16
|
+
}), /* @__PURE__ */ t("span", {
|
|
17
|
+
className: e(r.disabled ? "text-disabled" : "", r.row ? "w-fit text-info-value-text" : "w-full text-info-secondary-text"),
|
|
18
|
+
children: r.children
|
|
19
|
+
})]
|
|
20
|
+
}), o = (e) => /* @__PURE__ */ n("div", { children: [/* @__PURE__ */ t("h2", {
|
|
21
|
+
className: "typography text-typography-3xl font-bold tracking-wide",
|
|
22
|
+
children: e.title
|
|
23
|
+
}), /* @__PURE__ */ t("p", {
|
|
24
|
+
className: "typography text-secondary",
|
|
25
|
+
children: e.children
|
|
26
|
+
})] }), s = (r) => /* @__PURE__ */ n("header", {
|
|
27
|
+
...r.containerProps,
|
|
28
|
+
className: e("gap-mega flex min-w-full flex-row flex-wrap items-center justify-between", r.containerProps?.className),
|
|
29
|
+
children: [/* @__PURE__ */ t(o, {
|
|
30
|
+
title: r.title,
|
|
31
|
+
children: r.description
|
|
32
|
+
}), /* @__PURE__ */ t("div", {
|
|
33
|
+
className: "gap-kilo flex flex-wrap items-center",
|
|
34
|
+
children: r.children
|
|
35
|
+
})]
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { i as Description, a as Info, s as PageHeader, o as PageTitle, r as Paragraph };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=typography.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.js","names":[],"sources":["../../../src/components/core/typography.tsx"],"sourcesContent":["import type { PropsWithChildren } from \"react\";\nimport React, { type ComponentProps } from \"react\";\nimport { css } from \"../../lib/dom\";\nimport { Label } from \"../../types\";\n\nexport const Paragraph = (props: ComponentProps<\"p\">) => <p {...props} className={css(\"text-typography-base leading-snug\", props.className)} />;\n\nexport const Description = (props: ComponentProps<\"p\">) => (\n <p {...props} className={css(\"mb-kilo text-typography-sm text-secondary\", props.className)} />\n);\n\nexport type InfoProps = {\n info?: Label;\n label: Label;\n row?: boolean;\n disabled?: Label;\n className?: string;\n infoDescription?: string;\n};\n\nexport const Info = (props: React.PropsWithChildren<InfoProps>) => (\n <div className={css(`flex ${props.row ? \"flex-row items-center\" : \"flex-col\"} gap-info-gap`, props.className)}>\n <span className=\"text-info-label-text font-medium tracking-wide\">{props.row ? `${props.label}:` : props.label}</span>\n <span className={css(props.disabled ? \"text-disabled\" : \"\", props.row ? \"w-fit text-info-value-text\" : \"w-full text-info-secondary-text\")}>\n {props.children}\n </span>\n </div>\n);\n\nexport const PageTitle = (props: PropsWithChildren<{ title: string }>) => (\n <div>\n <h2 className=\"typography text-typography-3xl font-bold tracking-wide\">{props.title}</h2>\n <p className=\"typography text-secondary\">{props.children}</p>\n </div>\n);\n\ntype PageHeaderProps = {\n title: string;\n description: Label;\n containerProps?: React.ComponentProps<\"header\">;\n};\n\nexport const PageHeader = (props: PropsWithChildren<PageHeaderProps>) => {\n return (\n <header\n {...props.containerProps}\n className={css(\"gap-mega flex min-w-full flex-row flex-wrap items-center justify-between\", props.containerProps?.className)}\n >\n <PageTitle title={props.title}>{props.description}</PageTitle>\n <div className=\"gap-kilo flex flex-wrap items-center\">{props.children}</div>\n </header>\n );\n};\n"],"mappings":";;;;AAKA,IAAa,KAAa,MAA+B,kBAAC,KAAD;CAAG,GAAI;CAAO,WAAW,EAAI,qCAAqC,EAAM,SAAS;AAAI,CAAA,GAEjI,KAAe,MACxB,kBAAC,KAAD;CAAG,GAAI;CAAO,WAAW,EAAI,6CAA6C,EAAM,SAAS;AAAI,CAAA,GAYpF,KAAQ,MACjB,kBAAC,OAAD;CAAK,WAAW,EAAI,QAAQ,EAAM,MAAM,0BAA0B,WAAW,gBAAgB,EAAM,SAAS;WAA5G,CACI,kBAAC,QAAD;EAAM,WAAU;YAAkD,EAAM,MAAM,GAAG,EAAM,MAAM,KAAK,EAAM;CAAY,CAAA,GACpH,kBAAC,QAAD;EAAM,WAAW,EAAI,EAAM,WAAW,kBAAkB,IAAI,EAAM,MAAM,+BAA+B,iCAAiC;YACnI,EAAM;CACL,CAAA,CACL;IAGI,KAAa,MACtB,kBAAC,OAAD,EAAA,UAAA,CACI,kBAAC,MAAD;CAAI,WAAU;WAA0D,EAAM;AAAU,CAAA,GACxF,kBAAC,KAAD;CAAG,WAAU;WAA6B,EAAM;AAAY,CAAA,CAC3D,EAAA,CAAA,GASI,KAAc,MAEnB,kBAAC,UAAD;CACI,GAAI,EAAM;CACV,WAAW,EAAI,4EAA4E,EAAM,gBAAgB,SAAS;WAF9H,CAII,kBAAC,GAAD;EAAW,OAAO,EAAM;YAAQ,EAAM;CAAuB,CAAA,GAC7D,kBAAC,OAAD;EAAK,WAAU;YAAwC,EAAM;CAAc,CAAA,CACvE"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { css } from "../../lib/dom";
|
|
3
|
+
export const Paragraph = (props) => <p {...props} className={css("text-typography-base leading-snug", props.className)}/>;
|
|
4
|
+
export const Description = (props) => (<p {...props} className={css("mb-kilo text-typography-sm text-secondary", props.className)}/>);
|
|
5
|
+
export const Info = (props) => (<div className={css(`flex ${props.row ? "flex-row items-center" : "flex-col"} gap-info-gap`, props.className)}>
|
|
6
|
+
<span className="text-info-label-text font-medium tracking-wide">{props.row ? `${props.label}:` : props.label}</span>
|
|
7
|
+
<span className={css(props.disabled ? "text-disabled" : "", props.row ? "w-fit text-info-value-text" : "w-full text-info-secondary-text")}>
|
|
8
|
+
{props.children}
|
|
9
|
+
</span>
|
|
10
|
+
</div>);
|
|
11
|
+
export const PageTitle = (props) => (<div>
|
|
12
|
+
<h2 className="typography text-typography-3xl font-bold tracking-wide">{props.title}</h2>
|
|
13
|
+
<p className="typography text-secondary">{props.children}</p>
|
|
14
|
+
</div>);
|
|
15
|
+
export const PageHeader = (props) => {
|
|
16
|
+
return (<header {...props.containerProps} className={css("gap-mega flex min-w-full flex-row flex-wrap items-center justify-between", props.containerProps?.className)}>
|
|
17
|
+
<PageTitle title={props.title}>{props.description}</PageTitle>
|
|
18
|
+
<div className="gap-kilo flex flex-wrap items-center">{props.children}</div>
|
|
19
|
+
</header>);
|
|
20
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { HTMLMotionProps } from "motion/react";
|
|
2
|
+
import React, { PropsWithChildren } from "react";
|
|
3
|
+
import { CvaVariants } from "../../types";
|
|
4
|
+
import { PolymorphicProps } from "../core/polymorph";
|
|
5
|
+
type CollapseProps = HTMLMotionProps<"section"> & {
|
|
6
|
+
open: boolean;
|
|
7
|
+
};
|
|
8
|
+
export declare const Collapse: (props: PropsWithChildren<CollapseProps>) => React.JSX.Element;
|
|
9
|
+
declare const themeVariants: {
|
|
10
|
+
theme: {
|
|
11
|
+
primary: string;
|
|
12
|
+
danger: string;
|
|
13
|
+
info: string;
|
|
14
|
+
success: string;
|
|
15
|
+
secondary: string;
|
|
16
|
+
warn: string;
|
|
17
|
+
neutral: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
export type AlertProps<T extends React.ElementType = "div"> = PolymorphicProps<CvaVariants<typeof themeVariants> & Partial<{
|
|
21
|
+
open?: boolean;
|
|
22
|
+
container: string;
|
|
23
|
+
Icon: React.ReactElement;
|
|
24
|
+
onClose: (nextState: boolean) => void;
|
|
25
|
+
}>, T>;
|
|
26
|
+
export declare const Alert: <T extends React.ElementType = "div">(props: AlertProps<T>) => React.ReactNode;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=alert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/display/alert.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAA2B,MAAM,cAAc,CAAC;AAExE,OAAO,KAAK,EAAE,EAAc,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG7D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,EAAa,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAShE,KAAK,aAAa,GAAG,eAAe,CAAC,SAAS,CAAC,GAAG;IAAE,IAAI,EAAE,OAAO,CAAA;CAAE,CAAC;AAEpE,eAAO,MAAM,QAAQ,GAAI,OAAO,iBAAiB,CAAC,aAAa,CAAC,sBAc/D,CAAC;AAEF,QAAA,MAAM,aAAa;;;;;;;;;;CAUlB,CAAC;AAOF,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,IAAI,gBAAgB,CAC1E,WAAW,CAAC,OAAO,aAAa,CAAC,GAC7B,OAAO,CAAC;IACJ,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC,YAAY,CAAC;IACzB,OAAO,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CACzC,CAAC,EACN,CAAC,CACJ,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,CAAC,CAAC,SAAS,KAAK,CAAC,WAAW,GAAG,KAAK,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,SAoD9E,CAAC"}
|
|
@@ -1,53 +1,40 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import { t
|
|
4
|
-
import {
|
|
5
|
-
import { t as
|
|
6
|
-
import { t as
|
|
7
|
-
import { t as
|
|
8
|
-
import { t as
|
|
9
|
-
import { t as
|
|
10
|
-
import { t as
|
|
2
|
+
import { t as e } from "../../dom-Bn4wY_Zx.js";
|
|
3
|
+
import { t } from "../../dist-NmFtbuK4.js";
|
|
4
|
+
import { Polymorph as n } from "../core/polymorph.js";
|
|
5
|
+
import { t as r } from "../../CheckCircle.es-BB91gLT-.js";
|
|
6
|
+
import { t as i } from "../../Info.es-Dvln8pws.js";
|
|
7
|
+
import { t as a } from "../../Warning.es-B_xCn-P5.js";
|
|
8
|
+
import { t as o } from "../../X.es-Cjq2a_OA.js";
|
|
9
|
+
import { t as s } from "../../use-translations-BE4PuhLm.js";
|
|
10
|
+
import { t as c } from "../../proxy-fP2NxmhM.js";
|
|
11
|
+
import { Resizable as l } from "../core/resizable.js";
|
|
11
12
|
import { forwardRef as u } from "react";
|
|
12
13
|
import { jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
13
14
|
//#region src/components/display/alert.tsx
|
|
14
15
|
var p = {
|
|
15
|
-
true: {
|
|
16
|
-
opacity: 1,
|
|
17
|
-
height: "auto"
|
|
18
|
-
},
|
|
19
|
-
false: {
|
|
20
|
-
opacity: [
|
|
21
|
-
.7,
|
|
22
|
-
.3,
|
|
23
|
-
0
|
|
24
|
-
],
|
|
25
|
-
height: 0
|
|
26
|
-
}
|
|
27
|
-
}, m = {
|
|
28
16
|
type: "tween",
|
|
29
|
-
duration: .
|
|
17
|
+
duration: .35,
|
|
30
18
|
ease: [
|
|
31
19
|
.04,
|
|
32
20
|
.62,
|
|
33
21
|
.23,
|
|
34
22
|
.98
|
|
35
23
|
]
|
|
36
|
-
},
|
|
37
|
-
...
|
|
38
|
-
layout: !0,
|
|
39
|
-
layoutRoot: !0,
|
|
40
|
-
layoutScroll: !0,
|
|
24
|
+
}, m = (t) => /* @__PURE__ */ d(c.div, {
|
|
25
|
+
...t,
|
|
41
26
|
initial: !1,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"aria-hidden": !e.open,
|
|
27
|
+
animate: { opacity: +!!t.open },
|
|
28
|
+
transition: p,
|
|
29
|
+
"aria-hidden": !t.open,
|
|
46
30
|
"data-component": "collapse",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
31
|
+
className: e("aria-hidden:pointer-events-none", t.className),
|
|
32
|
+
children: /* @__PURE__ */ d(l, {
|
|
33
|
+
open: t.open,
|
|
34
|
+
destroyOnUnmount: !0,
|
|
35
|
+
children: t.children
|
|
36
|
+
})
|
|
37
|
+
}), h = t("text-typography-sm relative block w-full rounded-alert-radius border p-alert-p", {
|
|
51
38
|
variants: { theme: {
|
|
52
39
|
primary: "bg-alert-primary-bg text-alert-primary-text border-alert-primary-border",
|
|
53
40
|
danger: "bg-alert-danger-bg text-alert-danger-text border-alert-danger-border",
|
|
@@ -58,77 +45,71 @@ var p = {
|
|
|
58
45
|
neutral: "bg-transparent border border-card-border text-alert-primary-text"
|
|
59
46
|
} },
|
|
60
47
|
defaultVariants: { theme: "neutral" }
|
|
61
|
-
}),
|
|
62
|
-
let
|
|
63
|
-
return /* @__PURE__ */ d(
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
48
|
+
}), g = u(function({ className: t, theme: c, Icon: l, onClose: u, open: p = !0, ...g }, _) {
|
|
49
|
+
let v = s(), y = () => u?.(!1), b = c === "danger" || c === "warn" ? "alert" : "status";
|
|
50
|
+
return /* @__PURE__ */ d("div", {
|
|
51
|
+
"data-open": !!p,
|
|
52
|
+
"aria-hidden": !p,
|
|
53
|
+
"data-component": "alert",
|
|
54
|
+
className: e("isolate w-full", p ? "pointer-events-auto" : "pointer-events-none"),
|
|
55
|
+
children: /* @__PURE__ */ d(m, {
|
|
56
|
+
open: !!p,
|
|
57
|
+
children: /* @__PURE__ */ d(n, {
|
|
58
|
+
...g,
|
|
59
|
+
ref: _,
|
|
60
|
+
role: b,
|
|
61
|
+
"data-theme": c,
|
|
62
|
+
as: g.as || "div",
|
|
63
|
+
className: e(h({ theme: c }), t),
|
|
64
|
+
children: /* @__PURE__ */ f("div", {
|
|
65
|
+
className: "flex flex-col gap-alert-gap",
|
|
66
|
+
children: [
|
|
67
|
+
u === void 0 ? null : /* @__PURE__ */ d("button", {
|
|
68
|
+
type: "button",
|
|
69
|
+
onClick: y,
|
|
70
|
+
"aria-label": v.closeButton,
|
|
71
|
+
className: "absolute right-alert-close-right top-alert-close-top text-foreground transition-colors duration-300 ease-in-out hover:text-danger",
|
|
72
|
+
children: /* @__PURE__ */ d(o, {
|
|
73
|
+
size: 20,
|
|
74
|
+
"aria-hidden": "true"
|
|
75
|
+
})
|
|
76
|
+
}),
|
|
77
|
+
/* @__PURE__ */ f("div", {
|
|
78
|
+
className: "flex items-center gap-alert-gap",
|
|
79
|
+
children: [
|
|
80
|
+
!l && c === "success" ? /* @__PURE__ */ d(r, {
|
|
81
|
+
"aria-hidden": "true",
|
|
82
|
+
size: 20
|
|
83
|
+
}) : null,
|
|
84
|
+
!l && c === "info" ? /* @__PURE__ */ d(i, {
|
|
85
|
+
"aria-hidden": "true",
|
|
86
|
+
size: 20
|
|
87
|
+
}) : null,
|
|
88
|
+
!l && c === "danger" ? /* @__PURE__ */ d(a, {
|
|
89
|
+
"aria-hidden": "true",
|
|
90
|
+
size: 20
|
|
91
|
+
}) : null,
|
|
92
|
+
l,
|
|
93
|
+
g.title ? /* @__PURE__ */ d("h4", {
|
|
94
|
+
className: "tracking-3 text-typography-lg text-balance font-semibold",
|
|
95
|
+
children: g.title
|
|
96
|
+
}) : /* @__PURE__ */ d("div", {
|
|
97
|
+
className: "w-full",
|
|
98
|
+
children: g.children
|
|
93
99
|
})
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}) : null,
|
|
102
|
-
!p && u === "info" ? /* @__PURE__ */ d(o, {
|
|
103
|
-
"aria-hidden": "true",
|
|
104
|
-
size: 20
|
|
105
|
-
}) : null,
|
|
106
|
-
!p && u === "danger" ? /* @__PURE__ */ d(s, {
|
|
107
|
-
"aria-hidden": "true",
|
|
108
|
-
size: 20
|
|
109
|
-
}) : null,
|
|
110
|
-
p,
|
|
111
|
-
v.title ? /* @__PURE__ */ d("h4", {
|
|
112
|
-
className: "tracking-3 text-typography-lg text-balance font-semibold",
|
|
113
|
-
children: v.title
|
|
114
|
-
}) : /* @__PURE__ */ d("div", {
|
|
115
|
-
className: "w-full",
|
|
116
|
-
children: v.children
|
|
117
|
-
})
|
|
118
|
-
]
|
|
119
|
-
}),
|
|
120
|
-
v.title ? /* @__PURE__ */ d("div", {
|
|
121
|
-
className: "w-full",
|
|
122
|
-
children: v.children
|
|
123
|
-
}) : null
|
|
124
|
-
]
|
|
125
|
-
})
|
|
100
|
+
]
|
|
101
|
+
}),
|
|
102
|
+
g.title ? /* @__PURE__ */ d("div", {
|
|
103
|
+
className: "w-full",
|
|
104
|
+
children: g.children
|
|
105
|
+
}) : null
|
|
106
|
+
]
|
|
126
107
|
})
|
|
127
108
|
})
|
|
128
|
-
})
|
|
109
|
+
})
|
|
129
110
|
});
|
|
130
111
|
});
|
|
131
112
|
//#endregion
|
|
132
|
-
export {
|
|
113
|
+
export { g as Alert, m as Collapse };
|
|
133
114
|
|
|
134
115
|
//# sourceMappingURL=alert.js.map
|