@cerberus-design/react 0.15.0 → 0.16.0-next-feeb186
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/build/legacy/_tsup-dts-rollup.d.cts +1345 -319
- package/build/legacy/components/Accordion.cjs.map +1 -1
- package/build/legacy/components/AccordionItemGroup.cjs.map +1 -1
- package/build/legacy/components/DatePicker.client.cjs +63 -77
- package/build/legacy/components/DatePicker.client.cjs.map +1 -1
- package/build/legacy/components/FileStatus.cjs +126 -79
- package/build/legacy/components/FileStatus.cjs.map +1 -1
- package/build/legacy/components/Legend.cjs +10 -22
- package/build/legacy/components/Legend.cjs.map +1 -1
- package/build/legacy/components/button/button.cjs +154 -0
- package/build/legacy/components/button/button.cjs.map +1 -0
- package/build/legacy/components/button/index.cjs +163 -0
- package/build/legacy/components/button/index.cjs.map +1 -0
- package/build/legacy/components/button/parts.cjs +159 -0
- package/build/legacy/components/button/parts.cjs.map +1 -0
- package/build/legacy/components/checkbox/checkbox-icon.cjs +121 -0
- package/build/legacy/components/checkbox/checkbox-icon.cjs.map +1 -0
- package/build/legacy/components/checkbox/checkbox.cjs +165 -0
- package/build/legacy/components/checkbox/checkbox.cjs.map +1 -0
- package/build/legacy/components/checkbox/index.cjs +179 -0
- package/build/legacy/components/checkbox/index.cjs.map +1 -0
- package/build/legacy/components/checkbox/parts.cjs +89 -0
- package/build/legacy/components/checkbox/parts.cjs.map +1 -0
- package/build/legacy/components/checkbox/primitives.cjs +87 -0
- package/build/legacy/components/checkbox/primitives.cjs.map +1 -0
- package/build/legacy/components/cta-dialog/context.cjs +33 -0
- package/build/legacy/components/cta-dialog/context.cjs.map +1 -0
- package/build/legacy/components/cta-dialog/index.cjs +433 -0
- package/build/legacy/components/cta-dialog/index.cjs.map +1 -0
- package/build/legacy/{context/cta-modal.cjs → components/cta-dialog/provider.cjs} +175 -128
- package/build/legacy/components/cta-dialog/provider.cjs.map +1 -0
- package/build/legacy/components/cta-dialog/trigger-item.cjs +99 -0
- package/build/legacy/components/cta-dialog/trigger-item.cjs.map +1 -0
- package/build/legacy/components/cta-dialog/utils.cjs +47 -0
- package/build/legacy/components/cta-dialog/utils.cjs.map +1 -0
- package/build/legacy/components/{FieldMessage.cjs → deprecated/FieldMessage.cjs} +4 -17
- package/build/legacy/components/deprecated/FieldMessage.cjs.map +1 -0
- package/build/legacy/components/{FieldsetLabel.cjs → deprecated/FieldsetLabel.cjs} +1 -1
- package/build/legacy/components/deprecated/FieldsetLabel.cjs.map +1 -0
- package/build/legacy/components/{Textarea.cjs → deprecated/Label.cjs} +24 -36
- package/build/legacy/components/deprecated/Label.cjs.map +1 -0
- package/build/legacy/components/{Modal.cjs → deprecated/Modal.cjs} +1 -1
- package/build/legacy/components/deprecated/Modal.cjs.map +1 -0
- package/build/legacy/components/{ModalDescription.cjs → deprecated/ModalDescription.cjs} +1 -1
- package/build/legacy/components/deprecated/ModalDescription.cjs.map +1 -0
- package/build/legacy/components/{ModalHeader.cjs → deprecated/ModalHeader.cjs} +1 -1
- package/build/legacy/components/deprecated/ModalHeader.cjs.map +1 -0
- package/build/legacy/components/{ModalHeading.cjs → deprecated/ModalHeading.cjs} +1 -1
- package/build/legacy/components/deprecated/ModalHeading.cjs.map +1 -0
- package/build/legacy/components/{NavMenuLink.cjs → deprecated/NavMenuLink.cjs} +2 -2
- package/build/legacy/components/deprecated/NavMenuLink.cjs.map +1 -0
- package/build/legacy/components/{NavMenuList.cjs → deprecated/NavMenuList.cjs} +2 -2
- package/build/legacy/components/deprecated/NavMenuList.cjs.map +1 -0
- package/build/legacy/components/{NavMenuTrigger.cjs → deprecated/NavMenuTrigger.cjs} +2 -2
- package/build/legacy/components/deprecated/NavMenuTrigger.cjs.map +1 -0
- package/build/legacy/components/field/field.cjs +130 -0
- package/build/legacy/components/field/field.cjs.map +1 -0
- package/build/legacy/components/field/index.cjs +267 -0
- package/build/legacy/components/field/index.cjs.map +1 -0
- package/build/legacy/components/field/parts.cjs +188 -0
- package/build/legacy/components/field/parts.cjs.map +1 -0
- package/build/legacy/components/field/primitives.cjs +191 -0
- package/build/legacy/components/field/primitives.cjs.map +1 -0
- package/build/legacy/components/{Button.cjs → field/start-indicator.cjs} +14 -19
- package/build/legacy/components/field/start-indicator.cjs.map +1 -0
- package/build/legacy/components/field/status-indicator.cjs +78 -0
- package/build/legacy/components/field/status-indicator.cjs.map +1 -0
- package/build/legacy/components/fieldset/fieldset.cjs +116 -0
- package/build/legacy/components/fieldset/fieldset.cjs.map +1 -0
- package/build/legacy/components/fieldset/index.cjs +126 -0
- package/build/legacy/components/fieldset/index.cjs.map +1 -0
- package/build/legacy/components/fieldset/parts.cjs +80 -0
- package/build/legacy/components/fieldset/parts.cjs.map +1 -0
- package/build/legacy/components/fieldset/primitives.cjs +76 -0
- package/build/legacy/components/fieldset/primitives.cjs.map +1 -0
- package/build/legacy/components/for.cjs +37 -0
- package/build/legacy/components/for.cjs.map +1 -0
- package/build/legacy/components/radio/index.cjs +143 -0
- package/build/legacy/components/radio/index.cjs.map +1 -0
- package/build/legacy/components/radio/parts.cjs +113 -0
- package/build/legacy/components/radio/parts.cjs.map +1 -0
- package/build/legacy/components/radio/primitives.cjs +115 -0
- package/build/legacy/components/radio/primitives.cjs.map +1 -0
- package/build/legacy/components/radio/radio.cjs +82 -0
- package/build/legacy/components/radio/radio.cjs.map +1 -0
- package/build/legacy/components/select/index.cjs +265 -0
- package/build/legacy/components/select/index.cjs.map +1 -0
- package/build/legacy/components/select/option-group.cjs +60 -0
- package/build/legacy/components/select/option-group.cjs.map +1 -0
- package/build/legacy/components/select/parts.cjs +153 -0
- package/build/legacy/components/select/parts.cjs.map +1 -0
- package/build/legacy/components/select/primitives.cjs +167 -0
- package/build/legacy/components/select/primitives.cjs.map +1 -0
- package/build/legacy/components/select/select.cjs +212 -0
- package/build/legacy/components/select/select.cjs.map +1 -0
- package/build/legacy/components/switch/index.cjs +118 -0
- package/build/legacy/components/switch/index.cjs.map +1 -0
- package/build/legacy/components/switch/parts.cjs +75 -0
- package/build/legacy/components/switch/parts.cjs.map +1 -0
- package/build/legacy/components/switch/primitives.cjs +72 -0
- package/build/legacy/components/switch/primitives.cjs.map +1 -0
- package/build/legacy/components/{Fieldset.cjs → switch/switch-indicator.cjs} +17 -32
- package/build/legacy/components/switch/switch-indicator.cjs.map +1 -0
- package/build/legacy/components/switch/switch.cjs +106 -0
- package/build/legacy/components/switch/switch.cjs.map +1 -0
- package/build/legacy/components/toggle/index.cjs +45 -0
- package/build/legacy/components/toggle/index.cjs.map +1 -0
- package/build/legacy/components/toggle/parts.cjs +41 -0
- package/build/legacy/components/toggle/parts.cjs.map +1 -0
- package/build/legacy/components/toggle/primitives.cjs +35 -0
- package/build/legacy/components/toggle/primitives.cjs.map +1 -0
- package/build/legacy/config/types.cjs.map +1 -1
- package/build/legacy/context/confirm-modal.cjs +55 -45
- package/build/legacy/context/confirm-modal.cjs.map +1 -1
- package/build/legacy/context/field.cjs +23 -4
- package/build/legacy/context/field.cjs.map +1 -1
- package/build/legacy/context/notification-center.cjs +24 -16
- package/build/legacy/context/notification-center.cjs.map +1 -1
- package/build/legacy/context/prompt-modal.cjs +206 -194
- package/build/legacy/context/prompt-modal.cjs.map +1 -1
- package/build/legacy/hooks/useDate.cjs.map +1 -1
- package/build/legacy/hooks/useRootColors.cjs +0 -1
- package/build/legacy/hooks/useRootColors.cjs.map +1 -1
- package/build/legacy/hooks/useToggle.cjs.map +1 -1
- package/build/legacy/index.cjs +2023 -1466
- package/build/legacy/index.cjs.map +1 -1
- package/build/legacy/utils/index.cjs +22 -2
- package/build/legacy/utils/index.cjs.map +1 -1
- package/build/modern/_tsup-dts-rollup.d.ts +1345 -319
- package/build/modern/{chunk-PM7CWT3N.js → chunk-245SMQ45.js} +2 -2
- package/build/modern/chunk-245SMQ45.js.map +1 -0
- package/build/modern/chunk-2BIHLH4V.js +15 -0
- package/build/modern/chunk-2BIHLH4V.js.map +1 -0
- package/build/modern/chunk-2CVGNLIM.js +15 -0
- package/build/modern/chunk-2CVGNLIM.js.map +1 -0
- package/build/modern/{chunk-ISCJ542I.js → chunk-2HOUQ2DX.js} +2 -2
- package/build/modern/chunk-2LF3HPNA.js +1 -0
- package/build/modern/chunk-4LSTU6WU.js +8 -0
- package/build/modern/chunk-4LSTU6WU.js.map +1 -0
- package/build/modern/chunk-5RTNSVYU.js +88 -0
- package/build/modern/chunk-5RTNSVYU.js.map +1 -0
- package/build/modern/chunk-6I2FW4WI.js +33 -0
- package/build/modern/chunk-6I2FW4WI.js.map +1 -0
- package/build/modern/chunk-6ICNCCPD.js +47 -0
- package/build/modern/chunk-6ICNCCPD.js.map +1 -0
- package/build/modern/chunk-6KZVE4HC.js +52 -0
- package/build/modern/chunk-6KZVE4HC.js.map +1 -0
- package/build/modern/{chunk-25HMVHLT.js → chunk-7SU6FCTJ.js} +5 -5
- package/build/modern/chunk-7TQRTBUP.js +19 -0
- package/build/modern/chunk-7TQRTBUP.js.map +1 -0
- package/build/modern/{chunk-UZVQ4INR.js → chunk-AIJ75ENY.js} +2 -2
- package/build/modern/chunk-AIJ75ENY.js.map +1 -0
- package/build/modern/chunk-AO3GB72J.js +27 -0
- package/build/modern/chunk-AO3GB72J.js.map +1 -0
- package/build/modern/{chunk-NUMM4TNC.js → chunk-AUALRL3U.js} +2 -2
- package/build/modern/chunk-AUALRL3U.js.map +1 -0
- package/build/modern/{chunk-IGHMP4WA.js → chunk-AZRFYQO7.js} +1 -1
- package/build/modern/chunk-AZRFYQO7.js.map +1 -0
- package/build/modern/chunk-BL7G3577.js +29 -0
- package/build/modern/chunk-BL7G3577.js.map +1 -0
- package/build/modern/chunk-BPRF34DU.js +62 -0
- package/build/modern/chunk-BPRF34DU.js.map +1 -0
- package/build/modern/chunk-CAZ3EICD.js +16 -0
- package/build/modern/chunk-CAZ3EICD.js.map +1 -0
- package/build/modern/chunk-CIMY2U22.js +10 -0
- package/build/modern/chunk-CIMY2U22.js.map +1 -0
- package/build/modern/chunk-CNA2VKAH.js +43 -0
- package/build/modern/chunk-CNA2VKAH.js.map +1 -0
- package/build/modern/chunk-CYC2YUKU.js +1 -0
- package/build/modern/{chunk-PZAZKQMO.js → chunk-DRDNNRU3.js} +2 -2
- package/build/modern/chunk-DRDNNRU3.js.map +1 -0
- package/build/modern/{chunk-NJSETNRL.js → chunk-DXBZ3HMY.js} +2 -2
- package/build/modern/chunk-DXOKSZVQ.js +12 -0
- package/build/modern/chunk-DXOKSZVQ.js.map +1 -0
- package/build/modern/chunk-EL4MX2PG.js +22 -0
- package/build/modern/chunk-EL4MX2PG.js.map +1 -0
- package/build/modern/chunk-FBS7AX76.js +37 -0
- package/build/modern/chunk-FBS7AX76.js.map +1 -0
- package/build/modern/chunk-FUL2VRDU.js +25 -0
- package/build/modern/chunk-FUL2VRDU.js.map +1 -0
- package/build/modern/{chunk-BHB56M7S.js → chunk-H54FR7IP.js} +6 -6
- package/build/modern/chunk-H54FR7IP.js.map +1 -0
- package/build/modern/chunk-IASVL7CW.js +19 -0
- package/build/modern/chunk-IASVL7CW.js.map +1 -0
- package/build/modern/{chunk-REO5GUNC.js → chunk-ICTISECN.js} +1 -1
- package/build/modern/chunk-ICTISECN.js.map +1 -0
- package/build/modern/chunk-IDTAB2UJ.js +1 -0
- package/build/modern/chunk-IKDXADLX.js +1 -0
- package/build/modern/chunk-KQQPZJEI.js +21 -0
- package/build/modern/chunk-KQQPZJEI.js.map +1 -0
- package/build/modern/chunk-KWZ3CEG6.js +23 -0
- package/build/modern/chunk-KWZ3CEG6.js.map +1 -0
- package/build/modern/{chunk-JWIJHSI6.js → chunk-L7N24B6B.js} +3 -6
- package/build/modern/chunk-L7N24B6B.js.map +1 -0
- package/build/modern/chunk-LT62577B.js +23 -0
- package/build/modern/chunk-LT62577B.js.map +1 -0
- package/build/modern/chunk-LZWNHXRP.js +48 -0
- package/build/modern/chunk-LZWNHXRP.js.map +1 -0
- package/build/modern/{chunk-EDARV2EI.js → chunk-MISIUX63.js} +4 -4
- package/build/modern/chunk-MVO2GNUA.js +47 -0
- package/build/modern/chunk-MVO2GNUA.js.map +1 -0
- package/build/modern/{chunk-3BM6MZ4A.js → chunk-MWRO5QYD.js} +1 -1
- package/build/modern/chunk-MWRO5QYD.js.map +1 -0
- package/build/modern/{chunk-SD3OVTHT.js → chunk-O542MPR7.js} +40 -43
- package/build/modern/chunk-O542MPR7.js.map +1 -0
- package/build/modern/chunk-OGYMMATX.js +1 -0
- package/build/modern/chunk-OVHCXBBI.js +22 -0
- package/build/modern/chunk-OVHCXBBI.js.map +1 -0
- package/build/modern/chunk-PLHYOCY3.js +23 -0
- package/build/modern/chunk-PLHYOCY3.js.map +1 -0
- package/build/modern/{chunk-JIRW4XOJ.js → chunk-Q3I4H6EC.js} +2 -2
- package/build/modern/chunk-Q3I4H6EC.js.map +1 -0
- package/build/modern/chunk-QCBLRACK.js +133 -0
- package/build/modern/chunk-QCBLRACK.js.map +1 -0
- package/build/modern/{chunk-FGCO27TC.js → chunk-QEM3M4N3.js} +25 -34
- package/build/modern/chunk-QEM3M4N3.js.map +1 -0
- package/build/modern/{chunk-ILQW5VZT.js → chunk-RBNOEAWJ.js} +4 -7
- package/build/modern/chunk-RBNOEAWJ.js.map +1 -0
- package/build/modern/{chunk-YKKNWILF.js → chunk-RHCTPSKT.js} +2 -15
- package/build/modern/chunk-RHCTPSKT.js.map +1 -0
- package/build/modern/chunk-STLN7BMJ.js +22 -0
- package/build/modern/chunk-STLN7BMJ.js.map +1 -0
- package/build/modern/{chunk-7NN3SJ7W.js → chunk-SWX5JWZR.js} +2 -2
- package/build/modern/chunk-SWX5JWZR.js.map +1 -0
- package/build/modern/{chunk-GCQMH4QA.js → chunk-SXLPDPOZ.js} +4 -4
- package/build/modern/chunk-TIJAFPHQ.js +1 -0
- package/build/modern/chunk-TYPULJMJ.js +1 -0
- package/build/modern/chunk-UDY6USHW.js +1 -0
- package/build/modern/chunk-V4YYGGMH.js +1 -0
- package/build/modern/chunk-VSTOSLFS.js +100 -0
- package/build/modern/chunk-VSTOSLFS.js.map +1 -0
- package/build/modern/{chunk-ZL6ZITLA.js → chunk-WECB67DC.js} +2 -2
- package/build/modern/chunk-WECB67DC.js.map +1 -0
- package/build/modern/{chunk-BAWZBF5Q.js → chunk-WN7TJX6J.js} +2 -2
- package/build/modern/{chunk-RMVJK26W.js → chunk-XJQXHSH7.js} +1 -2
- package/build/modern/chunk-XJQXHSH7.js.map +1 -0
- package/build/modern/chunk-XTNGF4D6.js +41 -0
- package/build/modern/chunk-XTNGF4D6.js.map +1 -0
- package/build/modern/chunk-Y4ZEJ2EF.js +31 -0
- package/build/modern/chunk-Y4ZEJ2EF.js.map +1 -0
- package/build/modern/{chunk-WPVDQRRF.js → chunk-YOTXFCCC.js} +2 -2
- package/build/modern/chunk-YOTXFCCC.js.map +1 -0
- package/build/modern/chunk-Z3FDG263.js +53 -0
- package/build/modern/chunk-Z3FDG263.js.map +1 -0
- package/build/modern/{chunk-JAROS4Q3.js → chunk-Z4342DRO.js} +10 -10
- package/build/modern/chunk-Z4342DRO.js.map +1 -0
- package/build/modern/chunk-Z52R6ABJ.js +21 -0
- package/build/modern/chunk-Z52R6ABJ.js.map +1 -0
- package/build/modern/{chunk-O6LFWUHI.js → chunk-ZFFW5ELD.js} +10 -10
- package/build/modern/chunk-ZFFW5ELD.js.map +1 -0
- package/build/modern/components/Accordion.js +1 -1
- package/build/modern/components/AccordionItemGroup.js +3 -3
- package/build/modern/components/Admonition.client.js +3 -3
- package/build/modern/components/Admonition.js +4 -4
- package/build/modern/components/Avatar.js +2 -2
- package/build/modern/components/DatePicker.client.js +4 -3
- package/build/modern/components/FileStatus.js +11 -5
- package/build/modern/components/FileUploader.js +3 -3
- package/build/modern/components/Legend.js +1 -2
- package/build/modern/components/Tag.js +2 -2
- package/build/modern/components/button/button.js +12 -0
- package/build/modern/components/button/index.js +16 -0
- package/build/modern/components/button/parts.js +10 -0
- package/build/modern/components/checkbox/checkbox-icon.js +12 -0
- package/build/modern/components/checkbox/checkbox.js +13 -0
- package/build/modern/components/checkbox/index.js +30 -0
- package/build/modern/components/checkbox/parts.js +8 -0
- package/build/modern/components/checkbox/primitives.js +17 -0
- package/build/modern/components/cta-dialog/context.js +8 -0
- package/build/modern/components/cta-dialog/index.js +26 -0
- package/build/modern/components/cta-dialog/provider.js +22 -0
- package/build/modern/components/cta-dialog/provider.js.map +1 -0
- package/build/modern/components/cta-dialog/trigger-item.js +10 -0
- package/build/modern/components/cta-dialog/trigger-item.js.map +1 -0
- package/build/modern/components/cta-dialog/utils.js +7 -0
- package/build/modern/components/cta-dialog/utils.js.map +1 -0
- package/build/modern/components/deprecated/FieldMessage.js +8 -0
- package/build/modern/components/deprecated/FieldMessage.js.map +1 -0
- package/build/modern/components/deprecated/FieldsetLabel.js +7 -0
- package/build/modern/components/deprecated/FieldsetLabel.js.map +1 -0
- package/build/modern/components/deprecated/Label.js +17 -0
- package/build/modern/components/deprecated/Label.js.map +1 -0
- package/build/modern/components/deprecated/Modal.js +7 -0
- package/build/modern/components/deprecated/Modal.js.map +1 -0
- package/build/modern/components/deprecated/ModalDescription.js +7 -0
- package/build/modern/components/deprecated/ModalDescription.js.map +1 -0
- package/build/modern/components/deprecated/ModalHeader.js +7 -0
- package/build/modern/components/deprecated/ModalHeader.js.map +1 -0
- package/build/modern/components/deprecated/ModalHeading.js +7 -0
- package/build/modern/components/deprecated/ModalHeading.js.map +1 -0
- package/build/modern/components/deprecated/NavMenuLink.js +8 -0
- package/build/modern/components/deprecated/NavMenuLink.js.map +1 -0
- package/build/modern/components/deprecated/NavMenuList.js +12 -0
- package/build/modern/components/deprecated/NavMenuList.js.map +1 -0
- package/build/modern/components/deprecated/NavMenuTrigger.js +11 -0
- package/build/modern/components/deprecated/NavMenuTrigger.js.map +1 -0
- package/build/modern/components/field/field.js +14 -0
- package/build/modern/components/field/field.js.map +1 -0
- package/build/modern/components/field/index.js +44 -0
- package/build/modern/components/field/index.js.map +1 -0
- package/build/modern/components/field/parts.js +11 -0
- package/build/modern/components/field/parts.js.map +1 -0
- package/build/modern/components/field/primitives.js +26 -0
- package/build/modern/components/field/primitives.js.map +1 -0
- package/build/modern/components/field/start-indicator.js +7 -0
- package/build/modern/components/field/start-indicator.js.map +1 -0
- package/build/modern/components/field/status-indicator.js +9 -0
- package/build/modern/components/field/status-indicator.js.map +1 -0
- package/build/modern/components/fieldset/fieldset.js +11 -0
- package/build/modern/components/fieldset/fieldset.js.map +1 -0
- package/build/modern/components/fieldset/index.js +24 -0
- package/build/modern/components/fieldset/index.js.map +1 -0
- package/build/modern/components/fieldset/parts.js +8 -0
- package/build/modern/components/fieldset/parts.js.map +1 -0
- package/build/modern/components/fieldset/primitives.js +13 -0
- package/build/modern/components/fieldset/primitives.js.map +1 -0
- package/build/modern/components/for.js +7 -0
- package/build/modern/components/for.js.map +1 -0
- package/build/modern/components/radio/index.js +30 -0
- package/build/modern/components/radio/index.js.map +1 -0
- package/build/modern/components/radio/parts.js +8 -0
- package/build/modern/components/radio/parts.js.map +1 -0
- package/build/modern/components/radio/primitives.js +21 -0
- package/build/modern/components/radio/primitives.js.map +1 -0
- package/build/modern/components/radio/radio.js +8 -0
- package/build/modern/components/radio/radio.js.map +1 -0
- package/build/modern/components/select/index.js +57 -0
- package/build/modern/components/select/index.js.map +1 -0
- package/build/modern/components/select/option-group.js +10 -0
- package/build/modern/components/select/option-group.js.map +1 -0
- package/build/modern/components/select/parts.js +8 -0
- package/build/modern/components/select/parts.js.map +1 -0
- package/build/modern/components/select/primitives.js +37 -0
- package/build/modern/components/select/primitives.js.map +1 -0
- package/build/modern/components/select/select.js +15 -0
- package/build/modern/components/select/select.js.map +1 -0
- package/build/modern/components/switch/index.js +26 -0
- package/build/modern/components/switch/index.js.map +1 -0
- package/build/modern/components/switch/parts.js +8 -0
- package/build/modern/components/switch/parts.js.map +1 -0
- package/build/modern/components/switch/primitives.js +15 -0
- package/build/modern/components/switch/primitives.js.map +1 -0
- package/build/modern/components/switch/switch-indicator.js +9 -0
- package/build/modern/components/switch/switch-indicator.js.map +1 -0
- package/build/modern/components/switch/switch.js +11 -0
- package/build/modern/components/switch/switch.js.map +1 -0
- package/build/modern/components/toggle/index.js +14 -0
- package/build/modern/components/toggle/index.js.map +1 -0
- package/build/modern/components/toggle/parts.js +8 -0
- package/build/modern/components/toggle/parts.js.map +1 -0
- package/build/modern/components/toggle/primitives.js +9 -0
- package/build/modern/components/toggle/primitives.js.map +1 -0
- package/build/modern/context/confirm-modal.js +5 -4
- package/build/modern/context/field.js +34 -4
- package/build/modern/context/field.js.map +1 -1
- package/build/modern/context/notification-center.js +5 -4
- package/build/modern/context/prompt-modal.js +13 -7
- package/build/modern/hooks/useDate.js +1 -1
- package/build/modern/hooks/useRootColors.js +1 -1
- package/build/modern/hooks/useToggle.js +1 -1
- package/build/modern/index.js +304 -129
- package/build/modern/index.js.map +1 -1
- package/build/modern/utils/index.js +5 -3
- package/package.json +2 -2
- package/src/components/Accordion.tsx +1 -0
- package/src/components/DatePicker.client.tsx +3 -15
- package/src/components/FileStatus.tsx +4 -5
- package/src/components/Legend.tsx +5 -6
- package/src/components/button/button.tsx +77 -0
- package/src/components/button/index.ts +2 -0
- package/src/components/button/parts.ts +32 -0
- package/src/components/checkbox/checkbox-icon.tsx +39 -0
- package/src/components/checkbox/checkbox.tsx +42 -0
- package/src/components/checkbox/index.ts +3 -0
- package/src/components/checkbox/parts.ts +59 -0
- package/src/components/checkbox/primitives.tsx +104 -0
- package/src/components/cta-dialog/context.tsx +34 -0
- package/src/components/cta-dialog/index.ts +2 -0
- package/src/{context/cta-modal.tsx → components/cta-dialog/provider.tsx} +34 -68
- package/src/components/cta-dialog/trigger-item.tsx +53 -0
- package/src/components/cta-dialog/utils.ts +57 -0
- package/src/components/{FieldMessage.tsx → deprecated/FieldMessage.tsx} +2 -13
- package/src/components/deprecated/FieldsetLabel.tsx +32 -0
- package/src/components/deprecated/Label.tsx +24 -0
- package/src/components/{NavMenuLink.tsx → deprecated/NavMenuLink.tsx} +1 -1
- package/src/components/{NavMenuList.tsx → deprecated/NavMenuList.tsx} +3 -3
- package/src/components/{NavMenuTrigger.tsx → deprecated/NavMenuTrigger.tsx} +4 -4
- package/src/components/field/field.tsx +77 -0
- package/src/components/field/index.ts +5 -0
- package/src/components/field/parts.ts +77 -0
- package/src/components/field/primitives.tsx +204 -0
- package/src/components/field/start-indicator.tsx +23 -0
- package/src/components/field/status-indicator.tsx +58 -0
- package/src/components/fieldset/fieldset.tsx +55 -0
- package/src/components/fieldset/index.ts +3 -0
- package/src/components/fieldset/parts.ts +47 -0
- package/src/components/fieldset/primitives.tsx +79 -0
- package/src/components/for.tsx +38 -0
- package/src/components/radio/index.ts +3 -0
- package/src/components/radio/parts.ts +65 -0
- package/src/components/radio/primitives.tsx +123 -0
- package/src/components/radio/radio.tsx +35 -0
- package/src/components/select/index.ts +4 -0
- package/src/components/select/option-group.tsx +34 -0
- package/src/components/select/parts.ts +113 -0
- package/src/components/select/primitives.tsx +205 -0
- package/src/components/select/select.tsx +135 -0
- package/src/components/switch/index.ts +3 -0
- package/src/components/switch/parts.ts +53 -0
- package/src/components/switch/primitives.tsx +69 -0
- package/src/components/switch/switch-indicator.tsx +9 -0
- package/src/components/switch/switch.tsx +30 -0
- package/src/components/toggle/index.ts +2 -0
- package/src/components/toggle/parts.ts +32 -0
- package/src/components/toggle/primitives.tsx +17 -0
- package/src/config/types.ts +1 -0
- package/src/context/confirm-modal.tsx +1 -1
- package/src/context/field.tsx +6 -5
- package/src/context/notification-center.tsx +1 -1
- package/src/context/prompt-modal.tsx +16 -18
- package/src/hooks/useDate.ts +1 -7
- package/src/hooks/useRootColors.ts +0 -1
- package/src/hooks/useToggle.ts +1 -3
- package/src/index.ts +24 -24
- package/src/utils/index.ts +30 -0
- package/build/legacy/components/Button.cjs.map +0 -1
- package/build/legacy/components/Checkbox.cjs +0 -113
- package/build/legacy/components/Checkbox.cjs.map +0 -1
- package/build/legacy/components/FieldMessage.cjs.map +0 -1
- package/build/legacy/components/Fieldset.cjs.map +0 -1
- package/build/legacy/components/FieldsetLabel.cjs.map +0 -1
- package/build/legacy/components/Input.cjs +0 -95
- package/build/legacy/components/Input.cjs.map +0 -1
- package/build/legacy/components/Label.cjs +0 -93
- package/build/legacy/components/Label.cjs.map +0 -1
- package/build/legacy/components/Modal.cjs.map +0 -1
- package/build/legacy/components/ModalDescription.cjs.map +0 -1
- package/build/legacy/components/ModalHeader.cjs.map +0 -1
- package/build/legacy/components/ModalHeading.cjs.map +0 -1
- package/build/legacy/components/NavMenuLink.cjs.map +0 -1
- package/build/legacy/components/NavMenuList.cjs.map +0 -1
- package/build/legacy/components/NavMenuTrigger.cjs.map +0 -1
- package/build/legacy/components/Radio.cjs +0 -81
- package/build/legacy/components/Radio.cjs.map +0 -1
- package/build/legacy/components/Select.cjs +0 -120
- package/build/legacy/components/Select.cjs.map +0 -1
- package/build/legacy/components/Textarea.cjs.map +0 -1
- package/build/legacy/components/Toggle.cjs +0 -101
- package/build/legacy/components/Toggle.cjs.map +0 -1
- package/build/legacy/context/cta-modal.cjs.map +0 -1
- package/build/modern/chunk-3BM6MZ4A.js.map +0 -1
- package/build/modern/chunk-3ZDFQO25.js +0 -31
- package/build/modern/chunk-3ZDFQO25.js.map +0 -1
- package/build/modern/chunk-7NN3SJ7W.js.map +0 -1
- package/build/modern/chunk-BHB56M7S.js.map +0 -1
- package/build/modern/chunk-C5EHJUS5.js +0 -10
- package/build/modern/chunk-C5EHJUS5.js.map +0 -1
- package/build/modern/chunk-EXGKZGML.js +0 -28
- package/build/modern/chunk-EXGKZGML.js.map +0 -1
- package/build/modern/chunk-FGCO27TC.js.map +0 -1
- package/build/modern/chunk-FTPZHG6J.js +0 -46
- package/build/modern/chunk-FTPZHG6J.js.map +0 -1
- package/build/modern/chunk-IGHMP4WA.js.map +0 -1
- package/build/modern/chunk-ILQW5VZT.js.map +0 -1
- package/build/modern/chunk-JAROS4Q3.js.map +0 -1
- package/build/modern/chunk-JIJM6JFJ.js +0 -36
- package/build/modern/chunk-JIJM6JFJ.js.map +0 -1
- package/build/modern/chunk-JIRW4XOJ.js.map +0 -1
- package/build/modern/chunk-JWIJHSI6.js.map +0 -1
- package/build/modern/chunk-KKHL3ZO4.js +0 -69
- package/build/modern/chunk-KKHL3ZO4.js.map +0 -1
- package/build/modern/chunk-MZ3UCDUL.js +0 -43
- package/build/modern/chunk-MZ3UCDUL.js.map +0 -1
- package/build/modern/chunk-N24COMHJ.js +0 -63
- package/build/modern/chunk-N24COMHJ.js.map +0 -1
- package/build/modern/chunk-NMF2HYWO.js +0 -50
- package/build/modern/chunk-NMF2HYWO.js.map +0 -1
- package/build/modern/chunk-NUMM4TNC.js.map +0 -1
- package/build/modern/chunk-O6LFWUHI.js.map +0 -1
- package/build/modern/chunk-PM7CWT3N.js.map +0 -1
- package/build/modern/chunk-PZAZKQMO.js.map +0 -1
- package/build/modern/chunk-REO5GUNC.js.map +0 -1
- package/build/modern/chunk-RMVJK26W.js.map +0 -1
- package/build/modern/chunk-SD3OVTHT.js.map +0 -1
- package/build/modern/chunk-UZDVOIW5.js +0 -33
- package/build/modern/chunk-UZDVOIW5.js.map +0 -1
- package/build/modern/chunk-UZVQ4INR.js.map +0 -1
- package/build/modern/chunk-WPVDQRRF.js.map +0 -1
- package/build/modern/chunk-XQICKZH4.js +0 -59
- package/build/modern/chunk-XQICKZH4.js.map +0 -1
- package/build/modern/chunk-YKKNWILF.js.map +0 -1
- package/build/modern/chunk-ZL6ZITLA.js.map +0 -1
- package/build/modern/components/Button.js +0 -7
- package/build/modern/components/Checkbox.js +0 -11
- package/build/modern/components/FieldMessage.js +0 -9
- package/build/modern/components/Fieldset.js +0 -9
- package/build/modern/components/FieldsetLabel.js +0 -7
- package/build/modern/components/Input.js +0 -11
- package/build/modern/components/Label.js +0 -10
- package/build/modern/components/Modal.js +0 -7
- package/build/modern/components/ModalDescription.js +0 -7
- package/build/modern/components/ModalHeader.js +0 -7
- package/build/modern/components/ModalHeading.js +0 -7
- package/build/modern/components/NavMenuLink.js +0 -8
- package/build/modern/components/NavMenuList.js +0 -12
- package/build/modern/components/NavMenuTrigger.js +0 -11
- package/build/modern/components/Radio.js +0 -9
- package/build/modern/components/Select.js +0 -13
- package/build/modern/components/Textarea.js +0 -9
- package/build/modern/components/Toggle.js +0 -10
- package/build/modern/context/cta-modal.js +0 -18
- package/src/components/Button.tsx +0 -35
- package/src/components/Checkbox.tsx +0 -93
- package/src/components/Fieldset.tsx +0 -65
- package/src/components/FieldsetLabel.tsx +0 -59
- package/src/components/Input.tsx +0 -69
- package/src/components/Label.tsx +0 -69
- package/src/components/Radio.tsx +0 -73
- package/src/components/Select.tsx +0 -108
- package/src/components/Textarea.tsx +0 -52
- package/src/components/Toggle.tsx +0 -91
- /package/build/modern/{chunk-ISCJ542I.js.map → chunk-2HOUQ2DX.js.map} +0 -0
- /package/build/modern/{components/Button.js.map → chunk-2LF3HPNA.js.map} +0 -0
- /package/build/modern/{chunk-25HMVHLT.js.map → chunk-7SU6FCTJ.js.map} +0 -0
- /package/build/modern/{components/Checkbox.js.map → chunk-CYC2YUKU.js.map} +0 -0
- /package/build/modern/{chunk-NJSETNRL.js.map → chunk-DXBZ3HMY.js.map} +0 -0
- /package/build/modern/{components/FieldMessage.js.map → chunk-IDTAB2UJ.js.map} +0 -0
- /package/build/modern/{components/Fieldset.js.map → chunk-IKDXADLX.js.map} +0 -0
- /package/build/modern/{chunk-EDARV2EI.js.map → chunk-MISIUX63.js.map} +0 -0
- /package/build/modern/{components/FieldsetLabel.js.map → chunk-OGYMMATX.js.map} +0 -0
- /package/build/modern/{chunk-GCQMH4QA.js.map → chunk-SXLPDPOZ.js.map} +0 -0
- /package/build/modern/{components/Input.js.map → chunk-TIJAFPHQ.js.map} +0 -0
- /package/build/modern/{components/Label.js.map → chunk-TYPULJMJ.js.map} +0 -0
- /package/build/modern/{components/Modal.js.map → chunk-UDY6USHW.js.map} +0 -0
- /package/build/modern/{components/ModalDescription.js.map → chunk-V4YYGGMH.js.map} +0 -0
- /package/build/modern/{chunk-BAWZBF5Q.js.map → chunk-WN7TJX6J.js.map} +0 -0
- /package/build/modern/components/{ModalHeader.js.map → button/button.js.map} +0 -0
- /package/build/modern/components/{ModalHeading.js.map → button/index.js.map} +0 -0
- /package/build/modern/components/{NavMenuLink.js.map → button/parts.js.map} +0 -0
- /package/build/modern/components/{NavMenuList.js.map → checkbox/checkbox-icon.js.map} +0 -0
- /package/build/modern/components/{NavMenuTrigger.js.map → checkbox/checkbox.js.map} +0 -0
- /package/build/modern/components/{Radio.js.map → checkbox/index.js.map} +0 -0
- /package/build/modern/components/{Select.js.map → checkbox/parts.js.map} +0 -0
- /package/build/modern/components/{Textarea.js.map → checkbox/primitives.js.map} +0 -0
- /package/build/modern/components/{Toggle.js.map → cta-dialog/context.js.map} +0 -0
- /package/build/modern/{context/cta-modal.js.map → components/cta-dialog/index.js.map} +0 -0
- /package/src/components/{Modal.tsx → deprecated/Modal.tsx} +0 -0
- /package/src/components/{ModalDescription.tsx → deprecated/ModalDescription.tsx} +0 -0
- /package/src/components/{ModalHeader.tsx → deprecated/ModalHeader.tsx} +0 -0
- /package/src/components/{ModalHeading.tsx → deprecated/ModalHeading.tsx} +0 -0
package/build/modern/index.js
CHANGED
|
@@ -1,41 +1,66 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Label
|
|
3
|
+
} from "./chunk-LT62577B.js";
|
|
4
|
+
import {
|
|
5
|
+
Modal
|
|
6
|
+
} from "./chunk-Q3I4H6EC.js";
|
|
7
|
+
import {
|
|
8
|
+
ModalDescription
|
|
9
|
+
} from "./chunk-WECB67DC.js";
|
|
10
|
+
import {
|
|
11
|
+
ModalHeader
|
|
12
|
+
} from "./chunk-AUALRL3U.js";
|
|
13
|
+
import {
|
|
14
|
+
ModalHeading
|
|
15
|
+
} from "./chunk-SWX5JWZR.js";
|
|
16
|
+
import {
|
|
17
|
+
NavMenuLink
|
|
18
|
+
} from "./chunk-YOTXFCCC.js";
|
|
19
|
+
import {
|
|
20
|
+
NavMenuList,
|
|
21
|
+
getPosition
|
|
22
|
+
} from "./chunk-AIJ75ENY.js";
|
|
23
|
+
import {
|
|
24
|
+
NavMenuTrigger
|
|
25
|
+
} from "./chunk-245SMQ45.js";
|
|
26
|
+
import {
|
|
27
|
+
FieldMessage
|
|
28
|
+
} from "./chunk-L7N24B6B.js";
|
|
29
|
+
import {
|
|
30
|
+
FieldsetLabel
|
|
31
|
+
} from "./chunk-DRDNNRU3.js";
|
|
32
|
+
import {
|
|
33
|
+
NavMenu,
|
|
34
|
+
useNavMenuContext
|
|
35
|
+
} from "./chunk-6WS765J3.js";
|
|
1
36
|
import {
|
|
2
37
|
NotificationCenter,
|
|
3
38
|
useNotificationCenter
|
|
4
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-Z4342DRO.js";
|
|
5
40
|
import {
|
|
6
41
|
PromptModal,
|
|
7
42
|
usePromptModal
|
|
8
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-O542MPR7.js";
|
|
9
44
|
import {
|
|
10
45
|
ThemeProvider,
|
|
11
46
|
useThemeContext
|
|
12
47
|
} from "./chunk-EB37HRCN.js";
|
|
13
48
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
49
|
+
Td
|
|
50
|
+
} from "./chunk-3R4TIF2X.js";
|
|
16
51
|
import {
|
|
17
52
|
Th
|
|
18
53
|
} from "./chunk-SGKHA4EB.js";
|
|
19
54
|
import {
|
|
20
55
|
Thead
|
|
21
56
|
} from "./chunk-Y6QQCRQV.js";
|
|
22
|
-
import {
|
|
23
|
-
Toggle
|
|
24
|
-
} from "./chunk-XQICKZH4.js";
|
|
25
57
|
import {
|
|
26
58
|
Tooltip
|
|
27
59
|
} from "./chunk-LPALHB6R.js";
|
|
28
60
|
import {
|
|
29
61
|
ConfirmModal,
|
|
30
62
|
useConfirmModal
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
CTAModal,
|
|
34
|
-
useCTAModal
|
|
35
|
-
} from "./chunk-FGCO27TC.js";
|
|
36
|
-
import {
|
|
37
|
-
Spinner
|
|
38
|
-
} from "./chunk-7SYJFI5E.js";
|
|
63
|
+
} from "./chunk-H54FR7IP.js";
|
|
39
64
|
import {
|
|
40
65
|
Table,
|
|
41
66
|
Tr
|
|
@@ -54,38 +79,23 @@ import {
|
|
|
54
79
|
} from "./chunk-RZ7NG77U.js";
|
|
55
80
|
import {
|
|
56
81
|
Tag
|
|
57
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-MISIUX63.js";
|
|
58
83
|
import {
|
|
59
84
|
Tbody
|
|
60
85
|
} from "./chunk-ZR37P4NZ.js";
|
|
61
86
|
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
Text
|
|
66
|
-
} from "./chunk-RU5LOXWI.js";
|
|
67
|
-
import {
|
|
68
|
-
NavMenuTrigger
|
|
69
|
-
} from "./chunk-PM7CWT3N.js";
|
|
70
|
-
import {
|
|
71
|
-
Notification
|
|
72
|
-
} from "./chunk-RDRD6ACD.js";
|
|
73
|
-
import {
|
|
74
|
-
NotificationDescription
|
|
75
|
-
} from "./chunk-UXY3KCC3.js";
|
|
76
|
-
import {
|
|
77
|
-
NotificationHeading
|
|
78
|
-
} from "./chunk-SLHYBPJ5.js";
|
|
87
|
+
FileStatus,
|
|
88
|
+
processStatus
|
|
89
|
+
} from "./chunk-ZFFW5ELD.js";
|
|
79
90
|
import {
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
91
|
+
ProgressBar
|
|
92
|
+
} from "./chunk-WZJ5UQNM.js";
|
|
82
93
|
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
} from "./chunk-KKHL3ZO4.js";
|
|
94
|
+
FileUploader
|
|
95
|
+
} from "./chunk-7SU6FCTJ.js";
|
|
86
96
|
import {
|
|
87
97
|
Legend
|
|
88
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-RBNOEAWJ.js";
|
|
89
99
|
import {
|
|
90
100
|
Menu,
|
|
91
101
|
MenuContent,
|
|
@@ -96,56 +106,14 @@ import {
|
|
|
96
106
|
MenuTrigger
|
|
97
107
|
} from "./chunk-RUR5MV54.js";
|
|
98
108
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
101
|
-
import {
|
|
102
|
-
ModalDescription
|
|
103
|
-
} from "./chunk-ZL6ZITLA.js";
|
|
104
|
-
import {
|
|
105
|
-
ModalHeader
|
|
106
|
-
} from "./chunk-NUMM4TNC.js";
|
|
107
|
-
import {
|
|
108
|
-
ModalHeading
|
|
109
|
-
} from "./chunk-7NN3SJ7W.js";
|
|
110
|
-
import {
|
|
111
|
-
NavMenuLink
|
|
112
|
-
} from "./chunk-WPVDQRRF.js";
|
|
113
|
-
import {
|
|
114
|
-
NavMenuList,
|
|
115
|
-
getPosition
|
|
116
|
-
} from "./chunk-UZVQ4INR.js";
|
|
117
|
-
import {
|
|
118
|
-
NavMenu,
|
|
119
|
-
useNavMenuContext
|
|
120
|
-
} from "./chunk-6WS765J3.js";
|
|
121
|
-
import {
|
|
122
|
-
Fieldset
|
|
123
|
-
} from "./chunk-3ZDFQO25.js";
|
|
124
|
-
import {
|
|
125
|
-
FieldsetLabel
|
|
126
|
-
} from "./chunk-PZAZKQMO.js";
|
|
127
|
-
import {
|
|
128
|
-
FileStatus,
|
|
129
|
-
processStatus
|
|
130
|
-
} from "./chunk-O6LFWUHI.js";
|
|
131
|
-
import {
|
|
132
|
-
ProgressBar
|
|
133
|
-
} from "./chunk-WZJ5UQNM.js";
|
|
134
|
-
import {
|
|
135
|
-
FieldMessage
|
|
136
|
-
} from "./chunk-JWIJHSI6.js";
|
|
137
|
-
import {
|
|
138
|
-
FileUploader
|
|
139
|
-
} from "./chunk-25HMVHLT.js";
|
|
140
|
-
import {
|
|
141
|
-
Input
|
|
142
|
-
} from "./chunk-MZ3UCDUL.js";
|
|
109
|
+
Notification
|
|
110
|
+
} from "./chunk-RDRD6ACD.js";
|
|
143
111
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
112
|
+
NotificationDescription
|
|
113
|
+
} from "./chunk-UXY3KCC3.js";
|
|
146
114
|
import {
|
|
147
|
-
|
|
148
|
-
} from "./chunk-
|
|
115
|
+
NotificationHeading
|
|
116
|
+
} from "./chunk-SLHYBPJ5.js";
|
|
149
117
|
import {
|
|
150
118
|
CircularProgress
|
|
151
119
|
} from "./chunk-6QHOKCV3.js";
|
|
@@ -160,11 +128,7 @@ import {
|
|
|
160
128
|
DatePickerViewControlGroup,
|
|
161
129
|
DatePickerYearView,
|
|
162
130
|
RangePickerInput
|
|
163
|
-
} from "./chunk-
|
|
164
|
-
import {
|
|
165
|
-
Field,
|
|
166
|
-
useFieldContext
|
|
167
|
-
} from "./chunk-UZDVOIW5.js";
|
|
131
|
+
} from "./chunk-RHCTPSKT.js";
|
|
168
132
|
import {
|
|
169
133
|
DatePickerContext,
|
|
170
134
|
DatePickerLabel,
|
|
@@ -175,26 +139,6 @@ import {
|
|
|
175
139
|
DatePickerView,
|
|
176
140
|
DatePickerViewControl
|
|
177
141
|
} from "./chunk-5EWCH7AI.js";
|
|
178
|
-
import {
|
|
179
|
-
DialogCloseIconTrigger
|
|
180
|
-
} from "./chunk-6BN3XKQF.js";
|
|
181
|
-
import {
|
|
182
|
-
IconButton
|
|
183
|
-
} from "./chunk-APD6IX5R.js";
|
|
184
|
-
import {
|
|
185
|
-
Dialog,
|
|
186
|
-
DialogBackdrop,
|
|
187
|
-
DialogCloseTrigger,
|
|
188
|
-
DialogContent,
|
|
189
|
-
DialogDescription,
|
|
190
|
-
DialogHeading,
|
|
191
|
-
DialogPositioner,
|
|
192
|
-
DialogProvider,
|
|
193
|
-
DialogTrigger
|
|
194
|
-
} from "./chunk-TFL56AYR.js";
|
|
195
|
-
import {
|
|
196
|
-
Portal
|
|
197
|
-
} from "./chunk-IQJDVFPP.js";
|
|
198
142
|
import {
|
|
199
143
|
Droppable
|
|
200
144
|
} from "./chunk-TKI2CKHH.js";
|
|
@@ -205,9 +149,10 @@ import {
|
|
|
205
149
|
FeatureFlags,
|
|
206
150
|
useFeatureFlags
|
|
207
151
|
} from "./chunk-CJFW36DZ.js";
|
|
152
|
+
import "./chunk-V3M3ZOQI.js";
|
|
208
153
|
import {
|
|
209
154
|
AccordionItemGroup
|
|
210
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-WN7TJX6J.js";
|
|
211
156
|
import {
|
|
212
157
|
AccordionItemIndicator
|
|
213
158
|
} from "./chunk-XZGXRRSQ.js";
|
|
@@ -216,32 +161,185 @@ import {
|
|
|
216
161
|
AccordionItem,
|
|
217
162
|
AccordionItemContent,
|
|
218
163
|
AccordionItemTrigger
|
|
219
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-AZRFYQO7.js";
|
|
220
165
|
import {
|
|
221
166
|
Admonition,
|
|
222
167
|
AdmonitionDescription,
|
|
223
168
|
AdmonitionHeading
|
|
224
|
-
} from "./chunk-
|
|
225
|
-
import "./chunk-
|
|
169
|
+
} from "./chunk-DXBZ3HMY.js";
|
|
170
|
+
import "./chunk-2HOUQ2DX.js";
|
|
171
|
+
import "./chunk-OGYMMATX.js";
|
|
172
|
+
import {
|
|
173
|
+
Radio
|
|
174
|
+
} from "./chunk-STLN7BMJ.js";
|
|
175
|
+
import {
|
|
176
|
+
RadioParts
|
|
177
|
+
} from "./chunk-FUL2VRDU.js";
|
|
178
|
+
import {
|
|
179
|
+
RadioGroup,
|
|
180
|
+
RadioGroupIndicator,
|
|
181
|
+
RadioGroupItem,
|
|
182
|
+
RadioGroupItemControl,
|
|
183
|
+
RadioGroupItemHiddenInput,
|
|
184
|
+
RadioGroupItemText,
|
|
185
|
+
RadioGroupLabel,
|
|
186
|
+
RadioGroupRoot
|
|
187
|
+
} from "./chunk-5RTNSVYU.js";
|
|
188
|
+
import "./chunk-2LF3HPNA.js";
|
|
189
|
+
import {
|
|
190
|
+
OptionGroup,
|
|
191
|
+
OptionGroupLabel
|
|
192
|
+
} from "./chunk-IASVL7CW.js";
|
|
193
|
+
import {
|
|
194
|
+
Option,
|
|
195
|
+
Select
|
|
196
|
+
} from "./chunk-6ICNCCPD.js";
|
|
197
|
+
import {
|
|
198
|
+
SelectParts
|
|
199
|
+
} from "./chunk-XTNGF4D6.js";
|
|
200
|
+
import {
|
|
201
|
+
SelectClearTrigger,
|
|
202
|
+
SelectContent,
|
|
203
|
+
SelectControl,
|
|
204
|
+
SelectHiddenSelect,
|
|
205
|
+
SelectIndicator,
|
|
206
|
+
SelectItem,
|
|
207
|
+
SelectItemGroup,
|
|
208
|
+
SelectItemGroupLabel,
|
|
209
|
+
SelectItemIndicator,
|
|
210
|
+
SelectItemText,
|
|
211
|
+
SelectLabel,
|
|
212
|
+
SelectPositioner,
|
|
213
|
+
SelectRoot,
|
|
214
|
+
SelectTrigger,
|
|
215
|
+
SelectValueText,
|
|
216
|
+
createSelectCollection
|
|
217
|
+
} from "./chunk-QCBLRACK.js";
|
|
218
|
+
import "./chunk-UDY6USHW.js";
|
|
219
|
+
import {
|
|
220
|
+
Switch
|
|
221
|
+
} from "./chunk-OVHCXBBI.js";
|
|
222
|
+
import "./chunk-CAZ3EICD.js";
|
|
223
|
+
import {
|
|
224
|
+
SwitchParts
|
|
225
|
+
} from "./chunk-KQQPZJEI.js";
|
|
226
|
+
import {
|
|
227
|
+
SwitchControl,
|
|
228
|
+
SwitchHiddenInput,
|
|
229
|
+
SwitchLabel,
|
|
230
|
+
SwitchRoot,
|
|
231
|
+
SwitchThumb
|
|
232
|
+
} from "./chunk-LZWNHXRP.js";
|
|
233
|
+
import "./chunk-V4YYGGMH.js";
|
|
234
|
+
import {
|
|
235
|
+
ToggleParts
|
|
236
|
+
} from "./chunk-2CVGNLIM.js";
|
|
237
|
+
import {
|
|
238
|
+
ToggleIndicator,
|
|
239
|
+
ToggleRoot
|
|
240
|
+
} from "./chunk-CIMY2U22.js";
|
|
241
|
+
import "./chunk-TIJAFPHQ.js";
|
|
242
|
+
import {
|
|
243
|
+
Checkbox
|
|
244
|
+
} from "./chunk-Y4ZEJ2EF.js";
|
|
245
|
+
import "./chunk-EL4MX2PG.js";
|
|
246
|
+
import {
|
|
247
|
+
Text
|
|
248
|
+
} from "./chunk-RU5LOXWI.js";
|
|
249
|
+
import {
|
|
250
|
+
CheckboxParts
|
|
251
|
+
} from "./chunk-KWZ3CEG6.js";
|
|
252
|
+
import {
|
|
253
|
+
CheckboxControl,
|
|
254
|
+
CheckboxGroup,
|
|
255
|
+
CheckboxHiddenInput,
|
|
256
|
+
CheckboxIndicator,
|
|
257
|
+
CheckboxLabel,
|
|
258
|
+
CheckboxRoot
|
|
259
|
+
} from "./chunk-BPRF34DU.js";
|
|
260
|
+
import "./chunk-IKDXADLX.js";
|
|
261
|
+
import {
|
|
262
|
+
CTAModal,
|
|
263
|
+
useCTAModal
|
|
264
|
+
} from "./chunk-QEM3M4N3.js";
|
|
265
|
+
import "./chunk-4LSTU6WU.js";
|
|
266
|
+
import "./chunk-MVO2GNUA.js";
|
|
267
|
+
import {
|
|
268
|
+
For
|
|
269
|
+
} from "./chunk-DXOKSZVQ.js";
|
|
270
|
+
import {
|
|
271
|
+
DialogCloseIconTrigger
|
|
272
|
+
} from "./chunk-6BN3XKQF.js";
|
|
273
|
+
import {
|
|
274
|
+
IconButton
|
|
275
|
+
} from "./chunk-APD6IX5R.js";
|
|
276
|
+
import {
|
|
277
|
+
Dialog,
|
|
278
|
+
DialogBackdrop,
|
|
279
|
+
DialogCloseTrigger,
|
|
280
|
+
DialogContent,
|
|
281
|
+
DialogDescription,
|
|
282
|
+
DialogHeading,
|
|
283
|
+
DialogPositioner,
|
|
284
|
+
DialogProvider,
|
|
285
|
+
DialogTrigger
|
|
286
|
+
} from "./chunk-TFL56AYR.js";
|
|
226
287
|
import {
|
|
227
288
|
Avatar
|
|
228
|
-
} from "./chunk-
|
|
289
|
+
} from "./chunk-SXLPDPOZ.js";
|
|
229
290
|
import {
|
|
230
|
-
|
|
231
|
-
} from "./chunk-
|
|
291
|
+
Portal
|
|
292
|
+
} from "./chunk-IQJDVFPP.js";
|
|
293
|
+
import {
|
|
294
|
+
createCTAModalActions
|
|
295
|
+
} from "./chunk-PLHYOCY3.js";
|
|
296
|
+
import "./chunk-TYPULJMJ.js";
|
|
297
|
+
import {
|
|
298
|
+
Field
|
|
299
|
+
} from "./chunk-FBS7AX76.js";
|
|
300
|
+
import {
|
|
301
|
+
FieldParts
|
|
302
|
+
} from "./chunk-6I2FW4WI.js";
|
|
303
|
+
import {
|
|
304
|
+
FieldErrorText,
|
|
305
|
+
FieldHelperText,
|
|
306
|
+
FieldInput,
|
|
307
|
+
FieldLabel,
|
|
308
|
+
FieldRequiredIndicator,
|
|
309
|
+
FieldRoot,
|
|
310
|
+
FieldTextarea,
|
|
311
|
+
Input,
|
|
312
|
+
Textarea
|
|
313
|
+
} from "./chunk-VSTOSLFS.js";
|
|
314
|
+
import {
|
|
315
|
+
FieldStartIndicator
|
|
316
|
+
} from "./chunk-Z52R6ABJ.js";
|
|
317
|
+
import {
|
|
318
|
+
FieldStatusIndicator
|
|
319
|
+
} from "./chunk-CNA2VKAH.js";
|
|
232
320
|
import {
|
|
233
321
|
CerberusProvider,
|
|
234
322
|
useCerberusContext
|
|
235
323
|
} from "./chunk-GITT5645.js";
|
|
324
|
+
import "./chunk-IDTAB2UJ.js";
|
|
325
|
+
import {
|
|
326
|
+
Fieldset
|
|
327
|
+
} from "./chunk-AO3GB72J.js";
|
|
328
|
+
import {
|
|
329
|
+
FieldsetParts
|
|
330
|
+
} from "./chunk-7TQRTBUP.js";
|
|
236
331
|
import {
|
|
237
|
-
|
|
238
|
-
|
|
332
|
+
FieldsetErrorText,
|
|
333
|
+
FieldsetHelperText,
|
|
334
|
+
FieldsetLegend,
|
|
335
|
+
FieldsetRoot
|
|
336
|
+
} from "./chunk-Z3FDG263.js";
|
|
239
337
|
import {
|
|
240
338
|
useModal
|
|
241
339
|
} from "./chunk-KGQG5JGW.js";
|
|
242
340
|
import {
|
|
243
341
|
useRootColors
|
|
244
|
-
} from "./chunk-
|
|
342
|
+
} from "./chunk-XJQXHSH7.js";
|
|
245
343
|
import {
|
|
246
344
|
MODE_KEY,
|
|
247
345
|
THEME_KEY,
|
|
@@ -249,15 +347,29 @@ import {
|
|
|
249
347
|
} from "./chunk-EJOXOICK.js";
|
|
250
348
|
import {
|
|
251
349
|
useToggle
|
|
252
|
-
} from "./chunk-
|
|
350
|
+
} from "./chunk-ICTISECN.js";
|
|
253
351
|
import {
|
|
254
|
-
formatNotifyCount
|
|
255
|
-
|
|
352
|
+
formatNotifyCount,
|
|
353
|
+
splitProps
|
|
354
|
+
} from "./chunk-BL7G3577.js";
|
|
256
355
|
import {
|
|
257
356
|
getLocalStorage,
|
|
258
357
|
setLocalStorage
|
|
259
358
|
} from "./chunk-FQLMPEYX.js";
|
|
260
|
-
import "./chunk-
|
|
359
|
+
import "./chunk-CYC2YUKU.js";
|
|
360
|
+
import {
|
|
361
|
+
ButtonParts
|
|
362
|
+
} from "./chunk-2BIHLH4V.js";
|
|
363
|
+
import {
|
|
364
|
+
Button,
|
|
365
|
+
ButtonIcon
|
|
366
|
+
} from "./chunk-6KZVE4HC.js";
|
|
367
|
+
import {
|
|
368
|
+
Spinner
|
|
369
|
+
} from "./chunk-7SYJFI5E.js";
|
|
370
|
+
import {
|
|
371
|
+
Show
|
|
372
|
+
} from "./chunk-BUVVRQLZ.js";
|
|
261
373
|
import "./chunk-55J6XMHW.js";
|
|
262
374
|
import {
|
|
263
375
|
createNavTriggerProps
|
|
@@ -280,7 +392,7 @@ import {
|
|
|
280
392
|
formatMilitaryDate,
|
|
281
393
|
formatMilitaryToISO,
|
|
282
394
|
useDate
|
|
283
|
-
} from "./chunk-
|
|
395
|
+
} from "./chunk-MWRO5QYD.js";
|
|
284
396
|
|
|
285
397
|
// src/index.ts
|
|
286
398
|
export * from "@dnd-kit/core";
|
|
@@ -296,9 +408,18 @@ export {
|
|
|
296
408
|
AdmonitionHeading,
|
|
297
409
|
Avatar,
|
|
298
410
|
Button,
|
|
411
|
+
ButtonIcon,
|
|
412
|
+
ButtonParts,
|
|
299
413
|
CTAModal,
|
|
300
414
|
CerberusProvider,
|
|
301
415
|
Checkbox,
|
|
416
|
+
CheckboxControl,
|
|
417
|
+
CheckboxGroup,
|
|
418
|
+
CheckboxHiddenInput,
|
|
419
|
+
CheckboxIndicator,
|
|
420
|
+
CheckboxLabel,
|
|
421
|
+
CheckboxParts,
|
|
422
|
+
CheckboxRoot,
|
|
302
423
|
CircularProgress,
|
|
303
424
|
ConfirmModal,
|
|
304
425
|
DateFormats,
|
|
@@ -333,11 +454,27 @@ export {
|
|
|
333
454
|
FeatureFlag,
|
|
334
455
|
FeatureFlags,
|
|
335
456
|
Field,
|
|
457
|
+
FieldErrorText,
|
|
458
|
+
FieldHelperText,
|
|
459
|
+
FieldInput,
|
|
460
|
+
FieldLabel,
|
|
336
461
|
FieldMessage,
|
|
462
|
+
FieldParts,
|
|
463
|
+
FieldRequiredIndicator,
|
|
464
|
+
FieldRoot,
|
|
465
|
+
FieldStartIndicator,
|
|
466
|
+
FieldStatusIndicator,
|
|
467
|
+
FieldTextarea,
|
|
337
468
|
Fieldset,
|
|
469
|
+
FieldsetErrorText,
|
|
470
|
+
FieldsetHelperText,
|
|
338
471
|
FieldsetLabel,
|
|
472
|
+
FieldsetLegend,
|
|
473
|
+
FieldsetParts,
|
|
474
|
+
FieldsetRoot,
|
|
339
475
|
FileStatus,
|
|
340
476
|
FileUploader,
|
|
477
|
+
For,
|
|
341
478
|
IconButton,
|
|
342
479
|
Input,
|
|
343
480
|
Label,
|
|
@@ -363,14 +500,48 @@ export {
|
|
|
363
500
|
NotificationDescription,
|
|
364
501
|
NotificationHeading,
|
|
365
502
|
Option,
|
|
503
|
+
OptionGroup,
|
|
504
|
+
OptionGroupLabel,
|
|
366
505
|
Portal,
|
|
367
506
|
ProgressBar,
|
|
368
507
|
PromptModal,
|
|
369
508
|
Radio,
|
|
509
|
+
RadioGroup,
|
|
510
|
+
RadioGroupIndicator,
|
|
511
|
+
RadioGroupItem,
|
|
512
|
+
RadioGroupItemControl,
|
|
513
|
+
RadioGroupItemHiddenInput,
|
|
514
|
+
RadioGroupItemText,
|
|
515
|
+
RadioGroupLabel,
|
|
516
|
+
RadioGroupRoot,
|
|
517
|
+
RadioParts,
|
|
370
518
|
RangePickerInput,
|
|
371
519
|
Select,
|
|
520
|
+
SelectClearTrigger,
|
|
521
|
+
SelectContent,
|
|
522
|
+
SelectControl,
|
|
523
|
+
SelectHiddenSelect,
|
|
524
|
+
SelectIndicator,
|
|
525
|
+
SelectItem,
|
|
526
|
+
SelectItemGroup,
|
|
527
|
+
SelectItemGroupLabel,
|
|
528
|
+
SelectItemIndicator,
|
|
529
|
+
SelectItemText,
|
|
530
|
+
SelectLabel,
|
|
531
|
+
SelectParts,
|
|
532
|
+
SelectPositioner,
|
|
533
|
+
SelectRoot,
|
|
534
|
+
SelectTrigger,
|
|
535
|
+
SelectValueText,
|
|
372
536
|
Show,
|
|
373
537
|
Spinner,
|
|
538
|
+
Switch,
|
|
539
|
+
SwitchControl,
|
|
540
|
+
SwitchHiddenInput,
|
|
541
|
+
SwitchLabel,
|
|
542
|
+
SwitchParts,
|
|
543
|
+
SwitchRoot,
|
|
544
|
+
SwitchThumb,
|
|
374
545
|
THEME_KEY,
|
|
375
546
|
Tab,
|
|
376
547
|
TabIndicator,
|
|
@@ -388,10 +559,14 @@ export {
|
|
|
388
559
|
Th,
|
|
389
560
|
Thead,
|
|
390
561
|
ThemeProvider,
|
|
391
|
-
|
|
562
|
+
ToggleIndicator,
|
|
563
|
+
ToggleParts,
|
|
564
|
+
ToggleRoot,
|
|
392
565
|
Tooltip,
|
|
393
566
|
Tr,
|
|
567
|
+
createCTAModalActions,
|
|
394
568
|
createNavTriggerProps,
|
|
569
|
+
createSelectCollection,
|
|
395
570
|
defineIcons,
|
|
396
571
|
formatISOToMilitary,
|
|
397
572
|
formatMilitaryDate,
|
|
@@ -402,13 +577,13 @@ export {
|
|
|
402
577
|
makeSystemConfig,
|
|
403
578
|
processStatus,
|
|
404
579
|
setLocalStorage,
|
|
580
|
+
splitProps,
|
|
405
581
|
trapFocus,
|
|
406
582
|
useCTAModal,
|
|
407
583
|
useCerberusContext,
|
|
408
584
|
useConfirmModal,
|
|
409
585
|
useDate,
|
|
410
586
|
useFeatureFlags,
|
|
411
|
-
useFieldContext,
|
|
412
587
|
useModal,
|
|
413
588
|
useNavMenuContext,
|
|
414
589
|
useNotificationCenter,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/**\n * This module is the entry point for the Cerberus React package.\n * @module\n */\n\n// deprecated\n\nexport * from './components/Modal'\nexport * from './components/ModalHeader'\nexport * from './components/ModalHeading'\nexport * from './components/ModalDescription'\nexport * from './components/NavMenuTrigger'\nexport * from './components/NavMenuList'\nexport * from './components/NavMenuLink'\n\n// components\n\nexport * from './components/Accordion'\nexport * from './components/Accordion.client'\nexport * from './components/AccordionItemGroup'\nexport * from './components/Admonition'\nexport * from './components/Avatar'\nexport * from './components/
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["/**\n * This module is the entry point for the Cerberus React package.\n * @module\n */\n\n// deprecated\n\nexport * from './components/deprecated/FieldMessage'\nexport * from './components/deprecated/FieldsetLabel'\nexport * from './components/deprecated/Label'\nexport * from './components/deprecated/Modal'\nexport * from './components/deprecated/ModalHeader'\nexport * from './components/deprecated/ModalHeading'\nexport * from './components/deprecated/ModalDescription'\nexport * from './components/deprecated/NavMenuTrigger'\nexport * from './components/deprecated/NavMenuList'\nexport * from './components/deprecated/NavMenuLink'\nexport * from './hooks/useDate'\nexport * from './hooks/useModal'\nexport * from './hooks/useToggle'\n\n// components\n\nexport * from './components/Accordion'\nexport * from './components/Accordion.client'\nexport * from './components/AccordionItemGroup'\nexport * from './components/Admonition'\nexport * from './components/Avatar'\nexport * from './components/button/index'\nexport * from './components/checkbox/index'\nexport * from './components/CircularProgress'\nexport * from './components/cta-dialog/index'\nexport * from './components/DatePicker.client'\nexport * from './components/DatePicker.server'\nexport * from './components/Dialog'\nexport * from './components/Dialog.client'\nexport * from './components/Droppable'\nexport * from './components/FeatureFlag'\nexport * from './components/field/index'\nexport * from './components/fieldset/index'\nexport * from './components/FileStatus'\nexport * from './components/FileUploader'\nexport * from './components/for'\nexport * from './components/IconButton'\nexport * from './components/Legend'\nexport * from './components/Menu'\nexport * from './components/Notification'\nexport * from './components/NotificationHeading'\nexport * from './components/NotificationDescription'\nexport * from './components/Portal'\nexport * from './components/ProgressBar'\nexport * from './components/radio/index'\nexport * from './components/select/index'\nexport * from './components/Show'\nexport * from './components/Spinner'\nexport * from './components/switch/index'\nexport * from './components/Tabs.client'\nexport * from './components/Table'\nexport * from './components/Thead'\nexport * from './components/Th'\nexport * from './components/Td'\nexport * from './components/Tbody'\nexport * from './components/Tag'\nexport * from './components/Text'\nexport * from './components/toggle/index'\nexport * from './components/Tooltip'\n\n// context\n\nexport * from './context/cerberus'\nexport * from './context/confirm-modal'\nexport * from './context/feature-flags'\nexport * from './context/navMenu'\nexport * from './context/notification-center'\nexport * from './context/prompt-modal'\nexport * from './context/tabs'\nexport * from './context/theme'\n\n// hooks\n\nexport * from './hooks/useTheme'\nexport * from './hooks/useRootColors'\n\n// aria-helpers\n\nexport * from './aria-helpers/nav-menu.aria'\nexport * from './aria-helpers/trap-focus.aria'\n\n// utils\n\nexport * from './config/index'\nexport * from './utils/index'\n\n// shared types\n\nexport * from './types'\n\n// 3rd party\n\nexport * from '@dnd-kit/core'\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmGA,cAAc;","names":[]}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
formatNotifyCount
|
|
3
|
-
|
|
2
|
+
formatNotifyCount,
|
|
3
|
+
splitProps
|
|
4
|
+
} from "../chunk-BL7G3577.js";
|
|
4
5
|
import {
|
|
5
6
|
getLocalStorage,
|
|
6
7
|
setLocalStorage
|
|
@@ -8,6 +9,7 @@ import {
|
|
|
8
9
|
export {
|
|
9
10
|
formatNotifyCount,
|
|
10
11
|
getLocalStorage,
|
|
11
|
-
setLocalStorage
|
|
12
|
+
setLocalStorage,
|
|
13
|
+
splitProps
|
|
12
14
|
};
|
|
13
15
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0-next-feeb186",
|
|
4
4
|
"description": "The Cerberus Design React component library.",
|
|
5
5
|
"browserslist": "> 0.25%, not dead",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": "^18",
|
|
27
27
|
"tsup": "^8.1.0",
|
|
28
28
|
"@cerberus-design/configs": "0.0.0",
|
|
29
|
-
"@cerberus/styled-system": "npm:@cerberus-design/styled-system@0.
|
|
29
|
+
"@cerberus/styled-system": "npm:@cerberus-design/styled-system@0.16.0-next-feeb186"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
@@ -22,6 +22,7 @@ export type AccordionProps = ArkAccordion.RootProps & AccordionVariantProps
|
|
|
22
22
|
export function Accordion(props: AccordionProps) {
|
|
23
23
|
const { size, className, ...rootProps } = props
|
|
24
24
|
const styles = accordion({ size })
|
|
25
|
+
|
|
25
26
|
return (
|
|
26
27
|
<ArkAccordion.Root
|
|
27
28
|
collapsible
|