@bi-digital/react 0.2.22 → 0.2.24
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-B0SyUQVj.js.map +1 -1
- package/dist/alert-BubQTdmN.js +1 -0
- package/dist/{alert-footer-CmqpWEov.d.ts → alert-footer-D9CtX3s3.d.ts} +126 -127
- package/dist/alert-footer-DL4rCThp.js.map +1 -1
- package/dist/avatar-6Q2xwviO.js.map +1 -1
- package/dist/avatar-CCnUOGHD.js +1 -0
- package/dist/badge-0qk6AKns.js +1 -0
- package/dist/badge-D9OVAKG8.js.map +1 -1
- package/dist/button-Mlhn5A3s.js +1 -0
- package/dist/button-fhd-JARc.js.map +1 -1
- package/dist/card-CqLWeJx_.js +1 -0
- package/dist/card-QAnFhTk6.js.map +1 -1
- package/dist/card-action-D8M3_IVq.js.map +1 -1
- package/dist/card-actions-CIsnmxsm.js.map +1 -1
- package/dist/card-content-DkEHp8mv.js.map +1 -1
- package/dist/card-date-Bd87BGDE.js.map +1 -1
- package/dist/card-header-D-RMd4xS.js.map +1 -1
- package/dist/card-media-DhU2_Ueq.js.map +1 -1
- package/dist/checkbox-CKGFJHNX.js +1 -0
- package/dist/{checkbox-CxA8UXr6.js → checkbox-ZR1Z2PCF.js} +2 -2
- package/dist/checkbox-ZR1Z2PCF.js.map +1 -0
- package/dist/{checkbox-subsection-CGXgII6v.js → checkbox-subsection-BPe5aj-W.js} +1 -1
- package/dist/{checkbox-subsection-CGXgII6v.js.map → checkbox-subsection-BPe5aj-W.js.map} +1 -1
- package/dist/chip-DP9-RTOH.js +1 -0
- package/dist/{chip-CRcC9TkL.js → chip-b9xUiF7_.js} +1 -1
- package/dist/{chip-CRcC9TkL.js.map → chip-b9xUiF7_.js.map} +1 -1
- package/dist/components/alert/alert-footer.d.ts +17 -16
- package/dist/components/alert/alert.d.ts +17 -16
- package/dist/components/alert/index.d.ts +17 -16
- package/dist/components/alert/index.js +1 -1
- package/dist/components/avatar/avatar.d.ts +17 -16
- package/dist/components/avatar/index.d.ts +17 -16
- package/dist/components/avatar/index.js +1 -1
- package/dist/components/badge/badge.d.ts +17 -16
- package/dist/components/badge/index.d.ts +17 -16
- package/dist/components/badge/index.js +1 -1
- package/dist/components/button/button.d.ts +17 -16
- package/dist/components/button/button.js +1 -1
- package/dist/components/button/index.d.ts +17 -16
- package/dist/components/button/index.js +2 -2
- package/dist/components/card/card-action.d.ts +17 -16
- package/dist/components/card/card-action.js +2 -2
- package/dist/components/card/card-actions.d.ts +17 -16
- package/dist/components/card/card-content.d.ts +17 -16
- package/dist/components/card/card-date.d.ts +17 -16
- package/dist/components/card/card-header.d.ts +17 -16
- package/dist/components/card/card-media.d.ts +17 -16
- package/dist/components/card/card.d.ts +17 -16
- package/dist/components/card/index.d.ts +17 -16
- package/dist/components/card/index.js +3 -3
- package/dist/components/checkbox/checkbox-subsection.d.ts +17 -16
- package/dist/components/checkbox/checkbox-subsection.js +1 -1
- package/dist/components/checkbox/checkbox.d.ts +17 -16
- package/dist/components/checkbox/checkbox.js +5 -9
- package/dist/components/checkbox/index.d.ts +17 -16
- package/dist/components/checkbox/index.js +7 -11
- package/dist/components/chip/chip.d.ts +17 -16
- package/dist/components/chip/chip.js +1 -1
- package/dist/components/chip/index.d.ts +17 -16
- package/dist/components/chip/index.js +2 -2
- package/dist/components/dialog/dialog-close-button.d.ts +17 -16
- package/dist/components/dialog/dialog-close-button.js +3 -3
- package/dist/components/dialog/dialog-content.d.ts +17 -16
- package/dist/components/dialog/dialog-content.js +1 -1
- package/dist/components/dialog/dialog-footer.d.ts +17 -16
- package/dist/components/dialog/dialog-footer.js +1 -1
- package/dist/components/dialog/dialog-header.d.ts +17 -16
- package/dist/components/dialog/dialog-header.js +1 -1
- package/dist/components/dialog/dialog-trigger-context.d.ts +1 -1
- package/dist/components/dialog/dialog-trigger-context.js +1 -1
- package/dist/components/dialog/dialog-trigger.d.ts +17 -16
- package/dist/components/dialog/dialog-trigger.js +4 -4
- package/dist/components/dialog/dialog.d.ts +17 -16
- package/dist/components/dialog/dialog.js +3 -7
- package/dist/components/dialog/index.d.ts +17 -16
- package/dist/components/dialog/index.js +11 -15
- package/dist/components/drawer/drawer-close-button.d.ts +17 -16
- package/dist/components/drawer/drawer-close-button.js +12 -16
- package/dist/components/drawer/drawer-content.d.ts +17 -16
- package/dist/components/drawer/drawer-content.js +12 -16
- package/dist/components/drawer/drawer-footer.d.ts +17 -16
- package/dist/components/drawer/drawer-footer.js +12 -16
- package/dist/components/drawer/drawer-header.d.ts +17 -16
- package/dist/components/drawer/drawer-header.js +12 -16
- package/dist/components/drawer/drawer-trigger-context.d.ts +1 -1
- package/dist/components/drawer/drawer-trigger-context.js +12 -16
- package/dist/components/drawer/drawer-trigger.d.ts +17 -16
- package/dist/components/drawer/drawer-trigger.js +12 -16
- package/dist/components/drawer/drawer.d.ts +17 -16
- package/dist/components/drawer/drawer.js +12 -16
- package/dist/components/drawer/index.d.ts +17 -16
- package/dist/components/drawer/index.js +19 -23
- package/dist/components/dropdown/dropdown-button.d.ts +17 -16
- package/dist/components/dropdown/dropdown-button.js +3 -3
- package/dist/components/dropdown/dropdown-item.d.ts +1 -1
- package/dist/components/dropdown/dropdown-item.js +1 -1
- package/dist/components/dropdown/dropdown-list.d.ts +1 -1
- package/dist/components/dropdown/dropdown-list.js +1 -1
- package/dist/components/dropdown/dropdown-trigger-context.d.ts +17 -1
- package/dist/components/dropdown/dropdown-trigger-context.js +8 -12
- package/dist/components/dropdown/dropdown-trigger.d.ts +17 -16
- package/dist/components/dropdown/dropdown-trigger.js +8 -12
- package/dist/components/dropdown/dropdown.d.ts +17 -16
- package/dist/components/dropdown/dropdown.js +8 -12
- package/dist/components/dropdown/index.d.ts +17 -16
- package/dist/components/dropdown/index.js +14 -18
- package/dist/components/field/field-affix.d.ts +17 -16
- package/dist/components/field/field-description.d.ts +17 -16
- package/dist/components/field/field.d.ts +17 -16
- package/dist/components/field/index.d.ts +17 -16
- package/dist/components/field/index.js +1 -1
- package/dist/components/fieldset/fieldset-description.d.ts +17 -16
- package/dist/components/fieldset/fieldset-description.js +1 -1
- package/dist/components/fieldset/fieldset-legend.d.ts +17 -16
- package/dist/components/fieldset/fieldset-legend.js +2 -2
- package/dist/components/fieldset/fieldset.d.ts +17 -16
- package/dist/components/fieldset/fieldset.js +1 -1
- package/dist/components/fieldset/index.d.ts +17 -16
- package/dist/components/fieldset/index.js +5 -5
- package/dist/components/filter-group/filter-group.d.ts +17 -16
- package/dist/components/filter-group/filter-group.js +1 -1
- package/dist/components/filter-group/index.d.ts +17 -16
- package/dist/components/filter-group/index.js +2 -2
- package/dist/components/footer/footer-links.d.ts +1 -1
- package/dist/components/footer/footer-links.js +1 -1
- package/dist/components/footer/footer.d.ts +17 -16
- package/dist/components/footer/footer.js +3 -3
- package/dist/components/footer/index.d.ts +17 -16
- package/dist/components/footer/index.js +5 -5
- package/dist/components/index.d.ts +18 -17
- package/dist/components/index.js +96 -93
- package/dist/components/input/index.d.ts +17 -16
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/input.d.ts +17 -16
- package/dist/components/label/index.d.ts +17 -16
- package/dist/components/label/index.js +1 -1
- package/dist/components/label/label.d.ts +17 -16
- package/dist/components/link/index.d.ts +17 -16
- package/dist/components/link/index.js +2 -2
- package/dist/components/link/link.d.ts +17 -16
- package/dist/components/link/link.js +1 -1
- package/dist/components/logo/index.d.ts +17 -16
- package/dist/components/logo/index.js +2 -2
- package/dist/components/logo/logo.d.ts +17 -16
- package/dist/components/logo/logo.js +1 -1
- package/dist/components/navbar/index.d.ts +17 -16
- package/dist/components/navbar/index.js +12 -7
- package/dist/components/navbar/navbar.d.ts +17 -16
- package/dist/components/navbar/navbar.js +3 -3
- package/dist/components/navbar/sub-navbar.d.ts +17 -16
- package/dist/components/navbar/sub-navbar.js +8 -3
- package/dist/components/pagination/index.d.ts +17 -16
- package/dist/components/pagination/index.js +6 -6
- package/dist/components/pagination/pagination-button.d.ts +17 -16
- package/dist/components/pagination/pagination-button.js +3 -3
- package/dist/components/pagination/pagination-item.d.ts +1 -1
- package/dist/components/pagination/pagination-item.js +1 -1
- package/dist/components/pagination/pagination.d.ts +17 -16
- package/dist/components/pagination/pagination.js +1 -1
- package/dist/components/popover/index.d.ts +17 -16
- package/dist/components/popover/index.js +7 -11
- package/dist/components/popover/popover-trigger-context.d.ts +1 -1
- package/dist/components/popover/popover-trigger-context.js +1 -1
- package/dist/components/popover/popover-trigger.d.ts +17 -16
- package/dist/components/popover/popover-trigger.js +4 -4
- package/dist/components/popover/popover.d.ts +17 -16
- package/dist/components/popover/popover.js +3 -7
- package/dist/components/radio/index.d.ts +17 -16
- package/dist/components/radio/index.js +5 -5
- package/dist/components/radio/radio.d.ts +17 -16
- package/dist/components/radio/radio.js +4 -4
- package/dist/components/search/index.d.ts +17 -16
- package/dist/components/search/index.js +6 -6
- package/dist/components/search/search.d.ts +17 -16
- package/dist/components/search/search.js +5 -5
- package/dist/components/select/index.d.ts +17 -16
- package/dist/components/select/index.js +4 -4
- package/dist/components/select/select-optgroup.d.ts +17 -16
- package/dist/components/select/select-optgroup.js +1 -1
- package/dist/components/select/select-option.d.ts +17 -16
- package/dist/components/select/select-option.js +1 -1
- package/dist/components/select/select.d.ts +17 -16
- package/dist/components/select/select.js +1 -1
- package/dist/components/selectfield/index.d.ts +18 -0
- package/dist/components/selectfield/index.js +16 -0
- package/dist/components/selectfield/selectfield.d.ts +18 -0
- package/dist/components/selectfield/selectfield.js +15 -0
- package/dist/components/skip-link/index.d.ts +17 -16
- package/dist/components/skip-link/index.js +2 -2
- package/dist/components/skip-link/skip-link.d.ts +17 -16
- package/dist/components/skip-link/skip-link.js +1 -1
- package/dist/components/spinner/index.d.ts +17 -16
- package/dist/components/spinner/index.js +1 -1
- package/dist/components/spinner/spinner.d.ts +17 -16
- package/dist/components/sticky-header/index.d.ts +2 -2
- package/dist/components/sticky-header/index.js +2 -2
- package/dist/components/sticky-header/sticky-header.d.ts +1 -1
- package/dist/components/sticky-header/sticky-header.js +1 -1
- package/dist/components/tabs/index.d.ts +17 -16
- package/dist/components/tabs/index.js +7 -7
- package/dist/components/tabs/tab.d.ts +17 -16
- package/dist/components/tabs/tab.js +3 -3
- package/dist/components/tabs/tabs-list.d.ts +17 -16
- package/dist/components/tabs/tabs-list.js +1 -1
- package/dist/components/tabs/tabs-panel.d.ts +17 -16
- package/dist/components/tabs/tabs-panel.js +1 -1
- package/dist/components/tabs/tabs.d.ts +17 -16
- package/dist/components/tabs/tabs.js +1 -1
- package/dist/components/textarea/index.d.ts +17 -16
- package/dist/components/textarea/index.js +2 -2
- package/dist/components/textarea/textarea.d.ts +17 -16
- package/dist/components/textarea/textarea.js +1 -1
- package/dist/components/textfield/index.d.ts +17 -16
- package/dist/components/textfield/index.js +9 -9
- package/dist/components/textfield/textfield.d.ts +17 -16
- package/dist/components/textfield/textfield.js +8 -8
- package/dist/components/validation-message/index.d.ts +17 -16
- package/dist/components/validation-message/index.js +2 -2
- package/dist/components/validation-message/validation-message.d.ts +17 -16
- package/dist/components/validation-message/validation-message.js +1 -1
- package/dist/components-CouSGV6e.js +1 -0
- package/dist/dialog-CbLuKrFn.js +1 -0
- package/dist/{dialog-WgEtFqJD.js → dialog-DzGRZgbP.js} +3 -3
- package/dist/dialog-DzGRZgbP.js.map +1 -0
- package/dist/{dialog-close-button-8n-DBvH4.js → dialog-close-button-B4zf0hvt.js} +1 -1
- package/dist/{dialog-close-button-8n-DBvH4.js.map → dialog-close-button-B4zf0hvt.js.map} +1 -1
- package/dist/{dialog-content-CU346luZ.js → dialog-content-R35XpbSj.js} +1 -1
- package/dist/{dialog-content-CU346luZ.js.map → dialog-content-R35XpbSj.js.map} +1 -1
- package/dist/{dialog-footer-BPCalxtL.js → dialog-footer-AoiCz_Uj.js} +1 -1
- package/dist/{dialog-footer-BPCalxtL.js.map → dialog-footer-AoiCz_Uj.js.map} +1 -1
- package/dist/{dialog-header-DsLpGnOf.js → dialog-header-Bbq9DcHX.js} +1 -1
- package/dist/{dialog-header-DsLpGnOf.js.map → dialog-header-Bbq9DcHX.js.map} +1 -1
- package/dist/{dialog-trigger-Q9Y5EG0H.js → dialog-trigger-DinHpkua.js} +2 -2
- package/dist/{dialog-trigger-Q9Y5EG0H.js.map → dialog-trigger-DinHpkua.js.map} +1 -1
- package/dist/{dialog-trigger-context-B41wR-bM.js → dialog-trigger-context-51mA5fz3.js} +1 -1
- package/dist/{dialog-trigger-context-B41wR-bM.js.map → dialog-trigger-context-51mA5fz3.js.map} +1 -1
- package/dist/{dialog-trigger-context-CedfUYNj.d.ts → dialog-trigger-context-ClG9UVsz.d.ts} +5 -5
- package/dist/{drawer-B8xyMitJ.js → drawer-CZ05Lizo.js} +2 -2
- package/dist/{drawer-B8xyMitJ.js.map → drawer-CZ05Lizo.js.map} +1 -1
- package/dist/drawer-CpPzCsLG.js +1 -0
- package/dist/{drawer-close-button-CqDqQGHP.js → drawer-close-button-DigcuqLc.js} +2 -2
- package/dist/{drawer-close-button-CqDqQGHP.js.map → drawer-close-button-DigcuqLc.js.map} +1 -1
- package/dist/{drawer-content-Dp__eciN.js → drawer-content-CFc-rxBo.js} +2 -2
- package/dist/{drawer-content-Dp__eciN.js.map → drawer-content-CFc-rxBo.js.map} +1 -1
- package/dist/{drawer-footer-qYHvZEl_.js → drawer-footer-CfHjfvEg.js} +2 -2
- package/dist/{drawer-footer-qYHvZEl_.js.map → drawer-footer-CfHjfvEg.js.map} +1 -1
- package/dist/{drawer-header-fQaZQuIY.js → drawer-header-DK4XoaaW.js} +2 -2
- package/dist/{drawer-header-fQaZQuIY.js.map → drawer-header-DK4XoaaW.js.map} +1 -1
- package/dist/{drawer-trigger-BvjTEl5N.js → drawer-trigger-Do9Htx5M.js} +2 -2
- package/dist/{drawer-trigger-BvjTEl5N.js.map → drawer-trigger-Do9Htx5M.js.map} +1 -1
- package/dist/{drawer-trigger-context-DHYdt3sB.js → drawer-trigger-context-BUWPPdas.js} +2 -2
- package/dist/{drawer-trigger-context-DHYdt3sB.js.map → drawer-trigger-context-BUWPPdas.js.map} +1 -1
- package/dist/{drawer-trigger-context-V67j5GyK.d.ts → drawer-trigger-context-CNBRwj7l.d.ts} +3 -3
- package/dist/dropdown-DHACQ2Vu.js +1 -0
- package/dist/dropdown-Fzf2CeX4.js +19 -0
- package/dist/{dropdown-D-dX5PAl.js.map → dropdown-Fzf2CeX4.js.map} +1 -1
- package/dist/{dropdown-D54kcMt_.js → dropdown-b7acNLZb.js} +2 -2
- package/dist/{dropdown-D54kcMt_.js.map → dropdown-b7acNLZb.js.map} +1 -1
- package/dist/{dropdown-button-CKPaLMBh.js → dropdown-button-FQqIwqdp.js} +1 -1
- package/dist/{dropdown-button-CKPaLMBh.js.map → dropdown-button-FQqIwqdp.js.map} +1 -1
- package/dist/{dropdown-item-CnQfwJGB.d.ts → dropdown-item-BEXQ7dGm.d.ts} +1 -1
- package/dist/{dropdown-item-BnnEFIq3.js → dropdown-item-DQQXQC4J.js} +1 -1
- package/dist/{dropdown-item-BnnEFIq3.js.map → dropdown-item-DQQXQC4J.js.map} +1 -1
- package/dist/{dropdown-list-DK4FJAqB.d.ts → dropdown-list-B7sSmFJ3.d.ts} +1 -1
- package/dist/{dropdown-list-BWW85rXi.js → dropdown-list-DB1mST67.js} +1 -1
- package/dist/{dropdown-list-BWW85rXi.js.map → dropdown-list-DB1mST67.js.map} +1 -1
- package/dist/{dropdown-trigger-DfHyg_D7.js → dropdown-trigger-Fwrigwtg.js} +2 -2
- package/dist/{dropdown-trigger-DfHyg_D7.js.map → dropdown-trigger-Fwrigwtg.js.map} +1 -1
- package/dist/{dropdown-trigger-context-BpYBk_xf.js → dropdown-trigger-context-BCcyoZEx.js} +6 -3
- package/dist/dropdown-trigger-context-BCcyoZEx.js.map +1 -0
- package/dist/field-DFMMLG-d.js.map +1 -1
- package/dist/field-affix-npc6m7XL.js.map +1 -1
- package/dist/field-description-Dhm1VA08.js.map +1 -1
- package/dist/field-rlwGWFvc.js +1 -0
- package/dist/{fieldset-DGB7cvdz.js → fieldset-Bpu4CRKG.js} +1 -1
- package/dist/{fieldset-DGB7cvdz.js.map → fieldset-Bpu4CRKG.js.map} +1 -1
- package/dist/fieldset-CKQ2RG9n.js +1 -0
- package/dist/{fieldset-description-oNKwCGnW.js → fieldset-description-DiHvcLh-.js} +1 -1
- package/dist/{fieldset-description-oNKwCGnW.js.map → fieldset-description-DiHvcLh-.js.map} +1 -1
- package/dist/{fieldset-legend-Dseni7XM.js → fieldset-legend-CR4srn2-.js} +1 -1
- package/dist/{fieldset-legend-Dseni7XM.js.map → fieldset-legend-CR4srn2-.js.map} +1 -1
- package/dist/{filter-group-BKO5sgGt.js → filter-group-DMSPaCQt.js} +1 -1
- package/dist/{filter-group-BKO5sgGt.js.map → filter-group-DMSPaCQt.js.map} +1 -1
- package/dist/filter-group-DfuKXzU3.js +1 -0
- package/dist/footer-C8UL4KnN.js +1 -0
- package/dist/{footer-CXKRhzUT.js → footer-CU7LdbPO.js} +1 -1
- package/dist/{footer-CXKRhzUT.js.map → footer-CU7LdbPO.js.map} +1 -1
- package/dist/{footer-links-Dz1UwVuf.js → footer-links-BIUrxu38.js} +1 -1
- package/dist/{footer-links-Dz1UwVuf.js.map → footer-links-BIUrxu38.js.map} +1 -1
- package/dist/{footer-links-C9v9gcuW.d.ts → footer-links-BxIXKTE0.d.ts} +1 -1
- package/dist/hooks-DLlERz_p.js +1 -0
- package/dist/{index-CXV3nvLQ.d.ts → index-ByVDkQOU.d.ts} +14 -3
- package/dist/{index-B-0iSMVN.d.ts → index-CG8drCYo.d.ts} +14 -3
- package/dist/index-Cv0onxlx.d.ts +1 -0
- package/dist/index-DH_DbgNa.d.ts +23 -0
- package/dist/input-B4bnnPvD.js +1 -0
- package/dist/input-Dr7BnTyd.js.map +1 -1
- package/dist/label-BQlLxfiz.js +1 -0
- package/dist/label-DUzvAx-T.js.map +1 -1
- package/dist/{link-BdmxFMOF.js → link-BqDeZAJF.js} +1 -1
- package/dist/{link-BdmxFMOF.js.map → link-BqDeZAJF.js.map} +1 -1
- package/dist/link-BtBX-WfP.js +1 -0
- package/dist/logo-Bj2kMgOD.js +1 -0
- package/dist/{logo-cfY7Ilvc.js → logo-QKrYvRFP.js} +1 -1
- package/dist/{logo-cfY7Ilvc.js.map → logo-QKrYvRFP.js.map} +1 -1
- package/dist/main.d.ts +18 -17
- package/dist/main.js +97 -94
- package/dist/navbar-CQKFBrJr.js +1 -0
- package/dist/{navbar-DJJMercW.js → navbar-Dxv7GQO0.js} +2 -2
- package/dist/{navbar-DJJMercW.js.map → navbar-Dxv7GQO0.js.map} +1 -1
- package/dist/pagination-COuMArW_.js +1 -0
- package/dist/{pagination-DxXjiIgC.js → pagination-DH6vZYMO.js} +1 -1
- package/dist/{pagination-DxXjiIgC.js.map → pagination-DH6vZYMO.js.map} +1 -1
- package/dist/{pagination-button-CjEZPPC8.js → pagination-button-CMSNwkeT.js} +1 -1
- package/dist/{pagination-button-CjEZPPC8.js.map → pagination-button-CMSNwkeT.js.map} +1 -1
- package/dist/{pagination-item-CEfdaSuS.d.ts → pagination-item-CMV8GBbx.d.ts} +3 -3
- package/dist/{pagination-item-DXnI0BWj.js → pagination-item-DzskmZxf.js} +1 -1
- package/dist/{pagination-item-DXnI0BWj.js.map → pagination-item-DzskmZxf.js.map} +1 -1
- package/dist/popover-B1YgrDNf.js +1 -0
- package/dist/{popover-COi7S9pJ.js → popover-DOMLkRA5.js} +8 -3
- package/dist/popover-DOMLkRA5.js.map +1 -0
- package/dist/{popover-CGvBn3q9.js → popover-DmA4qMtu.js} +7 -7
- package/dist/popover-DmA4qMtu.js.map +1 -0
- package/dist/{popover-trigger-BLnIukvY.js → popover-trigger-Chi8uvRM.js} +2 -2
- package/dist/{popover-trigger-BLnIukvY.js.map → popover-trigger-Chi8uvRM.js.map} +1 -1
- package/dist/{popover-trigger-context-CGJlUS_N.js → popover-trigger-context-Cre9Mczn.js} +9 -3
- package/dist/popover-trigger-context-Cre9Mczn.js.map +1 -0
- package/dist/{popover-trigger-context-CQKQbCmr.d.ts → popover-trigger-context-CyMKQtlR.d.ts} +16 -4
- package/dist/{radio-Cn3PqpMt.js → radio-DAC5mhl3.js} +1 -1
- package/dist/{radio-Cn3PqpMt.js.map → radio-DAC5mhl3.js.map} +1 -1
- package/dist/radio-rO-tWKD5.js +1 -0
- package/dist/search-Djix7Xme.js +1 -0
- package/dist/{search-CdV5su_L.js → search-DwL2xIaj.js} +3 -2
- package/dist/search-DwL2xIaj.js.map +1 -0
- package/dist/select-DcvVj8YT.js +1 -0
- package/dist/{select-DCZV6wZu.js → select-R87VdG5U.js} +1 -1
- package/dist/{select-DCZV6wZu.js.map → select-R87VdG5U.js.map} +1 -1
- package/dist/{select-optgroup-BUaB9Yz-.js → select-optgroup-jowSQvbc.js} +1 -1
- package/dist/{select-optgroup-BUaB9Yz-.js.map → select-optgroup-jowSQvbc.js.map} +1 -1
- package/dist/{select-option-BByWq34J.js → select-option-WAhhr82L.js} +1 -1
- package/dist/{select-option-BByWq34J.js.map → select-option-WAhhr82L.js.map} +1 -1
- package/dist/selectfield-C1wWqK0O.js +53 -0
- package/dist/selectfield-C1wWqK0O.js.map +1 -0
- package/dist/selectfield-DtSsNu0C.js +1 -0
- package/dist/{skip-link-DwuiIAvE.js → skip-link-CbdX4Taw.js} +1 -1
- package/dist/{skip-link-DwuiIAvE.js.map → skip-link-CbdX4Taw.js.map} +1 -1
- package/dist/skip-link-DHDiOrN_.js +1 -0
- package/dist/spinner-BqbijPkO.js +1 -0
- package/dist/spinner-Ch5bEQBR.js.map +1 -1
- package/dist/{sticky-header-DxtaS2U0.d.ts → sticky-header-BAnynSsK.d.ts} +3 -3
- package/dist/sticky-header-DKlpc3Eq.js +1 -0
- package/dist/{sticky-header-DWAJUj20.js → sticky-header-gE5HX2ug.js} +1 -1
- package/dist/{sticky-header-DWAJUj20.js.map → sticky-header-gE5HX2ug.js.map} +1 -1
- package/dist/sub-navbar-BdJ9EKsU.js +120 -0
- package/dist/sub-navbar-BdJ9EKsU.js.map +1 -0
- package/dist/{sub-navbar-DEudSxfj.js → sub-navbar-DkxQv0WJ.js} +4 -4
- package/dist/sub-navbar-DkxQv0WJ.js.map +1 -0
- package/dist/{tab-9qkzsjIT.js → tab-BvSndQZ_.js} +1 -1
- package/dist/{tab-9qkzsjIT.js.map → tab-BvSndQZ_.js.map} +1 -1
- package/dist/{tabs-CpaYfphj.js → tabs-C70z_5SJ.js} +1 -1
- package/dist/{tabs-CpaYfphj.js.map → tabs-C70z_5SJ.js.map} +1 -1
- package/dist/tabs-CRLePQH9.js +1 -0
- package/dist/{tabs-list-UDrgmCSx.js → tabs-list-npvK06bl.js} +1 -1
- package/dist/{tabs-list-UDrgmCSx.js.map → tabs-list-npvK06bl.js.map} +1 -1
- package/dist/{tabs-panel-DeVzvQQw.js → tabs-panel-L8HovooI.js} +1 -1
- package/dist/{tabs-panel-DeVzvQQw.js.map → tabs-panel-L8HovooI.js.map} +1 -1
- package/dist/{textarea-C580HmQX.js → textarea-B1fAOfkt.js} +1 -1
- package/dist/{textarea-C580HmQX.js.map → textarea-B1fAOfkt.js.map} +1 -1
- package/dist/textarea-cP6IV0Lb.js +1 -0
- package/dist/{textfield-CdqVq5R0.js → textfield-Dt_vYPpu.js} +5 -4
- package/dist/textfield-Dt_vYPpu.js.map +1 -0
- package/dist/textfield-s5xGjX-B.js +1 -0
- package/dist/{types-Mj1poXVf.d.ts → types-Bga-EYiy.d.ts} +1 -1
- package/dist/{types-DC-FPmDA.d.ts → types-CtaqzrVi.d.ts} +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +1 -0
- package/dist/{useCheckboxGroup-rTVawmvi.js → useCheckboxGroup-BDH3ewt8.js} +1 -1
- package/dist/{useCheckboxGroup-rTVawmvi.js.map → useCheckboxGroup-BDH3ewt8.js.map} +1 -1
- package/dist/{useCheckboxGroup-DRhqch1m.d.ts → useCheckboxGroup-D61FVz37.d.ts} +1 -1
- package/dist/useIsElementAboveViewport-C3qzTbfj.d.ts +8 -0
- package/dist/{useElementScrolledPastObserver-DjzJ4Mn-.js → useIsElementAboveViewport-lmdnXDdc.js} +6 -6
- package/dist/useIsElementAboveViewport-lmdnXDdc.js.map +1 -0
- package/dist/{useIsomorphicLayoutEffect-BMdz-mee.d.ts → useIsomorphicLayoutEffect-DYtMRdO-.d.ts} +1 -1
- package/dist/{useIsomorphicLayoutEffect-B5btmYlF.js → useIsomorphicLayoutEffect-odKYwQAV.js} +1 -1
- package/dist/{useIsomorphicLayoutEffect-B5btmYlF.js.map → useIsomorphicLayoutEffect-odKYwQAV.js.map} +1 -1
- package/dist/useMediaQuery-DYDgFKom.d.ts +32 -0
- package/dist/useMediaQuery-ICPWsO_p.js +44 -0
- package/dist/useMediaQuery-ICPWsO_p.js.map +1 -0
- package/dist/{useMergeRefs-CcJMoo46.js → useMergeRefs-DC710CHX.js} +1 -1
- package/dist/{useMergeRefs-CcJMoo46.js.map → useMergeRefs-DC710CHX.js.map} +1 -1
- package/dist/{usePagination-DNqO-ob2.js → usePagination-DQR72JNE.js} +1 -1
- package/dist/{usePagination-DNqO-ob2.js.map → usePagination-DQR72JNE.js.map} +1 -1
- package/dist/useScrollDirection-BmllObvZ.d.ts +11 -0
- package/dist/{useScrollDirection-BLgp51hx.js → useScrollDirection-C2EmQi0U.js} +1 -1
- package/dist/{useScrollDirection-BLgp51hx.js.map → useScrollDirection-C2EmQi0U.js.map} +1 -1
- package/dist/utilities/hooks/index.d.ts +18 -17
- package/dist/utilities/hooks/index.js +8 -6
- package/dist/utilities/hooks/useCheckboxGroup/useCheckboxGroup.d.ts +1 -1
- package/dist/utilities/hooks/useCheckboxGroup/useCheckboxGroup.js +1 -1
- package/dist/utilities/hooks/useIsElementAboveViewport/useIsElementAboveViewport.d.ts +2 -0
- package/dist/utilities/hooks/useIsElementAboveViewport/useIsElementAboveViewport.js +3 -0
- package/dist/utilities/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.d.ts +1 -1
- package/dist/utilities/hooks/useIsomorphicLayoutEffect/useIsomorphicLayoutEffect.js +1 -1
- package/dist/utilities/hooks/useMediaQuery/useMediaQuery.d.ts +2 -0
- package/dist/utilities/hooks/useMediaQuery/useMediaQuery.js +4 -0
- package/dist/utilities/hooks/useMergeRefs/useMergeRefs.d.ts +11 -2
- package/dist/utilities/hooks/useMergeRefs/useMergeRefs.js +1 -1
- package/dist/utilities/hooks/usePagination/usePagination.d.ts +17 -16
- package/dist/utilities/hooks/usePagination/usePagination.js +1 -1
- package/dist/utilities/hooks/useScrollDirection/useScrollDirection.d.ts +2 -11
- package/dist/utilities/hooks/useScrollDirection/useScrollDirection.js +1 -1
- package/dist/utilities/index.d.ts +18 -17
- package/dist/utilities/index.js +9 -7
- package/dist/utilities/types.d.ts +1 -1
- package/dist/utilities/types.js +1 -0
- package/dist/utilities-DanMK0XE.js +1 -0
- package/dist/{validation-message-6AQTIup_.js → validation-message-BAGjCQy3.js} +1 -1
- package/dist/{validation-message-6AQTIup_.js.map → validation-message-BAGjCQy3.js.map} +1 -1
- package/dist/validation-message-DHR3NN8N.js +1 -0
- package/dist/vanilla/dropdown/index.d.ts +1 -1
- package/dist/vanilla/dropdown/index.js +2 -2
- package/dist/vanilla/index.d.ts +4 -3
- package/dist/vanilla/index.js +4 -3
- package/dist/vanilla/popover/index.d.ts +1 -1
- package/dist/vanilla/popover/index.js +1 -1
- package/dist/vanilla/sub-navbar/index.d.ts +2 -0
- package/dist/vanilla/sub-navbar/index.js +3 -0
- package/dist/vite-env.d.ts +2 -1
- package/package.json +18 -18
- package/dist/alert-Ch1lDSMm.js +0 -0
- package/dist/avatar-B81bChIx.js +0 -0
- package/dist/badge-uRbNhCzA.js +0 -0
- package/dist/button-vrN4Zwch.js +0 -0
- package/dist/card-BK1MS46W.js +0 -0
- package/dist/checkbox-CxA8UXr6.js.map +0 -1
- package/dist/checkbox-DdQn64cR.js +0 -0
- package/dist/chip-6KumidQL.js +0 -0
- package/dist/components-CUDHzsYh.js +0 -0
- package/dist/dialog-B6bZOPYF.js +0 -0
- package/dist/dialog-WgEtFqJD.js.map +0 -1
- package/dist/drawer-sfOVHFWA.js +0 -0
- package/dist/dropdown-D-dX5PAl.js +0 -15
- package/dist/dropdown-DR0Lif3r.js +0 -0
- package/dist/dropdown-trigger-context-BpYBk_xf.js.map +0 -1
- package/dist/dropdown-trigger-context-C51vPffs.d.ts +0 -29
- package/dist/field-B7y2WBzu.js +0 -0
- package/dist/fieldset-Ds2WiAnj.js +0 -0
- package/dist/filter-group-MjaWbeZO.js +0 -0
- package/dist/footer-Cq6w0v2j.js +0 -0
- package/dist/hooks-BmaG9QJW.js +0 -0
- package/dist/index-CTw2zfCM.d.ts +0 -1
- package/dist/input-03FO9IIL.js +0 -0
- package/dist/label-nhrfSiaP.js +0 -0
- package/dist/link-CKJeUW0o.js +0 -0
- package/dist/logo-CIDSfhf9.js +0 -0
- package/dist/navbar-BuFLsqCZ.js +0 -0
- package/dist/pagination-DUyQRuUE.js +0 -0
- package/dist/popover-C4QdJkKG.js +0 -0
- package/dist/popover-CGvBn3q9.js.map +0 -1
- package/dist/popover-COi7S9pJ.js.map +0 -1
- package/dist/popover-trigger-context-CGJlUS_N.js.map +0 -1
- package/dist/radio-Uyx2D7dl.js +0 -0
- package/dist/search-CdV5su_L.js.map +0 -1
- package/dist/search-VYIc3wFh.js +0 -0
- package/dist/select-D1X9tdeH.js +0 -0
- package/dist/skip-link-CGmg3TAi.js +0 -0
- package/dist/spinner-CPiGcSIc.js +0 -0
- package/dist/sticky-header-CII-Yy5M.js +0 -0
- package/dist/sub-navbar-DEudSxfj.js.map +0 -1
- package/dist/tabs-CYBqn2Kj.js +0 -0
- package/dist/textarea-D37K5D86.js +0 -0
- package/dist/textfield-CWoUw1b2.js +0 -0
- package/dist/textfield-CdqVq5R0.js.map +0 -1
- package/dist/useElementScrolledPastObserver-DjzJ4Mn-.js.map +0 -1
- package/dist/useMergeRefs-iCenhgmf.d.ts +0 -11
- package/dist/utilities/hooks/useElementScrolledPastObserver/useElementScrolledPastObserver.d.ts +0 -8
- package/dist/utilities/hooks/useElementScrolledPastObserver/useElementScrolledPastObserver.js +0 -3
- package/dist/utilities-JoKvbhOy.js +0 -0
- package/dist/validation-message-B4lI2a0K.js +0 -0
|
@@ -1,67 +1,7 @@
|
|
|
1
|
-
import { AsChildProps, DefaultProps, LabelRequiredProps } from "./types-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { AsChildProps, DefaultProps, LabelRequiredProps } from "./types-Bga-EYiy.js";
|
|
2
|
+
import { PopoverTriggerContextProps } from "./popover-trigger-context-CyMKQtlR.js";
|
|
3
|
+
import { MergeRight } from "./types-CtaqzrVi.js";
|
|
4
4
|
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
-
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
6
|
-
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
7
|
-
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
8
|
-
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
9
|
-
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
10
|
-
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
11
|
-
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
12
|
-
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
13
|
-
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
14
|
-
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
15
|
-
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
16
|
-
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
17
|
-
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
18
|
-
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
19
|
-
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
20
|
-
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
21
|
-
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
22
|
-
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
23
|
-
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
24
|
-
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
25
|
-
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
26
|
-
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
27
|
-
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
28
|
-
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
29
|
-
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
30
|
-
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
31
|
-
import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
32
|
-
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
33
|
-
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
34
|
-
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
35
|
-
import * as react_jsx_runtime38 from "react/jsx-runtime";
|
|
36
|
-
import * as react_jsx_runtime37 from "react/jsx-runtime";
|
|
37
|
-
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
38
|
-
import * as react_jsx_runtime41 from "react/jsx-runtime";
|
|
39
|
-
import * as react_jsx_runtime39 from "react/jsx-runtime";
|
|
40
|
-
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
41
|
-
import * as react_jsx_runtime40 from "react/jsx-runtime";
|
|
42
|
-
import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
43
|
-
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
44
|
-
import * as react_jsx_runtime47 from "react/jsx-runtime";
|
|
45
|
-
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
46
|
-
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
47
|
-
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
48
|
-
import * as react_jsx_runtime52 from "react/jsx-runtime";
|
|
49
|
-
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
50
|
-
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
51
|
-
import * as react_jsx_runtime58 from "react/jsx-runtime";
|
|
52
|
-
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
53
|
-
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
54
|
-
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
55
|
-
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
56
|
-
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
57
|
-
import * as react_jsx_runtime68 from "react/jsx-runtime";
|
|
58
|
-
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
59
|
-
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
60
|
-
import * as react_jsx_runtime67 from "react/jsx-runtime";
|
|
61
|
-
import * as react_jsx_runtime69 from "react/jsx-runtime";
|
|
62
|
-
import * as react_jsx_runtime70 from "react/jsx-runtime";
|
|
63
|
-
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
64
|
-
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
65
5
|
import { AnchorHTMLAttributes, AriaAttributes, ButtonHTMLAttributes, DialogHTMLAttributes, FieldsetHTMLAttributes, HTMLAttributes, HtmlHTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes, OptgroupHTMLAttributes, OptionHTMLAttributes, ReactNode, Ref, SelectHTMLAttributes, TextareaHTMLAttributes } from "react";
|
|
66
6
|
import { Middleware, Placement } from "@floating-ui/dom";
|
|
67
7
|
|
|
@@ -99,7 +39,7 @@ declare const Alert: ({
|
|
|
99
39
|
size,
|
|
100
40
|
ref,
|
|
101
41
|
...rest
|
|
102
|
-
}: AlertProps) =>
|
|
42
|
+
}: AlertProps) => react_jsx_runtime0.JSX.Element;
|
|
103
43
|
//#endregion
|
|
104
44
|
//#region src/components/avatar/avatar.d.ts
|
|
105
45
|
type AvatarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -170,7 +110,7 @@ declare const Badge: ({
|
|
|
170
110
|
asChild,
|
|
171
111
|
ref,
|
|
172
112
|
...props
|
|
173
|
-
}: BadgeProps) =>
|
|
113
|
+
}: BadgeProps) => react_jsx_runtime0.JSX.Element;
|
|
174
114
|
//#endregion
|
|
175
115
|
//#region src/components/button/button.d.ts
|
|
176
116
|
type ButtonProps = MergeRight<DefaultProps & ButtonHTMLAttributes<HTMLButtonElement>, {
|
|
@@ -235,7 +175,7 @@ declare const Button: ({
|
|
|
235
175
|
active,
|
|
236
176
|
ref,
|
|
237
177
|
...props
|
|
238
|
-
}: ButtonProps) =>
|
|
178
|
+
}: ButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
239
179
|
//#endregion
|
|
240
180
|
//#region src/components/card/card.d.ts
|
|
241
181
|
type CardProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -267,7 +207,7 @@ declare const Card: ({
|
|
|
267
207
|
children,
|
|
268
208
|
asChild,
|
|
269
209
|
...props
|
|
270
|
-
}: CardProps) =>
|
|
210
|
+
}: CardProps) => react_jsx_runtime0.JSX.Element;
|
|
271
211
|
//#endregion
|
|
272
212
|
//#region src/components/card/card-actions.d.ts
|
|
273
213
|
type CardActionsProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -278,7 +218,7 @@ declare const CardActions: ({
|
|
|
278
218
|
ref,
|
|
279
219
|
children,
|
|
280
220
|
...props
|
|
281
|
-
}: CardActionsProps) =>
|
|
221
|
+
}: CardActionsProps) => react_jsx_runtime0.JSX.Element;
|
|
282
222
|
//#endregion
|
|
283
223
|
//#region src/components/card/card-action.d.ts
|
|
284
224
|
type CardActionProps = ButtonProps;
|
|
@@ -289,7 +229,7 @@ declare const CardAction: ({
|
|
|
289
229
|
dark,
|
|
290
230
|
className,
|
|
291
231
|
...props
|
|
292
|
-
}: CardActionProps) =>
|
|
232
|
+
}: CardActionProps) => react_jsx_runtime0.JSX.Element;
|
|
293
233
|
//#endregion
|
|
294
234
|
//#region src/components/card/card-content.d.ts
|
|
295
235
|
type CardContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -307,7 +247,7 @@ declare const CardContent: ({
|
|
|
307
247
|
children,
|
|
308
248
|
asChild,
|
|
309
249
|
...props
|
|
310
|
-
}: CardContentProps) =>
|
|
250
|
+
}: CardContentProps) => react_jsx_runtime0.JSX.Element;
|
|
311
251
|
//#endregion
|
|
312
252
|
//#region src/components/card/card-header.d.ts
|
|
313
253
|
type CardHeaderProps = MergeRight<Omit<HTMLAttributes<HTMLDivElement>, 'children'>, {
|
|
@@ -337,7 +277,7 @@ declare const CardHeader: ({
|
|
|
337
277
|
subLabel,
|
|
338
278
|
description,
|
|
339
279
|
...props
|
|
340
|
-
}: CardHeaderProps) =>
|
|
280
|
+
}: CardHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
341
281
|
//#endregion
|
|
342
282
|
//#region src/components/card/card-media.d.ts
|
|
343
283
|
type CardMediaProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -357,7 +297,7 @@ declare const CardMedia: ({
|
|
|
357
297
|
children,
|
|
358
298
|
overlay,
|
|
359
299
|
...props
|
|
360
|
-
}: CardMediaProps) =>
|
|
300
|
+
}: CardMediaProps) => react_jsx_runtime0.JSX.Element;
|
|
361
301
|
//#endregion
|
|
362
302
|
//#region src/components/card/card-date.d.ts
|
|
363
303
|
type CardDateProps = MergeRight<Omit<HTMLAttributes<HTMLParagraphElement>, 'children'>, {
|
|
@@ -377,7 +317,7 @@ declare const CardDate: ({
|
|
|
377
317
|
day,
|
|
378
318
|
month,
|
|
379
319
|
...props
|
|
380
|
-
}: CardDateProps) =>
|
|
320
|
+
}: CardDateProps) => react_jsx_runtime0.JSX.Element;
|
|
381
321
|
//#endregion
|
|
382
322
|
//#region src/components/input/input.d.ts
|
|
383
323
|
type InputProps = MergeRight<DefaultProps & Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'type'>, {
|
|
@@ -413,7 +353,7 @@ declare const Input: ({
|
|
|
413
353
|
readOnly,
|
|
414
354
|
ref,
|
|
415
355
|
...props
|
|
416
|
-
}: InputProps) =>
|
|
356
|
+
}: InputProps) => react_jsx_runtime0.JSX.Element;
|
|
417
357
|
//#endregion
|
|
418
358
|
//#region src/components/checkbox/checkbox.d.ts
|
|
419
359
|
type CheckboxProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -442,7 +382,7 @@ declare const Checkbox: ({
|
|
|
442
382
|
id,
|
|
443
383
|
"aria-describedby": ariaDescribedByProp,
|
|
444
384
|
...props
|
|
445
|
-
}: CheckboxProps) =>
|
|
385
|
+
}: CheckboxProps) => react_jsx_runtime0.JSX.Element;
|
|
446
386
|
//#endregion
|
|
447
387
|
//#region src/components/checkbox/checkbox-subsection.d.ts
|
|
448
388
|
type CheckboxSubsectionProps = MergeRight<DefaultProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -454,7 +394,7 @@ declare const CheckboxSubsection: ({
|
|
|
454
394
|
dark,
|
|
455
395
|
ref,
|
|
456
396
|
...props
|
|
457
|
-
}: CheckboxSubsectionProps) =>
|
|
397
|
+
}: CheckboxSubsectionProps) => react_jsx_runtime0.JSX.Element;
|
|
458
398
|
//#endregion
|
|
459
399
|
//#region src/components/chip/chip.d.ts
|
|
460
400
|
type ChipProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -487,7 +427,7 @@ declare const Chip: ({
|
|
|
487
427
|
className,
|
|
488
428
|
ref,
|
|
489
429
|
...props
|
|
490
|
-
}: ChipProps) =>
|
|
430
|
+
}: ChipProps) => react_jsx_runtime0.JSX.Element;
|
|
491
431
|
//#endregion
|
|
492
432
|
//#region src/components/dialog/dialog.d.ts
|
|
493
433
|
type DialogProps = MergeRight<DefaultProps & DialogHTMLAttributes<HTMLDialogElement>, {
|
|
@@ -557,7 +497,7 @@ declare const Dialog: ({
|
|
|
557
497
|
dark,
|
|
558
498
|
ref,
|
|
559
499
|
...rest
|
|
560
|
-
}: DialogProps) =>
|
|
500
|
+
}: DialogProps) => react_jsx_runtime0.JSX.Element;
|
|
561
501
|
//#endregion
|
|
562
502
|
//#region src/components/dialog/dialog-content.d.ts
|
|
563
503
|
type DialogContentProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -580,7 +520,7 @@ declare const DialogContent: ({
|
|
|
580
520
|
className,
|
|
581
521
|
noBorder,
|
|
582
522
|
...rest
|
|
583
|
-
}: DialogContentProps) =>
|
|
523
|
+
}: DialogContentProps) => react_jsx_runtime0.JSX.Element;
|
|
584
524
|
//#endregion
|
|
585
525
|
//#region src/components/dialog/dialog-header.d.ts
|
|
586
526
|
type DialogHeaderProps = MergeRight<HTMLAttributes<HTMLHeadingElement>, {
|
|
@@ -603,7 +543,7 @@ declare const DialogHeader: ({
|
|
|
603
543
|
className,
|
|
604
544
|
noBorder,
|
|
605
545
|
...rest
|
|
606
|
-
}: DialogHeaderProps) =>
|
|
546
|
+
}: DialogHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
607
547
|
//#endregion
|
|
608
548
|
//#region src/components/dialog/dialog-footer.d.ts
|
|
609
549
|
type DialogFooterProps = MergeRight<HTMLAttributes<HTMLDivElement>, {
|
|
@@ -626,7 +566,7 @@ declare const DialogFooter: ({
|
|
|
626
566
|
className,
|
|
627
567
|
noBorder,
|
|
628
568
|
...rest
|
|
629
|
-
}: DialogFooterProps) =>
|
|
569
|
+
}: DialogFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
630
570
|
//#endregion
|
|
631
571
|
//#region src/components/dialog/dialog-trigger.d.ts
|
|
632
572
|
type DialogTriggerProps = ButtonProps;
|
|
@@ -634,7 +574,7 @@ declare const DialogTrigger: ({
|
|
|
634
574
|
asChild,
|
|
635
575
|
ref,
|
|
636
576
|
...rest
|
|
637
|
-
}: DialogTriggerProps) =>
|
|
577
|
+
}: DialogTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
638
578
|
//#endregion
|
|
639
579
|
//#region src/components/dialog/dialog-close-button.d.ts
|
|
640
580
|
type DialogCloseButtonProps = Omit<ButtonProps, 'asChild' | 'type' | 'name'>;
|
|
@@ -642,7 +582,7 @@ declare const DialogCloseButton: ({
|
|
|
642
582
|
children,
|
|
643
583
|
ref,
|
|
644
584
|
...props
|
|
645
|
-
}: DialogCloseButtonProps) =>
|
|
585
|
+
}: DialogCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
646
586
|
//#endregion
|
|
647
587
|
//#region src/components/drawer/drawer.d.ts
|
|
648
588
|
type DrawerProps = MergeRight<DialogProps, {
|
|
@@ -688,7 +628,7 @@ declare const Drawer: ({
|
|
|
688
628
|
className,
|
|
689
629
|
ref,
|
|
690
630
|
...rest
|
|
691
|
-
}: DrawerProps) =>
|
|
631
|
+
}: DrawerProps) => react_jsx_runtime0.JSX.Element;
|
|
692
632
|
//#endregion
|
|
693
633
|
//#region src/components/drawer/drawer-content.d.ts
|
|
694
634
|
type DrawerContentProps = DialogContentProps;
|
|
@@ -696,7 +636,7 @@ declare const DrawerContent: ({
|
|
|
696
636
|
className,
|
|
697
637
|
ref,
|
|
698
638
|
...rest
|
|
699
|
-
}: DrawerContentProps) =>
|
|
639
|
+
}: DrawerContentProps) => react_jsx_runtime0.JSX.Element;
|
|
700
640
|
//#endregion
|
|
701
641
|
//#region src/components/drawer/drawer-header.d.ts
|
|
702
642
|
type DrawerHeaderProps = DialogHeaderProps;
|
|
@@ -704,7 +644,7 @@ declare const DrawerHeader: ({
|
|
|
704
644
|
className,
|
|
705
645
|
ref,
|
|
706
646
|
...rest
|
|
707
|
-
}: DrawerHeaderProps) =>
|
|
647
|
+
}: DrawerHeaderProps) => react_jsx_runtime0.JSX.Element;
|
|
708
648
|
//#endregion
|
|
709
649
|
//#region src/components/drawer/drawer-footer.d.ts
|
|
710
650
|
type DrawerFooterProps = DialogFooterProps;
|
|
@@ -712,21 +652,21 @@ declare const DrawerFooter: ({
|
|
|
712
652
|
className,
|
|
713
653
|
ref,
|
|
714
654
|
...rest
|
|
715
|
-
}: DrawerFooterProps) =>
|
|
655
|
+
}: DrawerFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
716
656
|
//#endregion
|
|
717
657
|
//#region src/components/drawer/drawer-trigger.d.ts
|
|
718
658
|
type DrawerTriggerProps = DialogTriggerProps;
|
|
719
659
|
declare const DrawerTrigger: ({
|
|
720
660
|
ref,
|
|
721
661
|
...rest
|
|
722
|
-
}: DrawerTriggerProps) =>
|
|
662
|
+
}: DrawerTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
723
663
|
//#endregion
|
|
724
664
|
//#region src/components/drawer/drawer-close-button.d.ts
|
|
725
665
|
type DrawerCloseButtonProps = DialogCloseButtonProps;
|
|
726
666
|
declare const DrawerCloseButton: ({
|
|
727
667
|
ref,
|
|
728
668
|
...rest
|
|
729
|
-
}: DrawerCloseButtonProps) =>
|
|
669
|
+
}: DrawerCloseButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
730
670
|
//#endregion
|
|
731
671
|
//#region src/components/popover/popover.d.ts
|
|
732
672
|
type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -775,6 +715,11 @@ type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
|
775
715
|
* ```
|
|
776
716
|
*/
|
|
777
717
|
positionMiddleware?: Middleware[];
|
|
718
|
+
/**
|
|
719
|
+
* The padding used by the `offset` middleware.
|
|
720
|
+
* @default '20'
|
|
721
|
+
*/
|
|
722
|
+
padding?: number;
|
|
778
723
|
/**
|
|
779
724
|
* Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
780
725
|
* @default false
|
|
@@ -807,11 +752,12 @@ declare const Popover: ({
|
|
|
807
752
|
placement,
|
|
808
753
|
disableAutoPlacement,
|
|
809
754
|
positionMiddleware,
|
|
755
|
+
padding,
|
|
810
756
|
dark,
|
|
811
757
|
asChild,
|
|
812
758
|
ref,
|
|
813
759
|
...rest
|
|
814
|
-
}: PopoverProps) =>
|
|
760
|
+
}: PopoverProps) => react_jsx_runtime0.JSX.Element;
|
|
815
761
|
//#endregion
|
|
816
762
|
//#region src/components/popover/popover-trigger.d.ts
|
|
817
763
|
type PopoverTriggerProps = ({
|
|
@@ -860,7 +806,7 @@ declare const PopoverTrigger: ({
|
|
|
860
806
|
asChild,
|
|
861
807
|
ref,
|
|
862
808
|
...rest
|
|
863
|
-
}: PopoverTriggerProps) =>
|
|
809
|
+
}: PopoverTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
864
810
|
//#endregion
|
|
865
811
|
//#region src/components/dropdown/dropdown.d.ts
|
|
866
812
|
type DropdownProps = MergeRight<DefaultProps & PopoverProps, {
|
|
@@ -902,21 +848,44 @@ declare const Dropdown: ({
|
|
|
902
848
|
className,
|
|
903
849
|
ref,
|
|
904
850
|
...rest
|
|
905
|
-
}: DropdownProps) =>
|
|
851
|
+
}: DropdownProps) => react_jsx_runtime0.JSX.Element;
|
|
906
852
|
//#endregion
|
|
907
853
|
//#region src/components/dropdown/dropdown-button.d.ts
|
|
908
854
|
type DropdownButtonProps = Omit<ButtonProps, 'variant'>;
|
|
909
855
|
declare const DropdownButton: ({
|
|
910
856
|
ref,
|
|
911
857
|
...rest
|
|
912
|
-
}: DropdownButtonProps) =>
|
|
858
|
+
}: DropdownButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
913
859
|
//#endregion
|
|
914
860
|
//#region src/components/dropdown/dropdown-trigger.d.ts
|
|
915
861
|
type DropdownTriggerProps = PopoverTriggerProps;
|
|
916
862
|
declare const DropdownTrigger: ({
|
|
917
863
|
ref,
|
|
918
864
|
...rest
|
|
919
|
-
}: DropdownTriggerProps) =>
|
|
865
|
+
}: DropdownTriggerProps) => react_jsx_runtime0.JSX.Element;
|
|
866
|
+
//#endregion
|
|
867
|
+
//#region src/components/dropdown/dropdown-trigger-context.d.ts
|
|
868
|
+
type DropdownTriggerContextProps = PopoverTriggerContextProps;
|
|
869
|
+
/**
|
|
870
|
+
* DropdownTriggerContext component, use to wrap a DropdownTrigger and Dropdown.
|
|
871
|
+
*
|
|
872
|
+
* @example
|
|
873
|
+
* <DropdownTriggerContext>
|
|
874
|
+
* <DropdownTrigger>Dropdown</DropdownTrigger>
|
|
875
|
+
* <Dropdown>
|
|
876
|
+
* <DropdownHeading>Heading</DropdownHeading>
|
|
877
|
+
* <DropdownList>
|
|
878
|
+
* <DropdownItem>
|
|
879
|
+
* <DropdownButton>Button</DropdownButton>
|
|
880
|
+
* </DropdownItem>
|
|
881
|
+
* </DropdownList>
|
|
882
|
+
* </Dropdown>
|
|
883
|
+
* </DropdownTriggerContext>
|
|
884
|
+
*/
|
|
885
|
+
declare const DropdownTriggerContext: ({
|
|
886
|
+
children,
|
|
887
|
+
...props
|
|
888
|
+
}: DropdownTriggerContextProps) => react_jsx_runtime0.JSX.Element;
|
|
920
889
|
//#endregion
|
|
921
890
|
//#region src/components/field/field.d.ts
|
|
922
891
|
type FieldProps = MergeRight<DefaultProps & AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -948,7 +917,7 @@ declare const Field: ({
|
|
|
948
917
|
asChild,
|
|
949
918
|
ref,
|
|
950
919
|
...props
|
|
951
|
-
}: FieldProps) =>
|
|
920
|
+
}: FieldProps) => react_jsx_runtime0.JSX.Element;
|
|
952
921
|
//#endregion
|
|
953
922
|
//#region src/components/field/field-description.d.ts
|
|
954
923
|
type FieldDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -959,7 +928,7 @@ declare const FieldDescription: ({
|
|
|
959
928
|
className,
|
|
960
929
|
ref,
|
|
961
930
|
...props
|
|
962
|
-
}: FieldDescriptionProps) =>
|
|
931
|
+
}: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
963
932
|
//#endregion
|
|
964
933
|
//#region src/components/field/field-affix.d.ts
|
|
965
934
|
type FieldAffixesProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLDivElement>, 'prefix'>, {
|
|
@@ -980,7 +949,7 @@ declare const FieldAffixes: ({
|
|
|
980
949
|
asChild,
|
|
981
950
|
ref,
|
|
982
951
|
...rest
|
|
983
|
-
}: FieldAffixesProps) =>
|
|
952
|
+
}: FieldAffixesProps) => react_jsx_runtime0.JSX.Element;
|
|
984
953
|
type FieldAffixProps = MergeRight<AsChildProps & Omit<HTMLAttributes<HTMLSpanElement>, 'prefix'>, {
|
|
985
954
|
ref?: Ref<HTMLSpanElement>;
|
|
986
955
|
}>;
|
|
@@ -1000,7 +969,7 @@ declare const FieldAffix: ({
|
|
|
1000
969
|
asChild,
|
|
1001
970
|
ref,
|
|
1002
971
|
...rest
|
|
1003
|
-
}: FieldAffixProps) =>
|
|
972
|
+
}: FieldAffixProps) => react_jsx_runtime0.JSX.Element;
|
|
1004
973
|
//#endregion
|
|
1005
974
|
//#region src/components/fieldset/fieldset.d.ts
|
|
1006
975
|
type FieldsetProps = MergeRight<DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetElement>, {
|
|
@@ -1012,7 +981,7 @@ declare const Fieldset: ({
|
|
|
1012
981
|
dark,
|
|
1013
982
|
ref,
|
|
1014
983
|
...props
|
|
1015
|
-
}: FieldsetProps) =>
|
|
984
|
+
}: FieldsetProps) => react_jsx_runtime0.JSX.Element;
|
|
1016
985
|
//#endregion
|
|
1017
986
|
//#region src/components/fieldset/fieldset-description.d.ts
|
|
1018
987
|
type FieldsetDescriptionProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1022,7 +991,7 @@ declare const FieldsetDescription: ({
|
|
|
1022
991
|
asChild,
|
|
1023
992
|
ref,
|
|
1024
993
|
...props
|
|
1025
|
-
}: FieldsetDescriptionProps) =>
|
|
994
|
+
}: FieldsetDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1026
995
|
//#endregion
|
|
1027
996
|
//#region src/components/label/label.d.ts
|
|
1028
997
|
type LabelProps = MergeRight<DefaultProps & AsChildProps & LabelHTMLAttributes<HTMLLabelElement>, {
|
|
@@ -1040,7 +1009,7 @@ declare const Label: ({
|
|
|
1040
1009
|
asChild,
|
|
1041
1010
|
ref,
|
|
1042
1011
|
...props
|
|
1043
|
-
}: LabelProps) =>
|
|
1012
|
+
}: LabelProps) => react_jsx_runtime0.JSX.Element;
|
|
1044
1013
|
//#endregion
|
|
1045
1014
|
//#region src/components/fieldset/fieldset-legend.d.ts
|
|
1046
1015
|
type FieldsetLegendProps = MergeRight<LabelProps & HTMLAttributes<HTMLLegendElement>, {
|
|
@@ -1051,7 +1020,7 @@ declare const FieldsetLegend: ({
|
|
|
1051
1020
|
dark,
|
|
1052
1021
|
ref,
|
|
1053
1022
|
...props
|
|
1054
|
-
}: FieldsetLegendProps) =>
|
|
1023
|
+
}: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
1055
1024
|
//#endregion
|
|
1056
1025
|
//#region src/components/filter-group/filter-group.d.ts
|
|
1057
1026
|
type FilterGroupProps = MergeRight<DefaultProps & AsChildProps & HtmlHTMLAttributes<HTMLDivElement>, {
|
|
@@ -1078,7 +1047,7 @@ declare const FilterGroup: ({
|
|
|
1078
1047
|
className,
|
|
1079
1048
|
ref,
|
|
1080
1049
|
...props
|
|
1081
|
-
}: FilterGroupProps) =>
|
|
1050
|
+
}: FilterGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1082
1051
|
//#endregion
|
|
1083
1052
|
//#region src/components/footer/footer.d.ts
|
|
1084
1053
|
type FooterProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1114,7 +1083,7 @@ declare const Footer: ({
|
|
|
1114
1083
|
children,
|
|
1115
1084
|
ref,
|
|
1116
1085
|
...props
|
|
1117
|
-
}: FooterProps) =>
|
|
1086
|
+
}: FooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1118
1087
|
//#endregion
|
|
1119
1088
|
//#region src/components/link/link.d.ts
|
|
1120
1089
|
type LinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1146,7 +1115,7 @@ declare const Link: ({
|
|
|
1146
1115
|
underline,
|
|
1147
1116
|
ref,
|
|
1148
1117
|
...rest
|
|
1149
|
-
}: LinkProps) =>
|
|
1118
|
+
}: LinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1150
1119
|
//#endregion
|
|
1151
1120
|
//#region src/components/logo/logo.d.ts
|
|
1152
1121
|
type LogoProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLSpanElement>, 'children'>, {
|
|
@@ -1176,7 +1145,7 @@ declare const Logo: ({
|
|
|
1176
1145
|
className,
|
|
1177
1146
|
ref,
|
|
1178
1147
|
...props
|
|
1179
|
-
}: LogoProps) =>
|
|
1148
|
+
}: LogoProps) => react_jsx_runtime0.JSX.Element;
|
|
1180
1149
|
//#endregion
|
|
1181
1150
|
//#region src/components/navbar/navbar.d.ts
|
|
1182
1151
|
type NavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1214,7 +1183,7 @@ declare const Navbar: ({
|
|
|
1214
1183
|
className,
|
|
1215
1184
|
ref,
|
|
1216
1185
|
...props
|
|
1217
|
-
}: NavbarProps) =>
|
|
1186
|
+
}: NavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1218
1187
|
//#endregion
|
|
1219
1188
|
//#region src/components/navbar/sub-navbar.d.ts
|
|
1220
1189
|
type SubNavbarProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1226,7 +1195,7 @@ declare const SubNavbar: ({
|
|
|
1226
1195
|
className,
|
|
1227
1196
|
ref,
|
|
1228
1197
|
...props
|
|
1229
|
-
}: SubNavbarProps) =>
|
|
1198
|
+
}: SubNavbarProps) => react_jsx_runtime0.JSX.Element;
|
|
1230
1199
|
//#endregion
|
|
1231
1200
|
//#region src/components/pagination/pagination.d.ts
|
|
1232
1201
|
type PaginationProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivElement>, {
|
|
@@ -1238,7 +1207,7 @@ declare const Pagination: ({
|
|
|
1238
1207
|
ref,
|
|
1239
1208
|
children,
|
|
1240
1209
|
...props
|
|
1241
|
-
}: PaginationProps) =>
|
|
1210
|
+
}: PaginationProps) => react_jsx_runtime0.JSX.Element;
|
|
1242
1211
|
//#endregion
|
|
1243
1212
|
//#region src/components/pagination/pagination-button.d.ts
|
|
1244
1213
|
type PaginationButtonProps = ButtonProps & {
|
|
@@ -1251,7 +1220,7 @@ type PaginationButtonProps = ButtonProps & {
|
|
|
1251
1220
|
declare const PaginationButton: ({
|
|
1252
1221
|
ref,
|
|
1253
1222
|
...rest
|
|
1254
|
-
}: PaginationButtonProps) =>
|
|
1223
|
+
}: PaginationButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
1255
1224
|
//#endregion
|
|
1256
1225
|
//#region src/components/radio/radio.d.ts
|
|
1257
1226
|
type RadioProps = MergeRight<LabelRequiredProps & Omit<InputProps, 'type' | 'role' | 'size'>, {
|
|
@@ -1277,7 +1246,7 @@ declare const Radio: ({
|
|
|
1277
1246
|
id,
|
|
1278
1247
|
"aria-describedby": ariaDescribedByProp,
|
|
1279
1248
|
...props
|
|
1280
|
-
}: RadioProps) =>
|
|
1249
|
+
}: RadioProps) => react_jsx_runtime0.JSX.Element;
|
|
1281
1250
|
//#endregion
|
|
1282
1251
|
//#region src/components/search/search.d.ts
|
|
1283
1252
|
type SearchProps = MergeRight<Omit<InputProps, 'type' | 'size'>, {
|
|
@@ -1295,6 +1264,8 @@ type SearchProps = MergeRight<Omit<InputProps, 'type' | 'size'>, {
|
|
|
1295
1264
|
* @defaultValue 'Clear'
|
|
1296
1265
|
*/
|
|
1297
1266
|
clearAriaLabel?: string;
|
|
1267
|
+
/** If true, the selectfield will take up the full available width */
|
|
1268
|
+
fullwidth?: boolean;
|
|
1298
1269
|
}>;
|
|
1299
1270
|
declare const Search: ({
|
|
1300
1271
|
className,
|
|
@@ -1305,8 +1276,9 @@ declare const Search: ({
|
|
|
1305
1276
|
ref,
|
|
1306
1277
|
dark,
|
|
1307
1278
|
style,
|
|
1279
|
+
fullwidth,
|
|
1308
1280
|
...props
|
|
1309
|
-
}: SearchProps) =>
|
|
1281
|
+
}: SearchProps) => react_jsx_runtime0.JSX.Element;
|
|
1310
1282
|
//#endregion
|
|
1311
1283
|
//#region src/components/select/select.d.ts
|
|
1312
1284
|
type SelectProps = MergeRight<DefaultProps & Omit<SelectHTMLAttributes<HTMLSelectElement>, 'multiple' | 'size'>, {
|
|
@@ -1327,7 +1299,7 @@ declare const Select: ({
|
|
|
1327
1299
|
size,
|
|
1328
1300
|
ref,
|
|
1329
1301
|
...props
|
|
1330
|
-
}: SelectProps) =>
|
|
1302
|
+
}: SelectProps) => react_jsx_runtime0.JSX.Element;
|
|
1331
1303
|
//#endregion
|
|
1332
1304
|
//#region src/components/select/select-option.d.ts
|
|
1333
1305
|
type SelectOptionProps = MergeRight<AsChildProps & OptionHTMLAttributes<HTMLOptionElement>, {
|
|
@@ -1337,7 +1309,7 @@ declare const SelectOption: ({
|
|
|
1337
1309
|
asChild,
|
|
1338
1310
|
ref,
|
|
1339
1311
|
...props
|
|
1340
|
-
}: SelectOptionProps) =>
|
|
1312
|
+
}: SelectOptionProps) => react_jsx_runtime0.JSX.Element;
|
|
1341
1313
|
//#endregion
|
|
1342
1314
|
//#region src/components/select/select-optgroup.d.ts
|
|
1343
1315
|
type SelectOptgroupProps = MergeRight<AsChildProps & OptgroupHTMLAttributes<HTMLOptGroupElement>, {
|
|
@@ -1347,7 +1319,31 @@ declare const SelectOptgroup: ({
|
|
|
1347
1319
|
asChild,
|
|
1348
1320
|
ref,
|
|
1349
1321
|
...props
|
|
1350
|
-
}: SelectOptgroupProps) =>
|
|
1322
|
+
}: SelectOptgroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1323
|
+
//#endregion
|
|
1324
|
+
//#region src/components/selectfield/selectfield.d.ts
|
|
1325
|
+
type SelectfieldProps = MergeRight<LabelRequiredProps & SelectProps, {
|
|
1326
|
+
/** Description */
|
|
1327
|
+
description?: ReactNode;
|
|
1328
|
+
/** Error message for field */
|
|
1329
|
+
error?: ReactNode;
|
|
1330
|
+
/** If true, the selectfield will take up the full available width */
|
|
1331
|
+
fullwidth?: boolean;
|
|
1332
|
+
}>;
|
|
1333
|
+
declare const Selectfield: ({
|
|
1334
|
+
children,
|
|
1335
|
+
dark,
|
|
1336
|
+
label,
|
|
1337
|
+
description,
|
|
1338
|
+
error,
|
|
1339
|
+
style,
|
|
1340
|
+
className,
|
|
1341
|
+
fullwidth,
|
|
1342
|
+
ref,
|
|
1343
|
+
id: idProp,
|
|
1344
|
+
"aria-describedby": ariaDescribedByProp,
|
|
1345
|
+
...props
|
|
1346
|
+
}: SelectfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1351
1347
|
//#endregion
|
|
1352
1348
|
//#region src/components/skip-link/skip-link.d.ts
|
|
1353
1349
|
type SkipLinkProps = MergeRight<DefaultProps & AsChildProps & AnchorHTMLAttributes<HTMLAnchorElement>, {
|
|
@@ -1359,7 +1355,7 @@ declare const SkipLink: ({
|
|
|
1359
1355
|
className,
|
|
1360
1356
|
dark,
|
|
1361
1357
|
...props
|
|
1362
|
-
}: SkipLinkProps) =>
|
|
1358
|
+
}: SkipLinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1363
1359
|
//#endregion
|
|
1364
1360
|
//#region src/components/spinner/spinner.d.ts
|
|
1365
1361
|
type SpinnerProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>, {
|
|
@@ -1381,7 +1377,7 @@ declare const Spinner: ({
|
|
|
1381
1377
|
className,
|
|
1382
1378
|
ref,
|
|
1383
1379
|
...props
|
|
1384
|
-
}: SpinnerProps) =>
|
|
1380
|
+
}: SpinnerProps) => react_jsx_runtime0.JSX.Element;
|
|
1385
1381
|
//#endregion
|
|
1386
1382
|
//#region src/components/tabs/tabs.d.ts
|
|
1387
1383
|
type TabsProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, 'dir'>, {
|
|
@@ -1420,7 +1416,7 @@ declare const Tabs: ({
|
|
|
1420
1416
|
dark,
|
|
1421
1417
|
ref,
|
|
1422
1418
|
...props
|
|
1423
|
-
}: TabsProps) =>
|
|
1419
|
+
}: TabsProps) => react_jsx_runtime0.JSX.Element;
|
|
1424
1420
|
//#endregion
|
|
1425
1421
|
//#region src/components/tabs/tab.d.ts
|
|
1426
1422
|
type TabProps = MergeRight<Omit<ButtonProps, 'variant' | 'type'>, {
|
|
@@ -1441,7 +1437,7 @@ declare const Tab: ({
|
|
|
1441
1437
|
dark,
|
|
1442
1438
|
ref,
|
|
1443
1439
|
...props
|
|
1444
|
-
}: TabProps) =>
|
|
1440
|
+
}: TabProps) => react_jsx_runtime0.JSX.Element;
|
|
1445
1441
|
//#endregion
|
|
1446
1442
|
//#region src/components/tabs/tabs-list.d.ts
|
|
1447
1443
|
type TabsListProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, 'dir'>, {
|
|
@@ -1465,7 +1461,7 @@ declare const TabsList: ({
|
|
|
1465
1461
|
dark,
|
|
1466
1462
|
ref,
|
|
1467
1463
|
...props
|
|
1468
|
-
}: TabsListProps) =>
|
|
1464
|
+
}: TabsListProps) => react_jsx_runtime0.JSX.Element;
|
|
1469
1465
|
//#endregion
|
|
1470
1466
|
//#region src/components/tabs/tabs-panel.d.ts
|
|
1471
1467
|
type TabsPanelProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, 'dir'>, {
|
|
@@ -1489,7 +1485,7 @@ declare const TabsPanel: ({
|
|
|
1489
1485
|
dark,
|
|
1490
1486
|
ref,
|
|
1491
1487
|
...props
|
|
1492
|
-
}: TabsPanelProps) =>
|
|
1488
|
+
}: TabsPanelProps) => react_jsx_runtime0.JSX.Element;
|
|
1493
1489
|
//#endregion
|
|
1494
1490
|
//#region src/components/textarea/textarea.d.ts
|
|
1495
1491
|
type TextareaProps = MergeRight<DefaultProps & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'prefix'>, {
|
|
@@ -1506,7 +1502,7 @@ declare const Textarea: ({
|
|
|
1506
1502
|
size,
|
|
1507
1503
|
ref,
|
|
1508
1504
|
...props
|
|
1509
|
-
}: TextareaProps) =>
|
|
1505
|
+
}: TextareaProps) => react_jsx_runtime0.JSX.Element;
|
|
1510
1506
|
//#endregion
|
|
1511
1507
|
//#region src/components/textfield/textfield.d.ts
|
|
1512
1508
|
type InputPropsFiltered = Omit<InputProps, 'prefix' | 'className' | 'style'>;
|
|
@@ -1526,6 +1522,8 @@ type BaseTextfieldProps = LabelRequiredProps & DefaultProps & {
|
|
|
1526
1522
|
className?: InputProps['className'];
|
|
1527
1523
|
/** `style` for the `Field` element */
|
|
1528
1524
|
style?: InputProps['style'];
|
|
1525
|
+
/** If true, the selectfield will take up the full available width */
|
|
1526
|
+
fullwidth?: boolean;
|
|
1529
1527
|
};
|
|
1530
1528
|
type TextfieldTextareaProps = {
|
|
1531
1529
|
/** Render `Textarea` instead of a `Input`. The `Textarea` has support for multiple rows of input. */
|
|
@@ -1548,11 +1546,12 @@ declare const Textfield: ({
|
|
|
1548
1546
|
suffix,
|
|
1549
1547
|
style,
|
|
1550
1548
|
className,
|
|
1549
|
+
fullwidth,
|
|
1551
1550
|
ref,
|
|
1552
1551
|
id: idProp,
|
|
1553
1552
|
"aria-describedby": ariaDescribedByProp,
|
|
1554
1553
|
...props
|
|
1555
|
-
}: TextfieldProps) =>
|
|
1554
|
+
}: TextfieldProps) => react_jsx_runtime0.JSX.Element;
|
|
1556
1555
|
//#endregion
|
|
1557
1556
|
//#region src/components/validation-message/validation-message.d.ts
|
|
1558
1557
|
type ValidationMessageProps = MergeRight<AsChildProps & HTMLAttributes<HTMLParagraphElement>, {
|
|
@@ -1567,7 +1566,7 @@ declare const ValidationMessage: ({
|
|
|
1567
1566
|
asChild,
|
|
1568
1567
|
ref,
|
|
1569
1568
|
...props
|
|
1570
|
-
}: ValidationMessageProps) =>
|
|
1569
|
+
}: ValidationMessageProps) => react_jsx_runtime0.JSX.Element;
|
|
1571
1570
|
//#endregion
|
|
1572
1571
|
//#region src/utilities/hooks/usePagination/usePagination.d.ts
|
|
1573
1572
|
type UsePaginationProps = {
|
|
@@ -1672,7 +1671,7 @@ declare const AlertFooter: ({
|
|
|
1672
1671
|
asChild,
|
|
1673
1672
|
ref,
|
|
1674
1673
|
...rest
|
|
1675
|
-
}: AlertFooterProps) =>
|
|
1674
|
+
}: AlertFooterProps) => react_jsx_runtime0.JSX.Element;
|
|
1676
1675
|
//#endregion
|
|
1677
|
-
export { Alert, AlertFooter, AlertFooterProps, AlertProps, Avatar, AvatarProps, Badge, BadgeProps, Button, ButtonProps, Card, CardAction, CardActionProps, CardActions, CardActionsProps, CardContent, CardContentProps, CardDate, CardDateProps, CardHeader, CardHeaderProps, CardMedia, CardMediaProps, CardProps, Checkbox, CheckboxProps, CheckboxSubsection, CheckboxSubsectionProps, Chip, ChipProps, Dialog, DialogCloseButton, DialogCloseButtonProps, DialogContent, DialogContentProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogProps, DialogTrigger, DialogTriggerProps, Drawer, DrawerCloseButton, DrawerCloseButtonProps, DrawerContent, DrawerContentProps, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerProps, DrawerTrigger, DrawerTriggerProps, Dropdown, DropdownButton, DropdownButtonProps, DropdownProps, DropdownTrigger, DropdownTriggerProps, Field, FieldAffix, FieldAffixProps, FieldAffixes, FieldAffixesProps, FieldDescription, FieldDescriptionProps, FieldProps, Fieldset, FieldsetDescription, FieldsetDescriptionProps, FieldsetLegend, FieldsetLegendProps, FieldsetProps, FilterGroup, FilterGroupProps, Footer, FooterProps, Input, InputProps, Label, LabelProps, Link, LinkProps, Logo, LogoProps, Navbar, NavbarProps, Pagination, PaginationButton, PaginationButtonProps, PaginationProps, Popover, PopoverProps, PopoverTrigger, PopoverTriggerProps, Radio, RadioProps, Search, SearchProps, Select, SelectOptgroup, SelectOptgroupProps, SelectOption, SelectOptionProps, SelectProps, SkipLink, SkipLinkProps, Spinner, SpinnerProps, SubNavbar, SubNavbarProps, Tab, TabProps, Tabs, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsProps, Textarea, TextareaProps, Textfield, TextfieldProps, UsePaginationProps, ValidationMessage, ValidationMessageProps, usePagination };
|
|
1678
|
-
//# sourceMappingURL=alert-footer-
|
|
1676
|
+
export { Alert, AlertFooter, AlertFooterProps, AlertProps, Avatar, AvatarProps, Badge, BadgeProps, Button, ButtonProps, Card, CardAction, CardActionProps, CardActions, CardActionsProps, CardContent, CardContentProps, CardDate, CardDateProps, CardHeader, CardHeaderProps, CardMedia, CardMediaProps, CardProps, Checkbox, CheckboxProps, CheckboxSubsection, CheckboxSubsectionProps, Chip, type ChipProps, Dialog, DialogCloseButton, DialogCloseButtonProps, DialogContent, DialogContentProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogProps, DialogTrigger, DialogTriggerProps, Drawer, DrawerCloseButton, DrawerCloseButtonProps, DrawerContent, DrawerContentProps, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerProps, DrawerTrigger, DrawerTriggerProps, Dropdown, DropdownButton, type DropdownButtonProps, type DropdownProps, DropdownTrigger, DropdownTriggerContext, type DropdownTriggerContextProps, type DropdownTriggerProps, Field, FieldAffix, FieldAffixProps, FieldAffixes, FieldAffixesProps, FieldDescription, FieldDescriptionProps, FieldProps, Fieldset, FieldsetDescription, FieldsetDescriptionProps, FieldsetLegend, FieldsetLegendProps, FieldsetProps, FilterGroup, FilterGroupProps, Footer, FooterProps, Input, InputProps, Label, LabelProps, Link, LinkProps, Logo, LogoProps, Navbar, NavbarProps, Pagination, PaginationButton, PaginationButtonProps, PaginationProps, Popover, type PopoverProps, PopoverTrigger, type PopoverTriggerProps, Radio, RadioProps, Search, SearchProps, Select, SelectOptgroup, SelectOptgroupProps, SelectOption, SelectOptionProps, SelectProps, Selectfield, SelectfieldProps, SkipLink, SkipLinkProps, Spinner, SpinnerProps, SubNavbar, SubNavbarProps, Tab, TabProps, Tabs, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsProps, Textarea, TextareaProps, Textfield, TextfieldProps, type UsePaginationProps, ValidationMessage, ValidationMessageProps, usePagination };
|
|
1677
|
+
//# sourceMappingURL=alert-footer-D9CtX3s3.d.ts.map
|