@bi-digital/react 0.8.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/README.md +0 -2
- package/dist/{alert-footer-BFTlBQCl.d.mts → alert-footer-42JbxJ0B.d.mts} +135 -151
- 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-B9Toa4yI.d.mts → dropdown-item-B6MmulV_.d.mts} +3 -3
- package/dist/{dropdown-list-Ce8CUTGr.d.mts → dropdown-list-DKugDMKm.d.mts} +3 -3
- package/dist/{footer-links-B8XVWRnL.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-DBpTl8iP.d.mts → pagination-item-AQQSJ7GD.d.mts} +3 -3
- package/dist/{popover-trigger-context-HGF38PbW.d.mts → popover-trigger-context-BG1lPWXA.d.mts} +5 -5
- package/dist/{sticky-header-CQ10VPji.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-gxToSQn7.d.mts → useIsomorphicLayoutEffect-DXCY5AxR.d.mts} +1 -1
- 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 -18
- 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-CDtQwUfp.mjs +0 -40
- package/dist/button-CDtQwUfp.mjs.map +0 -1
- package/dist/card-BwkKWLCT.mjs +0 -21
- package/dist/card-BwkKWLCT.mjs.map +0 -1
- package/dist/card-action-CkWX8kB1.mjs +0 -22
- package/dist/card-action-CkWX8kB1.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-BQiLlxh_.mjs +0 -24
- package/dist/dialog-close-button-BQiLlxh_.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-BwjU9AQE.mjs +0 -22
- package/dist/dialog-trigger-BwjU9AQE.mjs.map +0 -1
- package/dist/dialog-trigger-context-BP2Q3KEA.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-BzgfCB46.mjs +0 -12
- package/dist/drawer-close-button-BzgfCB46.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-context-BuP2a1-8.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/drawer-trigger-uVwwMXt_.mjs +0 -12
- package/dist/drawer-trigger-uVwwMXt_.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-B6EgzSgh.mjs +0 -15
- package/dist/dropdown-button-B6EgzSgh.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-8zD-9jXF.mjs +0 -13
- package/dist/dropdown-trigger-8zD-9jXF.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-CMS77qh0.mjs +0 -111
- package/dist/footer-CMS77qh0.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-DT0m4mTM.mjs +0 -14
- package/dist/pagination-button-DT0m4mTM.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-T4NXzZPy.mjs +0 -44
- package/dist/popover-trigger-T4NXzZPy.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-CTkPGLRm.mjs +0 -58
- package/dist/search-CTkPGLRm.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-qLMKkR-4.mjs +0 -27
- package/dist/tab-qLMKkR-4.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/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>, {
|
|
@@ -126,7 +128,7 @@ type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLButtonElem
|
|
|
126
128
|
* Stretch the button to the full width.
|
|
127
129
|
* @default false
|
|
128
130
|
*/
|
|
129
|
-
|
|
131
|
+
fullwidth?: boolean;
|
|
130
132
|
/**
|
|
131
133
|
* Display a loading animation with the Spinner-component.
|
|
132
134
|
* Replaces the `startIcon` if used
|
|
@@ -135,7 +137,7 @@ type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLButtonElem
|
|
|
135
137
|
submitting?: boolean;
|
|
136
138
|
/**
|
|
137
139
|
* Display as icon-button, only use when showing an icon as the label.
|
|
138
|
-
* Not compatible with the
|
|
140
|
+
* Not compatible with the `startIcon`, `endIcon` and `fullwidth` props.
|
|
139
141
|
* Always provide a descriptive aria-label for accessibility when set to true.
|
|
140
142
|
* @default false
|
|
141
143
|
*/
|
|
@@ -159,7 +161,7 @@ declare const Button: ({
|
|
|
159
161
|
asChild,
|
|
160
162
|
variant,
|
|
161
163
|
size,
|
|
162
|
-
|
|
164
|
+
fullwidth,
|
|
163
165
|
dark,
|
|
164
166
|
submitting,
|
|
165
167
|
icon,
|
|
@@ -170,7 +172,7 @@ declare const Button: ({
|
|
|
170
172
|
active,
|
|
171
173
|
ref,
|
|
172
174
|
...props
|
|
173
|
-
}: ButtonProps) =>
|
|
175
|
+
}: ButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
174
176
|
//#endregion
|
|
175
177
|
//#region src/components/card/card.d.ts
|
|
176
178
|
type CardProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -202,7 +204,7 @@ declare const Card: ({
|
|
|
202
204
|
children,
|
|
203
205
|
asChild,
|
|
204
206
|
...props
|
|
205
|
-
}: CardProps) =>
|
|
207
|
+
}: CardProps) => react_jsx_runtime0.JSX.Element;
|
|
206
208
|
//#endregion
|
|
207
209
|
//#region src/components/card/card-actions.d.ts
|
|
208
210
|
type CardActionsProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -213,7 +215,7 @@ declare const CardActions: ({
|
|
|
213
215
|
ref,
|
|
214
216
|
children,
|
|
215
217
|
...props
|
|
216
|
-
}: CardActionsProps) =>
|
|
218
|
+
}: CardActionsProps) => react_jsx_runtime0.JSX.Element;
|
|
217
219
|
//#endregion
|
|
218
220
|
//#region src/components/card/card-action.d.ts
|
|
219
221
|
type CardActionProps = ButtonProps;
|
|
@@ -224,7 +226,7 @@ declare const CardAction: ({
|
|
|
224
226
|
dark,
|
|
225
227
|
className,
|
|
226
228
|
...props
|
|
227
|
-
}: CardActionProps) =>
|
|
229
|
+
}: CardActionProps) => react_jsx_runtime0.JSX.Element;
|
|
228
230
|
//#endregion
|
|
229
231
|
//#region src/components/card/card-content.d.ts
|
|
230
232
|
type CardContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -242,7 +244,7 @@ declare const CardContent: ({
|
|
|
242
244
|
children,
|
|
243
245
|
asChild,
|
|
244
246
|
...props
|
|
245
|
-
}: CardContentProps) =>
|
|
247
|
+
}: CardContentProps) => react_jsx_runtime0.JSX.Element;
|
|
246
248
|
//#endregion
|
|
247
249
|
//#region src/components/card/card-header.d.ts
|
|
248
250
|
type CardHeaderProps = MergeRight<Omit<HTMLAttributes<HTMLDivElement>, 'children'>, {
|
|
@@ -272,7 +274,7 @@ declare const CardHeader: ({
|
|
|
272
274
|
subLabel,
|
|
273
275
|
description,
|
|
274
276
|
...props
|
|
275
|
-
}: CardHeaderProps) =>
|
|
277
|
+
}: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
276
278
|
//#endregion
|
|
277
279
|
//#region src/components/card/card-media.d.ts
|
|
278
280
|
type CardMediaProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -292,7 +294,7 @@ declare const CardMedia: ({
|
|
|
292
294
|
children,
|
|
293
295
|
overlay,
|
|
294
296
|
...props
|
|
295
|
-
}: CardMediaProps) =>
|
|
297
|
+
}: CardMediaProps) => react_jsx_runtime0.JSX.Element;
|
|
296
298
|
//#endregion
|
|
297
299
|
//#region src/components/card/card-date.d.ts
|
|
298
300
|
type CardDateProps = MergeRight<Omit<HTMLAttributes<HTMLParagraphElement>, 'children'>, {
|
|
@@ -312,7 +314,7 @@ declare const CardDate: ({
|
|
|
312
314
|
day,
|
|
313
315
|
month,
|
|
314
316
|
...props
|
|
315
|
-
}: CardDateProps) =>
|
|
317
|
+
}: CardDateProps) => react_jsx_runtime0.JSX.Element;
|
|
316
318
|
//#endregion
|
|
317
319
|
//#region src/components/input/input.d.ts
|
|
318
320
|
type InputProps = MergeRight<DefaultProps & Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'type'>, {
|
|
@@ -346,7 +348,7 @@ declare const Input: ({
|
|
|
346
348
|
readOnly,
|
|
347
349
|
ref,
|
|
348
350
|
...props
|
|
349
|
-
}: InputProps) =>
|
|
351
|
+
}: InputProps) => react_jsx_runtime0.JSX.Element;
|
|
350
352
|
//#endregion
|
|
351
353
|
//#region src/components/checkbox/checkbox.d.ts
|
|
352
354
|
type CheckboxProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -370,7 +372,7 @@ declare const Checkbox: ({
|
|
|
370
372
|
id,
|
|
371
373
|
"aria-describedby": ariaDescribedByProp,
|
|
372
374
|
...props
|
|
373
|
-
}: CheckboxProps) =>
|
|
375
|
+
}: CheckboxProps) => react_jsx_runtime0.JSX.Element;
|
|
374
376
|
//#endregion
|
|
375
377
|
//#region src/components/checkbox/checkbox-subsection.d.ts
|
|
376
378
|
type CheckboxSubsectionProps = MergeRight<DefaultProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -382,7 +384,7 @@ declare const CheckboxSubsection: ({
|
|
|
382
384
|
dark,
|
|
383
385
|
ref,
|
|
384
386
|
...props
|
|
385
|
-
}: CheckboxSubsectionProps) =>
|
|
387
|
+
}: CheckboxSubsectionProps) => react_jsx_runtime0.JSX.Element;
|
|
386
388
|
//#endregion
|
|
387
389
|
//#region src/components/chip/chip.d.ts
|
|
388
390
|
type ChipProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -420,7 +422,7 @@ declare const Chip: ({
|
|
|
420
422
|
className,
|
|
421
423
|
ref,
|
|
422
424
|
...props
|
|
423
|
-
}: ChipProps) =>
|
|
425
|
+
}: ChipProps) => react_jsx_runtime0.JSX.Element;
|
|
424
426
|
//#endregion
|
|
425
427
|
//#region src/components/details/details.d.ts
|
|
426
428
|
type DetailsProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDetailsElement>, {
|
|
@@ -472,7 +474,7 @@ declare const Details: ({
|
|
|
472
474
|
onToggle,
|
|
473
475
|
ref,
|
|
474
476
|
...rest
|
|
475
|
-
}: DetailsProps) =>
|
|
477
|
+
}: DetailsProps) => react_jsx_runtime0.JSX.Element;
|
|
476
478
|
//#endregion
|
|
477
479
|
//#region src/components/details/details-content.d.ts
|
|
478
480
|
type DetailsContentProps = MergeRight<HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -495,7 +497,7 @@ declare const DetailsContent: ({
|
|
|
495
497
|
children,
|
|
496
498
|
ref,
|
|
497
499
|
...rest
|
|
498
|
-
}: DetailsContentProps) =>
|
|
500
|
+
}: DetailsContentProps) => react_jsx_runtime0.JSX.Element;
|
|
499
501
|
//#endregion
|
|
500
502
|
//#region src/components/details/details-summary.d.ts
|
|
501
503
|
type DetailsSummaryProps = MergeRight<HTMLAttributes<HTMLElement>, {
|
|
@@ -515,10 +517,15 @@ declare const DetailsSummary: ({
|
|
|
515
517
|
icon,
|
|
516
518
|
ref,
|
|
517
519
|
...rest
|
|
518
|
-
}: DetailsSummaryProps) =>
|
|
520
|
+
}: DetailsSummaryProps) => react_jsx_runtime0.JSX.Element;
|
|
519
521
|
//#endregion
|
|
520
522
|
//#region src/components/dialog/dialog.d.ts
|
|
521
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';
|
|
522
529
|
/**
|
|
523
530
|
* Dismiss behavior.
|
|
524
531
|
*
|
|
@@ -537,11 +544,6 @@ type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElem
|
|
|
537
544
|
* Callback that is called when the dialog is closed.
|
|
538
545
|
*/
|
|
539
546
|
onClose?: (event: Event) => void;
|
|
540
|
-
/**
|
|
541
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
542
|
-
* @default false
|
|
543
|
-
*/
|
|
544
|
-
asChild?: boolean;
|
|
545
547
|
ref?: Ref<HTMLDialogElement>;
|
|
546
548
|
}>;
|
|
547
549
|
/**
|
|
@@ -554,38 +556,36 @@ type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElem
|
|
|
554
556
|
* <DialogHeader>Dialog Header</DialogHeader>
|
|
555
557
|
* <DialogContent>Dialog Content</DialogContent>
|
|
556
558
|
* <DialogFooter>
|
|
557
|
-
* <
|
|
559
|
+
* <DialogCloseButton variant='text'>Cancel</DialogCloseButton>
|
|
558
560
|
* <Button>Confirm</Button>
|
|
559
561
|
* </DialogFooter>
|
|
560
562
|
* </Dialog>
|
|
561
563
|
* </DialogTriggerContext>
|
|
562
564
|
*
|
|
563
565
|
* @example Without TriggerContext:
|
|
564
|
-
*
|
|
565
|
-
*
|
|
566
|
-
* ...
|
|
567
|
-
*
|
|
568
|
-
* <Button onClick={() => dialogRef.current?.showModal()}>Open Dialog</Button>
|
|
569
|
-
* <Dialog ref={dialogRef}>
|
|
566
|
+
* <Button command="show-modal" commandfor="my-dialog">Open Dialog</Button>
|
|
567
|
+
* <Dialog id="my-dialog">
|
|
570
568
|
* <DialogHeader>Dialog Header</DialogHeader>
|
|
571
569
|
* <DialogContent>Dialog Content</DialogContent>
|
|
572
570
|
* <DialogFooter>
|
|
573
|
-
* <Button variant=
|
|
571
|
+
* <Button variant="text" command="close" commandfor="my-dialog">Cancel</Button>
|
|
574
572
|
* <Button>Confirm</Button>
|
|
575
573
|
* </DialogFooter>
|
|
576
574
|
* </Dialog>
|
|
577
575
|
*/
|
|
578
576
|
declare const Dialog: ({
|
|
579
|
-
|
|
577
|
+
anchor,
|
|
580
578
|
children,
|
|
581
579
|
className,
|
|
582
580
|
closedby,
|
|
581
|
+
id,
|
|
582
|
+
onAnimationEnd,
|
|
583
583
|
onClose,
|
|
584
584
|
open,
|
|
585
585
|
dark,
|
|
586
586
|
ref,
|
|
587
587
|
...rest
|
|
588
|
-
}: DialogProps) =>
|
|
588
|
+
}: DialogProps) => react_jsx_runtime0.JSX.Element;
|
|
589
589
|
//#endregion
|
|
590
590
|
//#region src/components/dialog/dialog-content.d.ts
|
|
591
591
|
type DialogContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -608,7 +608,7 @@ declare const DialogContent: ({
|
|
|
608
608
|
className,
|
|
609
609
|
noBorder,
|
|
610
610
|
...rest
|
|
611
|
-
}: DialogContentProps) =>
|
|
611
|
+
}: DialogContentProps) => react_jsx_runtime0.JSX.Element;
|
|
612
612
|
//#endregion
|
|
613
613
|
//#region src/components/dialog/dialog-header.d.ts
|
|
614
614
|
type DialogHeaderProps = MergeRight<HTMLAttributes<HTMLHeadingElement>, {
|
|
@@ -631,7 +631,7 @@ declare const DialogHeader: ({
|
|
|
631
631
|
className,
|
|
632
632
|
noBorder,
|
|
633
633
|
...rest
|
|
634
|
-
}: DialogHeaderProps) =>
|
|
634
|
+
}: DialogHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
635
635
|
//#endregion
|
|
636
636
|
//#region src/components/dialog/dialog-footer.d.ts
|
|
637
637
|
type DialogFooterProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -654,7 +654,7 @@ declare const DialogFooter: ({
|
|
|
654
654
|
className,
|
|
655
655
|
noBorder,
|
|
656
656
|
...rest
|
|
657
|
-
}: DialogFooterProps) =>
|
|
657
|
+
}: DialogFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
658
658
|
//#endregion
|
|
659
659
|
//#region src/components/dialog/dialog-trigger.d.ts
|
|
660
660
|
type DialogTriggerProps = ButtonProps;
|
|
@@ -662,15 +662,19 @@ declare const DialogTrigger: ({
|
|
|
662
662
|
asChild,
|
|
663
663
|
ref,
|
|
664
664
|
...rest
|
|
665
|
-
}: DialogTriggerProps) =>
|
|
665
|
+
}: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
666
666
|
//#endregion
|
|
667
667
|
//#region src/components/dialog/dialog-close-button.d.ts
|
|
668
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
|
+
*/
|
|
669
673
|
declare const DialogCloseButton: ({
|
|
670
674
|
children,
|
|
671
675
|
ref,
|
|
672
676
|
...props
|
|
673
|
-
}: DialogCloseButtonProps) =>
|
|
677
|
+
}: DialogCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
674
678
|
//#endregion
|
|
675
679
|
//#region src/components/drawer/drawer.d.ts
|
|
676
680
|
type DrawerProps = MergeRight<DialogProps, {
|
|
@@ -683,6 +687,8 @@ type DrawerProps = MergeRight<DialogProps, {
|
|
|
683
687
|
/**
|
|
684
688
|
* Drawer component. On opening, the drawer slides in from the side it is anchored on, controlled by the anchor property.
|
|
685
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
|
+
*
|
|
686
692
|
* @example With TriggerContext:
|
|
687
693
|
* <DrawerTriggerContext>
|
|
688
694
|
* <DrawerTrigger>Open Drawer</DrawerTrigger>
|
|
@@ -716,45 +722,60 @@ declare const Drawer: ({
|
|
|
716
722
|
className,
|
|
717
723
|
ref,
|
|
718
724
|
...rest
|
|
719
|
-
}: DrawerProps) =>
|
|
725
|
+
}: DrawerProps) => react_jsx_runtime0.JSX.Element;
|
|
720
726
|
//#endregion
|
|
721
727
|
//#region src/components/drawer/drawer-content.d.ts
|
|
722
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
|
+
*/
|
|
723
732
|
declare const DrawerContent: ({
|
|
724
733
|
className,
|
|
725
734
|
ref,
|
|
726
735
|
...rest
|
|
727
|
-
}: DrawerContentProps) =>
|
|
736
|
+
}: DrawerContentProps) => react_jsx_runtime0.JSX.Element;
|
|
728
737
|
//#endregion
|
|
729
738
|
//#region src/components/drawer/drawer-header.d.ts
|
|
730
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
|
+
*/
|
|
731
743
|
declare const DrawerHeader: ({
|
|
732
744
|
className,
|
|
733
745
|
ref,
|
|
734
746
|
...rest
|
|
735
|
-
}: DrawerHeaderProps) =>
|
|
747
|
+
}: DrawerHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
736
748
|
//#endregion
|
|
737
749
|
//#region src/components/drawer/drawer-footer.d.ts
|
|
738
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
|
+
*/
|
|
739
754
|
declare const DrawerFooter: ({
|
|
740
755
|
className,
|
|
741
756
|
ref,
|
|
742
757
|
...rest
|
|
743
|
-
}: DrawerFooterProps) =>
|
|
758
|
+
}: DrawerFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
744
759
|
//#endregion
|
|
745
760
|
//#region src/components/drawer/drawer-trigger.d.ts
|
|
746
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
|
+
*/
|
|
747
765
|
declare const DrawerTrigger: ({
|
|
748
766
|
ref,
|
|
749
767
|
...rest
|
|
750
|
-
}: DrawerTriggerProps) =>
|
|
768
|
+
}: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
751
769
|
//#endregion
|
|
752
770
|
//#region src/components/drawer/drawer-close-button.d.ts
|
|
753
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
|
+
*/
|
|
754
775
|
declare const DrawerCloseButton: ({
|
|
755
776
|
ref,
|
|
756
777
|
...rest
|
|
757
|
-
}: DrawerCloseButtonProps) =>
|
|
778
|
+
}: DrawerCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
758
779
|
//#endregion
|
|
759
780
|
//#region src/components/popover/popover.d.ts
|
|
760
781
|
type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -851,7 +872,7 @@ declare const Popover: ({
|
|
|
851
872
|
asChild,
|
|
852
873
|
ref,
|
|
853
874
|
...rest
|
|
854
|
-
}: PopoverProps) =>
|
|
875
|
+
}: PopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
855
876
|
//#endregion
|
|
856
877
|
//#region src/components/popover/popover-trigger.d.ts
|
|
857
878
|
type PopoverTriggerProps = ({
|
|
@@ -900,7 +921,7 @@ declare const PopoverTrigger: ({
|
|
|
900
921
|
asChild,
|
|
901
922
|
ref,
|
|
902
923
|
...rest
|
|
903
|
-
}: PopoverTriggerProps) =>
|
|
924
|
+
}: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
904
925
|
//#endregion
|
|
905
926
|
//#region src/components/dropdown/dropdown.d.ts
|
|
906
927
|
type DropdownProps = MergeRight<DefaultProps & PopoverProps, {
|
|
@@ -942,21 +963,21 @@ declare const Dropdown: ({
|
|
|
942
963
|
className,
|
|
943
964
|
ref,
|
|
944
965
|
...rest
|
|
945
|
-
}: DropdownProps) =>
|
|
966
|
+
}: DropdownProps) => react_jsx_runtime0.JSX.Element;
|
|
946
967
|
//#endregion
|
|
947
968
|
//#region src/components/dropdown/dropdown-button.d.ts
|
|
948
969
|
type DropdownButtonProps = Omit<ButtonProps, 'variant'>;
|
|
949
970
|
declare const DropdownButton: ({
|
|
950
971
|
ref,
|
|
951
972
|
...rest
|
|
952
|
-
}: DropdownButtonProps) =>
|
|
973
|
+
}: DropdownButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
953
974
|
//#endregion
|
|
954
975
|
//#region src/components/dropdown/dropdown-trigger.d.ts
|
|
955
976
|
type DropdownTriggerProps = PopoverTriggerProps;
|
|
956
977
|
declare const DropdownTrigger: ({
|
|
957
978
|
ref,
|
|
958
979
|
...rest
|
|
959
|
-
}: DropdownTriggerProps) =>
|
|
980
|
+
}: DropdownTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
960
981
|
//#endregion
|
|
961
982
|
//#region src/components/dropdown/dropdown-trigger-context.d.ts
|
|
962
983
|
type DropdownTriggerContextProps = PopoverTriggerContextProps;
|
|
@@ -979,7 +1000,7 @@ type DropdownTriggerContextProps = PopoverTriggerContextProps;
|
|
|
979
1000
|
declare const DropdownTriggerContext: ({
|
|
980
1001
|
children,
|
|
981
1002
|
...props
|
|
982
|
-
}: DropdownTriggerContextProps) =>
|
|
1003
|
+
}: DropdownTriggerContextProps) => react_jsx_runtime0.JSX.Element;
|
|
983
1004
|
//#endregion
|
|
984
1005
|
//#region src/components/field/field.d.ts
|
|
985
1006
|
type FieldProps = MergeRight<DefaultProps & AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1010,7 +1031,7 @@ declare const Field: ({
|
|
|
1010
1031
|
asChild,
|
|
1011
1032
|
ref,
|
|
1012
1033
|
...props
|
|
1013
|
-
}: FieldProps) =>
|
|
1034
|
+
}: FieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1014
1035
|
//#endregion
|
|
1015
1036
|
//#region src/components/field/field-description.d.ts
|
|
1016
1037
|
type FieldDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1021,7 +1042,7 @@ declare const FieldDescription: ({
|
|
|
1021
1042
|
className,
|
|
1022
1043
|
ref,
|
|
1023
1044
|
...props
|
|
1024
|
-
}: FieldDescriptionProps) =>
|
|
1045
|
+
}: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1025
1046
|
//#endregion
|
|
1026
1047
|
//#region src/components/field/field-affix.d.ts
|
|
1027
1048
|
type FieldAffixesProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLDivElement>, 'prefix'>, {
|
|
@@ -1042,7 +1063,7 @@ declare const FieldAffixes: ({
|
|
|
1042
1063
|
asChild,
|
|
1043
1064
|
ref,
|
|
1044
1065
|
...rest
|
|
1045
|
-
}: FieldAffixesProps) =>
|
|
1066
|
+
}: FieldAffixesProps) => react_jsx_runtime0.JSX.Element;
|
|
1046
1067
|
type FieldAffixProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLSpanElement>, 'prefix'>, {
|
|
1047
1068
|
ref?: Ref<HTMLSpanElement>;
|
|
1048
1069
|
}>;
|
|
@@ -1062,7 +1083,7 @@ declare const FieldAffix: ({
|
|
|
1062
1083
|
asChild,
|
|
1063
1084
|
ref,
|
|
1064
1085
|
...rest
|
|
1065
|
-
}: FieldAffixProps) =>
|
|
1086
|
+
}: FieldAffixProps) => react_jsx_runtime0.JSX.Element;
|
|
1066
1087
|
//#endregion
|
|
1067
1088
|
//#region src/components/fieldset/fieldset.d.ts
|
|
1068
1089
|
type FieldsetProps = MergeRight<DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetElement>, {
|
|
@@ -1074,7 +1095,7 @@ declare const Fieldset: ({
|
|
|
1074
1095
|
dark,
|
|
1075
1096
|
ref,
|
|
1076
1097
|
...props
|
|
1077
|
-
}: FieldsetProps) =>
|
|
1098
|
+
}: FieldsetProps) => react_jsx_runtime0.JSX.Element;
|
|
1078
1099
|
//#endregion
|
|
1079
1100
|
//#region src/components/fieldset/fieldset-description.d.ts
|
|
1080
1101
|
type FieldsetDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1084,7 +1105,7 @@ declare const FieldsetDescription: ({
|
|
|
1084
1105
|
asChild,
|
|
1085
1106
|
ref,
|
|
1086
1107
|
...props
|
|
1087
|
-
}: FieldsetDescriptionProps) =>
|
|
1108
|
+
}: FieldsetDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1088
1109
|
//#endregion
|
|
1089
1110
|
//#region src/components/label/label.d.ts
|
|
1090
1111
|
type LabelProps = MergeRight<DefaultProps & AsChildProps & LabelHTMLAttributes<HTMLLabelElement>, {
|
|
@@ -1102,7 +1123,7 @@ declare const Label: ({
|
|
|
1102
1123
|
asChild,
|
|
1103
1124
|
ref,
|
|
1104
1125
|
...props
|
|
1105
|
-
}: LabelProps) =>
|
|
1126
|
+
}: LabelProps) => react_jsx_runtime0.JSX.Element;
|
|
1106
1127
|
//#endregion
|
|
1107
1128
|
//#region src/components/fieldset/fieldset-legend.d.ts
|
|
1108
1129
|
type FieldsetLegendProps = MergeRight<LabelProps & HTMLAttributes<HTMLLegendElement>, {
|
|
@@ -1113,7 +1134,7 @@ declare const FieldsetLegend: ({
|
|
|
1113
1134
|
dark,
|
|
1114
1135
|
ref,
|
|
1115
1136
|
...props
|
|
1116
|
-
}: FieldsetLegendProps) =>
|
|
1137
|
+
}: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
1117
1138
|
//#endregion
|
|
1118
1139
|
//#region src/components/filter-group/filter-group.d.ts
|
|
1119
1140
|
type FilterGroupProps = MergeRight<DefaultProps & AsChildProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -1135,7 +1156,7 @@ declare const FilterGroup: ({
|
|
|
1135
1156
|
className,
|
|
1136
1157
|
ref,
|
|
1137
1158
|
...props
|
|
1138
|
-
}: FilterGroupProps) =>
|
|
1159
|
+
}: FilterGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1139
1160
|
//#endregion
|
|
1140
1161
|
//#region src/components/footer/footer.d.ts
|
|
1141
1162
|
type FooterProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1171,7 +1192,7 @@ declare const Footer: ({
|
|
|
1171
1192
|
children,
|
|
1172
1193
|
ref,
|
|
1173
1194
|
...props
|
|
1174
|
-
}: FooterProps) =>
|
|
1195
|
+
}: FooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1175
1196
|
//#endregion
|
|
1176
1197
|
//#region src/components/link/link.d.ts
|
|
1177
1198
|
type LinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1203,7 +1224,7 @@ declare const Link: ({
|
|
|
1203
1224
|
underline,
|
|
1204
1225
|
ref,
|
|
1205
1226
|
...rest
|
|
1206
|
-
}: LinkProps) =>
|
|
1227
|
+
}: LinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1207
1228
|
//#endregion
|
|
1208
1229
|
//#region src/components/logo/logo.d.ts
|
|
1209
1230
|
type LogoProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLSpanElement>, 'children'>, {
|
|
@@ -1233,7 +1254,7 @@ declare const Logo: ({
|
|
|
1233
1254
|
className,
|
|
1234
1255
|
ref,
|
|
1235
1256
|
...props
|
|
1236
|
-
}: LogoProps) =>
|
|
1257
|
+
}: LogoProps) => react_jsx_runtime0.JSX.Element;
|
|
1237
1258
|
//#endregion
|
|
1238
1259
|
//#region src/components/navbar/navbar.d.ts
|
|
1239
1260
|
type NavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1271,7 +1292,7 @@ declare const Navbar: ({
|
|
|
1271
1292
|
className,
|
|
1272
1293
|
ref,
|
|
1273
1294
|
...props
|
|
1274
|
-
}: NavbarProps) =>
|
|
1295
|
+
}: NavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1275
1296
|
//#endregion
|
|
1276
1297
|
//#region src/components/navbar/sub-navbar.d.ts
|
|
1277
1298
|
type SubNavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1283,7 +1304,7 @@ declare const SubNavbar: ({
|
|
|
1283
1304
|
className,
|
|
1284
1305
|
ref,
|
|
1285
1306
|
...props
|
|
1286
|
-
}: SubNavbarProps) =>
|
|
1307
|
+
}: SubNavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1287
1308
|
//#endregion
|
|
1288
1309
|
//#region src/components/pagination/pagination.d.ts
|
|
1289
1310
|
type PaginationProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1295,7 +1316,7 @@ declare const Pagination: ({
|
|
|
1295
1316
|
ref,
|
|
1296
1317
|
children,
|
|
1297
1318
|
...props
|
|
1298
|
-
}: PaginationProps) =>
|
|
1319
|
+
}: PaginationProps) => react_jsx_runtime0.JSX.Element;
|
|
1299
1320
|
//#endregion
|
|
1300
1321
|
//#region src/components/pagination/pagination-button.d.ts
|
|
1301
1322
|
type PaginationButtonProps = ButtonProps & {
|
|
@@ -1308,7 +1329,7 @@ type PaginationButtonProps = ButtonProps & {
|
|
|
1308
1329
|
declare const PaginationButton: ({
|
|
1309
1330
|
ref,
|
|
1310
1331
|
...rest
|
|
1311
|
-
}: PaginationButtonProps) =>
|
|
1332
|
+
}: PaginationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1312
1333
|
//#endregion
|
|
1313
1334
|
//#region src/components/radio/radio.d.ts
|
|
1314
1335
|
type RadioProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -1330,7 +1351,7 @@ declare const Radio: ({
|
|
|
1330
1351
|
id,
|
|
1331
1352
|
"aria-describedby": ariaDescribedByProp,
|
|
1332
1353
|
...props
|
|
1333
|
-
}: RadioProps) =>
|
|
1354
|
+
}: RadioProps) => react_jsx_runtime0.JSX.Element;
|
|
1334
1355
|
//#endregion
|
|
1335
1356
|
//#region src/components/search/search.d.ts
|
|
1336
1357
|
type SearchProps = MergeRight<Omit<InputProps, 'type' | 'size'>, {
|
|
@@ -1359,7 +1380,7 @@ declare const Search: ({
|
|
|
1359
1380
|
style,
|
|
1360
1381
|
fullwidth,
|
|
1361
1382
|
...props
|
|
1362
|
-
}: SearchProps) =>
|
|
1383
|
+
}: SearchProps) => react_jsx_runtime0.JSX.Element;
|
|
1363
1384
|
//#endregion
|
|
1364
1385
|
//#region src/components/select/select.d.ts
|
|
1365
1386
|
type SelectProps = MergeRight<DefaultProps & Omit<SelectHTMLAttributes<HTMLSelectElement>, 'multiple' | 'size'>, {
|
|
@@ -1379,7 +1400,7 @@ declare const Select: ({
|
|
|
1379
1400
|
size,
|
|
1380
1401
|
ref,
|
|
1381
1402
|
...props
|
|
1382
|
-
}: SelectProps) =>
|
|
1403
|
+
}: SelectProps) => react_jsx_runtime0.JSX.Element;
|
|
1383
1404
|
//#endregion
|
|
1384
1405
|
//#region src/components/select/select-option.d.ts
|
|
1385
1406
|
type SelectOptionProps = MergeRight<AsChildProps & OptionHTMLAttributes<HTMLOptionElement>, {
|
|
@@ -1389,7 +1410,7 @@ declare const SelectOption: ({
|
|
|
1389
1410
|
asChild,
|
|
1390
1411
|
ref,
|
|
1391
1412
|
...props
|
|
1392
|
-
}: SelectOptionProps) =>
|
|
1413
|
+
}: SelectOptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1393
1414
|
//#endregion
|
|
1394
1415
|
//#region src/components/select/select-optgroup.d.ts
|
|
1395
1416
|
type SelectOptgroupProps = MergeRight<AsChildProps & OptgroupHTMLAttributes<HTMLOptGroupElement>, {
|
|
@@ -1399,7 +1420,7 @@ declare const SelectOptgroup: ({
|
|
|
1399
1420
|
asChild,
|
|
1400
1421
|
ref,
|
|
1401
1422
|
...props
|
|
1402
|
-
}: SelectOptgroupProps) =>
|
|
1423
|
+
}: SelectOptgroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1403
1424
|
//#endregion
|
|
1404
1425
|
//#region src/components/selectfield/selectfield.d.ts
|
|
1405
1426
|
type SelectfieldProps = MergeRight<LabelRequiredProps & SelectProps, {
|
|
@@ -1420,7 +1441,7 @@ declare const Selectfield: ({
|
|
|
1420
1441
|
id: idProp,
|
|
1421
1442
|
"aria-describedby": ariaDescribedByProp,
|
|
1422
1443
|
...props
|
|
1423
|
-
}: SelectfieldProps) =>
|
|
1444
|
+
}: SelectfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1424
1445
|
//#endregion
|
|
1425
1446
|
//#region src/components/skip-link/skip-link.d.ts
|
|
1426
1447
|
type SkipLinkProps = MergeRight<DefaultProps & AsChildProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1432,7 +1453,7 @@ declare const SkipLink: ({
|
|
|
1432
1453
|
className,
|
|
1433
1454
|
dark,
|
|
1434
1455
|
...props
|
|
1435
|
-
}: SkipLinkProps) =>
|
|
1456
|
+
}: SkipLinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1436
1457
|
//#endregion
|
|
1437
1458
|
//#region src/components/spinner/spinner.d.ts
|
|
1438
1459
|
type SpinnerProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -1454,7 +1475,7 @@ declare const Spinner: ({
|
|
|
1454
1475
|
className,
|
|
1455
1476
|
ref,
|
|
1456
1477
|
...props
|
|
1457
|
-
}: SpinnerProps) =>
|
|
1478
|
+
}: SpinnerProps) => react_jsx_runtime0.JSX.Element;
|
|
1458
1479
|
//#endregion
|
|
1459
1480
|
//#region src/components/switch/switch.d.ts
|
|
1460
1481
|
type SwitchProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'> & Pick<FieldProps, 'position'>, {
|
|
@@ -1474,109 +1495,72 @@ declare const Switch: ({
|
|
|
1474
1495
|
id,
|
|
1475
1496
|
position,
|
|
1476
1497
|
...props
|
|
1477
|
-
}: SwitchProps) =>
|
|
1498
|
+
}: SwitchProps) => react_jsx_runtime0.JSX.Element;
|
|
1478
1499
|
//#endregion
|
|
1479
1500
|
//#region src/components/tabs/tabs.d.ts
|
|
1480
|
-
type TabsProps = MergeRight<DefaultProps &
|
|
1481
|
-
/**
|
|
1482
|
-
* When `automatic`, tabs are activated when receiving focus. When `manual`, tabs are activated when clicked.
|
|
1483
|
-
* @default 'automatic'
|
|
1484
|
-
*/
|
|
1485
|
-
activationMode?: 'manual' | 'automatic';
|
|
1486
|
-
/**
|
|
1487
|
-
* The orientation of the component.
|
|
1488
|
-
* @default 'horizontal'
|
|
1489
|
-
*/
|
|
1490
|
-
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. */
|
|
1491
|
-
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`. */
|
|
1492
1503
|
value?: string; /** Event handler called when the value changes. */
|
|
1493
1504
|
onChange?: (value: string) => void;
|
|
1494
|
-
|
|
1495
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1496
|
-
* @default false
|
|
1497
|
-
*/
|
|
1498
|
-
asChild?: boolean;
|
|
1499
|
-
ref?: Ref<HTMLDivElement>;
|
|
1505
|
+
ref?: Ref<DSTabsElement>;
|
|
1500
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>;
|
|
1501
1515
|
declare const Tabs: ({
|
|
1502
|
-
activationMode,
|
|
1503
|
-
orientation,
|
|
1504
1516
|
defaultValue,
|
|
1505
|
-
value,
|
|
1517
|
+
value: valueProp,
|
|
1506
1518
|
onChange,
|
|
1507
1519
|
children,
|
|
1508
1520
|
className,
|
|
1509
|
-
asChild,
|
|
1510
1521
|
dark,
|
|
1511
1522
|
ref,
|
|
1512
1523
|
...props
|
|
1513
|
-
}: TabsProps) =>
|
|
1524
|
+
}: TabsProps) => react_jsx_runtime0.JSX.Element;
|
|
1514
1525
|
//#endregion
|
|
1515
1526
|
//#region src/components/tabs/tab.d.ts
|
|
1516
|
-
type TabProps = MergeRight<
|
|
1527
|
+
type TabProps = MergeRight<DefaultProps & HTMLAttributes<DSTabElement>, {
|
|
1517
1528
|
/** A unique value that associates the trigger with a content. */value: string;
|
|
1518
|
-
|
|
1519
|
-
* When true, prevents the user from interacting with the tab.
|
|
1520
|
-
* @default false
|
|
1521
|
-
*/
|
|
1522
|
-
disabled?: boolean;
|
|
1529
|
+
ref?: Ref<DSTabElement>;
|
|
1523
1530
|
}>;
|
|
1524
1531
|
declare const Tab: ({
|
|
1525
|
-
className,
|
|
1526
1532
|
value,
|
|
1527
|
-
disabled,
|
|
1528
1533
|
children,
|
|
1529
|
-
asChild,
|
|
1530
1534
|
dark,
|
|
1535
|
+
onClick,
|
|
1531
1536
|
ref,
|
|
1532
1537
|
...props
|
|
1533
|
-
}: TabProps) =>
|
|
1538
|
+
}: TabProps) => react_jsx_runtime0.JSX.Element;
|
|
1534
1539
|
//#endregion
|
|
1535
1540
|
//#region src/components/tabs/tabs-list.d.ts
|
|
1536
|
-
type TabsListProps = MergeRight<DefaultProps &
|
|
1537
|
-
|
|
1538
|
-
* When `true`, keyboard navigation will loop from last tab to first, and vice versa.
|
|
1539
|
-
* @default true
|
|
1540
|
-
*/
|
|
1541
|
-
loop?: boolean;
|
|
1542
|
-
/**
|
|
1543
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1544
|
-
* @default false
|
|
1545
|
-
*/
|
|
1546
|
-
asChild?: boolean;
|
|
1547
|
-
ref?: Ref<HTMLDivElement>;
|
|
1541
|
+
type TabsListProps = MergeRight<DefaultProps & HTMLAttributes<DSTabListElement>, {
|
|
1542
|
+
ref?: Ref<DSTabListElement>;
|
|
1548
1543
|
}>;
|
|
1549
1544
|
declare const TabsList: ({
|
|
1550
|
-
className,
|
|
1551
|
-
loop,
|
|
1552
1545
|
children,
|
|
1553
|
-
asChild,
|
|
1554
1546
|
dark,
|
|
1555
1547
|
ref,
|
|
1556
1548
|
...props
|
|
1557
|
-
}: TabsListProps) =>
|
|
1549
|
+
}: TabsListProps) => react_jsx_runtime0.JSX.Element;
|
|
1558
1550
|
//#endregion
|
|
1559
1551
|
//#region src/components/tabs/tabs-panel.d.ts
|
|
1560
|
-
type TabsPanelProps = MergeRight<DefaultProps &
|
|
1561
|
-
/** A unique value that associates the content with a trigger. */value: string;
|
|
1562
|
-
|
|
1563
|
-
/**
|
|
1564
|
-
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
1565
|
-
* @default false
|
|
1566
|
-
*/
|
|
1567
|
-
asChild?: boolean;
|
|
1568
|
-
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>;
|
|
1569
1555
|
}>;
|
|
1570
1556
|
declare const TabsPanel: ({
|
|
1571
|
-
className,
|
|
1572
1557
|
value,
|
|
1573
|
-
|
|
1558
|
+
id,
|
|
1574
1559
|
children,
|
|
1575
|
-
asChild,
|
|
1576
1560
|
dark,
|
|
1577
1561
|
ref,
|
|
1578
1562
|
...props
|
|
1579
|
-
}: TabsPanelProps) =>
|
|
1563
|
+
}: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
|
|
1580
1564
|
//#endregion
|
|
1581
1565
|
//#region src/components/textarea/textarea.d.ts
|
|
1582
1566
|
type TextareaProps = MergeRight<DefaultProps & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix'>, {
|
|
@@ -1593,7 +1577,7 @@ declare const Textarea: ({
|
|
|
1593
1577
|
size,
|
|
1594
1578
|
ref,
|
|
1595
1579
|
...props
|
|
1596
|
-
}: TextareaProps) =>
|
|
1580
|
+
}: TextareaProps) => react_jsx_runtime0.JSX.Element;
|
|
1597
1581
|
//#endregion
|
|
1598
1582
|
//#region src/components/textfield/textfield.d.ts
|
|
1599
1583
|
type InputPropsFiltered = Omit<InputProps, 'prefix' | 'className' | 'style'>;
|
|
@@ -1633,7 +1617,7 @@ declare const Textfield: ({
|
|
|
1633
1617
|
id: idProp,
|
|
1634
1618
|
"aria-describedby": ariaDescribedByProp,
|
|
1635
1619
|
...props
|
|
1636
|
-
}: TextfieldProps) =>
|
|
1620
|
+
}: TextfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1637
1621
|
//#endregion
|
|
1638
1622
|
//#region src/components/validation-message/validation-message.d.ts
|
|
1639
1623
|
type ValidationMessageProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1647,7 +1631,7 @@ declare const ValidationMessage: ({
|
|
|
1647
1631
|
asChild,
|
|
1648
1632
|
ref,
|
|
1649
1633
|
...props
|
|
1650
|
-
}: ValidationMessageProps) =>
|
|
1634
|
+
}: ValidationMessageProps) => react_jsx_runtime0.JSX.Element;
|
|
1651
1635
|
//#endregion
|
|
1652
1636
|
//#region src/utilities/hooks/usePagination/usePagination.d.ts
|
|
1653
1637
|
type UsePaginationProps = {
|
|
@@ -1743,7 +1727,7 @@ declare const AlertFooter: ({
|
|
|
1743
1727
|
asChild,
|
|
1744
1728
|
ref,
|
|
1745
1729
|
...rest
|
|
1746
|
-
}: AlertFooterProps) =>
|
|
1730
|
+
}: AlertFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1747
1731
|
//#endregion
|
|
1748
|
-
export {
|
|
1749
|
-
//# 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
|