@boostdev/design-system-components 1.1.1 → 1.2.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/AGENTS.md +13 -10
- package/dist/client.cjs +77 -99
- package/dist/client.css +611 -580
- package/dist/client.d.cts +13 -16
- package/dist/client.d.ts +13 -16
- package/dist/client.js +87 -109
- package/dist/index.cjs +77 -99
- package/dist/index.css +611 -580
- package/dist/index.d.cts +13 -16
- package/dist/index.d.ts +13 -16
- package/dist/index.js +87 -109
- package/dist/native/index.cjs +9 -8
- package/dist/native/index.d.cts +1 -1
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +9 -8
- package/dist/web-components/chunk-2QA62WCQ.js +48 -0
- package/dist/web-components/chunk-3REOIRDW.js +246 -0
- package/dist/web-components/chunk-57TRNCWQ.js +93 -0
- package/dist/web-components/chunk-5IPHEONG.js +139 -0
- package/dist/web-components/chunk-5R6IFELV.js +63 -0
- package/dist/web-components/chunk-5TFWOPLH.js +49 -0
- package/dist/web-components/chunk-6I3CFC26.js +89 -0
- package/dist/web-components/chunk-6MH5UWUD.js +226 -0
- package/dist/web-components/chunk-7FMR53BW.js +127 -0
- package/dist/web-components/chunk-AGKJTMJI.js +56 -0
- package/dist/web-components/chunk-AJSXNDAP.js +151 -0
- package/dist/web-components/chunk-BQLZ7I4G.js +56 -0
- package/dist/web-components/chunk-BX3IPVOB.js +167 -0
- package/dist/web-components/chunk-CR5PGUHV.js +109 -0
- package/dist/web-components/chunk-DI46Q2EA.js +278 -0
- package/dist/web-components/chunk-DZRSJGPB.js +53 -0
- package/dist/web-components/chunk-EBJM3VD4.js +107 -0
- package/dist/web-components/chunk-ECW3HHWA.js +185 -0
- package/dist/web-components/chunk-HGBNDR22.js +98 -0
- package/dist/web-components/chunk-HHHRF2PS.js +118 -0
- package/dist/web-components/chunk-ITHLKR7Q.js +105 -0
- package/dist/web-components/chunk-JUKB3BUP.js +186 -0
- package/dist/web-components/chunk-L3XHOMN6.js +111 -0
- package/dist/{web-components.js → web-components/chunk-LGEZYFUU.js} +62 -844
- package/dist/web-components/chunk-LY62SAVN.js +64 -0
- package/dist/web-components/chunk-N6IMUOY4.js +185 -0
- package/dist/web-components/chunk-OHUTLSIQ.js +69 -0
- package/dist/web-components/chunk-OQTRTMAB.js +27 -0
- package/dist/web-components/chunk-PY62FTRW.js +179 -0
- package/dist/web-components/chunk-Q4T5BJT6.js +94 -0
- package/dist/web-components/chunk-QDST57JC.js +119 -0
- package/dist/web-components/chunk-QLZ2362S.js +279 -0
- package/dist/web-components/chunk-QPOKHLMQ.js +45 -0
- package/dist/web-components/chunk-SOQQ7RVJ.js +88 -0
- package/dist/web-components/chunk-T6AETZRP.js +131 -0
- package/dist/web-components/chunk-UFFCKVZE.js +149 -0
- package/dist/web-components/chunk-VMMVWLXL.js +53 -0
- package/dist/web-components/chunk-X3FKVHLK.js +144 -0
- package/dist/web-components/chunk-XNA6WTXG.js +133 -0
- package/dist/web-components/chunk-Y4MAXTMA.js +80 -0
- package/dist/web-components/chunk-YLVTEY23.js +165 -0
- package/dist/web-components/chunk-YRXCVKHV.js +116 -0
- package/dist/web-components/chunk-ZTC6GRP7.js +64 -0
- package/dist/web-components/globals.d.ts +2 -0
- package/dist/web-components/globals.js +1 -0
- package/dist/web-components/index.d.ts +41 -0
- package/dist/web-components/index.js +165 -0
- package/dist/web-components/interaction/bds-accordion-item.d.ts +54 -0
- package/dist/web-components/interaction/bds-accordion-item.js +7 -0
- package/dist/web-components/interaction/bds-accordion.d.ts +50 -0
- package/dist/web-components/interaction/bds-accordion.js +7 -0
- package/dist/web-components/interaction/bds-button.d.ts +100 -0
- package/dist/web-components/interaction/bds-button.js +7 -0
- package/dist/web-components/interaction/bds-collapsible.d.ts +52 -0
- package/dist/web-components/interaction/bds-collapsible.js +7 -0
- package/dist/web-components/interaction/bds-dialog.d.ts +56 -0
- package/dist/web-components/interaction/bds-dialog.js +7 -0
- package/dist/web-components/interaction/bds-drawer.d.ts +64 -0
- package/dist/web-components/interaction/bds-drawer.js +7 -0
- package/dist/web-components/interaction/bds-popover.d.ts +62 -0
- package/dist/web-components/interaction/bds-popover.js +7 -0
- package/dist/web-components/interaction/bds-skip-link.d.ts +36 -0
- package/dist/web-components/interaction/bds-skip-link.js +7 -0
- package/dist/web-components/interaction/bds-tab-panel.d.ts +26 -0
- package/dist/web-components/interaction/bds-tab-panel.js +7 -0
- package/dist/web-components/interaction/bds-tab.d.ts +45 -0
- package/dist/web-components/interaction/bds-tab.js +7 -0
- package/dist/web-components/interaction/bds-tabs.d.ts +46 -0
- package/dist/web-components/interaction/bds-tabs.js +7 -0
- package/dist/web-components/interaction/bds-toast-provider.d.ts +57 -0
- package/dist/web-components/interaction/bds-toast-provider.js +7 -0
- package/dist/web-components/interaction/bds-tooltip.d.ts +50 -0
- package/dist/web-components/interaction/bds-tooltip.js +7 -0
- package/dist/web-components/interaction/form/bds-checkbox.d.ts +70 -0
- package/dist/web-components/interaction/form/bds-checkbox.js +7 -0
- package/dist/web-components/interaction/form/bds-combobox.d.ts +84 -0
- package/dist/web-components/interaction/form/bds-combobox.js +7 -0
- package/dist/web-components/interaction/form/bds-file-input.d.ts +62 -0
- package/dist/web-components/interaction/form/bds-file-input.js +7 -0
- package/dist/web-components/interaction/form/bds-number-input.d.ts +68 -0
- package/dist/web-components/interaction/form/bds-number-input.js +7 -0
- package/dist/web-components/interaction/form/bds-radio.d.ts +68 -0
- package/dist/web-components/interaction/form/bds-radio.js +7 -0
- package/dist/web-components/interaction/form/bds-segmented-control.d.ts +88 -0
- package/dist/web-components/interaction/form/bds-segmented-control.js +7 -0
- package/dist/web-components/interaction/form/bds-select.d.ts +79 -0
- package/dist/web-components/interaction/form/bds-select.js +7 -0
- package/dist/web-components/interaction/form/bds-slider.d.ts +70 -0
- package/dist/web-components/interaction/form/bds-slider.js +7 -0
- package/dist/web-components/interaction/form/bds-switch.d.ts +67 -0
- package/dist/web-components/interaction/form/bds-switch.js +7 -0
- package/dist/web-components/interaction/form/bds-textarea.d.ts +70 -0
- package/dist/web-components/interaction/form/bds-textarea.js +7 -0
- package/dist/web-components/ui/bds-alert.d.ts +66 -0
- package/dist/web-components/ui/bds-alert.js +7 -0
- package/dist/web-components/ui/bds-avatar.d.ts +50 -0
- package/dist/web-components/ui/bds-avatar.js +7 -0
- package/dist/web-components/ui/bds-badge.d.ts +35 -0
- package/dist/web-components/ui/bds-badge.js +7 -0
- package/dist/web-components/ui/bds-breadcrumb.d.ts +35 -0
- package/dist/web-components/ui/bds-breadcrumb.js +7 -0
- package/dist/web-components/ui/bds-card.d.ts +72 -0
- package/dist/web-components/ui/bds-card.js +7 -0
- package/dist/web-components/ui/bds-description-list.d.ts +42 -0
- package/dist/web-components/ui/bds-description-list.js +7 -0
- package/dist/web-components/ui/bds-icon-wrapper.d.ts +39 -0
- package/dist/web-components/ui/bds-icon-wrapper.js +7 -0
- package/dist/web-components/ui/bds-link.d.ts +59 -0
- package/dist/web-components/ui/bds-link.js +7 -0
- package/dist/web-components/ui/bds-loading.d.ts +32 -0
- package/dist/web-components/ui/bds-loading.js +7 -0
- package/dist/web-components/ui/bds-notification-banner.d.ts +61 -0
- package/dist/web-components/ui/bds-notification-banner.js +7 -0
- package/dist/web-components/ui/bds-progress-circle.d.ts +53 -0
- package/dist/web-components/ui/bds-progress-circle.js +7 -0
- package/dist/web-components/ui/bds-progress.d.ts +54 -0
- package/dist/web-components/ui/bds-progress.js +7 -0
- package/dist/web-components/ui/bds-rating.d.ts +36 -0
- package/dist/web-components/ui/bds-rating.js +7 -0
- package/dist/web-components/ui/bds-section-header.d.ts +53 -0
- package/dist/web-components/ui/bds-section-header.js +8 -0
- package/dist/web-components/ui/bds-separator.d.ts +32 -0
- package/dist/web-components/ui/bds-separator.js +7 -0
- package/dist/web-components/ui/bds-skeleton.d.ts +22 -0
- package/dist/web-components/ui/bds-skeleton.js +7 -0
- package/dist/web-components/ui/bds-typography.d.ts +44 -0
- package/dist/web-components/ui/bds-typography.js +8 -0
- package/package.json +170 -5
- package/src/components/interaction/Button/Button.module.css +12 -11
- package/src/components/interaction/Button/Button.native.tsx +10 -9
- package/src/components/interaction/Button/Button.tsx +1 -1
- package/src/components/interaction/Command/Command.module.css +3 -7
- package/src/components/interaction/Dialog/Dialog.module.css +7 -5
- package/src/components/interaction/Drawer/Drawer.module.css +49 -1
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +1 -3
- package/src/components/interaction/Popover/Popover.module.css +1 -3
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +1 -3
- package/src/components/interaction/form/Combobox/Combobox.module.css +2 -6
- package/src/components/interaction/form/FormInput/FormInput.module.css +1 -3
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +16 -4
- package/src/components/interaction/form/Radio/Radio.module.css +6 -16
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.mdx +70 -25
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +55 -33
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.spec.tsx +127 -56
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.stories.tsx +89 -72
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.tsx +40 -62
- package/src/components/interaction/form/SegmentedControl/index.ts +1 -1
- package/src/components/interaction/form/Select/Select.module.css +2 -4
- package/src/components/interaction/form/Switch/Switch.module.css +5 -7
- package/src/components/interaction/form/Switch/Switch.native.spec.tsx +9 -9
- package/src/components/interaction/form/Switch/Switch.native.tsx +2 -2
- package/src/components/interaction/form/Textarea/Textarea.module.css +1 -3
- package/src/components/interaction/form/atoms/InputContainer.stories.tsx +64 -0
- package/src/components/interaction/form/atoms/Label.stories.tsx +33 -0
- package/src/components/interaction/form/atoms/Message.stories.tsx +33 -0
- package/src/components/layout/Card/Card.module.css +1 -3
- package/src/components/ui/Accordion/Accordion.module.css +1 -2
- package/src/components/ui/Alert/Alert.module.css +1 -2
- package/src/components/ui/Calendar/Calendar.module.css +2 -5
- package/src/components/ui/Carousel/Carousel.module.css +1 -3
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +1 -2
- package/src/components/ui/Pagination/Pagination.module.css +1 -2
- package/src/components/ui/SkipLink/SkipLink.module.css +1 -2
- package/src/components/ui/Table/Table.module.css +1 -2
- package/src/css/bdc.css +16 -11
- package/src/index.ts +1 -1
- package/src/web-components/globals.ts +3 -3
- package/src/web-components/index.ts +47 -0
- package/src/web-components/interaction/BdsAccordion.mdx +51 -0
- package/src/web-components/interaction/BdsAccordion.stories.tsx +85 -0
- package/src/web-components/interaction/BdsCollapsible.mdx +46 -0
- package/src/web-components/interaction/BdsCollapsible.stories.tsx +87 -0
- package/src/web-components/interaction/BdsDialog.mdx +49 -0
- package/src/web-components/interaction/BdsDialog.stories.tsx +75 -0
- package/src/web-components/interaction/BdsDrawer.mdx +50 -0
- package/src/web-components/interaction/BdsDrawer.stories.tsx +66 -0
- package/src/web-components/interaction/BdsSkipLink.mdx +34 -0
- package/src/web-components/interaction/BdsSkipLink.stories.tsx +55 -0
- package/src/web-components/interaction/BdsTabs.mdx +47 -0
- package/src/web-components/interaction/BdsTabs.stories.tsx +80 -0
- package/src/web-components/interaction/BdsTooltip.mdx +38 -0
- package/src/web-components/interaction/BdsTooltip.stories.tsx +68 -0
- package/src/web-components/interaction/bds-accordion-item.spec.ts +75 -0
- package/src/web-components/interaction/bds-accordion-item.ts +181 -0
- package/src/web-components/interaction/bds-accordion.spec.ts +73 -0
- package/src/web-components/interaction/bds-accordion.ts +98 -0
- package/src/web-components/interaction/bds-button.ts +15 -13
- package/src/web-components/interaction/bds-collapsible.spec.ts +56 -0
- package/src/web-components/interaction/bds-collapsible.ts +170 -0
- package/src/web-components/interaction/bds-dialog.spec.ts +119 -0
- package/src/web-components/interaction/bds-dialog.ts +221 -0
- package/src/web-components/interaction/bds-drawer.spec.ts +113 -0
- package/src/web-components/interaction/bds-drawer.ts +315 -0
- package/src/web-components/interaction/bds-skip-link.spec.ts +42 -0
- package/src/web-components/interaction/bds-skip-link.ts +74 -0
- package/src/web-components/interaction/bds-tab-panel.spec.ts +32 -0
- package/src/web-components/interaction/bds-tab-panel.ts +38 -0
- package/src/web-components/interaction/bds-tab.spec.ts +71 -0
- package/src/web-components/interaction/bds-tab.ts +110 -0
- package/src/web-components/interaction/bds-tabs.spec.ts +120 -0
- package/src/web-components/interaction/bds-tabs.ts +152 -0
- package/src/web-components/interaction/bds-tooltip.spec.ts +49 -0
- package/src/web-components/interaction/bds-tooltip.ts +127 -0
- package/src/web-components/interaction/form/BdsCheckbox.mdx +39 -0
- package/src/web-components/interaction/form/BdsCheckbox.stories.tsx +73 -0
- package/src/web-components/interaction/form/BdsCombobox.mdx +52 -0
- package/src/web-components/interaction/form/BdsCombobox.stories.tsx +91 -0
- package/src/web-components/interaction/form/BdsFileInput.mdx +44 -0
- package/src/web-components/interaction/form/BdsFileInput.stories.tsx +84 -0
- package/src/web-components/interaction/form/BdsNumberInput.mdx +41 -0
- package/src/web-components/interaction/form/BdsNumberInput.stories.tsx +90 -0
- package/src/web-components/interaction/form/BdsRadio.mdx +41 -0
- package/src/web-components/interaction/form/BdsRadio.stories.tsx +90 -0
- package/src/web-components/interaction/form/BdsSegmentedControl.mdx +42 -0
- package/src/web-components/interaction/form/BdsSegmentedControl.stories.tsx +92 -0
- package/src/web-components/interaction/form/BdsSelect.mdx +38 -0
- package/src/web-components/interaction/form/BdsSelect.stories.tsx +93 -0
- package/src/web-components/interaction/form/BdsSlider.mdx +49 -0
- package/src/web-components/interaction/form/BdsSlider.stories.tsx +89 -0
- package/src/web-components/interaction/form/BdsSwitch.mdx +39 -0
- package/src/web-components/interaction/form/BdsSwitch.stories.tsx +73 -0
- package/src/web-components/interaction/form/BdsTextarea.mdx +41 -0
- package/src/web-components/interaction/form/BdsTextarea.stories.tsx +79 -0
- package/src/web-components/interaction/form/bds-checkbox.spec.ts +63 -0
- package/src/web-components/interaction/form/bds-checkbox.ts +166 -0
- package/src/web-components/interaction/form/bds-combobox.spec.ts +117 -0
- package/src/web-components/interaction/form/bds-combobox.ts +334 -0
- package/src/web-components/interaction/form/bds-file-input.spec.ts +58 -0
- package/src/web-components/interaction/form/bds-file-input.ts +209 -0
- package/src/web-components/interaction/form/bds-number-input.spec.ts +87 -0
- package/src/web-components/interaction/form/bds-number-input.ts +220 -0
- package/src/web-components/interaction/form/bds-radio.spec.ts +70 -0
- package/src/web-components/interaction/form/bds-radio.ts +151 -0
- package/src/web-components/interaction/form/bds-segmented-control.spec.ts +74 -0
- package/src/web-components/interaction/form/bds-segmented-control.ts +282 -0
- package/src/web-components/interaction/form/bds-select.spec.ts +74 -0
- package/src/web-components/interaction/form/bds-select.ts +188 -0
- package/src/web-components/interaction/form/bds-slider.spec.ts +41 -0
- package/src/web-components/interaction/form/bds-slider.ts +162 -0
- package/src/web-components/interaction/form/bds-switch.spec.ts +62 -0
- package/src/web-components/interaction/form/bds-switch.ts +165 -0
- package/src/web-components/interaction/form/bds-textarea.spec.ts +55 -0
- package/src/web-components/interaction/form/bds-textarea.ts +141 -0
- package/src/web-components/ui/BdsAvatar.mdx +67 -0
- package/src/web-components/ui/BdsAvatar.stories.tsx +62 -0
- package/src/web-components/ui/BdsBreadcrumb.mdx +63 -0
- package/src/web-components/ui/BdsBreadcrumb.stories.tsx +59 -0
- package/src/web-components/ui/BdsCard.mdx +83 -0
- package/src/web-components/ui/BdsCard.stories.tsx +90 -0
- package/src/web-components/ui/BdsDescriptionList.mdx +67 -0
- package/src/web-components/ui/BdsDescriptionList.stories.tsx +79 -0
- package/src/web-components/ui/BdsIconWrapper.mdx +70 -0
- package/src/web-components/ui/BdsIconWrapper.stories.tsx +76 -0
- package/src/web-components/ui/BdsLink.mdx +75 -0
- package/src/web-components/ui/BdsLink.stories.tsx +64 -0
- package/src/web-components/ui/BdsLoading.mdx +62 -0
- package/src/web-components/ui/BdsLoading.stories.tsx +37 -0
- package/src/web-components/ui/BdsNotificationBanner.mdx +90 -0
- package/src/web-components/ui/BdsNotificationBanner.stories.tsx +93 -0
- package/src/web-components/ui/BdsProgress.mdx +63 -0
- package/src/web-components/ui/BdsProgress.stories.tsx +70 -0
- package/src/web-components/ui/BdsProgressCircle.mdx +64 -0
- package/src/web-components/ui/BdsProgressCircle.stories.tsx +69 -0
- package/src/web-components/ui/BdsRating.mdx +61 -0
- package/src/web-components/ui/BdsRating.stories.tsx +39 -0
- package/src/web-components/ui/BdsSectionHeader.mdx +69 -0
- package/src/web-components/ui/BdsSectionHeader.stories.tsx +56 -0
- package/src/web-components/ui/BdsSeparator.mdx +63 -0
- package/src/web-components/ui/BdsSeparator.stories.tsx +47 -0
- package/src/web-components/ui/BdsSkeleton.mdx +67 -0
- package/src/web-components/ui/BdsSkeleton.stories.tsx +50 -0
- package/src/web-components/ui/BdsTypography.mdx +83 -0
- package/src/web-components/ui/BdsTypography.stories.tsx +51 -0
- package/src/web-components/ui/bds-alert.ts +1 -2
- package/src/web-components/ui/bds-avatar.spec.ts +75 -0
- package/src/web-components/ui/bds-avatar.ts +122 -0
- package/src/web-components/ui/bds-breadcrumb.spec.ts +55 -0
- package/src/web-components/ui/bds-breadcrumb.ts +114 -0
- package/src/web-components/ui/bds-card.spec.ts +70 -0
- package/src/web-components/ui/bds-card.ts +154 -0
- package/src/web-components/ui/bds-description-list.spec.ts +36 -0
- package/src/web-components/ui/bds-description-list.ts +79 -0
- package/src/web-components/ui/bds-icon-wrapper.spec.ts +21 -0
- package/src/web-components/ui/bds-icon-wrapper.ts +68 -0
- package/src/web-components/ui/bds-link.spec.ts +72 -0
- package/src/web-components/ui/bds-link.ts +138 -0
- package/src/web-components/ui/bds-loading.spec.ts +38 -0
- package/src/web-components/ui/bds-loading.ts +76 -0
- package/src/web-components/ui/bds-notification-banner.spec.ts +82 -0
- package/src/web-components/ui/bds-notification-banner.ts +184 -0
- package/src/web-components/ui/bds-progress-circle.spec.ts +58 -0
- package/src/web-components/ui/bds-progress-circle.ts +142 -0
- package/src/web-components/ui/bds-progress.spec.ts +66 -0
- package/src/web-components/ui/bds-progress.ts +127 -0
- package/src/web-components/ui/bds-rating.spec.ts +70 -0
- package/src/web-components/ui/bds-rating.ts +80 -0
- package/src/web-components/ui/bds-section-header.spec.ts +57 -0
- package/src/web-components/ui/bds-section-header.ts +96 -0
- package/src/web-components/ui/bds-separator.spec.ts +50 -0
- package/src/web-components/ui/bds-separator.ts +66 -0
- package/src/web-components/ui/bds-skeleton.spec.ts +22 -0
- package/src/web-components/ui/bds-skeleton.ts +55 -0
- package/src/web-components/ui/bds-typography.spec.ts +76 -0
- package/src/web-components/ui/bds-typography.ts +112 -0
- package/dist/web-components.d.ts +0 -304
package/dist/client.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { useId, useState } from "react";
|
|
5
5
|
|
|
6
6
|
// src/components/ui/Accordion/Accordion.module.css
|
|
7
|
-
var Accordion_default = {"accordion":"
|
|
7
|
+
var Accordion_default = {"accordion":"bds120Accordion-accordion","item":"bds120Accordion-item","heading":"bds120Accordion-heading","trigger":"bds120Accordion-trigger","triggerLabel":"bds120Accordion-triggerLabel","chevron":"bds120Accordion-chevron","--open":"bds120Accordion---open","panel":"bds120Accordion-panel","panelContent":"bds120Accordion-panelContent"};
|
|
8
8
|
|
|
9
9
|
// src/components/ui/Accordion/Accordion.tsx
|
|
10
10
|
import { cn } from "@boostdev/design-system-foundation";
|
|
@@ -72,7 +72,7 @@ function Accordion({
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
// src/components/ui/Alert/Alert.module.css
|
|
75
|
-
var Alert_default = {"alert":"
|
|
75
|
+
var Alert_default = {"alert":"bds120Alert-alert","--variant_info":"bds120Alert---variant_info","--variant_success":"bds120Alert---variant_success","--variant_warning":"bds120Alert---variant_warning","--variant_error":"bds120Alert---variant_error","icon":"bds120Alert-icon","content":"bds120Alert-content","title":"bds120Alert-title","dismiss":"bds120Alert-dismiss"};
|
|
76
76
|
|
|
77
77
|
// src/components/ui/Alert/Alert.tsx
|
|
78
78
|
import { cn as cn2 } from "@boostdev/design-system-foundation";
|
|
@@ -115,7 +115,7 @@ function Alert({
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
// src/components/ui/Avatar/Avatar.module.css
|
|
118
|
-
var Avatar_default = {"avatar":"
|
|
118
|
+
var Avatar_default = {"avatar":"bds120Avatar-avatar","--fallback":"bds120Avatar---fallback","--size_small":"bds120Avatar---size_small","--size_medium":"bds120Avatar---size_medium","--size_large":"bds120Avatar---size_large","image":"bds120Avatar-image","initials":"bds120Avatar-initials"};
|
|
119
119
|
|
|
120
120
|
// src/components/ui/Avatar/Avatar.tsx
|
|
121
121
|
import { cn as cn3 } from "@boostdev/design-system-foundation";
|
|
@@ -141,7 +141,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
// src/components/ui/Badge/Badge.module.css
|
|
144
|
-
var Badge_default = {"badge":"
|
|
144
|
+
var Badge_default = {"badge":"bds120Badge-badge","--variant_primary":"bds120Badge---variant_primary","--variant_secondary":"bds120Badge---variant_secondary","--variant_success":"bds120Badge---variant_success","--variant_error":"bds120Badge---variant_error","--variant_warning":"bds120Badge---variant_warning"};
|
|
145
145
|
|
|
146
146
|
// src/components/ui/Badge/Badge.tsx
|
|
147
147
|
import { cn as cn4 } from "@boostdev/design-system-foundation";
|
|
@@ -151,7 +151,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
154
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
154
|
+
var Breadcrumb_default = {"breadcrumb":"bds120Breadcrumb-breadcrumb","list":"bds120Breadcrumb-list","item":"bds120Breadcrumb-item","link":"bds120Breadcrumb-link","separator":"bds120Breadcrumb-separator","current":"bds120Breadcrumb-current"};
|
|
155
155
|
|
|
156
156
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
157
157
|
import { cn as cn5 } from "@boostdev/design-system-foundation";
|
|
@@ -167,7 +167,7 @@ function Breadcrumb({ items, className }) {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
170
|
-
var Collapsible_default = {"collapsible":"
|
|
170
|
+
var Collapsible_default = {"collapsible":"bds120Collapsible-collapsible","summary":"bds120Collapsible-summary","summaryContent":"bds120Collapsible-summaryContent","icon":"bds120Collapsible-icon","content":"bds120Collapsible-content"};
|
|
171
171
|
|
|
172
172
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
173
173
|
import { cn as cn6 } from "@boostdev/design-system-foundation";
|
|
@@ -208,7 +208,7 @@ function Collapsible({
|
|
|
208
208
|
import { useState as useState2, useId as useId2 } from "react";
|
|
209
209
|
|
|
210
210
|
// src/components/ui/Calendar/Calendar.module.css
|
|
211
|
-
var Calendar_default = {"calendar":"
|
|
211
|
+
var Calendar_default = {"calendar":"bds120Calendar-calendar","header":"bds120Calendar-header","monthYear":"bds120Calendar-monthYear","navBtn":"bds120Calendar-navBtn","grid":"bds120Calendar-grid","weekday":"bds120Calendar-weekday","empty":"bds120Calendar-empty","day":"bds120Calendar-day","disabled":"bds120Calendar-disabled","selected":"bds120Calendar-selected","today":"bds120Calendar-today"};
|
|
212
212
|
|
|
213
213
|
// src/components/ui/Calendar/Calendar.tsx
|
|
214
214
|
import { cn as cn7 } from "@boostdev/design-system-foundation";
|
|
@@ -383,7 +383,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
383
383
|
import { useRef, useId as useId3 } from "react";
|
|
384
384
|
|
|
385
385
|
// src/components/ui/Carousel/Carousel.module.css
|
|
386
|
-
var Carousel_default = {"carousel":"
|
|
386
|
+
var Carousel_default = {"carousel":"bds120Carousel-carousel","track":"bds120Carousel-track","slide":"bds120Carousel-slide","navBtn":"bds120Carousel-navBtn"};
|
|
387
387
|
|
|
388
388
|
// src/components/ui/Carousel/Carousel.tsx
|
|
389
389
|
import { cn as cn8 } from "@boostdev/design-system-foundation";
|
|
@@ -436,7 +436,7 @@ function Carousel({ items, label, className }) {
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
439
|
-
var DescriptionList_default = {"list":"
|
|
439
|
+
var DescriptionList_default = {"list":"bds120DescriptionList-list","group":"bds120DescriptionList-group","term":"bds120DescriptionList-term","details":"bds120DescriptionList-details","--layout_inline":"bds120DescriptionList---layout_inline"};
|
|
440
440
|
|
|
441
441
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
442
442
|
import { cn as cn9 } from "@boostdev/design-system-foundation";
|
|
@@ -449,7 +449,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
// src/components/ui/Link/Link.module.css
|
|
452
|
-
var Link_default = {"link":"
|
|
452
|
+
var Link_default = {"link":"bds120Link-link","--variant_default":"bds120Link---variant_default","--variant_subtle":"bds120Link---variant_subtle","--variant_standalone":"bds120Link---variant_standalone","externalLabel":"bds120Link-externalLabel"};
|
|
453
453
|
|
|
454
454
|
// src/components/ui/Link/Link.tsx
|
|
455
455
|
import { cn as cn10 } from "@boostdev/design-system-foundation";
|
|
@@ -480,7 +480,7 @@ function Link({
|
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
// src/components/ui/Loading/Loading.module.css
|
|
483
|
-
var Loading_default = {"loading":"
|
|
483
|
+
var Loading_default = {"loading":"bds120Loading-loading","spinner":"bds120Loading-spinner","--size_small":"bds120Loading---size_small","--size_large":"bds120Loading---size_large"};
|
|
484
484
|
|
|
485
485
|
// src/components/ui/Loading/Loading.tsx
|
|
486
486
|
import { cn as cn11 } from "@boostdev/design-system-foundation";
|
|
@@ -490,7 +490,7 @@ function Loading({ size = "medium", className }) {
|
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
493
|
-
var NotificationBanner_default = {"banner":"
|
|
493
|
+
var NotificationBanner_default = {"banner":"bds120NotificationBanner-banner","--variant_info":"bds120NotificationBanner---variant_info","--variant_success":"bds120NotificationBanner---variant_success","--variant_warning":"bds120NotificationBanner---variant_warning","--variant_error":"bds120NotificationBanner---variant_error","content":"bds120NotificationBanner-content","action":"bds120NotificationBanner-action","dismiss":"bds120NotificationBanner-dismiss"};
|
|
494
494
|
|
|
495
495
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
496
496
|
import { cn as cn12 } from "@boostdev/design-system-foundation";
|
|
@@ -529,7 +529,7 @@ function NotificationBanner({
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
// src/components/ui/Pagination/Pagination.module.css
|
|
532
|
-
var Pagination_default = {"pagination":"
|
|
532
|
+
var Pagination_default = {"pagination":"bds120Pagination-pagination","list":"bds120Pagination-list","button":"bds120Pagination-button","--active":"bds120Pagination---active","--nav":"bds120Pagination---nav","ellipsis":"bds120Pagination-ellipsis"};
|
|
533
533
|
|
|
534
534
|
// src/components/ui/Pagination/Pagination.tsx
|
|
535
535
|
import { cn as cn13 } from "@boostdev/design-system-foundation";
|
|
@@ -593,7 +593,7 @@ function Pagination({
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
// src/components/ui/Progress/Progress.module.css
|
|
596
|
-
var Progress_default = {"container":"
|
|
596
|
+
var Progress_default = {"container":"bds120Progress-container","labelRow":"bds120Progress-labelRow","value":"bds120Progress-value","track":"bds120Progress-track","--size_small":"bds120Progress---size_small","--size_medium":"bds120Progress---size_medium","--size_large":"bds120Progress---size_large","fill":"bds120Progress-fill"};
|
|
597
597
|
|
|
598
598
|
// src/components/ui/Progress/Progress.tsx
|
|
599
599
|
import { cn as cn14 } from "@boostdev/design-system-foundation";
|
|
@@ -631,7 +631,7 @@ function Progress({
|
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
634
|
-
var ProgressCircle_default = {"wrapper":"
|
|
634
|
+
var ProgressCircle_default = {"wrapper":"bds120ProgressCircle-wrapper","svg":"bds120ProgressCircle-svg","track":"bds120ProgressCircle-track","fill":"bds120ProgressCircle-fill","value":"bds120ProgressCircle-value","--size_small":"bds120ProgressCircle---size_small","--size_medium":"bds120ProgressCircle---size_medium","--size_large":"bds120ProgressCircle---size_large"};
|
|
635
635
|
|
|
636
636
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
637
637
|
import { cn as cn15 } from "@boostdev/design-system-foundation";
|
|
@@ -710,7 +710,7 @@ function ProgressCircle({
|
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
// src/components/ui/Separator/Separator.module.css
|
|
713
|
-
var Separator_default = {"separator":"
|
|
713
|
+
var Separator_default = {"separator":"bds120Separator-separator","--horizontal":"bds120Separator---horizontal","--vertical":"bds120Separator---vertical"};
|
|
714
714
|
|
|
715
715
|
// src/components/ui/Separator/Separator.tsx
|
|
716
716
|
import { cn as cn16 } from "@boostdev/design-system-foundation";
|
|
@@ -733,7 +733,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
733
733
|
import { cn as cn17 } from "@boostdev/design-system-foundation";
|
|
734
734
|
|
|
735
735
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
736
|
-
var Skeleton_default = {"skeleton":"
|
|
736
|
+
var Skeleton_default = {"skeleton":"bds120Skeleton-skeleton"};
|
|
737
737
|
|
|
738
738
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
739
739
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
@@ -742,7 +742,7 @@ function Skeleton({ className }) {
|
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
745
|
-
var SkipLink_default = {"skipLink":"
|
|
745
|
+
var SkipLink_default = {"skipLink":"bds120SkipLink-skipLink"};
|
|
746
746
|
|
|
747
747
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
748
748
|
import { cn as cn18 } from "@boostdev/design-system-foundation";
|
|
@@ -752,7 +752,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
752
752
|
}
|
|
753
753
|
|
|
754
754
|
// src/components/ui/Table/Table.module.css
|
|
755
|
-
var Table_default = {"wrapper":"
|
|
755
|
+
var Table_default = {"wrapper":"bds120Table-wrapper","table":"bds120Table-table","caption":"bds120Table-caption","thead":"bds120Table-thead","th":"bds120Table-th","--sortable":"bds120Table---sortable","sortButton":"bds120Table-sortButton","sortIcon":"bds120Table-sortIcon","--sort-active":"bds120Table---sort-active","--sort-desc":"bds120Table---sort-desc","tbody":"bds120Table-tbody","tr":"bds120Table-tr","td":"bds120Table-td"};
|
|
756
756
|
|
|
757
757
|
// src/components/ui/Table/Table.tsx
|
|
758
758
|
import { cn as cn19 } from "@boostdev/design-system-foundation";
|
|
@@ -822,7 +822,7 @@ function Table({
|
|
|
822
822
|
import { useId as useId4, useRef as useRef2, useState as useState3 } from "react";
|
|
823
823
|
|
|
824
824
|
// src/components/ui/Tabs/Tabs.module.css
|
|
825
|
-
var Tabs_default = {"tabs":"
|
|
825
|
+
var Tabs_default = {"tabs":"bds120Tabs-tabs","tabList":"bds120Tabs-tabList","tab":"bds120Tabs-tab","--active":"bds120Tabs---active","panel":"bds120Tabs-panel"};
|
|
826
826
|
|
|
827
827
|
// src/components/ui/Tabs/Tabs.tsx
|
|
828
828
|
import { cn as cn20 } from "@boostdev/design-system-foundation";
|
|
@@ -902,7 +902,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
902
902
|
import { cloneElement, isValidElement, useId as useId5, useState as useState4 } from "react";
|
|
903
903
|
|
|
904
904
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
905
|
-
var Tooltip_default = {"wrapper":"
|
|
905
|
+
var Tooltip_default = {"wrapper":"bds120Tooltip-wrapper","tooltip":"bds120Tooltip-tooltip","--placement_top":"bds120Tooltip---placement_top","--placement_bottom":"bds120Tooltip---placement_bottom","--placement_left":"bds120Tooltip---placement_left","--placement_right":"bds120Tooltip---placement_right"};
|
|
906
906
|
|
|
907
907
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
908
908
|
import { cn as cn21 } from "@boostdev/design-system-foundation";
|
|
@@ -944,7 +944,7 @@ function Tooltip({
|
|
|
944
944
|
}
|
|
945
945
|
|
|
946
946
|
// src/components/ui/Typography/Typography.module.css
|
|
947
|
-
var Typography_default = {"typography":"
|
|
947
|
+
var Typography_default = {"typography":"bds120Typography-typography","--h1":"bds120Typography---h1","--h2":"bds120Typography---h2","--h3":"bds120Typography---h3","--body":"bds120Typography---body","--body_s":"bds120Typography---body_s"};
|
|
948
948
|
|
|
949
949
|
// src/components/ui/Typography/Typography.tsx
|
|
950
950
|
import { cn as cn22 } from "@boostdev/design-system-foundation";
|
|
@@ -962,7 +962,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
// src/components/interaction/Button/Button.module.css
|
|
965
|
-
var Button_default = {"button":"
|
|
965
|
+
var Button_default = {"button":"bds120Button-button","--default":"bds120Button---default","--outline":"bds120Button---outline","--ghost":"bds120Button---ghost","--size_small":"bds120Button---size_small","--size_medium":"bds120Button---size_medium","--size_large":"bds120Button---size_large","--hasPulse":"bds120Button---hasPulse","iconStart":"bds120Button-iconStart","iconEnd":"bds120Button-iconEnd"};
|
|
966
966
|
|
|
967
967
|
// src/components/interaction/Button/Button.tsx
|
|
968
968
|
import { cn as cn23 } from "@boostdev/design-system-foundation";
|
|
@@ -1077,7 +1077,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
1079
|
// src/components/interaction/Command/Command.module.css
|
|
1080
|
-
var Command_default = {"dialog":"
|
|
1080
|
+
var Command_default = {"dialog":"bds120Command-dialog","palette":"bds120Command-palette","searchRow":"bds120Command-searchRow","searchIcon":"bds120Command-searchIcon","search":"bds120Command-search","escHint":"bds120Command-escHint","list":"bds120Command-list","groupList":"bds120Command-groupList","group":"bds120Command-group","item":"bds120Command-item","itemActive":"bds120Command-itemActive","itemLabel":"bds120Command-itemLabel","itemDesc":"bds120Command-itemDesc","shortcut":"bds120Command-shortcut","empty":"bds120Command-empty"};
|
|
1081
1081
|
|
|
1082
1082
|
// src/components/interaction/Command/Command.tsx
|
|
1083
1083
|
import { cn as cn24 } from "@boostdev/design-system-foundation";
|
|
@@ -1252,7 +1252,7 @@ function Command({
|
|
|
1252
1252
|
import { useEffect as useEffect2, useId as useId7, useRef as useRef4 } from "react";
|
|
1253
1253
|
|
|
1254
1254
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1255
|
-
var Dialog_default = {"dialog":"
|
|
1255
|
+
var Dialog_default = {"dialog":"bds120Dialog-dialog","dialogContent":"bds120Dialog-dialogContent","closeButton":"bds120Dialog-closeButton"};
|
|
1256
1256
|
|
|
1257
1257
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1258
1258
|
import { cn as cn25 } from "@boostdev/design-system-foundation";
|
|
@@ -1357,7 +1357,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1357
1357
|
import { useEffect as useEffect3, useId as useId8, useRef as useRef5 } from "react";
|
|
1358
1358
|
|
|
1359
1359
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1360
|
-
var Drawer_default = {"drawer":"
|
|
1360
|
+
var Drawer_default = {"drawer":"bds120Drawer-drawer","panel":"bds120Drawer-panel","--side_right":"bds120Drawer---side_right","--side_left":"bds120Drawer---side_left","header":"bds120Drawer-header","closeButton":"bds120Drawer-closeButton","body":"bds120Drawer-body"};
|
|
1361
1361
|
|
|
1362
1362
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1363
1363
|
import { cn as cn26 } from "@boostdev/design-system-foundation";
|
|
@@ -1461,7 +1461,7 @@ import {
|
|
|
1461
1461
|
} from "react";
|
|
1462
1462
|
|
|
1463
1463
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1464
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1464
|
+
var DropdownMenu_default = {"wrapper":"bds120DropdownMenu-wrapper","menu":"bds120DropdownMenu-menu","--placement_bottom-start":"bds120DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds120DropdownMenu---placement_bottom-end","separator":"bds120DropdownMenu-separator","item":"bds120DropdownMenu-item","icon":"bds120DropdownMenu-icon"};
|
|
1465
1465
|
|
|
1466
1466
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1467
1467
|
import { cn as cn27 } from "@boostdev/design-system-foundation";
|
|
@@ -1581,7 +1581,7 @@ import {
|
|
|
1581
1581
|
} from "react";
|
|
1582
1582
|
|
|
1583
1583
|
// src/components/interaction/Popover/Popover.module.css
|
|
1584
|
-
var Popover_default = {"wrapper":"
|
|
1584
|
+
var Popover_default = {"wrapper":"bds120Popover-wrapper","panel":"bds120Popover-panel","g":"bds120Popover-g"};
|
|
1585
1585
|
|
|
1586
1586
|
// src/components/interaction/Popover/Popover.tsx
|
|
1587
1587
|
import { cn as cn28 } from "@boostdev/design-system-foundation";
|
|
@@ -1665,7 +1665,7 @@ function Popover({
|
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
1667
|
// src/components/interaction/Rating/Rating.module.css
|
|
1668
|
-
var Rating_default = {"rating":"
|
|
1668
|
+
var Rating_default = {"rating":"bds120Rating-rating","star":"bds120Rating-star","--filled":"bds120Rating---filled"};
|
|
1669
1669
|
|
|
1670
1670
|
// src/components/interaction/Rating/Rating.tsx
|
|
1671
1671
|
import { cn as cn29 } from "@boostdev/design-system-foundation";
|
|
@@ -1696,7 +1696,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1696
1696
|
import { useState as useState8, useEffect as useEffect6, createContext, useContext, useCallback, useMemo as useMemo2, useRef as useRef8 } from "react";
|
|
1697
1697
|
|
|
1698
1698
|
// src/components/interaction/Toast/Toast.module.css
|
|
1699
|
-
var Toast_default = {"toastContainer":"
|
|
1699
|
+
var Toast_default = {"toastContainer":"bds120Toast-toastContainer","toast":"bds120Toast-toast","--variant_success":"bds120Toast---variant_success","--variant_warning":"bds120Toast---variant_warning","--variant_info":"bds120Toast---variant_info","--variant_error":"bds120Toast---variant_error","message":"bds120Toast-message","closeButton":"bds120Toast-closeButton"};
|
|
1700
1700
|
|
|
1701
1701
|
// src/components/interaction/Toast/Toast.tsx
|
|
1702
1702
|
import { cn as cn30 } from "@boostdev/design-system-foundation";
|
|
@@ -1769,10 +1769,10 @@ function useToast() {
|
|
|
1769
1769
|
import { useId as useId11 } from "react";
|
|
1770
1770
|
|
|
1771
1771
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1772
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1772
|
+
var Checkbox_default = {"checkboxGroup":"bds120Checkbox-checkboxGroup","inputWrapper":"bds120Checkbox-inputWrapper","checkbox":"bds120Checkbox-checkbox","checkboxError":"bds120Checkbox-checkboxError"};
|
|
1773
1773
|
|
|
1774
1774
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1775
|
-
var Message_default = {"error":"
|
|
1775
|
+
var Message_default = {"error":"bds120Message-error","hint":"bds120Message-hint"};
|
|
1776
1776
|
|
|
1777
1777
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1778
1778
|
import { cn as cn31 } from "@boostdev/design-system-foundation";
|
|
@@ -1783,7 +1783,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1783
1783
|
};
|
|
1784
1784
|
|
|
1785
1785
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1786
|
-
var Label_default = {"label":"
|
|
1786
|
+
var Label_default = {"label":"bds120Label-label"};
|
|
1787
1787
|
|
|
1788
1788
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1789
1789
|
import { cn as cn32 } from "@boostdev/design-system-foundation";
|
|
@@ -1796,7 +1796,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1796
1796
|
import { cn as cn34 } from "@boostdev/design-system-foundation";
|
|
1797
1797
|
|
|
1798
1798
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1799
|
-
var InputContainer_default = {"container":"
|
|
1799
|
+
var InputContainer_default = {"container":"bds120InputContainer-container"};
|
|
1800
1800
|
|
|
1801
1801
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1802
1802
|
import { cn as cn33 } from "@boostdev/design-system-foundation";
|
|
@@ -1837,7 +1837,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1837
1837
|
import { useId as useId12 } from "react";
|
|
1838
1838
|
|
|
1839
1839
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1840
|
-
var CheckboxGroup_default = {"group":"
|
|
1840
|
+
var CheckboxGroup_default = {"group":"bds120CheckboxGroup-group","legend":"bds120CheckboxGroup-legend","required":"bds120CheckboxGroup-required","items":"bds120CheckboxGroup-items"};
|
|
1841
1841
|
|
|
1842
1842
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1843
1843
|
import { cn as cn35 } from "@boostdev/design-system-foundation";
|
|
@@ -1885,7 +1885,7 @@ import {
|
|
|
1885
1885
|
} from "react";
|
|
1886
1886
|
|
|
1887
1887
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1888
|
-
var Combobox_default = {"formGroup":"
|
|
1888
|
+
var Combobox_default = {"formGroup":"bds120Combobox-formGroup","inputWrapper":"bds120Combobox-inputWrapper","input":"bds120Combobox-input","inputError":"bds120Combobox-inputError","chevron":"bds120Combobox-chevron","listbox":"bds120Combobox-listbox","option":"bds120Combobox-option","--highlighted":"bds120Combobox---highlighted","--selected":"bds120Combobox---selected","--disabled":"bds120Combobox---disabled"};
|
|
1889
1889
|
|
|
1890
1890
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1891
1891
|
import { cn as cn36 } from "@boostdev/design-system-foundation";
|
|
@@ -2035,7 +2035,7 @@ function Combobox({
|
|
|
2035
2035
|
import { useId as useId14, useRef as useRef10, useState as useState10 } from "react";
|
|
2036
2036
|
|
|
2037
2037
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2038
|
-
var FileInput_default = {"formGroup":"
|
|
2038
|
+
var FileInput_default = {"formGroup":"bds120FileInput-formGroup","fieldLabel":"bds120FileInput-fieldLabel","dropZone":"bds120FileInput-dropZone","isDragging":"bds120FileInput-isDragging","hasError":"bds120FileInput-hasError","isDisabled":"bds120FileInput-isDisabled","icon":"bds120FileInput-icon","prompt":"bds120FileInput-prompt","acceptHint":"bds120FileInput-acceptHint","hiddenInput":"bds120FileInput-hiddenInput"};
|
|
2039
2039
|
|
|
2040
2040
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2041
2041
|
import { cn as cn37 } from "@boostdev/design-system-foundation";
|
|
@@ -2135,7 +2135,7 @@ function FileInput({
|
|
|
2135
2135
|
import { useId as useId15 } from "react";
|
|
2136
2136
|
|
|
2137
2137
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2138
|
-
var FormInput_default = {"formGroup":"
|
|
2138
|
+
var FormInput_default = {"formGroup":"bds120FormInput-formGroup","input":"bds120FormInput-input","inputError":"bds120FormInput-inputError"};
|
|
2139
2139
|
|
|
2140
2140
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2141
2141
|
import { cn as cn38 } from "@boostdev/design-system-foundation";
|
|
@@ -2179,7 +2179,7 @@ function FormInput({
|
|
|
2179
2179
|
import { useId as useId16, useRef as useRef11, useState as useState11 } from "react";
|
|
2180
2180
|
|
|
2181
2181
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2182
|
-
var NumberInput_default = {"formGroup":"
|
|
2182
|
+
var NumberInput_default = {"formGroup":"bds120NumberInput-formGroup","inputRow":"bds120NumberInput-inputRow","input":"bds120NumberInput-input","inputError":"bds120NumberInput-inputError","stepper":"bds120NumberInput-stepper"};
|
|
2183
2183
|
|
|
2184
2184
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2185
2185
|
import { cn as cn39 } from "@boostdev/design-system-foundation";
|
|
@@ -2283,7 +2283,7 @@ function NumberInput({
|
|
|
2283
2283
|
import { useId as useId17 } from "react";
|
|
2284
2284
|
|
|
2285
2285
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2286
|
-
var Radio_default = {"radioGroup":"
|
|
2286
|
+
var Radio_default = {"radioGroup":"bds120Radio-radioGroup","inputWrapper":"bds120Radio-inputWrapper","textWrapper":"bds120Radio-textWrapper","description":"bds120Radio-description","radio":"bds120Radio-radio","radioError":"bds120Radio-radioError"};
|
|
2287
2287
|
|
|
2288
2288
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2289
2289
|
import { cn as cn40 } from "@boostdev/design-system-foundation";
|
|
@@ -2321,7 +2321,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2321
2321
|
import { useId as useId18 } from "react";
|
|
2322
2322
|
|
|
2323
2323
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2324
|
-
var RadioGroup_default = {"group":"
|
|
2324
|
+
var RadioGroup_default = {"group":"bds120RadioGroup-group","legend":"bds120RadioGroup-legend","required":"bds120RadioGroup-required","items":"bds120RadioGroup-items"};
|
|
2325
2325
|
|
|
2326
2326
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2327
2327
|
import { cn as cn41 } from "@boostdev/design-system-foundation";
|
|
@@ -2360,77 +2360,55 @@ function RadioGroup({
|
|
|
2360
2360
|
}
|
|
2361
2361
|
|
|
2362
2362
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2363
|
-
import {
|
|
2363
|
+
import { Children, cloneElement as cloneElement4, isValidElement as isValidElement4 } from "react";
|
|
2364
2364
|
|
|
2365
2365
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2366
|
-
var SegmentedControl_default = {"control":"
|
|
2366
|
+
var SegmentedControl_default = {"control":"bds120SegmentedControl-control","thumb":"bds120SegmentedControl-thumb","indicator":"bds120SegmentedControl-indicator","item":"bds120SegmentedControl-item","--active":"bds120SegmentedControl---active","--disabled":"bds120SegmentedControl---disabled","--size_small":"bds120SegmentedControl---size_small","--size_large":"bds120SegmentedControl---size_large","--variant_outline":"bds120SegmentedControl---variant_outline"};
|
|
2367
2367
|
|
|
2368
2368
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2369
2369
|
import { cn as cn42 } from "@boostdev/design-system-foundation";
|
|
2370
2370
|
import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
2371
2371
|
function SegmentedControl({
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
value,
|
|
2375
|
-
defaultValue,
|
|
2376
|
-
onChange,
|
|
2372
|
+
children,
|
|
2373
|
+
selectedIndex: selectedIndexProp,
|
|
2377
2374
|
disabled,
|
|
2378
2375
|
size = "medium",
|
|
2376
|
+
variant = "outline",
|
|
2379
2377
|
className,
|
|
2380
|
-
"aria-label": ariaLabel
|
|
2381
|
-
...rest
|
|
2378
|
+
"aria-label": ariaLabel
|
|
2382
2379
|
}) {
|
|
2383
|
-
const
|
|
2384
|
-
const
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
const
|
|
2389
|
-
const handleChange = (optionValue) => {
|
|
2390
|
-
if (value === void 0) setInternalValue(optionValue);
|
|
2391
|
-
onChange?.(optionValue);
|
|
2392
|
-
};
|
|
2380
|
+
const validChildren = Children.toArray(children).filter(isValidElement4);
|
|
2381
|
+
const autoIndex = selectedIndexProp === void 0 ? validChildren.findIndex((child) => {
|
|
2382
|
+
const p = child.props;
|
|
2383
|
+
return p["aria-current"] === "page" || p["aria-pressed"] === true || p["aria-selected"] === true;
|
|
2384
|
+
}) : -1;
|
|
2385
|
+
const activeIndex = Math.max(0, selectedIndexProp ?? (autoIndex >= 0 ? autoIndex : 0));
|
|
2393
2386
|
return /* @__PURE__ */ jsxs31(
|
|
2394
2387
|
"div",
|
|
2395
2388
|
{
|
|
2396
2389
|
role: "group",
|
|
2397
2390
|
"aria-label": ariaLabel,
|
|
2398
|
-
className: cn42(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], className),
|
|
2391
|
+
className: cn42(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], SegmentedControl_default[`--variant_${variant}`], className),
|
|
2399
2392
|
style: {
|
|
2400
|
-
"--control_count":
|
|
2401
|
-
"--control_selected-index":
|
|
2393
|
+
"--control_count": validChildren.length,
|
|
2394
|
+
"--control_selected-index": activeIndex
|
|
2402
2395
|
},
|
|
2403
2396
|
children: [
|
|
2404
2397
|
/* @__PURE__ */ jsx42("span", { className: SegmentedControl_default.thumb, "aria-hidden": "true" }),
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
const
|
|
2408
|
-
const
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
type: "radio",
|
|
2420
|
-
id,
|
|
2421
|
-
name,
|
|
2422
|
-
value: option.value,
|
|
2423
|
-
checked: isChecked,
|
|
2424
|
-
disabled: isDisabled,
|
|
2425
|
-
className: SegmentedControl_default.radio,
|
|
2426
|
-
onChange: () => handleChange(option.value)
|
|
2427
|
-
}
|
|
2428
|
-
),
|
|
2429
|
-
/* @__PURE__ */ jsx42("span", { className: SegmentedControl_default.label, children: option.label })
|
|
2430
|
-
]
|
|
2431
|
-
},
|
|
2432
|
-
option.value
|
|
2433
|
-
);
|
|
2398
|
+
/* @__PURE__ */ jsx42("span", { className: SegmentedControl_default.indicator, "aria-hidden": "true" }),
|
|
2399
|
+
validChildren.map((child, index) => {
|
|
2400
|
+
const isActive = index === activeIndex;
|
|
2401
|
+
const p = child.props;
|
|
2402
|
+
const isDisabled = disabled || !!p.disabled || p["aria-disabled"] === true;
|
|
2403
|
+
return cloneElement4(child, {
|
|
2404
|
+
key: child.key ?? index,
|
|
2405
|
+
className: cn42(
|
|
2406
|
+
SegmentedControl_default.item,
|
|
2407
|
+
isActive && SegmentedControl_default["--active"],
|
|
2408
|
+
isDisabled && SegmentedControl_default["--disabled"],
|
|
2409
|
+
p.className
|
|
2410
|
+
)
|
|
2411
|
+
});
|
|
2434
2412
|
})
|
|
2435
2413
|
]
|
|
2436
2414
|
}
|
|
@@ -2438,10 +2416,10 @@ function SegmentedControl({
|
|
|
2438
2416
|
}
|
|
2439
2417
|
|
|
2440
2418
|
// src/components/interaction/form/Select/Select.tsx
|
|
2441
|
-
import { useId as
|
|
2419
|
+
import { useId as useId19 } from "react";
|
|
2442
2420
|
|
|
2443
2421
|
// src/components/interaction/form/Select/Select.module.css
|
|
2444
|
-
var Select_default = {"formGroup":"
|
|
2422
|
+
var Select_default = {"formGroup":"bds120Select-formGroup","selectWrapper":"bds120Select-selectWrapper","select":"bds120Select-select","selectError":"bds120Select-selectError","chevron":"bds120Select-chevron"};
|
|
2445
2423
|
|
|
2446
2424
|
// src/components/interaction/form/Select/Select.tsx
|
|
2447
2425
|
import { cn as cn43 } from "@boostdev/design-system-foundation";
|
|
@@ -2457,7 +2435,7 @@ function Select({
|
|
|
2457
2435
|
required,
|
|
2458
2436
|
...props
|
|
2459
2437
|
}) {
|
|
2460
|
-
const id = name +
|
|
2438
|
+
const id = name + useId19();
|
|
2461
2439
|
const hintId = id + "hint";
|
|
2462
2440
|
const errorId = id + "error";
|
|
2463
2441
|
const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
|
|
@@ -2489,10 +2467,10 @@ function Select({
|
|
|
2489
2467
|
}
|
|
2490
2468
|
|
|
2491
2469
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2492
|
-
import { useId as
|
|
2470
|
+
import { useId as useId20, useState as useState12 } from "react";
|
|
2493
2471
|
|
|
2494
2472
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2495
|
-
var Slider_default = {"formGroup":"
|
|
2473
|
+
var Slider_default = {"formGroup":"bds120Slider-formGroup","labelRow":"bds120Slider-labelRow","value":"bds120Slider-value","slider":"bds120Slider-slider","sliderError":"bds120Slider-sliderError"};
|
|
2496
2474
|
|
|
2497
2475
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2498
2476
|
import { cn as cn44 } from "@boostdev/design-system-foundation";
|
|
@@ -2509,12 +2487,12 @@ function Slider({
|
|
|
2509
2487
|
onChange,
|
|
2510
2488
|
...props
|
|
2511
2489
|
}) {
|
|
2512
|
-
const id = name +
|
|
2490
|
+
const id = name + useId20();
|
|
2513
2491
|
const hintId = id + "hint";
|
|
2514
2492
|
const errorId = id + "error";
|
|
2515
2493
|
const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
|
|
2516
2494
|
const isControlled = props.value !== void 0;
|
|
2517
|
-
const [internalValue, setInternalValue] =
|
|
2495
|
+
const [internalValue, setInternalValue] = useState12(Number(props.defaultValue ?? min));
|
|
2518
2496
|
const currentValue = isControlled ? Number(props.value) : internalValue;
|
|
2519
2497
|
const fillPct = (currentValue - min) / (max - min) * 100;
|
|
2520
2498
|
const handleChange = (e) => {
|
|
@@ -2551,10 +2529,10 @@ function Slider({
|
|
|
2551
2529
|
}
|
|
2552
2530
|
|
|
2553
2531
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2554
|
-
import { useId as
|
|
2532
|
+
import { useId as useId21 } from "react";
|
|
2555
2533
|
|
|
2556
2534
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2557
|
-
var Switch_default = {"switchGroup":"
|
|
2535
|
+
var Switch_default = {"switchGroup":"bds120Switch-switchGroup","--size_small":"bds120Switch---size_small","--size_medium":"bds120Switch---size_medium","--size_large":"bds120Switch---size_large","inputWrapper":"bds120Switch-inputWrapper","trackWrapper":"bds120Switch-trackWrapper","switch":"bds120Switch-switch","track":"bds120Switch-track","thumb":"bds120Switch-thumb","switchError":"bds120Switch-switchError"};
|
|
2558
2536
|
|
|
2559
2537
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2560
2538
|
import { cn as cn45 } from "@boostdev/design-system-foundation";
|
|
@@ -2569,7 +2547,7 @@ function Switch({
|
|
|
2569
2547
|
prefix,
|
|
2570
2548
|
...props
|
|
2571
2549
|
}) {
|
|
2572
|
-
const id = name +
|
|
2550
|
+
const id = name + useId21();
|
|
2573
2551
|
const hintId = id + "hint";
|
|
2574
2552
|
const errorId = id + "error";
|
|
2575
2553
|
const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
|
|
@@ -2599,10 +2577,10 @@ function Switch({
|
|
|
2599
2577
|
}
|
|
2600
2578
|
|
|
2601
2579
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2602
|
-
import { useId as
|
|
2580
|
+
import { useId as useId22 } from "react";
|
|
2603
2581
|
|
|
2604
2582
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2605
|
-
var Textarea_default = {"formGroup":"
|
|
2583
|
+
var Textarea_default = {"formGroup":"bds120Textarea-formGroup","textarea":"bds120Textarea-textarea","textareaError":"bds120Textarea-textareaError"};
|
|
2606
2584
|
|
|
2607
2585
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2608
2586
|
import { cn as cn46 } from "@boostdev/design-system-foundation";
|
|
@@ -2616,7 +2594,7 @@ function Textarea({
|
|
|
2616
2594
|
required,
|
|
2617
2595
|
...props
|
|
2618
2596
|
}) {
|
|
2619
|
-
const id = name +
|
|
2597
|
+
const id = name + useId22();
|
|
2620
2598
|
const hintId = id + "hint";
|
|
2621
2599
|
const errorId = id + "error";
|
|
2622
2600
|
const describedBy = [error && errorId, hint && hintId].filter(Boolean).join(" ") || void 0;
|
|
@@ -2641,7 +2619,7 @@ function Textarea({
|
|
|
2641
2619
|
}
|
|
2642
2620
|
|
|
2643
2621
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2644
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2622
|
+
var ButtonGroup_default = {"buttonGroup":"bds120ButtonGroup-buttonGroup","container":"bds120ButtonGroup-container","--variant_card":"bds120ButtonGroup---variant_card","--variant_flow":"bds120ButtonGroup---variant_flow","--variant_modal":"bds120ButtonGroup---variant_modal","--variant_content":"bds120ButtonGroup---variant_content","--variant_grid":"bds120ButtonGroup---variant_grid"};
|
|
2645
2623
|
|
|
2646
2624
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2647
2625
|
import { cn as cn47 } from "@boostdev/design-system-foundation";
|
|
@@ -2659,7 +2637,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
|
|
|
2659
2637
|
}
|
|
2660
2638
|
|
|
2661
2639
|
// src/components/layout/Card/Card.module.css
|
|
2662
|
-
var Card_default = {"card":"
|
|
2640
|
+
var Card_default = {"card":"bds120Card-card","--default":"bds120Card---default","--elevated":"bds120Card---elevated","--outlined":"bds120Card---outlined","--clickable":"bds120Card---clickable","--padding-none":"bds120Card---padding-none","--padding-small":"bds120Card---padding-small","--padding-medium":"bds120Card---padding-medium","--padding-large":"bds120Card---padding-large","--text-start":"bds120Card---text-start","--text-center":"bds120Card---text-center","--text-end":"bds120Card---text-end"};
|
|
2663
2641
|
|
|
2664
2642
|
// src/components/layout/Card/Card.tsx
|
|
2665
2643
|
import { cn as cn48 } from "@boostdev/design-system-foundation";
|
|
@@ -2697,7 +2675,7 @@ function Card({
|
|
|
2697
2675
|
}
|
|
2698
2676
|
|
|
2699
2677
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2700
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2678
|
+
var SectionHeader_default = {"sectionHeader":"bds120SectionHeader-sectionHeader","title":"bds120SectionHeader-title","subtitle":"bds120SectionHeader-subtitle","--start":"bds120SectionHeader---start","--center":"bds120SectionHeader---center","--end":"bds120SectionHeader---end","--small":"bds120SectionHeader---small","--medium":"bds120SectionHeader---medium","--large":"bds120SectionHeader---large"};
|
|
2701
2679
|
|
|
2702
2680
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2703
2681
|
import { cn as cn49 } from "@boostdev/design-system-foundation";
|
|
@@ -2718,7 +2696,7 @@ function SectionHeader({
|
|
|
2718
2696
|
}
|
|
2719
2697
|
|
|
2720
2698
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2721
|
-
var IconWrapper_default = {"wrapper":"
|
|
2699
|
+
var IconWrapper_default = {"wrapper":"bds120IconWrapper-wrapper"};
|
|
2722
2700
|
|
|
2723
2701
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2724
2702
|
import { cn as cn50 } from "@boostdev/design-system-foundation";
|