@cerberus-design/react 0.18.3 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/legacy/_tsup-dts-rollup.d.cts +2509 -808
- 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 +153 -66
- package/build/legacy/components/checkbox/checkbox.cjs.map +1 -1
- package/build/legacy/components/checkbox/index.cjs +153 -66
- 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 +215 -174
- package/build/legacy/components/cta-dialog/index.cjs.map +1 -1
- package/build/legacy/components/cta-dialog/provider.cjs +215 -174
- 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/day-view.d.cts +1 -1
- package/build/legacy/components/date-picker/index.cjs +229 -240
- package/build/legacy/components/date-picker/index.cjs.map +1 -1
- package/build/legacy/components/date-picker/index.d.cts +31 -0
- package/build/legacy/components/date-picker/input.cjs +163 -171
- 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 +159 -174
- 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 +10 -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 +180 -61
- package/build/legacy/components/field/field.cjs.map +1 -1
- package/build/legacy/components/field/helper-text.cjs +198 -0
- package/build/legacy/components/field/helper-text.cjs.map +1 -0
- package/build/legacy/components/field/helper-text.d.cts +1 -0
- package/build/legacy/components/field/index.cjs +228 -116
- 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 -93
- package/build/legacy/components/field/parts.cjs.map +1 -1
- package/build/legacy/components/field/primitives.cjs +214 -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 +185 -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 +185 -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 +239 -171
- 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 +389 -320
- 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 +1597 -2020
- package/build/legacy/index.cjs.map +1 -1
- package/build/legacy/index.d.cts +224 -17
- package/build/legacy/system/factory.cjs +167 -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/legacy/types.cjs.map +1 -1
- package/build/legacy/types.d.cts +1 -0
- package/build/modern/_tsup-dts-rollup.d.ts +2509 -808
- package/build/modern/chunk-24FZWSGV.js +18 -0
- package/build/modern/chunk-24FZWSGV.js.map +1 -0
- package/build/modern/chunk-26VVDQAY.js +34 -0
- package/build/modern/chunk-26VVDQAY.js.map +1 -0
- package/build/modern/chunk-34U4QQ3I.js +1 -0
- package/build/modern/chunk-3RPBRD5W.js +1 -0
- package/build/modern/chunk-3WTLKTIL.js +39 -0
- package/build/modern/chunk-3WTLKTIL.js.map +1 -0
- package/build/modern/chunk-3XA6Y4S4.js +49 -0
- package/build/modern/chunk-3XA6Y4S4.js.map +1 -0
- package/build/modern/chunk-4FRIJ5VV.js +14 -0
- package/build/modern/chunk-4FRIJ5VV.js.map +1 -0
- package/build/modern/chunk-4LBGIGNJ.js +15 -0
- package/build/modern/chunk-4NW7Q2VS.js +21 -0
- package/build/modern/chunk-4TQO7LCB.js +44 -0
- package/build/modern/chunk-4TQO7LCB.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-56YCKMC2.js +21 -0
- package/build/modern/chunk-5CG7URT6.js +19 -0
- package/build/modern/chunk-5CG7URT6.js.map +1 -0
- package/build/modern/chunk-5IMS6G4G.js +1 -0
- package/build/modern/chunk-6LH6MOXD.js +25 -0
- package/build/modern/chunk-6QWS7HII.js +47 -0
- package/build/modern/chunk-6W6QY3XG.js +23 -0
- package/build/modern/chunk-6W6QY3XG.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-7F4AOCTU.js +22 -0
- package/build/modern/chunk-7F4AOCTU.js.map +1 -0
- package/build/modern/chunk-7PTAPZOO.js +26 -0
- package/build/modern/chunk-7PTAPZOO.js.map +1 -0
- package/build/modern/chunk-AAWEAXIA.js +15 -0
- package/build/modern/chunk-ADI4DOEW.js +17 -0
- package/build/modern/chunk-ADI4DOEW.js.map +1 -0
- package/build/modern/chunk-APDQJ7MW.js +41 -0
- package/build/modern/chunk-APDQJ7MW.js.map +1 -0
- package/build/modern/chunk-B4GBNIU7.js +1 -0
- package/build/modern/chunk-B4X5H2QZ.js +46 -0
- package/build/modern/chunk-B4X5H2QZ.js.map +1 -0
- package/build/modern/chunk-BCN2E47W.js +41 -0
- package/build/modern/chunk-BCN2E47W.js.map +1 -0
- package/build/modern/chunk-BF2IDJMZ.js +37 -0
- package/build/modern/chunk-BF2IDJMZ.js.map +1 -0
- package/build/modern/chunk-BFV463NP.js +27 -0
- package/build/modern/chunk-C3FEINCR.js +12 -0
- package/build/modern/chunk-C3FEINCR.js.map +1 -0
- package/build/modern/chunk-CIKCQHPC.js +20 -0
- package/build/modern/chunk-CIKCQHPC.js.map +1 -0
- package/build/modern/chunk-CKLLERV7.js +21 -0
- package/build/modern/chunk-D2TQPEZQ.js +13 -0
- package/build/modern/chunk-D2TQPEZQ.js.map +1 -0
- package/build/modern/chunk-DJCPF4JA.js +77 -0
- package/build/modern/chunk-DJCPF4JA.js.map +1 -0
- package/build/modern/chunk-DUCW5X4Y.js +23 -0
- package/build/modern/chunk-DUFKXBQT.js +22 -0
- package/build/modern/chunk-DWKGFNTK.js +15 -0
- package/build/modern/chunk-DWKGFNTK.js.map +1 -0
- package/build/modern/chunk-E2AW2N7Q.js +33 -0
- package/build/modern/chunk-EALORWDQ.js +126 -0
- package/build/modern/chunk-EALORWDQ.js.map +1 -0
- package/build/modern/chunk-EPIO6H3A.js +18 -0
- package/build/modern/chunk-EZTDGHEX.js +1 -0
- package/build/modern/chunk-F45WBSRP.js +215 -0
- package/build/modern/chunk-F45WBSRP.js.map +1 -0
- package/build/modern/chunk-FRT3VY4M.js +22 -0
- package/build/modern/chunk-FRT3VY4M.js.map +1 -0
- package/build/modern/chunk-G4CDF7LY.js +15 -0
- package/build/modern/chunk-G4CDF7LY.js.map +1 -0
- package/build/modern/chunk-GPGFQNJ6.js +21 -0
- package/build/modern/chunk-GZ6T3352.js +109 -0
- package/build/modern/chunk-GZ6T3352.js.map +1 -0
- package/build/modern/chunk-GZXW3JIW.js +41 -0
- package/build/modern/chunk-HBS3B3SE.js +33 -0
- package/build/modern/chunk-HHY26N7O.js +20 -0
- package/build/modern/chunk-HHY26N7O.js.map +1 -0
- package/build/modern/chunk-IX7BYPTS.js +29 -0
- package/build/modern/chunk-IX7BYPTS.js.map +1 -0
- package/build/modern/chunk-JFWPJXFF.js +33 -0
- package/build/modern/chunk-JFWPJXFF.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-JLMHKTPI.js +27 -0
- package/build/modern/chunk-JLMHKTPI.js.map +1 -0
- package/build/modern/chunk-JPWFSCTC.js +80 -0
- package/build/modern/chunk-JPWFSCTC.js.map +1 -0
- package/build/modern/chunk-JQNVN6R6.js +42 -0
- package/build/modern/chunk-JQNVN6R6.js.map +1 -0
- package/build/modern/chunk-JVWOAPWY.js +70 -0
- package/build/modern/chunk-JVWOAPWY.js.map +1 -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-KJYL3RJ2.js +42 -0
- package/build/modern/chunk-KJYL3RJ2.js.map +1 -0
- package/build/modern/chunk-KOVD3FG7.js +87 -0
- package/build/modern/chunk-KOVD3FG7.js.map +1 -0
- package/build/modern/chunk-KRTXDJ4S.js +43 -0
- package/build/modern/chunk-KRTXDJ4S.js.map +1 -0
- package/build/modern/chunk-KTTGGO72.js +35 -0
- package/build/modern/chunk-KTTGGO72.js.map +1 -0
- package/build/modern/chunk-KUR42DQQ.js +25 -0
- package/build/modern/chunk-KUTKPR3G.js +22 -0
- package/build/modern/chunk-KUTKPR3G.js.map +1 -0
- package/build/modern/chunk-L3V6I7YH.js +35 -0
- package/build/modern/chunk-L3V6I7YH.js.map +1 -0
- package/build/modern/chunk-L654KDXH.js +37 -0
- package/build/modern/chunk-L654KDXH.js.map +1 -0
- package/build/modern/chunk-LRHHDORZ.js +1 -0
- package/build/modern/chunk-LWOV3N62.js +31 -0
- package/build/modern/chunk-LWOV3N62.js.map +1 -0
- package/build/modern/chunk-MBZHMWPR.js +94 -0
- package/build/modern/chunk-MBZHMWPR.js.map +1 -0
- package/build/modern/chunk-MS7LB3BL.js +86 -0
- package/build/modern/chunk-MS7LB3BL.js.map +1 -0
- package/build/modern/chunk-MW2BVQ5A.js +64 -0
- package/build/modern/chunk-MW2BVQ5A.js.map +1 -0
- package/build/modern/chunk-NAPG6OWJ.js +41 -0
- package/build/modern/chunk-NAPG6OWJ.js.map +1 -0
- package/build/modern/chunk-NE6TEVH2.js +67 -0
- package/build/modern/chunk-NE6TEVH2.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-NZBKI6AF.js +42 -0
- package/build/modern/chunk-NZBKI6AF.js.map +1 -0
- package/build/modern/chunk-NZP3XQNQ.js +1 -0
- package/build/modern/chunk-NZZS2A53.js +37 -0
- package/build/modern/chunk-OCK4XVNE.js +24 -0
- package/build/modern/chunk-OCK4XVNE.js.map +1 -0
- package/build/modern/chunk-OKU736EK.js +17 -0
- package/build/modern/chunk-OQN4HVLQ.js +38 -0
- package/build/modern/chunk-P3EIOH5D.js +30 -0
- package/build/modern/chunk-P3EIOH5D.js.map +1 -0
- package/build/modern/chunk-P4GJKPNL.js +21 -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-Q2MJ7JRM.js +22 -0
- package/build/modern/chunk-Q4CS3AKY.js +1 -0
- package/build/modern/chunk-QHV4IK52.js +27 -0
- package/build/modern/chunk-QHV4IK52.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-QULAH262.js +27 -0
- package/build/modern/chunk-QULAH262.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-QZ5BIUMH.js +226 -0
- package/build/modern/chunk-QZ5BIUMH.js.map +1 -0
- package/build/modern/chunk-RIBBTTT4.js +36 -0
- package/build/modern/chunk-RIBBTTT4.js.map +1 -0
- package/build/modern/chunk-RJGEKVHZ.js +59 -0
- package/build/modern/chunk-RMEVOJ2E.js +1 -0
- package/build/modern/chunk-SFQIENJB.js +40 -0
- package/build/modern/chunk-SFQIENJB.js.map +1 -0
- package/build/modern/chunk-SQRFRBDB.js +48 -0
- package/build/modern/chunk-SQRFRBDB.js.map +1 -0
- package/build/modern/chunk-T5TX5YHC.js +25 -0
- package/build/modern/chunk-T5TX5YHC.js.map +1 -0
- package/build/modern/chunk-TCACYLCL.js +40 -0
- package/build/modern/chunk-TCACYLCL.js.map +1 -0
- package/build/modern/chunk-TGCKJHEE.js +52 -0
- package/build/modern/chunk-TGCKJHEE.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-TQB6U3JH.js +24 -0
- package/build/modern/chunk-TQB6U3JH.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-TVSVKDWV.js +14 -0
- package/build/modern/chunk-TVSVKDWV.js.map +1 -0
- package/build/modern/chunk-TXV55LWL.js +23 -0
- package/build/modern/chunk-TXV55LWL.js.map +1 -0
- package/build/modern/chunk-ULKVI2EH.js +40 -0
- package/build/modern/chunk-ULKVI2EH.js.map +1 -0
- package/build/modern/chunk-UWNLOY27.js +22 -0
- package/build/modern/chunk-UWNLOY27.js.map +1 -0
- package/build/modern/chunk-V3LIZS3V.js +62 -0
- package/build/modern/chunk-V3LIZS3V.js.map +1 -0
- package/build/modern/chunk-VB5XZZKE.js +23 -0
- package/build/modern/chunk-VKL3CMI3.js +19 -0
- package/build/modern/chunk-VKL3CMI3.js.map +1 -0
- package/build/modern/chunk-VOVGPV7G.js +31 -0
- package/build/modern/chunk-VOVGPV7G.js.map +1 -0
- package/build/modern/chunk-VPD3PPBW.js +41 -0
- package/build/modern/chunk-VPD3PPBW.js.map +1 -0
- package/build/modern/chunk-VQ3NO6IC.js +36 -0
- package/build/modern/chunk-VQ3NO6IC.js.map +1 -0
- package/build/modern/chunk-VT6DJ2VM.js +1 -0
- package/build/modern/chunk-WC5DERNW.js +43 -0
- package/build/modern/chunk-WC5DERNW.js.map +1 -0
- package/build/modern/chunk-WC75SKFH.js +21 -0
- package/build/modern/chunk-WJHG3ZFR.js +35 -0
- package/build/modern/chunk-WJHG3ZFR.js.map +1 -0
- package/build/modern/chunk-WJW4FF4J.js +1 -0
- package/build/modern/chunk-WN2WTSWG.js +31 -0
- package/build/modern/chunk-WRKDPEIM.js +182 -0
- package/build/modern/chunk-WRKDPEIM.js.map +1 -0
- package/build/modern/chunk-X5LBBTCV.js +1 -0
- package/build/modern/chunk-X627G6B3.js +22 -0
- package/build/modern/chunk-X627G6B3.js.map +1 -0
- package/build/modern/chunk-X7JS25IL.js +19 -0
- package/build/modern/chunk-XDMGFB6Q.js +1 -0
- package/build/modern/chunk-XNER5INS.js +35 -0
- package/build/modern/chunk-XNER5INS.js.map +1 -0
- package/build/modern/chunk-YJR4NLDB.js +14 -0
- package/build/modern/chunk-YJR4NLDB.js.map +1 -0
- package/build/modern/chunk-ZLHQYCL3.js +45 -0
- package/build/modern/chunk-ZLHQYCL3.js.map +1 -0
- package/build/modern/components/accordion/index.d.ts +5 -0
- package/build/modern/components/accordion/index.js +9 -5
- package/build/modern/components/accordion/item-group.js +9 -5
- package/build/modern/components/accordion/item-indicator.js +6 -3
- package/build/modern/components/accordion/parts.js +5 -2
- package/build/modern/components/accordion/primitives.d.ts +5 -0
- package/build/modern/components/accordion/primitives.js +4 -1
- package/build/modern/components/admonition/admonition.js +12 -8
- package/build/modern/components/admonition/index.d.ts +5 -0
- package/build/modern/components/admonition/index.js +12 -8
- package/build/modern/components/admonition/match-avatar.js +9 -5
- package/build/modern/components/admonition/parts.js +5 -2
- package/build/modern/components/admonition/primitives.d.ts +5 -0
- package/build/modern/components/admonition/primitives.js +4 -1
- package/build/modern/components/avatar/avatar.js +8 -4
- package/build/modern/components/avatar/index.d.ts +3 -0
- package/build/modern/components/avatar/index.js +8 -4
- package/build/modern/components/avatar/parts.js +5 -2
- package/build/modern/components/avatar/primitives.d.ts +3 -0
- package/build/modern/components/avatar/primitives.js +4 -1
- package/build/modern/components/button/button.js +9 -3
- package/build/modern/components/button/index.js +10 -4
- package/build/modern/components/button/parts.js +10 -4
- package/build/modern/components/button/primitives.d.ts +1 -0
- package/build/modern/components/button/primitives.js +10 -0
- package/build/modern/components/checkbox/checkbox-icon.js +8 -4
- package/build/modern/components/checkbox/checkbox.js +11 -6
- package/build/modern/components/checkbox/index.d.ts +6 -0
- package/build/modern/components/checkbox/index.js +11 -6
- package/build/modern/components/checkbox/parts.js +5 -2
- package/build/modern/components/checkbox/primitives.d.ts +6 -0
- package/build/modern/components/checkbox/primitives.js +4 -1
- package/build/modern/components/circular-progress/circular-progress.d.ts +2 -0
- package/build/modern/components/circular-progress/circular-progress.js +11 -0
- package/build/modern/components/circular-progress/index.d.ts +16 -0
- package/build/modern/components/circular-progress/index.js +27 -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 +22 -0
- package/build/modern/components/circular-progress/primitives.js.map +1 -0
- package/build/modern/components/combobox/combobox.js +12 -5
- package/build/modern/components/combobox/index.d.ts +14 -0
- package/build/modern/components/combobox/index.js +16 -9
- package/build/modern/components/combobox/item-group.js +6 -3
- package/build/modern/components/combobox/item.js +6 -3
- package/build/modern/components/combobox/parts.js +5 -2
- package/build/modern/components/combobox/primitives.d.ts +14 -0
- package/build/modern/components/combobox/primitives.js +4 -1
- package/build/modern/components/combobox/use-stateful-collection.js +5 -2
- package/build/modern/components/cta-dialog/index.js +25 -15
- package/build/modern/components/cta-dialog/provider.js +25 -15
- package/build/modern/components/cta-dialog/trigger-item.js +10 -4
- package/build/modern/components/date-picker/calendar.d.ts +1 -0
- package/build/modern/components/date-picker/calendar.js +22 -13
- package/build/modern/components/date-picker/content.js +8 -4
- package/build/modern/components/date-picker/date-picker.js +6 -3
- package/build/modern/components/date-picker/day-view.d.ts +1 -1
- package/build/modern/components/date-picker/day-view.js +16 -8
- package/build/modern/components/date-picker/index.d.ts +31 -0
- package/build/modern/components/date-picker/index.js +39 -19
- package/build/modern/components/date-picker/input.js +10 -5
- package/build/modern/components/date-picker/month-view.js +16 -8
- package/build/modern/components/date-picker/parts.js +5 -2
- package/build/modern/components/date-picker/primitives.d.ts +24 -0
- package/build/modern/components/date-picker/primitives.js +4 -1
- package/build/modern/components/date-picker/range-input.js +10 -6
- package/build/modern/components/date-picker/trigger.js +9 -4
- package/build/modern/components/date-picker/view-control-group.js +15 -7
- package/build/modern/components/date-picker/year-view.js +16 -8
- package/build/modern/components/deprecated/Label.js +11 -5
- 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 +8 -3
- package/build/modern/components/dialog/dialog.js +7 -3
- package/build/modern/components/dialog/index.d.ts +10 -1
- package/build/modern/components/dialog/index.js +12 -6
- package/build/modern/components/dialog/parts.js +5 -2
- package/build/modern/components/dialog/primitives.d.ts +9 -1
- package/build/modern/components/dialog/primitives.js +4 -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 +9 -3
- package/build/modern/components/field/helper-text.d.ts +1 -0
- package/build/modern/components/field/helper-text.js +17 -0
- package/build/modern/components/field/helper-text.js.map +1 -0
- package/build/modern/components/field/index.d.ts +11 -3
- package/build/modern/components/field/index.js +14 -6
- package/build/modern/components/field/input.d.ts +2 -0
- package/build/modern/components/field/input.js +16 -0
- package/build/modern/components/field/input.js.map +1 -0
- package/build/modern/components/field/parts.js +8 -2
- package/build/modern/components/field/primitives.d.ts +9 -2
- package/build/modern/components/field/primitives.js +9 -1
- package/build/modern/components/fieldset/fieldset.js +6 -3
- package/build/modern/components/fieldset/index.d.ts +4 -0
- package/build/modern/components/fieldset/index.js +6 -3
- package/build/modern/components/fieldset/parts.js +5 -2
- package/build/modern/components/fieldset/primitives.d.ts +4 -0
- package/build/modern/components/fieldset/primitives.js +4 -1
- package/build/modern/components/file-upload/file-status.d.ts +6 -0
- package/build/modern/components/file-upload/file-status.js +35 -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 +19 -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 +39 -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 +11 -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 +15 -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 +10 -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 +45 -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 +23 -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 +28 -0
- package/build/modern/components/menu/primitives.js.map +1 -0
- package/build/modern/components/notifications/center.js +14 -8
- package/build/modern/components/notifications/close-trigger.js +6 -3
- package/build/modern/components/notifications/index.d.ts +6 -0
- package/build/modern/components/notifications/index.js +14 -8
- package/build/modern/components/notifications/match-icon.js +3 -2
- package/build/modern/components/notifications/parts.js +5 -2
- package/build/modern/components/notifications/primitives.d.ts +6 -0
- package/build/modern/components/notifications/primitives.js +4 -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 +17 -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 +12 -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 +11 -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 +6 -3
- package/build/modern/components/radio/parts.js +5 -2
- package/build/modern/components/radio/primitives.d.ts +7 -0
- package/build/modern/components/radio/primitives.js +4 -1
- package/build/modern/components/radio/radio.js +5 -2
- package/build/modern/components/rating/index.d.ts +7 -0
- package/build/modern/components/rating/index.js +8 -4
- package/build/modern/components/rating/parts.js +5 -2
- package/build/modern/components/rating/primitives.d.ts +7 -0
- package/build/modern/components/rating/primitives.js +4 -1
- package/build/modern/components/rating/rating.js +8 -4
- package/build/modern/components/select/index.d.ts +17 -3
- package/build/modern/components/select/index.js +16 -9
- package/build/modern/components/select/option-group.js +5 -2
- package/build/modern/components/select/option.d.ts +2 -0
- package/build/modern/components/select/option.js +14 -0
- package/build/modern/components/select/option.js.map +1 -0
- package/build/modern/components/select/parts.js +5 -2
- package/build/modern/components/select/primitives.d.ts +16 -1
- package/build/modern/components/select/primitives.js +4 -1
- package/build/modern/components/select/select.d.ts +0 -3
- package/build/modern/components/select/select.js +10 -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 +7 -4
- package/build/modern/components/switch/parts.js +5 -2
- package/build/modern/components/switch/primitives.d.ts +5 -0
- package/build/modern/components/switch/primitives.js +4 -1
- package/build/modern/components/switch/switch.d.ts +0 -1
- package/build/modern/components/switch/switch.js +6 -3
- package/build/modern/components/table/index.d.ts +11 -0
- package/build/modern/components/table/index.js +8 -4
- package/build/modern/components/table/parts.js +5 -2
- package/build/modern/components/table/primitives.d.ts +10 -0
- package/build/modern/components/table/primitives.js +4 -1
- package/build/modern/components/table/table.d.ts +1 -0
- package/build/modern/components/table/table.js +7 -3
- package/build/modern/components/tabs/index.d.ts +5 -0
- package/build/modern/components/tabs/index.js +6 -3
- package/build/modern/components/tabs/parts.js +5 -2
- package/build/modern/components/tabs/primitives.d.ts +5 -0
- package/build/modern/components/tabs/primitives.js +4 -1
- package/build/modern/components/tabs/tabs.js +6 -3
- package/build/modern/components/tag/index.d.ts +4 -0
- package/build/modern/components/tag/index.js +17 -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 +17 -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 +11 -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 +10 -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 +5 -2
- package/build/modern/components/toggle/parts.js +5 -2
- package/build/modern/components/toggle/primitives.d.ts +2 -0
- package/build/modern/components/toggle/primitives.js +4 -1
- package/build/modern/components/tooltip/index.d.ts +15 -0
- package/build/modern/components/tooltip/index.js +29 -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 +11 -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 +20 -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 +12 -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 +22 -13
- package/build/modern/context/field.js +7 -1
- package/build/modern/context/field.js.map +1 -1
- package/build/modern/context/prompt-modal.js +30 -18
- package/build/modern/hooks/useRootColors.js +1 -1
- package/build/modern/index.d.ts +224 -17
- package/build/modern/index.js +312 -209
- package/build/modern/index.js.map +1 -1
- package/build/modern/system/factory.d.ts +1 -0
- package/build/modern/system/factory.js +9 -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 +11 -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/build/modern/types.d.ts +1 -0
- package/package.json +23 -9
- 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 +8 -3
- 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 +9 -6
- package/src/components/date-picker/day-view.tsx +1 -1
- package/src/components/date-picker/index.ts +10 -0
- package/src/components/date-picker/input.tsx +3 -3
- 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 +9 -24
- 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 +11 -5
- package/src/components/dialog/index.ts +4 -0
- package/src/components/dialog/primitives.tsx +42 -72
- 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 +13 -11
- package/src/components/field/helper-text.tsx +20 -0
- package/src/components/field/index.ts +3 -1
- package/src/components/field/input.tsx +47 -0
- package/src/components/field/primitives.tsx +90 -157
- 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/text/text.tsx +68 -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 +53 -31
- package/src/context/prompt-modal.tsx +41 -39
- 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/src/types.ts +21 -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 -462
- 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 -59
- 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-3DZW23OX.js +0 -50
- package/build/modern/chunk-3DZW23OX.js.map +0 -1
- package/build/modern/chunk-3IT3V3YA.js +0 -41
- package/build/modern/chunk-3IT3V3YA.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-A5UXCB4L.js +0 -117
- package/build/modern/chunk-A5UXCB4L.js.map +0 -1
- package/build/modern/chunk-ADZRQNW3.js +0 -46
- package/build/modern/chunk-ADZRQNW3.js.map +0 -1
- package/build/modern/chunk-AUI74W7J.js +0 -81
- package/build/modern/chunk-AUI74W7J.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-CEJIKL6N.js +0 -22
- package/build/modern/chunk-CEJIKL6N.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-D7QIPJQC.js +0 -67
- package/build/modern/chunk-D7QIPJQC.js.map +0 -1
- package/build/modern/chunk-DHKSNGQX.js +0 -156
- package/build/modern/chunk-DHKSNGQX.js.map +0 -1
- 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-F3XFJHGR.js +0 -42
- package/build/modern/chunk-F3XFJHGR.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-GBCF6DOS.js +0 -23
- package/build/modern/chunk-GC6JUHVS.js +0 -15
- 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-ILROS7ST.js +0 -33
- 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-KABRV6TB.js +0 -226
- package/build/modern/chunk-KABRV6TB.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-L64HQGLQ.js +0 -47
- package/build/modern/chunk-L64HQGLQ.js.map +0 -1
- package/build/modern/chunk-LEBDLXJE.js +0 -37
- package/build/modern/chunk-LEBDLXJE.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-NP73HOHI.js +0 -27
- package/build/modern/chunk-NP73HOHI.js.map +0 -1
- 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-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-OY7BOKWW.js +0 -31
- package/build/modern/chunk-OY7BOKWW.js.map +0 -1
- package/build/modern/chunk-P7DWMM56.js +0 -210
- package/build/modern/chunk-P7DWMM56.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-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-RP6DNLP3.js +0 -17
- package/build/modern/chunk-RP6DNLP3.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-SSR3CWJZ.js +0 -82
- package/build/modern/chunk-SSR3CWJZ.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-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-U3ISYEUF.js +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-V6EAWUCQ.js +0 -27
- 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-WEL43I6Y.js +0 -100
- package/build/modern/chunk-WEL43I6Y.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-Z2KBUTCO.js +0 -22
- package/build/modern/chunk-Z2KBUTCO.js.map +0 -1
- package/build/modern/chunk-ZL7AX5EM.js +0 -22
- package/build/modern/chunk-ZL7AX5EM.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 -25
- 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/Text.tsx +0 -71
- 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-GC6JUHVS.js.map → chunk-4LBGIGNJ.js.map} +0 -0
- /package/build/modern/{chunk-QNZIH2KG.js.map → chunk-4NW7Q2VS.js.map} +0 -0
- /package/build/modern/{chunk-I4EGYD24.js.map → chunk-56YCKMC2.js.map} +0 -0
- /package/build/modern/{chunk-2LF3HPNA.js.map → chunk-5IMS6G4G.js.map} +0 -0
- /package/build/modern/{chunk-GYUCW2QK.js.map → chunk-6LH6MOXD.js.map} +0 -0
- /package/build/modern/{chunk-QD3WAARV.js.map → chunk-6QWS7HII.js.map} +0 -0
- /package/build/modern/{chunk-2IYWFZTK.js.map → chunk-AAWEAXIA.js.map} +0 -0
- /package/build/modern/{chunk-U3ISYEUF.js.map → chunk-B4GBNIU7.js.map} +0 -0
- /package/build/modern/{chunk-V6EAWUCQ.js.map → chunk-BFV463NP.js.map} +0 -0
- /package/build/modern/{chunk-W337WQTU.js.map → chunk-CKLLERV7.js.map} +0 -0
- /package/build/modern/{chunk-52ZQ26IV.js.map → chunk-DUCW5X4Y.js.map} +0 -0
- /package/build/modern/{chunk-5FC7HIAR.js.map → chunk-DUFKXBQT.js.map} +0 -0
- /package/build/modern/{chunk-ILROS7ST.js.map → chunk-E2AW2N7Q.js.map} +0 -0
- /package/build/modern/{chunk-2CZWHED6.js.map → chunk-EPIO6H3A.js.map} +0 -0
- /package/build/modern/{components/CircularProgress.js.map → chunk-EZTDGHEX.js.map} +0 -0
- /package/build/modern/{chunk-7I7LA2EE.js.map → chunk-GPGFQNJ6.js.map} +0 -0
- /package/build/modern/{chunk-YOYCS3MD.js.map → chunk-GZXW3JIW.js.map} +0 -0
- /package/build/modern/{chunk-NJ37QRAI.js.map → chunk-HBS3B3SE.js.map} +0 -0
- /package/build/modern/{components/FeatureFlag.js.map → chunk-JIXUOTH4.js.map} +0 -0
- /package/build/modern/{chunk-MZXSSTS7.js.map → chunk-KUR42DQQ.js.map} +0 -0
- /package/build/modern/{components/FileStatus.js.map → chunk-LRHHDORZ.js.map} +0 -0
- /package/build/modern/{components/FileUploader.js.map → chunk-NZP3XQNQ.js.map} +0 -0
- /package/build/modern/{chunk-V6ZOASMM.js.map → chunk-NZZS2A53.js.map} +0 -0
- /package/build/modern/{chunk-IUF74GEL.js.map → chunk-OKU736EK.js.map} +0 -0
- /package/build/modern/{chunk-NYVKL2IS.js.map → chunk-OQN4HVLQ.js.map} +0 -0
- /package/build/modern/{chunk-MTD4JSHT.js.map → chunk-P4GJKPNL.js.map} +0 -0
- /package/build/modern/{components/IconButton.js.map → chunk-PAQ6YQ7Y.js.map} +0 -0
- /package/build/modern/{chunk-H2VYN32T.js.map → chunk-Q2MJ7JRM.js.map} +0 -0
- /package/build/modern/{components/Menu.js.map → chunk-Q4CS3AKY.js.map} +0 -0
- /package/build/modern/{chunk-J76SGDYP.js.map → chunk-RJGEKVHZ.js.map} +0 -0
- /package/build/modern/{components/Portal.js.map → chunk-RMEVOJ2E.js.map} +0 -0
- /package/build/modern/{components/ProgressBar.js.map → chunk-TLRRDNS3.js.map} +0 -0
- /package/build/modern/{chunk-GBCF6DOS.js.map → chunk-VB5XZZKE.js.map} +0 -0
- /package/build/modern/{components/Show.js.map → chunk-VT6DJ2VM.js.map} +0 -0
- /package/build/modern/{chunk-JQYW4IOC.js.map → chunk-WC75SKFH.js.map} +0 -0
- /package/build/modern/{components/Spinner.js.map → chunk-WJW4FF4J.js.map} +0 -0
- /package/build/modern/{chunk-6UVR3VGK.js.map → chunk-WN2WTSWG.js.map} +0 -0
- /package/build/modern/{components/Tag.js.map → chunk-X5LBBTCV.js.map} +0 -0
- /package/build/modern/{chunk-NQ22M7U7.js.map → chunk-X7JS25IL.js.map} +0 -0
- /package/build/modern/{components/Text.js.map → chunk-XDMGFB6Q.js.map} +0 -0
- /package/build/modern/components/{Tooltip.js.map → button/primitives.js.map} +0 -0
- /package/build/modern/components/{for.js.map → circular-progress/circular-progress.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
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DatePickerViewControlGroup
|
|
3
|
-
} from "./chunk-INVZVMY4.js";
|
|
4
|
-
import {
|
|
5
|
-
DatePickerParts
|
|
6
|
-
} from "./chunk-J76SGDYP.js";
|
|
7
|
-
|
|
8
|
-
// src/components/date-picker/month-view.tsx
|
|
9
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
function DatePickerMonthView(props) {
|
|
11
|
-
return /* @__PURE__ */ jsx(DatePickerParts.View, { ...props, view: "month", children: /* @__PURE__ */ jsx(DatePickerParts.Context, { children: (datePicker) => /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12
|
-
/* @__PURE__ */ jsx(DatePickerViewControlGroup, {}),
|
|
13
|
-
/* @__PURE__ */ jsx(DatePickerParts.Table, { children: /* @__PURE__ */ jsx(DatePickerParts.TableBody, { children: datePicker.getMonthsGrid({ columns: 4, format: "short" }).map((months, id) => /* @__PURE__ */ jsx(DatePickerParts.TableRow, { children: months.map((month, id2) => /* @__PURE__ */ jsx(DatePickerParts.TableCell, { value: month.value, children: /* @__PURE__ */ jsx(DatePickerParts.TableCellTrigger, { children: month.label }) }, id2)) }, id)) }) })
|
|
14
|
-
] }) }) });
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export {
|
|
18
|
-
DatePickerMonthView
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=chunk-D6PFYSIP.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/date-picker/month-view.tsx"],"sourcesContent":["'use client'\n\nimport type {\n DatePickerViewProps,\n UseDatePickerContext,\n} from '@ark-ui/react/date-picker'\nimport { DatePickerParts } from './parts'\nimport { DatePickerViewControlGroup } from './view-control-group'\n\n/**\n * This private module contains an abstraction of the DatePickerMonthView\n * component.\n * @module 'date-picker/month-view'\n */\n\n/**\n * An abstraction of the DatePickerMonthView that renders the month view of the\n * DatePicker.\n * @definition [datePicker docs](https://cerberus.digitalu.design/react/date-picker)\n */\nexport function DatePickerMonthView(props: Omit<DatePickerViewProps, 'view'>) {\n return (\n <DatePickerParts.View {...props} view=\"month\">\n <DatePickerParts.Context>\n {(datePicker: UseDatePickerContext) => (\n <>\n <DatePickerViewControlGroup />\n\n <DatePickerParts.Table>\n <DatePickerParts.TableBody>\n {datePicker\n .getMonthsGrid({ columns: 4, format: 'short' })\n .map((months, id) => (\n <DatePickerParts.TableRow key={id}>\n {months.map((month, id) => (\n <DatePickerParts.TableCell key={id} value={month.value}>\n <DatePickerParts.TableCellTrigger>\n {month.label}\n </DatePickerParts.TableCellTrigger>\n </DatePickerParts.TableCell>\n ))}\n </DatePickerParts.TableRow>\n ))}\n </DatePickerParts.TableBody>\n </DatePickerParts.Table>\n </>\n )}\n </DatePickerParts.Context>\n </DatePickerParts.View>\n )\n}\n"],"mappings":";;;;;;;;AAyBU,mBACE,KADF;AALH,SAAS,oBAAoB,OAA0C;AAC5E,SACE,oBAAC,gBAAgB,MAAhB,EAAsB,GAAG,OAAO,MAAK,SACpC,8BAAC,gBAAgB,SAAhB,EACE,WAAC,eACA,iCACE;AAAA,wBAAC,8BAA2B;AAAA,IAE5B,oBAAC,gBAAgB,OAAhB,EACC,8BAAC,gBAAgB,WAAhB,EACE,qBACE,cAAc,EAAE,SAAS,GAAG,QAAQ,QAAQ,CAAC,EAC7C,IAAI,CAAC,QAAQ,OACZ,oBAAC,gBAAgB,UAAhB,EACE,iBAAO,IAAI,CAAC,OAAOA,QAClB,oBAAC,gBAAgB,WAAhB,EAAmC,OAAO,MAAM,OAC/C,8BAAC,gBAAgB,kBAAhB,EACE,gBAAM,OACT,KAH8BA,GAIhC,CACD,KAP4B,EAQ/B,CACD,GACL,GACF;AAAA,KACF,GAEJ,GACF;AAEJ;","names":["id"]}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Avatar
|
|
3
|
-
} from "./chunk-CF4TCMJI.js";
|
|
4
|
-
import {
|
|
5
|
-
useCerberusContext
|
|
6
|
-
} from "./chunk-GITT5645.js";
|
|
7
|
-
import {
|
|
8
|
-
Show
|
|
9
|
-
} from "./chunk-VEAC4I3F.js";
|
|
10
|
-
|
|
11
|
-
// src/components/FileUploader.tsx
|
|
12
|
-
import { cx } from "styled-system/css";
|
|
13
|
-
import { vstack } from "styled-system/patterns";
|
|
14
|
-
import { fileUploader } from "styled-system/recipes";
|
|
15
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
16
|
-
function FileUploader(props) {
|
|
17
|
-
const { icons } = useCerberusContext();
|
|
18
|
-
const styles = fileUploader();
|
|
19
|
-
const { waitingFileUploader: Icon } = icons;
|
|
20
|
-
return /* @__PURE__ */ jsxs(
|
|
21
|
-
"div",
|
|
22
|
-
{
|
|
23
|
-
...props.disabled ? { "aria-disabled": true } : {},
|
|
24
|
-
className: cx(
|
|
25
|
-
vstack({
|
|
26
|
-
justify: "center"
|
|
27
|
-
}),
|
|
28
|
-
styles.container
|
|
29
|
-
),
|
|
30
|
-
children: [
|
|
31
|
-
/* @__PURE__ */ jsx("div", { className: styles.icon, children: /* @__PURE__ */ jsx(Avatar, { gradient: "charon-light", fallback: /* @__PURE__ */ jsx(Icon, {}) }) }),
|
|
32
|
-
/* @__PURE__ */ jsxs(
|
|
33
|
-
"label",
|
|
34
|
-
{
|
|
35
|
-
className: cx(
|
|
36
|
-
vstack({
|
|
37
|
-
justify: "center"
|
|
38
|
-
}),
|
|
39
|
-
styles.label
|
|
40
|
-
),
|
|
41
|
-
htmlFor: props.name,
|
|
42
|
-
children: [
|
|
43
|
-
/* @__PURE__ */ jsx(Show, { when: props.heading, children: /* @__PURE__ */ jsx("p", { className: styles.heading, children: props.heading }) }),
|
|
44
|
-
"Import ",
|
|
45
|
-
props.accept?.replace(",", ", "),
|
|
46
|
-
" files",
|
|
47
|
-
/* @__PURE__ */ jsx("p", { className: styles.description, children: "Click to select files" }),
|
|
48
|
-
/* @__PURE__ */ jsx(
|
|
49
|
-
"input",
|
|
50
|
-
{
|
|
51
|
-
...props,
|
|
52
|
-
className: cx(props.className, styles.input),
|
|
53
|
-
type: "file"
|
|
54
|
-
}
|
|
55
|
-
)
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
)
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export {
|
|
65
|
-
FileUploader
|
|
66
|
-
};
|
|
67
|
-
//# sourceMappingURL=chunk-D7QIPJQC.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/FileUploader.tsx"],"sourcesContent":["'use client'\n\nimport { cx } from 'styled-system/css'\nimport { vstack } from 'styled-system/patterns'\nimport { type InputHTMLAttributes } from 'react'\nimport { Show } from './Show'\nimport { fileUploader } from 'styled-system/recipes'\nimport { useCerberusContext } from '../context/cerberus'\nimport { Avatar } from './avatar/avatar'\n\nexport interface FileUploaderProps\n extends InputHTMLAttributes<HTMLInputElement> {\n /**\n * The optional heading to display in the FileUploader component.\n */\n heading?: string\n /**\n * The name of the file input element.\n */\n name: string\n /**\n * Disable the FileUploader component. Good for single-use file uploads.\n */\n disabled?: boolean\n}\n\n/**\n * A component that allows the user to upload files.\n * @see https://cerberus.digitalu.design/react/file-uploader\n */\nexport function FileUploader(props: FileUploaderProps) {\n const { icons } = useCerberusContext()\n const styles = fileUploader()\n const { waitingFileUploader: Icon } = icons\n\n return (\n <div\n {...(props.disabled ? { 'aria-disabled': true } : {})}\n className={cx(\n vstack({\n justify: 'center',\n }),\n styles.container,\n )}\n >\n <div className={styles.icon}>\n <Avatar gradient=\"charon-light\" fallback={<Icon />} />\n </div>\n\n <label\n className={cx(\n vstack({\n justify: 'center',\n }),\n styles.label,\n )}\n htmlFor={props.name}\n >\n <Show when={props.heading}>\n <p className={styles.heading}>{props.heading}</p>\n </Show>\n Import {props.accept?.replace(',', ', ')} files\n <p className={styles.description}>Click to select files</p>\n <input\n {...props}\n className={cx(props.className, styles.input)}\n type=\"file\"\n />\n </label>\n </div>\n )\n}\n"],"mappings":";;;;;;;;;;;AAEA,SAAS,UAAU;AACnB,SAAS,cAAc;AAGvB,SAAS,oBAAoB;AAwCqB,cAG5C,YAH4C;AAhB3C,SAAS,aAAa,OAA0B;AACrD,QAAM,EAAE,MAAM,IAAI,mBAAmB;AACrC,QAAM,SAAS,aAAa;AAC5B,QAAM,EAAE,qBAAqB,KAAK,IAAI;AAEtC,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAI,MAAM,WAAW,EAAE,iBAAiB,KAAK,IAAI,CAAC;AAAA,MACnD,WAAW;AAAA,QACT,OAAO;AAAA,UACL,SAAS;AAAA,QACX,CAAC;AAAA,QACD,OAAO;AAAA,MACT;AAAA,MAEA;AAAA,4BAAC,SAAI,WAAW,OAAO,MACrB,8BAAC,UAAO,UAAS,gBAAe,UAAU,oBAAC,QAAK,GAAI,GACtD;AAAA,QAEA;AAAA,UAAC;AAAA;AAAA,YACC,WAAW;AAAA,cACT,OAAO;AAAA,gBACL,SAAS;AAAA,cACX,CAAC;AAAA,cACD,OAAO;AAAA,YACT;AAAA,YACA,SAAS,MAAM;AAAA,YAEf;AAAA,kCAAC,QAAK,MAAM,MAAM,SAChB,8BAAC,OAAE,WAAW,OAAO,SAAU,gBAAM,SAAQ,GAC/C;AAAA,cAAO;AAAA,cACC,MAAM,QAAQ,QAAQ,KAAK,IAAI;AAAA,cAAE;AAAA,cACzC,oBAAC,OAAE,WAAW,OAAO,aAAa,mCAAqB;AAAA,cACvD;AAAA,gBAAC;AAAA;AAAA,kBACE,GAAG;AAAA,kBACJ,WAAW,GAAG,MAAM,WAAW,OAAO,KAAK;AAAA,kBAC3C,MAAK;AAAA;AAAA,cACP;AAAA;AAAA;AAAA,QACF;AAAA;AAAA;AAAA,EACF;AAEJ;","names":[]}
|
|
@@ -1,156 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Dialog
|
|
3
|
-
} from "./chunk-Z2KBUTCO.js";
|
|
4
|
-
import {
|
|
5
|
-
DialogCloseTrigger,
|
|
6
|
-
DialogDescription,
|
|
7
|
-
DialogHeading,
|
|
8
|
-
DialogProvider
|
|
9
|
-
} from "./chunk-SSR3CWJZ.js";
|
|
10
|
-
import {
|
|
11
|
-
Button
|
|
12
|
-
} from "./chunk-GB7W3YNU.js";
|
|
13
|
-
import {
|
|
14
|
-
Avatar
|
|
15
|
-
} from "./chunk-CF4TCMJI.js";
|
|
16
|
-
import {
|
|
17
|
-
useCerberusContext
|
|
18
|
-
} from "./chunk-GITT5645.js";
|
|
19
|
-
import {
|
|
20
|
-
Show
|
|
21
|
-
} from "./chunk-VEAC4I3F.js";
|
|
22
|
-
|
|
23
|
-
// src/context/confirm-modal.tsx
|
|
24
|
-
import {
|
|
25
|
-
createContext,
|
|
26
|
-
useCallback,
|
|
27
|
-
useContext,
|
|
28
|
-
useMemo,
|
|
29
|
-
useRef,
|
|
30
|
-
useState
|
|
31
|
-
} from "react";
|
|
32
|
-
import { css } from "styled-system/css";
|
|
33
|
-
import { HStack, VStack } from "styled-system/jsx";
|
|
34
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
35
|
-
var ConfirmModalContext = createContext(null);
|
|
36
|
-
function ConfirmModal(props) {
|
|
37
|
-
const [open, setOpen] = useState(false);
|
|
38
|
-
const [content, setContent] = useState(null);
|
|
39
|
-
const resolveRef = useRef(null);
|
|
40
|
-
const kind = content?.kind ?? "non-destructive";
|
|
41
|
-
const { icons } = useCerberusContext();
|
|
42
|
-
const { confirmModal: ConfirmIcon } = icons;
|
|
43
|
-
const palette = useMemo(
|
|
44
|
-
() => kind === "destructive" ? "danger" : "action",
|
|
45
|
-
[kind]
|
|
46
|
-
);
|
|
47
|
-
const handleChoice = useCallback(
|
|
48
|
-
(e) => {
|
|
49
|
-
const target = e.currentTarget;
|
|
50
|
-
if (target.value === "true") {
|
|
51
|
-
resolveRef.current?.(true);
|
|
52
|
-
}
|
|
53
|
-
resolveRef.current?.(false);
|
|
54
|
-
setOpen(false);
|
|
55
|
-
},
|
|
56
|
-
[setOpen]
|
|
57
|
-
);
|
|
58
|
-
const handleShow = useCallback(
|
|
59
|
-
(options) => {
|
|
60
|
-
return new Promise((resolve) => {
|
|
61
|
-
setContent({ ...options });
|
|
62
|
-
setOpen(true);
|
|
63
|
-
resolveRef.current = resolve;
|
|
64
|
-
});
|
|
65
|
-
},
|
|
66
|
-
[setOpen, setContent]
|
|
67
|
-
);
|
|
68
|
-
const value = useMemo(
|
|
69
|
-
() => ({
|
|
70
|
-
show: handleShow
|
|
71
|
-
}),
|
|
72
|
-
[handleShow]
|
|
73
|
-
);
|
|
74
|
-
return /* @__PURE__ */ jsxs(ConfirmModalContext.Provider, { value, children: [
|
|
75
|
-
props.children,
|
|
76
|
-
/* @__PURE__ */ jsx(DialogProvider, { open, onOpenChange: (e) => setOpen(e.open), children: /* @__PURE__ */ jsx(Dialog, { size: "sm", children: /* @__PURE__ */ jsxs(VStack, { gap: "xl", w: "full", children: [
|
|
77
|
-
/* @__PURE__ */ jsxs(VStack, { alignItems: "flex-start", gap: "md", w: "full", children: [
|
|
78
|
-
/* @__PURE__ */ jsx(
|
|
79
|
-
HStack,
|
|
80
|
-
{
|
|
81
|
-
alignSelf: "center",
|
|
82
|
-
justify: "center",
|
|
83
|
-
paddingBlockEnd: "md",
|
|
84
|
-
w: "full",
|
|
85
|
-
children: /* @__PURE__ */ jsx(
|
|
86
|
-
Show,
|
|
87
|
-
{
|
|
88
|
-
when: palette === "danger",
|
|
89
|
-
fallback: /* @__PURE__ */ jsx(
|
|
90
|
-
Avatar,
|
|
91
|
-
{
|
|
92
|
-
gradient: "charon-light",
|
|
93
|
-
fallback: /* @__PURE__ */ jsx(ConfirmIcon, { size: 24 })
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
children: /* @__PURE__ */ jsx(
|
|
97
|
-
Avatar,
|
|
98
|
-
{
|
|
99
|
-
gradient: "hades-dark",
|
|
100
|
-
fallback: /* @__PURE__ */ jsx(ConfirmIcon, { size: 24 })
|
|
101
|
-
}
|
|
102
|
-
)
|
|
103
|
-
}
|
|
104
|
-
)
|
|
105
|
-
}
|
|
106
|
-
),
|
|
107
|
-
/* @__PURE__ */ jsx(DialogHeading, { children: content?.heading }),
|
|
108
|
-
/* @__PURE__ */ jsx(DialogDescription, { children: content?.description })
|
|
109
|
-
] }),
|
|
110
|
-
/* @__PURE__ */ jsxs(HStack, { gap: "4", w: "full", children: [
|
|
111
|
-
/* @__PURE__ */ jsx(
|
|
112
|
-
Button,
|
|
113
|
-
{
|
|
114
|
-
autoFocus: true,
|
|
115
|
-
className: css({
|
|
116
|
-
w: "1/2"
|
|
117
|
-
}),
|
|
118
|
-
name: "confirm",
|
|
119
|
-
onClick: handleChoice,
|
|
120
|
-
palette,
|
|
121
|
-
value: "true",
|
|
122
|
-
children: content?.actionText
|
|
123
|
-
}
|
|
124
|
-
),
|
|
125
|
-
/* @__PURE__ */ jsx(DialogCloseTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
|
|
126
|
-
Button,
|
|
127
|
-
{
|
|
128
|
-
className: css({
|
|
129
|
-
w: "1/2"
|
|
130
|
-
}),
|
|
131
|
-
name: "cancel",
|
|
132
|
-
onClick: handleChoice,
|
|
133
|
-
usage: "outlined",
|
|
134
|
-
value: "false",
|
|
135
|
-
children: content?.cancelText
|
|
136
|
-
}
|
|
137
|
-
) })
|
|
138
|
-
] })
|
|
139
|
-
] }) }) })
|
|
140
|
-
] });
|
|
141
|
-
}
|
|
142
|
-
function useConfirmModal() {
|
|
143
|
-
const context = useContext(ConfirmModalContext);
|
|
144
|
-
if (context === null) {
|
|
145
|
-
throw new Error(
|
|
146
|
-
"useConfirmModal must be used within a ConfirmModal Provider"
|
|
147
|
-
);
|
|
148
|
-
}
|
|
149
|
-
return context;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export {
|
|
153
|
-
ConfirmModal,
|
|
154
|
-
useConfirmModal
|
|
155
|
-
};
|
|
156
|
-
//# sourceMappingURL=chunk-DHKSNGQX.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/context/confirm-modal.tsx"],"sourcesContent":["'use client'\n\nimport {\n createContext,\n useCallback,\n useContext,\n useMemo,\n useRef,\n useState,\n type MouseEvent,\n type PropsWithChildren,\n type ReactNode,\n} from 'react'\nimport { css } from 'styled-system/css'\nimport { HStack, VStack } from 'styled-system/jsx'\nimport { Button } from '../components/button/button'\nimport { Show } from '../components/Show'\nimport { Avatar } from '../components/avatar/avatar'\nimport {\n Dialog,\n DialogCloseTrigger,\n DialogDescription,\n DialogHeading,\n DialogProvider,\n} from '../components/dialog'\nimport { useCerberusContext } from './cerberus'\n\n/**\n * This module provides a context and hook for the confirm modal.\n * @module\n */\n\nexport interface BaseConfirmOptions {\n /**\n * The heading of the confirm modal.\n */\n heading: string\n /**\n * The text for the action button.\n */\n actionText: string\n /**\n * The text for the cancel button.\n */\n cancelText: string\n}\n\nexport interface DestructiveConfirmOptions extends BaseConfirmOptions {\n /**\n * The kind of confirm modal to show.\n */\n kind?: 'destructive'\n /**\n * The description of the confirm modal. Can only be a string for destructive confirm modals.\n */\n description?: string\n}\n\nexport interface NonDestructiveConfirmModalOptions extends BaseConfirmOptions {\n /**\n * The kind of confirm modal to show.\n * @default 'non-destructive'\n */\n kind?: 'non-destructive'\n /**\n * The description of the confirm modal. Can be a ReactNode for non-destructive kind if you need to display text links.\n * @example\n * ```tsx\n * description: <>Use a Fragment because we put the content within a Paragraph tag.</>\n */\n description?: ReactNode\n}\n\nexport type ShowConfirmModalOptions =\n | NonDestructiveConfirmModalOptions\n | DestructiveConfirmOptions\n\nexport type ShowResult =\n | ((value: boolean | PromiseLike<boolean>) => void)\n | null\n\nexport interface ConfirmModalValue {\n show: (options: ShowConfirmModalOptions) => Promise<boolean>\n}\n\nconst ConfirmModalContext = createContext<ConfirmModalValue | null>(null)\n\nexport type ConfirmModalProviderProps = PropsWithChildren<unknown>\n\n/**\n * Provides a confirm modal to the app.\n * @see https://cerberus.digitalu.design/react/confirm-modal\n * @example\n * ```tsx\n * // Wrap the Provider around the root of the feature.\n * <ConfirmModal>\n * <SomeFeatureSection />\n * </ConfirmModal>\n *\n * // Use the hook to show the confirm modal.\n * const confirm = useConfirmModal()\n *\n * const handleClick = useCallback(async () => {\n * const userConsent = await confirm.show({\n * heading: 'Add new payment method?',\n * description:\n * 'This will add a new payment method to your account to be billed for future purchases.',\n * actionText: 'Yes, add payment method',\n * cancelText: 'No, cancel',\n * })\n * setConsent(userConsent)\n * }, [confirm])\n * ```\n */\nexport function ConfirmModal(\n props: PropsWithChildren<ConfirmModalProviderProps>,\n) {\n const [open, setOpen] = useState<boolean>(false)\n const [content, setContent] = useState<ShowConfirmModalOptions | null>(null)\n const resolveRef = useRef<ShowResult>(null)\n const kind = content?.kind ?? 'non-destructive'\n\n const { icons } = useCerberusContext()\n const { confirmModal: ConfirmIcon } = icons\n\n const palette = useMemo(\n () => (kind === 'destructive' ? 'danger' : 'action'),\n [kind],\n )\n\n const handleChoice = useCallback(\n (e: MouseEvent<HTMLButtonElement>) => {\n const target = e.currentTarget as HTMLButtonElement\n if (target.value === 'true') {\n resolveRef.current?.(true)\n }\n resolveRef.current?.(false)\n setOpen(false)\n },\n [setOpen],\n )\n\n const handleShow = useCallback(\n (options: ShowConfirmModalOptions) => {\n return new Promise<boolean>((resolve) => {\n setContent({ ...options })\n setOpen(true)\n resolveRef.current = resolve\n })\n },\n [setOpen, setContent],\n )\n\n const value = useMemo(\n () => ({\n show: handleShow,\n }),\n [handleShow],\n )\n\n return (\n <ConfirmModalContext.Provider value={value}>\n {props.children}\n\n <DialogProvider open={open} onOpenChange={(e) => setOpen(e.open)}>\n <Dialog size=\"sm\">\n <VStack gap=\"xl\" w=\"full\">\n <VStack alignItems=\"flex-start\" gap=\"md\" w=\"full\">\n <HStack\n alignSelf=\"center\"\n justify=\"center\"\n paddingBlockEnd=\"md\"\n w=\"full\"\n >\n <Show\n when={palette === 'danger'}\n fallback={\n <Avatar\n gradient=\"charon-light\"\n fallback={<ConfirmIcon size={24} />}\n />\n }\n >\n <Avatar\n gradient=\"hades-dark\"\n fallback={<ConfirmIcon size={24} />}\n />\n </Show>\n </HStack>\n <DialogHeading>{content?.heading}</DialogHeading>\n <DialogDescription>{content?.description}</DialogDescription>\n </VStack>\n\n <HStack gap=\"4\" w=\"full\">\n <Button\n autoFocus\n className={css({\n w: '1/2',\n })}\n name=\"confirm\"\n onClick={handleChoice}\n palette={palette}\n value=\"true\"\n >\n {content?.actionText}\n </Button>\n <DialogCloseTrigger asChild>\n <Button\n className={css({\n w: '1/2',\n })}\n name=\"cancel\"\n onClick={handleChoice}\n usage=\"outlined\"\n value=\"false\"\n >\n {content?.cancelText}\n </Button>\n </DialogCloseTrigger>\n </HStack>\n </VStack>\n </Dialog>\n </DialogProvider>\n </ConfirmModalContext.Provider>\n )\n}\n\nexport function useConfirmModal(): ConfirmModalValue {\n const context = useContext(ConfirmModalContext)\n if (context === null) {\n throw new Error(\n 'useConfirmModal must be used within a ConfirmModal Provider',\n )\n }\n return context\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAIK;AACP,SAAS,WAAW;AACpB,SAAS,QAAQ,cAAc;AAyJnB,SAYoB,KAZpB;AAlFZ,IAAM,sBAAsB,cAAwC,IAAI;AA6BjE,SAAS,aACd,OACA;AACA,QAAM,CAAC,MAAM,OAAO,IAAI,SAAkB,KAAK;AAC/C,QAAM,CAAC,SAAS,UAAU,IAAI,SAAyC,IAAI;AAC3E,QAAM,aAAa,OAAmB,IAAI;AAC1C,QAAM,OAAO,SAAS,QAAQ;AAE9B,QAAM,EAAE,MAAM,IAAI,mBAAmB;AACrC,QAAM,EAAE,cAAc,YAAY,IAAI;AAEtC,QAAM,UAAU;AAAA,IACd,MAAO,SAAS,gBAAgB,WAAW;AAAA,IAC3C,CAAC,IAAI;AAAA,EACP;AAEA,QAAM,eAAe;AAAA,IACnB,CAAC,MAAqC;AACpC,YAAM,SAAS,EAAE;AACjB,UAAI,OAAO,UAAU,QAAQ;AAC3B,mBAAW,UAAU,IAAI;AAAA,MAC3B;AACA,iBAAW,UAAU,KAAK;AAC1B,cAAQ,KAAK;AAAA,IACf;AAAA,IACA,CAAC,OAAO;AAAA,EACV;AAEA,QAAM,aAAa;AAAA,IACjB,CAAC,YAAqC;AACpC,aAAO,IAAI,QAAiB,CAAC,YAAY;AACvC,mBAAW,EAAE,GAAG,QAAQ,CAAC;AACzB,gBAAQ,IAAI;AACZ,mBAAW,UAAU;AAAA,MACvB,CAAC;AAAA,IACH;AAAA,IACA,CAAC,SAAS,UAAU;AAAA,EACtB;AAEA,QAAM,QAAQ;AAAA,IACZ,OAAO;AAAA,MACL,MAAM;AAAA,IACR;AAAA,IACA,CAAC,UAAU;AAAA,EACb;AAEA,SACE,qBAAC,oBAAoB,UAApB,EAA6B,OAC3B;AAAA,UAAM;AAAA,IAEP,oBAAC,kBAAe,MAAY,cAAc,CAAC,MAAM,QAAQ,EAAE,IAAI,GAC7D,8BAAC,UAAO,MAAK,MACX,+BAAC,UAAO,KAAI,MAAK,GAAE,QACjB;AAAA,2BAAC,UAAO,YAAW,cAAa,KAAI,MAAK,GAAE,QACzC;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,WAAU;AAAA,YACV,SAAQ;AAAA,YACR,iBAAgB;AAAA,YAChB,GAAE;AAAA,YAEF;AAAA,cAAC;AAAA;AAAA,gBACC,MAAM,YAAY;AAAA,gBAClB,UACE;AAAA,kBAAC;AAAA;AAAA,oBACC,UAAS;AAAA,oBACT,UAAU,oBAAC,eAAY,MAAM,IAAI;AAAA;AAAA,gBACnC;AAAA,gBAGF;AAAA,kBAAC;AAAA;AAAA,oBACC,UAAS;AAAA,oBACT,UAAU,oBAAC,eAAY,MAAM,IAAI;AAAA;AAAA,gBACnC;AAAA;AAAA,YACF;AAAA;AAAA,QACF;AAAA,QACA,oBAAC,iBAAe,mBAAS,SAAQ;AAAA,QACjC,oBAAC,qBAAmB,mBAAS,aAAY;AAAA,SAC3C;AAAA,MAEA,qBAAC,UAAO,KAAI,KAAI,GAAE,QAChB;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,WAAS;AAAA,YACT,WAAW,IAAI;AAAA,cACb,GAAG;AAAA,YACL,CAAC;AAAA,YACD,MAAK;AAAA,YACL,SAAS;AAAA,YACT;AAAA,YACA,OAAM;AAAA,YAEL,mBAAS;AAAA;AAAA,QACZ;AAAA,QACA,oBAAC,sBAAmB,SAAO,MACzB;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,IAAI;AAAA,cACb,GAAG;AAAA,YACL,CAAC;AAAA,YACD,MAAK;AAAA,YACL,SAAS;AAAA,YACT,OAAM;AAAA,YACN,OAAM;AAAA,YAEL,mBAAS;AAAA;AAAA,QACZ,GACF;AAAA,SACF;AAAA,OACF,GACF,GACF;AAAA,KACF;AAEJ;AAEO,SAAS,kBAAqC;AACnD,QAAM,UAAU,WAAW,mBAAmB;AAC9C,MAAI,YAAY,MAAM;AACpB,UAAM,IAAI;AAAA,MACR;AAAA,IACF;AAAA,EACF;AACA,SAAO;AACT;","names":[]}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
// src/components/checkbox/primitives.tsx
|
|
2
|
-
import {
|
|
3
|
-
Checkbox
|
|
4
|
-
} from "@ark-ui/react";
|
|
5
|
-
import { cx } from "styled-system/css";
|
|
6
|
-
import { checkbox } from "styled-system/recipes";
|
|
7
|
-
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
function CheckboxRoot(props) {
|
|
9
|
-
const styles = checkbox();
|
|
10
|
-
return /* @__PURE__ */ jsx(Checkbox.Root, { ...props, className: cx(styles.root, props.className) });
|
|
11
|
-
}
|
|
12
|
-
function CheckboxLabel(props) {
|
|
13
|
-
const { size, ...labelProps } = props;
|
|
14
|
-
const styles = checkbox({ size });
|
|
15
|
-
return /* @__PURE__ */ jsx(
|
|
16
|
-
Checkbox.Label,
|
|
17
|
-
{
|
|
18
|
-
...labelProps,
|
|
19
|
-
className: cx(styles.label, labelProps.className)
|
|
20
|
-
}
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
function CheckboxControl(props) {
|
|
24
|
-
const { size, ...controlProps } = props;
|
|
25
|
-
const styles = checkbox({ size });
|
|
26
|
-
return /* @__PURE__ */ jsx(
|
|
27
|
-
Checkbox.Control,
|
|
28
|
-
{
|
|
29
|
-
...controlProps,
|
|
30
|
-
className: cx(styles.control, controlProps.className)
|
|
31
|
-
}
|
|
32
|
-
);
|
|
33
|
-
}
|
|
34
|
-
function CheckboxIndicator(props) {
|
|
35
|
-
const styles = checkbox();
|
|
36
|
-
return /* @__PURE__ */ jsx(
|
|
37
|
-
Checkbox.Indicator,
|
|
38
|
-
{
|
|
39
|
-
...props,
|
|
40
|
-
className: cx(styles.indicator, props.className)
|
|
41
|
-
}
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
function CheckboxHiddenInput(props) {
|
|
45
|
-
return /* @__PURE__ */ jsx(Checkbox.HiddenInput, { ...props });
|
|
46
|
-
}
|
|
47
|
-
function CheckboxGroup(props) {
|
|
48
|
-
const styles = checkbox();
|
|
49
|
-
return /* @__PURE__ */ jsx(Checkbox.Group, { ...props, className: cx(styles.group, props.className) });
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
export {
|
|
53
|
-
CheckboxRoot,
|
|
54
|
-
CheckboxLabel,
|
|
55
|
-
CheckboxControl,
|
|
56
|
-
CheckboxIndicator,
|
|
57
|
-
CheckboxHiddenInput,
|
|
58
|
-
CheckboxGroup
|
|
59
|
-
};
|
|
60
|
-
//# sourceMappingURL=chunk-ENJUQNVT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/checkbox/primitives.tsx"],"sourcesContent":["import {\n Checkbox,\n type CheckboxControlProps,\n type CheckboxGroupProps,\n type CheckboxIndicatorProps,\n type CheckboxLabelProps,\n type CheckboxRootProps,\n} from '@ark-ui/react'\nimport { cx } from 'styled-system/css'\nimport { checkbox, type CheckboxVariantProps } from 'styled-system/recipes'\n\n/**\n * This module contains the Checkbox primitives.\n * @module 'react/checkbox'\n */\n\n/**\n * Checkbox Root component used to provide the context to all other checkbox\n * primitives.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxRoot(props: CheckboxRootProps) {\n const styles = checkbox()\n return (\n <Checkbox.Root {...props} className={cx(styles.root, props.className)} />\n )\n}\n\n/**\n * Checkbox Label component used to display the label of the checkbox.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxLabel(\n props: CheckboxLabelProps & CheckboxVariantProps,\n) {\n const { size, ...labelProps } = props\n const styles = checkbox({ size })\n return (\n <Checkbox.Label\n {...labelProps}\n className={cx(styles.label, labelProps.className)}\n />\n )\n}\n\n/**\n * Checkbox Control component used to display the control of the checkbox.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxControl(\n props: CheckboxControlProps & CheckboxVariantProps,\n) {\n const { size, ...controlProps } = props\n const styles = checkbox({ size })\n return (\n <Checkbox.Control\n {...controlProps}\n className={cx(styles.control, controlProps.className)}\n />\n )\n}\n\n/**\n * Checkbox Indicator component used to display the indicator of the checkbox.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxIndicator(props: CheckboxIndicatorProps) {\n const styles = checkbox()\n return (\n <Checkbox.Indicator\n {...props}\n className={cx(styles.indicator, props.className)}\n />\n )\n}\n\n/**\n * Checkbox HiddenInput component used to provide the native checkbox input.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxHiddenInput(props: CheckboxControlProps) {\n return <Checkbox.HiddenInput {...props} />\n}\n\n/**\n * Checkbox Group is used to group checkboxes together in a consistently styled\n * way.\n * @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)\n * @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)\n */\nexport function CheckboxGroup(props: CheckboxGroupProps) {\n const styles = checkbox()\n return (\n <Checkbox.Group {...props} className={cx(styles.group, props.className)} />\n )\n}\n"],"mappings":";AAAA;AAAA,EACE;AAAA,OAMK;AACP,SAAS,UAAU;AACnB,SAAS,gBAA2C;AAgBhD;AAHG,SAAS,aAAa,OAA0B;AACrD,QAAM,SAAS,SAAS;AACxB,SACE,oBAAC,SAAS,MAAT,EAAe,GAAG,OAAO,WAAW,GAAG,OAAO,MAAM,MAAM,SAAS,GAAG;AAE3E;AAOO,SAAS,cACd,OACA;AACA,QAAM,EAAE,MAAM,GAAG,WAAW,IAAI;AAChC,QAAM,SAAS,SAAS,EAAE,KAAK,CAAC;AAChC,SACE;AAAA,IAAC,SAAS;AAAA,IAAT;AAAA,MACE,GAAG;AAAA,MACJ,WAAW,GAAG,OAAO,OAAO,WAAW,SAAS;AAAA;AAAA,EAClD;AAEJ;AAOO,SAAS,gBACd,OACA;AACA,QAAM,EAAE,MAAM,GAAG,aAAa,IAAI;AAClC,QAAM,SAAS,SAAS,EAAE,KAAK,CAAC;AAChC,SACE;AAAA,IAAC,SAAS;AAAA,IAAT;AAAA,MACE,GAAG;AAAA,MACJ,WAAW,GAAG,OAAO,SAAS,aAAa,SAAS;AAAA;AAAA,EACtD;AAEJ;AAOO,SAAS,kBAAkB,OAA+B;AAC/D,QAAM,SAAS,SAAS;AACxB,SACE;AAAA,IAAC,SAAS;AAAA,IAAT;AAAA,MACE,GAAG;AAAA,MACJ,WAAW,GAAG,OAAO,WAAW,MAAM,SAAS;AAAA;AAAA,EACjD;AAEJ;AAOO,SAAS,oBAAoB,OAA6B;AAC/D,SAAO,oBAAC,SAAS,aAAT,EAAsB,GAAG,OAAO;AAC1C;AAQO,SAAS,cAAc,OAA2B;AACvD,QAAM,SAAS,SAAS;AACxB,SACE,oBAAC,SAAS,OAAT,EAAgB,GAAG,OAAO,WAAW,GAAG,OAAO,OAAO,MAAM,SAAS,GAAG;AAE7E;","names":[]}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Show
|
|
3
|
-
} from "./chunk-VEAC4I3F.js";
|
|
4
|
-
|
|
5
|
-
// src/components/deprecated/NavMenuLink.tsx
|
|
6
|
-
import { css, cx } from "styled-system/css";
|
|
7
|
-
import { jsx } from "react/jsx-runtime";
|
|
8
|
-
function NavMenuLink(props) {
|
|
9
|
-
const { as, ...nativeProps } = props;
|
|
10
|
-
const hasAs = Boolean(as);
|
|
11
|
-
const AsSub = as;
|
|
12
|
-
return /* @__PURE__ */ jsx(
|
|
13
|
-
"li",
|
|
14
|
-
{
|
|
15
|
-
className: css({
|
|
16
|
-
w: "full"
|
|
17
|
-
}),
|
|
18
|
-
children: /* @__PURE__ */ jsx(
|
|
19
|
-
Show,
|
|
20
|
-
{
|
|
21
|
-
when: hasAs,
|
|
22
|
-
fallback: /* @__PURE__ */ jsx(
|
|
23
|
-
"a",
|
|
24
|
-
{
|
|
25
|
-
...nativeProps,
|
|
26
|
-
className: cx(
|
|
27
|
-
nativeProps.className,
|
|
28
|
-
css({
|
|
29
|
-
color: "action.navigation.initial",
|
|
30
|
-
textStyle: "link",
|
|
31
|
-
_hover: {
|
|
32
|
-
color: "action.navigation.hover"
|
|
33
|
-
}
|
|
34
|
-
})
|
|
35
|
-
)
|
|
36
|
-
}
|
|
37
|
-
),
|
|
38
|
-
children: hasAs && /* @__PURE__ */ jsx(AsSub, { ...nativeProps })
|
|
39
|
-
}
|
|
40
|
-
)
|
|
41
|
-
}
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export {
|
|
46
|
-
NavMenuLink
|
|
47
|
-
};
|
|
48
|
-
//# sourceMappingURL=chunk-F2MWSSK2.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/deprecated/NavMenuLink.tsx"],"sourcesContent":["import type { AnchorHTMLAttributes, ElementType } from 'react'\nimport { css, cx } from 'styled-system/css'\nimport { Show } from '../Show'\n\n/**\n * This module contains the NavMenuLink component.\n * @module\n */\n\nexport interface NavMenuLinkProps\n extends AnchorHTMLAttributes<HTMLAnchorElement> {\n /**\n * The element type to render as. Recommended to use for Next apps with the\n * `Link` component.\n */\n as?: ElementType\n}\n\n/**\n * @deprecated use the {@link Menu} family instead\n */\nexport function NavMenuLink(props: NavMenuLinkProps) {\n const { as, ...nativeProps } = props\n const hasAs = Boolean(as)\n const AsSub: ElementType = as!\n\n return (\n <li\n className={css({\n w: 'full',\n })}\n >\n <Show\n when={hasAs}\n fallback={\n <a\n {...nativeProps}\n className={cx(\n nativeProps.className,\n css({\n color: 'action.navigation.initial',\n textStyle: 'link',\n _hover: {\n color: 'action.navigation.hover',\n },\n }),\n )}\n />\n }\n >\n {hasAs && <AsSub {...nativeProps} />}\n </Show>\n </li>\n )\n}\n"],"mappings":";;;;;AACA,SAAS,KAAK,UAAU;AAkCd;AAdH,SAAS,YAAY,OAAyB;AACnD,QAAM,EAAE,IAAI,GAAG,YAAY,IAAI;AAC/B,QAAM,QAAQ,QAAQ,EAAE;AACxB,QAAM,QAAqB;AAE3B,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW,IAAI;AAAA,QACb,GAAG;AAAA,MACL,CAAC;AAAA,MAED;AAAA,QAAC;AAAA;AAAA,UACC,MAAM;AAAA,UACN,UACE;AAAA,YAAC;AAAA;AAAA,cACE,GAAG;AAAA,cACJ,WAAW;AAAA,gBACT,YAAY;AAAA,gBACZ,IAAI;AAAA,kBACF,OAAO;AAAA,kBACP,WAAW;AAAA,kBACX,QAAQ;AAAA,oBACN,OAAO;AAAA,kBACT;AAAA,gBACF,CAAC;AAAA,cACH;AAAA;AAAA,UACF;AAAA,UAGD,mBAAS,oBAAC,SAAO,GAAG,aAAa;AAAA;AAAA,MACpC;AAAA;AAAA,EACF;AAEJ;","names":[]}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DialogCloseTrigger
|
|
3
|
-
} from "./chunk-SSR3CWJZ.js";
|
|
4
|
-
import {
|
|
5
|
-
useCerberusContext
|
|
6
|
-
} from "./chunk-GITT5645.js";
|
|
7
|
-
import {
|
|
8
|
-
IconButton
|
|
9
|
-
} from "./chunk-UH6XSYYD.js";
|
|
10
|
-
|
|
11
|
-
// src/components/dialog/close-icon-trigger.tsx
|
|
12
|
-
import { dialog } from "styled-system/recipes";
|
|
13
|
-
import { cx } from "styled-system/css";
|
|
14
|
-
import { jsx } from "react/jsx-runtime";
|
|
15
|
-
function DialogCloseIconTrigger(props) {
|
|
16
|
-
const styles = dialog();
|
|
17
|
-
const { icons } = useCerberusContext();
|
|
18
|
-
const { close: CloseIcon } = icons;
|
|
19
|
-
return /* @__PURE__ */ jsx(
|
|
20
|
-
DialogCloseTrigger,
|
|
21
|
-
{
|
|
22
|
-
...props,
|
|
23
|
-
className: cx(styles.closeTrigger, props.className),
|
|
24
|
-
asChild: true,
|
|
25
|
-
children: /* @__PURE__ */ jsx(
|
|
26
|
-
IconButton,
|
|
27
|
-
{
|
|
28
|
-
ariaLabel: "Close dialog",
|
|
29
|
-
palette: "action",
|
|
30
|
-
size: "lg",
|
|
31
|
-
usage: "ghost",
|
|
32
|
-
children: /* @__PURE__ */ jsx(CloseIcon, {})
|
|
33
|
-
}
|
|
34
|
-
)
|
|
35
|
-
}
|
|
36
|
-
);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export {
|
|
40
|
-
DialogCloseIconTrigger
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=chunk-F3XFJHGR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/dialog/close-icon-trigger.tsx"],"sourcesContent":["'use client'\n\nimport { type DialogCloseTriggerProps } from '@ark-ui/react/dialog'\nimport { useCerberusContext } from '../../context/cerberus'\nimport { IconButton } from '../IconButton'\nimport { DialogCloseTrigger } from './primitives'\nimport { dialog } from 'styled-system/recipes'\nimport { cx } from 'styled-system/css'\n\n/**\n * This module contains the close trigger for the dialog.\n * @module react/dialog\n */\n\nexport function DialogCloseIconTrigger(props: DialogCloseTriggerProps) {\n const styles = dialog()\n\n const { icons } = useCerberusContext()\n const { close: CloseIcon } = icons\n\n return (\n <DialogCloseTrigger\n {...props}\n className={cx(styles.closeTrigger, props.className)}\n asChild\n >\n <IconButton\n ariaLabel=\"Close dialog\"\n palette=\"action\"\n size=\"lg\"\n usage=\"ghost\"\n >\n <CloseIcon />\n </IconButton>\n </DialogCloseTrigger>\n )\n}\n"],"mappings":";;;;;;;;;;;AAMA,SAAS,cAAc;AACvB,SAAS,UAAU;AAyBX;AAlBD,SAAS,uBAAuB,OAAgC;AACrE,QAAM,SAAS,OAAO;AAEtB,QAAM,EAAE,MAAM,IAAI,mBAAmB;AACrC,QAAM,EAAE,OAAO,UAAU,IAAI;AAE7B,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,WAAW,GAAG,OAAO,cAAc,MAAM,SAAS;AAAA,MAClD,SAAO;AAAA,MAEP;AAAA,QAAC;AAAA;AAAA,UACC,WAAU;AAAA,UACV,SAAQ;AAAA,UACR,MAAK;AAAA,UACL,OAAM;AAAA,UAEN,8BAAC,aAAU;AAAA;AAAA,MACb;AAAA;AAAA,EACF;AAEJ;","names":[]}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
TabsParts
|
|
3
|
-
} from "./chunk-W337WQTU.js";
|
|
4
|
-
|
|
5
|
-
// src/components/tabs/tabs.tsx
|
|
6
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
-
function TabsList(props) {
|
|
8
|
-
const { children, ...listProps } = props;
|
|
9
|
-
return /* @__PURE__ */ jsxs(TabsParts.List, { ...listProps, children: [
|
|
10
|
-
children,
|
|
11
|
-
/* @__PURE__ */ jsx(TabsParts.Indicator, {})
|
|
12
|
-
] });
|
|
13
|
-
}
|
|
14
|
-
var Tabs = {
|
|
15
|
-
Root: TabsParts.Root,
|
|
16
|
-
List: TabsList,
|
|
17
|
-
Tab: TabsParts.Trigger,
|
|
18
|
-
Panel: TabsParts.Content
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
export {
|
|
22
|
-
Tabs
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=chunk-FAQ3F72W.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/tabs/tabs.tsx"],"sourcesContent":["import type { TabListProps } from '@ark-ui/react/tabs'\nimport { TabsParts, type TabsPartsValue } from './parts'\nimport type { ElementType } from 'react'\n\n/**\n * This module contains an abstraction of the Tabs family.\n * @module 'tabs'\n */\n\ninterface TabsValueProps\n extends Omit<TabsPartsValue, 'Trigger' | 'Content' | 'Indicator'> {\n /**\n * A named component for the TabsTrigger.\n */\n Tab: ElementType\n /**\n * A named component for the TabsContent.\n */\n Panel: ElementType\n}\n\n/**\n * An abstraction of the TabsList component that includes the TabIndicator.\n */\nfunction TabsList(props: TabListProps) {\n const { children, ...listProps } = props\n return (\n <TabsParts.List {...listProps}>\n {children}\n <TabsParts.Indicator />\n </TabsParts.List>\n )\n}\n\n/**\n * An Object containing the abstracted parts of the Tabs component.\n *\n * @remarks\n *\n * When using object component syntax, you import the TabsParts object and\n * the entire family of components vs. only what you use.\n */\nexport const Tabs: TabsValueProps = {\n Root: TabsParts.Root,\n List: TabsList,\n Tab: TabsParts.Trigger,\n Panel: TabsParts.Content,\n}\n"],"mappings":";;;;;AA2BI,SAEE,KAFF;AAHJ,SAAS,SAAS,OAAqB;AACrC,QAAM,EAAE,UAAU,GAAG,UAAU,IAAI;AACnC,SACE,qBAAC,UAAU,MAAV,EAAgB,GAAG,WACjB;AAAA;AAAA,IACD,oBAAC,UAAU,WAAV,EAAoB;AAAA,KACvB;AAEJ;AAUO,IAAM,OAAuB;AAAA,EAClC,MAAM,UAAU;AAAA,EAChB,MAAM;AAAA,EACN,KAAK,UAAU;AAAA,EACf,OAAO,UAAU;AACnB;","names":[]}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
// src/aria-helpers/trap-focus.aria.ts
|
|
2
|
-
function trapFocus(modalRef) {
|
|
3
|
-
const focusableElements = 'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])';
|
|
4
|
-
const focusable = Array.from(
|
|
5
|
-
modalRef.current?.querySelectorAll(focusableElements) ?? []
|
|
6
|
-
);
|
|
7
|
-
const firstFocusable = focusable[0];
|
|
8
|
-
const lastFocusable = focusable[focusable.length - 1];
|
|
9
|
-
return function handleKeyDown(event) {
|
|
10
|
-
if (event.key === "Tab") {
|
|
11
|
-
if (event.shiftKey) {
|
|
12
|
-
if (document.activeElement === firstFocusable) {
|
|
13
|
-
lastFocusable.focus();
|
|
14
|
-
event.preventDefault();
|
|
15
|
-
}
|
|
16
|
-
} else {
|
|
17
|
-
if (document.activeElement === lastFocusable) {
|
|
18
|
-
firstFocusable.focus();
|
|
19
|
-
event.preventDefault();
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export {
|
|
27
|
-
trapFocus
|
|
28
|
-
};
|
|
29
|
-
//# sourceMappingURL=chunk-FHNT274F.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/aria-helpers/trap-focus.aria.ts"],"sourcesContent":["import type { KeyboardEvent, KeyboardEventHandler, RefObject } from 'react'\n\n/**\n * @deprecated will be removed in a future release\n */\nexport function trapFocus(\n modalRef: RefObject<HTMLDialogElement | null>,\n): KeyboardEventHandler<HTMLDialogElement> {\n const focusableElements =\n 'button, [href], input, select, textarea, [tabindex]:not([tabindex=\"-1\"])'\n const focusable = Array.from(\n modalRef.current?.querySelectorAll(focusableElements) ?? [],\n )\n const firstFocusable = focusable[0] as HTMLElement\n const lastFocusable = focusable[focusable.length - 1] as HTMLElement\n\n return function handleKeyDown(event: KeyboardEvent<HTMLDialogElement>) {\n if (event.key === 'Tab') {\n if (event.shiftKey) {\n if (document.activeElement === firstFocusable) {\n lastFocusable.focus()\n event.preventDefault()\n }\n } else {\n if (document.activeElement === lastFocusable) {\n firstFocusable.focus()\n event.preventDefault()\n }\n }\n }\n }\n}\n"],"mappings":";AAKO,SAAS,UACd,UACyC;AACzC,QAAM,oBACJ;AACF,QAAM,YAAY,MAAM;AAAA,IACtB,SAAS,SAAS,iBAAiB,iBAAiB,KAAK,CAAC;AAAA,EAC5D;AACA,QAAM,iBAAiB,UAAU,CAAC;AAClC,QAAM,gBAAgB,UAAU,UAAU,SAAS,CAAC;AAEpD,SAAO,SAAS,cAAc,OAAyC;AACrE,QAAI,MAAM,QAAQ,OAAO;AACvB,UAAI,MAAM,UAAU;AAClB,YAAI,SAAS,kBAAkB,gBAAgB;AAC7C,wBAAc,MAAM;AACpB,gBAAM,eAAe;AAAA,QACvB;AAAA,MACF,OAAO;AACL,YAAI,SAAS,kBAAkB,eAAe;AAC5C,yBAAe,MAAM;AACrB,gBAAM,eAAe;AAAA,QACvB;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF;","names":[]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// src/aria-helpers/nav-menu.aria.ts
|
|
2
|
-
function createNavTriggerProps(values) {
|
|
3
|
-
return {
|
|
4
|
-
["aria-controls"]: values.controls,
|
|
5
|
-
["aria-expanded"]: values.expanded ?? false
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export {
|
|
10
|
-
createNavTriggerProps
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=chunk-FUTYPCHZ.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/aria-helpers/nav-menu.aria.ts"],"sourcesContent":["export interface NavTriggerAriaValues {\n controls: string\n expanded?: boolean\n}\n\ninterface NavTriggerAriaReturn {\n ['aria-controls']: string\n ['aria-expanded']: boolean\n}\n\n/**\n * @deprecated will be removed in a future release\n */\nexport function createNavTriggerProps(\n values: NavTriggerAriaValues,\n): NavTriggerAriaReturn {\n return {\n ['aria-controls']: values.controls,\n ['aria-expanded']: values.expanded ?? false,\n }\n}\n"],"mappings":";AAaO,SAAS,sBACd,QACsB;AACtB,SAAO;AAAA,IACL,CAAC,eAAe,GAAG,OAAO;AAAA,IAC1B,CAAC,eAAe,GAAG,OAAO,YAAY;AAAA,EACxC;AACF;","names":[]}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Spinner
|
|
3
|
-
} from "./chunk-AUI74W7J.js";
|
|
4
|
-
import {
|
|
5
|
-
Show
|
|
6
|
-
} from "./chunk-VEAC4I3F.js";
|
|
7
|
-
|
|
8
|
-
// src/components/button/button.tsx
|
|
9
|
-
import { ark } from "@ark-ui/react/factory";
|
|
10
|
-
import {
|
|
11
|
-
createContext,
|
|
12
|
-
useContext,
|
|
13
|
-
useMemo
|
|
14
|
-
} from "react";
|
|
15
|
-
import { cx } from "styled-system/css";
|
|
16
|
-
import { button } from "styled-system/recipes";
|
|
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 { palette, usage, shape, size, pending = false, ...nativeProps } = props;
|
|
24
|
-
const value = useMemo(() => ({ pending }), [pending]);
|
|
25
|
-
return /* @__PURE__ */ jsx(ButtonContext.Provider, { value, children: /* @__PURE__ */ jsx(
|
|
26
|
-
ark.button,
|
|
27
|
-
{
|
|
28
|
-
...nativeProps,
|
|
29
|
-
disabled: pending || nativeProps.disabled,
|
|
30
|
-
className: cx(
|
|
31
|
-
nativeProps.className,
|
|
32
|
-
button({
|
|
33
|
-
palette,
|
|
34
|
-
usage,
|
|
35
|
-
shape,
|
|
36
|
-
size
|
|
37
|
-
})
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
) });
|
|
41
|
-
}
|
|
42
|
-
function ButtonIcon(props) {
|
|
43
|
-
const { pending } = useContext(ButtonContext);
|
|
44
|
-
return /* @__PURE__ */ jsx(Show, { when: pending, fallback: /* @__PURE__ */ jsx(Fragment, { children: props.children }), children: /* @__PURE__ */ jsx(Box, { w: "4", children: /* @__PURE__ */ jsx(Spinner, {}) }) });
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
export {
|
|
48
|
-
Button,
|
|
49
|
-
ButtonIcon
|
|
50
|
-
};
|
|
51
|
-
//# sourceMappingURL=chunk-GB7W3YNU.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/components/button/button.tsx"],"sourcesContent":["'use client'\n\nimport { ark, type HTMLArkProps } from '@ark-ui/react/factory'\nimport {\n type PropsWithChildren,\n createContext,\n useContext,\n useMemo,\n} from 'react'\nimport { cx } from 'styled-system/css'\nimport { button, type ButtonVariantProps } from 'styled-system/recipes'\nimport { Box } from 'styled-system/jsx'\nimport { Show } from '../Show'\nimport { Spinner } from '../Spinner'\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 = HTMLArkProps<'button'> &\n ButtonVariantProps & {\n pending?: boolean\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 { palette, usage, shape, size, pending = false, ...nativeProps } = props\n const value = useMemo(() => ({ pending }), [pending])\n\n return (\n <ButtonContext.Provider value={value}>\n <ark.button\n {...nativeProps}\n disabled={pending || nativeProps.disabled}\n className={cx(\n nativeProps.className,\n button({\n palette,\n usage,\n shape,\n size,\n }),\n )}\n />\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":";;;;;;;;AAEA,SAAS,WAA8B;AACvC;AAAA,EAEE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP,SAAS,UAAU;AACnB,SAAS,cAAuC;AAChD,SAAS,WAAW;AAgCd,SAwB6B,UAxB7B;AAnBN,IAAM,gBAAgB,cAAkC;AAAA,EACtD,SAAS;AACX,CAAC;AAWM,SAAS,OAAO,OAAoB;AACzC,QAAM,EAAE,SAAS,OAAO,OAAO,MAAM,UAAU,OAAO,GAAG,YAAY,IAAI;AACzE,QAAM,QAAQ,QAAQ,OAAO,EAAE,QAAQ,IAAI,CAAC,OAAO,CAAC;AAEpD,SACE,oBAAC,cAAc,UAAd,EAAuB,OACtB;AAAA,IAAC,IAAI;AAAA,IAAJ;AAAA,MACE,GAAG;AAAA,MACJ,UAAU,WAAW,YAAY;AAAA,MACjC,WAAW;AAAA,QACT,YAAY;AAAA,QACZ,OAAO;AAAA,UACL;AAAA,UACA;AAAA,UACA;AAAA,UACA;AAAA,QACF,CAAC;AAAA,MACH;AAAA;AAAA,EACF,GACF;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":[]}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
FieldLabel
|
|
3
|
-
} from "./chunk-WEL43I6Y.js";
|
|
4
|
-
|
|
5
|
-
// src/components/deprecated/Label.tsx
|
|
6
|
-
import { label } from "styled-system/recipes";
|
|
7
|
-
import { cx } from "styled-system/css";
|
|
8
|
-
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
function Label(props) {
|
|
10
|
-
const { size, ...nativeProps } = props;
|
|
11
|
-
return /* @__PURE__ */ jsx(
|
|
12
|
-
FieldLabel,
|
|
13
|
-
{
|
|
14
|
-
...nativeProps,
|
|
15
|
-
className: cx(label({ size }), props.className)
|
|
16
|
-
}
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export {
|
|
21
|
-
Label
|
|
22
|
-
};
|
|
23
|
-
//# sourceMappingURL=chunk-GBCF6DOS.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ToggleIndicator,
|
|
3
|
-
ToggleRoot
|
|
4
|
-
} from "./chunk-RP6DNLP3.js";
|
|
5
|
-
|
|
6
|
-
// src/components/toggle/parts.ts
|
|
7
|
-
var ToggleParts = {
|
|
8
|
-
Root: ToggleRoot,
|
|
9
|
-
Indicator: ToggleIndicator
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export {
|
|
13
|
-
ToggleParts
|
|
14
|
-
};
|
|
15
|
-
//# sourceMappingURL=chunk-GC6JUHVS.js.map
|