@boostdev/design-system-components 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +7 -7
- package/dist/client.cjs +57 -51
- package/dist/client.css +542 -542
- package/dist/client.js +57 -51
- package/dist/index.cjs +57 -51
- package/dist/index.css +542 -542
- package/dist/index.js +57 -51
- package/package.json +3 -3
- package/src/components/interaction/Button/Button.mdx +6 -6
- package/src/components/interaction/Button/Button.module.css +2 -2
- package/src/components/interaction/Command/Command.module.css +7 -7
- package/src/components/interaction/Dialog/Dialog.module.css +7 -7
- package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +4 -4
- package/src/components/interaction/Popover/Popover.module.css +4 -4
- package/src/components/interaction/form/Checkbox/Checkbox.module.css +5 -5
- package/src/components/interaction/form/Combobox/Combobox.module.css +9 -9
- package/src/components/interaction/form/FormInput/FormInput.module.css +5 -5
- package/src/components/interaction/form/NumberInput/NumberInput.module.css +5 -5
- package/src/components/interaction/form/NumberInput/NumberInput.tsx +7 -1
- package/src/components/interaction/form/Radio/Radio.module.css +5 -5
- package/src/components/interaction/form/Select/Select.module.css +5 -5
- package/src/components/interaction/form/Switch/Switch.module.css +2 -2
- package/src/components/interaction/form/Textarea/Textarea.module.css +5 -5
- package/src/components/layout/Card/Card.module.css +2 -2
- package/src/components/ui/Accordion/Accordion.module.css +4 -4
- package/src/components/ui/Alert/Alert.module.css +2 -2
- package/src/components/ui/Calendar/Calendar.module.css +6 -6
- package/src/components/ui/Carousel/Carousel.module.css +2 -2
- package/src/components/ui/NotificationBanner/NotificationBanner.module.css +2 -2
- package/src/components/ui/Pagination/Pagination.module.css +2 -2
- package/src/components/ui/SkipLink/SkipLink.module.css +2 -2
- package/src/components/ui/Table/Table.module.css +4 -4
- package/src/css/bdc.css +18 -13
- package/src/stories/DesignSystem/Borders.mdx +11 -11
package/dist/client.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { useId, useState } from "react";
|
|
5
5
|
|
|
6
6
|
// src/components/ui/Accordion/Accordion.module.css
|
|
7
|
-
var Accordion_default = {"accordion":"
|
|
7
|
+
var Accordion_default = {"accordion":"bds101Accordion-accordion","item":"bds101Accordion-item","heading":"bds101Accordion-heading","trigger":"bds101Accordion-trigger","triggerLabel":"bds101Accordion-triggerLabel","chevron":"bds101Accordion-chevron","--open":"bds101Accordion---open","panel":"bds101Accordion-panel","panelContent":"bds101Accordion-panelContent"};
|
|
8
8
|
|
|
9
9
|
// src/components/ui/Accordion/Accordion.tsx
|
|
10
10
|
import { cn } from "@boostdev/design-system-foundation";
|
|
@@ -72,7 +72,7 @@ function Accordion({
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
// src/components/ui/Alert/Alert.module.css
|
|
75
|
-
var Alert_default = {"alert":"
|
|
75
|
+
var Alert_default = {"alert":"bds101Alert-alert","--variant_info":"bds101Alert---variant_info","--variant_success":"bds101Alert---variant_success","--variant_warning":"bds101Alert---variant_warning","--variant_error":"bds101Alert---variant_error","icon":"bds101Alert-icon","content":"bds101Alert-content","title":"bds101Alert-title","dismiss":"bds101Alert-dismiss"};
|
|
76
76
|
|
|
77
77
|
// src/components/ui/Alert/Alert.tsx
|
|
78
78
|
import { cn as cn2 } from "@boostdev/design-system-foundation";
|
|
@@ -115,7 +115,7 @@ function Alert({
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
// src/components/ui/Avatar/Avatar.module.css
|
|
118
|
-
var Avatar_default = {"avatar":"
|
|
118
|
+
var Avatar_default = {"avatar":"bds101Avatar-avatar","--fallback":"bds101Avatar---fallback","--size_small":"bds101Avatar---size_small","--size_medium":"bds101Avatar---size_medium","--size_large":"bds101Avatar---size_large","image":"bds101Avatar-image","initials":"bds101Avatar-initials"};
|
|
119
119
|
|
|
120
120
|
// src/components/ui/Avatar/Avatar.tsx
|
|
121
121
|
import { cn as cn3 } from "@boostdev/design-system-foundation";
|
|
@@ -141,7 +141,7 @@ function Avatar({ src, alt, name, size = "medium", className }) {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
// src/components/ui/Badge/Badge.module.css
|
|
144
|
-
var Badge_default = {"badge":"
|
|
144
|
+
var Badge_default = {"badge":"bds101Badge-badge","--variant_primary":"bds101Badge---variant_primary","--variant_secondary":"bds101Badge---variant_secondary","--variant_success":"bds101Badge---variant_success","--variant_error":"bds101Badge---variant_error","--variant_warning":"bds101Badge---variant_warning"};
|
|
145
145
|
|
|
146
146
|
// src/components/ui/Badge/Badge.tsx
|
|
147
147
|
import { cn as cn4 } from "@boostdev/design-system-foundation";
|
|
@@ -151,7 +151,7 @@ function Badge({ children, variant = "primary", className }) {
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
// src/components/ui/Breadcrumb/Breadcrumb.module.css
|
|
154
|
-
var Breadcrumb_default = {"breadcrumb":"
|
|
154
|
+
var Breadcrumb_default = {"breadcrumb":"bds101Breadcrumb-breadcrumb","list":"bds101Breadcrumb-list","item":"bds101Breadcrumb-item","link":"bds101Breadcrumb-link","separator":"bds101Breadcrumb-separator","current":"bds101Breadcrumb-current"};
|
|
155
155
|
|
|
156
156
|
// src/components/ui/Breadcrumb/Breadcrumb.tsx
|
|
157
157
|
import { cn as cn5 } from "@boostdev/design-system-foundation";
|
|
@@ -167,7 +167,7 @@ function Breadcrumb({ items, className }) {
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
// src/components/ui/Collapsible/Collapsible.module.css
|
|
170
|
-
var Collapsible_default = {"collapsible":"
|
|
170
|
+
var Collapsible_default = {"collapsible":"bds101Collapsible-collapsible","summary":"bds101Collapsible-summary","summaryContent":"bds101Collapsible-summaryContent","icon":"bds101Collapsible-icon","content":"bds101Collapsible-content"};
|
|
171
171
|
|
|
172
172
|
// src/components/ui/Collapsible/Collapsible.tsx
|
|
173
173
|
import { cn as cn6 } from "@boostdev/design-system-foundation";
|
|
@@ -208,7 +208,7 @@ function Collapsible({
|
|
|
208
208
|
import { useState as useState2, useId as useId2 } from "react";
|
|
209
209
|
|
|
210
210
|
// src/components/ui/Calendar/Calendar.module.css
|
|
211
|
-
var Calendar_default = {"calendar":"
|
|
211
|
+
var Calendar_default = {"calendar":"bds101Calendar-calendar","header":"bds101Calendar-header","monthYear":"bds101Calendar-monthYear","navBtn":"bds101Calendar-navBtn","grid":"bds101Calendar-grid","weekday":"bds101Calendar-weekday","empty":"bds101Calendar-empty","day":"bds101Calendar-day","disabled":"bds101Calendar-disabled","selected":"bds101Calendar-selected","today":"bds101Calendar-today"};
|
|
212
212
|
|
|
213
213
|
// src/components/ui/Calendar/Calendar.tsx
|
|
214
214
|
import { cn as cn7 } from "@boostdev/design-system-foundation";
|
|
@@ -383,7 +383,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
|
|
|
383
383
|
import { useRef, useId as useId3 } from "react";
|
|
384
384
|
|
|
385
385
|
// src/components/ui/Carousel/Carousel.module.css
|
|
386
|
-
var Carousel_default = {"carousel":"
|
|
386
|
+
var Carousel_default = {"carousel":"bds101Carousel-carousel","track":"bds101Carousel-track","slide":"bds101Carousel-slide","navBtn":"bds101Carousel-navBtn"};
|
|
387
387
|
|
|
388
388
|
// src/components/ui/Carousel/Carousel.tsx
|
|
389
389
|
import { cn as cn8 } from "@boostdev/design-system-foundation";
|
|
@@ -436,7 +436,7 @@ function Carousel({ items, label, className }) {
|
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
// src/components/ui/DescriptionList/DescriptionList.module.css
|
|
439
|
-
var DescriptionList_default = {"list":"
|
|
439
|
+
var DescriptionList_default = {"list":"bds101DescriptionList-list","group":"bds101DescriptionList-group","term":"bds101DescriptionList-term","details":"bds101DescriptionList-details","--layout_inline":"bds101DescriptionList---layout_inline"};
|
|
440
440
|
|
|
441
441
|
// src/components/ui/DescriptionList/DescriptionList.tsx
|
|
442
442
|
import { cn as cn9 } from "@boostdev/design-system-foundation";
|
|
@@ -449,7 +449,7 @@ function DescriptionList({ items, layout = "stacked", className }) {
|
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
// src/components/ui/Link/Link.module.css
|
|
452
|
-
var Link_default = {"link":"
|
|
452
|
+
var Link_default = {"link":"bds101Link-link","--variant_default":"bds101Link---variant_default","--variant_subtle":"bds101Link---variant_subtle","--variant_standalone":"bds101Link---variant_standalone","externalLabel":"bds101Link-externalLabel"};
|
|
453
453
|
|
|
454
454
|
// src/components/ui/Link/Link.tsx
|
|
455
455
|
import { cn as cn10 } from "@boostdev/design-system-foundation";
|
|
@@ -480,7 +480,7 @@ function Link({
|
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
// src/components/ui/Loading/Loading.module.css
|
|
483
|
-
var Loading_default = {"loading":"
|
|
483
|
+
var Loading_default = {"loading":"bds101Loading-loading","spinner":"bds101Loading-spinner","--size_small":"bds101Loading---size_small","--size_large":"bds101Loading---size_large"};
|
|
484
484
|
|
|
485
485
|
// src/components/ui/Loading/Loading.tsx
|
|
486
486
|
import { cn as cn11 } from "@boostdev/design-system-foundation";
|
|
@@ -490,7 +490,7 @@ function Loading({ size = "medium", className }) {
|
|
|
490
490
|
}
|
|
491
491
|
|
|
492
492
|
// src/components/ui/NotificationBanner/NotificationBanner.module.css
|
|
493
|
-
var NotificationBanner_default = {"banner":"
|
|
493
|
+
var NotificationBanner_default = {"banner":"bds101NotificationBanner-banner","--variant_info":"bds101NotificationBanner---variant_info","--variant_success":"bds101NotificationBanner---variant_success","--variant_warning":"bds101NotificationBanner---variant_warning","--variant_error":"bds101NotificationBanner---variant_error","content":"bds101NotificationBanner-content","action":"bds101NotificationBanner-action","dismiss":"bds101NotificationBanner-dismiss"};
|
|
494
494
|
|
|
495
495
|
// src/components/ui/NotificationBanner/NotificationBanner.tsx
|
|
496
496
|
import { cn as cn12 } from "@boostdev/design-system-foundation";
|
|
@@ -529,7 +529,7 @@ function NotificationBanner({
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
// src/components/ui/Pagination/Pagination.module.css
|
|
532
|
-
var Pagination_default = {"pagination":"
|
|
532
|
+
var Pagination_default = {"pagination":"bds101Pagination-pagination","list":"bds101Pagination-list","button":"bds101Pagination-button","--active":"bds101Pagination---active","--nav":"bds101Pagination---nav","ellipsis":"bds101Pagination-ellipsis"};
|
|
533
533
|
|
|
534
534
|
// src/components/ui/Pagination/Pagination.tsx
|
|
535
535
|
import { cn as cn13 } from "@boostdev/design-system-foundation";
|
|
@@ -593,7 +593,7 @@ function Pagination({
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
// src/components/ui/Progress/Progress.module.css
|
|
596
|
-
var Progress_default = {"container":"
|
|
596
|
+
var Progress_default = {"container":"bds101Progress-container","labelRow":"bds101Progress-labelRow","value":"bds101Progress-value","track":"bds101Progress-track","--size_small":"bds101Progress---size_small","--size_medium":"bds101Progress---size_medium","--size_large":"bds101Progress---size_large","fill":"bds101Progress-fill"};
|
|
597
597
|
|
|
598
598
|
// src/components/ui/Progress/Progress.tsx
|
|
599
599
|
import { cn as cn14 } from "@boostdev/design-system-foundation";
|
|
@@ -631,7 +631,7 @@ function Progress({
|
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
// src/components/ui/ProgressCircle/ProgressCircle.module.css
|
|
634
|
-
var ProgressCircle_default = {"wrapper":"
|
|
634
|
+
var ProgressCircle_default = {"wrapper":"bds101ProgressCircle-wrapper","svg":"bds101ProgressCircle-svg","track":"bds101ProgressCircle-track","fill":"bds101ProgressCircle-fill","value":"bds101ProgressCircle-value","--size_small":"bds101ProgressCircle---size_small","--size_medium":"bds101ProgressCircle---size_medium","--size_large":"bds101ProgressCircle---size_large"};
|
|
635
635
|
|
|
636
636
|
// src/components/ui/ProgressCircle/ProgressCircle.tsx
|
|
637
637
|
import { cn as cn15 } from "@boostdev/design-system-foundation";
|
|
@@ -710,7 +710,7 @@ function ProgressCircle({
|
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
// src/components/ui/Separator/Separator.module.css
|
|
713
|
-
var Separator_default = {"separator":"
|
|
713
|
+
var Separator_default = {"separator":"bds101Separator-separator","--horizontal":"bds101Separator---horizontal","--vertical":"bds101Separator---vertical"};
|
|
714
714
|
|
|
715
715
|
// src/components/ui/Separator/Separator.tsx
|
|
716
716
|
import { cn as cn16 } from "@boostdev/design-system-foundation";
|
|
@@ -733,7 +733,7 @@ function Separator({ orientation = "horizontal", className }) {
|
|
|
733
733
|
import { cn as cn17 } from "@boostdev/design-system-foundation";
|
|
734
734
|
|
|
735
735
|
// src/components/ui/Skeleton/Skeleton.module.css
|
|
736
|
-
var Skeleton_default = {"skeleton":"
|
|
736
|
+
var Skeleton_default = {"skeleton":"bds101Skeleton-skeleton"};
|
|
737
737
|
|
|
738
738
|
// src/components/ui/Skeleton/Skeleton.tsx
|
|
739
739
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
@@ -742,7 +742,7 @@ function Skeleton({ className }) {
|
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
// src/components/ui/SkipLink/SkipLink.module.css
|
|
745
|
-
var SkipLink_default = {"skipLink":"
|
|
745
|
+
var SkipLink_default = {"skipLink":"bds101SkipLink-skipLink"};
|
|
746
746
|
|
|
747
747
|
// src/components/ui/SkipLink/SkipLink.tsx
|
|
748
748
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
@@ -751,7 +751,7 @@ function SkipLink({ href = "#main", children = "Skip to main content" }) {
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
// src/components/ui/Table/Table.module.css
|
|
754
|
-
var Table_default = {"wrapper":"
|
|
754
|
+
var Table_default = {"wrapper":"bds101Table-wrapper","table":"bds101Table-table","caption":"bds101Table-caption","thead":"bds101Table-thead","th":"bds101Table-th","--sortable":"bds101Table---sortable","sortButton":"bds101Table-sortButton","sortIcon":"bds101Table-sortIcon","--sort-active":"bds101Table---sort-active","--sort-desc":"bds101Table---sort-desc","tbody":"bds101Table-tbody","tr":"bds101Table-tr","td":"bds101Table-td"};
|
|
755
755
|
|
|
756
756
|
// src/components/ui/Table/Table.tsx
|
|
757
757
|
import { cn as cn18 } from "@boostdev/design-system-foundation";
|
|
@@ -821,7 +821,7 @@ function Table({
|
|
|
821
821
|
import { useId as useId4, useRef as useRef2, useState as useState3 } from "react";
|
|
822
822
|
|
|
823
823
|
// src/components/ui/Tabs/Tabs.module.css
|
|
824
|
-
var Tabs_default = {"tabs":"
|
|
824
|
+
var Tabs_default = {"tabs":"bds101Tabs-tabs","tabList":"bds101Tabs-tabList","tab":"bds101Tabs-tab","--active":"bds101Tabs---active","panel":"bds101Tabs-panel"};
|
|
825
825
|
|
|
826
826
|
// src/components/ui/Tabs/Tabs.tsx
|
|
827
827
|
import { cn as cn19 } from "@boostdev/design-system-foundation";
|
|
@@ -901,7 +901,7 @@ function Tabs({ tabs, defaultTab, className }) {
|
|
|
901
901
|
import { cloneElement, isValidElement, useId as useId5, useState as useState4 } from "react";
|
|
902
902
|
|
|
903
903
|
// src/components/ui/Tooltip/Tooltip.module.css
|
|
904
|
-
var Tooltip_default = {"wrapper":"
|
|
904
|
+
var Tooltip_default = {"wrapper":"bds101Tooltip-wrapper","tooltip":"bds101Tooltip-tooltip","--placement_top":"bds101Tooltip---placement_top","--placement_bottom":"bds101Tooltip---placement_bottom","--placement_left":"bds101Tooltip---placement_left","--placement_right":"bds101Tooltip---placement_right"};
|
|
905
905
|
|
|
906
906
|
// src/components/ui/Tooltip/Tooltip.tsx
|
|
907
907
|
import { cn as cn20 } from "@boostdev/design-system-foundation";
|
|
@@ -943,7 +943,7 @@ function Tooltip({
|
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
// src/components/ui/Typography/Typography.module.css
|
|
946
|
-
var Typography_default = {"typography":"
|
|
946
|
+
var Typography_default = {"typography":"bds101Typography-typography","--h1":"bds101Typography---h1","--h2":"bds101Typography---h2","--h3":"bds101Typography---h3","--body":"bds101Typography---body","--body_s":"bds101Typography---body_s"};
|
|
947
947
|
|
|
948
948
|
// src/components/ui/Typography/Typography.tsx
|
|
949
949
|
import { cn as cn21 } from "@boostdev/design-system-foundation";
|
|
@@ -961,7 +961,7 @@ function Typography({ variant = "body", component, children, className }) {
|
|
|
961
961
|
}
|
|
962
962
|
|
|
963
963
|
// src/components/interaction/Button/Button.module.css
|
|
964
|
-
var Button_default = {"button":"
|
|
964
|
+
var Button_default = {"button":"bds101Button-button","--default":"bds101Button---default","--ghost":"bds101Button---ghost","--size_small":"bds101Button---size_small","--size_medium":"bds101Button---size_medium","--size_large":"bds101Button---size_large","--hasPulse":"bds101Button---hasPulse","iconStart":"bds101Button-iconStart","iconEnd":"bds101Button-iconEnd"};
|
|
965
965
|
|
|
966
966
|
// src/components/interaction/Button/Button.tsx
|
|
967
967
|
import { cn as cn22 } from "@boostdev/design-system-foundation";
|
|
@@ -1037,7 +1037,7 @@ function Button({
|
|
|
1037
1037
|
import { useState as useState5, useEffect, useRef as useRef3, useId as useId6, useMemo } from "react";
|
|
1038
1038
|
|
|
1039
1039
|
// src/components/interaction/Command/Command.module.css
|
|
1040
|
-
var Command_default = {"dialog":"
|
|
1040
|
+
var Command_default = {"dialog":"bds101Command-dialog","palette":"bds101Command-palette","searchRow":"bds101Command-searchRow","searchIcon":"bds101Command-searchIcon","search":"bds101Command-search","escHint":"bds101Command-escHint","list":"bds101Command-list","groupList":"bds101Command-groupList","group":"bds101Command-group","item":"bds101Command-item","itemActive":"bds101Command-itemActive","itemLabel":"bds101Command-itemLabel","itemDesc":"bds101Command-itemDesc","shortcut":"bds101Command-shortcut","empty":"bds101Command-empty"};
|
|
1041
1041
|
|
|
1042
1042
|
// src/components/interaction/Command/Command.tsx
|
|
1043
1043
|
import { cn as cn23 } from "@boostdev/design-system-foundation";
|
|
@@ -1185,7 +1185,7 @@ function Command({
|
|
|
1185
1185
|
import { useEffect as useEffect2, useRef as useRef4 } from "react";
|
|
1186
1186
|
|
|
1187
1187
|
// src/components/interaction/Dialog/Dialog.module.css
|
|
1188
|
-
var Dialog_default = {"dialog":"
|
|
1188
|
+
var Dialog_default = {"dialog":"bds101Dialog-dialog","dialogContent":"bds101Dialog-dialogContent","closeForm":"bds101Dialog-closeForm","closeButton":"bds101Dialog-closeButton"};
|
|
1189
1189
|
|
|
1190
1190
|
// src/components/interaction/Dialog/Dialog.tsx
|
|
1191
1191
|
import { cn as cn24 } from "@boostdev/design-system-foundation";
|
|
@@ -1267,7 +1267,7 @@ function Dialog({ children, isOpen = false, className, onClose }) {
|
|
|
1267
1267
|
import { useEffect as useEffect3, useRef as useRef5 } from "react";
|
|
1268
1268
|
|
|
1269
1269
|
// src/components/interaction/Drawer/Drawer.module.css
|
|
1270
|
-
var Drawer_default = {"drawer":"
|
|
1270
|
+
var Drawer_default = {"drawer":"bds101Drawer-drawer","panel":"bds101Drawer-panel","--side_right":"bds101Drawer---side_right","--side_left":"bds101Drawer---side_left","header":"bds101Drawer-header","closeButton":"bds101Drawer-closeButton","body":"bds101Drawer-body"};
|
|
1271
1271
|
|
|
1272
1272
|
// src/components/interaction/Drawer/Drawer.tsx
|
|
1273
1273
|
import { cn as cn25 } from "@boostdev/design-system-foundation";
|
|
@@ -1346,7 +1346,7 @@ import {
|
|
|
1346
1346
|
} from "react";
|
|
1347
1347
|
|
|
1348
1348
|
// src/components/interaction/DropdownMenu/DropdownMenu.module.css
|
|
1349
|
-
var DropdownMenu_default = {"wrapper":"
|
|
1349
|
+
var DropdownMenu_default = {"wrapper":"bds101DropdownMenu-wrapper","menu":"bds101DropdownMenu-menu","--placement_bottom-start":"bds101DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds101DropdownMenu---placement_bottom-end","separator":"bds101DropdownMenu-separator","item":"bds101DropdownMenu-item","icon":"bds101DropdownMenu-icon"};
|
|
1350
1350
|
|
|
1351
1351
|
// src/components/interaction/DropdownMenu/DropdownMenu.tsx
|
|
1352
1352
|
import { cn as cn26 } from "@boostdev/design-system-foundation";
|
|
@@ -1466,7 +1466,7 @@ import {
|
|
|
1466
1466
|
} from "react";
|
|
1467
1467
|
|
|
1468
1468
|
// src/components/interaction/Popover/Popover.module.css
|
|
1469
|
-
var Popover_default = {"wrapper":"
|
|
1469
|
+
var Popover_default = {"wrapper":"bds101Popover-wrapper","panel":"bds101Popover-panel","--placement_bottom":"bds101Popover---placement_bottom","--placement_top":"bds101Popover---placement_top","--placement_right":"bds101Popover---placement_right","--placement_left":"bds101Popover---placement_left"};
|
|
1470
1470
|
|
|
1471
1471
|
// src/components/interaction/Popover/Popover.tsx
|
|
1472
1472
|
import { cn as cn27 } from "@boostdev/design-system-foundation";
|
|
@@ -1524,7 +1524,7 @@ function Popover({
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
// src/components/interaction/Rating/Rating.module.css
|
|
1527
|
-
var Rating_default = {"rating":"
|
|
1527
|
+
var Rating_default = {"rating":"bds101Rating-rating","star":"bds101Rating-star","--filled":"bds101Rating---filled"};
|
|
1528
1528
|
|
|
1529
1529
|
// src/components/interaction/Rating/Rating.tsx
|
|
1530
1530
|
import { cn as cn28 } from "@boostdev/design-system-foundation";
|
|
@@ -1555,7 +1555,7 @@ function Rating({ value, max = 5, className }) {
|
|
|
1555
1555
|
import { useState as useState8, useEffect as useEffect6, createContext, useContext, useCallback, useMemo as useMemo2 } from "react";
|
|
1556
1556
|
|
|
1557
1557
|
// src/components/interaction/Toast/Toast.module.css
|
|
1558
|
-
var Toast_default = {"toastContainer":"
|
|
1558
|
+
var Toast_default = {"toastContainer":"bds101Toast-toastContainer","toast":"bds101Toast-toast","--variant_success":"bds101Toast---variant_success","--variant_warning":"bds101Toast---variant_warning","--variant_info":"bds101Toast---variant_info","--variant_error":"bds101Toast---variant_error","message":"bds101Toast-message","closeButton":"bds101Toast-closeButton"};
|
|
1559
1559
|
|
|
1560
1560
|
// src/components/interaction/Toast/Toast.tsx
|
|
1561
1561
|
import { cn as cn29 } from "@boostdev/design-system-foundation";
|
|
@@ -1605,10 +1605,10 @@ function useToast() {
|
|
|
1605
1605
|
import { useId as useId9 } from "react";
|
|
1606
1606
|
|
|
1607
1607
|
// src/components/interaction/form/Checkbox/Checkbox.module.css
|
|
1608
|
-
var Checkbox_default = {"checkboxGroup":"
|
|
1608
|
+
var Checkbox_default = {"checkboxGroup":"bds101Checkbox-checkboxGroup","inputWrapper":"bds101Checkbox-inputWrapper","checkbox":"bds101Checkbox-checkbox","checkboxError":"bds101Checkbox-checkboxError"};
|
|
1609
1609
|
|
|
1610
1610
|
// src/components/interaction/form/atoms/Message.module.css
|
|
1611
|
-
var Message_default = {"error":"
|
|
1611
|
+
var Message_default = {"error":"bds101Message-error","hint":"bds101Message-hint"};
|
|
1612
1612
|
|
|
1613
1613
|
// src/components/interaction/form/atoms/Message.tsx
|
|
1614
1614
|
import { jsx as jsx31 } from "react/jsx-runtime";
|
|
@@ -1618,7 +1618,7 @@ var Message = ({ message, type, inputId }) => {
|
|
|
1618
1618
|
};
|
|
1619
1619
|
|
|
1620
1620
|
// src/components/interaction/form/atoms/Label.module.css
|
|
1621
|
-
var Label_default = {"label":"
|
|
1621
|
+
var Label_default = {"label":"bds101Label-label"};
|
|
1622
1622
|
|
|
1623
1623
|
// src/components/interaction/form/atoms/Label.tsx
|
|
1624
1624
|
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
@@ -1630,7 +1630,7 @@ var Label = ({ label, id }) => {
|
|
|
1630
1630
|
import { cn as cn31 } from "@boostdev/design-system-foundation";
|
|
1631
1631
|
|
|
1632
1632
|
// src/components/interaction/form/atoms/InputContainer.module.css
|
|
1633
|
-
var InputContainer_default = {"container":"
|
|
1633
|
+
var InputContainer_default = {"container":"bds101InputContainer-container"};
|
|
1634
1634
|
|
|
1635
1635
|
// src/components/interaction/form/atoms/InputContainer.tsx
|
|
1636
1636
|
import { cn as cn30 } from "@boostdev/design-system-foundation";
|
|
@@ -1671,7 +1671,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
|
|
|
1671
1671
|
import { useId as useId10 } from "react";
|
|
1672
1672
|
|
|
1673
1673
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
|
|
1674
|
-
var CheckboxGroup_default = {"group":"
|
|
1674
|
+
var CheckboxGroup_default = {"group":"bds101CheckboxGroup-group","legend":"bds101CheckboxGroup-legend","required":"bds101CheckboxGroup-required","items":"bds101CheckboxGroup-items"};
|
|
1675
1675
|
|
|
1676
1676
|
// src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
|
|
1677
1677
|
import { cn as cn32 } from "@boostdev/design-system-foundation";
|
|
@@ -1719,7 +1719,7 @@ import {
|
|
|
1719
1719
|
} from "react";
|
|
1720
1720
|
|
|
1721
1721
|
// src/components/interaction/form/Combobox/Combobox.module.css
|
|
1722
|
-
var Combobox_default = {"formGroup":"
|
|
1722
|
+
var Combobox_default = {"formGroup":"bds101Combobox-formGroup","inputWrapper":"bds101Combobox-inputWrapper","input":"bds101Combobox-input","inputError":"bds101Combobox-inputError","chevron":"bds101Combobox-chevron","listbox":"bds101Combobox-listbox","option":"bds101Combobox-option","--highlighted":"bds101Combobox---highlighted","--selected":"bds101Combobox---selected","--disabled":"bds101Combobox---disabled"};
|
|
1723
1723
|
|
|
1724
1724
|
// src/components/interaction/form/Combobox/Combobox.tsx
|
|
1725
1725
|
import { cn as cn33 } from "@boostdev/design-system-foundation";
|
|
@@ -1869,7 +1869,7 @@ function Combobox({
|
|
|
1869
1869
|
import { useId as useId12, useRef as useRef9, useState as useState10 } from "react";
|
|
1870
1870
|
|
|
1871
1871
|
// src/components/interaction/form/FileInput/FileInput.module.css
|
|
1872
|
-
var FileInput_default = {"formGroup":"
|
|
1872
|
+
var FileInput_default = {"formGroup":"bds101FileInput-formGroup","fieldLabel":"bds101FileInput-fieldLabel","dropZone":"bds101FileInput-dropZone","isDragging":"bds101FileInput-isDragging","hasError":"bds101FileInput-hasError","isDisabled":"bds101FileInput-isDisabled","icon":"bds101FileInput-icon","prompt":"bds101FileInput-prompt","acceptHint":"bds101FileInput-acceptHint","hiddenInput":"bds101FileInput-hiddenInput"};
|
|
1873
1873
|
|
|
1874
1874
|
// src/components/interaction/form/FileInput/FileInput.tsx
|
|
1875
1875
|
import { cn as cn34 } from "@boostdev/design-system-foundation";
|
|
@@ -1969,7 +1969,7 @@ function FileInput({
|
|
|
1969
1969
|
import { useId as useId13 } from "react";
|
|
1970
1970
|
|
|
1971
1971
|
// src/components/interaction/form/FormInput/FormInput.module.css
|
|
1972
|
-
var FormInput_default = {"formGroup":"
|
|
1972
|
+
var FormInput_default = {"formGroup":"bds101FormInput-formGroup","input":"bds101FormInput-input","inputError":"bds101FormInput-inputError"};
|
|
1973
1973
|
|
|
1974
1974
|
// src/components/interaction/form/FormInput/FormInput.tsx
|
|
1975
1975
|
import { cn as cn35 } from "@boostdev/design-system-foundation";
|
|
@@ -2013,7 +2013,7 @@ function FormInput({
|
|
|
2013
2013
|
import { useId as useId14, useRef as useRef10, useState as useState11 } from "react";
|
|
2014
2014
|
|
|
2015
2015
|
// src/components/interaction/form/NumberInput/NumberInput.module.css
|
|
2016
|
-
var NumberInput_default = {"formGroup":"
|
|
2016
|
+
var NumberInput_default = {"formGroup":"bds101NumberInput-formGroup","inputRow":"bds101NumberInput-inputRow","input":"bds101NumberInput-input","inputError":"bds101NumberInput-inputError","stepper":"bds101NumberInput-stepper"};
|
|
2017
2017
|
|
|
2018
2018
|
// src/components/interaction/form/NumberInput/NumberInput.tsx
|
|
2019
2019
|
import { cn as cn36 } from "@boostdev/design-system-foundation";
|
|
@@ -2046,7 +2046,13 @@ function NumberInput({
|
|
|
2046
2046
|
};
|
|
2047
2047
|
const adjust = (delta) => {
|
|
2048
2048
|
const next = clamp(currentValue + delta);
|
|
2049
|
-
if (!isControlled)
|
|
2049
|
+
if (!isControlled) {
|
|
2050
|
+
setInternalValue(next);
|
|
2051
|
+
if (inputRef.current) {
|
|
2052
|
+
inputRef.current.value = String(next);
|
|
2053
|
+
inputRef.current.dispatchEvent(new Event("input", { bubbles: true }));
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2050
2056
|
onChange?.(next);
|
|
2051
2057
|
};
|
|
2052
2058
|
return /* @__PURE__ */ jsxs28(InputContainer, { className: cn36(NumberInput_default.formGroup, className), children: [
|
|
@@ -2111,7 +2117,7 @@ function NumberInput({
|
|
|
2111
2117
|
import { useId as useId15 } from "react";
|
|
2112
2118
|
|
|
2113
2119
|
// src/components/interaction/form/Radio/Radio.module.css
|
|
2114
|
-
var Radio_default = {"radioGroup":"
|
|
2120
|
+
var Radio_default = {"radioGroup":"bds101Radio-radioGroup","inputWrapper":"bds101Radio-inputWrapper","textWrapper":"bds101Radio-textWrapper","description":"bds101Radio-description","radio":"bds101Radio-radio","radioError":"bds101Radio-radioError"};
|
|
2115
2121
|
|
|
2116
2122
|
// src/components/interaction/form/Radio/Radio.tsx
|
|
2117
2123
|
import { cn as cn37 } from "@boostdev/design-system-foundation";
|
|
@@ -2149,7 +2155,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
|
|
|
2149
2155
|
import { useId as useId16 } from "react";
|
|
2150
2156
|
|
|
2151
2157
|
// src/components/interaction/form/RadioGroup/RadioGroup.module.css
|
|
2152
|
-
var RadioGroup_default = {"group":"
|
|
2158
|
+
var RadioGroup_default = {"group":"bds101RadioGroup-group","legend":"bds101RadioGroup-legend","required":"bds101RadioGroup-required","items":"bds101RadioGroup-items"};
|
|
2153
2159
|
|
|
2154
2160
|
// src/components/interaction/form/RadioGroup/RadioGroup.tsx
|
|
2155
2161
|
import { cn as cn38 } from "@boostdev/design-system-foundation";
|
|
@@ -2191,7 +2197,7 @@ function RadioGroup({
|
|
|
2191
2197
|
import { useId as useId17, useState as useState12 } from "react";
|
|
2192
2198
|
|
|
2193
2199
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
|
|
2194
|
-
var SegmentedControl_default = {"control":"
|
|
2200
|
+
var SegmentedControl_default = {"control":"bds101SegmentedControl-control","thumb":"bds101SegmentedControl-thumb","item":"bds101SegmentedControl-item","--disabled":"bds101SegmentedControl---disabled","radio":"bds101SegmentedControl-radio","label":"bds101SegmentedControl-label","--size_small":"bds101SegmentedControl---size_small","--size_large":"bds101SegmentedControl---size_large","--active":"bds101SegmentedControl---active"};
|
|
2195
2201
|
|
|
2196
2202
|
// src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
|
|
2197
2203
|
import { cn as cn39 } from "@boostdev/design-system-foundation";
|
|
@@ -2269,7 +2275,7 @@ function SegmentedControl({
|
|
|
2269
2275
|
import { useId as useId18 } from "react";
|
|
2270
2276
|
|
|
2271
2277
|
// src/components/interaction/form/Select/Select.module.css
|
|
2272
|
-
var Select_default = {"formGroup":"
|
|
2278
|
+
var Select_default = {"formGroup":"bds101Select-formGroup","selectWrapper":"bds101Select-selectWrapper","select":"bds101Select-select","selectError":"bds101Select-selectError","chevron":"bds101Select-chevron"};
|
|
2273
2279
|
|
|
2274
2280
|
// src/components/interaction/form/Select/Select.tsx
|
|
2275
2281
|
import { cn as cn40 } from "@boostdev/design-system-foundation";
|
|
@@ -2320,7 +2326,7 @@ function Select({
|
|
|
2320
2326
|
import { useId as useId19, useState as useState13 } from "react";
|
|
2321
2327
|
|
|
2322
2328
|
// src/components/interaction/form/Slider/Slider.module.css
|
|
2323
|
-
var Slider_default = {"formGroup":"
|
|
2329
|
+
var Slider_default = {"formGroup":"bds101Slider-formGroup","labelRow":"bds101Slider-labelRow","value":"bds101Slider-value","slider":"bds101Slider-slider","sliderError":"bds101Slider-sliderError"};
|
|
2324
2330
|
|
|
2325
2331
|
// src/components/interaction/form/Slider/Slider.tsx
|
|
2326
2332
|
import { cn as cn41 } from "@boostdev/design-system-foundation";
|
|
@@ -2382,7 +2388,7 @@ function Slider({
|
|
|
2382
2388
|
import { useId as useId20 } from "react";
|
|
2383
2389
|
|
|
2384
2390
|
// src/components/interaction/form/Switch/Switch.module.css
|
|
2385
|
-
var Switch_default = {"switchGroup":"
|
|
2391
|
+
var Switch_default = {"switchGroup":"bds101Switch-switchGroup","--size_small":"bds101Switch---size_small","--size_medium":"bds101Switch---size_medium","--size_large":"bds101Switch---size_large","inputWrapper":"bds101Switch-inputWrapper","trackWrapper":"bds101Switch-trackWrapper","switch":"bds101Switch-switch","track":"bds101Switch-track","thumb":"bds101Switch-thumb","switchError":"bds101Switch-switchError"};
|
|
2386
2392
|
|
|
2387
2393
|
// src/components/interaction/form/Switch/Switch.tsx
|
|
2388
2394
|
import { cn as cn42 } from "@boostdev/design-system-foundation";
|
|
@@ -2430,7 +2436,7 @@ function Switch({
|
|
|
2430
2436
|
import { useId as useId21 } from "react";
|
|
2431
2437
|
|
|
2432
2438
|
// src/components/interaction/form/Textarea/Textarea.module.css
|
|
2433
|
-
var Textarea_default = {"formGroup":"
|
|
2439
|
+
var Textarea_default = {"formGroup":"bds101Textarea-formGroup","textarea":"bds101Textarea-textarea","textareaError":"bds101Textarea-textareaError"};
|
|
2434
2440
|
|
|
2435
2441
|
// src/components/interaction/form/Textarea/Textarea.tsx
|
|
2436
2442
|
import { cn as cn43 } from "@boostdev/design-system-foundation";
|
|
@@ -2469,7 +2475,7 @@ function Textarea({
|
|
|
2469
2475
|
}
|
|
2470
2476
|
|
|
2471
2477
|
// src/components/layout/ButtonGroup/ButtonGroup.module.css
|
|
2472
|
-
var ButtonGroup_default = {"buttonGroup":"
|
|
2478
|
+
var ButtonGroup_default = {"buttonGroup":"bds101ButtonGroup-buttonGroup","container":"bds101ButtonGroup-container","--variant_card":"bds101ButtonGroup---variant_card","--variant_flow":"bds101ButtonGroup---variant_flow","--variant_modal":"bds101ButtonGroup---variant_modal","--variant_content":"bds101ButtonGroup---variant_content","--variant_grid":"bds101ButtonGroup---variant_grid"};
|
|
2473
2479
|
|
|
2474
2480
|
// src/components/layout/ButtonGroup/ButtonGroup.tsx
|
|
2475
2481
|
import { cn as cn44 } from "@boostdev/design-system-foundation";
|
|
@@ -2487,7 +2493,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
|
|
|
2487
2493
|
}
|
|
2488
2494
|
|
|
2489
2495
|
// src/components/layout/Card/Card.module.css
|
|
2490
|
-
var Card_default = {"card":"
|
|
2496
|
+
var Card_default = {"card":"bds101Card-card","--default":"bds101Card---default","--elevated":"bds101Card---elevated","--outlined":"bds101Card---outlined","--clickable":"bds101Card---clickable","--padding-none":"bds101Card---padding-none","--padding-small":"bds101Card---padding-small","--padding-medium":"bds101Card---padding-medium","--padding-large":"bds101Card---padding-large","--text-start":"bds101Card---text-start","--text-center":"bds101Card---text-center","--text-end":"bds101Card---text-end"};
|
|
2491
2497
|
|
|
2492
2498
|
// src/components/layout/Card/Card.tsx
|
|
2493
2499
|
import { cn as cn45 } from "@boostdev/design-system-foundation";
|
|
@@ -2525,7 +2531,7 @@ function Card({
|
|
|
2525
2531
|
}
|
|
2526
2532
|
|
|
2527
2533
|
// src/components/layout/SectionHeader/SectionHeader.module.css
|
|
2528
|
-
var SectionHeader_default = {"sectionHeader":"
|
|
2534
|
+
var SectionHeader_default = {"sectionHeader":"bds101SectionHeader-sectionHeader","title":"bds101SectionHeader-title","subtitle":"bds101SectionHeader-subtitle","--start":"bds101SectionHeader---start","--center":"bds101SectionHeader---center","--end":"bds101SectionHeader---end","--small":"bds101SectionHeader---small","--medium":"bds101SectionHeader---medium","--large":"bds101SectionHeader---large"};
|
|
2529
2535
|
|
|
2530
2536
|
// src/components/layout/SectionHeader/SectionHeader.tsx
|
|
2531
2537
|
import { cn as cn46 } from "@boostdev/design-system-foundation";
|
|
@@ -2546,7 +2552,7 @@ function SectionHeader({
|
|
|
2546
2552
|
}
|
|
2547
2553
|
|
|
2548
2554
|
// src/components/layout/IconWrapper/IconWrapper.module.css
|
|
2549
|
-
var IconWrapper_default = {"wrapper":"
|
|
2555
|
+
var IconWrapper_default = {"wrapper":"bds101IconWrapper-wrapper"};
|
|
2550
2556
|
|
|
2551
2557
|
// src/components/layout/IconWrapper/IconWrapper.tsx
|
|
2552
2558
|
import { cn as cn47 } from "@boostdev/design-system-foundation";
|