@boostdev/design-system-components 1.2.7 → 2.0.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 +7 -5
- package/README.md +55 -37
- package/dist/client.cjs +54 -51
- package/dist/client.css +525 -524
- package/dist/client.d.cts +39 -3
- package/dist/client.d.ts +39 -3
- package/dist/client.js +53 -51
- package/dist/index.cjs +54 -51
- package/dist/index.css +525 -524
- package/dist/index.d.cts +39 -3
- package/dist/index.d.ts +39 -3
- package/dist/index.js +53 -51
- package/dist/native/index.cjs +3 -1
- package/dist/native/index.d.cts +11 -3
- package/dist/native/index.d.ts +11 -3
- package/dist/native/index.js +3 -1
- package/dist/web-components/{chunk-DZRSJGPB.js → chunk-3S42DZ7W.js} +1 -1
- package/dist/web-components/globals.js +1 -1
- package/dist/web-components/index.js +1 -1
- package/package.json +3 -3
- package/src/components/interaction/Button/Button.mdx +14 -4
- package/src/components/interaction/Button/Button.module.css +1 -1
- package/src/components/interaction/Button/Button.native.mdx +2 -2
- package/src/components/interaction/Button/Button.tsx +28 -0
- package/src/components/interaction/Command/Command.module.css +1 -1
- package/src/components/interaction/Dialog/Dialog.module.css +1 -1
- package/src/components/interaction/Dialog/Dialog.native.mdx +2 -2
- package/src/components/interaction/Drawer/Drawer.module.css +1 -1
- package/src/components/interaction/Drawer/Drawer.native.mdx +2 -2
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +1 -1
- package/src/components/interaction/DropdownMenu/DropdownMenu.native.mdx +2 -2
- package/src/components/interaction/Popover/Popover.module.css +1 -1
- package/src/components/interaction/Popover/Popover.native.mdx +2 -2
- package/src/components/interaction/Rating/Rating.module.css +1 -1
- package/src/components/interaction/Rating/Rating.native.mdx +1 -1
- package/src/components/interaction/Toast/Toast.module.css +1 -1
- package/src/components/interaction/Toast/Toast.native.mdx +3 -3
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +1 -1
- package/src/components/interaction/form/Checkbox/Checkbox.native.mdx +1 -1
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css +1 -1
- package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.native.mdx +1 -1
- package/src/components/interaction/form/Combobox/Combobox.module.css +1 -1
- package/src/components/interaction/form/Combobox/Combobox.native.mdx +1 -1
- package/src/components/interaction/form/FileInput/FileInput.module.css +1 -1
- package/src/components/interaction/form/FileInput/FileInput.native.mdx +1 -1
- package/src/components/interaction/form/FormInput/FormInput.module.css +1 -1
- package/src/components/interaction/form/FormInput/FormInput.native.mdx +1 -1
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +1 -1
- package/src/components/interaction/form/NumberInput/NumberInput.native.mdx +1 -1
- package/src/components/interaction/form/Radio/Radio.module.css +1 -1
- package/src/components/interaction/form/RadioGroup/RadioGroup.module.css +1 -1
- package/src/components/interaction/form/RadioGroup/RadioGroup.native.mdx +1 -1
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +1 -1
- package/src/components/interaction/form/SegmentedControl/SegmentedControl.native.mdx +1 -1
- package/src/components/interaction/form/Select/Select.module.css +1 -1
- package/src/components/interaction/form/Select/Select.native.mdx +1 -1
- package/src/components/interaction/form/Slider/Slider.module.css +1 -1
- package/src/components/interaction/form/Slider/Slider.native.mdx +1 -1
- package/src/components/interaction/form/Switch/Switch.module.css +1 -1
- package/src/components/interaction/form/Textarea/Textarea.module.css +1 -1
- package/src/components/interaction/form/Textarea/Textarea.native.mdx +1 -1
- package/src/components/interaction/form/atoms/InputContainer.module.css +1 -1
- package/src/components/interaction/form/atoms/Label.module.css +1 -1
- package/src/components/interaction/form/atoms/Message.module.css +1 -1
- package/src/components/layout/ButtonGroup/ButtonGroup.mdx +5 -3
- package/src/components/layout/ButtonGroup/ButtonGroup.module.css +2 -1
- package/src/components/layout/ButtonGroup/ButtonGroup.native.tsx +12 -2
- package/src/components/layout/ButtonGroup/ButtonGroup.spec.tsx +14 -5
- package/src/components/layout/ButtonGroup/ButtonGroup.stories.tsx +10 -10
- package/src/components/layout/ButtonGroup/ButtonGroup.tsx +12 -2
- package/src/components/layout/ButtonGroup/index.ts +2 -2
- package/src/components/layout/Card/Card.module.css +1 -1
- package/src/components/layout/IconWrapper/IconWrapper.module.css +1 -1
- package/src/components/layout/SectionHeader/SectionHeader.module.css +1 -1
- package/src/components/ui/Accordion/Accordion.module.css +1 -1
- package/src/components/ui/Accordion/Accordion.native.mdx +1 -1
- package/src/components/ui/Accordion/Accordion.native.stories.tsx +1 -1
- package/src/components/ui/Alert/Alert.module.css +1 -1
- package/src/components/ui/Alert/Alert.native.mdx +1 -1
- package/src/components/ui/Avatar/Avatar.module.css +1 -1
- package/src/components/ui/Avatar/Avatar.native.mdx +1 -1
- package/src/components/ui/Badge/Badge.module.css +1 -1
- package/src/components/ui/Badge/Badge.native.mdx +1 -1
- package/src/components/ui/Breadcrumb/Breadcrumb.module.css +1 -1
- package/src/components/ui/Breadcrumb/Breadcrumb.native.mdx +1 -1
- package/src/components/ui/Calendar/Calendar.module.css +1 -1
- package/src/components/ui/Calendar/Calendar.native.mdx +1 -1
- package/src/components/ui/Carousel/Carousel.module.css +1 -1
- package/src/components/ui/Carousel/Carousel.native.mdx +1 -1
- package/src/components/ui/Collapsible/Collapsible.module.css +1 -1
- package/src/components/ui/Collapsible/Collapsible.native.mdx +1 -1
- package/src/components/ui/DescriptionList/DescriptionList.module.css +1 -1
- package/src/components/ui/DescriptionList/DescriptionList.native.mdx +1 -1
- package/src/components/ui/Link/Link.module.css +1 -1
- package/src/components/ui/Link/Link.native.mdx +1 -1
- package/src/components/ui/Loading/Loading.module.css +1 -1
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +1 -1
- package/src/components/ui/Pagination/Pagination.module.css +1 -1
- package/src/components/ui/Pagination/Pagination.native.mdx +1 -1
- package/src/components/ui/Progress/Progress.module.css +1 -1
- package/src/components/ui/ProgressCircle/ProgressCircle.module.css +1 -1
- package/src/components/ui/ProgressCircle/ProgressCircle.native.mdx +1 -1
- package/src/components/ui/Separator/Separator.module.css +1 -1
- package/src/components/ui/Skeleton/Skeleton.module.css +1 -1
- package/src/components/ui/SkipLink/SkipLink.module.css +1 -1
- package/src/components/ui/Table/Table.module.css +1 -1
- package/src/components/ui/Table/Table.native.mdx +1 -1
- package/src/components/ui/Tabs/Tabs.module.css +1 -1
- package/src/components/ui/Tabs/Tabs.native.mdx +1 -1
- package/src/components/ui/Tooltip/Tooltip.module.css +1 -1
- package/src/components/ui/Tooltip/Tooltip.native.mdx +1 -1
- package/src/components/ui/Typography/Typography.module.css +1 -1
- package/src/components/ui/Typography/Typography.native.mdx +1 -1
- package/src/css/bdc.css +1 -1
- package/src/css/index.css +1 -1
- package/src/index.ts +2 -2
- package/src/native.ts +2 -2
- package/src/stories/DesignSystem/Borders.mdx +3 -3
- package/src/stories/DesignSystem/Colors.mdx +1 -1
- package/src/stories/DesignSystem/DarkMode.mdx +3 -3
- package/src/stories/DesignSystem/Overview.mdx +16 -5
- package/src/stories/DesignSystem/Typography.mdx +1 -1
- package/src/stories/Introduction.mdx +4 -4
- package/src/stories/ReactNative.mdx +6 -6
- package/src/web-components/globals.ts +1 -1
- package/src/web-components/interaction/BdsAccordion.mdx +3 -3
- package/src/web-components/interaction/BdsAccordion.stories.tsx +1 -1
- package/src/web-components/interaction/BdsButton.mdx +2 -2
- package/src/web-components/interaction/BdsCollapsible.mdx +2 -2
- package/src/web-components/interaction/BdsDialog.mdx +2 -2
- package/src/web-components/interaction/BdsDrawer.mdx +2 -2
- package/src/web-components/interaction/BdsDropdownMenu.mdx +2 -2
- package/src/web-components/interaction/BdsPopover.mdx +1 -1
- package/src/web-components/interaction/BdsSkipLink.mdx +2 -2
- package/src/web-components/interaction/BdsTabs.mdx +2 -2
- package/src/web-components/interaction/BdsToastProvider.mdx +3 -3
- package/src/web-components/interaction/BdsTooltip.mdx +2 -2
- package/src/web-components/interaction/form/BdsCheckbox.mdx +1 -1
- package/src/web-components/interaction/form/BdsCheckboxGroup.mdx +1 -1
- package/src/web-components/interaction/form/BdsCombobox.mdx +1 -1
- package/src/web-components/interaction/form/BdsFileInput.mdx +1 -1
- package/src/web-components/interaction/form/BdsFormInput.mdx +1 -1
- package/src/web-components/interaction/form/BdsNumberInput.mdx +1 -1
- package/src/web-components/interaction/form/BdsRadio.mdx +1 -1
- package/src/web-components/interaction/form/BdsRadioGroup.mdx +1 -1
- package/src/web-components/interaction/form/BdsSegmentedControl.mdx +1 -1
- package/src/web-components/interaction/form/BdsSelect.mdx +1 -1
- package/src/web-components/interaction/form/BdsSlider.mdx +1 -1
- package/src/web-components/interaction/form/BdsSwitch.mdx +1 -1
- package/src/web-components/interaction/form/BdsTextarea.mdx +1 -1
- package/src/web-components/ui/BdsAlert.mdx +1 -1
- package/src/web-components/ui/BdsAvatar.mdx +1 -1
- package/src/web-components/ui/BdsBadge.mdx +1 -1
- package/src/web-components/ui/BdsBreadcrumb.mdx +1 -1
- package/src/web-components/ui/BdsButtonGroup.mdx +1 -1
- package/src/web-components/ui/BdsCalendar.mdx +1 -1
- package/src/web-components/ui/BdsCard.mdx +1 -1
- package/src/web-components/ui/BdsCarousel.mdx +1 -1
- package/src/web-components/ui/BdsDescriptionList.mdx +1 -1
- package/src/web-components/ui/BdsIconWrapper.mdx +1 -1
- package/src/web-components/ui/BdsLink.mdx +1 -1
- package/src/web-components/ui/BdsLoading.mdx +1 -1
- package/src/web-components/ui/BdsNotificationBanner.mdx +1 -1
- package/src/web-components/ui/BdsPagination.mdx +1 -1
- package/src/web-components/ui/BdsProgress.mdx +1 -1
- package/src/web-components/ui/BdsProgressCircle.mdx +1 -1
- package/src/web-components/ui/BdsRating.mdx +1 -1
- package/src/web-components/ui/BdsSectionHeader.mdx +1 -1
- package/src/web-components/ui/BdsSeparator.mdx +2 -2
- package/src/web-components/ui/BdsSkeleton.mdx +1 -1
- package/src/web-components/ui/BdsTable.mdx +1 -1
- package/src/web-components/ui/BdsTypography.mdx +1 -1
package/dist/client.cjs
CHANGED
|
@@ -37,6 +37,7 @@ __export(client_exports, {
|
|
|
37
37
|
Badge: () => Badge,
|
|
38
38
|
Breadcrumb: () => Breadcrumb,
|
|
39
39
|
Button: () => Button,
|
|
40
|
+
ButtonContainer: () => ButtonContainer,
|
|
40
41
|
ButtonGroup: () => ButtonGroup,
|
|
41
42
|
Calendar: () => Calendar,
|
|
42
43
|
Card: () => Card,
|
|
@@ -87,7 +88,7 @@ module.exports = __toCommonJS(client_exports);
|
|
|
87
88
|
var import_react = require("react");
|
|
88
89
|
|
|
89
90
|
// src/components/ui/Accordion/Accordion.module.css
|
|
90
|
-
var Accordion_default = {"accordion":"
|
|
91
|
+
var Accordion_default = {"component":"bds200Accordion-component","accordion":"bds200Accordion-accordion","item":"bds200Accordion-item","heading":"bds200Accordion-heading","trigger":"bds200Accordion-trigger","triggerLabel":"bds200Accordion-triggerLabel","chevron":"bds200Accordion-chevron","--open":"bds200Accordion---open","panel":"bds200Accordion-panel","panelContent":"bds200Accordion-panelContent"};
|
|
91
92
|
|
|
92
93
|
// src/components/ui/Accordion/Accordion.tsx
|
|
93
94
|
var import_design_system_foundation = require("@boostdev/design-system-foundation");
|
|
@@ -156,7 +157,7 @@ function Accordion({
|
|
|
156
157
|
}
|
|
157
158
|
|
|
158
159
|
// src/components/ui/Alert/Alert.module.css
|
|
159
|
-
var Alert_default = {"alert":"
|
|
160
|
+
var Alert_default = {"component":"bds200Alert-component","alert":"bds200Alert-alert","--variant_info":"bds200Alert---variant_info","--variant_success":"bds200Alert---variant_success","--variant_warning":"bds200Alert---variant_warning","--variant_error":"bds200Alert---variant_error","icon":"bds200Alert-icon","content":"bds200Alert-content","title":"bds200Alert-title","dismiss":"bds200Alert-dismiss"};
|
|
160
161
|
|
|
161
162
|
// src/components/ui/Alert/Alert.tsx
|
|
162
163
|
var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
|
|
@@ -201,7 +202,7 @@ function Alert({
|
|
|
201
202
|
}
|
|
202
203
|
|
|
203
204
|
// src/components/ui/Avatar/Avatar.module.css
|
|
204
|
-
var Avatar_default = {"avatar":"
|
|
205
|
+
var Avatar_default = {"component":"bds200Avatar-component","avatar":"bds200Avatar-avatar","--fallback":"bds200Avatar---fallback","--size_small":"bds200Avatar---size_small","--size_medium":"bds200Avatar---size_medium","--size_large":"bds200Avatar---size_large","image":"bds200Avatar-image","initials":"bds200Avatar-initials"};
|
|
205
206
|
|
|
206
207
|
// src/components/ui/Avatar/Avatar.tsx
|
|
207
208
|
var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
|
|
@@ -228,7 +229,7 @@ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
// src/components/ui/Badge/Badge.module.css
|
|
231
|
-
var Badge_default = {"badge":"
|
|
232
|
+
var Badge_default = {"component":"bds200Badge-component","badge":"bds200Badge-badge","--variant_primary":"bds200Badge---variant_primary","--variant_secondary":"bds200Badge---variant_secondary","--variant_success":"bds200Badge---variant_success","--variant_error":"bds200Badge---variant_error","--variant_warning":"bds200Badge---variant_warning"};
|
|
232
233
|
|
|
233
234
|
// src/components/ui/Badge/Badge.tsx
|
|
234
235
|
var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
|
|
@@ -238,7 +239,7 @@ function Badge({ children, variant = "primary", className, ...rest }) {
|
|
|
238
239
|
}
|
|
239
240
|
|
|
240
241
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
241
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
242
|
+
var Breadcrumb_default = {"component":"bds200Breadcrumb-component","breadcrumb":"bds200Breadcrumb-breadcrumb","list":"bds200Breadcrumb-list","item":"bds200Breadcrumb-item","link":"bds200Breadcrumb-link","separator":"bds200Breadcrumb-separator","current":"bds200Breadcrumb-current"};
|
|
242
243
|
|
|
243
244
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
244
245
|
var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
|
|
@@ -254,7 +255,7 @@ function Breadcrumb({ items, className, ...rest }) {
|
|
|
254
255
|
}
|
|
255
256
|
|
|
256
257
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
257
|
-
var Collapsible_default = {"collapsible":"
|
|
258
|
+
var Collapsible_default = {"component":"bds200Collapsible-component","collapsible":"bds200Collapsible-collapsible","summary":"bds200Collapsible-summary","summaryContent":"bds200Collapsible-summaryContent","icon":"bds200Collapsible-icon","content":"bds200Collapsible-content"};
|
|
258
259
|
|
|
259
260
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
260
261
|
var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
|
|
@@ -295,7 +296,7 @@ function Collapsible({
|
|
|
295
296
|
var import_react2 = require("react");
|
|
296
297
|
|
|
297
298
|
// src/components/ui/Calendar/Calendar.module.css
|
|
298
|
-
var Calendar_default = {"calendar":"
|
|
299
|
+
var Calendar_default = {"component":"bds200Calendar-component","calendar":"bds200Calendar-calendar","header":"bds200Calendar-header","monthYear":"bds200Calendar-monthYear","navBtn":"bds200Calendar-navBtn","grid":"bds200Calendar-grid","weekday":"bds200Calendar-weekday","empty":"bds200Calendar-empty","day":"bds200Calendar-day","disabled":"bds200Calendar-disabled","selected":"bds200Calendar-selected","today":"bds200Calendar-today"};
|
|
299
300
|
|
|
300
301
|
// src/components/ui/Calendar/Calendar.tsx
|
|
301
302
|
var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
|
|
@@ -470,7 +471,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest
|
|
|
470
471
|
var import_react3 = require("react");
|
|
471
472
|
|
|
472
473
|
// src/components/ui/Carousel/Carousel.module.css
|
|
473
|
-
var Carousel_default = {"carousel":"
|
|
474
|
+
var Carousel_default = {"component":"bds200Carousel-component","carousel":"bds200Carousel-carousel","track":"bds200Carousel-track","slide":"bds200Carousel-slide","navBtn":"bds200Carousel-navBtn"};
|
|
474
475
|
|
|
475
476
|
// src/components/ui/Carousel/Carousel.tsx
|
|
476
477
|
var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
|
|
@@ -523,7 +524,7 @@ function Carousel({ items, label, className, ...rest }) {
|
|
|
523
524
|
}
|
|
524
525
|
|
|
525
526
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
526
|
-
var DescriptionList_default = {"list":"
|
|
527
|
+
var DescriptionList_default = {"component":"bds200DescriptionList-component","list":"bds200DescriptionList-list","group":"bds200DescriptionList-group","term":"bds200DescriptionList-term","details":"bds200DescriptionList-details","--layout_inline":"bds200DescriptionList---layout_inline"};
|
|
527
528
|
|
|
528
529
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
529
530
|
var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
|
|
@@ -536,7 +537,7 @@ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
|
|
|
536
537
|
}
|
|
537
538
|
|
|
538
539
|
// src/components/ui/Link/Link.module.css
|
|
539
|
-
var Link_default = {"link":"
|
|
540
|
+
var Link_default = {"component":"bds200Link-component","link":"bds200Link-link","--variant_default":"bds200Link---variant_default","--variant_subtle":"bds200Link---variant_subtle","--variant_standalone":"bds200Link---variant_standalone","externalLabel":"bds200Link-externalLabel"};
|
|
540
541
|
|
|
541
542
|
// src/components/ui/Link/Link.tsx
|
|
542
543
|
var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
|
|
@@ -567,7 +568,7 @@ function Link({
|
|
|
567
568
|
}
|
|
568
569
|
|
|
569
570
|
// src/components/ui/Loading/Loading.module.css
|
|
570
|
-
var Loading_default = {"loading":"
|
|
571
|
+
var Loading_default = {"component":"bds200Loading-component","loading":"bds200Loading-loading","spinner":"bds200Loading-spinner","--size_small":"bds200Loading---size_small","--size_large":"bds200Loading---size_large"};
|
|
571
572
|
|
|
572
573
|
// src/components/ui/Loading/Loading.tsx
|
|
573
574
|
var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
|
|
@@ -577,7 +578,7 @@ function Loading({ size = "medium", className, ...rest }) {
|
|
|
577
578
|
}
|
|
578
579
|
|
|
579
580
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
580
|
-
var NotificationBanner_default = {"banner":"
|
|
581
|
+
var NotificationBanner_default = {"component":"bds200NotificationBanner-component","banner":"bds200NotificationBanner-banner","--variant_info":"bds200NotificationBanner---variant_info","--variant_success":"bds200NotificationBanner---variant_success","--variant_warning":"bds200NotificationBanner---variant_warning","--variant_error":"bds200NotificationBanner---variant_error","content":"bds200NotificationBanner-content","action":"bds200NotificationBanner-action","dismiss":"bds200NotificationBanner-dismiss"};
|
|
581
582
|
|
|
582
583
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
583
584
|
var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
|
|
@@ -618,7 +619,7 @@ function NotificationBanner({
|
|
|
618
619
|
}
|
|
619
620
|
|
|
620
621
|
// src/components/ui/Pagination/Pagination.module.css
|
|
621
|
-
var Pagination_default = {"pagination":"
|
|
622
|
+
var Pagination_default = {"component":"bds200Pagination-component","pagination":"bds200Pagination-pagination","list":"bds200Pagination-list","button":"bds200Pagination-button","--active":"bds200Pagination---active","--nav":"bds200Pagination---nav","ellipsis":"bds200Pagination-ellipsis"};
|
|
622
623
|
|
|
623
624
|
// src/components/ui/Pagination/Pagination.tsx
|
|
624
625
|
var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
|
|
@@ -683,7 +684,7 @@ function Pagination({
|
|
|
683
684
|
}
|
|
684
685
|
|
|
685
686
|
// src/components/ui/Progress/Progress.module.css
|
|
686
|
-
var Progress_default = {"container":"
|
|
687
|
+
var Progress_default = {"component":"bds200Progress-component","container":"bds200Progress-container","labelRow":"bds200Progress-labelRow","value":"bds200Progress-value","track":"bds200Progress-track","--size_small":"bds200Progress---size_small","--size_medium":"bds200Progress---size_medium","--size_large":"bds200Progress---size_large","fill":"bds200Progress-fill"};
|
|
687
688
|
|
|
688
689
|
// src/components/ui/Progress/Progress.tsx
|
|
689
690
|
var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
|
|
@@ -722,7 +723,7 @@ function Progress({
|
|
|
722
723
|
}
|
|
723
724
|
|
|
724
725
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
725
|
-
var ProgressCircle_default = {"wrapper":"
|
|
726
|
+
var ProgressCircle_default = {"component":"bds200ProgressCircle-component","wrapper":"bds200ProgressCircle-wrapper","svg":"bds200ProgressCircle-svg","track":"bds200ProgressCircle-track","fill":"bds200ProgressCircle-fill","value":"bds200ProgressCircle-value","--size_small":"bds200ProgressCircle---size_small","--size_medium":"bds200ProgressCircle---size_medium","--size_large":"bds200ProgressCircle---size_large"};
|
|
726
727
|
|
|
727
728
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
728
729
|
var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
|
|
@@ -803,7 +804,7 @@ function ProgressCircle({
|
|
|
803
804
|
}
|
|
804
805
|
|
|
805
806
|
// src/components/ui/Separator/Separator.module.css
|
|
806
|
-
var Separator_default = {"separator":"
|
|
807
|
+
var Separator_default = {"component":"bds200Separator-component","separator":"bds200Separator-separator","--horizontal":"bds200Separator---horizontal","--vertical":"bds200Separator---vertical"};
|
|
807
808
|
|
|
808
809
|
// src/components/ui/Separator/Separator.tsx
|
|
809
810
|
var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
|
|
@@ -827,7 +828,7 @@ function Separator({ orientation = "horizontal", className, ...rest }) {
|
|
|
827
828
|
var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
|
|
828
829
|
|
|
829
830
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
830
|
-
var Skeleton_default = {"skeleton":"
|
|
831
|
+
var Skeleton_default = {"component":"bds200Skeleton-component","skeleton":"bds200Skeleton-skeleton"};
|
|
831
832
|
|
|
832
833
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
833
834
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
@@ -836,7 +837,7 @@ function Skeleton({ className, ...rest }) {
|
|
|
836
837
|
}
|
|
837
838
|
|
|
838
839
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
839
|
-
var SkipLink_default = {"skipLink":"
|
|
840
|
+
var SkipLink_default = {"component":"bds200SkipLink-component","skipLink":"bds200SkipLink-skipLink"};
|
|
840
841
|
|
|
841
842
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
842
843
|
var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
|
|
@@ -846,7 +847,7 @@ function SkipLink({ href = "#main", children = "Skip to main content", className
|
|
|
846
847
|
}
|
|
847
848
|
|
|
848
849
|
// src/components/ui/Table/Table.module.css
|
|
849
|
-
var Table_default = {"wrapper":"
|
|
850
|
+
var Table_default = {"component":"bds200Table-component","wrapper":"bds200Table-wrapper","table":"bds200Table-table","caption":"bds200Table-caption","thead":"bds200Table-thead","th":"bds200Table-th","--sortable":"bds200Table---sortable","sortButton":"bds200Table-sortButton","sortIcon":"bds200Table-sortIcon","--sort-active":"bds200Table---sort-active","--sort-desc":"bds200Table---sort-desc","tbody":"bds200Table-tbody","tr":"bds200Table-tr","td":"bds200Table-td"};
|
|
850
851
|
|
|
851
852
|
// src/components/ui/Table/Table.tsx
|
|
852
853
|
var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
|
|
@@ -916,7 +917,7 @@ function Table({
|
|
|
916
917
|
var import_react4 = require("react");
|
|
917
918
|
|
|
918
919
|
// src/components/ui/Tabs/Tabs.module.css
|
|
919
|
-
var Tabs_default = {"tabs":"
|
|
920
|
+
var Tabs_default = {"component":"bds200Tabs-component","tabs":"bds200Tabs-tabs","tabList":"bds200Tabs-tabList","tab":"bds200Tabs-tab","--active":"bds200Tabs---active","panel":"bds200Tabs-panel"};
|
|
920
921
|
|
|
921
922
|
// src/components/ui/Tabs/Tabs.tsx
|
|
922
923
|
var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
|
|
@@ -996,7 +997,7 @@ function Tabs({ tabs, defaultTab, className, ...rest }) {
|
|
|
996
997
|
var import_react5 = require("react");
|
|
997
998
|
|
|
998
999
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
999
|
-
var Tooltip_default = {"wrapper":"
|
|
1000
|
+
var Tooltip_default = {"component":"bds200Tooltip-component","wrapper":"bds200Tooltip-wrapper","tooltip":"bds200Tooltip-tooltip","--placement_top":"bds200Tooltip---placement_top","--placement_bottom":"bds200Tooltip---placement_bottom","--placement_left":"bds200Tooltip---placement_left","--placement_right":"bds200Tooltip---placement_right"};
|
|
1000
1001
|
|
|
1001
1002
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
1002
1003
|
var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
|
|
@@ -1040,7 +1041,7 @@ function Tooltip({
|
|
|
1040
1041
|
}
|
|
1041
1042
|
|
|
1042
1043
|
// src/components/ui/Typography/Typography.module.css
|
|
1043
|
-
var Typography_default = {"typography":"
|
|
1044
|
+
var Typography_default = {"component":"bds200Typography-component","typography":"bds200Typography-typography","--h1":"bds200Typography---h1","--h2":"bds200Typography---h2","--h3":"bds200Typography---h3","--body":"bds200Typography---body","--body_s":"bds200Typography---body_s"};
|
|
1044
1045
|
|
|
1045
1046
|
// src/components/ui/Typography/Typography.tsx
|
|
1046
1047
|
var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
|
|
@@ -1058,7 +1059,7 @@ function Typography({ variant = "body", component, children, className, ...rest
|
|
|
1058
1059
|
}
|
|
1059
1060
|
|
|
1060
1061
|
// src/components/interaction/Button/Button.module.css
|
|
1061
|
-
var Button_default = {"button":"
|
|
1062
|
+
var Button_default = {"component":"bds200Button-component","button":"bds200Button-button","--default":"bds200Button---default","--outline":"bds200Button---outline","--ghost":"bds200Button---ghost","--size_small":"bds200Button---size_small","--size_medium":"bds200Button---size_medium","--size_large":"bds200Button---size_large","--hasPulse":"bds200Button---hasPulse","iconStart":"bds200Button-iconStart","iconEnd":"bds200Button-iconEnd"};
|
|
1062
1063
|
|
|
1063
1064
|
// src/components/interaction/Button/Button.tsx
|
|
1064
1065
|
var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
|
|
@@ -1173,7 +1174,7 @@ function installInvokerCommandsPolyfill() {
|
|
|
1173
1174
|
}
|
|
1174
1175
|
|
|
1175
1176
|
// src/components/interaction/Command/Command.module.css
|
|
1176
|
-
var Command_default = {"dialog":"
|
|
1177
|
+
var Command_default = {"component":"bds200Command-component","dialog":"bds200Command-dialog","palette":"bds200Command-palette","searchRow":"bds200Command-searchRow","searchIcon":"bds200Command-searchIcon","search":"bds200Command-search","escHint":"bds200Command-escHint","list":"bds200Command-list","groupList":"bds200Command-groupList","group":"bds200Command-group","item":"bds200Command-item","itemActive":"bds200Command-itemActive","itemLabel":"bds200Command-itemLabel","itemDesc":"bds200Command-itemDesc","shortcut":"bds200Command-shortcut","empty":"bds200Command-empty"};
|
|
1177
1178
|
|
|
1178
1179
|
// src/components/interaction/Command/Command.tsx
|
|
1179
1180
|
var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
|
|
@@ -1350,7 +1351,7 @@ function Command({
|
|
|
1350
1351
|
var import_react7 = require("react");
|
|
1351
1352
|
|
|
1352
1353
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1353
|
-
var Dialog_default = {"dialog":"
|
|
1354
|
+
var Dialog_default = {"component":"bds200Dialog-component","dialog":"bds200Dialog-dialog","dialogContent":"bds200Dialog-dialogContent","closeButton":"bds200Dialog-closeButton"};
|
|
1354
1355
|
|
|
1355
1356
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1356
1357
|
var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
|
|
@@ -1456,7 +1457,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
|
|
|
1456
1457
|
var import_react8 = require("react");
|
|
1457
1458
|
|
|
1458
1459
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1459
|
-
var Drawer_default = {"drawer":"
|
|
1460
|
+
var Drawer_default = {"component":"bds200Drawer-component","drawer":"bds200Drawer-drawer","--side_left":"bds200Drawer---side_left","header":"bds200Drawer-header","closeButton":"bds200Drawer-closeButton","body":"bds200Drawer-body"};
|
|
1460
1461
|
|
|
1461
1462
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1462
1463
|
var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
|
|
@@ -1557,7 +1558,7 @@ function Drawer({
|
|
|
1557
1558
|
var import_react9 = require("react");
|
|
1558
1559
|
|
|
1559
1560
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1560
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1561
|
+
var DropdownMenu_default = {"component":"bds200DropdownMenu-component","wrapper":"bds200DropdownMenu-wrapper","menu":"bds200DropdownMenu-menu","--placement_bottom-start":"bds200DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds200DropdownMenu---placement_bottom-end","separator":"bds200DropdownMenu-separator","item":"bds200DropdownMenu-item","icon":"bds200DropdownMenu-icon"};
|
|
1561
1562
|
|
|
1562
1563
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1563
1564
|
var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
|
|
@@ -1671,7 +1672,7 @@ function DropdownMenu({
|
|
|
1671
1672
|
var import_react10 = require("react");
|
|
1672
1673
|
|
|
1673
1674
|
// src/components/interaction/Popover/Popover.module.css
|
|
1674
|
-
var Popover_default = {"wrapper":"
|
|
1675
|
+
var Popover_default = {"component":"bds200Popover-component","wrapper":"bds200Popover-wrapper","panel":"bds200Popover-panel","g":"bds200Popover-g"};
|
|
1675
1676
|
|
|
1676
1677
|
// src/components/interaction/Popover/Popover.tsx
|
|
1677
1678
|
var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
|
|
@@ -1756,7 +1757,7 @@ function Popover({
|
|
|
1756
1757
|
}
|
|
1757
1758
|
|
|
1758
1759
|
// src/components/interaction/Rating/Rating.module.css
|
|
1759
|
-
var Rating_default = {"rating":"
|
|
1760
|
+
var Rating_default = {"component":"bds200Rating-component","rating":"bds200Rating-rating","star":"bds200Rating-star","--filled":"bds200Rating---filled"};
|
|
1760
1761
|
|
|
1761
1762
|
// src/components/interaction/Rating/Rating.tsx
|
|
1762
1763
|
var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
|
|
@@ -1788,7 +1789,7 @@ function Rating({ value, max = 5, className, ...rest }) {
|
|
|
1788
1789
|
var import_react11 = require("react");
|
|
1789
1790
|
|
|
1790
1791
|
// src/components/interaction/Toast/Toast.module.css
|
|
1791
|
-
var Toast_default = {"toastContainer":"
|
|
1792
|
+
var Toast_default = {"component":"bds200Toast-component","toastContainer":"bds200Toast-toastContainer","toast":"bds200Toast-toast","--variant_success":"bds200Toast---variant_success","--variant_warning":"bds200Toast---variant_warning","--variant_info":"bds200Toast---variant_info","--variant_error":"bds200Toast---variant_error","message":"bds200Toast-message","closeButton":"bds200Toast-closeButton"};
|
|
1792
1793
|
|
|
1793
1794
|
// src/components/interaction/Toast/Toast.tsx
|
|
1794
1795
|
var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
|
|
@@ -1866,10 +1867,10 @@ function useToast() {
|
|
|
1866
1867
|
var import_react12 = require("react");
|
|
1867
1868
|
|
|
1868
1869
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1869
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1870
|
+
var Checkbox_default = {"component":"bds200Checkbox-component","checkboxGroup":"bds200Checkbox-checkboxGroup","inputWrapper":"bds200Checkbox-inputWrapper","checkbox":"bds200Checkbox-checkbox","checkboxError":"bds200Checkbox-checkboxError"};
|
|
1870
1871
|
|
|
1871
1872
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1872
|
-
var Message_default = {"error":"
|
|
1873
|
+
var Message_default = {"component":"bds200Message-component","error":"bds200Message-error","hint":"bds200Message-hint"};
|
|
1873
1874
|
|
|
1874
1875
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1875
1876
|
var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
|
|
@@ -1880,7 +1881,7 @@ var Message = ({ message, type, inputId, className }) => {
|
|
|
1880
1881
|
};
|
|
1881
1882
|
|
|
1882
1883
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1883
|
-
var Label_default = {"label":"
|
|
1884
|
+
var Label_default = {"component":"bds200Label-component","label":"bds200Label-label"};
|
|
1884
1885
|
|
|
1885
1886
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1886
1887
|
var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
|
|
@@ -1893,7 +1894,7 @@ var Label = ({ label, id, className }) => {
|
|
|
1893
1894
|
var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
|
|
1894
1895
|
|
|
1895
1896
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1896
|
-
var InputContainer_default = {"container":"
|
|
1897
|
+
var InputContainer_default = {"component":"bds200InputContainer-component","container":"bds200InputContainer-container"};
|
|
1897
1898
|
|
|
1898
1899
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1899
1900
|
var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
|
|
@@ -1934,7 +1935,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1934
1935
|
var import_react13 = require("react");
|
|
1935
1936
|
|
|
1936
1937
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1937
|
-
var CheckboxGroup_default = {"group":"
|
|
1938
|
+
var CheckboxGroup_default = {"component":"bds200CheckboxGroup-component","group":"bds200CheckboxGroup-group","legend":"bds200CheckboxGroup-legend","required":"bds200CheckboxGroup-required","items":"bds200CheckboxGroup-items"};
|
|
1938
1939
|
|
|
1939
1940
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1940
1941
|
var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
|
|
@@ -1976,7 +1977,7 @@ function CheckboxGroup({
|
|
|
1976
1977
|
var import_react14 = require("react");
|
|
1977
1978
|
|
|
1978
1979
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1979
|
-
var Combobox_default = {"formGroup":"
|
|
1980
|
+
var Combobox_default = {"component":"bds200Combobox-component","formGroup":"bds200Combobox-formGroup","inputWrapper":"bds200Combobox-inputWrapper","input":"bds200Combobox-input","inputError":"bds200Combobox-inputError","chevron":"bds200Combobox-chevron","listbox":"bds200Combobox-listbox","option":"bds200Combobox-option","--highlighted":"bds200Combobox---highlighted","--selected":"bds200Combobox---selected","--disabled":"bds200Combobox---disabled"};
|
|
1980
1981
|
|
|
1981
1982
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1982
1983
|
var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
|
|
@@ -2127,7 +2128,7 @@ function Combobox({
|
|
|
2127
2128
|
var import_react15 = require("react");
|
|
2128
2129
|
|
|
2129
2130
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
2130
|
-
var FileInput_default = {"formGroup":"
|
|
2131
|
+
var FileInput_default = {"component":"bds200FileInput-component","formGroup":"bds200FileInput-formGroup","fieldLabel":"bds200FileInput-fieldLabel","dropZone":"bds200FileInput-dropZone","isDragging":"bds200FileInput-isDragging","hasError":"bds200FileInput-hasError","isDisabled":"bds200FileInput-isDisabled","icon":"bds200FileInput-icon","prompt":"bds200FileInput-prompt","acceptHint":"bds200FileInput-acceptHint","hiddenInput":"bds200FileInput-hiddenInput"};
|
|
2131
2132
|
|
|
2132
2133
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
2133
2134
|
var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
|
|
@@ -2228,7 +2229,7 @@ function FileInput({
|
|
|
2228
2229
|
var import_react16 = require("react");
|
|
2229
2230
|
|
|
2230
2231
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
2231
|
-
var FormInput_default = {"formGroup":"
|
|
2232
|
+
var FormInput_default = {"component":"bds200FormInput-component","formGroup":"bds200FormInput-formGroup","input":"bds200FormInput-input","inputError":"bds200FormInput-inputError"};
|
|
2232
2233
|
|
|
2233
2234
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
2234
2235
|
var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
|
|
@@ -2272,7 +2273,7 @@ function FormInput({
|
|
|
2272
2273
|
var import_react17 = require("react");
|
|
2273
2274
|
|
|
2274
2275
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2275
|
-
var NumberInput_default = {"formGroup":"
|
|
2276
|
+
var NumberInput_default = {"component":"bds200NumberInput-component","formGroup":"bds200NumberInput-formGroup","inputRow":"bds200NumberInput-inputRow","input":"bds200NumberInput-input","inputError":"bds200NumberInput-inputError","stepper":"bds200NumberInput-stepper"};
|
|
2276
2277
|
|
|
2277
2278
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2278
2279
|
var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
|
|
@@ -2377,7 +2378,7 @@ function NumberInput({
|
|
|
2377
2378
|
var import_react18 = require("react");
|
|
2378
2379
|
|
|
2379
2380
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2380
|
-
var Radio_default = {"radioGroup":"
|
|
2381
|
+
var Radio_default = {"component":"bds200Radio-component","radioGroup":"bds200Radio-radioGroup","inputWrapper":"bds200Radio-inputWrapper","textWrapper":"bds200Radio-textWrapper","description":"bds200Radio-description","radio":"bds200Radio-radio","radioError":"bds200Radio-radioError"};
|
|
2381
2382
|
|
|
2382
2383
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2383
2384
|
var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
|
|
@@ -2415,7 +2416,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2415
2416
|
var import_react19 = require("react");
|
|
2416
2417
|
|
|
2417
2418
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2418
|
-
var RadioGroup_default = {"group":"
|
|
2419
|
+
var RadioGroup_default = {"component":"bds200RadioGroup-component","group":"bds200RadioGroup-group","legend":"bds200RadioGroup-legend","required":"bds200RadioGroup-required","items":"bds200RadioGroup-items"};
|
|
2419
2420
|
|
|
2420
2421
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2421
2422
|
var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
|
|
@@ -2457,7 +2458,7 @@ function RadioGroup({
|
|
|
2457
2458
|
var import_react20 = require("react");
|
|
2458
2459
|
|
|
2459
2460
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2460
|
-
var SegmentedControl_default = {"control":"
|
|
2461
|
+
var SegmentedControl_default = {"component":"bds200SegmentedControl-component","control":"bds200SegmentedControl-control","thumb":"bds200SegmentedControl-thumb","indicator":"bds200SegmentedControl-indicator","item":"bds200SegmentedControl-item","--active":"bds200SegmentedControl---active","--disabled":"bds200SegmentedControl---disabled","--size_small":"bds200SegmentedControl---size_small","--size_large":"bds200SegmentedControl---size_large","--variant_outline":"bds200SegmentedControl---variant_outline"};
|
|
2461
2462
|
|
|
2462
2463
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2463
2464
|
var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
|
|
@@ -2513,7 +2514,7 @@ function SegmentedControl({
|
|
|
2513
2514
|
var import_react21 = require("react");
|
|
2514
2515
|
|
|
2515
2516
|
// src/components/interaction/form/Select/Select.module.css
|
|
2516
|
-
var Select_default = {"formGroup":"
|
|
2517
|
+
var Select_default = {"component":"bds200Select-component","formGroup":"bds200Select-formGroup","selectWrapper":"bds200Select-selectWrapper","select":"bds200Select-select","selectError":"bds200Select-selectError","chevron":"bds200Select-chevron"};
|
|
2517
2518
|
|
|
2518
2519
|
// src/components/interaction/form/Select/Select.tsx
|
|
2519
2520
|
var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
|
|
@@ -2564,7 +2565,7 @@ function Select({
|
|
|
2564
2565
|
var import_react22 = require("react");
|
|
2565
2566
|
|
|
2566
2567
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2567
|
-
var Slider_default = {"formGroup":"
|
|
2568
|
+
var Slider_default = {"component":"bds200Slider-component","formGroup":"bds200Slider-formGroup","labelRow":"bds200Slider-labelRow","value":"bds200Slider-value","slider":"bds200Slider-slider","sliderError":"bds200Slider-sliderError"};
|
|
2568
2569
|
|
|
2569
2570
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2570
2571
|
var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
|
|
@@ -2626,7 +2627,7 @@ function Slider({
|
|
|
2626
2627
|
var import_react23 = require("react");
|
|
2627
2628
|
|
|
2628
2629
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2629
|
-
var Switch_default = {"switchGroup":"
|
|
2630
|
+
var Switch_default = {"component":"bds200Switch-component","switchGroup":"bds200Switch-switchGroup","--size_small":"bds200Switch---size_small","--size_medium":"bds200Switch---size_medium","--size_large":"bds200Switch---size_large","inputWrapper":"bds200Switch-inputWrapper","trackWrapper":"bds200Switch-trackWrapper","switch":"bds200Switch-switch","track":"bds200Switch-track","thumb":"bds200Switch-thumb","switchError":"bds200Switch-switchError"};
|
|
2630
2631
|
|
|
2631
2632
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2632
2633
|
var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
|
|
@@ -2674,7 +2675,7 @@ function Switch({
|
|
|
2674
2675
|
var import_react24 = require("react");
|
|
2675
2676
|
|
|
2676
2677
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2677
|
-
var Textarea_default = {"formGroup":"
|
|
2678
|
+
var Textarea_default = {"component":"bds200Textarea-component","formGroup":"bds200Textarea-formGroup","textarea":"bds200Textarea-textarea","textareaError":"bds200Textarea-textareaError"};
|
|
2678
2679
|
|
|
2679
2680
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2680
2681
|
var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
|
|
@@ -2713,12 +2714,12 @@ function Textarea({
|
|
|
2713
2714
|
}
|
|
2714
2715
|
|
|
2715
2716
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2716
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2717
|
+
var ButtonGroup_default = {"component":"bds200ButtonGroup-component","buttonGroup":"bds200ButtonGroup-buttonGroup","container":"bds200ButtonGroup-container","--variant_card":"bds200ButtonGroup---variant_card","--variant_flow":"bds200ButtonGroup---variant_flow","--variant_modal":"bds200ButtonGroup---variant_modal","--variant_content":"bds200ButtonGroup---variant_content","--variant_grid":"bds200ButtonGroup---variant_grid"};
|
|
2717
2718
|
|
|
2718
2719
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2719
2720
|
var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
|
|
2720
2721
|
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
2721
|
-
function
|
|
2722
|
+
function ButtonContainer({ children, className, variant, ...rest }) {
|
|
2722
2723
|
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
2723
2724
|
"div",
|
|
2724
2725
|
{
|
|
@@ -2729,9 +2730,10 @@ function ButtonGroup({ children, className, variant, ...rest }) {
|
|
|
2729
2730
|
}
|
|
2730
2731
|
);
|
|
2731
2732
|
}
|
|
2733
|
+
var ButtonGroup = ButtonContainer;
|
|
2732
2734
|
|
|
2733
2735
|
// src/components/layout/Card/Card.module.css
|
|
2734
|
-
var Card_default = {"card":"
|
|
2736
|
+
var Card_default = {"component":"bds200Card-component","card":"bds200Card-card","--default":"bds200Card---default","--elevated":"bds200Card---elevated","--outlined":"bds200Card---outlined","--clickable":"bds200Card---clickable","--padding-none":"bds200Card---padding-none","--padding-small":"bds200Card---padding-small","--padding-medium":"bds200Card---padding-medium","--padding-large":"bds200Card---padding-large","--padding-extra-large":"bds200Card---padding-extra-large","--text-start":"bds200Card---text-start","--text-center":"bds200Card---text-center","--text-end":"bds200Card---text-end"};
|
|
2735
2737
|
|
|
2736
2738
|
// src/components/layout/Card/Card.tsx
|
|
2737
2739
|
var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
|
|
@@ -2768,7 +2770,7 @@ function Card({
|
|
|
2768
2770
|
}
|
|
2769
2771
|
|
|
2770
2772
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2771
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2773
|
+
var SectionHeader_default = {"component":"bds200SectionHeader-component","sectionHeader":"bds200SectionHeader-sectionHeader","title":"bds200SectionHeader-title","subtitle":"bds200SectionHeader-subtitle","--start":"bds200SectionHeader---start","--center":"bds200SectionHeader---center","--end":"bds200SectionHeader---end","--medium":"bds200SectionHeader---medium","--xs":"bds200SectionHeader---xs","--small":"bds200SectionHeader---small","--large":"bds200SectionHeader---large"};
|
|
2772
2774
|
|
|
2773
2775
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2774
2776
|
var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
|
|
@@ -2790,7 +2792,7 @@ function SectionHeader({
|
|
|
2790
2792
|
}
|
|
2791
2793
|
|
|
2792
2794
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2793
|
-
var IconWrapper_default = {"wrapper":"
|
|
2795
|
+
var IconWrapper_default = {"component":"bds200IconWrapper-component","wrapper":"bds200IconWrapper-wrapper"};
|
|
2794
2796
|
|
|
2795
2797
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2796
2798
|
var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
|
|
@@ -2809,6 +2811,7 @@ var import_design_system_foundation51 = require("@boostdev/design-system-foundat
|
|
|
2809
2811
|
Badge,
|
|
2810
2812
|
Breadcrumb,
|
|
2811
2813
|
Button,
|
|
2814
|
+
ButtonContainer,
|
|
2812
2815
|
ButtonGroup,
|
|
2813
2816
|
Calendar,
|
|
2814
2817
|
Card,
|