@cerberus-design/react 0.18.4 → 0.19.1
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 +2429 -790
- package/build/legacy/components/accordion/index.cjs +146 -57
- package/build/legacy/components/accordion/index.cjs.map +1 -1
- package/build/legacy/components/accordion/index.d.cts +5 -0
- package/build/legacy/components/accordion/item-group.cjs +143 -54
- package/build/legacy/components/accordion/item-group.cjs.map +1 -1
- package/build/legacy/components/accordion/item-indicator.cjs +134 -45
- package/build/legacy/components/accordion/item-indicator.cjs.map +1 -1
- package/build/legacy/components/accordion/parts.cjs +132 -43
- package/build/legacy/components/accordion/parts.cjs.map +1 -1
- package/build/legacy/components/accordion/primitives.cjs +132 -43
- package/build/legacy/components/accordion/primitives.cjs.map +1 -1
- package/build/legacy/components/accordion/primitives.d.cts +5 -0
- package/build/legacy/components/admonition/admonition.cjs +194 -96
- package/build/legacy/components/admonition/admonition.cjs.map +1 -1
- package/build/legacy/components/admonition/index.cjs +181 -83
- package/build/legacy/components/admonition/index.cjs.map +1 -1
- package/build/legacy/components/admonition/index.d.cts +5 -0
- package/build/legacy/components/admonition/match-avatar.cjs +120 -23
- package/build/legacy/components/admonition/match-avatar.cjs.map +1 -1
- package/build/legacy/components/admonition/parts.cjs +150 -35
- package/build/legacy/components/admonition/parts.cjs.map +1 -1
- package/build/legacy/components/admonition/primitives.cjs +150 -35
- package/build/legacy/components/admonition/primitives.cjs.map +1 -1
- package/build/legacy/components/admonition/primitives.d.cts +5 -0
- package/build/legacy/components/avatar/avatar.cjs +120 -23
- package/build/legacy/components/avatar/avatar.cjs.map +1 -1
- package/build/legacy/components/avatar/index.cjs +120 -23
- package/build/legacy/components/avatar/index.cjs.map +1 -1
- package/build/legacy/components/avatar/index.d.cts +3 -0
- package/build/legacy/components/avatar/parts.cjs +119 -22
- package/build/legacy/components/avatar/parts.cjs.map +1 -1
- package/build/legacy/components/avatar/primitives.cjs +119 -22
- package/build/legacy/components/avatar/primitives.cjs.map +1 -1
- package/build/legacy/components/avatar/primitives.d.cts +3 -0
- package/build/legacy/components/button/button.cjs +126 -24
- package/build/legacy/components/button/button.cjs.map +1 -1
- package/build/legacy/components/button/index.cjs +126 -24
- package/build/legacy/components/button/index.cjs.map +1 -1
- package/build/legacy/components/button/parts.cjs +126 -24
- package/build/legacy/components/button/parts.cjs.map +1 -1
- package/build/legacy/components/button/primitives.cjs +148 -0
- package/build/legacy/components/button/primitives.cjs.map +1 -0
- package/build/legacy/components/button/primitives.d.cts +1 -0
- package/build/legacy/components/checkbox/checkbox-icon.cjs +148 -55
- package/build/legacy/components/checkbox/checkbox-icon.cjs.map +1 -1
- package/build/legacy/components/checkbox/checkbox.cjs +136 -43
- package/build/legacy/components/checkbox/checkbox.cjs.map +1 -1
- package/build/legacy/components/checkbox/index.cjs +136 -43
- package/build/legacy/components/checkbox/index.cjs.map +1 -1
- package/build/legacy/components/checkbox/index.d.cts +6 -0
- package/build/legacy/components/checkbox/parts.cjs +134 -41
- package/build/legacy/components/checkbox/parts.cjs.map +1 -1
- package/build/legacy/components/checkbox/primitives.cjs +134 -41
- package/build/legacy/components/checkbox/primitives.cjs.map +1 -1
- package/build/legacy/components/checkbox/primitives.d.cts +6 -0
- package/build/legacy/components/circular-progress/circular-progress.cjs +188 -0
- package/build/legacy/components/circular-progress/circular-progress.cjs.map +1 -0
- package/build/legacy/components/circular-progress/circular-progress.d.cts +2 -0
- package/build/legacy/components/circular-progress/index.cjs +202 -0
- package/build/legacy/components/circular-progress/index.cjs.map +1 -0
- package/build/legacy/components/circular-progress/index.d.cts +16 -0
- package/build/legacy/components/circular-progress/primitives.cjs +182 -0
- package/build/legacy/components/circular-progress/primitives.cjs.map +1 -0
- package/build/legacy/components/circular-progress/primitives.d.cts +14 -0
- package/build/legacy/components/combobox/combobox.cjs +208 -135
- package/build/legacy/components/combobox/combobox.cjs.map +1 -1
- package/build/legacy/components/combobox/index.cjs +258 -142
- package/build/legacy/components/combobox/index.cjs.map +1 -1
- package/build/legacy/components/combobox/index.d.cts +14 -0
- package/build/legacy/components/combobox/item-group.cjs +166 -111
- package/build/legacy/components/combobox/item-group.cjs.map +1 -1
- package/build/legacy/components/combobox/item.cjs +166 -111
- package/build/legacy/components/combobox/item.cjs.map +1 -1
- package/build/legacy/components/combobox/parts.cjs +166 -111
- package/build/legacy/components/combobox/parts.cjs.map +1 -1
- package/build/legacy/components/combobox/primitives.cjs +166 -115
- package/build/legacy/components/combobox/primitives.cjs.map +1 -1
- package/build/legacy/components/combobox/primitives.d.cts +14 -0
- package/build/legacy/components/combobox/use-stateful-collection.cjs +157 -0
- package/build/legacy/components/combobox/use-stateful-collection.cjs.map +1 -1
- package/build/legacy/components/cta-dialog/index.cjs +186 -154
- package/build/legacy/components/cta-dialog/index.cjs.map +1 -1
- package/build/legacy/components/cta-dialog/provider.cjs +186 -154
- package/build/legacy/components/cta-dialog/provider.cjs.map +1 -1
- package/build/legacy/components/cta-dialog/trigger-item.cjs +127 -23
- package/build/legacy/components/cta-dialog/trigger-item.cjs.map +1 -1
- package/build/legacy/components/date-picker/calendar.cjs +209 -228
- package/build/legacy/components/date-picker/calendar.cjs.map +1 -1
- package/build/legacy/components/date-picker/calendar.d.cts +1 -0
- package/build/legacy/components/date-picker/content.cjs +156 -156
- package/build/legacy/components/date-picker/content.cjs.map +1 -1
- package/build/legacy/components/date-picker/date-picker.cjs +150 -147
- package/build/legacy/components/date-picker/date-picker.cjs.map +1 -1
- package/build/legacy/components/date-picker/day-view.cjs +177 -193
- package/build/legacy/components/date-picker/day-view.cjs.map +1 -1
- package/build/legacy/components/date-picker/index.cjs +202 -221
- package/build/legacy/components/date-picker/index.cjs.map +1 -1
- package/build/legacy/components/date-picker/index.d.cts +25 -0
- package/build/legacy/components/date-picker/input.cjs +161 -169
- package/build/legacy/components/date-picker/input.cjs.map +1 -1
- package/build/legacy/components/date-picker/month-view.cjs +177 -193
- package/build/legacy/components/date-picker/month-view.cjs.map +1 -1
- package/build/legacy/components/date-picker/parts.cjs +150 -147
- package/build/legacy/components/date-picker/parts.cjs.map +1 -1
- package/build/legacy/components/date-picker/primitives.cjs +150 -147
- package/build/legacy/components/date-picker/primitives.cjs.map +1 -1
- package/build/legacy/components/date-picker/primitives.d.cts +24 -0
- package/build/legacy/components/date-picker/range-input.cjs +157 -165
- package/build/legacy/components/date-picker/range-input.cjs.map +1 -1
- package/build/legacy/components/date-picker/trigger.cjs +161 -169
- package/build/legacy/components/date-picker/trigger.cjs.map +1 -1
- package/build/legacy/components/date-picker/view-control-group.cjs +184 -202
- package/build/legacy/components/date-picker/view-control-group.cjs.map +1 -1
- package/build/legacy/components/date-picker/year-view.cjs +177 -193
- package/build/legacy/components/date-picker/year-view.cjs.map +1 -1
- package/build/legacy/components/deprecated/Label.cjs +155 -8
- package/build/legacy/components/deprecated/Label.cjs.map +1 -1
- package/build/legacy/components/deprecated/Legend.cjs +1 -1
- package/build/legacy/components/deprecated/Legend.cjs.map +1 -1
- package/build/legacy/components/deprecated/NavMenuLink.cjs +1 -1
- package/build/legacy/components/deprecated/NavMenuLink.cjs.map +1 -1
- package/build/legacy/components/deprecated/NavMenuList.cjs +1 -1
- package/build/legacy/components/deprecated/NavMenuList.cjs.map +1 -1
- package/build/legacy/components/deprecated/NavMenuTrigger.cjs +9 -9
- package/build/legacy/components/deprecated/NavMenuTrigger.cjs.map +1 -1
- package/build/legacy/components/deprecated/Notification.cjs +13 -13
- package/build/legacy/components/deprecated/Notification.cjs.map +1 -1
- package/build/legacy/components/deprecated/NotificationDescription.d.cts +1 -1
- package/build/legacy/components/deprecated/NotificationHeading.d.cts +1 -1
- package/build/legacy/components/deprecated/aria-helpers/nav-menu.aria.cjs +36 -0
- package/build/legacy/components/deprecated/aria-helpers/nav-menu.aria.cjs.map +1 -0
- package/build/legacy/components/deprecated/aria-helpers/nav-menu.aria.d.cts +2 -0
- package/build/legacy/components/deprecated/aria-helpers/trap-focus.aria.cjs +54 -0
- package/build/legacy/components/deprecated/aria-helpers/trap-focus.aria.cjs.map +1 -0
- package/build/legacy/components/deprecated/aria-helpers/trap-focus.aria.d.cts +1 -0
- package/build/legacy/components/dialog/close-icon-trigger.cjs +135 -25
- package/build/legacy/components/dialog/close-icon-trigger.cjs.map +1 -1
- package/build/legacy/components/dialog/dialog.cjs +129 -39
- package/build/legacy/components/dialog/dialog.cjs.map +1 -1
- package/build/legacy/components/dialog/index.cjs +137 -88
- package/build/legacy/components/dialog/index.cjs.map +1 -1
- package/build/legacy/components/dialog/index.d.cts +9 -1
- package/build/legacy/components/dialog/parts.cjs +122 -59
- package/build/legacy/components/dialog/parts.cjs.map +1 -1
- package/build/legacy/components/dialog/primitives.cjs +122 -59
- package/build/legacy/components/dialog/primitives.cjs.map +1 -1
- package/build/legacy/components/dialog/primitives.d.cts +9 -1
- package/build/legacy/components/feature-flag/feature-flag.cjs +65 -0
- package/build/legacy/components/feature-flag/feature-flag.cjs.map +1 -0
- package/build/legacy/components/feature-flag/feature-flag.d.cts +2 -0
- package/build/legacy/components/feature-flag/index.cjs +64 -0
- package/build/legacy/components/feature-flag/index.cjs.map +1 -0
- package/build/legacy/components/feature-flag/index.d.cts +2 -0
- package/build/legacy/components/field/error-text.cjs +36 -0
- package/build/legacy/components/field/error-text.cjs.map +1 -0
- package/build/legacy/components/field/error-text.d.cts +1 -0
- package/build/legacy/components/field/field.cjs +176 -63
- package/build/legacy/components/field/field.cjs.map +1 -1
- package/build/legacy/components/field/helper-text.cjs +157 -12
- package/build/legacy/components/field/helper-text.cjs.map +1 -1
- package/build/legacy/components/field/index.cjs +225 -119
- package/build/legacy/components/field/index.cjs.map +1 -1
- package/build/legacy/components/field/index.d.cts +11 -3
- package/build/legacy/components/field/input.cjs +298 -0
- package/build/legacy/components/field/input.cjs.map +1 -0
- package/build/legacy/components/field/input.d.cts +2 -0
- package/build/legacy/components/field/parts.cjs +175 -92
- package/build/legacy/components/field/parts.cjs.map +1 -1
- package/build/legacy/components/field/primitives.cjs +215 -89
- package/build/legacy/components/field/primitives.cjs.map +1 -1
- package/build/legacy/components/field/primitives.d.cts +9 -2
- package/build/legacy/components/fieldset/fieldset.cjs +127 -34
- package/build/legacy/components/fieldset/fieldset.cjs.map +1 -1
- package/build/legacy/components/fieldset/index.cjs +127 -34
- package/build/legacy/components/fieldset/index.cjs.map +1 -1
- package/build/legacy/components/fieldset/index.d.cts +4 -0
- package/build/legacy/components/fieldset/parts.cjs +127 -34
- package/build/legacy/components/fieldset/parts.cjs.map +1 -1
- package/build/legacy/components/fieldset/primitives.cjs +127 -34
- package/build/legacy/components/fieldset/primitives.cjs.map +1 -1
- package/build/legacy/components/fieldset/primitives.d.cts +4 -0
- package/build/legacy/components/file-upload/file-status.cjs +570 -0
- package/build/legacy/components/file-upload/file-status.cjs.map +1 -0
- package/build/legacy/components/file-upload/file-status.d.cts +6 -0
- package/build/legacy/components/file-upload/file-uploader.cjs +286 -0
- package/build/legacy/components/file-upload/file-uploader.cjs.map +1 -0
- package/build/legacy/components/file-upload/file-uploader.d.cts +2 -0
- package/build/legacy/components/file-upload/index.cjs +627 -0
- package/build/legacy/components/file-upload/index.cjs.map +1 -0
- package/build/legacy/components/file-upload/index.d.cts +8 -0
- package/build/legacy/components/for/for.cjs +38 -0
- package/build/legacy/components/for/for.cjs.map +1 -0
- package/build/legacy/components/for/for.d.cts +2 -0
- package/build/legacy/components/for/index.cjs +40 -0
- package/build/legacy/components/for/index.cjs.map +1 -0
- package/build/legacy/components/for/index.d.cts +2 -0
- package/build/legacy/components/icon-button/button.cjs +157 -0
- package/build/legacy/components/icon-button/button.cjs.map +1 -0
- package/build/legacy/components/icon-button/button.d.cts +2 -0
- package/build/legacy/components/icon-button/index.cjs +159 -0
- package/build/legacy/components/icon-button/index.cjs.map +1 -0
- package/build/legacy/components/icon-button/index.d.cts +4 -0
- package/build/legacy/components/icon-button/primitives.cjs +148 -0
- package/build/legacy/components/icon-button/primitives.cjs.map +1 -0
- package/build/legacy/components/icon-button/primitives.d.cts +2 -0
- package/build/legacy/components/menu/index.cjs +220 -0
- package/build/legacy/components/menu/index.cjs.map +1 -0
- package/build/legacy/components/menu/index.d.cts +27 -0
- package/build/legacy/components/menu/menu.cjs +200 -0
- package/build/legacy/components/menu/menu.cjs.map +1 -0
- package/build/legacy/components/menu/menu.d.cts +7 -0
- package/build/legacy/components/menu/primitives.cjs +190 -0
- package/build/legacy/components/menu/primitives.cjs.map +1 -0
- package/build/legacy/components/menu/primitives.d.cts +20 -0
- package/build/legacy/components/notifications/center.cjs +144 -64
- package/build/legacy/components/notifications/center.cjs.map +1 -1
- package/build/legacy/components/notifications/close-trigger.cjs +128 -36
- package/build/legacy/components/notifications/close-trigger.cjs.map +1 -1
- package/build/legacy/components/notifications/index.cjs +140 -62
- package/build/legacy/components/notifications/index.cjs.map +1 -1
- package/build/legacy/components/notifications/index.d.cts +6 -0
- package/build/legacy/components/notifications/match-icon.cjs +2 -2
- package/build/legacy/components/notifications/match-icon.cjs.map +1 -1
- package/build/legacy/components/notifications/parts.cjs +128 -36
- package/build/legacy/components/notifications/parts.cjs.map +1 -1
- package/build/legacy/components/notifications/primitives.cjs +129 -39
- package/build/legacy/components/notifications/primitives.cjs.map +1 -1
- package/build/legacy/components/notifications/primitives.d.cts +6 -0
- package/build/legacy/components/portal/index.cjs +34 -0
- package/build/legacy/components/portal/index.cjs.map +1 -0
- package/build/legacy/components/portal/index.d.cts +2 -0
- package/build/legacy/components/portal/portal.cjs +32 -0
- package/build/legacy/components/portal/portal.cjs.map +1 -0
- package/build/legacy/components/portal/portal.d.cts +2 -0
- package/build/legacy/components/progress/index.cjs +194 -0
- package/build/legacy/components/progress/index.cjs.map +1 -0
- package/build/legacy/components/progress/index.d.cts +8 -0
- package/build/legacy/components/progress/primitives.cjs +164 -0
- package/build/legacy/components/progress/primitives.cjs.map +1 -0
- package/build/legacy/components/progress/primitives.d.cts +4 -0
- package/build/legacy/components/progress/progress-bar.cjs +190 -0
- package/build/legacy/components/progress/progress-bar.cjs.map +1 -0
- package/build/legacy/components/progress/progress-bar.d.cts +4 -0
- package/build/legacy/components/radio/index.cjs +136 -64
- package/build/legacy/components/radio/index.cjs.map +1 -1
- package/build/legacy/components/radio/index.d.cts +7 -0
- package/build/legacy/components/radio/parts.cjs +136 -64
- package/build/legacy/components/radio/parts.cjs.map +1 -1
- package/build/legacy/components/radio/primitives.cjs +136 -64
- package/build/legacy/components/radio/primitives.cjs.map +1 -1
- package/build/legacy/components/radio/primitives.d.cts +7 -0
- package/build/legacy/components/radio/radio.cjs +136 -33
- package/build/legacy/components/radio/radio.cjs.map +1 -1
- package/build/legacy/components/rating/index.cjs +131 -50
- package/build/legacy/components/rating/index.cjs.map +1 -1
- package/build/legacy/components/rating/index.d.cts +7 -0
- package/build/legacy/components/rating/parts.cjs +130 -49
- package/build/legacy/components/rating/parts.cjs.map +1 -1
- package/build/legacy/components/rating/primitives.cjs +130 -49
- package/build/legacy/components/rating/primitives.cjs.map +1 -1
- package/build/legacy/components/rating/primitives.d.cts +7 -0
- package/build/legacy/components/rating/rating.cjs +131 -50
- package/build/legacy/components/rating/rating.cjs.map +1 -1
- package/build/legacy/components/select/index.cjs +175 -121
- package/build/legacy/components/select/index.cjs.map +1 -1
- package/build/legacy/components/select/index.d.cts +17 -3
- package/build/legacy/components/select/option-group.cjs +157 -18
- package/build/legacy/components/select/option-group.cjs.map +1 -1
- package/build/legacy/components/select/option.cjs +237 -0
- package/build/legacy/components/select/option.cjs.map +1 -0
- package/build/legacy/components/select/option.d.cts +2 -0
- package/build/legacy/components/select/parts.cjs +154 -95
- package/build/legacy/components/select/parts.cjs.map +1 -1
- package/build/legacy/components/select/primitives.cjs +154 -95
- package/build/legacy/components/select/primitives.cjs.map +1 -1
- package/build/legacy/components/select/primitives.d.cts +16 -1
- package/build/legacy/components/select/select.cjs +171 -126
- package/build/legacy/components/select/select.cjs.map +1 -1
- package/build/legacy/components/select/select.d.cts +0 -3
- package/build/legacy/components/show/index.cjs +43 -0
- package/build/legacy/components/show/index.cjs.map +1 -0
- package/build/legacy/components/show/index.d.cts +2 -0
- package/build/legacy/components/show/show.cjs +41 -0
- package/build/legacy/components/show/show.cjs.map +1 -0
- package/build/legacy/components/show/show.d.cts +2 -0
- package/build/legacy/components/spinner/index.cjs +107 -0
- package/build/legacy/components/spinner/index.cjs.map +1 -0
- package/build/legacy/components/spinner/index.d.cts +2 -0
- package/build/legacy/components/spinner/spinner.cjs +105 -0
- package/build/legacy/components/spinner/spinner.cjs.map +1 -0
- package/build/legacy/components/spinner/spinner.d.cts +2 -0
- package/build/legacy/components/switch/index.cjs +127 -30
- package/build/legacy/components/switch/index.cjs.map +1 -1
- package/build/legacy/components/switch/index.d.cts +5 -1
- package/build/legacy/components/switch/parts.cjs +127 -30
- package/build/legacy/components/switch/parts.cjs.map +1 -1
- package/build/legacy/components/switch/primitives.cjs +127 -30
- package/build/legacy/components/switch/primitives.cjs.map +1 -1
- package/build/legacy/components/switch/primitives.d.cts +5 -0
- package/build/legacy/components/switch/switch.cjs +127 -30
- package/build/legacy/components/switch/switch.cjs.map +1 -1
- package/build/legacy/components/switch/switch.d.cts +0 -1
- package/build/legacy/components/table/index.cjs +173 -120
- package/build/legacy/components/table/index.cjs.map +1 -1
- package/build/legacy/components/table/index.d.cts +11 -0
- package/build/legacy/components/table/parts.cjs +172 -119
- package/build/legacy/components/table/parts.cjs.map +1 -1
- package/build/legacy/components/table/primitives.cjs +172 -119
- package/build/legacy/components/table/primitives.cjs.map +1 -1
- package/build/legacy/components/table/primitives.d.cts +10 -0
- package/build/legacy/components/table/table.cjs +173 -120
- package/build/legacy/components/table/table.cjs.map +1 -1
- package/build/legacy/components/table/table.d.cts +1 -0
- package/build/legacy/components/tabs/index.cjs +125 -31
- package/build/legacy/components/tabs/index.cjs.map +1 -1
- package/build/legacy/components/tabs/index.d.cts +5 -0
- package/build/legacy/components/tabs/parts.cjs +125 -31
- package/build/legacy/components/tabs/parts.cjs.map +1 -1
- package/build/legacy/components/tabs/primitives.cjs +125 -31
- package/build/legacy/components/tabs/primitives.cjs.map +1 -1
- package/build/legacy/components/tabs/primitives.d.cts +5 -0
- package/build/legacy/components/tabs/tabs.cjs +125 -31
- package/build/legacy/components/tabs/tabs.cjs.map +1 -1
- package/build/legacy/components/tag/index.cjs +234 -0
- package/build/legacy/components/tag/index.cjs.map +1 -0
- package/build/legacy/components/tag/index.d.cts +4 -0
- package/build/legacy/components/tag/tag.cjs +233 -0
- package/build/legacy/components/tag/tag.cjs.map +1 -0
- package/build/legacy/components/tag/tag.d.cts +4 -0
- package/build/legacy/components/text/index.cjs +55 -0
- package/build/legacy/components/text/index.cjs.map +1 -0
- package/build/legacy/components/text/index.d.cts +4 -0
- package/build/legacy/components/text/text.cjs +53 -0
- package/build/legacy/components/text/text.cjs.map +1 -0
- package/build/legacy/components/text/text.d.cts +4 -0
- package/build/legacy/components/theme/index.cjs +182 -0
- package/build/legacy/components/theme/index.cjs.map +1 -0
- package/build/legacy/components/theme/index.d.cts +2 -0
- package/build/legacy/components/theme/theme.cjs +182 -0
- package/build/legacy/components/theme/theme.cjs.map +1 -0
- package/build/legacy/components/theme/theme.d.cts +2 -0
- package/build/legacy/components/toggle/index.cjs +117 -5
- package/build/legacy/components/toggle/index.cjs.map +1 -1
- package/build/legacy/components/toggle/index.d.cts +2 -0
- package/build/legacy/components/toggle/parts.cjs +117 -5
- package/build/legacy/components/toggle/parts.cjs.map +1 -1
- package/build/legacy/components/toggle/primitives.cjs +117 -5
- package/build/legacy/components/toggle/primitives.cjs.map +1 -1
- package/build/legacy/components/toggle/primitives.d.cts +2 -0
- package/build/legacy/components/tooltip/index.cjs +213 -0
- package/build/legacy/components/tooltip/index.cjs.map +1 -0
- package/build/legacy/components/tooltip/index.d.cts +15 -0
- package/build/legacy/components/tooltip/parts.cjs +183 -0
- package/build/legacy/components/tooltip/parts.cjs.map +1 -0
- package/build/legacy/components/tooltip/parts.d.cts +1 -0
- package/build/legacy/components/tooltip/primitives.cjs +181 -0
- package/build/legacy/components/tooltip/primitives.cjs.map +1 -0
- package/build/legacy/components/tooltip/primitives.d.cts +12 -0
- package/build/legacy/components/tooltip/tooltip.cjs +199 -0
- package/build/legacy/components/tooltip/tooltip.cjs.map +1 -0
- package/build/legacy/components/tooltip/tooltip.d.cts +2 -0
- package/build/legacy/context/confirm-modal.cjs +171 -130
- package/build/legacy/context/confirm-modal.cjs.map +1 -1
- package/build/legacy/context/field.cjs +161 -17
- package/build/legacy/context/field.cjs.map +1 -1
- package/build/legacy/context/prompt-modal.cjs +275 -208
- package/build/legacy/context/prompt-modal.cjs.map +1 -1
- package/build/legacy/hooks/useRootColors.cjs +2 -2
- package/build/legacy/hooks/useRootColors.cjs.map +1 -1
- package/build/legacy/index.cjs +1499 -1974
- package/build/legacy/index.cjs.map +1 -1
- package/build/legacy/index.d.cts +213 -17
- package/build/legacy/system/factory.cjs +162 -0
- package/build/legacy/system/factory.cjs.map +1 -0
- package/build/legacy/system/factory.d.cts +1 -0
- package/build/legacy/system/index.cjs +170 -0
- package/build/legacy/system/index.cjs.map +1 -0
- package/build/legacy/system/index.d.cts +12 -0
- package/build/legacy/system/primitive-factory.cjs +135 -0
- package/build/legacy/system/primitive-factory.cjs.map +1 -0
- package/build/legacy/system/primitive-factory.d.cts +1 -0
- package/build/legacy/system/types.cjs +19 -0
- package/build/legacy/system/types.cjs.map +1 -0
- package/build/legacy/system/types.d.cts +10 -0
- package/build/modern/_tsup-dts-rollup.d.ts +2429 -790
- package/build/modern/chunk-2MU6WE52.js +45 -0
- package/build/modern/chunk-2MU6WE52.js.map +1 -0
- package/build/modern/chunk-2OWVBM5W.js +62 -0
- package/build/modern/chunk-2OWVBM5W.js.map +1 -0
- package/build/modern/chunk-2Q4KTP6D.js +226 -0
- package/build/modern/chunk-2Q4KTP6D.js.map +1 -0
- package/build/modern/chunk-2T2S226G.js +14 -0
- package/build/modern/chunk-2T2S226G.js.map +1 -0
- package/build/modern/chunk-2UFNNWLA.js +182 -0
- package/build/modern/chunk-2UFNNWLA.js.map +1 -0
- package/build/modern/chunk-34U4QQ3I.js +1 -0
- package/build/modern/chunk-3RPBRD5W.js +1 -0
- package/build/modern/chunk-3Z4TSR6V.js +21 -0
- package/build/modern/chunk-4DJ6KC4K.js +215 -0
- package/build/modern/chunk-4DJ6KC4K.js.map +1 -0
- package/build/modern/chunk-4Q62OI72.js +21 -0
- package/build/modern/chunk-4WSCG2CM.js +40 -0
- package/build/modern/chunk-4WSCG2CM.js.map +1 -0
- package/build/modern/chunk-4XTYDXVV.js +48 -0
- package/build/modern/chunk-4XTYDXVV.js.map +1 -0
- package/build/modern/chunk-5IMS6G4G.js +1 -0
- package/build/modern/chunk-5XU3LUPC.js +18 -0
- package/build/modern/chunk-6BNGJMNL.js +20 -0
- package/build/modern/chunk-6BNGJMNL.js.map +1 -0
- package/build/modern/chunk-6TIG456O.js +22 -0
- package/build/modern/chunk-6TIG456O.js.map +1 -0
- package/build/modern/chunk-75VWN4C7.js +81 -0
- package/build/modern/chunk-75VWN4C7.js.map +1 -0
- package/build/modern/chunk-7WX2RQT6.js +31 -0
- package/build/modern/chunk-7WX2RQT6.js.map +1 -0
- package/build/modern/chunk-A57LVJJF.js +22 -0
- package/build/modern/chunk-A57LVJJF.js.map +1 -0
- package/build/modern/chunk-A655GBYQ.js +42 -0
- package/build/modern/chunk-A655GBYQ.js.map +1 -0
- package/build/modern/chunk-ACK44GEO.js +126 -0
- package/build/modern/chunk-ACK44GEO.js.map +1 -0
- package/build/modern/chunk-AJ5TWPXM.js +22 -0
- package/build/modern/chunk-AJ5TWPXM.js.map +1 -0
- package/build/modern/chunk-ALJYABJX.js +44 -0
- package/build/modern/chunk-ALJYABJX.js.map +1 -0
- package/build/modern/chunk-AZ5LB6IS.js +37 -0
- package/build/modern/chunk-AZ5LB6IS.js.map +1 -0
- package/build/modern/chunk-B4GBNIU7.js +1 -0
- package/build/modern/chunk-BDXVYV32.js +41 -0
- package/build/modern/chunk-BDXVYV32.js.map +1 -0
- package/build/modern/chunk-BK5BIPCG.js +64 -0
- package/build/modern/chunk-BK5BIPCG.js.map +1 -0
- package/build/modern/chunk-BOATN5PB.js +24 -0
- package/build/modern/chunk-BOATN5PB.js.map +1 -0
- package/build/modern/chunk-BW64QBCK.js +31 -0
- package/build/modern/chunk-BWZXR2WZ.js +59 -0
- package/build/modern/chunk-C3FEINCR.js +12 -0
- package/build/modern/chunk-C3FEINCR.js.map +1 -0
- package/build/modern/chunk-CIIFJ2SA.js +47 -0
- package/build/modern/chunk-CLGDJ4GM.js +33 -0
- package/build/modern/chunk-CMQZN2GZ.js +43 -0
- package/build/modern/chunk-CMQZN2GZ.js.map +1 -0
- package/build/modern/chunk-COIQJKC3.js +41 -0
- package/build/modern/chunk-D2TQPEZQ.js +13 -0
- package/build/modern/chunk-D2TQPEZQ.js.map +1 -0
- package/build/modern/chunk-D47GTCQZ.js +19 -0
- package/build/modern/chunk-D47GTCQZ.js.map +1 -0
- package/build/modern/chunk-DC3NTCCW.js +14 -0
- package/build/modern/chunk-DC3NTCCW.js.map +1 -0
- package/build/modern/chunk-E4DXMJ3C.js +39 -0
- package/build/modern/chunk-E4DXMJ3C.js.map +1 -0
- package/build/modern/chunk-EZTDGHEX.js +1 -0
- package/build/modern/chunk-FMNYWD5T.js +27 -0
- package/build/modern/chunk-GHM4I5BN.js +40 -0
- package/build/modern/chunk-GHM4I5BN.js.map +1 -0
- package/build/modern/chunk-GIIPOOSM.js +22 -0
- package/build/modern/chunk-GIIPOOSM.js.map +1 -0
- package/build/modern/chunk-GZ6T3352.js +109 -0
- package/build/modern/chunk-GZ6T3352.js.map +1 -0
- package/build/modern/chunk-HJ67FKQ6.js +30 -0
- package/build/modern/chunk-HJ67FKQ6.js.map +1 -0
- package/build/modern/chunk-HPWLIE64.js +35 -0
- package/build/modern/chunk-HPWLIE64.js.map +1 -0
- package/build/modern/chunk-IOK2RQK6.js +70 -0
- package/build/modern/chunk-IOK2RQK6.js.map +1 -0
- package/build/modern/chunk-IU5YJTKN.js +15 -0
- package/build/modern/chunk-IX7BYPTS.js +29 -0
- package/build/modern/chunk-IX7BYPTS.js.map +1 -0
- package/build/modern/chunk-J3XTP6VP.js +23 -0
- package/build/modern/chunk-JG5V3AK4.js +94 -0
- package/build/modern/chunk-JG5V3AK4.js.map +1 -0
- package/build/modern/chunk-JHCKXQEK.js +27 -0
- package/build/modern/chunk-JHCKXQEK.js.map +1 -0
- package/build/modern/chunk-JIXUOTH4.js +1 -0
- package/build/modern/chunk-JSK6OD6J.js +21 -0
- package/build/modern/chunk-JYWTA3OZ.js +18 -0
- package/build/modern/chunk-JYWTA3OZ.js.map +1 -0
- package/build/modern/chunk-KIKGNZ2H.js +86 -0
- package/build/modern/chunk-KIKGNZ2H.js.map +1 -0
- package/build/modern/chunk-KLZPY4YX.js +42 -0
- package/build/modern/chunk-KLZPY4YX.js.map +1 -0
- package/build/modern/chunk-KM3G4YFF.js +33 -0
- package/build/modern/chunk-KSYZMMXN.js +20 -0
- package/build/modern/chunk-KSYZMMXN.js.map +1 -0
- package/build/modern/chunk-KYYKBLP2.js +35 -0
- package/build/modern/chunk-KYYKBLP2.js.map +1 -0
- package/build/modern/chunk-L2G4XKLT.js +38 -0
- package/build/modern/chunk-LRHHDORZ.js +1 -0
- package/build/modern/chunk-LRIYLZSL.js +42 -0
- package/build/modern/chunk-LRIYLZSL.js.map +1 -0
- package/build/modern/chunk-LW62VSVZ.js +24 -0
- package/build/modern/chunk-LW62VSVZ.js.map +1 -0
- package/build/modern/chunk-M4NNRVTU.js +41 -0
- package/build/modern/chunk-M4NNRVTU.js.map +1 -0
- package/build/modern/chunk-MG2YW4IP.js +80 -0
- package/build/modern/chunk-MG2YW4IP.js.map +1 -0
- package/build/modern/chunk-MXW63O5N.js +37 -0
- package/build/modern/chunk-N2DZNGUS.js +22 -0
- package/build/modern/chunk-NH2RSI7N.js +18 -0
- package/build/modern/chunk-NH2RSI7N.js.map +1 -0
- package/build/modern/chunk-NPZJTTTS.js +27 -0
- package/build/modern/chunk-NPZJTTTS.js.map +1 -0
- package/build/modern/chunk-NUXMADXV.js +17 -0
- package/build/modern/chunk-NUXMADXV.js.map +1 -0
- package/build/modern/chunk-NZP3XQNQ.js +1 -0
- package/build/modern/chunk-OFACU2SY.js +19 -0
- package/build/modern/chunk-OFACU2SY.js.map +1 -0
- package/build/modern/chunk-OMM4CPZU.js +35 -0
- package/build/modern/chunk-OMM4CPZU.js.map +1 -0
- package/build/modern/chunk-OVDJPTML.js +27 -0
- package/build/modern/chunk-OVDJPTML.js.map +1 -0
- package/build/modern/chunk-OVYHM5DH.js +21 -0
- package/build/modern/chunk-P6WEDKIB.js +36 -0
- package/build/modern/chunk-P6WEDKIB.js.map +1 -0
- package/build/modern/chunk-PAQ6YQ7Y.js +1 -0
- package/build/modern/chunk-PLPYBCZQ.js +8 -0
- package/build/modern/chunk-PLPYBCZQ.js.map +1 -0
- package/build/modern/chunk-PQ5DEKSH.js +15 -0
- package/build/modern/chunk-Q4CS3AKY.js +1 -0
- package/build/modern/chunk-QM4DC6QF.js +46 -0
- package/build/modern/chunk-QM4DC6QF.js.map +1 -0
- package/build/modern/chunk-QOTRCNC7.js +23 -0
- package/build/modern/chunk-QOTRCNC7.js.map +1 -0
- package/build/modern/chunk-QTV75ATT.js +12 -0
- package/build/modern/chunk-QTV75ATT.js.map +1 -0
- package/build/modern/chunk-QUOJS5LL.js +81 -0
- package/build/modern/chunk-QUOJS5LL.js.map +1 -0
- package/build/modern/chunk-RDFAC3XX.js +21 -0
- package/build/modern/chunk-RFANIL5H.js +49 -0
- package/build/modern/chunk-RFANIL5H.js.map +1 -0
- package/build/modern/chunk-RGLJDMIO.js +40 -0
- package/build/modern/chunk-RGLJDMIO.js.map +1 -0
- package/build/modern/chunk-RMEVOJ2E.js +1 -0
- package/build/modern/chunk-RXAHVNN2.js +86 -0
- package/build/modern/chunk-RXAHVNN2.js.map +1 -0
- package/build/modern/chunk-S7ALRSVU.js +34 -0
- package/build/modern/chunk-S7ALRSVU.js.map +1 -0
- package/build/modern/chunk-SFAJKI45.js +26 -0
- package/build/modern/chunk-SFAJKI45.js.map +1 -0
- package/build/modern/chunk-SGFITMUF.js +23 -0
- package/build/modern/chunk-SGFITMUF.js.map +1 -0
- package/build/modern/chunk-SQIB5EOA.js +33 -0
- package/build/modern/chunk-SQIB5EOA.js.map +1 -0
- package/build/modern/chunk-TF2DXEUF.js +36 -0
- package/build/modern/chunk-TF2DXEUF.js.map +1 -0
- package/build/modern/chunk-THMNM4CZ.js +37 -0
- package/build/modern/chunk-THMNM4CZ.js.map +1 -0
- package/build/modern/chunk-TLRRDNS3.js +1 -0
- package/build/modern/chunk-TOXQSWPN.js +49 -0
- package/build/modern/chunk-TOXQSWPN.js.map +1 -0
- package/build/modern/chunk-TTWDHJ3J.js +38 -0
- package/build/modern/chunk-TTWDHJ3J.js.map +1 -0
- package/build/modern/chunk-U6ECBUYN.js +27 -0
- package/build/modern/chunk-U6ECBUYN.js.map +1 -0
- package/build/modern/chunk-UCP3GQOJ.js +33 -0
- package/build/modern/chunk-UCP3GQOJ.js.map +1 -0
- package/build/modern/chunk-UHXKG2ZP.js +21 -0
- package/build/modern/chunk-UKAVYSJ5.js +52 -0
- package/build/modern/chunk-UKAVYSJ5.js.map +1 -0
- package/build/modern/chunk-UXU2CVPI.js +31 -0
- package/build/modern/chunk-UXU2CVPI.js.map +1 -0
- package/build/modern/chunk-VIUQS3VG.js +23 -0
- package/build/modern/chunk-VPD3PPBW.js +41 -0
- package/build/modern/chunk-VPD3PPBW.js.map +1 -0
- package/build/modern/chunk-VT6DJ2VM.js +1 -0
- package/build/modern/chunk-VXG4AEMZ.js +25 -0
- package/build/modern/chunk-VZXYGBU6.js +25 -0
- package/build/modern/chunk-WGSUBJNI.js +17 -0
- package/build/modern/chunk-WJW4FF4J.js +1 -0
- package/build/modern/chunk-WKAI4OK3.js +14 -0
- package/build/modern/chunk-WKAI4OK3.js.map +1 -0
- package/build/modern/chunk-WO6MF3XM.js +48 -0
- package/build/modern/chunk-WO6MF3XM.js.map +1 -0
- package/build/modern/chunk-X5LBBTCV.js +1 -0
- package/build/modern/chunk-XDMGFB6Q.js +1 -0
- package/build/modern/chunk-Y67NIX2N.js +41 -0
- package/build/modern/chunk-Y67NIX2N.js.map +1 -0
- package/build/modern/chunk-YCVNE3CA.js +67 -0
- package/build/modern/chunk-YCVNE3CA.js.map +1 -0
- package/build/modern/chunk-YI3P5QG4.js +19 -0
- package/build/modern/chunk-YQNOAJM7.js +22 -0
- package/build/modern/chunk-YQNOAJM7.js.map +1 -0
- package/build/modern/chunk-YTKY3AHF.js +25 -0
- package/build/modern/chunk-YTKY3AHF.js.map +1 -0
- package/build/modern/chunk-YUEVV2DE.js +15 -0
- package/build/modern/chunk-YVYOOJ3X.js +15 -0
- package/build/modern/chunk-YVYOOJ3X.js.map +1 -0
- package/build/modern/chunk-YZFXHGMG.js +22 -0
- package/build/modern/chunk-ZGPHSKEB.js +18 -0
- package/build/modern/chunk-ZGPHSKEB.js.map +1 -0
- package/build/modern/chunk-ZO3GSLWZ.js +35 -0
- package/build/modern/chunk-ZO3GSLWZ.js.map +1 -0
- package/build/modern/chunk-ZPMGW4U7.js +77 -0
- package/build/modern/chunk-ZPMGW4U7.js.map +1 -0
- package/build/modern/chunk-ZZSHEW4N.js +87 -0
- package/build/modern/chunk-ZZSHEW4N.js.map +1 -0
- package/build/modern/components/accordion/index.d.ts +5 -0
- package/build/modern/components/accordion/index.js +10 -5
- package/build/modern/components/accordion/item-group.js +10 -5
- package/build/modern/components/accordion/item-indicator.js +7 -3
- package/build/modern/components/accordion/parts.js +6 -2
- package/build/modern/components/accordion/primitives.d.ts +5 -0
- package/build/modern/components/accordion/primitives.js +5 -1
- package/build/modern/components/admonition/admonition.js +13 -8
- package/build/modern/components/admonition/index.d.ts +5 -0
- package/build/modern/components/admonition/index.js +13 -8
- package/build/modern/components/admonition/match-avatar.js +10 -5
- package/build/modern/components/admonition/parts.js +6 -2
- package/build/modern/components/admonition/primitives.d.ts +5 -0
- package/build/modern/components/admonition/primitives.js +5 -1
- package/build/modern/components/avatar/avatar.js +9 -4
- package/build/modern/components/avatar/index.d.ts +3 -0
- package/build/modern/components/avatar/index.js +9 -4
- package/build/modern/components/avatar/parts.js +6 -2
- package/build/modern/components/avatar/primitives.d.ts +3 -0
- package/build/modern/components/avatar/primitives.js +5 -1
- package/build/modern/components/button/button.js +10 -3
- package/build/modern/components/button/index.js +11 -4
- package/build/modern/components/button/parts.js +11 -4
- package/build/modern/components/button/primitives.d.ts +1 -0
- package/build/modern/components/button/primitives.js +11 -0
- package/build/modern/components/checkbox/checkbox-icon.js +9 -4
- package/build/modern/components/checkbox/checkbox.js +12 -6
- package/build/modern/components/checkbox/index.d.ts +6 -0
- package/build/modern/components/checkbox/index.js +12 -6
- package/build/modern/components/checkbox/parts.js +6 -2
- package/build/modern/components/checkbox/primitives.d.ts +6 -0
- package/build/modern/components/checkbox/primitives.js +5 -1
- package/build/modern/components/circular-progress/circular-progress.d.ts +2 -0
- package/build/modern/components/circular-progress/circular-progress.js +12 -0
- package/build/modern/components/circular-progress/circular-progress.js.map +1 -0
- package/build/modern/components/circular-progress/index.d.ts +16 -0
- package/build/modern/components/circular-progress/index.js +28 -0
- package/build/modern/components/circular-progress/index.js.map +1 -0
- package/build/modern/components/circular-progress/primitives.d.ts +14 -0
- package/build/modern/components/circular-progress/primitives.js +23 -0
- package/build/modern/components/circular-progress/primitives.js.map +1 -0
- package/build/modern/components/combobox/combobox.js +13 -5
- package/build/modern/components/combobox/index.d.ts +14 -0
- package/build/modern/components/combobox/index.js +17 -9
- package/build/modern/components/combobox/item-group.js +7 -3
- package/build/modern/components/combobox/item.js +7 -3
- package/build/modern/components/combobox/parts.js +6 -2
- package/build/modern/components/combobox/primitives.d.ts +14 -0
- package/build/modern/components/combobox/primitives.js +5 -1
- package/build/modern/components/combobox/use-stateful-collection.js +6 -2
- package/build/modern/components/cta-dialog/index.js +26 -15
- package/build/modern/components/cta-dialog/provider.js +26 -15
- package/build/modern/components/cta-dialog/trigger-item.js +11 -4
- package/build/modern/components/date-picker/calendar.d.ts +1 -0
- package/build/modern/components/date-picker/calendar.js +23 -13
- package/build/modern/components/date-picker/content.js +9 -4
- package/build/modern/components/date-picker/date-picker.js +7 -3
- package/build/modern/components/date-picker/day-view.js +17 -8
- package/build/modern/components/date-picker/index.d.ts +25 -0
- package/build/modern/components/date-picker/index.js +27 -17
- package/build/modern/components/date-picker/input.js +11 -5
- package/build/modern/components/date-picker/month-view.js +17 -8
- package/build/modern/components/date-picker/parts.js +6 -2
- package/build/modern/components/date-picker/primitives.d.ts +24 -0
- package/build/modern/components/date-picker/primitives.js +5 -1
- package/build/modern/components/date-picker/range-input.js +11 -5
- package/build/modern/components/date-picker/trigger.js +10 -4
- package/build/modern/components/date-picker/view-control-group.js +16 -7
- package/build/modern/components/date-picker/year-view.js +17 -8
- package/build/modern/components/deprecated/Label.js +12 -6
- package/build/modern/components/deprecated/Legend.js +3 -2
- package/build/modern/components/deprecated/NavMenuLink.js +3 -2
- package/build/modern/components/deprecated/NavMenuList.js +3 -2
- package/build/modern/components/deprecated/NavMenuTrigger.js +4 -3
- package/build/modern/components/deprecated/Notification.js +3 -3
- package/build/modern/components/deprecated/Notification.js.map +1 -1
- package/build/modern/components/deprecated/NotificationDescription.d.ts +1 -1
- package/build/modern/components/deprecated/NotificationHeading.d.ts +1 -1
- package/build/modern/components/deprecated/aria-helpers/nav-menu.aria.d.ts +2 -0
- package/build/modern/components/deprecated/aria-helpers/nav-menu.aria.js +7 -0
- package/build/modern/components/deprecated/aria-helpers/nav-menu.aria.js.map +1 -0
- package/build/modern/components/deprecated/aria-helpers/trap-focus.aria.d.ts +1 -0
- package/build/modern/components/deprecated/aria-helpers/trap-focus.aria.js +7 -0
- package/build/modern/components/deprecated/aria-helpers/trap-focus.aria.js.map +1 -0
- package/build/modern/components/dialog/close-icon-trigger.js +9 -3
- package/build/modern/components/dialog/dialog.js +8 -3
- package/build/modern/components/dialog/index.d.ts +9 -1
- package/build/modern/components/dialog/index.js +13 -6
- package/build/modern/components/dialog/parts.js +6 -2
- package/build/modern/components/dialog/primitives.d.ts +9 -1
- package/build/modern/components/dialog/primitives.js +5 -1
- package/build/modern/components/feature-flag/feature-flag.d.ts +2 -0
- package/build/modern/components/feature-flag/feature-flag.js +11 -0
- package/build/modern/components/feature-flag/feature-flag.js.map +1 -0
- package/build/modern/components/feature-flag/index.d.ts +2 -0
- package/build/modern/components/feature-flag/index.js +11 -0
- package/build/modern/components/feature-flag/index.js.map +1 -0
- package/build/modern/components/field/error-text.d.ts +1 -0
- package/build/modern/components/field/error-text.js +7 -0
- package/build/modern/components/field/error-text.js.map +1 -0
- package/build/modern/components/field/field.js +10 -4
- package/build/modern/components/field/helper-text.js +9 -2
- package/build/modern/components/field/index.d.ts +11 -3
- package/build/modern/components/field/index.js +15 -7
- package/build/modern/components/field/input.d.ts +2 -0
- package/build/modern/components/field/input.js +17 -0
- package/build/modern/components/field/input.js.map +1 -0
- package/build/modern/components/field/parts.js +9 -2
- package/build/modern/components/field/primitives.d.ts +9 -2
- package/build/modern/components/field/primitives.js +10 -1
- package/build/modern/components/fieldset/fieldset.js +7 -3
- package/build/modern/components/fieldset/index.d.ts +4 -0
- package/build/modern/components/fieldset/index.js +7 -3
- package/build/modern/components/fieldset/parts.js +6 -2
- package/build/modern/components/fieldset/primitives.d.ts +4 -0
- package/build/modern/components/fieldset/primitives.js +5 -1
- package/build/modern/components/file-upload/file-status.d.ts +6 -0
- package/build/modern/components/file-upload/file-status.js +36 -0
- package/build/modern/components/file-upload/file-status.js.map +1 -0
- package/build/modern/components/file-upload/file-uploader.d.ts +2 -0
- package/build/modern/components/file-upload/file-uploader.js +20 -0
- package/build/modern/components/file-upload/file-uploader.js.map +1 -0
- package/build/modern/components/file-upload/index.d.ts +8 -0
- package/build/modern/components/file-upload/index.js +40 -0
- package/build/modern/components/file-upload/index.js.map +1 -0
- package/build/modern/components/for/for.d.ts +2 -0
- package/build/modern/components/for/for.js +7 -0
- package/build/modern/components/for/for.js.map +1 -0
- package/build/modern/components/for/index.d.ts +2 -0
- package/build/modern/components/for/index.js +8 -0
- package/build/modern/components/for/index.js.map +1 -0
- package/build/modern/components/icon-button/button.d.ts +2 -0
- package/build/modern/components/icon-button/button.js +12 -0
- package/build/modern/components/icon-button/button.js.map +1 -0
- package/build/modern/components/icon-button/index.d.ts +4 -0
- package/build/modern/components/icon-button/index.js +16 -0
- package/build/modern/components/icon-button/index.js.map +1 -0
- package/build/modern/components/icon-button/primitives.d.ts +2 -0
- package/build/modern/components/icon-button/primitives.js +11 -0
- package/build/modern/components/icon-button/primitives.js.map +1 -0
- package/build/modern/components/menu/index.d.ts +27 -0
- package/build/modern/components/menu/index.js +46 -0
- package/build/modern/components/menu/index.js.map +1 -0
- package/build/modern/components/menu/menu.d.ts +7 -0
- package/build/modern/components/menu/menu.js +24 -0
- package/build/modern/components/menu/menu.js.map +1 -0
- package/build/modern/components/menu/primitives.d.ts +20 -0
- package/build/modern/components/menu/primitives.js +29 -0
- package/build/modern/components/menu/primitives.js.map +1 -0
- package/build/modern/components/notifications/center.js +15 -8
- package/build/modern/components/notifications/close-trigger.js +7 -3
- package/build/modern/components/notifications/index.d.ts +6 -0
- package/build/modern/components/notifications/index.js +16 -9
- package/build/modern/components/notifications/match-icon.js +3 -2
- package/build/modern/components/notifications/parts.js +6 -2
- package/build/modern/components/notifications/primitives.d.ts +6 -0
- package/build/modern/components/notifications/primitives.js +5 -1
- package/build/modern/components/portal/index.d.ts +2 -0
- package/build/modern/components/portal/index.js +8 -0
- package/build/modern/components/portal/index.js.map +1 -0
- package/build/modern/components/portal/portal.d.ts +2 -0
- package/build/modern/components/portal/portal.js +7 -0
- package/build/modern/components/portal/portal.js.map +1 -0
- package/build/modern/components/progress/index.d.ts +8 -0
- package/build/modern/components/progress/index.js +18 -0
- package/build/modern/components/progress/index.js.map +1 -0
- package/build/modern/components/progress/primitives.d.ts +4 -0
- package/build/modern/components/progress/primitives.js +13 -0
- package/build/modern/components/progress/primitives.js.map +1 -0
- package/build/modern/components/progress/progress-bar.d.ts +4 -0
- package/build/modern/components/progress/progress-bar.js +12 -0
- package/build/modern/components/progress/progress-bar.js.map +1 -0
- package/build/modern/components/radio/index.d.ts +7 -0
- package/build/modern/components/radio/index.js +9 -5
- package/build/modern/components/radio/parts.js +6 -2
- package/build/modern/components/radio/primitives.d.ts +7 -0
- package/build/modern/components/radio/primitives.js +5 -1
- package/build/modern/components/radio/radio.js +6 -2
- package/build/modern/components/rating/index.d.ts +7 -0
- package/build/modern/components/rating/index.js +9 -4
- package/build/modern/components/rating/parts.js +6 -2
- package/build/modern/components/rating/primitives.d.ts +7 -0
- package/build/modern/components/rating/primitives.js +5 -1
- package/build/modern/components/rating/rating.js +9 -4
- package/build/modern/components/select/index.d.ts +17 -3
- package/build/modern/components/select/index.js +17 -9
- package/build/modern/components/select/option-group.js +6 -2
- package/build/modern/components/select/option.d.ts +2 -0
- package/build/modern/components/select/option.js +15 -0
- package/build/modern/components/select/option.js.map +1 -0
- package/build/modern/components/select/parts.js +6 -2
- package/build/modern/components/select/primitives.d.ts +16 -1
- package/build/modern/components/select/primitives.js +5 -1
- package/build/modern/components/select/select.d.ts +0 -3
- package/build/modern/components/select/select.js +11 -7
- package/build/modern/components/show/index.d.ts +2 -0
- package/build/modern/components/show/index.js +8 -0
- package/build/modern/components/show/index.js.map +1 -0
- package/build/modern/components/show/show.d.ts +2 -0
- package/build/modern/components/show/show.js +7 -0
- package/build/modern/components/show/show.js.map +1 -0
- package/build/modern/components/spinner/index.d.ts +2 -0
- package/build/modern/components/spinner/index.js +8 -0
- package/build/modern/components/spinner/index.js.map +1 -0
- package/build/modern/components/spinner/spinner.d.ts +2 -0
- package/build/modern/components/spinner/spinner.js +7 -0
- package/build/modern/components/spinner/spinner.js.map +1 -0
- package/build/modern/components/switch/index.d.ts +5 -1
- package/build/modern/components/switch/index.js +8 -4
- package/build/modern/components/switch/parts.js +6 -2
- package/build/modern/components/switch/primitives.d.ts +5 -0
- package/build/modern/components/switch/primitives.js +5 -1
- package/build/modern/components/switch/switch.d.ts +0 -1
- package/build/modern/components/switch/switch.js +7 -3
- package/build/modern/components/table/index.d.ts +11 -0
- package/build/modern/components/table/index.js +9 -4
- package/build/modern/components/table/parts.js +6 -2
- package/build/modern/components/table/primitives.d.ts +10 -0
- package/build/modern/components/table/primitives.js +5 -1
- package/build/modern/components/table/table.d.ts +1 -0
- package/build/modern/components/table/table.js +8 -3
- package/build/modern/components/tabs/index.d.ts +5 -0
- package/build/modern/components/tabs/index.js +7 -3
- package/build/modern/components/tabs/parts.js +6 -2
- package/build/modern/components/tabs/primitives.d.ts +5 -0
- package/build/modern/components/tabs/primitives.js +5 -1
- package/build/modern/components/tabs/tabs.js +7 -3
- package/build/modern/components/tag/index.d.ts +4 -0
- package/build/modern/components/tag/index.js +18 -0
- package/build/modern/components/tag/index.js.map +1 -0
- package/build/modern/components/tag/tag.d.ts +4 -0
- package/build/modern/components/tag/tag.js +18 -0
- package/build/modern/components/tag/tag.js.map +1 -0
- package/build/modern/components/text/index.d.ts +4 -0
- package/build/modern/components/text/index.js +8 -0
- package/build/modern/components/text/index.js.map +1 -0
- package/build/modern/components/text/text.d.ts +4 -0
- package/build/modern/components/text/text.js +7 -0
- package/build/modern/components/text/text.js.map +1 -0
- package/build/modern/components/theme/index.d.ts +2 -0
- package/build/modern/components/theme/index.js +12 -0
- package/build/modern/components/theme/index.js.map +1 -0
- package/build/modern/components/theme/theme.d.ts +2 -0
- package/build/modern/components/theme/theme.js +11 -0
- package/build/modern/components/theme/theme.js.map +1 -0
- package/build/modern/components/toggle/index.d.ts +2 -0
- package/build/modern/components/toggle/index.js +6 -2
- package/build/modern/components/toggle/parts.js +6 -2
- package/build/modern/components/toggle/primitives.d.ts +2 -0
- package/build/modern/components/toggle/primitives.js +5 -1
- package/build/modern/components/tooltip/index.d.ts +15 -0
- package/build/modern/components/tooltip/index.js +30 -0
- package/build/modern/components/tooltip/index.js.map +1 -0
- package/build/modern/components/tooltip/parts.d.ts +1 -0
- package/build/modern/components/tooltip/parts.js +12 -0
- package/build/modern/components/tooltip/parts.js.map +1 -0
- package/build/modern/components/tooltip/primitives.d.ts +12 -0
- package/build/modern/components/tooltip/primitives.js +21 -0
- package/build/modern/components/tooltip/primitives.js.map +1 -0
- package/build/modern/components/tooltip/tooltip.d.ts +2 -0
- package/build/modern/components/tooltip/tooltip.js +13 -0
- package/build/modern/components/tooltip/tooltip.js.map +1 -0
- package/build/modern/config/index.js +1 -1
- package/build/modern/context/confirm-modal.js +23 -13
- package/build/modern/context/field.js +8 -1
- package/build/modern/context/field.js.map +1 -1
- package/build/modern/context/prompt-modal.js +31 -19
- package/build/modern/hooks/useRootColors.js +1 -1
- package/build/modern/index.d.ts +213 -17
- package/build/modern/index.js +309 -217
- package/build/modern/index.js.map +1 -1
- package/build/modern/system/factory.d.ts +1 -0
- package/build/modern/system/factory.js +8 -0
- package/build/modern/system/factory.js.map +1 -0
- package/build/modern/system/index.d.ts +12 -0
- package/build/modern/system/index.js +12 -0
- package/build/modern/system/index.js.map +1 -0
- package/build/modern/system/primitive-factory.d.ts +1 -0
- package/build/modern/system/primitive-factory.js +7 -0
- package/build/modern/system/primitive-factory.js.map +1 -0
- package/build/modern/system/types.d.ts +10 -0
- package/build/modern/system/types.js +2 -0
- package/build/modern/system/types.js.map +1 -0
- package/package.json +20 -7
- package/src/components/accordion/item-group.tsx +1 -1
- package/src/components/accordion/primitives.tsx +45 -53
- package/src/components/admonition/admonition.tsx +3 -6
- package/src/components/admonition/primitives.tsx +64 -43
- package/src/components/avatar/avatar.tsx +3 -5
- package/src/components/avatar/primitives.tsx +23 -29
- package/src/components/button/button.tsx +14 -24
- package/src/components/button/primitives.tsx +15 -0
- package/src/components/checkbox/checkbox-icon.tsx +1 -1
- package/src/components/checkbox/checkbox.tsx +2 -2
- package/src/components/checkbox/primitives.tsx +59 -54
- package/src/components/circular-progress/circular-progress.tsx +39 -0
- package/src/components/circular-progress/index.ts +2 -0
- package/src/components/circular-progress/primitives.ts +88 -0
- package/src/components/combobox/combobox.tsx +20 -7
- package/src/components/combobox/primitives.tsx +106 -134
- package/src/components/cta-dialog/provider.tsx +2 -2
- package/src/components/date-picker/calendar.tsx +21 -4
- package/src/components/date-picker/content.tsx +6 -7
- package/src/components/date-picker/date-picker.tsx +1 -1
- package/src/components/date-picker/day-view.tsx +1 -1
- package/src/components/date-picker/input.tsx +2 -2
- package/src/components/date-picker/month-view.tsx +3 -5
- package/src/components/date-picker/primitives.tsx +117 -164
- package/src/components/date-picker/range-input.tsx +2 -2
- package/src/components/date-picker/trigger.tsx +2 -2
- package/src/components/date-picker/view-control-group.tsx +4 -4
- package/src/components/date-picker/year-view.tsx +3 -5
- package/src/components/deprecated/Legend.tsx +1 -1
- package/src/components/deprecated/NavMenuLink.tsx +1 -1
- package/src/components/deprecated/NavMenuList.tsx +1 -1
- package/src/components/deprecated/NavMenuTrigger.tsx +5 -6
- package/src/components/deprecated/Notification.tsx +1 -1
- package/src/components/dialog/close-icon-trigger.tsx +2 -3
- package/src/components/dialog/dialog.tsx +7 -3
- package/src/components/dialog/primitives.tsx +42 -75
- package/src/components/feature-flag/feature-flag.tsx +21 -0
- package/src/components/feature-flag/index.ts +1 -0
- package/src/components/field/error-text.tsx +19 -0
- package/src/components/field/field.tsx +2 -2
- package/src/components/field/index.ts +3 -1
- package/src/components/field/input.tsx +47 -0
- package/src/components/field/primitives.tsx +86 -150
- package/src/components/fieldset/fieldset.tsx +2 -3
- package/src/components/fieldset/primitives.tsx +44 -63
- package/src/components/file-upload/file-status.tsx +278 -0
- package/src/components/file-upload/file-uploader.tsx +72 -0
- package/src/components/file-upload/index.ts +2 -0
- package/src/components/for/index.ts +1 -0
- package/src/components/icon-button/button.tsx +24 -0
- package/src/components/icon-button/index.tsx +2 -0
- package/src/components/icon-button/primitives.ts +21 -0
- package/src/components/menu/index.ts +2 -0
- package/src/components/menu/menu.tsx +144 -0
- package/src/components/menu/primitives.ts +93 -0
- package/src/components/notifications/center.tsx +1 -1
- package/src/components/notifications/close-trigger.tsx +2 -2
- package/src/components/notifications/match-icon.tsx +2 -2
- package/src/components/notifications/primitives.tsx +47 -54
- package/src/components/portal/index.ts +1 -0
- package/src/components/portal/portal.tsx +28 -0
- package/src/components/progress/index.ts +2 -0
- package/src/components/progress/primitives.ts +43 -0
- package/src/components/progress/progress-bar.tsx +80 -0
- package/src/components/radio/primitives.tsx +83 -101
- package/src/components/rating/primitives.tsx +57 -80
- package/src/components/rating/rating.tsx +3 -6
- package/src/components/select/index.ts +1 -0
- package/src/components/select/option-group.tsx +8 -10
- package/src/components/select/option.tsx +42 -0
- package/src/components/select/primitives.tsx +125 -156
- package/src/components/select/select.tsx +13 -33
- package/src/components/show/index.ts +1 -0
- package/src/components/spinner/index.ts +1 -0
- package/src/components/switch/primitives.tsx +45 -55
- package/src/components/switch/switch.tsx +2 -5
- package/src/components/table/primitives.tsx +101 -146
- package/src/components/table/table.tsx +3 -5
- package/src/components/tabs/primitives.tsx +43 -56
- package/src/components/tabs/tabs.tsx +3 -3
- package/src/components/tag/index.ts +1 -0
- package/src/components/tag/tag.tsx +108 -0
- package/src/components/text/index.ts +1 -0
- package/src/components/theme/index.ts +1 -0
- package/src/components/theme/theme.tsx +34 -0
- package/src/components/toggle/primitives.tsx +19 -15
- package/src/components/tooltip/index.ts +3 -0
- package/src/components/tooltip/parts.ts +59 -0
- package/src/components/tooltip/primitives.ts +71 -0
- package/src/components/tooltip/tooltip.tsx +46 -0
- package/src/context/confirm-modal.tsx +1 -1
- package/src/context/prompt-modal.tsx +5 -8
- package/src/hooks/useRootColors.ts +2 -2
- package/src/index.ts +16 -20
- package/src/system/factory.ts +37 -0
- package/src/system/index.ts +47 -0
- package/src/system/primitive-factory.tsx +151 -0
- package/src/system/types.ts +58 -0
- package/build/legacy/aria-helpers/nav-menu.aria.cjs +0 -36
- package/build/legacy/aria-helpers/nav-menu.aria.cjs.map +0 -1
- package/build/legacy/aria-helpers/nav-menu.aria.d.cts +0 -2
- package/build/legacy/aria-helpers/trap-focus.aria.cjs +0 -54
- package/build/legacy/aria-helpers/trap-focus.aria.cjs.map +0 -1
- package/build/legacy/aria-helpers/trap-focus.aria.d.cts +0 -1
- package/build/legacy/components/CircularProgress.cjs +0 -198
- package/build/legacy/components/CircularProgress.cjs.map +0 -1
- package/build/legacy/components/CircularProgress.d.cts +0 -2
- package/build/legacy/components/FeatureFlag.cjs +0 -65
- package/build/legacy/components/FeatureFlag.cjs.map +0 -1
- package/build/legacy/components/FeatureFlag.d.cts +0 -2
- package/build/legacy/components/FileStatus.cjs +0 -470
- package/build/legacy/components/FileStatus.cjs.map +0 -1
- package/build/legacy/components/FileStatus.d.cts +0 -6
- package/build/legacy/components/FileUploader.cjs +0 -191
- package/build/legacy/components/FileUploader.cjs.map +0 -1
- package/build/legacy/components/FileUploader.d.cts +0 -2
- package/build/legacy/components/IconButton.cjs +0 -52
- package/build/legacy/components/IconButton.cjs.map +0 -1
- package/build/legacy/components/IconButton.d.cts +0 -3
- package/build/legacy/components/Menu.cjs +0 -86
- package/build/legacy/components/Menu.cjs.map +0 -1
- package/build/legacy/components/Menu.d.cts +0 -7
- package/build/legacy/components/Portal.cjs +0 -35
- package/build/legacy/components/Portal.cjs.map +0 -1
- package/build/legacy/components/Portal.d.cts +0 -2
- package/build/legacy/components/ProgressBar.cjs +0 -63
- package/build/legacy/components/ProgressBar.cjs.map +0 -1
- package/build/legacy/components/ProgressBar.d.cts +0 -5
- package/build/legacy/components/Show.cjs +0 -41
- package/build/legacy/components/Show.cjs.map +0 -1
- package/build/legacy/components/Show.d.cts +0 -2
- package/build/legacy/components/Spinner.cjs +0 -105
- package/build/legacy/components/Spinner.cjs.map +0 -1
- package/build/legacy/components/Spinner.d.cts +0 -2
- package/build/legacy/components/Tag.cjs +0 -130
- package/build/legacy/components/Tag.cjs.map +0 -1
- package/build/legacy/components/Tag.d.cts +0 -4
- package/build/legacy/components/Text.cjs +0 -53
- package/build/legacy/components/Text.cjs.map +0 -1
- package/build/legacy/components/Text.d.cts +0 -4
- package/build/legacy/components/Tooltip.cjs +0 -55
- package/build/legacy/components/Tooltip.cjs.map +0 -1
- package/build/legacy/components/Tooltip.d.cts +0 -2
- package/build/legacy/components/for.cjs +0 -38
- package/build/legacy/components/for.cjs.map +0 -1
- package/build/legacy/components/for.d.cts +0 -2
- package/build/modern/aria-helpers/nav-menu.aria.d.ts +0 -2
- package/build/modern/aria-helpers/nav-menu.aria.js +0 -7
- package/build/modern/aria-helpers/trap-focus.aria.d.ts +0 -1
- package/build/modern/aria-helpers/trap-focus.aria.js +0 -7
- package/build/modern/chunk-25P3FUUT.js +0 -20
- package/build/modern/chunk-25P3FUUT.js.map +0 -1
- package/build/modern/chunk-25S67KZH.js +0 -44
- package/build/modern/chunk-25S67KZH.js.map +0 -1
- package/build/modern/chunk-2CZWHED6.js +0 -18
- package/build/modern/chunk-2IYWFZTK.js +0 -15
- package/build/modern/chunk-2LF3HPNA.js +0 -1
- package/build/modern/chunk-2U2JYN3D.js +0 -15
- package/build/modern/chunk-3DZW23OX.js +0 -50
- package/build/modern/chunk-3DZW23OX.js.map +0 -1
- package/build/modern/chunk-52ZQ26IV.js +0 -23
- package/build/modern/chunk-53YVHIGJ.js +0 -11
- package/build/modern/chunk-53YVHIGJ.js.map +0 -1
- package/build/modern/chunk-5FC7HIAR.js +0 -22
- package/build/modern/chunk-5HEU3SYR.js +0 -19
- package/build/modern/chunk-5HEU3SYR.js.map +0 -1
- package/build/modern/chunk-5MUUKSLF.js +0 -131
- package/build/modern/chunk-5MUUKSLF.js.map +0 -1
- package/build/modern/chunk-6KX5P5OU.js +0 -86
- package/build/modern/chunk-6KX5P5OU.js.map +0 -1
- package/build/modern/chunk-6MMH3Y2U.js +0 -49
- package/build/modern/chunk-6MMH3Y2U.js.map +0 -1
- package/build/modern/chunk-6UVR3VGK.js +0 -31
- package/build/modern/chunk-75DUDVPA.js +0 -22
- package/build/modern/chunk-75DUDVPA.js.map +0 -1
- package/build/modern/chunk-7I7LA2EE.js +0 -21
- package/build/modern/chunk-AN65HXHS.js +0 -23
- package/build/modern/chunk-AUI74W7J.js +0 -81
- package/build/modern/chunk-AUI74W7J.js.map +0 -1
- package/build/modern/chunk-BMDNCJUB.js +0 -22
- package/build/modern/chunk-BMDNCJUB.js.map +0 -1
- package/build/modern/chunk-BMPMMTX3.js +0 -62
- package/build/modern/chunk-BMPMMTX3.js.map +0 -1
- package/build/modern/chunk-CF4TCMJI.js +0 -35
- package/build/modern/chunk-CF4TCMJI.js.map +0 -1
- package/build/modern/chunk-CJVKAGCJ.js +0 -47
- package/build/modern/chunk-CJVKAGCJ.js.map +0 -1
- package/build/modern/chunk-D4BVNWAY.js +0 -146
- package/build/modern/chunk-D4BVNWAY.js.map +0 -1
- package/build/modern/chunk-D6PFYSIP.js +0 -20
- package/build/modern/chunk-D6PFYSIP.js.map +0 -1
- package/build/modern/chunk-D7PY357P.js +0 -42
- package/build/modern/chunk-D7PY357P.js.map +0 -1
- package/build/modern/chunk-D7QIPJQC.js +0 -67
- package/build/modern/chunk-D7QIPJQC.js.map +0 -1
- package/build/modern/chunk-DVCTN3GN.js +0 -33
- package/build/modern/chunk-ENJUQNVT.js +0 -60
- package/build/modern/chunk-ENJUQNVT.js.map +0 -1
- package/build/modern/chunk-F2MWSSK2.js +0 -48
- package/build/modern/chunk-F2MWSSK2.js.map +0 -1
- package/build/modern/chunk-FAQ3F72W.js +0 -24
- package/build/modern/chunk-FAQ3F72W.js.map +0 -1
- package/build/modern/chunk-FHNT274F.js +0 -29
- package/build/modern/chunk-FHNT274F.js.map +0 -1
- package/build/modern/chunk-FUTYPCHZ.js +0 -12
- package/build/modern/chunk-FUTYPCHZ.js.map +0 -1
- package/build/modern/chunk-GB7W3YNU.js +0 -51
- package/build/modern/chunk-GB7W3YNU.js.map +0 -1
- package/build/modern/chunk-GC6JUHVS.js +0 -15
- package/build/modern/chunk-GJBUGESH.js +0 -27
- package/build/modern/chunk-GJBUGESH.js.map +0 -1
- package/build/modern/chunk-GUAF4FXQ.js +0 -19
- package/build/modern/chunk-GUAF4FXQ.js.map +0 -1
- package/build/modern/chunk-GYUCW2QK.js +0 -25
- package/build/modern/chunk-H2VYN32T.js +0 -22
- package/build/modern/chunk-H4SH6ORP.js +0 -18
- package/build/modern/chunk-H4SH6ORP.js.map +0 -1
- package/build/modern/chunk-HJ7MAPDD.js +0 -86
- package/build/modern/chunk-HJ7MAPDD.js.map +0 -1
- package/build/modern/chunk-I4EGYD24.js +0 -21
- package/build/modern/chunk-I5RGBB57.js +0 -13
- package/build/modern/chunk-I5RGBB57.js.map +0 -1
- package/build/modern/chunk-IL677ECW.js +0 -71
- package/build/modern/chunk-IL677ECW.js.map +0 -1
- package/build/modern/chunk-INVZVMY4.js +0 -42
- package/build/modern/chunk-INVZVMY4.js.map +0 -1
- package/build/modern/chunk-IUF74GEL.js +0 -17
- package/build/modern/chunk-J76SGDYP.js +0 -59
- package/build/modern/chunk-JQYW4IOC.js +0 -21
- package/build/modern/chunk-JXWNDJJW.js +0 -226
- package/build/modern/chunk-JXWNDJJW.js.map +0 -1
- package/build/modern/chunk-KEGLWDD6.js +0 -45
- package/build/modern/chunk-KEGLWDD6.js.map +0 -1
- package/build/modern/chunk-KV4NRGKW.js +0 -51
- package/build/modern/chunk-KV4NRGKW.js.map +0 -1
- package/build/modern/chunk-L2EGF5AV.js +0 -33
- package/build/modern/chunk-L2EGF5AV.js.map +0 -1
- package/build/modern/chunk-L5FYGWAZ.js +0 -49
- package/build/modern/chunk-L5FYGWAZ.js.map +0 -1
- package/build/modern/chunk-LUGOJGMO.js +0 -82
- package/build/modern/chunk-LUGOJGMO.js.map +0 -1
- package/build/modern/chunk-M3TZCQ7J.js +0 -41
- package/build/modern/chunk-M3TZCQ7J.js.map +0 -1
- package/build/modern/chunk-MDXJ6MGF.js +0 -143
- package/build/modern/chunk-MDXJ6MGF.js.map +0 -1
- package/build/modern/chunk-MTD4JSHT.js +0 -21
- package/build/modern/chunk-MZXSSTS7.js +0 -25
- package/build/modern/chunk-N6XHXPBI.js +0 -27
- package/build/modern/chunk-N6XHXPBI.js.map +0 -1
- package/build/modern/chunk-NJ37QRAI.js +0 -33
- package/build/modern/chunk-NQ22M7U7.js +0 -19
- package/build/modern/chunk-NYEUNVKR.js +0 -22
- package/build/modern/chunk-NYEUNVKR.js.map +0 -1
- package/build/modern/chunk-NYVKL2IS.js +0 -38
- package/build/modern/chunk-OK3VJFQL.js +0 -99
- package/build/modern/chunk-OK3VJFQL.js.map +0 -1
- package/build/modern/chunk-ONHP3RYL.js +0 -41
- package/build/modern/chunk-ONHP3RYL.js.map +0 -1
- package/build/modern/chunk-OY33UHBG.js +0 -57
- package/build/modern/chunk-OY33UHBG.js.map +0 -1
- package/build/modern/chunk-P7FPAUWN.js +0 -40
- package/build/modern/chunk-P7FPAUWN.js.map +0 -1
- package/build/modern/chunk-PHPXOX2Y.js +0 -40
- package/build/modern/chunk-PHPXOX2Y.js.map +0 -1
- package/build/modern/chunk-PRV3HAK3.js +0 -156
- package/build/modern/chunk-PRV3HAK3.js.map +0 -1
- package/build/modern/chunk-Q737W5KJ.js +0 -41
- package/build/modern/chunk-Q737W5KJ.js.map +0 -1
- package/build/modern/chunk-QBA6KLL7.js +0 -31
- package/build/modern/chunk-QBA6KLL7.js.map +0 -1
- package/build/modern/chunk-QCZ5VNGU.js +0 -36
- package/build/modern/chunk-QCZ5VNGU.js.map +0 -1
- package/build/modern/chunk-QD3WAARV.js +0 -47
- package/build/modern/chunk-QNZIH2KG.js +0 -21
- package/build/modern/chunk-RF4VKGOQ.js +0 -70
- package/build/modern/chunk-RF4VKGOQ.js.map +0 -1
- package/build/modern/chunk-RMSM3XPV.js +0 -218
- package/build/modern/chunk-RMSM3XPV.js.map +0 -1
- package/build/modern/chunk-RP6DNLP3.js +0 -17
- package/build/modern/chunk-RP6DNLP3.js.map +0 -1
- package/build/modern/chunk-RTLS6K4E.js +0 -40
- package/build/modern/chunk-RTLS6K4E.js.map +0 -1
- package/build/modern/chunk-RW3YEBDW.js +0 -184
- package/build/modern/chunk-RW3YEBDW.js.map +0 -1
- package/build/modern/chunk-RYRB5GPN.js +0 -18
- package/build/modern/chunk-RYRB5GPN.js.map +0 -1
- package/build/modern/chunk-SHBKM6EW.js +0 -126
- package/build/modern/chunk-SHBKM6EW.js.map +0 -1
- package/build/modern/chunk-SZOV7M64.js +0 -59
- package/build/modern/chunk-SZOV7M64.js.map +0 -1
- package/build/modern/chunk-T44C3KQO.js +0 -22
- package/build/modern/chunk-T44C3KQO.js.map +0 -1
- package/build/modern/chunk-TRT6OCHJ.js +0 -27
- package/build/modern/chunk-TS7PAQPV.js +0 -27
- package/build/modern/chunk-TS7PAQPV.js.map +0 -1
- package/build/modern/chunk-TV346AYO.js +0 -64
- package/build/modern/chunk-TV346AYO.js.map +0 -1
- package/build/modern/chunk-UCVB2VOI.js +0 -81
- package/build/modern/chunk-UCVB2VOI.js.map +0 -1
- package/build/modern/chunk-UGFSACHC.js +0 -39
- package/build/modern/chunk-UGFSACHC.js.map +0 -1
- package/build/modern/chunk-UH6XSYYD.js +0 -28
- package/build/modern/chunk-UH6XSYYD.js.map +0 -1
- package/build/modern/chunk-UJTE43LT.js +0 -27
- package/build/modern/chunk-UJTE43LT.js.map +0 -1
- package/build/modern/chunk-V6ZOASMM.js +0 -37
- package/build/modern/chunk-VEAC4I3F.js +0 -17
- package/build/modern/chunk-VEAC4I3F.js.map +0 -1
- package/build/modern/chunk-W337WQTU.js +0 -21
- package/build/modern/chunk-WSOITM7D.js +0 -182
- package/build/modern/chunk-WSOITM7D.js.map +0 -1
- package/build/modern/chunk-XJQXHSH7.js +0 -38
- package/build/modern/chunk-XJQXHSH7.js.map +0 -1
- package/build/modern/chunk-YOYCS3MD.js +0 -41
- package/build/modern/chunk-YUVPXW6D.js +0 -58
- package/build/modern/chunk-YUVPXW6D.js.map +0 -1
- package/build/modern/chunk-ZL7AX5EM.js +0 -22
- package/build/modern/chunk-ZL7AX5EM.js.map +0 -1
- package/build/modern/chunk-ZPHPCKAG.js +0 -41
- package/build/modern/chunk-ZPHPCKAG.js.map +0 -1
- package/build/modern/components/CircularProgress.d.ts +0 -2
- package/build/modern/components/CircularProgress.js +0 -9
- package/build/modern/components/FeatureFlag.d.ts +0 -2
- package/build/modern/components/FeatureFlag.js +0 -10
- package/build/modern/components/FileStatus.d.ts +0 -6
- package/build/modern/components/FileStatus.js +0 -26
- package/build/modern/components/FileUploader.d.ts +0 -2
- package/build/modern/components/FileUploader.js +0 -15
- package/build/modern/components/IconButton.d.ts +0 -3
- package/build/modern/components/IconButton.js +0 -7
- package/build/modern/components/Menu.d.ts +0 -7
- package/build/modern/components/Menu.js +0 -19
- package/build/modern/components/Portal.d.ts +0 -2
- package/build/modern/components/Portal.js +0 -7
- package/build/modern/components/ProgressBar.d.ts +0 -5
- package/build/modern/components/ProgressBar.js +0 -7
- package/build/modern/components/Show.d.ts +0 -2
- package/build/modern/components/Show.js +0 -7
- package/build/modern/components/Spinner.d.ts +0 -2
- package/build/modern/components/Spinner.js +0 -7
- package/build/modern/components/Tag.d.ts +0 -4
- package/build/modern/components/Tag.js +0 -11
- package/build/modern/components/Text.d.ts +0 -4
- package/build/modern/components/Text.js +0 -7
- package/build/modern/components/Tooltip.d.ts +0 -2
- package/build/modern/components/Tooltip.js +0 -7
- package/build/modern/components/for.d.ts +0 -2
- package/build/modern/components/for.js +0 -7
- package/src/components/CircularProgress.tsx +0 -184
- package/src/components/FeatureFlag.tsx +0 -21
- package/src/components/FileStatus.tsx +0 -278
- package/src/components/FileUploader.tsx +0 -72
- package/src/components/IconButton.tsx +0 -38
- package/src/components/Menu.tsx +0 -165
- package/src/components/Portal.tsx +0 -31
- package/src/components/ProgressBar.tsx +0 -88
- package/src/components/Tag.tsx +0 -108
- package/src/components/Tooltip.tsx +0 -61
- /package/build/modern/{aria-helpers/nav-menu.aria.js.map → chunk-34U4QQ3I.js.map} +0 -0
- /package/build/modern/{aria-helpers/trap-focus.aria.js.map → chunk-3RPBRD5W.js.map} +0 -0
- /package/build/modern/{chunk-QNZIH2KG.js.map → chunk-3Z4TSR6V.js.map} +0 -0
- /package/build/modern/{chunk-JQYW4IOC.js.map → chunk-4Q62OI72.js.map} +0 -0
- /package/build/modern/{chunk-2LF3HPNA.js.map → chunk-5IMS6G4G.js.map} +0 -0
- /package/build/modern/{chunk-2CZWHED6.js.map → chunk-5XU3LUPC.js.map} +0 -0
- /package/build/modern/{components/CircularProgress.js.map → chunk-B4GBNIU7.js.map} +0 -0
- /package/build/modern/{chunk-6UVR3VGK.js.map → chunk-BW64QBCK.js.map} +0 -0
- /package/build/modern/{chunk-J76SGDYP.js.map → chunk-BWZXR2WZ.js.map} +0 -0
- /package/build/modern/{chunk-QD3WAARV.js.map → chunk-CIIFJ2SA.js.map} +0 -0
- /package/build/modern/{chunk-DVCTN3GN.js.map → chunk-CLGDJ4GM.js.map} +0 -0
- /package/build/modern/{chunk-YOYCS3MD.js.map → chunk-COIQJKC3.js.map} +0 -0
- /package/build/modern/{components/FeatureFlag.js.map → chunk-EZTDGHEX.js.map} +0 -0
- /package/build/modern/{chunk-TRT6OCHJ.js.map → chunk-FMNYWD5T.js.map} +0 -0
- /package/build/modern/{chunk-2IYWFZTK.js.map → chunk-IU5YJTKN.js.map} +0 -0
- /package/build/modern/{chunk-52ZQ26IV.js.map → chunk-J3XTP6VP.js.map} +0 -0
- /package/build/modern/{components/FileStatus.js.map → chunk-JIXUOTH4.js.map} +0 -0
- /package/build/modern/{chunk-W337WQTU.js.map → chunk-JSK6OD6J.js.map} +0 -0
- /package/build/modern/{chunk-NJ37QRAI.js.map → chunk-KM3G4YFF.js.map} +0 -0
- /package/build/modern/{chunk-NYVKL2IS.js.map → chunk-L2G4XKLT.js.map} +0 -0
- /package/build/modern/{components/FileUploader.js.map → chunk-LRHHDORZ.js.map} +0 -0
- /package/build/modern/{chunk-V6ZOASMM.js.map → chunk-MXW63O5N.js.map} +0 -0
- /package/build/modern/{chunk-5FC7HIAR.js.map → chunk-N2DZNGUS.js.map} +0 -0
- /package/build/modern/{components/IconButton.js.map → chunk-NZP3XQNQ.js.map} +0 -0
- /package/build/modern/{chunk-MTD4JSHT.js.map → chunk-OVYHM5DH.js.map} +0 -0
- /package/build/modern/{components/Menu.js.map → chunk-PAQ6YQ7Y.js.map} +0 -0
- /package/build/modern/{chunk-2U2JYN3D.js.map → chunk-PQ5DEKSH.js.map} +0 -0
- /package/build/modern/{components/Portal.js.map → chunk-Q4CS3AKY.js.map} +0 -0
- /package/build/modern/{chunk-I4EGYD24.js.map → chunk-RDFAC3XX.js.map} +0 -0
- /package/build/modern/{components/ProgressBar.js.map → chunk-RMEVOJ2E.js.map} +0 -0
- /package/build/modern/{components/Show.js.map → chunk-TLRRDNS3.js.map} +0 -0
- /package/build/modern/{chunk-7I7LA2EE.js.map → chunk-UHXKG2ZP.js.map} +0 -0
- /package/build/modern/{chunk-AN65HXHS.js.map → chunk-VIUQS3VG.js.map} +0 -0
- /package/build/modern/{components/Spinner.js.map → chunk-VT6DJ2VM.js.map} +0 -0
- /package/build/modern/{chunk-MZXSSTS7.js.map → chunk-VXG4AEMZ.js.map} +0 -0
- /package/build/modern/{chunk-GYUCW2QK.js.map → chunk-VZXYGBU6.js.map} +0 -0
- /package/build/modern/{chunk-IUF74GEL.js.map → chunk-WGSUBJNI.js.map} +0 -0
- /package/build/modern/{components/Tag.js.map → chunk-WJW4FF4J.js.map} +0 -0
- /package/build/modern/{components/Text.js.map → chunk-X5LBBTCV.js.map} +0 -0
- /package/build/modern/{components/Tooltip.js.map → chunk-XDMGFB6Q.js.map} +0 -0
- /package/build/modern/{chunk-NQ22M7U7.js.map → chunk-YI3P5QG4.js.map} +0 -0
- /package/build/modern/{chunk-GC6JUHVS.js.map → chunk-YUEVV2DE.js.map} +0 -0
- /package/build/modern/{chunk-H2VYN32T.js.map → chunk-YZFXHGMG.js.map} +0 -0
- /package/build/modern/components/{for.js.map → button/primitives.js.map} +0 -0
- /package/src/{aria-helpers → components/deprecated/aria-helpers}/nav-menu.aria.ts +0 -0
- /package/src/{aria-helpers → components/deprecated/aria-helpers}/trap-focus.aria.ts +0 -0
- /package/src/components/{for.tsx → for/for.tsx} +0 -0
- /package/src/components/{Show.tsx → show/show.tsx} +0 -0
- /package/src/components/{Spinner.tsx → spinner/spinner.tsx} +0 -0
- /package/src/components/{Text.tsx → text/text.tsx} +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// src/components/spinner/spinner.tsx
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
function Spinner(props) {
|
|
4
|
+
return /* @__PURE__ */ jsx(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
"aria-busy": "true",
|
|
8
|
+
"data-scope": "spinner",
|
|
9
|
+
"data-part": "root",
|
|
10
|
+
role: "status",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
height: props.size,
|
|
13
|
+
width: props.size,
|
|
14
|
+
viewBox: "0 0 24 24",
|
|
15
|
+
children: /* @__PURE__ */ jsxs(
|
|
16
|
+
"g",
|
|
17
|
+
{
|
|
18
|
+
fill: "none",
|
|
19
|
+
stroke: "currentColor",
|
|
20
|
+
strokeLinecap: "round",
|
|
21
|
+
strokeLinejoin: "round",
|
|
22
|
+
strokeWidth: 2,
|
|
23
|
+
children: [
|
|
24
|
+
/* @__PURE__ */ jsxs(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
strokeDasharray: 16,
|
|
28
|
+
strokeDashoffset: 16,
|
|
29
|
+
d: "M12 3c4.97 0 9 4.03 9 9",
|
|
30
|
+
children: [
|
|
31
|
+
/* @__PURE__ */ jsx(
|
|
32
|
+
"animate",
|
|
33
|
+
{
|
|
34
|
+
fill: "freeze",
|
|
35
|
+
attributeName: "stroke-dashoffset",
|
|
36
|
+
dur: "0.15s",
|
|
37
|
+
values: "16;0"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ jsx(
|
|
41
|
+
"animateTransform",
|
|
42
|
+
{
|
|
43
|
+
attributeName: "transform",
|
|
44
|
+
dur: "0.75s",
|
|
45
|
+
repeatCount: "indefinite",
|
|
46
|
+
type: "rotate",
|
|
47
|
+
values: "0 12 12;360 12 12"
|
|
48
|
+
}
|
|
49
|
+
)
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ jsx(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
strokeDasharray: 64,
|
|
57
|
+
strokeDashoffset: 64,
|
|
58
|
+
strokeOpacity: 0.3,
|
|
59
|
+
d: "M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z",
|
|
60
|
+
children: /* @__PURE__ */ jsx(
|
|
61
|
+
"animate",
|
|
62
|
+
{
|
|
63
|
+
fill: "freeze",
|
|
64
|
+
attributeName: "stroke-dashoffset",
|
|
65
|
+
dur: "0.6s",
|
|
66
|
+
values: "64;0"
|
|
67
|
+
}
|
|
68
|
+
)
|
|
69
|
+
}
|
|
70
|
+
)
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
)
|
|
74
|
+
}
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export {
|
|
79
|
+
Spinner
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=chunk-QUOJS5LL.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/spinner/spinner.tsx"],"sourcesContent":["/**\n * This module contains the Spinner component.\n * @module\n */\n\nexport interface SpinnerProps {\n /**\n * The size of the spinner\n */\n size?: number | string\n}\n\n/**\n * The Spinner component is used to display a loading indicator. Typically used\n * in buttons, modals, and other components that require a loading state.\n * @see https://cerberus.digitalu.design/react/loading-states/\n * @example\n * ```tsx\n * <Button>\n * <Show when={loading} fallback={<>Save</>}>\n * Saving\n * <Spinner size={24} />\n * </Show>\n * </Button>\n * ```\n */\nexport function Spinner(props: SpinnerProps) {\n return (\n <svg\n aria-busy=\"true\"\n data-scope=\"spinner\"\n data-part=\"root\"\n role=\"status\"\n xmlns=\"http://www.w3.org/2000/svg\"\n height={props.size}\n width={props.size}\n viewBox=\"0 0 24 24\"\n >\n <g\n fill=\"none\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n >\n <path\n strokeDasharray={16}\n strokeDashoffset={16}\n d=\"M12 3c4.97 0 9 4.03 9 9\"\n >\n <animate\n fill=\"freeze\"\n attributeName=\"stroke-dashoffset\"\n dur=\"0.15s\"\n values=\"16;0\"\n ></animate>\n <animateTransform\n attributeName=\"transform\"\n dur=\"0.75s\"\n repeatCount=\"indefinite\"\n type=\"rotate\"\n values=\"0 12 12;360 12 12\"\n ></animateTransform>\n </path>\n <path\n strokeDasharray={64}\n strokeDashoffset={64}\n strokeOpacity={0.3}\n d=\"M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z\"\n >\n <animate\n fill=\"freeze\"\n attributeName=\"stroke-dashoffset\"\n dur=\"0.6s\"\n values=\"64;0\"\n ></animate>\n </path>\n </g>\n </svg>\n )\n}\n"],"mappings":";AA6CQ,SAKE,KALF;AAnBD,SAAS,QAAQ,OAAqB;AAC3C,SACE;AAAA,IAAC;AAAA;AAAA,MACC,aAAU;AAAA,MACV,cAAW;AAAA,MACX,aAAU;AAAA,MACV,MAAK;AAAA,MACL,OAAM;AAAA,MACN,QAAQ,MAAM;AAAA,MACd,OAAO,MAAM;AAAA,MACb,SAAQ;AAAA,MAER;AAAA,QAAC;AAAA;AAAA,UACC,MAAK;AAAA,UACL,QAAO;AAAA,UACP,eAAc;AAAA,UACd,gBAAe;AAAA,UACf,aAAa;AAAA,UAEb;AAAA;AAAA,cAAC;AAAA;AAAA,gBACC,iBAAiB;AAAA,gBACjB,kBAAkB;AAAA,gBAClB,GAAE;AAAA,gBAEF;AAAA;AAAA,oBAAC;AAAA;AAAA,sBACC,MAAK;AAAA,sBACL,eAAc;AAAA,sBACd,KAAI;AAAA,sBACJ,QAAO;AAAA;AAAA,kBACR;AAAA,kBACD;AAAA,oBAAC;AAAA;AAAA,sBACC,eAAc;AAAA,sBACd,KAAI;AAAA,sBACJ,aAAY;AAAA,sBACZ,MAAK;AAAA,sBACL,QAAO;AAAA;AAAA,kBACR;AAAA;AAAA;AAAA,YACH;AAAA,YACA;AAAA,cAAC;AAAA;AAAA,gBACC,iBAAiB;AAAA,gBACjB,kBAAkB;AAAA,gBAClB,eAAe;AAAA,gBACf,GAAE;AAAA,gBAEF;AAAA,kBAAC;AAAA;AAAA,oBACC,MAAK;AAAA,oBACL,eAAc;AAAA,oBACd,KAAI;AAAA,oBACJ,QAAO;AAAA;AAAA,gBACR;AAAA;AAAA,YACH;AAAA;AAAA;AAAA,MACF;AAAA;AAAA,EACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SwitchControl,
|
|
3
|
+
SwitchHiddenInput,
|
|
4
|
+
SwitchLabel,
|
|
5
|
+
SwitchRoot,
|
|
6
|
+
SwitchThumb
|
|
7
|
+
} from "./chunk-AZ5LB6IS.js";
|
|
8
|
+
|
|
9
|
+
// src/components/switch/parts.ts
|
|
10
|
+
var SwitchParts = {
|
|
11
|
+
Root: SwitchRoot,
|
|
12
|
+
Label: SwitchLabel,
|
|
13
|
+
Control: SwitchControl,
|
|
14
|
+
Thumb: SwitchThumb,
|
|
15
|
+
HiddenInput: SwitchHiddenInput
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
SwitchParts
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=chunk-RDFAC3XX.js.map
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createCerberusPrimitive
|
|
3
|
+
} from "./chunk-ZGPHSKEB.js";
|
|
4
|
+
|
|
5
|
+
// src/components/menu/primitives.ts
|
|
6
|
+
import {
|
|
7
|
+
Menu as ArkMenu
|
|
8
|
+
} from "@ark-ui/react";
|
|
9
|
+
import { menu } from "styled-system/recipes";
|
|
10
|
+
var { withSlotRecipe, withNoRecipe } = createCerberusPrimitive(menu);
|
|
11
|
+
var MenuRoot = withSlotRecipe(ArkMenu.Root, "root");
|
|
12
|
+
var MenuTriggerEl = withNoRecipe(ArkMenu.Trigger);
|
|
13
|
+
var MenuTriggerItem = withNoRecipe(
|
|
14
|
+
ArkMenu.TriggerItem
|
|
15
|
+
);
|
|
16
|
+
var MenuIndicator = withNoRecipe(ArkMenu.Indicator);
|
|
17
|
+
var MenuPositioner = withNoRecipe(
|
|
18
|
+
ArkMenu.Positioner
|
|
19
|
+
);
|
|
20
|
+
var MenuContentEl = withSlotRecipe(
|
|
21
|
+
ArkMenu.Content,
|
|
22
|
+
"content"
|
|
23
|
+
);
|
|
24
|
+
var MenuItemEl = withSlotRecipe(ArkMenu.Item, "item");
|
|
25
|
+
var MenuItemGroupEl = withNoRecipe(
|
|
26
|
+
ArkMenu.ItemGroup
|
|
27
|
+
);
|
|
28
|
+
var MenuItemGroupLabelEl = withSlotRecipe(
|
|
29
|
+
ArkMenu.ItemGroupLabel,
|
|
30
|
+
"itemGroupLabel"
|
|
31
|
+
);
|
|
32
|
+
var MenuSeparatorEl = withSlotRecipe(
|
|
33
|
+
ArkMenu.Separator,
|
|
34
|
+
"separator"
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
MenuRoot,
|
|
39
|
+
MenuTriggerEl,
|
|
40
|
+
MenuTriggerItem,
|
|
41
|
+
MenuIndicator,
|
|
42
|
+
MenuPositioner,
|
|
43
|
+
MenuContentEl,
|
|
44
|
+
MenuItemEl,
|
|
45
|
+
MenuItemGroupEl,
|
|
46
|
+
MenuItemGroupLabelEl,
|
|
47
|
+
MenuSeparatorEl
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=chunk-RFANIL5H.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/menu/primitives.ts"],"sourcesContent":["import {\n Menu as ArkMenu,\n type MenuRootProps as ArkMenuRootProps,\n type MenuTriggerProps as ArkMenuTriggerProps,\n type MenuTriggerItemProps as ArkMenuTriggerItemProps,\n type MenuIndicatorProps as ArkMenuIndicatorProps,\n type MenuPositionerProps as ArkMenuPositionerProps,\n type MenuContentProps as ArkMenuContentProps,\n type MenuItemProps as ArkMenuItemProps,\n type MenuItemGroupProps as ArkMenuItemGroupProps,\n type MenuItemGroupLabelProps as ArkMenuItemGroupLabelProps,\n type MenuSeparatorProps as ArkMenuSeparatorProps,\n} from '@ark-ui/react'\nimport { menu } from 'styled-system/recipes'\nimport {\n createCerberusPrimitive,\n type CerberusPrimitiveProps,\n} from '../../system/index'\n\n/**\n * This module contains the Menu component primitives.\n * @module @cerberus-design/react/components/menu/primitives\n */\n\nconst { withSlotRecipe, withNoRecipe } = createCerberusPrimitive(menu)\n\n// Root\n\nexport type MenuRootProps = CerberusPrimitiveProps<ArkMenuRootProps>\n// @ts-expect-error this is a workaround for the type mismatch\nexport const MenuRoot = withSlotRecipe<MenuRootProps>(ArkMenu.Root, 'root')\n\n// Trigger\n\nexport type MenuTriggerProps = CerberusPrimitiveProps<ArkMenuTriggerProps>\nexport const MenuTriggerEl = withNoRecipe<MenuTriggerProps>(ArkMenu.Trigger)\n\n// TriggerItem\n\nexport type MenuTriggerItemProps =\n CerberusPrimitiveProps<ArkMenuTriggerItemProps>\nexport const MenuTriggerItem = withNoRecipe<MenuTriggerItemProps>(\n ArkMenu.TriggerItem,\n)\n\n// Indicator\n\nexport type MenuIndicatorProps = CerberusPrimitiveProps<ArkMenuIndicatorProps>\nexport const MenuIndicator = withNoRecipe<MenuIndicatorProps>(ArkMenu.Indicator)\n\n// Positioner\n\nexport type MenuPositionerProps = CerberusPrimitiveProps<ArkMenuPositionerProps>\nexport const MenuPositioner = withNoRecipe<MenuPositionerProps>(\n ArkMenu.Positioner,\n)\n\n// Content\n\nexport type MenuContentProps = CerberusPrimitiveProps<ArkMenuContentProps>\nexport const MenuContentEl = withSlotRecipe<MenuContentProps>(\n ArkMenu.Content,\n 'content',\n)\n\n// Item\n\nexport type MenuItemProps = CerberusPrimitiveProps<ArkMenuItemProps>\nexport const MenuItemEl = withSlotRecipe<MenuItemProps>(ArkMenu.Item, 'item')\n\n// ItemGroup\n\nexport type MenuItemGroupProps = CerberusPrimitiveProps<ArkMenuItemGroupProps>\nexport const MenuItemGroupEl = withNoRecipe<MenuItemGroupProps>(\n ArkMenu.ItemGroup,\n)\n\n// ItemGroupLabel\n\nexport type MenuItemGroupLabelProps =\n CerberusPrimitiveProps<ArkMenuItemGroupLabelProps>\nexport const MenuItemGroupLabelEl = withSlotRecipe<MenuItemGroupLabelProps>(\n ArkMenu.ItemGroupLabel,\n 'itemGroupLabel',\n)\n\n// Separator\n\nexport type MenuSeparatorProps = CerberusPrimitiveProps<ArkMenuSeparatorProps>\nexport const MenuSeparatorEl = withSlotRecipe<MenuSeparatorProps>(\n ArkMenu.Separator,\n 'separator',\n)\n"],"mappings":";;;;;AAAA;AAAA,EACE,QAAQ;AAAA,OAWH;AACP,SAAS,YAAY;AAWrB,IAAM,EAAE,gBAAgB,aAAa,IAAI,wBAAwB,IAAI;AAM9D,IAAM,WAAW,eAA8B,QAAQ,MAAM,MAAM;AAKnE,IAAM,gBAAgB,aAA+B,QAAQ,OAAO;AAMpE,IAAM,kBAAkB;AAAA,EAC7B,QAAQ;AACV;AAKO,IAAM,gBAAgB,aAAiC,QAAQ,SAAS;AAKxE,IAAM,iBAAiB;AAAA,EAC5B,QAAQ;AACV;AAKO,IAAM,gBAAgB;AAAA,EAC3B,QAAQ;AAAA,EACR;AACF;AAKO,IAAM,aAAa,eAA8B,QAAQ,MAAM,MAAM;AAKrE,IAAM,kBAAkB;AAAA,EAC7B,QAAQ;AACV;AAMO,IAAM,uBAAuB;AAAA,EAClC,QAAQ;AAAA,EACR;AACF;AAKO,IAAM,kBAAkB;AAAA,EAC7B,QAAQ;AAAA,EACR;AACF;","names":[]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DatePickerTrigger
|
|
3
|
+
} from "./chunk-AJ5TWPXM.js";
|
|
4
|
+
import {
|
|
5
|
+
DatePickerParts
|
|
6
|
+
} from "./chunk-BWZXR2WZ.js";
|
|
7
|
+
|
|
8
|
+
// src/components/date-picker/range-input.tsx
|
|
9
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
function RangePickerInput(props) {
|
|
11
|
+
return /* @__PURE__ */ jsxs(DatePickerParts.Control, { "data-range": true, children: [
|
|
12
|
+
/* @__PURE__ */ jsx(DatePickerTrigger, {}),
|
|
13
|
+
/* @__PURE__ */ jsx(
|
|
14
|
+
DatePickerParts.Input,
|
|
15
|
+
{
|
|
16
|
+
...props,
|
|
17
|
+
"data-range-input": true,
|
|
18
|
+
placeholder: props.placeholder ?? "DD MMM YYYY",
|
|
19
|
+
maxLength: 11,
|
|
20
|
+
index: 0
|
|
21
|
+
}
|
|
22
|
+
),
|
|
23
|
+
/* @__PURE__ */ jsx(
|
|
24
|
+
DatePickerParts.Input,
|
|
25
|
+
{
|
|
26
|
+
...props,
|
|
27
|
+
"data-range-input": true,
|
|
28
|
+
"data-range-end-input": true,
|
|
29
|
+
placeholder: props.placeholder ?? "DD MMM YYYY",
|
|
30
|
+
maxLength: 11,
|
|
31
|
+
index: 1
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
] });
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
RangePickerInput
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=chunk-RGLJDMIO.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/date-picker/range-input.tsx"],"sourcesContent":["import { DatePickerParts } from './parts'\nimport type { DatePickerInputElProps } from './primitives'\nimport { DatePickerTrigger } from './trigger'\n\n/**\n * This private module contains the RangePickerInput component.\n * @module RangePickerInput\n */\n\nexport type RangePickerInputProps = DatePickerInputElProps\n\n/**\n * An abstraction of the DatePicker input that wraps the input and the\n * triggers to open the DatePicker and clear the value.\n * @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker)\n */\nexport function RangePickerInput(props: RangePickerInputProps) {\n return (\n <DatePickerParts.Control data-range>\n <DatePickerTrigger />\n <DatePickerParts.Input\n {...props}\n data-range-input\n placeholder={props.placeholder ?? 'DD MMM YYYY'}\n maxLength={11}\n index={0}\n />\n <DatePickerParts.Input\n {...props}\n data-range-input\n data-range-end-input\n placeholder={props.placeholder ?? 'DD MMM YYYY'}\n maxLength={11}\n index={1}\n />\n </DatePickerParts.Control>\n )\n}\n"],"mappings":";;;;;;;;AAkBI,SACE,KADF;AAFG,SAAS,iBAAiB,OAA8B;AAC7D,SACE,qBAAC,gBAAgB,SAAhB,EAAwB,cAAU,MACjC;AAAA,wBAAC,qBAAkB;AAAA,IACnB;AAAA,MAAC,gBAAgB;AAAA,MAAhB;AAAA,QACE,GAAG;AAAA,QACJ,oBAAgB;AAAA,QAChB,aAAa,MAAM,eAAe;AAAA,QAClC,WAAW;AAAA,QACX,OAAO;AAAA;AAAA,IACT;AAAA,IACA;AAAA,MAAC,gBAAgB;AAAA,MAAhB;AAAA,QACE,GAAG;AAAA,QACJ,oBAAgB;AAAA,QAChB,wBAAoB;AAAA,QACpB,aAAa,MAAM,eAAe;AAAA,QAClC,WAAW;AAAA,QACX,OAAO;AAAA;AAAA,IACT;AAAA,KACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-RMEVOJ2E.js.map
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createCerberusPrimitive
|
|
3
|
+
} from "./chunk-ZGPHSKEB.js";
|
|
4
|
+
|
|
5
|
+
// src/components/table/primitives.tsx
|
|
6
|
+
import { ark } from "@ark-ui/react/factory";
|
|
7
|
+
import { table } from "styled-system/recipes";
|
|
8
|
+
var { withSlotRecipe } = createCerberusPrimitive(table);
|
|
9
|
+
var TableRoot = withSlotRecipe(ark.div, "root", {
|
|
10
|
+
defaultProps: {
|
|
11
|
+
"data-scope": "table",
|
|
12
|
+
"data-part": "root"
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
var TableEl = withSlotRecipe(ark.table, "table", {
|
|
16
|
+
defaultProps: {
|
|
17
|
+
"data-scope": "table",
|
|
18
|
+
"data-part": "table"
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
var Caption = withSlotRecipe(ark.caption, "caption", {
|
|
22
|
+
defaultProps: {
|
|
23
|
+
"data-scope": "table",
|
|
24
|
+
"data-part": "caption"
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
var Thead = withSlotRecipe(ark.thead, "thead", {
|
|
28
|
+
defaultProps: {
|
|
29
|
+
"data-scope": "table",
|
|
30
|
+
"data-part": "header"
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
var Th = withSlotRecipe(ark.th, "th", {
|
|
34
|
+
defaultProps: {
|
|
35
|
+
"data-scope": "table",
|
|
36
|
+
"data-part": "header-col"
|
|
37
|
+
}
|
|
38
|
+
});
|
|
39
|
+
var Tbody = withSlotRecipe(ark.tbody, "tbody", {
|
|
40
|
+
defaultProps: {
|
|
41
|
+
"data-scope": "table",
|
|
42
|
+
"data-part": "body"
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
var Tr = withSlotRecipe(ark.tr, "tr", {
|
|
46
|
+
defaultProps: {
|
|
47
|
+
"data-scope": "table",
|
|
48
|
+
"data-part": "row"
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
var Td = withSlotRecipe(ark.td, "td", {
|
|
52
|
+
defaultProps: {
|
|
53
|
+
"data-scope": "table",
|
|
54
|
+
"data-part": "cell"
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
var Tfoot = withSlotRecipe(ark.tfoot, "tfoot", {
|
|
58
|
+
defaultProps: {
|
|
59
|
+
"data-scope": "table",
|
|
60
|
+
"data-part": "footer"
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
var TableTrigger = withSlotRecipe(
|
|
64
|
+
ark.button,
|
|
65
|
+
"trigger",
|
|
66
|
+
{
|
|
67
|
+
defaultProps: {
|
|
68
|
+
"data-scope": "table",
|
|
69
|
+
"data-part": "trigger"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
|
|
74
|
+
export {
|
|
75
|
+
TableRoot,
|
|
76
|
+
TableEl,
|
|
77
|
+
Caption,
|
|
78
|
+
Thead,
|
|
79
|
+
Th,
|
|
80
|
+
Tbody,
|
|
81
|
+
Tr,
|
|
82
|
+
Td,
|
|
83
|
+
Tfoot,
|
|
84
|
+
TableTrigger
|
|
85
|
+
};
|
|
86
|
+
//# sourceMappingURL=chunk-RXAHVNN2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/table/primitives.tsx"],"sourcesContent":["import { ark, type HTMLArkProps } from '@ark-ui/react/factory'\nimport { table, type TableVariantProps } from 'styled-system/recipes'\nimport {\n createCerberusPrimitive,\n type CerberusPrimitiveProps,\n} from '../../system/index'\n\n/**\n * This module contains the primitives of the Table component.\n * @module 'table/primitives'\n */\n\nconst { withSlotRecipe } = createCerberusPrimitive(table)\n\n// Root\n\nexport type TableRootProps = CerberusPrimitiveProps<\n HTMLArkProps<'div'> & TableVariantProps\n>\nexport const TableRoot = withSlotRecipe<TableRootProps>(ark.div, 'root', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'root',\n },\n})\n\n// TableEl\n\nexport type TableElProps = CerberusPrimitiveProps<HTMLArkProps<'table'>>\nexport const TableEl = withSlotRecipe<TableElProps>(ark.table, 'table', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'table',\n },\n})\n\n// Caption\n\nexport type CaptionProps = CerberusPrimitiveProps<HTMLArkProps<'caption'>>\nexport const Caption = withSlotRecipe<CaptionProps>(ark.caption, 'caption', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'caption',\n },\n})\n\n// Thead\n\nexport type TheadProps = CerberusPrimitiveProps<HTMLArkProps<'thead'>>\nexport const Thead = withSlotRecipe<TheadProps>(ark.thead, 'thead', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'header',\n },\n})\n\n// Th\n\nexport type ThProps = CerberusPrimitiveProps<HTMLArkProps<'th'>>\nexport const Th = withSlotRecipe<ThProps>(ark.th, 'th', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'header-col',\n },\n})\n\n// Tbody\n\nexport type TbodyProps = CerberusPrimitiveProps<HTMLArkProps<'tbody'>>\nexport const Tbody = withSlotRecipe<TbodyProps>(ark.tbody, 'tbody', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'body',\n },\n})\n\n// Tr\nexport type TrProps = CerberusPrimitiveProps<HTMLArkProps<'tr'>>\nexport const Tr = withSlotRecipe<TrProps>(ark.tr, 'tr', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'row',\n },\n})\n\n// Td\n\nexport type TdProps = CerberusPrimitiveProps<HTMLArkProps<'td'>>\nexport const Td = withSlotRecipe<TdProps>(ark.td, 'td', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'cell',\n },\n})\n\n// Tfoot\n\nexport type TfootProps = CerberusPrimitiveProps<HTMLArkProps<'tfoot'>>\nexport const Tfoot = withSlotRecipe<TfootProps>(ark.tfoot, 'tfoot', {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'footer',\n },\n})\n\n// TableTrigger\n\nexport type TableTriggerProps = CerberusPrimitiveProps<HTMLArkProps<'button'>>\nexport const TableTrigger = withSlotRecipe<TableTriggerProps>(\n ark.button,\n 'trigger',\n {\n defaultProps: {\n 'data-scope': 'table',\n 'data-part': 'trigger',\n },\n },\n)\n"],"mappings":";;;;;AAAA,SAAS,WAA8B;AACvC,SAAS,aAAqC;AAW9C,IAAM,EAAE,eAAe,IAAI,wBAAwB,KAAK;AAOjD,IAAM,YAAY,eAA+B,IAAI,KAAK,QAAQ;AAAA,EACvE,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,UAAU,eAA6B,IAAI,OAAO,SAAS;AAAA,EACtE,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,UAAU,eAA6B,IAAI,SAAS,WAAW;AAAA,EAC1E,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,QAAQ,eAA2B,IAAI,OAAO,SAAS;AAAA,EAClE,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,KAAK,eAAwB,IAAI,IAAI,MAAM;AAAA,EACtD,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,QAAQ,eAA2B,IAAI,OAAO,SAAS;AAAA,EAClE,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAIM,IAAM,KAAK,eAAwB,IAAI,IAAI,MAAM;AAAA,EACtD,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,KAAK,eAAwB,IAAI,IAAI,MAAM;AAAA,EACtD,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,QAAQ,eAA2B,IAAI,OAAO,SAAS;AAAA,EAClE,cAAc;AAAA,IACZ,cAAc;AAAA,IACd,aAAa;AAAA,EACf;AACF,CAAC;AAKM,IAAM,eAAe;AAAA,EAC1B,IAAI;AAAA,EACJ;AAAA,EACA;AAAA,IACE,cAAc;AAAA,MACZ,cAAc;AAAA,MACd,aAAa;AAAA,IACf;AAAA,EACF;AACF;","names":[]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createCerberusPrimitive
|
|
3
|
+
} from "./chunk-ZGPHSKEB.js";
|
|
4
|
+
|
|
5
|
+
// src/components/fieldset/primitives.tsx
|
|
6
|
+
import {
|
|
7
|
+
Fieldset
|
|
8
|
+
} from "@ark-ui/react/fieldset";
|
|
9
|
+
import { fieldset } from "styled-system/recipes";
|
|
10
|
+
var { withSlotRecipe } = createCerberusPrimitive(fieldset);
|
|
11
|
+
var FieldsetRoot = withSlotRecipe(
|
|
12
|
+
Fieldset.Root,
|
|
13
|
+
"root"
|
|
14
|
+
);
|
|
15
|
+
var FieldsetLegend = withSlotRecipe(
|
|
16
|
+
Fieldset.Legend,
|
|
17
|
+
"legend"
|
|
18
|
+
);
|
|
19
|
+
var FieldsetHelperText = withSlotRecipe(
|
|
20
|
+
Fieldset.HelperText,
|
|
21
|
+
"helperText"
|
|
22
|
+
);
|
|
23
|
+
var FieldsetErrorText = withSlotRecipe(
|
|
24
|
+
Fieldset.ErrorText,
|
|
25
|
+
"errorText"
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
export {
|
|
29
|
+
FieldsetRoot,
|
|
30
|
+
FieldsetLegend,
|
|
31
|
+
FieldsetHelperText,
|
|
32
|
+
FieldsetErrorText
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=chunk-S7ALRSVU.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/fieldset/primitives.tsx"],"sourcesContent":["import {\n Fieldset,\n type FieldsetHelperTextProps as ArkFieldsetHelperText,\n type FieldsetLegendProps as ArkFieldsetLegendProps,\n type FieldsetRootProps as ArkFieldsetRootProps,\n} from '@ark-ui/react/fieldset'\nimport { fieldset, type FieldsetVariantProps } from 'styled-system/recipes'\nimport {\n createCerberusPrimitive,\n type CerberusPrimitiveProps,\n} from '../../system/index'\n\n/**\n * This module contains all the primitives of the Fieldset component.\n * @module 'react/fieldset'\n */\n\nconst { withSlotRecipe } = createCerberusPrimitive(fieldset)\n\n// Root\n\nexport const FieldsetRoot = withSlotRecipe<FieldsetRootProps>(\n Fieldset.Root,\n 'root',\n)\nexport type FieldsetRootProps = CerberusPrimitiveProps<\n ArkFieldsetRootProps & FieldsetVariantProps\n>\n\n// Legend\n\nexport type FieldsetLegendProps = CerberusPrimitiveProps<\n ArkFieldsetLegendProps & FieldsetVariantProps\n>\nexport const FieldsetLegend = withSlotRecipe<FieldsetLegendProps>(\n Fieldset.Legend,\n 'legend',\n)\n\n// Helper Text\n\nexport type FieldsetHelperTextProps = CerberusPrimitiveProps<\n ArkFieldsetHelperText & FieldsetVariantProps\n>\nexport const FieldsetHelperText = withSlotRecipe<FieldsetHelperTextProps>(\n Fieldset.HelperText,\n 'helperText',\n)\n\n// Error Text\n\nexport type FieldsetErrorTextProps =\n CerberusPrimitiveProps<ArkFieldsetHelperText>\nexport const FieldsetErrorText = withSlotRecipe<FieldsetErrorTextProps>(\n Fieldset.ErrorText,\n 'errorText',\n)\n"],"mappings":";;;;;AAAA;AAAA,EACE;AAAA,OAIK;AACP,SAAS,gBAA2C;AAWpD,IAAM,EAAE,eAAe,IAAI,wBAAwB,QAAQ;AAIpD,IAAM,eAAe;AAAA,EAC1B,SAAS;AAAA,EACT;AACF;AAUO,IAAM,iBAAiB;AAAA,EAC5B,SAAS;AAAA,EACT;AACF;AAOO,IAAM,qBAAqB;AAAA,EAChC,SAAS;AAAA,EACT;AACF;AAMO,IAAM,oBAAoB;AAAA,EAC/B,SAAS;AAAA,EACT;AACF;","names":[]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createCerberusPrimitive
|
|
3
|
+
} from "./chunk-ZGPHSKEB.js";
|
|
4
|
+
|
|
5
|
+
// src/components/avatar/primitives.tsx
|
|
6
|
+
import {
|
|
7
|
+
Avatar
|
|
8
|
+
} from "@ark-ui/react/avatar";
|
|
9
|
+
import { avatar } from "styled-system/recipes";
|
|
10
|
+
var { withSlotRecipe } = createCerberusPrimitive(avatar);
|
|
11
|
+
var AvatarRoot = withSlotRecipe(Avatar.Root, "root");
|
|
12
|
+
var AvatarImage = withSlotRecipe(
|
|
13
|
+
Avatar.Image,
|
|
14
|
+
"image"
|
|
15
|
+
);
|
|
16
|
+
var AvatarFallback = withSlotRecipe(
|
|
17
|
+
Avatar.Fallback,
|
|
18
|
+
"fallback"
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export {
|
|
22
|
+
AvatarRoot,
|
|
23
|
+
AvatarImage,
|
|
24
|
+
AvatarFallback
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=chunk-SFAJKI45.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/avatar/primitives.tsx"],"sourcesContent":["import {\n Avatar,\n type AvatarFallbackProps as ArkAvatarFallbackProps,\n type AvatarImageProps as ArkAvatarImageProps,\n type AvatarRootProps as ArkAvatarRootProps,\n} from '@ark-ui/react/avatar'\nimport { avatar, type AvatarVariantProps } from 'styled-system/recipes'\nimport {\n createCerberusPrimitive,\n type CerberusPrimitiveProps,\n} from '../../system/index'\n\n/**\n * This module provides the primitive components for the Avatar component.\n * @module 'avatar/primitives'\n */\n\nconst { withSlotRecipe } = createCerberusPrimitive(avatar)\n\n/**\n * The root component of the Avatar.\n */\nexport const AvatarRoot = withSlotRecipe<AvatarRootProps>(Avatar.Root, 'root')\nexport type AvatarRootProps = CerberusPrimitiveProps<\n ArkAvatarRootProps & AvatarVariantProps\n>\n\n/**\n * The image component of the Avatar.\n */\nexport const AvatarImage = withSlotRecipe<ArkAvatarImageProps>(\n Avatar.Image,\n 'image',\n)\nexport type AvatarImageProps = CerberusPrimitiveProps<ArkAvatarImageProps>\n\n/**\n * The fallback component of the Avatar.\n */\nexport const AvatarFallback = withSlotRecipe<ArkAvatarFallbackProps>(\n Avatar.Fallback,\n 'fallback',\n)\nexport type AvatarFallbackProps = CerberusPrimitiveProps<ArkAvatarFallbackProps>\n"],"mappings":";;;;;AAAA;AAAA,EACE;AAAA,OAIK;AACP,SAAS,cAAuC;AAWhD,IAAM,EAAE,eAAe,IAAI,wBAAwB,MAAM;AAKlD,IAAM,aAAa,eAAgC,OAAO,MAAM,MAAM;AAQtE,IAAM,cAAc;AAAA,EACzB,OAAO;AAAA,EACP;AACF;AAMO,IAAM,iBAAiB;AAAA,EAC5B,OAAO;AAAA,EACP;AACF;","names":[]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
TooltipArrow,
|
|
3
|
+
TooltipArrowTip,
|
|
4
|
+
TooltipContent,
|
|
5
|
+
TooltipPositioner,
|
|
6
|
+
TooltipRoot,
|
|
7
|
+
TooltipTrigger
|
|
8
|
+
} from "./chunk-ALJYABJX.js";
|
|
9
|
+
|
|
10
|
+
// src/components/tooltip/parts.ts
|
|
11
|
+
var TooltipParts = {
|
|
12
|
+
Root: TooltipRoot,
|
|
13
|
+
Trigger: TooltipTrigger,
|
|
14
|
+
Positioner: TooltipPositioner,
|
|
15
|
+
Content: TooltipContent,
|
|
16
|
+
Arrow: TooltipArrow,
|
|
17
|
+
ArrowTip: TooltipArrowTip
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export {
|
|
21
|
+
TooltipParts
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=chunk-SGFITMUF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/tooltip/parts.ts"],"sourcesContent":["import type { ElementType } from 'react'\nimport {\n TooltipRoot,\n TooltipTrigger,\n TooltipPositioner,\n TooltipContent,\n TooltipArrow,\n TooltipArrowTip,\n} from './primitives'\n\n/**\n * This module contains the parts of the Tooltip component.\n * @module 'tooltip/parts'\n */\n\ninterface TooltipPartsValue {\n /**\n * The context provider of the tooltip.\n */\n Root: ElementType\n /**\n * The trigger that of the tooltip.\n */\n Trigger: ElementType\n /**\n * The positioner of the tooltip.\n */\n Positioner: ElementType\n /**\n * The content of the tooltip.\n */\n Content: ElementType\n /**\n * The arrow of the tooltip.\n */\n Arrow: ElementType\n /**\n * The arrow tip of the tooltip.\n */\n ArrowTip: ElementType\n}\n\n/**\n * An Object containing the parts of the Tooltip component. For users that\n * prefer Object component syntax.\n *\n * @remarks\n *\n * When using object component syntax, you import the TooltipParts object and\n * the entire family of components vs. only what you use.\n */\nexport const TooltipParts: TooltipPartsValue = {\n Root: TooltipRoot,\n Trigger: TooltipTrigger,\n Positioner: TooltipPositioner,\n Content: TooltipContent,\n Arrow: TooltipArrow,\n ArrowTip: TooltipArrowTip,\n}\n"],"mappings":";;;;;;;;;;AAmDO,IAAM,eAAkC;AAAA,EAC7C,MAAM;AAAA,EACN,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,OAAO;AAAA,EACP,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createCerberusPrimitive
|
|
3
|
+
} from "./chunk-ZGPHSKEB.js";
|
|
4
|
+
|
|
5
|
+
// src/components/tabs/primitives.tsx
|
|
6
|
+
import {
|
|
7
|
+
Tabs
|
|
8
|
+
} from "@ark-ui/react/tabs";
|
|
9
|
+
import { tabs } from "styled-system/recipes";
|
|
10
|
+
var { withSlotRecipe } = createCerberusPrimitive(tabs);
|
|
11
|
+
var TabsRoot = withSlotRecipe(Tabs.Root, "root");
|
|
12
|
+
var TabsList = withSlotRecipe(Tabs.List, "list");
|
|
13
|
+
var TabsTrigger = withSlotRecipe(
|
|
14
|
+
Tabs.Trigger,
|
|
15
|
+
"trigger"
|
|
16
|
+
);
|
|
17
|
+
var TabsContent = withSlotRecipe(
|
|
18
|
+
Tabs.Content,
|
|
19
|
+
"content"
|
|
20
|
+
);
|
|
21
|
+
var TabsIndicator = withSlotRecipe(
|
|
22
|
+
Tabs.Indicator,
|
|
23
|
+
"indicator"
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
export {
|
|
27
|
+
TabsRoot,
|
|
28
|
+
TabsList,
|
|
29
|
+
TabsTrigger,
|
|
30
|
+
TabsContent,
|
|
31
|
+
TabsIndicator
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=chunk-SQIB5EOA.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/tabs/primitives.tsx"],"sourcesContent":["import {\n Tabs,\n type TabContentProps as ArkTabContentProps,\n type TabIndicatorProps as ArkTabIndicatorProps,\n type TabListProps as ArkTabListProps,\n type TabsRootProps as ArkTabsRootProps,\n type TabTriggerProps as ArkTabTriggerProps,\n} from '@ark-ui/react/tabs'\nimport { tabs, type TabsVariantProps } from 'styled-system/recipes'\nimport {\n createCerberusPrimitive,\n type CerberusPrimitiveProps,\n} from '../../system/index'\n\n/**\n * This module provides the primitives for the Tabs component.\n * @module 'tabs/primitives'\n */\n\nconst { withSlotRecipe } = createCerberusPrimitive(tabs)\n\n// Root\n\nexport type TabsRootProps = CerberusPrimitiveProps<\n ArkTabsRootProps & TabsVariantProps\n>\n// @ts-expect-error this is a workaround for the type issue WIP\nexport const TabsRoot = withSlotRecipe<TabsRootProps>(Tabs.Root, 'root')\n\n// TabsList\n\nexport type TabsListProps = CerberusPrimitiveProps<ArkTabListProps>\nexport const TabsList = withSlotRecipe<TabsListProps>(Tabs.List, 'list')\n\n// TabsTrigger\n\nexport type TabsTriggerProps = CerberusPrimitiveProps<ArkTabTriggerProps>\nexport const TabsTrigger = withSlotRecipe<TabsTriggerProps>(\n Tabs.Trigger,\n 'trigger',\n)\n\n// TabsContent\n\nexport type TabContentProps = CerberusPrimitiveProps<ArkTabContentProps>\nexport const TabsContent = withSlotRecipe<TabContentProps>(\n Tabs.Content,\n 'content',\n)\n\n// TabsIndicator\n\nexport type TabIndicatorProps = CerberusPrimitiveProps<ArkTabIndicatorProps>\nexport const TabsIndicator = withSlotRecipe<TabIndicatorProps>(\n Tabs.Indicator,\n 'indicator',\n)\n"],"mappings":";;;;;AAAA;AAAA,EACE;AAAA,OAMK;AACP,SAAS,YAAmC;AAW5C,IAAM,EAAE,eAAe,IAAI,wBAAwB,IAAI;AAQhD,IAAM,WAAW,eAA8B,KAAK,MAAM,MAAM;AAKhE,IAAM,WAAW,eAA8B,KAAK,MAAM,MAAM;AAKhE,IAAM,cAAc;AAAA,EACzB,KAAK;AAAA,EACL;AACF;AAKO,IAAM,cAAc;AAAA,EACzB,KAAK;AAAA,EACL;AACF;AAKO,IAAM,gBAAgB;AAAA,EAC3B,KAAK;AAAA,EACL;AACF;","names":[]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Spinner
|
|
3
|
+
} from "./chunk-QUOJS5LL.js";
|
|
4
|
+
import {
|
|
5
|
+
ButtonRoot
|
|
6
|
+
} from "./chunk-DC3NTCCW.js";
|
|
7
|
+
import {
|
|
8
|
+
Show
|
|
9
|
+
} from "./chunk-NUXMADXV.js";
|
|
10
|
+
|
|
11
|
+
// src/components/button/button.tsx
|
|
12
|
+
import {
|
|
13
|
+
createContext,
|
|
14
|
+
useContext,
|
|
15
|
+
useMemo
|
|
16
|
+
} from "react";
|
|
17
|
+
import { Box } from "styled-system/jsx";
|
|
18
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
19
|
+
var ButtonContext = createContext({
|
|
20
|
+
pending: false
|
|
21
|
+
});
|
|
22
|
+
function Button(props) {
|
|
23
|
+
const { pending = false, ...nativeProps } = props;
|
|
24
|
+
const value = useMemo(() => ({ pending }), [pending]);
|
|
25
|
+
return /* @__PURE__ */ jsx(ButtonContext.Provider, { value, children: /* @__PURE__ */ jsx(ButtonRoot, { ...nativeProps, disabled: pending || nativeProps.disabled }) });
|
|
26
|
+
}
|
|
27
|
+
function ButtonIcon(props) {
|
|
28
|
+
const { pending } = useContext(ButtonContext);
|
|
29
|
+
return /* @__PURE__ */ jsx(Show, { when: pending, fallback: /* @__PURE__ */ jsx(Fragment, { children: props.children }), children: /* @__PURE__ */ jsx(Box, { w: "4", children: /* @__PURE__ */ jsx(Spinner, {}) }) });
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export {
|
|
33
|
+
Button,
|
|
34
|
+
ButtonIcon
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=chunk-TF2DXEUF.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/button/button.tsx"],"sourcesContent":["'use client'\n\nimport { type HTMLArkProps } from '@ark-ui/react/factory'\nimport {\n type PropsWithChildren,\n createContext,\n useContext,\n useMemo,\n} from 'react'\nimport { type ButtonVariantProps } from 'styled-system/recipes'\nimport { Box } from 'styled-system/jsx'\nimport type { CerberusPrimitiveProps } from '../../system/types'\nimport { Show } from '../show/index'\nimport { Spinner } from '../spinner/index'\nimport { ButtonRoot } from './primitives'\n\n/**\n * This module contains the Button component.\n * @module\n */\n\ninterface ButtonContextValue {\n pending: boolean\n}\n\nconst ButtonContext = createContext<ButtonContextValue>({\n pending: false,\n})\n\nexport type ButtonProps = CerberusPrimitiveProps<\n HTMLArkProps<'button'> &\n ButtonVariantProps & {\n pending?: boolean\n }\n>\n\n/**\n * A component that allows the user to perform actions\n * @see https://cerberus.digitalu.design/react/button\n */\nexport function Button(props: ButtonProps) {\n const { pending = false, ...nativeProps } = props\n const value = useMemo(() => ({ pending }), [pending])\n return (\n <ButtonContext.Provider value={value}>\n <ButtonRoot {...nativeProps} disabled={pending || nativeProps.disabled} />\n </ButtonContext.Provider>\n )\n}\n\n/**\n * An icon to display in a button that utilizes the pending state to display\n * a loading spinner.\n */\nexport function ButtonIcon(props: PropsWithChildren<object>) {\n const { pending } = useContext(ButtonContext)\n return (\n <Show when={pending} fallback={<>{props.children}</>}>\n <Box w=\"4\">\n <Spinner />\n </Box>\n </Show>\n )\n}\n"],"mappings":";;;;;;;;;;;AAGA;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP,SAAS,WAAW;AAmCd,SAY6B,UAZ7B;AApBN,IAAM,gBAAgB,cAAkC;AAAA,EACtD,SAAS;AACX,CAAC;AAaM,SAAS,OAAO,OAAoB;AACzC,QAAM,EAAE,UAAU,OAAO,GAAG,YAAY,IAAI;AAC5C,QAAM,QAAQ,QAAQ,OAAO,EAAE,QAAQ,IAAI,CAAC,OAAO,CAAC;AACpD,SACE,oBAAC,cAAc,UAAd,EAAuB,OACtB,8BAAC,cAAY,GAAG,aAAa,UAAU,WAAW,YAAY,UAAU,GAC1E;AAEJ;AAMO,SAAS,WAAW,OAAkC;AAC3D,QAAM,EAAE,QAAQ,IAAI,WAAW,aAAa;AAC5C,SACE,oBAAC,QAAK,MAAM,SAAS,UAAU,gCAAG,gBAAM,UAAS,GAC/C,8BAAC,OAAI,GAAE,KACL,8BAAC,WAAQ,GACX,GACF;AAEJ;","names":[]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import {
|
|
2
|
+
SelectParts
|
|
3
|
+
} from "./chunk-COIQJKC3.js";
|
|
4
|
+
import {
|
|
5
|
+
Portal
|
|
6
|
+
} from "./chunk-PLPYBCZQ.js";
|
|
7
|
+
import {
|
|
8
|
+
Show
|
|
9
|
+
} from "./chunk-NUXMADXV.js";
|
|
10
|
+
import {
|
|
11
|
+
useCerberusContext
|
|
12
|
+
} from "./chunk-GITT5645.js";
|
|
13
|
+
|
|
14
|
+
// src/components/select/select.tsx
|
|
15
|
+
import { HStack } from "styled-system/jsx";
|
|
16
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
17
|
+
function Select(props) {
|
|
18
|
+
const { collection, container, placeholder, ...rootProps } = props;
|
|
19
|
+
const { icons } = useCerberusContext();
|
|
20
|
+
const { selectArrow: SelectArrow, invalid: InvalidIcon } = icons;
|
|
21
|
+
return /* @__PURE__ */ jsxs(SelectParts.Root, { collection, ...rootProps, children: [
|
|
22
|
+
/* @__PURE__ */ jsx(SelectParts.Control, { children: /* @__PURE__ */ jsxs(SelectParts.Trigger, { children: [
|
|
23
|
+
/* @__PURE__ */ jsx(SelectParts.ValueText, { placeholder }),
|
|
24
|
+
/* @__PURE__ */ jsxs(HStack, { children: [
|
|
25
|
+
/* @__PURE__ */ jsx(Show, { when: props.invalid, children: /* @__PURE__ */ jsx(InvalidIcon, { "data-part": "invalid-icon" }) }),
|
|
26
|
+
/* @__PURE__ */ jsx(SelectParts.Indicator, { children: /* @__PURE__ */ jsx(SelectArrow, {}) })
|
|
27
|
+
] })
|
|
28
|
+
] }) }),
|
|
29
|
+
/* @__PURE__ */ jsx(Portal, { container, children: /* @__PURE__ */ jsx(SelectParts.Positioner, { children: /* @__PURE__ */ jsx(SelectParts.Content, { size: rootProps.size, children: props.children }) }) }),
|
|
30
|
+
/* @__PURE__ */ jsx(SelectParts.HiddenSelect, {})
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export {
|
|
35
|
+
Select
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=chunk-THMNM4CZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/select/select.tsx"],"sourcesContent":["'use client'\n\nimport { HStack } from 'styled-system/jsx'\nimport { useCerberusContext } from '../../context/cerberus'\nimport { Portal } from '../portal/index'\nimport { Show } from '../show/index'\nimport { SelectParts } from './parts'\nimport type { RefObject } from 'react'\nimport type { SelectRootProps } from './primitives'\n\n/**\n * This module contains the Select components.\n * @module 'react/select'\n */\n\nexport interface SelectCollectionItem {\n /**\n * What is displayed in the dropdown list.\n */\n label: string\n /**\n * The value of the selected item used in the form.\n */\n value: string\n /**\n * If the item is disabled.\n */\n disabled?: boolean\n}\n\nexport interface SelectCollection {\n /**\n * The items to be displayed in the dropdown list.\n */\n items: SelectCollectionItem[]\n}\n\nexport interface SelectProps extends SelectRootProps {\n /**\n * The placeholder text when no option is selected.\n */\n placeholder?: string\n /**\n * The container element to render the Select dropdown in. This is used\n * to render the Select dropdown in a specific context, such as a modal.\n * @default document.body\n */\n container?: RefObject<HTMLElement | null>\n}\n\n/**\n * The Select component is a dropdown list that allows users to select an\n * option from a list.\n * @definition [Select docs](https://cerberus.digitalu.design/react/select)\n * @definition [ARK docs](https://ark-ui.com/react/docs/components/select)\n * @example\n * ```tsx\n * import { Select, Option, createListCollection } from '@cerberus-design/react'\n *\n * export function SelectBasicPreview() {\n * const collection = createListCollection({\n * items: [\n * { label: 'Hades', value: 'hades' },\n * { label: 'Persephone', value: 'persephone' },\n * { label: 'Zeus', value: 'zeus', disabled: true },\n * ]\n * })\n *\n * return (\n * <Select\n * collection={collection}\n * label=\"Select Relative\"\n * placeholder=\"Choose option\"\n * >\n * {collection.items.map((item) => (\n * <Option key={item.value} item={item} />\n * ))}\n * </Select>\n * )\n * }\n */\nexport function Select(props: SelectProps) {\n const { collection, container, placeholder, ...rootProps } = props\n\n const { icons } = useCerberusContext()\n const { selectArrow: SelectArrow, invalid: InvalidIcon } = icons\n\n return (\n <SelectParts.Root collection={collection} {...rootProps}>\n <SelectParts.Control>\n <SelectParts.Trigger>\n <SelectParts.ValueText placeholder={placeholder} />\n\n <HStack>\n <Show when={props.invalid}>\n <InvalidIcon data-part=\"invalid-icon\" />\n </Show>\n <SelectParts.Indicator>\n <SelectArrow />\n </SelectParts.Indicator>\n </HStack>\n </SelectParts.Trigger>\n </SelectParts.Control>\n\n <Portal container={container}>\n <SelectParts.Positioner>\n <SelectParts.Content size={rootProps.size}>\n {props.children}\n </SelectParts.Content>\n </SelectParts.Positioner>\n </Portal>\n\n <SelectParts.HiddenSelect />\n </SelectParts.Root>\n )\n}\n"],"mappings":";;;;;;;;;;;;;;AAEA,SAAS,cAAc;AAyFb,cAEA,YAFA;AAVH,SAAS,OAAO,OAAoB;AACzC,QAAM,EAAE,YAAY,WAAW,aAAa,GAAG,UAAU,IAAI;AAE7D,QAAM,EAAE,MAAM,IAAI,mBAAmB;AACrC,QAAM,EAAE,aAAa,aAAa,SAAS,YAAY,IAAI;AAE3D,SACE,qBAAC,YAAY,MAAZ,EAAiB,YAAyB,GAAG,WAC5C;AAAA,wBAAC,YAAY,SAAZ,EACC,+BAAC,YAAY,SAAZ,EACC;AAAA,0BAAC,YAAY,WAAZ,EAAsB,aAA0B;AAAA,MAEjD,qBAAC,UACC;AAAA,4BAAC,QAAK,MAAM,MAAM,SAChB,8BAAC,eAAY,aAAU,gBAAe,GACxC;AAAA,QACA,oBAAC,YAAY,WAAZ,EACC,8BAAC,eAAY,GACf;AAAA,SACF;AAAA,OACF,GACF;AAAA,IAEA,oBAAC,UAAO,WACN,8BAAC,YAAY,YAAZ,EACC,8BAAC,YAAY,SAAZ,EAAoB,MAAM,UAAU,MAClC,gBAAM,UACT,GACF,GACF;AAAA,IAEA,oBAAC,YAAY,cAAZ,EAAyB;AAAA,KAC5B;AAEJ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=chunk-TLRRDNS3.js.map
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Show
|
|
3
|
+
} from "./chunk-NUXMADXV.js";
|
|
4
|
+
|
|
5
|
+
// src/components/deprecated/Legend.tsx
|
|
6
|
+
import { useFieldContext } from "@ark-ui/react/field";
|
|
7
|
+
import { css, cx } from "styled-system/css";
|
|
8
|
+
import { label } from "styled-system/recipes";
|
|
9
|
+
import { hstack } from "styled-system/patterns";
|
|
10
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
|
+
function Legend(props) {
|
|
12
|
+
const { size, ...nativeProps } = props;
|
|
13
|
+
const { invalid, required } = useFieldContext();
|
|
14
|
+
return /* @__PURE__ */ jsxs(
|
|
15
|
+
"legend",
|
|
16
|
+
{
|
|
17
|
+
...nativeProps,
|
|
18
|
+
...invalid && { "aria-invalid": true },
|
|
19
|
+
className: cx(
|
|
20
|
+
nativeProps.className,
|
|
21
|
+
hstack({
|
|
22
|
+
justify: "space-between",
|
|
23
|
+
w: "full"
|
|
24
|
+
}),
|
|
25
|
+
label({
|
|
26
|
+
size
|
|
27
|
+
})
|
|
28
|
+
),
|
|
29
|
+
children: [
|
|
30
|
+
nativeProps.children,
|
|
31
|
+
/* @__PURE__ */ jsx(Show, { when: required, children: /* @__PURE__ */ jsx(
|
|
32
|
+
"span",
|
|
33
|
+
{
|
|
34
|
+
className: css({
|
|
35
|
+
color: "page.text.100",
|
|
36
|
+
fontSize: "inherit"
|
|
37
|
+
}),
|
|
38
|
+
children: "(required)"
|
|
39
|
+
}
|
|
40
|
+
) })
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export {
|
|
47
|
+
Legend
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=chunk-TOXQSWPN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/deprecated/Legend.tsx"],"sourcesContent":["'use client'\n\nimport { useFieldContext } from '@ark-ui/react/field'\nimport { css, cx } from 'styled-system/css'\nimport { label, type LabelVariantProps } from 'styled-system/recipes'\nimport { hstack } from 'styled-system/patterns'\nimport { type HTMLAttributes } from 'react'\nimport { Show } from '../show/index'\n\n/**\n * This module contains the Fieldset component.\n * @module Fieldset\n */\n\nexport type LegendProps = HTMLAttributes<HTMLLegendElement> & LabelVariantProps\n\n/**\n * @deprecated use Fieldset instead\n */\nexport function Legend(props: LegendProps) {\n const { size, ...nativeProps } = props\n const { invalid, required } = useFieldContext()\n\n return (\n <legend\n {...nativeProps}\n {...(invalid && { 'aria-invalid': true })}\n className={cx(\n nativeProps.className,\n hstack({\n justify: 'space-between',\n w: 'full',\n }),\n label({\n size,\n }),\n )}\n >\n {nativeProps.children}\n <Show when={required}>\n <span\n className={css({\n color: 'page.text.100',\n fontSize: 'inherit',\n })}\n >\n (required)\n </span>\n </Show>\n </legend>\n )\n}\n"],"mappings":";;;;;AAEA,SAAS,uBAAuB;AAChC,SAAS,KAAK,UAAU;AACxB,SAAS,aAAqC;AAC9C,SAAS,cAAc;AAmBnB,SAgBI,KAhBJ;AALG,SAAS,OAAO,OAAoB;AACzC,QAAM,EAAE,MAAM,GAAG,YAAY,IAAI;AACjC,QAAM,EAAE,SAAS,SAAS,IAAI,gBAAgB;AAE9C,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACH,GAAI,WAAW,EAAE,gBAAgB,KAAK;AAAA,MACvC,WAAW;AAAA,QACT,YAAY;AAAA,QACZ,OAAO;AAAA,UACL,SAAS;AAAA,UACT,GAAG;AAAA,QACL,CAAC;AAAA,QACD,MAAM;AAAA,UACJ;AAAA,QACF,CAAC;AAAA,MACH;AAAA,MAEC;AAAA,oBAAY;AAAA,QACb,oBAAC,QAAK,MAAM,UACV;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,IAAI;AAAA,cACb,OAAO;AAAA,cACP,UAAU;AAAA,YACZ,CAAC;AAAA,YACF;AAAA;AAAA,QAED,GACF;AAAA;AAAA;AAAA,EACF;AAEJ;","names":[]}
|