@bi-digital/react 0.9.0 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{alert-footer-CHHPzMiX.d.mts → alert-footer-42JbxJ0B.d.mts} +132 -155
- package/dist/components/alert/alert-footer.d.mts +1 -14
- package/dist/components/alert/alert-footer.mjs +15 -2
- package/dist/components/alert/alert-footer.mjs.map +1 -0
- package/dist/components/alert/alert.d.mts +1 -14
- package/dist/components/alert/alert.mjs +33 -2
- package/dist/components/alert/alert.mjs.map +1 -0
- package/dist/components/alert/index.d.mts +1 -14
- package/dist/components/alert/index.mjs +3 -5
- package/dist/components/avatar/avatar.d.mts +1 -14
- package/dist/components/avatar/avatar.mjs +37 -2
- package/dist/components/avatar/avatar.mjs.map +1 -0
- package/dist/components/avatar/index.d.mts +1 -14
- package/dist/components/avatar/index.mjs +2 -4
- package/dist/components/badge/badge.d.mts +1 -14
- package/dist/components/badge/badge.mjs +19 -2
- package/dist/components/badge/badge.mjs.map +1 -0
- package/dist/components/badge/index.d.mts +1 -14
- package/dist/components/badge/index.mjs +2 -4
- package/dist/components/button/button.d.mts +1 -14
- package/dist/components/button/button.mjs +39 -4
- package/dist/components/button/button.mjs.map +1 -0
- package/dist/components/button/index.d.mts +1 -14
- package/dist/components/button/index.mjs +2 -6
- package/dist/components/card/card-action.d.mts +1 -14
- package/dist/components/card/card-action.mjs +21 -6
- package/dist/components/card/card-action.mjs.map +1 -0
- package/dist/components/card/card-actions.d.mts +1 -14
- package/dist/components/card/card-actions.mjs +14 -2
- package/dist/components/card/card-actions.mjs.map +1 -0
- package/dist/components/card/card-content.d.mts +1 -14
- package/dist/components/card/card-content.mjs +15 -2
- package/dist/components/card/card-content.mjs.map +1 -0
- package/dist/components/card/card-date.d.mts +1 -14
- package/dist/components/card/card-date.mjs +14 -2
- package/dist/components/card/card-date.mjs.map +1 -0
- package/dist/components/card/card-header.d.mts +1 -14
- package/dist/components/card/card-header.mjs +37 -2
- package/dist/components/card/card-header.mjs.map +1 -0
- package/dist/components/card/card-media.d.mts +1 -14
- package/dist/components/card/card-media.mjs +17 -2
- package/dist/components/card/card-media.mjs.map +1 -0
- package/dist/components/card/card.d.mts +1 -14
- package/dist/components/card/card.mjs +19 -2
- package/dist/components/card/card.mjs.map +1 -0
- package/dist/components/card/index.d.mts +1 -14
- package/dist/components/card/index.mjs +8 -14
- package/dist/components/checkbox/checkbox-subsection.d.mts +1 -14
- package/dist/components/checkbox/checkbox-subsection.mjs +15 -2
- package/dist/components/checkbox/checkbox-subsection.mjs.map +1 -0
- package/dist/components/checkbox/checkbox.d.mts +1 -14
- package/dist/components/checkbox/checkbox.mjs +59 -11
- package/dist/components/checkbox/checkbox.mjs.map +1 -0
- package/dist/components/checkbox/index.d.mts +1 -14
- package/dist/components/checkbox/index.mjs +3 -14
- package/dist/components/chip/chip.d.mts +1 -14
- package/dist/components/chip/chip.mjs +24 -2
- package/dist/components/chip/chip.mjs.map +1 -0
- package/dist/components/chip/index.d.mts +1 -14
- package/dist/components/chip/index.mjs +2 -4
- package/dist/components/details/details-content.d.mts +1 -14
- package/dist/components/details/details-content.mjs +20 -2
- package/dist/components/details/details-content.mjs.map +1 -0
- package/dist/components/details/details-summary.d.mts +1 -14
- package/dist/components/details/details-summary.mjs +20 -2
- package/dist/components/details/details-summary.mjs.map +1 -0
- package/dist/components/details/details.d.mts +1 -14
- package/dist/components/details/details.mjs +33 -2
- package/dist/components/details/details.mjs.map +1 -0
- package/dist/components/details/index.d.mts +1 -14
- package/dist/components/details/index.mjs +4 -6
- package/dist/components/dialog/dialog-close-button.d.mts +1 -14
- package/dist/components/dialog/dialog-close-button.mjs +28 -6
- package/dist/components/dialog/dialog-close-button.mjs.map +1 -0
- package/dist/components/dialog/dialog-content.d.mts +1 -14
- package/dist/components/dialog/dialog-content.mjs +16 -2
- package/dist/components/dialog/dialog-content.mjs.map +1 -0
- package/dist/components/dialog/dialog-footer.d.mts +1 -14
- package/dist/components/dialog/dialog-footer.mjs +16 -2
- package/dist/components/dialog/dialog-footer.mjs.map +1 -0
- package/dist/components/dialog/dialog-header.d.mts +1 -14
- package/dist/components/dialog/dialog-header.mjs +16 -2
- package/dist/components/dialog/dialog-header.mjs.map +1 -0
- package/dist/components/dialog/dialog-trigger-context.d.mts +1 -1
- package/dist/components/dialog/dialog-trigger-context.mjs +21 -2
- package/dist/components/dialog/dialog-trigger-context.mjs.map +1 -0
- package/dist/components/dialog/dialog-trigger.d.mts +1 -14
- package/dist/components/dialog/dialog-trigger.mjs +20 -7
- package/dist/components/dialog/dialog-trigger.mjs.map +1 -0
- package/dist/components/dialog/dialog.d.mts +1 -14
- package/dist/components/dialog/dialog.mjs +62 -4
- package/dist/components/dialog/dialog.mjs.map +1 -0
- package/dist/components/dialog/index.d.mts +2 -14
- package/dist/components/dialog/index.mjs +8 -15
- package/dist/components/drawer/drawer-close-button.d.mts +1 -14
- package/dist/components/drawer/drawer-close-button.mjs +14 -15
- package/dist/components/drawer/drawer-close-button.mjs.map +1 -0
- package/dist/components/drawer/drawer-content.d.mts +1 -14
- package/dist/components/drawer/drawer-content.mjs +16 -15
- package/dist/components/drawer/drawer-content.mjs.map +1 -0
- package/dist/components/drawer/drawer-footer.d.mts +1 -14
- package/dist/components/drawer/drawer-footer.mjs +16 -15
- package/dist/components/drawer/drawer-footer.mjs.map +1 -0
- package/dist/components/drawer/drawer-header.d.mts +1 -14
- package/dist/components/drawer/drawer-header.mjs +16 -15
- package/dist/components/drawer/drawer-header.mjs.map +1 -0
- package/dist/components/drawer/drawer-trigger-context.d.mts +1 -1
- package/dist/components/drawer/drawer-trigger-context.mjs +11 -15
- package/dist/components/drawer/drawer-trigger-context.mjs.map +1 -0
- package/dist/components/drawer/drawer-trigger.d.mts +1 -14
- package/dist/components/drawer/drawer-trigger.mjs +14 -15
- package/dist/components/drawer/drawer-trigger.mjs.map +1 -0
- package/dist/components/drawer/drawer.d.mts +1 -14
- package/dist/components/drawer/drawer.mjs +47 -15
- package/dist/components/drawer/drawer.mjs.map +1 -0
- package/dist/components/drawer/index.d.mts +2 -14
- package/dist/components/drawer/index.mjs +8 -23
- package/dist/components/dropdown/dropdown-button.d.mts +1 -14
- package/dist/components/dropdown/dropdown-button.mjs +14 -6
- package/dist/components/dropdown/dropdown-button.mjs.map +1 -0
- package/dist/components/dropdown/dropdown-item.d.mts +1 -1
- package/dist/components/dropdown/dropdown-item.mjs +9 -2
- package/dist/components/dropdown/dropdown-item.mjs.map +1 -0
- package/dist/components/dropdown/dropdown-list.d.mts +1 -1
- package/dist/components/dropdown/dropdown-list.mjs +9 -2
- package/dist/components/dropdown/dropdown-list.mjs.map +1 -0
- package/dist/components/dropdown/dropdown-trigger-context.d.mts +1 -14
- package/dist/components/dropdown/dropdown-trigger-context.mjs +27 -12
- package/dist/components/dropdown/dropdown-trigger-context.mjs.map +1 -0
- package/dist/components/dropdown/dropdown-trigger.d.mts +1 -14
- package/dist/components/dropdown/dropdown-trigger.mjs +12 -12
- package/dist/components/dropdown/dropdown-trigger.mjs.map +1 -0
- package/dist/components/dropdown/dropdown.d.mts +1 -14
- package/dist/components/dropdown/dropdown.mjs +43 -12
- package/dist/components/dropdown/dropdown.mjs.map +1 -0
- package/dist/components/dropdown/index.d.mts +3 -14
- package/dist/components/dropdown/index.mjs +7 -19
- package/dist/components/field/field-affix.d.mts +1 -14
- package/dist/components/field/field-affix.mjs +43 -2
- package/dist/components/field/field-affix.mjs.map +1 -0
- package/dist/components/field/field-description.d.mts +1 -14
- package/dist/components/field/field-description.mjs +14 -2
- package/dist/components/field/field-description.mjs.map +1 -0
- package/dist/components/field/field.d.mts +1 -14
- package/dist/components/field/field.mjs +28 -2
- package/dist/components/field/field.mjs.map +1 -0
- package/dist/components/field/index.d.mts +1 -14
- package/dist/components/field/index.mjs +4 -6
- package/dist/components/fieldset/fieldset-description.d.mts +1 -14
- package/dist/components/fieldset/fieldset-description.mjs +12 -2
- package/dist/components/fieldset/fieldset-description.mjs.map +1 -0
- package/dist/components/fieldset/fieldset-legend.d.mts +1 -14
- package/dist/components/fieldset/fieldset-legend.mjs +18 -4
- package/dist/components/fieldset/fieldset-legend.mjs.map +1 -0
- package/dist/components/fieldset/fieldset.d.mts +1 -14
- package/dist/components/fieldset/fieldset.mjs +15 -2
- package/dist/components/fieldset/fieldset.mjs.map +1 -0
- package/dist/components/fieldset/index.d.mts +1 -14
- package/dist/components/fieldset/index.mjs +4 -8
- package/dist/components/filter-group/filter-group.d.mts +1 -14
- package/dist/components/filter-group/filter-group.mjs +38 -2
- package/dist/components/filter-group/filter-group.mjs.map +1 -0
- package/dist/components/filter-group/index.d.mts +1 -14
- package/dist/components/filter-group/index.mjs +2 -4
- package/dist/components/footer/footer-links.d.mts +1 -1
- package/dist/components/footer/footer-links.mjs +13 -2
- package/dist/components/footer/footer-links.mjs.map +1 -0
- package/dist/components/footer/footer.d.mts +1 -14
- package/dist/components/footer/footer.mjs +110 -6
- package/dist/components/footer/footer.mjs.map +1 -0
- package/dist/components/footer/index.d.mts +2 -14
- package/dist/components/footer/index.mjs +3 -9
- package/dist/components/index.d.mts +10 -15
- package/dist/components/index.mjs +112 -120
- package/dist/components/input/index.d.mts +1 -14
- package/dist/components/input/index.mjs +2 -4
- package/dist/components/input/input.d.mts +1 -14
- package/dist/components/input/input.mjs +23 -2
- package/dist/components/input/input.mjs.map +1 -0
- package/dist/components/label/index.d.mts +1 -14
- package/dist/components/label/index.mjs +2 -4
- package/dist/components/label/label.d.mts +1 -14
- package/dist/components/label/label.mjs +16 -2
- package/dist/components/label/label.mjs.map +1 -0
- package/dist/components/link/index.d.mts +1 -14
- package/dist/components/link/index.mjs +2 -4
- package/dist/components/link/link.d.mts +1 -14
- package/dist/components/link/link.mjs +17 -2
- package/dist/components/link/link.mjs.map +1 -0
- package/dist/components/logo/index.d.mts +1 -14
- package/dist/components/logo/index.mjs +2 -4
- package/dist/components/logo/logo.d.mts +1 -14
- package/dist/components/logo/logo.mjs +17 -2
- package/dist/components/logo/logo.mjs.map +1 -0
- package/dist/components/navbar/index.d.mts +1 -14
- package/dist/components/navbar/index.mjs +3 -13
- package/dist/components/navbar/navbar.d.mts +1 -14
- package/dist/components/navbar/navbar.mjs +22 -4
- package/dist/components/navbar/navbar.mjs.map +1 -0
- package/dist/components/navbar/sub-navbar.d.mts +1 -14
- package/dist/components/navbar/sub-navbar.mjs +27 -8
- package/dist/components/navbar/sub-navbar.mjs.map +1 -0
- package/dist/components/pagination/index.d.mts +2 -14
- package/dist/components/pagination/index.mjs +4 -10
- package/dist/components/pagination/pagination-button.d.mts +1 -14
- package/dist/components/pagination/pagination-button.mjs +13 -6
- package/dist/components/pagination/pagination-button.mjs.map +1 -0
- package/dist/components/pagination/pagination-item.d.mts +1 -1
- package/dist/components/pagination/pagination-item.mjs +13 -2
- package/dist/components/pagination/pagination-item.mjs.map +1 -0
- package/dist/components/pagination/pagination.d.mts +1 -14
- package/dist/components/pagination/pagination.mjs +15 -2
- package/dist/components/pagination/pagination.mjs.map +1 -0
- package/dist/components/popover/index.d.mts +2 -14
- package/dist/components/popover/index.mjs +4 -12
- package/dist/components/popover/popover-trigger-context.d.mts +1 -1
- package/dist/components/popover/popover-trigger-context.mjs +37 -2
- package/dist/components/popover/popover-trigger-context.mjs.map +1 -0
- package/dist/components/popover/popover-trigger.d.mts +1 -14
- package/dist/components/popover/popover-trigger.mjs +43 -7
- package/dist/components/popover/popover-trigger.mjs.map +1 -0
- package/dist/components/popover/popover.d.mts +1 -14
- package/dist/components/popover/popover.mjs +110 -5
- package/dist/components/popover/popover.mjs.map +1 -0
- package/dist/components/radio/index.d.mts +1 -14
- package/dist/components/radio/index.mjs +2 -12
- package/dist/components/radio/radio.d.mts +1 -14
- package/dist/components/radio/radio.mjs +46 -10
- package/dist/components/radio/radio.mjs.map +1 -0
- package/dist/components/search/index.d.mts +1 -14
- package/dist/components/search/index.mjs +2 -14
- package/dist/components/search/search.d.mts +1 -14
- package/dist/components/search/search.mjs +59 -12
- package/dist/components/search/search.mjs.map +1 -0
- package/dist/components/select/index.d.mts +1 -14
- package/dist/components/select/index.mjs +4 -6
- package/dist/components/select/select-optgroup.d.mts +1 -14
- package/dist/components/select/select-optgroup.mjs +12 -2
- package/dist/components/select/select-optgroup.mjs.map +1 -0
- package/dist/components/select/select-option.d.mts +1 -14
- package/dist/components/select/select-option.mjs +12 -2
- package/dist/components/select/select-option.mjs.map +1 -0
- package/dist/components/select/select.d.mts +1 -14
- package/dist/components/select/select.mjs +24 -2
- package/dist/components/select/select.mjs.map +1 -0
- package/dist/components/selectfield/index.d.mts +1 -14
- package/dist/components/selectfield/index.mjs +2 -16
- package/dist/components/selectfield/selectfield.d.mts +1 -14
- package/dist/components/selectfield/selectfield.mjs +55 -14
- package/dist/components/selectfield/selectfield.mjs.map +1 -0
- package/dist/components/skip-link/index.d.mts +1 -14
- package/dist/components/skip-link/index.mjs +2 -4
- package/dist/components/skip-link/skip-link.d.mts +1 -14
- package/dist/components/skip-link/skip-link.mjs +15 -2
- package/dist/components/skip-link/skip-link.mjs.map +1 -0
- package/dist/components/spinner/index.d.mts +1 -14
- package/dist/components/spinner/index.mjs +2 -4
- package/dist/components/spinner/spinner.d.mts +1 -14
- package/dist/components/spinner/spinner.mjs +15 -2
- package/dist/components/spinner/spinner.mjs.map +1 -0
- package/dist/components/sticky-header/index.d.mts +1 -2
- package/dist/components/sticky-header/index.mjs +2 -4
- package/dist/components/sticky-header/sticky-header.d.mts +1 -1
- package/dist/components/sticky-header/sticky-header.mjs +18 -2
- package/dist/components/sticky-header/sticky-header.mjs.map +1 -0
- package/dist/components/switch/index.d.mts +1 -14
- package/dist/components/switch/index.mjs +2 -12
- package/dist/components/switch/switch.d.mts +1 -14
- package/dist/components/switch/switch.mjs +35 -10
- package/dist/components/switch/switch.mjs.map +1 -0
- package/dist/components/tabs/index.d.mts +2 -15
- package/dist/components/tabs/index.mjs +5 -11
- package/dist/components/tabs/tab.d.mts +1 -14
- package/dist/components/tabs/tab.mjs +24 -6
- package/dist/components/tabs/tab.mjs.map +1 -0
- package/dist/components/tabs/tabs-list.d.mts +1 -14
- package/dist/components/tabs/tabs-list.mjs +14 -2
- package/dist/components/tabs/tabs-list.mjs.map +1 -0
- package/dist/components/tabs/tabs-panel.d.mts +1 -14
- package/dist/components/tabs/tabs-panel.mjs +18 -2
- package/dist/components/tabs/tabs-panel.mjs.map +1 -0
- package/dist/components/tabs/tabs.d.mts +2 -15
- package/dist/components/tabs/tabs.mjs +50 -2
- package/dist/components/tabs/tabs.mjs.map +1 -0
- package/dist/components/textarea/index.d.mts +1 -14
- package/dist/components/textarea/index.mjs +2 -4
- package/dist/components/textarea/textarea.d.mts +1 -14
- package/dist/components/textarea/textarea.mjs +15 -2
- package/dist/components/textarea/textarea.mjs.map +1 -0
- package/dist/components/textfield/index.d.mts +1 -14
- package/dist/components/textfield/index.mjs +2 -16
- package/dist/components/textfield/textfield.d.mts +1 -14
- package/dist/components/textfield/textfield.mjs +68 -14
- package/dist/components/textfield/textfield.mjs.map +1 -0
- package/dist/components/validation-message/index.d.mts +1 -14
- package/dist/components/validation-message/index.mjs +2 -4
- package/dist/components/validation-message/validation-message.d.mts +1 -14
- package/dist/components/validation-message/validation-message.mjs +16 -2
- package/dist/components/validation-message/validation-message.mjs.map +1 -0
- package/dist/dialog-trigger-context-CAC7jh1K.d.mts +20 -0
- package/dist/drawer-trigger-context-DxLBj5Xr.d.mts +16 -0
- package/dist/{dropdown-item-wInrqt83.d.mts → dropdown-item-B6MmulV_.d.mts} +3 -3
- package/dist/{dropdown-list-z14BOCh4.d.mts → dropdown-list-DKugDMKm.d.mts} +3 -3
- package/dist/{footer-links-C7vC-VD7.d.mts → footer-links-Dac3-Emr.d.mts} +3 -3
- package/dist/main.d.mts +16 -18
- package/dist/main.mjs +83 -121
- package/dist/{pagination-item-cKOuhfhM.d.mts → pagination-item-AQQSJ7GD.d.mts} +3 -3
- package/dist/{popover-trigger-context-sQGC75uf.d.mts → popover-trigger-context-BG1lPWXA.d.mts} +5 -5
- package/dist/{sticky-header-Y0uT-nWI.d.mts → sticky-header-C6gJlnzy.d.mts} +3 -3
- package/dist/{types-Biyhmxh9.d.mts → types-74lJC5tL.d.mts} +1 -1
- package/dist/{types-Bgj7p8nD.d.mts → types-BXsMIYrD.d.mts} +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.mjs +1 -1
- package/dist/{useCheckboxGroup-BUpI46_M.d.mts → useCheckboxGroup-Boc_tLJ3.d.mts} +1 -1
- package/dist/{useIsElementAboveViewport-BcIGWQqn.d.mts → useIsElementAboveViewport-Cxt9TwLS.d.mts} +1 -1
- package/dist/useIsomorphicLayoutEffect-DXCY5AxR.d.mts +7 -0
- package/dist/{useMediaQuery-CIi3MXay.d.mts → useMediaQuery-Di0fXraw.d.mts} +1 -1
- package/dist/{useScrollDirection-Cm7w2CbB.d.mts → useScrollDirection-6pq5a8B3.d.mts} +1 -1
- package/dist/utilities/hooks/index.d.mts +6 -16
- package/dist/utilities/hooks/index.mjs +7 -9
- package/dist/utilities/hooks/useCheckboxGroup/useCheckboxGroup.d.mts +1 -1
- package/dist/utilities/hooks/useCheckboxGroup/useCheckboxGroup.mjs +16 -2
- package/dist/{useCheckboxGroup-B2Px3eiz.mjs.map → utilities/hooks/useCheckboxGroup/useCheckboxGroup.mjs.map} +1 -1
- package/dist/utilities/hooks/useIsElementAboveViewport/useIsElementAboveViewport.d.mts +1 -1
- package/dist/utilities/hooks/useIsElementAboveViewport/useIsElementAboveViewport.mjs +18 -2
- package/dist/{useIsElementAboveViewport-BaSLEYQk.mjs.map → utilities/hooks/useIsElementAboveViewport/useIsElementAboveViewport.mjs.map} +1 -1
- package/dist/utilities/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.mts +1 -1
- package/dist/utilities/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.mjs +6 -2
- package/dist/{useIsomorphicLayoutEffect-Bn8aiGVW.mjs.map → utilities/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.mjs.map} +1 -1
- package/dist/utilities/hooks/useMediaQuery/useMediaQuery.d.mts +1 -1
- package/dist/utilities/hooks/useMediaQuery/useMediaQuery.mjs +42 -3
- package/dist/{useMediaQuery-BRGC6S33.mjs.map → utilities/hooks/useMediaQuery/useMediaQuery.mjs.map} +1 -1
- package/dist/utilities/hooks/useMergeRefs/useMergeRefs.mjs +40 -2
- package/dist/{useMergeRefs-DeEL5hK6.mjs.map → utilities/hooks/useMergeRefs/useMergeRefs.mjs.map} +1 -1
- package/dist/utilities/hooks/usePagination/usePagination.d.mts +1 -14
- package/dist/utilities/hooks/usePagination/usePagination.mjs +95 -2
- package/dist/{usePagination-aBXSjQBp.mjs.map → utilities/hooks/usePagination/usePagination.mjs.map} +1 -1
- package/dist/utilities/hooks/useScrollDirection/useScrollDirection.d.mts +1 -1
- package/dist/utilities/hooks/useScrollDirection/useScrollDirection.mjs +26 -2
- package/dist/{useScrollDirection-C36-HP3S.mjs.map → utilities/hooks/useScrollDirection/useScrollDirection.mjs.map} +1 -1
- package/dist/utilities/index.d.mts +7 -17
- package/dist/utilities/index.mjs +8 -9
- package/dist/utilities/types.d.mts +1 -1
- package/dist/utilities/types.mjs +1 -1
- package/dist/vanilla/dropdown/index.mjs +2 -3
- package/dist/vanilla/dropdown/index.mjs.map +1 -1
- package/dist/vanilla/index.mjs +3 -3
- package/dist/vanilla/popover/index.mjs +83 -2
- package/dist/vanilla/popover/index.mjs.map +1 -0
- package/dist/vanilla/sub-navbar/index.mjs +1 -1
- package/dist/vanilla/sub-navbar/index.mjs.map +1 -1
- package/package.json +13 -15
- package/dist/alert-B-qfyhxc.mjs +0 -35
- package/dist/alert-B-qfyhxc.mjs.map +0 -1
- package/dist/alert-footer-CiXj-PGD.mjs +0 -17
- package/dist/alert-footer-CiXj-PGD.mjs.map +0 -1
- package/dist/alert-vOhEayej.mjs +0 -1
- package/dist/avatar-5e5_er9-.mjs +0 -1
- package/dist/avatar-BEjjwjRn.mjs +0 -39
- package/dist/avatar-BEjjwjRn.mjs.map +0 -1
- package/dist/badge-D6dJHxi2.mjs +0 -1
- package/dist/badge-tAjYsQEq.mjs +0 -21
- package/dist/badge-tAjYsQEq.mjs.map +0 -1
- package/dist/button-BoSub8TT.mjs +0 -1
- package/dist/button-Df0Se51p.mjs +0 -40
- package/dist/button-Df0Se51p.mjs.map +0 -1
- package/dist/card-BwkKWLCT.mjs +0 -21
- package/dist/card-BwkKWLCT.mjs.map +0 -1
- package/dist/card-action-DAFhhfZ5.mjs +0 -22
- package/dist/card-action-DAFhhfZ5.mjs.map +0 -1
- package/dist/card-actions-DQXkkGKI.mjs +0 -16
- package/dist/card-actions-DQXkkGKI.mjs.map +0 -1
- package/dist/card-content-zQQxsR9_.mjs +0 -17
- package/dist/card-content-zQQxsR9_.mjs.map +0 -1
- package/dist/card-date-PwKzeTzD.mjs +0 -16
- package/dist/card-date-PwKzeTzD.mjs.map +0 -1
- package/dist/card-header-DkKr5o8N.mjs +0 -39
- package/dist/card-header-DkKr5o8N.mjs.map +0 -1
- package/dist/card-media-Bv2VWU3K.mjs +0 -19
- package/dist/card-media-Bv2VWU3K.mjs.map +0 -1
- package/dist/card-qYOn8pIl.mjs +0 -1
- package/dist/checkbox-BPiURV39.mjs +0 -1
- package/dist/checkbox-DLGjrSt2.mjs +0 -58
- package/dist/checkbox-DLGjrSt2.mjs.map +0 -1
- package/dist/checkbox-subsection-Dq60blow.mjs +0 -17
- package/dist/checkbox-subsection-Dq60blow.mjs.map +0 -1
- package/dist/chip-BEnK1Tg4.mjs +0 -1
- package/dist/chip-BzRByPTB.mjs +0 -26
- package/dist/chip-BzRByPTB.mjs.map +0 -1
- package/dist/details-BFP82eFe.mjs +0 -35
- package/dist/details-BFP82eFe.mjs.map +0 -1
- package/dist/details-BTkav6FR.mjs +0 -1
- package/dist/details-content-B-YYBzuY.mjs +0 -22
- package/dist/details-content-B-YYBzuY.mjs.map +0 -1
- package/dist/details-summary-BiXSfZfC.mjs +0 -22
- package/dist/details-summary-BiXSfZfC.mjs.map +0 -1
- package/dist/dialog-CRNSJEfp.mjs +0 -91
- package/dist/dialog-CRNSJEfp.mjs.map +0 -1
- package/dist/dialog-DOBwB8ll.mjs +0 -1
- package/dist/dialog-close-button-CJZrsHfN.mjs +0 -24
- package/dist/dialog-close-button-CJZrsHfN.mjs.map +0 -1
- package/dist/dialog-content-CrbstN2A.mjs +0 -18
- package/dist/dialog-content-CrbstN2A.mjs.map +0 -1
- package/dist/dialog-footer-CFNIIiwS.mjs +0 -18
- package/dist/dialog-footer-CFNIIiwS.mjs.map +0 -1
- package/dist/dialog-header-Duz76tEF.mjs +0 -18
- package/dist/dialog-header-Duz76tEF.mjs.map +0 -1
- package/dist/dialog-trigger-CEvyANEF.mjs +0 -22
- package/dist/dialog-trigger-CEvyANEF.mjs.map +0 -1
- package/dist/dialog-trigger-context-Dlf5Whq6.d.mts +0 -15
- package/dist/dialog-trigger-context-DqM6S5V-.mjs +0 -16
- package/dist/dialog-trigger-context-DqM6S5V-.mjs.map +0 -1
- package/dist/drawer-DYVQZLML.mjs +0 -1
- package/dist/drawer-Ds2MkNjF.mjs +0 -46
- package/dist/drawer-Ds2MkNjF.mjs.map +0 -1
- package/dist/drawer-close-button-gjzgYKSw.mjs +0 -12
- package/dist/drawer-close-button-gjzgYKSw.mjs.map +0 -1
- package/dist/drawer-content-DxY9zj19.mjs +0 -14
- package/dist/drawer-content-DxY9zj19.mjs.map +0 -1
- package/dist/drawer-footer-DEZvKbZ9.mjs +0 -14
- package/dist/drawer-footer-DEZvKbZ9.mjs.map +0 -1
- package/dist/drawer-header-8MFxFbKD.mjs +0 -14
- package/dist/drawer-header-8MFxFbKD.mjs.map +0 -1
- package/dist/drawer-trigger-CUFZtPLQ.mjs +0 -12
- package/dist/drawer-trigger-CUFZtPLQ.mjs.map +0 -1
- package/dist/drawer-trigger-context-3hDiHR-k.d.mts +0 -13
- package/dist/drawer-trigger-context-DUYTD43h.mjs +0 -9
- package/dist/drawer-trigger-context-DUYTD43h.mjs.map +0 -1
- package/dist/dropdown-4m7NoRv7.mjs +0 -1
- package/dist/dropdown-BZZfp-oa.mjs +0 -44
- package/dist/dropdown-BZZfp-oa.mjs.map +0 -1
- package/dist/dropdown-button-DFRD5c3-.mjs +0 -15
- package/dist/dropdown-button-DFRD5c3-.mjs.map +0 -1
- package/dist/dropdown-item-rKVicLWJ.mjs +0 -11
- package/dist/dropdown-item-rKVicLWJ.mjs.map +0 -1
- package/dist/dropdown-list-CCnbpP3r.mjs +0 -11
- package/dist/dropdown-list-CCnbpP3r.mjs.map +0 -1
- package/dist/dropdown-trigger-FhCAqY-W.mjs +0 -13
- package/dist/dropdown-trigger-FhCAqY-W.mjs.map +0 -1
- package/dist/dropdown-trigger-context-DnY5awW2.mjs +0 -28
- package/dist/dropdown-trigger-context-DnY5awW2.mjs.map +0 -1
- package/dist/field-BIBlDQoi.mjs +0 -30
- package/dist/field-BIBlDQoi.mjs.map +0 -1
- package/dist/field-D8ZE0keC.mjs +0 -1
- package/dist/field-affix-DNZXWyx-.mjs +0 -45
- package/dist/field-affix-DNZXWyx-.mjs.map +0 -1
- package/dist/field-description-Dt2qLchF.mjs +0 -16
- package/dist/field-description-Dt2qLchF.mjs.map +0 -1
- package/dist/fieldset-CcTi6Dum.mjs +0 -17
- package/dist/fieldset-CcTi6Dum.mjs.map +0 -1
- package/dist/fieldset-EvlIWkNe.mjs +0 -1
- package/dist/fieldset-description-C2jSmnwk.mjs +0 -14
- package/dist/fieldset-description-C2jSmnwk.mjs.map +0 -1
- package/dist/fieldset-legend-CSlBCJxg.mjs +0 -19
- package/dist/fieldset-legend-CSlBCJxg.mjs.map +0 -1
- package/dist/filter-group-CqgWY3I1.mjs +0 -1
- package/dist/filter-group-Djsr79gi.mjs +0 -40
- package/dist/filter-group-Djsr79gi.mjs.map +0 -1
- package/dist/footer-CFU5m0uE.mjs +0 -1
- package/dist/footer-TlcFTYFC.mjs +0 -111
- package/dist/footer-TlcFTYFC.mjs.map +0 -1
- package/dist/footer-links-CE3T7evI.mjs +0 -15
- package/dist/footer-links-CE3T7evI.mjs.map +0 -1
- package/dist/hooks-DndqtgSU.mjs +0 -1
- package/dist/input-8Az-c2K1.mjs +0 -1
- package/dist/input-DU_8Z4cN.mjs +0 -25
- package/dist/input-DU_8Z4cN.mjs.map +0 -1
- package/dist/label-BrxPu7QD.mjs +0 -1
- package/dist/label-QZyUM8Df.mjs +0 -18
- package/dist/label-QZyUM8Df.mjs.map +0 -1
- package/dist/link-CU3kBJB8.mjs +0 -19
- package/dist/link-CU3kBJB8.mjs.map +0 -1
- package/dist/link-CYniSrWk.mjs +0 -1
- package/dist/logo-Cj67VFWL.mjs +0 -1
- package/dist/logo-d750FIud.mjs +0 -19
- package/dist/logo-d750FIud.mjs.map +0 -1
- package/dist/navbar-A1xgv5BY.mjs +0 -23
- package/dist/navbar-A1xgv5BY.mjs.map +0 -1
- package/dist/navbar-Ch7rJsaf.mjs +0 -1
- package/dist/pagination-BK24_vW3.mjs +0 -1
- package/dist/pagination-Drbd1147.mjs +0 -17
- package/dist/pagination-Drbd1147.mjs.map +0 -1
- package/dist/pagination-button-F_ZOuaN-.mjs +0 -14
- package/dist/pagination-button-F_ZOuaN-.mjs.map +0 -1
- package/dist/pagination-item-BfCHe-dC.mjs +0 -15
- package/dist/pagination-item-BfCHe-dC.mjs.map +0 -1
- package/dist/popover-B8P0dE2-.mjs +0 -85
- package/dist/popover-B8P0dE2-.mjs.map +0 -1
- package/dist/popover-CGqBsAam.mjs +0 -112
- package/dist/popover-CGqBsAam.mjs.map +0 -1
- package/dist/popover-C_lxbEYu.mjs +0 -1
- package/dist/popover-trigger-BDYAK6jg.mjs +0 -44
- package/dist/popover-trigger-BDYAK6jg.mjs.map +0 -1
- package/dist/popover-trigger-context-DZFORTLq.mjs +0 -39
- package/dist/popover-trigger-context-DZFORTLq.mjs.map +0 -1
- package/dist/radio-CikbRUIb.mjs +0 -45
- package/dist/radio-CikbRUIb.mjs.map +0 -1
- package/dist/radio-DoypqZjr.mjs +0 -1
- package/dist/search-B71qkkhd.mjs +0 -1
- package/dist/search-B9aa1_12.mjs +0 -58
- package/dist/search-B9aa1_12.mjs.map +0 -1
- package/dist/select-D80ba0X2.mjs +0 -1
- package/dist/select-optgroup-BzjAhfRU.mjs +0 -14
- package/dist/select-optgroup-BzjAhfRU.mjs.map +0 -1
- package/dist/select-option-DLslGIIp.mjs +0 -14
- package/dist/select-option-DLslGIIp.mjs.map +0 -1
- package/dist/select-vw7cl3d_.mjs +0 -26
- package/dist/select-vw7cl3d_.mjs.map +0 -1
- package/dist/selectfield-BrXuaiOJ.mjs +0 -53
- package/dist/selectfield-BrXuaiOJ.mjs.map +0 -1
- package/dist/selectfield-acG211WN.mjs +0 -1
- package/dist/skip-link-0SNs70lF.mjs +0 -17
- package/dist/skip-link-0SNs70lF.mjs.map +0 -1
- package/dist/skip-link-DtgRPO9V.mjs +0 -1
- package/dist/spinner-C4Z-GQVz.mjs +0 -1
- package/dist/spinner-xmvtWIZ0.mjs +0 -17
- package/dist/spinner-xmvtWIZ0.mjs.map +0 -1
- package/dist/sticky-header-Bwee74P6.mjs +0 -20
- package/dist/sticky-header-Bwee74P6.mjs.map +0 -1
- package/dist/sticky-header-j3zwZtj_.mjs +0 -1
- package/dist/sub-navbar-Dke7jNvB.mjs +0 -28
- package/dist/sub-navbar-Dke7jNvB.mjs.map +0 -1
- package/dist/switch-CJtJvYv6.mjs +0 -34
- package/dist/switch-CJtJvYv6.mjs.map +0 -1
- package/dist/switch-DZsMi5Uf.mjs +0 -1
- package/dist/tab-Bm-746fZ.mjs +0 -27
- package/dist/tab-Bm-746fZ.mjs.map +0 -1
- package/dist/tabs-BYYODpZJ.mjs +0 -24
- package/dist/tabs-BYYODpZJ.mjs.map +0 -1
- package/dist/tabs-Bdxundn7.mjs +0 -1
- package/dist/tabs-list-BAnPnTwx.mjs +0 -20
- package/dist/tabs-list-BAnPnTwx.mjs.map +0 -1
- package/dist/tabs-panel-GX2ZoOvH.mjs +0 -21
- package/dist/tabs-panel-GX2ZoOvH.mjs.map +0 -1
- package/dist/textarea-BDAr1Unx.mjs +0 -1
- package/dist/textarea-CHhlswpx.mjs +0 -17
- package/dist/textarea-CHhlswpx.mjs.map +0 -1
- package/dist/textfield-BFLLhYVI.mjs +0 -1
- package/dist/textfield-rcRRkfZB.mjs +0 -65
- package/dist/textfield-rcRRkfZB.mjs.map +0 -1
- package/dist/useCheckboxGroup-B2Px3eiz.mjs +0 -17
- package/dist/useIsElementAboveViewport-BaSLEYQk.mjs +0 -20
- package/dist/useIsomorphicLayoutEffect-Bn8aiGVW.mjs +0 -8
- package/dist/useIsomorphicLayoutEffect-PJRUcTSc.d.mts +0 -7
- package/dist/useMediaQuery-BRGC6S33.mjs +0 -44
- package/dist/useMergeRefs-DeEL5hK6.mjs +0 -42
- package/dist/usePagination-aBXSjQBp.mjs +0 -97
- package/dist/useScrollDirection-C36-HP3S.mjs +0 -28
- package/dist/validation-message-376E95cm.mjs +0 -18
- package/dist/validation-message-376E95cm.mjs.map +0 -1
- package/dist/validation-message-YHHHXfxE.mjs +0 -1
- /package/dist/{index-C3reD4RP.d.mts → index-Dc-SdpIe.d.mts} +0 -0
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { n as DefaultProps, r as LabelRequiredProps, t as AsChildProps } from "./types-
|
|
2
|
-
import { r as PopoverTriggerContextProps } from "./popover-trigger-context-
|
|
3
|
-
import { t as MergeRight } from "./types-
|
|
4
|
-
import
|
|
5
|
-
import
|
|
1
|
+
import { n as DefaultProps, r as LabelRequiredProps, t as AsChildProps } from "./types-BXsMIYrD.mjs";
|
|
2
|
+
import { r as PopoverTriggerContextProps } from "./popover-trigger-context-BG1lPWXA.mjs";
|
|
3
|
+
import { t as MergeRight } from "./types-74lJC5tL.mjs";
|
|
4
|
+
import { DSTabElement, DSTabListElement, DSTabPanelElement, DSTabsElement } from "@digdir/designsystemet-web";
|
|
5
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
|
+
import * as react from "react";
|
|
7
|
+
import { AnchorHTMLAttributes, AriaAttributes, ButtonHTMLAttributes, DialogHTMLAttributes, FieldsetHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, ReactNode, Ref, RefObject, SelectHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
6
8
|
import { Middleware, Placement } from "@floating-ui/dom";
|
|
7
9
|
|
|
8
10
|
//#region src/components/alert/alert.d.ts
|
|
@@ -37,7 +39,7 @@ declare const Alert: ({
|
|
|
37
39
|
size,
|
|
38
40
|
ref,
|
|
39
41
|
...rest
|
|
40
|
-
}: AlertProps) =>
|
|
42
|
+
}: AlertProps) => react_jsx_runtime0.JSX.Element;
|
|
41
43
|
//#endregion
|
|
42
44
|
//#region src/components/avatar/avatar.d.ts
|
|
43
45
|
type AvatarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -77,7 +79,7 @@ declare const Avatar: ({
|
|
|
77
79
|
color,
|
|
78
80
|
children,
|
|
79
81
|
...props
|
|
80
|
-
}: AvatarProps) =>
|
|
82
|
+
}: AvatarProps) => react_jsx_runtime0.JSX.Element;
|
|
81
83
|
//#endregion
|
|
82
84
|
//#region src/components/badge/badge.d.ts
|
|
83
85
|
type BadgeProps = MergeRight<DefaultProps & AsChildProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -108,7 +110,7 @@ declare const Badge: ({
|
|
|
108
110
|
asChild,
|
|
109
111
|
ref,
|
|
110
112
|
...props
|
|
111
|
-
}: BadgeProps) =>
|
|
113
|
+
}: BadgeProps) => react_jsx_runtime0.JSX.Element;
|
|
112
114
|
//#endregion
|
|
113
115
|
//#region src/components/button/button.d.ts
|
|
114
116
|
type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLButtonElement>, {
|
|
@@ -127,12 +129,6 @@ type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLButtonElem
|
|
|
127
129
|
* @default false
|
|
128
130
|
*/
|
|
129
131
|
fullwidth?: boolean;
|
|
130
|
-
/**
|
|
131
|
-
* Stretch the button to the full width.
|
|
132
|
-
* @deprecated Use `fullwidth` instead, which is more consistent with other components. `stretch` will be removed in a future release.
|
|
133
|
-
* @default false
|
|
134
|
-
*/
|
|
135
|
-
stretch?: boolean;
|
|
136
132
|
/**
|
|
137
133
|
* Display a loading animation with the Spinner-component.
|
|
138
134
|
* Replaces the `startIcon` if used
|
|
@@ -166,7 +162,6 @@ declare const Button: ({
|
|
|
166
162
|
variant,
|
|
167
163
|
size,
|
|
168
164
|
fullwidth,
|
|
169
|
-
stretch,
|
|
170
165
|
dark,
|
|
171
166
|
submitting,
|
|
172
167
|
icon,
|
|
@@ -177,7 +172,7 @@ declare const Button: ({
|
|
|
177
172
|
active,
|
|
178
173
|
ref,
|
|
179
174
|
...props
|
|
180
|
-
}: ButtonProps) =>
|
|
175
|
+
}: ButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
181
176
|
//#endregion
|
|
182
177
|
//#region src/components/card/card.d.ts
|
|
183
178
|
type CardProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -209,7 +204,7 @@ declare const Card: ({
|
|
|
209
204
|
children,
|
|
210
205
|
asChild,
|
|
211
206
|
...props
|
|
212
|
-
}: CardProps) =>
|
|
207
|
+
}: CardProps) => react_jsx_runtime0.JSX.Element;
|
|
213
208
|
//#endregion
|
|
214
209
|
//#region src/components/card/card-actions.d.ts
|
|
215
210
|
type CardActionsProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -220,7 +215,7 @@ declare const CardActions: ({
|
|
|
220
215
|
ref,
|
|
221
216
|
children,
|
|
222
217
|
...props
|
|
223
|
-
}: CardActionsProps) =>
|
|
218
|
+
}: CardActionsProps) => react_jsx_runtime0.JSX.Element;
|
|
224
219
|
//#endregion
|
|
225
220
|
//#region src/components/card/card-action.d.ts
|
|
226
221
|
type CardActionProps = ButtonProps;
|
|
@@ -231,7 +226,7 @@ declare const CardAction: ({
|
|
|
231
226
|
dark,
|
|
232
227
|
className,
|
|
233
228
|
...props
|
|
234
|
-
}: CardActionProps) =>
|
|
229
|
+
}: CardActionProps) => react_jsx_runtime0.JSX.Element;
|
|
235
230
|
//#endregion
|
|
236
231
|
//#region src/components/card/card-content.d.ts
|
|
237
232
|
type CardContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -249,7 +244,7 @@ declare const CardContent: ({
|
|
|
249
244
|
children,
|
|
250
245
|
asChild,
|
|
251
246
|
...props
|
|
252
|
-
}: CardContentProps) =>
|
|
247
|
+
}: CardContentProps) => react_jsx_runtime0.JSX.Element;
|
|
253
248
|
//#endregion
|
|
254
249
|
//#region src/components/card/card-header.d.ts
|
|
255
250
|
type CardHeaderProps = MergeRight<Omit<HTMLAttributes<HTMLDivElement>, 'children'>, {
|
|
@@ -279,7 +274,7 @@ declare const CardHeader: ({
|
|
|
279
274
|
subLabel,
|
|
280
275
|
description,
|
|
281
276
|
...props
|
|
282
|
-
}: CardHeaderProps) =>
|
|
277
|
+
}: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
283
278
|
//#endregion
|
|
284
279
|
//#region src/components/card/card-media.d.ts
|
|
285
280
|
type CardMediaProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -299,7 +294,7 @@ declare const CardMedia: ({
|
|
|
299
294
|
children,
|
|
300
295
|
overlay,
|
|
301
296
|
...props
|
|
302
|
-
}: CardMediaProps) =>
|
|
297
|
+
}: CardMediaProps) => react_jsx_runtime0.JSX.Element;
|
|
303
298
|
//#endregion
|
|
304
299
|
//#region src/components/card/card-date.d.ts
|
|
305
300
|
type CardDateProps = MergeRight<Omit<HTMLAttributes<HTMLParagraphElement>, 'children'>, {
|
|
@@ -319,7 +314,7 @@ declare const CardDate: ({
|
|
|
319
314
|
day,
|
|
320
315
|
month,
|
|
321
316
|
...props
|
|
322
|
-
}: CardDateProps) =>
|
|
317
|
+
}: CardDateProps) => react_jsx_runtime0.JSX.Element;
|
|
323
318
|
//#endregion
|
|
324
319
|
//#region src/components/input/input.d.ts
|
|
325
320
|
type InputProps = MergeRight<DefaultProps & Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'type'>, {
|
|
@@ -353,7 +348,7 @@ declare const Input: ({
|
|
|
353
348
|
readOnly,
|
|
354
349
|
ref,
|
|
355
350
|
...props
|
|
356
|
-
}: InputProps) =>
|
|
351
|
+
}: InputProps) => react_jsx_runtime0.JSX.Element;
|
|
357
352
|
//#endregion
|
|
358
353
|
//#region src/components/checkbox/checkbox.d.ts
|
|
359
354
|
type CheckboxProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -377,7 +372,7 @@ declare const Checkbox: ({
|
|
|
377
372
|
id,
|
|
378
373
|
"aria-describedby": ariaDescribedByProp,
|
|
379
374
|
...props
|
|
380
|
-
}: CheckboxProps) =>
|
|
375
|
+
}: CheckboxProps) => react_jsx_runtime0.JSX.Element;
|
|
381
376
|
//#endregion
|
|
382
377
|
//#region src/components/checkbox/checkbox-subsection.d.ts
|
|
383
378
|
type CheckboxSubsectionProps = MergeRight<DefaultProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -389,7 +384,7 @@ declare const CheckboxSubsection: ({
|
|
|
389
384
|
dark,
|
|
390
385
|
ref,
|
|
391
386
|
...props
|
|
392
|
-
}: CheckboxSubsectionProps) =>
|
|
387
|
+
}: CheckboxSubsectionProps) => react_jsx_runtime0.JSX.Element;
|
|
393
388
|
//#endregion
|
|
394
389
|
//#region src/components/chip/chip.d.ts
|
|
395
390
|
type ChipProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -427,7 +422,7 @@ declare const Chip: ({
|
|
|
427
422
|
className,
|
|
428
423
|
ref,
|
|
429
424
|
...props
|
|
430
|
-
}: ChipProps) =>
|
|
425
|
+
}: ChipProps) => react_jsx_runtime0.JSX.Element;
|
|
431
426
|
//#endregion
|
|
432
427
|
//#region src/components/details/details.d.ts
|
|
433
428
|
type DetailsProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDetailsElement>, {
|
|
@@ -479,7 +474,7 @@ declare const Details: ({
|
|
|
479
474
|
onToggle,
|
|
480
475
|
ref,
|
|
481
476
|
...rest
|
|
482
|
-
}: DetailsProps) =>
|
|
477
|
+
}: DetailsProps) => react_jsx_runtime0.JSX.Element;
|
|
483
478
|
//#endregion
|
|
484
479
|
//#region src/components/details/details-content.d.ts
|
|
485
480
|
type DetailsContentProps = MergeRight<HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -502,7 +497,7 @@ declare const DetailsContent: ({
|
|
|
502
497
|
children,
|
|
503
498
|
ref,
|
|
504
499
|
...rest
|
|
505
|
-
}: DetailsContentProps) =>
|
|
500
|
+
}: DetailsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
506
501
|
//#endregion
|
|
507
502
|
//#region src/components/details/details-summary.d.ts
|
|
508
503
|
type DetailsSummaryProps = MergeRight<HTMLAttributes<HTMLElement>, {
|
|
@@ -522,10 +517,15 @@ declare const DetailsSummary: ({
|
|
|
522
517
|
icon,
|
|
523
518
|
ref,
|
|
524
519
|
...rest
|
|
525
|
-
}: DetailsSummaryProps) =>
|
|
520
|
+
}: DetailsSummaryProps) => react_jsx_runtime0.JSX.Element;
|
|
526
521
|
//#endregion
|
|
527
522
|
//#region src/components/dialog/dialog.d.ts
|
|
528
523
|
type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElement>, {
|
|
524
|
+
/**
|
|
525
|
+
* When not "center", displays the dialog as a "drawer" from the specified side.
|
|
526
|
+
* @default 'center'
|
|
527
|
+
*/
|
|
528
|
+
anchor?: 'center' | 'left' | 'right' | 'top' | 'bottom';
|
|
529
529
|
/**
|
|
530
530
|
* Dismiss behavior.
|
|
531
531
|
*
|
|
@@ -544,11 +544,6 @@ type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElem
|
|
|
544
544
|
* Callback that is called when the dialog is closed.
|
|
545
545
|
*/
|
|
546
546
|
onClose?: (event: Event) => void;
|
|
547
|
-
/**
|
|
548
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
549
|
-
* @default false
|
|
550
|
-
*/
|
|
551
|
-
asChild?: boolean;
|
|
552
547
|
ref?: Ref<HTMLDialogElement>;
|
|
553
548
|
}>;
|
|
554
549
|
/**
|
|
@@ -561,38 +556,36 @@ type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElem
|
|
|
561
556
|
* <DialogHeader>Dialog Header</DialogHeader>
|
|
562
557
|
* <DialogContent>Dialog Content</DialogContent>
|
|
563
558
|
* <DialogFooter>
|
|
564
|
-
* <
|
|
559
|
+
* <DialogCloseButton variant='text'>Cancel</DialogCloseButton>
|
|
565
560
|
* <Button>Confirm</Button>
|
|
566
561
|
* </DialogFooter>
|
|
567
562
|
* </Dialog>
|
|
568
563
|
* </DialogTriggerContext>
|
|
569
564
|
*
|
|
570
565
|
* @example Without TriggerContext:
|
|
571
|
-
*
|
|
572
|
-
*
|
|
573
|
-
* ...
|
|
574
|
-
*
|
|
575
|
-
* <Button onClick={() => dialogRef.current?.showModal()}>Open Dialog</Button>
|
|
576
|
-
* <Dialog ref={dialogRef}>
|
|
566
|
+
* <Button command="show-modal" commandfor="my-dialog">Open Dialog</Button>
|
|
567
|
+
* <Dialog id="my-dialog">
|
|
577
568
|
* <DialogHeader>Dialog Header</DialogHeader>
|
|
578
569
|
* <DialogContent>Dialog Content</DialogContent>
|
|
579
570
|
* <DialogFooter>
|
|
580
|
-
* <Button variant=
|
|
571
|
+
* <Button variant="text" command="close" commandfor="my-dialog">Cancel</Button>
|
|
581
572
|
* <Button>Confirm</Button>
|
|
582
573
|
* </DialogFooter>
|
|
583
574
|
* </Dialog>
|
|
584
575
|
*/
|
|
585
576
|
declare const Dialog: ({
|
|
586
|
-
|
|
577
|
+
anchor,
|
|
587
578
|
children,
|
|
588
579
|
className,
|
|
589
580
|
closedby,
|
|
581
|
+
id,
|
|
582
|
+
onAnimationEnd,
|
|
590
583
|
onClose,
|
|
591
584
|
open,
|
|
592
585
|
dark,
|
|
593
586
|
ref,
|
|
594
587
|
...rest
|
|
595
|
-
}: DialogProps) =>
|
|
588
|
+
}: DialogProps) => react_jsx_runtime0.JSX.Element;
|
|
596
589
|
//#endregion
|
|
597
590
|
//#region src/components/dialog/dialog-content.d.ts
|
|
598
591
|
type DialogContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -615,7 +608,7 @@ declare const DialogContent: ({
|
|
|
615
608
|
className,
|
|
616
609
|
noBorder,
|
|
617
610
|
...rest
|
|
618
|
-
}: DialogContentProps) =>
|
|
611
|
+
}: DialogContentProps) => react_jsx_runtime0.JSX.Element;
|
|
619
612
|
//#endregion
|
|
620
613
|
//#region src/components/dialog/dialog-header.d.ts
|
|
621
614
|
type DialogHeaderProps = MergeRight<HTMLAttributes<HTMLHeadingElement>, {
|
|
@@ -638,7 +631,7 @@ declare const DialogHeader: ({
|
|
|
638
631
|
className,
|
|
639
632
|
noBorder,
|
|
640
633
|
...rest
|
|
641
|
-
}: DialogHeaderProps) =>
|
|
634
|
+
}: DialogHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
642
635
|
//#endregion
|
|
643
636
|
//#region src/components/dialog/dialog-footer.d.ts
|
|
644
637
|
type DialogFooterProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -661,7 +654,7 @@ declare const DialogFooter: ({
|
|
|
661
654
|
className,
|
|
662
655
|
noBorder,
|
|
663
656
|
...rest
|
|
664
|
-
}: DialogFooterProps) =>
|
|
657
|
+
}: DialogFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
665
658
|
//#endregion
|
|
666
659
|
//#region src/components/dialog/dialog-trigger.d.ts
|
|
667
660
|
type DialogTriggerProps = ButtonProps;
|
|
@@ -669,15 +662,19 @@ declare const DialogTrigger: ({
|
|
|
669
662
|
asChild,
|
|
670
663
|
ref,
|
|
671
664
|
...rest
|
|
672
|
-
}: DialogTriggerProps) =>
|
|
665
|
+
}: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
673
666
|
//#endregion
|
|
674
667
|
//#region src/components/dialog/dialog-close-button.d.ts
|
|
675
668
|
type DialogCloseButtonProps = Omit<ButtonProps, 'asChild' | 'type' | 'name'>;
|
|
669
|
+
/**
|
|
670
|
+
* A button that can be used to close the dialog. Must be used inside a `Dialog` that is wrapped in a `DialogTriggerContext`.
|
|
671
|
+
* If placed as the first direct child of the `Dialog`, it will be placed in the top right corner of the dialog, otherwise it will be placed where it is rendered.
|
|
672
|
+
*/
|
|
676
673
|
declare const DialogCloseButton: ({
|
|
677
674
|
children,
|
|
678
675
|
ref,
|
|
679
676
|
...props
|
|
680
|
-
}: DialogCloseButtonProps) =>
|
|
677
|
+
}: DialogCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
681
678
|
//#endregion
|
|
682
679
|
//#region src/components/drawer/drawer.d.ts
|
|
683
680
|
type DrawerProps = MergeRight<DialogProps, {
|
|
@@ -690,6 +687,8 @@ type DrawerProps = MergeRight<DialogProps, {
|
|
|
690
687
|
/**
|
|
691
688
|
* Drawer component. On opening, the drawer slides in from the side it is anchored on, controlled by the anchor property.
|
|
692
689
|
*
|
|
690
|
+
* @deprecated The Drawer component is deprecated in favor of using the Dialog component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The Dialog component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
691
|
+
*
|
|
693
692
|
* @example With TriggerContext:
|
|
694
693
|
* <DrawerTriggerContext>
|
|
695
694
|
* <DrawerTrigger>Open Drawer</DrawerTrigger>
|
|
@@ -723,45 +722,60 @@ declare const Drawer: ({
|
|
|
723
722
|
className,
|
|
724
723
|
ref,
|
|
725
724
|
...rest
|
|
726
|
-
}: DrawerProps) =>
|
|
725
|
+
}: DrawerProps) => react_jsx_runtime0.JSX.Element;
|
|
727
726
|
//#endregion
|
|
728
727
|
//#region src/components/drawer/drawer-content.d.ts
|
|
729
728
|
type DrawerContentProps = DialogContentProps;
|
|
729
|
+
/**
|
|
730
|
+
* @deprecated The DrawerContent component is deprecated in favor of using the DialogContent component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The DialogContent component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
731
|
+
*/
|
|
730
732
|
declare const DrawerContent: ({
|
|
731
733
|
className,
|
|
732
734
|
ref,
|
|
733
735
|
...rest
|
|
734
|
-
}: DrawerContentProps) =>
|
|
736
|
+
}: DrawerContentProps) => react_jsx_runtime0.JSX.Element;
|
|
735
737
|
//#endregion
|
|
736
738
|
//#region src/components/drawer/drawer-header.d.ts
|
|
737
739
|
type DrawerHeaderProps = DialogHeaderProps;
|
|
740
|
+
/**
|
|
741
|
+
* @deprecated The DrawerHeader component is deprecated in favor of using the DialogHeader component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The DialogHeader component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
742
|
+
*/
|
|
738
743
|
declare const DrawerHeader: ({
|
|
739
744
|
className,
|
|
740
745
|
ref,
|
|
741
746
|
...rest
|
|
742
|
-
}: DrawerHeaderProps) =>
|
|
747
|
+
}: DrawerHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
743
748
|
//#endregion
|
|
744
749
|
//#region src/components/drawer/drawer-footer.d.ts
|
|
745
750
|
type DrawerFooterProps = DialogFooterProps;
|
|
751
|
+
/**
|
|
752
|
+
* @deprecated The DrawerFooter component is deprecated in favor of using the DialogFooter component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The DialogFooter component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
753
|
+
*/
|
|
746
754
|
declare const DrawerFooter: ({
|
|
747
755
|
className,
|
|
748
756
|
ref,
|
|
749
757
|
...rest
|
|
750
|
-
}: DrawerFooterProps) =>
|
|
758
|
+
}: DrawerFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
751
759
|
//#endregion
|
|
752
760
|
//#region src/components/drawer/drawer-trigger.d.ts
|
|
753
761
|
type DrawerTriggerProps = DialogTriggerProps;
|
|
762
|
+
/**
|
|
763
|
+
* @deprecated The DrawerTrigger component is deprecated in favor of using the DialogTrigger component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The DialogTrigger component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
764
|
+
*/
|
|
754
765
|
declare const DrawerTrigger: ({
|
|
755
766
|
ref,
|
|
756
767
|
...rest
|
|
757
|
-
}: DrawerTriggerProps) =>
|
|
768
|
+
}: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
758
769
|
//#endregion
|
|
759
770
|
//#region src/components/drawer/drawer-close-button.d.ts
|
|
760
771
|
type DrawerCloseButtonProps = DialogCloseButtonProps;
|
|
772
|
+
/**
|
|
773
|
+
* @deprecated The DrawerCloseButton component is deprecated in favor of using the DialogCloseButton component with the `anchor` prop set to "left", "right", "top" or "bottom". This allows for a more consistent API and reduces the need for multiple components with similar behavior. The DialogCloseButton component with the appropriate anchor can be used to achieve the same sliding drawer effect.
|
|
774
|
+
*/
|
|
761
775
|
declare const DrawerCloseButton: ({
|
|
762
776
|
ref,
|
|
763
777
|
...rest
|
|
764
|
-
}: DrawerCloseButtonProps) =>
|
|
778
|
+
}: DrawerCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
765
779
|
//#endregion
|
|
766
780
|
//#region src/components/popover/popover.d.ts
|
|
767
781
|
type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -858,7 +872,7 @@ declare const Popover: ({
|
|
|
858
872
|
asChild,
|
|
859
873
|
ref,
|
|
860
874
|
...rest
|
|
861
|
-
}: PopoverProps) =>
|
|
875
|
+
}: PopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
862
876
|
//#endregion
|
|
863
877
|
//#region src/components/popover/popover-trigger.d.ts
|
|
864
878
|
type PopoverTriggerProps = ({
|
|
@@ -907,7 +921,7 @@ declare const PopoverTrigger: ({
|
|
|
907
921
|
asChild,
|
|
908
922
|
ref,
|
|
909
923
|
...rest
|
|
910
|
-
}: PopoverTriggerProps) =>
|
|
924
|
+
}: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
911
925
|
//#endregion
|
|
912
926
|
//#region src/components/dropdown/dropdown.d.ts
|
|
913
927
|
type DropdownProps = MergeRight<DefaultProps & PopoverProps, {
|
|
@@ -949,21 +963,21 @@ declare const Dropdown: ({
|
|
|
949
963
|
className,
|
|
950
964
|
ref,
|
|
951
965
|
...rest
|
|
952
|
-
}: DropdownProps) =>
|
|
966
|
+
}: DropdownProps) => react_jsx_runtime0.JSX.Element;
|
|
953
967
|
//#endregion
|
|
954
968
|
//#region src/components/dropdown/dropdown-button.d.ts
|
|
955
969
|
type DropdownButtonProps = Omit<ButtonProps, 'variant'>;
|
|
956
970
|
declare const DropdownButton: ({
|
|
957
971
|
ref,
|
|
958
972
|
...rest
|
|
959
|
-
}: DropdownButtonProps) =>
|
|
973
|
+
}: DropdownButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
960
974
|
//#endregion
|
|
961
975
|
//#region src/components/dropdown/dropdown-trigger.d.ts
|
|
962
976
|
type DropdownTriggerProps = PopoverTriggerProps;
|
|
963
977
|
declare const DropdownTrigger: ({
|
|
964
978
|
ref,
|
|
965
979
|
...rest
|
|
966
|
-
}: DropdownTriggerProps) =>
|
|
980
|
+
}: DropdownTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
967
981
|
//#endregion
|
|
968
982
|
//#region src/components/dropdown/dropdown-trigger-context.d.ts
|
|
969
983
|
type DropdownTriggerContextProps = PopoverTriggerContextProps;
|
|
@@ -986,7 +1000,7 @@ type DropdownTriggerContextProps = PopoverTriggerContextProps;
|
|
|
986
1000
|
declare const DropdownTriggerContext: ({
|
|
987
1001
|
children,
|
|
988
1002
|
...props
|
|
989
|
-
}: DropdownTriggerContextProps) =>
|
|
1003
|
+
}: DropdownTriggerContextProps) => react_jsx_runtime0.JSX.Element;
|
|
990
1004
|
//#endregion
|
|
991
1005
|
//#region src/components/field/field.d.ts
|
|
992
1006
|
type FieldProps = MergeRight<DefaultProps & AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1017,7 +1031,7 @@ declare const Field: ({
|
|
|
1017
1031
|
asChild,
|
|
1018
1032
|
ref,
|
|
1019
1033
|
...props
|
|
1020
|
-
}: FieldProps) =>
|
|
1034
|
+
}: FieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1021
1035
|
//#endregion
|
|
1022
1036
|
//#region src/components/field/field-description.d.ts
|
|
1023
1037
|
type FieldDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1028,7 +1042,7 @@ declare const FieldDescription: ({
|
|
|
1028
1042
|
className,
|
|
1029
1043
|
ref,
|
|
1030
1044
|
...props
|
|
1031
|
-
}: FieldDescriptionProps) =>
|
|
1045
|
+
}: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1032
1046
|
//#endregion
|
|
1033
1047
|
//#region src/components/field/field-affix.d.ts
|
|
1034
1048
|
type FieldAffixesProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLDivElement>, 'prefix'>, {
|
|
@@ -1049,7 +1063,7 @@ declare const FieldAffixes: ({
|
|
|
1049
1063
|
asChild,
|
|
1050
1064
|
ref,
|
|
1051
1065
|
...rest
|
|
1052
|
-
}: FieldAffixesProps) =>
|
|
1066
|
+
}: FieldAffixesProps) => react_jsx_runtime0.JSX.Element;
|
|
1053
1067
|
type FieldAffixProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLSpanElement>, 'prefix'>, {
|
|
1054
1068
|
ref?: Ref<HTMLSpanElement>;
|
|
1055
1069
|
}>;
|
|
@@ -1069,7 +1083,7 @@ declare const FieldAffix: ({
|
|
|
1069
1083
|
asChild,
|
|
1070
1084
|
ref,
|
|
1071
1085
|
...rest
|
|
1072
|
-
}: FieldAffixProps) =>
|
|
1086
|
+
}: FieldAffixProps) => react_jsx_runtime0.JSX.Element;
|
|
1073
1087
|
//#endregion
|
|
1074
1088
|
//#region src/components/fieldset/fieldset.d.ts
|
|
1075
1089
|
type FieldsetProps = MergeRight<DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetElement>, {
|
|
@@ -1081,7 +1095,7 @@ declare const Fieldset: ({
|
|
|
1081
1095
|
dark,
|
|
1082
1096
|
ref,
|
|
1083
1097
|
...props
|
|
1084
|
-
}: FieldsetProps) =>
|
|
1098
|
+
}: FieldsetProps) => react_jsx_runtime0.JSX.Element;
|
|
1085
1099
|
//#endregion
|
|
1086
1100
|
//#region src/components/fieldset/fieldset-description.d.ts
|
|
1087
1101
|
type FieldsetDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1091,7 +1105,7 @@ declare const FieldsetDescription: ({
|
|
|
1091
1105
|
asChild,
|
|
1092
1106
|
ref,
|
|
1093
1107
|
...props
|
|
1094
|
-
}: FieldsetDescriptionProps) =>
|
|
1108
|
+
}: FieldsetDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1095
1109
|
//#endregion
|
|
1096
1110
|
//#region src/components/label/label.d.ts
|
|
1097
1111
|
type LabelProps = MergeRight<DefaultProps & AsChildProps & LabelHTMLAttributes<HTMLLabelElement>, {
|
|
@@ -1109,7 +1123,7 @@ declare const Label: ({
|
|
|
1109
1123
|
asChild,
|
|
1110
1124
|
ref,
|
|
1111
1125
|
...props
|
|
1112
|
-
}: LabelProps) =>
|
|
1126
|
+
}: LabelProps) => react_jsx_runtime0.JSX.Element;
|
|
1113
1127
|
//#endregion
|
|
1114
1128
|
//#region src/components/fieldset/fieldset-legend.d.ts
|
|
1115
1129
|
type FieldsetLegendProps = MergeRight<LabelProps & HTMLAttributes<HTMLLegendElement>, {
|
|
@@ -1120,7 +1134,7 @@ declare const FieldsetLegend: ({
|
|
|
1120
1134
|
dark,
|
|
1121
1135
|
ref,
|
|
1122
1136
|
...props
|
|
1123
|
-
}: FieldsetLegendProps) =>
|
|
1137
|
+
}: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
1124
1138
|
//#endregion
|
|
1125
1139
|
//#region src/components/filter-group/filter-group.d.ts
|
|
1126
1140
|
type FilterGroupProps = MergeRight<DefaultProps & AsChildProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -1142,7 +1156,7 @@ declare const FilterGroup: ({
|
|
|
1142
1156
|
className,
|
|
1143
1157
|
ref,
|
|
1144
1158
|
...props
|
|
1145
|
-
}: FilterGroupProps) =>
|
|
1159
|
+
}: FilterGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1146
1160
|
//#endregion
|
|
1147
1161
|
//#region src/components/footer/footer.d.ts
|
|
1148
1162
|
type FooterProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1178,7 +1192,7 @@ declare const Footer: ({
|
|
|
1178
1192
|
children,
|
|
1179
1193
|
ref,
|
|
1180
1194
|
...props
|
|
1181
|
-
}: FooterProps) =>
|
|
1195
|
+
}: FooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1182
1196
|
//#endregion
|
|
1183
1197
|
//#region src/components/link/link.d.ts
|
|
1184
1198
|
type LinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1210,7 +1224,7 @@ declare const Link: ({
|
|
|
1210
1224
|
underline,
|
|
1211
1225
|
ref,
|
|
1212
1226
|
...rest
|
|
1213
|
-
}: LinkProps) =>
|
|
1227
|
+
}: LinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1214
1228
|
//#endregion
|
|
1215
1229
|
//#region src/components/logo/logo.d.ts
|
|
1216
1230
|
type LogoProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLSpanElement>, 'children'>, {
|
|
@@ -1240,7 +1254,7 @@ declare const Logo: ({
|
|
|
1240
1254
|
className,
|
|
1241
1255
|
ref,
|
|
1242
1256
|
...props
|
|
1243
|
-
}: LogoProps) =>
|
|
1257
|
+
}: LogoProps) => react_jsx_runtime0.JSX.Element;
|
|
1244
1258
|
//#endregion
|
|
1245
1259
|
//#region src/components/navbar/navbar.d.ts
|
|
1246
1260
|
type NavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1278,7 +1292,7 @@ declare const Navbar: ({
|
|
|
1278
1292
|
className,
|
|
1279
1293
|
ref,
|
|
1280
1294
|
...props
|
|
1281
|
-
}: NavbarProps) =>
|
|
1295
|
+
}: NavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1282
1296
|
//#endregion
|
|
1283
1297
|
//#region src/components/navbar/sub-navbar.d.ts
|
|
1284
1298
|
type SubNavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1290,7 +1304,7 @@ declare const SubNavbar: ({
|
|
|
1290
1304
|
className,
|
|
1291
1305
|
ref,
|
|
1292
1306
|
...props
|
|
1293
|
-
}: SubNavbarProps) =>
|
|
1307
|
+
}: SubNavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1294
1308
|
//#endregion
|
|
1295
1309
|
//#region src/components/pagination/pagination.d.ts
|
|
1296
1310
|
type PaginationProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1302,7 +1316,7 @@ declare const Pagination: ({
|
|
|
1302
1316
|
ref,
|
|
1303
1317
|
children,
|
|
1304
1318
|
...props
|
|
1305
|
-
}: PaginationProps) =>
|
|
1319
|
+
}: PaginationProps) => react_jsx_runtime0.JSX.Element;
|
|
1306
1320
|
//#endregion
|
|
1307
1321
|
//#region src/components/pagination/pagination-button.d.ts
|
|
1308
1322
|
type PaginationButtonProps = ButtonProps & {
|
|
@@ -1315,7 +1329,7 @@ type PaginationButtonProps = ButtonProps & {
|
|
|
1315
1329
|
declare const PaginationButton: ({
|
|
1316
1330
|
ref,
|
|
1317
1331
|
...rest
|
|
1318
|
-
}: PaginationButtonProps) =>
|
|
1332
|
+
}: PaginationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1319
1333
|
//#endregion
|
|
1320
1334
|
//#region src/components/radio/radio.d.ts
|
|
1321
1335
|
type RadioProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -1337,7 +1351,7 @@ declare const Radio: ({
|
|
|
1337
1351
|
id,
|
|
1338
1352
|
"aria-describedby": ariaDescribedByProp,
|
|
1339
1353
|
...props
|
|
1340
|
-
}: RadioProps) =>
|
|
1354
|
+
}: RadioProps) => react_jsx_runtime0.JSX.Element;
|
|
1341
1355
|
//#endregion
|
|
1342
1356
|
//#region src/components/search/search.d.ts
|
|
1343
1357
|
type SearchProps = MergeRight<Omit<InputProps, 'type' | 'size'>, {
|
|
@@ -1366,7 +1380,7 @@ declare const Search: ({
|
|
|
1366
1380
|
style,
|
|
1367
1381
|
fullwidth,
|
|
1368
1382
|
...props
|
|
1369
|
-
}: SearchProps) =>
|
|
1383
|
+
}: SearchProps) => react_jsx_runtime0.JSX.Element;
|
|
1370
1384
|
//#endregion
|
|
1371
1385
|
//#region src/components/select/select.d.ts
|
|
1372
1386
|
type SelectProps = MergeRight<DefaultProps & Omit<SelectHTMLAttributes<HTMLSelectElement>, 'multiple' | 'size'>, {
|
|
@@ -1386,7 +1400,7 @@ declare const Select: ({
|
|
|
1386
1400
|
size,
|
|
1387
1401
|
ref,
|
|
1388
1402
|
...props
|
|
1389
|
-
}: SelectProps) =>
|
|
1403
|
+
}: SelectProps) => react_jsx_runtime0.JSX.Element;
|
|
1390
1404
|
//#endregion
|
|
1391
1405
|
//#region src/components/select/select-option.d.ts
|
|
1392
1406
|
type SelectOptionProps = MergeRight<AsChildProps & OptionHTMLAttributes<HTMLOptionElement>, {
|
|
@@ -1396,7 +1410,7 @@ declare const SelectOption: ({
|
|
|
1396
1410
|
asChild,
|
|
1397
1411
|
ref,
|
|
1398
1412
|
...props
|
|
1399
|
-
}: SelectOptionProps) =>
|
|
1413
|
+
}: SelectOptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1400
1414
|
//#endregion
|
|
1401
1415
|
//#region src/components/select/select-optgroup.d.ts
|
|
1402
1416
|
type SelectOptgroupProps = MergeRight<AsChildProps & OptgroupHTMLAttributes<HTMLOptGroupElement>, {
|
|
@@ -1406,7 +1420,7 @@ declare const SelectOptgroup: ({
|
|
|
1406
1420
|
asChild,
|
|
1407
1421
|
ref,
|
|
1408
1422
|
...props
|
|
1409
|
-
}: SelectOptgroupProps) =>
|
|
1423
|
+
}: SelectOptgroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1410
1424
|
//#endregion
|
|
1411
1425
|
//#region src/components/selectfield/selectfield.d.ts
|
|
1412
1426
|
type SelectfieldProps = MergeRight<LabelRequiredProps & SelectProps, {
|
|
@@ -1427,7 +1441,7 @@ declare const Selectfield: ({
|
|
|
1427
1441
|
id: idProp,
|
|
1428
1442
|
"aria-describedby": ariaDescribedByProp,
|
|
1429
1443
|
...props
|
|
1430
|
-
}: SelectfieldProps) =>
|
|
1444
|
+
}: SelectfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1431
1445
|
//#endregion
|
|
1432
1446
|
//#region src/components/skip-link/skip-link.d.ts
|
|
1433
1447
|
type SkipLinkProps = MergeRight<DefaultProps & AsChildProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1439,7 +1453,7 @@ declare const SkipLink: ({
|
|
|
1439
1453
|
className,
|
|
1440
1454
|
dark,
|
|
1441
1455
|
...props
|
|
1442
|
-
}: SkipLinkProps) =>
|
|
1456
|
+
}: SkipLinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1443
1457
|
//#endregion
|
|
1444
1458
|
//#region src/components/spinner/spinner.d.ts
|
|
1445
1459
|
type SpinnerProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -1461,7 +1475,7 @@ declare const Spinner: ({
|
|
|
1461
1475
|
className,
|
|
1462
1476
|
ref,
|
|
1463
1477
|
...props
|
|
1464
|
-
}: SpinnerProps) =>
|
|
1478
|
+
}: SpinnerProps) => react_jsx_runtime0.JSX.Element;
|
|
1465
1479
|
//#endregion
|
|
1466
1480
|
//#region src/components/switch/switch.d.ts
|
|
1467
1481
|
type SwitchProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'> & Pick<FieldProps, 'position'>, {
|
|
@@ -1481,109 +1495,72 @@ declare const Switch: ({
|
|
|
1481
1495
|
id,
|
|
1482
1496
|
position,
|
|
1483
1497
|
...props
|
|
1484
|
-
}: SwitchProps) =>
|
|
1498
|
+
}: SwitchProps) => react_jsx_runtime0.JSX.Element;
|
|
1485
1499
|
//#endregion
|
|
1486
1500
|
//#region src/components/tabs/tabs.d.ts
|
|
1487
|
-
type TabsProps = MergeRight<DefaultProps &
|
|
1488
|
-
/**
|
|
1489
|
-
* When `automatic`, tabs are activated when receiving focus. When `manual`, tabs are activated when clicked.
|
|
1490
|
-
* @default 'automatic'
|
|
1491
|
-
*/
|
|
1492
|
-
activationMode?: 'manual' | 'automatic';
|
|
1493
|
-
/**
|
|
1494
|
-
* The orientation of the component.
|
|
1495
|
-
* @default 'horizontal'
|
|
1496
|
-
*/
|
|
1497
|
-
orientation?: 'horizontal' | 'vertical'; /** The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs. */
|
|
1498
|
-
defaultValue?: string; /** The controlled value of the tab to activate. Should be used together with `onChange`. */
|
|
1501
|
+
type TabsProps = MergeRight<DefaultProps & HTMLAttributes<DSTabsElement>, {
|
|
1502
|
+
/** The value of the tab that should be active when initially rendered. Use when you do not need to control the state of the tabs. */defaultValue?: string; /** The controlled value of the tab to activate. Should be used together with `onChange`. */
|
|
1499
1503
|
value?: string; /** Event handler called when the value changes. */
|
|
1500
1504
|
onChange?: (value: string) => void;
|
|
1501
|
-
|
|
1502
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1503
|
-
* @default false
|
|
1504
|
-
*/
|
|
1505
|
-
asChild?: boolean;
|
|
1506
|
-
ref?: Ref<HTMLDivElement>;
|
|
1505
|
+
ref?: Ref<DSTabsElement>;
|
|
1507
1506
|
}>;
|
|
1507
|
+
type TabsContext = {
|
|
1508
|
+
value?: string;
|
|
1509
|
+
defaultValue?: string;
|
|
1510
|
+
onChange?: (value: string) => void;
|
|
1511
|
+
getPrefixedValue?: (value?: string) => string | undefined;
|
|
1512
|
+
isProgrammaticClick?: RefObject<boolean>;
|
|
1513
|
+
};
|
|
1514
|
+
declare const Context: react.Context<TabsContext>;
|
|
1508
1515
|
declare const Tabs: ({
|
|
1509
|
-
activationMode,
|
|
1510
|
-
orientation,
|
|
1511
1516
|
defaultValue,
|
|
1512
|
-
value,
|
|
1517
|
+
value: valueProp,
|
|
1513
1518
|
onChange,
|
|
1514
1519
|
children,
|
|
1515
1520
|
className,
|
|
1516
|
-
asChild,
|
|
1517
1521
|
dark,
|
|
1518
1522
|
ref,
|
|
1519
1523
|
...props
|
|
1520
|
-
}: TabsProps) =>
|
|
1524
|
+
}: TabsProps) => react_jsx_runtime0.JSX.Element;
|
|
1521
1525
|
//#endregion
|
|
1522
1526
|
//#region src/components/tabs/tab.d.ts
|
|
1523
|
-
type TabProps = MergeRight<
|
|
1527
|
+
type TabProps = MergeRight<DefaultProps & HTMLAttributes<DSTabElement>, {
|
|
1524
1528
|
/** A unique value that associates the trigger with a content. */value: string;
|
|
1525
|
-
|
|
1526
|
-
* When true, prevents the user from interacting with the tab.
|
|
1527
|
-
* @default false
|
|
1528
|
-
*/
|
|
1529
|
-
disabled?: boolean;
|
|
1529
|
+
ref?: Ref<DSTabElement>;
|
|
1530
1530
|
}>;
|
|
1531
1531
|
declare const Tab: ({
|
|
1532
|
-
className,
|
|
1533
1532
|
value,
|
|
1534
|
-
disabled,
|
|
1535
1533
|
children,
|
|
1536
|
-
asChild,
|
|
1537
1534
|
dark,
|
|
1535
|
+
onClick,
|
|
1538
1536
|
ref,
|
|
1539
1537
|
...props
|
|
1540
|
-
}: TabProps) =>
|
|
1538
|
+
}: TabProps) => react_jsx_runtime0.JSX.Element;
|
|
1541
1539
|
//#endregion
|
|
1542
1540
|
//#region src/components/tabs/tabs-list.d.ts
|
|
1543
|
-
type TabsListProps = MergeRight<DefaultProps &
|
|
1544
|
-
|
|
1545
|
-
* When `true`, keyboard navigation will loop from last tab to first, and vice versa.
|
|
1546
|
-
* @default true
|
|
1547
|
-
*/
|
|
1548
|
-
loop?: boolean;
|
|
1549
|
-
/**
|
|
1550
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1551
|
-
* @default false
|
|
1552
|
-
*/
|
|
1553
|
-
asChild?: boolean;
|
|
1554
|
-
ref?: Ref<HTMLDivElement>;
|
|
1541
|
+
type TabsListProps = MergeRight<DefaultProps & HTMLAttributes<DSTabListElement>, {
|
|
1542
|
+
ref?: Ref<DSTabListElement>;
|
|
1555
1543
|
}>;
|
|
1556
1544
|
declare const TabsList: ({
|
|
1557
|
-
className,
|
|
1558
|
-
loop,
|
|
1559
1545
|
children,
|
|
1560
|
-
asChild,
|
|
1561
1546
|
dark,
|
|
1562
1547
|
ref,
|
|
1563
1548
|
...props
|
|
1564
|
-
}: TabsListProps) =>
|
|
1549
|
+
}: TabsListProps) => react_jsx_runtime0.JSX.Element;
|
|
1565
1550
|
//#endregion
|
|
1566
1551
|
//#region src/components/tabs/tabs-panel.d.ts
|
|
1567
|
-
type TabsPanelProps = MergeRight<DefaultProps &
|
|
1568
|
-
/** A unique value that associates the content with a trigger. */value: string;
|
|
1569
|
-
|
|
1570
|
-
/**
|
|
1571
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1572
|
-
* @default false
|
|
1573
|
-
*/
|
|
1574
|
-
asChild?: boolean;
|
|
1575
|
-
ref?: Ref<HTMLDivElement>;
|
|
1552
|
+
type TabsPanelProps = MergeRight<DefaultProps & HTMLAttributes<DSTabPanelElement>, {
|
|
1553
|
+
/** A unique value that associates the content with a trigger. */value: string;
|
|
1554
|
+
ref?: Ref<DSTabPanelElement>;
|
|
1576
1555
|
}>;
|
|
1577
1556
|
declare const TabsPanel: ({
|
|
1578
|
-
className,
|
|
1579
1557
|
value,
|
|
1580
|
-
|
|
1558
|
+
id,
|
|
1581
1559
|
children,
|
|
1582
|
-
asChild,
|
|
1583
1560
|
dark,
|
|
1584
1561
|
ref,
|
|
1585
1562
|
...props
|
|
1586
|
-
}: TabsPanelProps) =>
|
|
1563
|
+
}: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
|
|
1587
1564
|
//#endregion
|
|
1588
1565
|
//#region src/components/textarea/textarea.d.ts
|
|
1589
1566
|
type TextareaProps = MergeRight<DefaultProps & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix'>, {
|
|
@@ -1600,7 +1577,7 @@ declare const Textarea: ({
|
|
|
1600
1577
|
size,
|
|
1601
1578
|
ref,
|
|
1602
1579
|
...props
|
|
1603
|
-
}: TextareaProps) =>
|
|
1580
|
+
}: TextareaProps) => react_jsx_runtime0.JSX.Element;
|
|
1604
1581
|
//#endregion
|
|
1605
1582
|
//#region src/components/textfield/textfield.d.ts
|
|
1606
1583
|
type InputPropsFiltered = Omit<InputProps, 'prefix' | 'className' | 'style'>;
|
|
@@ -1640,7 +1617,7 @@ declare const Textfield: ({
|
|
|
1640
1617
|
id: idProp,
|
|
1641
1618
|
"aria-describedby": ariaDescribedByProp,
|
|
1642
1619
|
...props
|
|
1643
|
-
}: TextfieldProps) =>
|
|
1620
|
+
}: TextfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1644
1621
|
//#endregion
|
|
1645
1622
|
//#region src/components/validation-message/validation-message.d.ts
|
|
1646
1623
|
type ValidationMessageProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1654,7 +1631,7 @@ declare const ValidationMessage: ({
|
|
|
1654
1631
|
asChild,
|
|
1655
1632
|
ref,
|
|
1656
1633
|
...props
|
|
1657
|
-
}: ValidationMessageProps) =>
|
|
1634
|
+
}: ValidationMessageProps) => react_jsx_runtime0.JSX.Element;
|
|
1658
1635
|
//#endregion
|
|
1659
1636
|
//#region src/utilities/hooks/usePagination/usePagination.d.ts
|
|
1660
1637
|
type UsePaginationProps = {
|
|
@@ -1750,7 +1727,7 @@ declare const AlertFooter: ({
|
|
|
1750
1727
|
asChild,
|
|
1751
1728
|
ref,
|
|
1752
1729
|
...rest
|
|
1753
|
-
}: AlertFooterProps) =>
|
|
1730
|
+
}: AlertFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1754
1731
|
//#endregion
|
|
1755
|
-
export {
|
|
1756
|
-
//# sourceMappingURL=alert-footer-
|
|
1732
|
+
export { FilterGroup as $, DetailsSummary as $t, SelectOptgroupProps as A, BadgeProps as An, DrawerCloseButtonProps as At, PaginationButtonProps as B, DrawerProps as Bt, Spinner as C, CardActions as Cn, Dropdown as Ct, Selectfield as D, Button as Dn, Popover as Dt, SkipLinkProps as E, CardProps as En, PopoverTriggerProps as Et, Search as F, DrawerHeader as Ft, Navbar as G, DialogFooter as Gt, PaginationProps as H, DialogCloseButtonProps as Ht, SearchProps as I, DrawerHeaderProps as It, LogoProps as J, DialogHeaderProps as Jt, NavbarProps as K, DialogFooterProps as Kt, Radio as L, DrawerContent as Lt, SelectOptionProps as M, AvatarProps as Mn, DrawerTriggerProps as Mt, Select as N, Alert as Nn, DrawerFooter as Nt, SelectfieldProps as O, ButtonProps as On, PopoverProps as Ot, SelectProps as P, AlertProps as Pn, DrawerFooterProps as Pt, FooterProps as Q, DialogProps as Qt, RadioProps as R, DrawerContentProps as Rt, SwitchProps as S, CardActionProps as Sn, DropdownButtonProps as St, SkipLink as T, Card as Tn, PopoverTrigger as Tt, SubNavbar as U, DialogTrigger as Ut, Pagination as V, DialogCloseButton as Vt, SubNavbarProps as W, DialogTriggerProps as Wt, LinkProps as X, DialogContentProps as Xt, Link as Y, DialogContent as Yt, Footer as Z, Dialog as Zt, Context as _, CardHeader as _n, DropdownTriggerContext as _t, ValidationMessage as a, Chip as an, FieldsetDescription as at, TabsProps as b, CardContentProps as bn, DropdownTriggerProps as bt, TextfieldProps as c, CheckboxSubsectionProps as cn, FieldsetProps as ct, TabsPanel as d, Input as dn, FieldAffixes as dt, DetailsSummaryProps as en, FilterGroupProps as et, TabsPanelProps as f, InputProps as fn, FieldAffixesProps as ft, TabProps as g, CardMediaProps as gn, FieldProps as gt, Tab as h, CardMedia as hn, Field as ht, usePagination as i, DetailsProps as in, LabelProps as it, SelectOption as j, Avatar as jn, DrawerTrigger as jt, SelectOptgroup as k, Badge as kn, DrawerCloseButton as kt, Textarea as l, Checkbox as ln, FieldAffix as lt, TabsListProps as m, CardDateProps as mn, FieldDescriptionProps as mt, AlertFooterProps as n, DetailsContentProps as nn, FieldsetLegendProps as nt, ValidationMessageProps as o, ChipProps as on, FieldsetDescriptionProps as ot, TabsList as p, CardDate as pn, FieldDescription as pt, Logo as q, DialogHeader as qt, UsePaginationProps as r, Details as rn, Label as rt, Textfield as s, CheckboxSubsection as sn, Fieldset as st, AlertFooter as t, DetailsContent as tn, FieldsetLegend as tt, TextareaProps as u, CheckboxProps as un, FieldAffixProps as ut, Tabs as v, CardHeaderProps as vn, DropdownTriggerContextProps as vt, SpinnerProps as w, CardActionsProps as wn, DropdownProps as wt, Switch as x, CardAction as xn, DropdownButton as xt, TabsContext as y, CardContent as yn, DropdownTrigger as yt, PaginationButton as z, Drawer as zt };
|
|
1733
|
+
//# sourceMappingURL=alert-footer-42JbxJ0B.d.mts.map
|