@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.cjs
CHANGED
|
@@ -87,7 +87,7 @@ module.exports = __toCommonJS(client_exports);
|
|
|
87
87
|
var import_react = require("react");
|
|
88
88
|
|
|
89
89
|
// src/components/ui/Accordion/Accordion.module.css
|
|
90
|
-
var Accordion_default = {"accordion":"
|
|
90
|
+
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"};
|
|
91
91
|
|
|
92
92
|
// src/components/ui/Accordion/Accordion.tsx
|
|
93
93
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -155,7 +155,7 @@ function Accordion({
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
// src/components/ui/Alert/Alert.module.css
|
|
158
|
-
var Alert_default = {"alert":"
|
|
158
|
+
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"};
|
|
159
159
|
|
|
160
160
|
// src/components/ui/Alert/Alert.tsx
|
|
161
161
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -198,7 +198,7 @@ function Alert({
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
// src/components/ui/Avatar/Avatar.module.css
|
|
201
|
-
var Avatar_default = {"avatar":"
|
|
201
|
+
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"};
|
|
202
202
|
|
|
203
203
|
// src/components/ui/Avatar/Avatar.tsx
|
|
204
204
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -224,7 +224,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
// src/components/ui/Badge/Badge.module.css
|
|
227
|
-
var Badge_default = {"badge":"
|
|
227
|
+
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"};
|
|
228
228
|
|
|
229
229
|
// src/components/ui/Badge/Badge.tsx
|
|
230
230
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -234,7 +234,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
237
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
237
|
+
var Breadcrumb_default = {"breadcrumb":"bds120Breadcrumb-breadcrumb","list":"bds120Breadcrumb-list","item":"bds120Breadcrumb-item","link":"bds120Breadcrumb-link","separator":"bds120Breadcrumb-separator","current":"bds120Breadcrumb-current"};
|
|
238
238
|
|
|
239
239
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
240
240
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -250,7 +250,7 @@ function Breadcrumb({ items, className }) {
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
253
|
-
var Collapsible_default = {"collapsible":"
|
|
253
|
+
var Collapsible_default = {"collapsible":"bds120Collapsible-collapsible","summary":"bds120Collapsible-summary","summaryContent":"bds120Collapsible-summaryContent","icon":"bds120Collapsible-icon","content":"bds120Collapsible-content"};
|
|
254
254
|
|
|
255
255
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
256
256
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -291,7 +291,7 @@ function Collapsible({
|
|
|
291
291
|
var import_react2 = require("react");
|
|
292
292
|
|
|
293
293
|
// src/components/ui/Calendar/Calendar.module.css
|
|
294
|
-
var Calendar_default = {"calendar":"
|
|
294
|
+
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"};
|
|
295
295
|
|
|
296
296
|
// src/components/ui/Calendar/Calendar.tsx
|
|
297
297
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -466,7 +466,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
466
466
|
var import_react3 = require("react");
|
|
467
467
|
|
|
468
468
|
// src/components/ui/Carousel/Carousel.module.css
|
|
469
|
-
var Carousel_default = {"carousel":"
|
|
469
|
+
var Carousel_default = {"carousel":"bds120Carousel-carousel","track":"bds120Carousel-track","slide":"bds120Carousel-slide","navBtn":"bds120Carousel-navBtn"};
|
|
470
470
|
|
|
471
471
|
// src/components/ui/Carousel/Carousel.tsx
|
|
472
472
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -519,7 +519,7 @@ function Carousel({ items, label, className }) {
|
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
522
|
-
var DescriptionList_default = {"list":"
|
|
522
|
+
var DescriptionList_default = {"list":"bds120DescriptionList-list","group":"bds120DescriptionList-group","term":"bds120DescriptionList-term","details":"bds120DescriptionList-details","--layout_inline":"bds120DescriptionList---layout_inline"};
|
|
523
523
|
|
|
524
524
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
525
525
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -532,7 +532,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
532
532
|
}
|
|
533
533
|
|
|
534
534
|
// src/components/ui/Link/Link.module.css
|
|
535
|
-
var Link_default = {"link":"
|
|
535
|
+
var Link_default = {"link":"bds120Link-link","--variant_default":"bds120Link---variant_default","--variant_subtle":"bds120Link---variant_subtle","--variant_standalone":"bds120Link---variant_standalone","externalLabel":"bds120Link-externalLabel"};
|
|
536
536
|
|
|
537
537
|
// src/components/ui/Link/Link.tsx
|
|
538
538
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -563,7 +563,7 @@ function Link({
|
|
|
563
563
|
}
|
|
564
564
|
|
|
565
565
|
// src/components/ui/Loading/Loading.module.css
|
|
566
|
-
var Loading_default = {"loading":"
|
|
566
|
+
var Loading_default = {"loading":"bds120Loading-loading","spinner":"bds120Loading-spinner","--size_small":"bds120Loading---size_small","--size_large":"bds120Loading---size_large"};
|
|
567
567
|
|
|
568
568
|
// src/components/ui/Loading/Loading.tsx
|
|
569
569
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -573,7 +573,7 @@ function Loading({ size = "medium", className }) {
|
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
576
|
-
var NotificationBanner_default = {"banner":"
|
|
576
|
+
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"};
|
|
577
577
|
|
|
578
578
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
579
579
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -612,7 +612,7 @@ function NotificationBanner({
|
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
// src/components/ui/Pagination/Pagination.module.css
|
|
615
|
-
var Pagination_default = {"pagination":"
|
|
615
|
+
var Pagination_default = {"pagination":"bds120Pagination-pagination","list":"bds120Pagination-list","button":"bds120Pagination-button","--active":"bds120Pagination---active","--nav":"bds120Pagination---nav","ellipsis":"bds120Pagination-ellipsis"};
|
|
616
616
|
|
|
617
617
|
// src/components/ui/Pagination/Pagination.tsx
|
|
618
618
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -676,7 +676,7 @@ function Pagination({
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
// src/components/ui/Progress/Progress.module.css
|
|
679
|
-
var Progress_default = {"container":"
|
|
679
|
+
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"};
|
|
680
680
|
|
|
681
681
|
// src/components/ui/Progress/Progress.tsx
|
|
682
682
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -714,7 +714,7 @@ function Progress({
|
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
717
|
-
var ProgressCircle_default = {"wrapper":"
|
|
717
|
+
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"};
|
|
718
718
|
|
|
719
719
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
720
720
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -793,7 +793,7 @@ function ProgressCircle({
|
|
|
793
793
|
}
|
|
794
794
|
|
|
795
795
|
// src/components/ui/Separator/Separator.module.css
|
|
796
|
-
var Separator_default = {"separator":"
|
|
796
|
+
var Separator_default = {"separator":"bds120Separator-separator","--horizontal":"bds120Separator---horizontal","--vertical":"bds120Separator---vertical"};
|
|
797
797
|
|
|
798
798
|
// src/components/ui/Separator/Separator.tsx
|
|
799
799
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -816,7 +816,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
816
816
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
817
817
|
|
|
818
818
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
819
|
-
var Skeleton_default = {"skeleton":"
|
|
819
|
+
var Skeleton_default = {"skeleton":"bds120Skeleton-skeleton"};
|
|
820
820
|
|
|
821
821
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
822
822
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -825,7 +825,7 @@ function Skeleton({ className }) {
|
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
828
|
-
var SkipLink_default = {"skipLink":"
|
|
828
|
+
var SkipLink_default = {"skipLink":"bds120SkipLink-skipLink"};
|
|
829
829
|
|
|
830
830
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
831
831
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -835,7 +835,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
// src/components/ui/Table/Table.module.css
|
|
838
|
-
var Table_default = {"wrapper":"
|
|
838
|
+
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"};
|
|
839
839
|
|
|
840
840
|
// src/components/ui/Table/Table.tsx
|
|
841
841
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -905,7 +905,7 @@ function Table({
|
|
|
905
905
|
var import_react4 = require("react");
|
|
906
906
|
|
|
907
907
|
// src/components/ui/Tabs/Tabs.module.css
|
|
908
|
-
var Tabs_default = {"tabs":"
|
|
908
|
+
var Tabs_default = {"tabs":"bds120Tabs-tabs","tabList":"bds120Tabs-tabList","tab":"bds120Tabs-tab","--active":"bds120Tabs---active","panel":"bds120Tabs-panel"};
|
|
909
909
|
|
|
910
910
|
// src/components/ui/Tabs/Tabs.tsx
|
|
911
911
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -985,7 +985,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
985
985
|
var import_react5 = require("react");
|
|
986
986
|
|
|
987
987
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
988
|
-
var Tooltip_default = {"wrapper":"
|
|
988
|
+
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"};
|
|
989
989
|
|
|
990
990
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
991
991
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1027,7 +1027,7 @@ function Tooltip({
|
|
|
1027
1027
|
}
|
|
1028
1028
|
|
|
1029
1029
|
// src/components/ui/Typography/Typography.module.css
|
|
1030
|
-
var Typography_default = {"typography":"
|
|
1030
|
+
var Typography_default = {"typography":"bds120Typography-typography","--h1":"bds120Typography---h1","--h2":"bds120Typography---h2","--h3":"bds120Typography---h3","--body":"bds120Typography---body","--body_s":"bds120Typography---body_s"};
|
|
1031
1031
|
|
|
1032
1032
|
// src/components/ui/Typography/Typography.tsx
|
|
1033
1033
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1045,7 +1045,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
1047
|
// src/components/interaction/Button/Button.module.css
|
|
1048
|
-
var Button_default = {"button":"
|
|
1048
|
+
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"};
|
|
1049
1049
|
|
|
1050
1050
|
// src/components/interaction/Button/Button.tsx
|
|
1051
1051
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1160,7 +1160,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
|
|
1162
1162
|
// src/components/interaction/Command/Command.module.css
|
|
1163
|
-
var Command_default = {"dialog":"
|
|
1163
|
+
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"};
|
|
1164
1164
|
|
|
1165
1165
|
// src/components/interaction/Command/Command.tsx
|
|
1166
1166
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1335,7 +1335,7 @@ function Command({
|
|
|
1335
1335
|
var import_react7 = require("react");
|
|
1336
1336
|
|
|
1337
1337
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1338
|
-
var Dialog_default = {"dialog":"
|
|
1338
|
+
var Dialog_default = {"dialog":"bds120Dialog-dialog","dialogContent":"bds120Dialog-dialogContent","closeButton":"bds120Dialog-closeButton"};
|
|
1339
1339
|
|
|
1340
1340
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1341
1341
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1440,7 +1440,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1440
1440
|
var import_react8 = require("react");
|
|
1441
1441
|
|
|
1442
1442
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1443
|
-
var Drawer_default = {"drawer":"
|
|
1443
|
+
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"};
|
|
1444
1444
|
|
|
1445
1445
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1446
1446
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1537,7 +1537,7 @@ function Drawer({
|
|
|
1537
1537
|
var import_react9 = require("react");
|
|
1538
1538
|
|
|
1539
1539
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1540
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1540
|
+
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"};
|
|
1541
1541
|
|
|
1542
1542
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1543
1543
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1650,7 +1650,7 @@ function DropdownMenu({
|
|
|
1650
1650
|
var import_react10 = require("react");
|
|
1651
1651
|
|
|
1652
1652
|
// src/components/interaction/Popover/Popover.module.css
|
|
1653
|
-
var Popover_default = {"wrapper":"
|
|
1653
|
+
var Popover_default = {"wrapper":"bds120Popover-wrapper","panel":"bds120Popover-panel","g":"bds120Popover-g"};
|
|
1654
1654
|
|
|
1655
1655
|
// src/components/interaction/Popover/Popover.tsx
|
|
1656
1656
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1734,7 +1734,7 @@ function Popover({
|
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
1736
|
// src/components/interaction/Rating/Rating.module.css
|
|
1737
|
-
var Rating_default = {"rating":"
|
|
1737
|
+
var Rating_default = {"rating":"bds120Rating-rating","star":"bds120Rating-star","--filled":"bds120Rating---filled"};
|
|
1738
1738
|
|
|
1739
1739
|
// src/components/interaction/Rating/Rating.tsx
|
|
1740
1740
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1765,7 +1765,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1765
1765
|
var import_react11 = require("react");
|
|
1766
1766
|
|
|
1767
1767
|
// src/components/interaction/Toast/Toast.module.css
|
|
1768
|
-
var Toast_default = {"toastContainer":"
|
|
1768
|
+
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"};
|
|
1769
1769
|
|
|
1770
1770
|
// src/components/interaction/Toast/Toast.tsx
|
|
1771
1771
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1838,10 +1838,10 @@ function useToast() {
|
|
|
1838
1838
|
var import_react12 = require("react");
|
|
1839
1839
|
|
|
1840
1840
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1841
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1841
|
+
var Checkbox_default = {"checkboxGroup":"bds120Checkbox-checkboxGroup","inputWrapper":"bds120Checkbox-inputWrapper","checkbox":"bds120Checkbox-checkbox","checkboxError":"bds120Checkbox-checkboxError"};
|
|
1842
1842
|
|
|
1843
1843
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1844
|
-
var Message_default = {"error":"
|
|
1844
|
+
var Message_default = {"error":"bds120Message-error","hint":"bds120Message-hint"};
|
|
1845
1845
|
|
|
1846
1846
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1847
1847
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1852,7 +1852,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1852
1852
|
};
|
|
1853
1853
|
|
|
1854
1854
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1855
|
-
var Label_default = {"label":"
|
|
1855
|
+
var Label_default = {"label":"bds120Label-label"};
|
|
1856
1856
|
|
|
1857
1857
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1858
1858
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1865,7 +1865,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1865
1865
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1866
1866
|
|
|
1867
1867
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1868
|
-
var InputContainer_default = {"container":"
|
|
1868
|
+
var InputContainer_default = {"container":"bds120InputContainer-container"};
|
|
1869
1869
|
|
|
1870
1870
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1871
1871
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1906,7 +1906,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1906
1906
|
var import_react13 = require("react");
|
|
1907
1907
|
|
|
1908
1908
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1909
|
-
var CheckboxGroup_default = {"group":"
|
|
1909
|
+
var CheckboxGroup_default = {"group":"bds120CheckboxGroup-group","legend":"bds120CheckboxGroup-legend","required":"bds120CheckboxGroup-required","items":"bds120CheckboxGroup-items"};
|
|
1910
1910
|
|
|
1911
1911
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1912
1912
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1948,7 +1948,7 @@ function CheckboxGroup({
|
|
|
1948
1948
|
var import_react14 = require("react");
|
|
1949
1949
|
|
|
1950
1950
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1951
|
-
var Combobox_default = {"formGroup":"
|
|
1951
|
+
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"};
|
|
1952
1952
|
|
|
1953
1953
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1954
1954
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2098,7 +2098,7 @@ function Combobox({
|
|
|
2098
2098
|
var import_react15 = require("react");
|
|
2099
2099
|
|
|
2100
2100
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2101
|
-
var FileInput_default = {"formGroup":"
|
|
2101
|
+
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"};
|
|
2102
2102
|
|
|
2103
2103
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2104
2104
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2198,7 +2198,7 @@ function FileInput({
|
|
|
2198
2198
|
var import_react16 = require("react");
|
|
2199
2199
|
|
|
2200
2200
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2201
|
-
var FormInput_default = {"formGroup":"
|
|
2201
|
+
var FormInput_default = {"formGroup":"bds120FormInput-formGroup","input":"bds120FormInput-input","inputError":"bds120FormInput-inputError"};
|
|
2202
2202
|
|
|
2203
2203
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2204
2204
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2242,7 +2242,7 @@ function FormInput({
|
|
|
2242
2242
|
var import_react17 = require("react");
|
|
2243
2243
|
|
|
2244
2244
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2245
|
-
var NumberInput_default = {"formGroup":"
|
|
2245
|
+
var NumberInput_default = {"formGroup":"bds120NumberInput-formGroup","inputRow":"bds120NumberInput-inputRow","input":"bds120NumberInput-input","inputError":"bds120NumberInput-inputError","stepper":"bds120NumberInput-stepper"};
|
|
2246
2246
|
|
|
2247
2247
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2248
2248
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2346,7 +2346,7 @@ function NumberInput({
|
|
|
2346
2346
|
var import_react18 = require("react");
|
|
2347
2347
|
|
|
2348
2348
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2349
|
-
var Radio_default = {"radioGroup":"
|
|
2349
|
+
var Radio_default = {"radioGroup":"bds120Radio-radioGroup","inputWrapper":"bds120Radio-inputWrapper","textWrapper":"bds120Radio-textWrapper","description":"bds120Radio-description","radio":"bds120Radio-radio","radioError":"bds120Radio-radioError"};
|
|
2350
2350
|
|
|
2351
2351
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2352
2352
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2384,7 +2384,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2384
2384
|
var import_react19 = require("react");
|
|
2385
2385
|
|
|
2386
2386
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2387
|
-
var RadioGroup_default = {"group":"
|
|
2387
|
+
var RadioGroup_default = {"group":"bds120RadioGroup-group","legend":"bds120RadioGroup-legend","required":"bds120RadioGroup-required","items":"bds120RadioGroup-items"};
|
|
2388
2388
|
|
|
2389
2389
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2390
2390
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2426,74 +2426,52 @@ function RadioGroup({
|
|
|
2426
2426
|
var import_react20 = require("react");
|
|
2427
2427
|
|
|
2428
2428
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2429
|
-
var SegmentedControl_default = {"control":"
|
|
2429
|
+
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"};
|
|
2430
2430
|
|
|
2431
2431
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2432
2432
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
2433
2433
|
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
2434
2434
|
function SegmentedControl({
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
value,
|
|
2438
|
-
defaultValue,
|
|
2439
|
-
onChange,
|
|
2435
|
+
children,
|
|
2436
|
+
selectedIndex: selectedIndexProp,
|
|
2440
2437
|
disabled,
|
|
2441
2438
|
size = "medium",
|
|
2439
|
+
variant = "outline",
|
|
2442
2440
|
className,
|
|
2443
|
-
"aria-label": ariaLabel
|
|
2444
|
-
...rest
|
|
2441
|
+
"aria-label": ariaLabel
|
|
2445
2442
|
}) {
|
|
2446
|
-
const
|
|
2447
|
-
const
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
const
|
|
2452
|
-
const handleChange = (optionValue) => {
|
|
2453
|
-
if (value === void 0) setInternalValue(optionValue);
|
|
2454
|
-
onChange?.(optionValue);
|
|
2455
|
-
};
|
|
2443
|
+
const validChildren = import_react20.Children.toArray(children).filter(import_react20.isValidElement);
|
|
2444
|
+
const autoIndex = selectedIndexProp === void 0 ? validChildren.findIndex((child) => {
|
|
2445
|
+
const p = child.props;
|
|
2446
|
+
return p["aria-current"] === "page" || p["aria-pressed"] === true || p["aria-selected"] === true;
|
|
2447
|
+
}) : -1;
|
|
2448
|
+
const activeIndex = Math.max(0, selectedIndexProp ?? (autoIndex >= 0 ? autoIndex : 0));
|
|
2456
2449
|
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
2457
2450
|
"div",
|
|
2458
2451
|
{
|
|
2459
2452
|
role: "group",
|
|
2460
2453
|
"aria-label": ariaLabel,
|
|
2461
|
-
className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], className),
|
|
2454
|
+
className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], SegmentedControl_default[`--variant_${variant}`], className),
|
|
2462
2455
|
style: {
|
|
2463
|
-
"--control_count":
|
|
2464
|
-
"--control_selected-index":
|
|
2456
|
+
"--control_count": validChildren.length,
|
|
2457
|
+
"--control_selected-index": activeIndex
|
|
2465
2458
|
},
|
|
2466
2459
|
children: [
|
|
2467
2460
|
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.thumb, "aria-hidden": "true" }),
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
const
|
|
2471
|
-
const
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
type: "radio",
|
|
2483
|
-
id,
|
|
2484
|
-
name,
|
|
2485
|
-
value: option.value,
|
|
2486
|
-
checked: isChecked,
|
|
2487
|
-
disabled: isDisabled,
|
|
2488
|
-
className: SegmentedControl_default.radio,
|
|
2489
|
-
onChange: () => handleChange(option.value)
|
|
2490
|
-
}
|
|
2491
|
-
),
|
|
2492
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.label, children: option.label })
|
|
2493
|
-
]
|
|
2494
|
-
},
|
|
2495
|
-
option.value
|
|
2496
|
-
);
|
|
2461
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("span", { className: SegmentedControl_default.indicator, "aria-hidden": "true" }),
|
|
2462
|
+
validChildren.map((child, index) => {
|
|
2463
|
+
const isActive = index === activeIndex;
|
|
2464
|
+
const p = child.props;
|
|
2465
|
+
const isDisabled = disabled || !!p.disabled || p["aria-disabled"] === true;
|
|
2466
|
+
return (0, import_react20.cloneElement)(child, {
|
|
2467
|
+
key: child.key ?? index,
|
|
2468
|
+
className: (0, import_design_system_foundation42.cn)(
|
|
2469
|
+
SegmentedControl_default.item,
|
|
2470
|
+
isActive && SegmentedControl_default["--active"],
|
|
2471
|
+
isDisabled && SegmentedControl_default["--disabled"],
|
|
2472
|
+
p.className
|
|
2473
|
+
)
|
|
2474
|
+
});
|
|
2497
2475
|
})
|
|
2498
2476
|
]
|
|
2499
2477
|
}
|
|
@@ -2504,7 +2482,7 @@ function SegmentedControl({
|
|
|
2504
2482
|
var import_react21 = require("react");
|
|
2505
2483
|
|
|
2506
2484
|
// src/components/interaction/form/Select/Select.module.css
|
|
2507
|
-
var Select_default = {"formGroup":"
|
|
2485
|
+
var Select_default = {"formGroup":"bds120Select-formGroup","selectWrapper":"bds120Select-selectWrapper","select":"bds120Select-select","selectError":"bds120Select-selectError","chevron":"bds120Select-chevron"};
|
|
2508
2486
|
|
|
2509
2487
|
// src/components/interaction/form/Select/Select.tsx
|
|
2510
2488
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2555,7 +2533,7 @@ function Select({
|
|
|
2555
2533
|
var import_react22 = require("react");
|
|
2556
2534
|
|
|
2557
2535
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2558
|
-
var Slider_default = {"formGroup":"
|
|
2536
|
+
var Slider_default = {"formGroup":"bds120Slider-formGroup","labelRow":"bds120Slider-labelRow","value":"bds120Slider-value","slider":"bds120Slider-slider","sliderError":"bds120Slider-sliderError"};
|
|
2559
2537
|
|
|
2560
2538
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2561
2539
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2617,7 +2595,7 @@ function Slider({
|
|
|
2617
2595
|
var import_react23 = require("react");
|
|
2618
2596
|
|
|
2619
2597
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2620
|
-
var Switch_default = {"switchGroup":"
|
|
2598
|
+
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"};
|
|
2621
2599
|
|
|
2622
2600
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2623
2601
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2665,7 +2643,7 @@ function Switch({
|
|
|
2665
2643
|
var import_react24 = require("react");
|
|
2666
2644
|
|
|
2667
2645
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2668
|
-
var Textarea_default = {"formGroup":"
|
|
2646
|
+
var Textarea_default = {"formGroup":"bds120Textarea-formGroup","textarea":"bds120Textarea-textarea","textareaError":"bds120Textarea-textareaError"};
|
|
2669
2647
|
|
|
2670
2648
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2671
2649
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2704,7 +2682,7 @@ function Textarea({
|
|
|
2704
2682
|
}
|
|
2705
2683
|
|
|
2706
2684
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2707
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2685
|
+
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"};
|
|
2708
2686
|
|
|
2709
2687
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2710
2688
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
@@ -2722,7 +2700,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
|
|
|
2722
2700
|
}
|
|
2723
2701
|
|
|
2724
2702
|
// src/components/layout/Card/Card.module.css
|
|
2725
|
-
var Card_default = {"card":"
|
|
2703
|
+
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"};
|
|
2726
2704
|
|
|
2727
2705
|
// src/components/layout/Card/Card.tsx
|
|
2728
2706
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2760,7 +2738,7 @@ function Card({
|
|
|
2760
2738
|
}
|
|
2761
2739
|
|
|
2762
2740
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2763
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2741
|
+
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"};
|
|
2764
2742
|
|
|
2765
2743
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2766
2744
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2781,7 +2759,7 @@ function SectionHeader({
|
|
|
2781
2759
|
}
|
|
2782
2760
|
|
|
2783
2761
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2784
|
-
var IconWrapper_default = {"wrapper":"
|
|
2762
|
+
var IconWrapper_default = {"wrapper":"bds120IconWrapper-wrapper"};
|
|
2785
2763
|
|
|
2786
2764
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2787
2765
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|