@boostdev/design-system-components 1.2.1 → 1.2.3

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.
Files changed (74) hide show
  1. package/AGENTS.md +26 -0
  2. package/README.md +36 -19
  3. package/dist/client.cjs +141 -120
  4. package/dist/client.css +506 -503
  5. package/dist/client.d.cts +71 -96
  6. package/dist/client.d.ts +71 -96
  7. package/dist/client.js +141 -120
  8. package/dist/index.cjs +141 -120
  9. package/dist/index.css +506 -503
  10. package/dist/index.d.cts +71 -96
  11. package/dist/index.d.ts +71 -96
  12. package/dist/index.js +141 -120
  13. package/package.json +3 -3
  14. package/src/components/interaction/Button/Button.module.css +1 -4
  15. package/src/components/interaction/Command/Command.tsx +4 -3
  16. package/src/components/interaction/Dialog/Dialog.module.css +1 -1
  17. package/src/components/interaction/Dialog/Dialog.tsx +4 -5
  18. package/src/components/interaction/Drawer/Drawer.module.css +1 -1
  19. package/src/components/interaction/Drawer/Drawer.spec.tsx +3 -3
  20. package/src/components/interaction/Drawer/Drawer.tsx +4 -7
  21. package/src/components/interaction/DropdownMenu/DropdownMenu.module.css +4 -0
  22. package/src/components/interaction/DropdownMenu/DropdownMenu.stories.tsx +4 -4
  23. package/src/components/interaction/DropdownMenu/DropdownMenu.tsx +4 -2
  24. package/src/components/interaction/Popover/Popover.tsx +4 -3
  25. package/src/components/interaction/Rating/Rating.tsx +4 -2
  26. package/src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx +4 -6
  27. package/src/components/interaction/form/Combobox/Combobox.module.css +1 -1
  28. package/src/components/interaction/form/Combobox/Combobox.tsx +4 -2
  29. package/src/components/interaction/form/FileInput/FileInput.tsx +4 -3
  30. package/src/components/interaction/form/FormInput/FormInput.module.css +1 -1
  31. package/src/components/interaction/form/NumberInput/NumberInput.module.css +1 -1
  32. package/src/components/interaction/form/NumberInput/NumberInput.tsx +4 -3
  33. package/src/components/interaction/form/RadioGroup/RadioGroup.tsx +4 -6
  34. package/src/components/interaction/form/SegmentedControl/SegmentedControl.module.css +5 -5
  35. package/src/components/interaction/form/SegmentedControl/SegmentedControl.tsx +4 -6
  36. package/src/components/interaction/form/Select/Select.module.css +1 -1
  37. package/src/components/interaction/form/Slider/Slider.module.css +4 -4
  38. package/src/components/interaction/form/Switch/Switch.module.css +3 -3
  39. package/src/components/interaction/form/atoms/InputContainer.tsx +2 -2
  40. package/src/components/layout/ButtonGroup/ButtonGroup.tsx +4 -6
  41. package/src/components/layout/Card/Card.tsx +4 -10
  42. package/src/components/layout/IconWrapper/IconWrapper.module.css +1 -1
  43. package/src/components/layout/IconWrapper/IconWrapper.tsx +4 -5
  44. package/src/components/layout/SectionHeader/SectionHeader.tsx +5 -4
  45. package/src/components/ui/Accordion/Accordion.tsx +4 -3
  46. package/src/components/ui/Alert/Alert.module.css +1 -1
  47. package/src/components/ui/Alert/Alert.tsx +4 -3
  48. package/src/components/ui/Avatar/Avatar.module.css +1 -1
  49. package/src/components/ui/Avatar/Avatar.tsx +5 -3
  50. package/src/components/ui/Badge/Badge.module.css +1 -1
  51. package/src/components/ui/Badge/Badge.tsx +4 -5
  52. package/src/components/ui/Breadcrumb/Breadcrumb.tsx +4 -3
  53. package/src/components/ui/Calendar/Calendar.module.css +2 -2
  54. package/src/components/ui/Calendar/Calendar.tsx +4 -4
  55. package/src/components/ui/Carousel/Carousel.module.css +1 -1
  56. package/src/components/ui/Carousel/Carousel.tsx +4 -4
  57. package/src/components/ui/DescriptionList/DescriptionList.tsx +4 -4
  58. package/src/components/ui/Loading/Loading.module.css +1 -1
  59. package/src/components/ui/Loading/Loading.tsx +4 -3
  60. package/src/components/ui/NotificationBanner/NotificationBanner.module.css +1 -1
  61. package/src/components/ui/NotificationBanner/NotificationBanner.tsx +4 -2
  62. package/src/components/ui/Pagination/Pagination.module.css +5 -1
  63. package/src/components/ui/Pagination/Pagination.tsx +4 -2
  64. package/src/components/ui/Progress/Progress.module.css +2 -2
  65. package/src/components/ui/Progress/Progress.tsx +4 -2
  66. package/src/components/ui/ProgressCircle/ProgressCircle.tsx +4 -1
  67. package/src/components/ui/Separator/Separator.tsx +5 -3
  68. package/src/components/ui/Skeleton/Skeleton.tsx +4 -3
  69. package/src/components/ui/SkipLink/SkipLink.tsx +4 -5
  70. package/src/components/ui/Tabs/Tabs.tsx +4 -4
  71. package/src/components/ui/Tooltip/Tooltip.module.css +1 -1
  72. package/src/components/ui/Tooltip/Tooltip.tsx +4 -2
  73. package/src/components/ui/Typography/Typography.tsx +4 -5
  74. package/src/stories/DesignSystem/Grid.mdx +2 -0
package/dist/index.cjs CHANGED
@@ -86,7 +86,7 @@ module.exports = __toCommonJS(index_exports);
86
86
  var import_react = require("react");
87
87
 
88
88
  // src/components/ui/Accordion/Accordion.module.css
89
- var Accordion_default = {"accordion":"bds121Accordion-accordion","item":"bds121Accordion-item","heading":"bds121Accordion-heading","trigger":"bds121Accordion-trigger","triggerLabel":"bds121Accordion-triggerLabel","chevron":"bds121Accordion-chevron","--open":"bds121Accordion---open","panel":"bds121Accordion-panel","panelContent":"bds121Accordion-panelContent"};
89
+ var Accordion_default = {"accordion":"bds123Accordion-accordion","item":"bds123Accordion-item","heading":"bds123Accordion-heading","trigger":"bds123Accordion-trigger","triggerLabel":"bds123Accordion-triggerLabel","chevron":"bds123Accordion-chevron","--open":"bds123Accordion---open","panel":"bds123Accordion-panel","panelContent":"bds123Accordion-panelContent"};
90
90
 
91
91
  // src/components/ui/Accordion/Accordion.tsx
92
92
  var import_design_system_foundation = require("@boostdev/design-system-foundation");
@@ -95,7 +95,8 @@ function Accordion({
95
95
  items,
96
96
  allowMultiple = false,
97
97
  defaultOpen = [],
98
- className
98
+ className,
99
+ ...rest
99
100
  }) {
100
101
  const baseId = (0, import_react.useId)();
101
102
  const [openIds, setOpenIds] = (0, import_react.useState)(defaultOpen);
@@ -106,7 +107,7 @@ function Accordion({
106
107
  return allowMultiple ? [...prev, id] : [id];
107
108
  });
108
109
  };
109
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: (0, import_design_system_foundation.cn)(Accordion_default.accordion, className), children: items.map((item) => {
110
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { ...rest, className: (0, import_design_system_foundation.cn)(Accordion_default.accordion, className), children: items.map((item) => {
110
111
  const isOpen = openIds.includes(item.id);
111
112
  const triggerId = `${baseId}-trigger-${item.id}`;
112
113
  const panelId = `${baseId}-panel-${item.id}`;
@@ -154,7 +155,7 @@ function Accordion({
154
155
  }
155
156
 
156
157
  // src/components/ui/Alert/Alert.module.css
157
- var Alert_default = {"alert":"bds121Alert-alert","--variant_info":"bds121Alert---variant_info","--variant_success":"bds121Alert---variant_success","--variant_warning":"bds121Alert---variant_warning","--variant_error":"bds121Alert---variant_error","icon":"bds121Alert-icon","content":"bds121Alert-content","title":"bds121Alert-title","dismiss":"bds121Alert-dismiss"};
158
+ var Alert_default = {"alert":"bds123Alert-alert","--variant_info":"bds123Alert---variant_info","--variant_success":"bds123Alert---variant_success","--variant_warning":"bds123Alert---variant_warning","--variant_error":"bds123Alert---variant_error","icon":"bds123Alert-icon","content":"bds123Alert-content","title":"bds123Alert-title","dismiss":"bds123Alert-dismiss"};
158
159
 
159
160
  // src/components/ui/Alert/Alert.tsx
160
161
  var import_design_system_foundation2 = require("@boostdev/design-system-foundation");
@@ -165,12 +166,14 @@ function Alert({
165
166
  title,
166
167
  children,
167
168
  onDismiss,
168
- className
169
+ className,
170
+ ...rest
169
171
  }) {
170
172
  const isUrgent = variant === "error" || variant === "warning";
171
173
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
172
174
  "div",
173
175
  {
176
+ ...rest,
174
177
  role: isUrgent ? "alert" : "status",
175
178
  "aria-live": isUrgent ? "assertive" : "polite",
176
179
  "aria-atomic": "true",
@@ -197,7 +200,7 @@ function Alert({
197
200
  }
198
201
 
199
202
  // src/components/ui/Avatar/Avatar.module.css
200
- var Avatar_default = {"avatar":"bds121Avatar-avatar","--fallback":"bds121Avatar---fallback","--size_small":"bds121Avatar---size_small","--size_medium":"bds121Avatar---size_medium","--size_large":"bds121Avatar---size_large","image":"bds121Avatar-image","initials":"bds121Avatar-initials"};
203
+ var Avatar_default = {"avatar":"bds123Avatar-avatar","--fallback":"bds123Avatar---fallback","--size_small":"bds123Avatar---size_small","--size_medium":"bds123Avatar---size_medium","--size_large":"bds123Avatar---size_large","image":"bds123Avatar-image","initials":"bds123Avatar-initials"};
201
204
 
202
205
  // src/components/ui/Avatar/Avatar.tsx
203
206
  var import_design_system_foundation3 = require("@boostdev/design-system-foundation");
@@ -205,15 +208,16 @@ var import_jsx_runtime3 = require("react/jsx-runtime");
205
208
  function getInitials(name) {
206
209
  return name.split(" ").filter(Boolean).slice(0, 2).map((word) => word[0].toUpperCase()).join("");
207
210
  }
208
- function Avatar({ src, alt, name, size = "medium", className }) {
211
+ function Avatar({ src, alt, name, size = "medium", className, ...rest }) {
209
212
  const sizeClass = Avatar_default[`--size_${size}`];
210
213
  if (src) {
211
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { className: (0, import_design_system_foundation3.cn)(Avatar_default.avatar, sizeClass, className), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("img", { src, alt: alt ?? name ?? "User avatar", className: Avatar_default.image }) });
214
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("span", { ...rest, className: (0, import_design_system_foundation3.cn)(Avatar_default.avatar, sizeClass, className), children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("img", { src, alt: alt ?? name ?? "User avatar", className: Avatar_default.image }) });
212
215
  }
213
216
  const initials = name ? getInitials(name) : "";
214
217
  return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
215
218
  "span",
216
219
  {
220
+ ...rest,
217
221
  role: "img",
218
222
  "aria-label": name ?? "User avatar",
219
223
  className: (0, import_design_system_foundation3.cn)(Avatar_default.avatar, Avatar_default["--fallback"], sizeClass, className),
@@ -223,23 +227,23 @@ function Avatar({ src, alt, name, size = "medium", className }) {
223
227
  }
224
228
 
225
229
  // src/components/ui/Badge/Badge.module.css
226
- var Badge_default = {"badge":"bds121Badge-badge","--variant_primary":"bds121Badge---variant_primary","--variant_secondary":"bds121Badge---variant_secondary","--variant_success":"bds121Badge---variant_success","--variant_error":"bds121Badge---variant_error","--variant_warning":"bds121Badge---variant_warning"};
230
+ var Badge_default = {"badge":"bds123Badge-badge","--variant_primary":"bds123Badge---variant_primary","--variant_secondary":"bds123Badge---variant_secondary","--variant_success":"bds123Badge---variant_success","--variant_error":"bds123Badge---variant_error","--variant_warning":"bds123Badge---variant_warning"};
227
231
 
228
232
  // src/components/ui/Badge/Badge.tsx
229
233
  var import_design_system_foundation4 = require("@boostdev/design-system-foundation");
230
234
  var import_jsx_runtime4 = require("react/jsx-runtime");
231
- function Badge({ children, variant = "primary", className }) {
232
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: (0, import_design_system_foundation4.cn)(Badge_default.badge, Badge_default[`--variant_${variant}`], className), children });
235
+ function Badge({ children, variant = "primary", className, ...rest }) {
236
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { ...rest, className: (0, import_design_system_foundation4.cn)(Badge_default.badge, Badge_default[`--variant_${variant}`], className), children });
233
237
  }
234
238
 
235
239
  // src/components/ui/Breadcrumb/Breadcrumb.module.css
236
- var Breadcrumb_default = {"breadcrumb":"bds121Breadcrumb-breadcrumb","list":"bds121Breadcrumb-list","item":"bds121Breadcrumb-item","link":"bds121Breadcrumb-link","separator":"bds121Breadcrumb-separator","current":"bds121Breadcrumb-current"};
240
+ var Breadcrumb_default = {"breadcrumb":"bds123Breadcrumb-breadcrumb","list":"bds123Breadcrumb-list","item":"bds123Breadcrumb-item","link":"bds123Breadcrumb-link","separator":"bds123Breadcrumb-separator","current":"bds123Breadcrumb-current"};
237
241
 
238
242
  // src/components/ui/Breadcrumb/Breadcrumb.tsx
239
243
  var import_design_system_foundation5 = require("@boostdev/design-system-foundation");
240
244
  var import_jsx_runtime5 = require("react/jsx-runtime");
241
- function Breadcrumb({ items, className }) {
242
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("nav", { "aria-label": "Breadcrumb", className: (0, import_design_system_foundation5.cn)(Breadcrumb_default.breadcrumb, className), children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("ol", { className: Breadcrumb_default.list, children: items.map((item, index) => {
245
+ function Breadcrumb({ items, className, ...rest }) {
246
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("nav", { ...rest, "aria-label": "Breadcrumb", className: (0, import_design_system_foundation5.cn)(Breadcrumb_default.breadcrumb, className), children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("ol", { className: Breadcrumb_default.list, children: items.map((item, index) => {
243
247
  const isLast = index === items.length - 1;
244
248
  return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("li", { className: Breadcrumb_default.item, children: isLast ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { "aria-current": "page", className: Breadcrumb_default.current, children: item.label }) : /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
245
249
  /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("a", { href: item.href, className: Breadcrumb_default.link, children: item.label }),
@@ -249,7 +253,7 @@ function Breadcrumb({ items, className }) {
249
253
  }
250
254
 
251
255
  // src/components/ui/Collapsible/Collapsible.module.css
252
- var Collapsible_default = {"collapsible":"bds121Collapsible-collapsible","summary":"bds121Collapsible-summary","summaryContent":"bds121Collapsible-summaryContent","icon":"bds121Collapsible-icon","content":"bds121Collapsible-content"};
256
+ var Collapsible_default = {"collapsible":"bds123Collapsible-collapsible","summary":"bds123Collapsible-summary","summaryContent":"bds123Collapsible-summaryContent","icon":"bds123Collapsible-icon","content":"bds123Collapsible-content"};
253
257
 
254
258
  // src/components/ui/Collapsible/Collapsible.tsx
255
259
  var import_design_system_foundation6 = require("@boostdev/design-system-foundation");
@@ -290,7 +294,7 @@ function Collapsible({
290
294
  var import_react2 = require("react");
291
295
 
292
296
  // src/components/ui/Calendar/Calendar.module.css
293
- var Calendar_default = {"calendar":"bds121Calendar-calendar","header":"bds121Calendar-header","monthYear":"bds121Calendar-monthYear","navBtn":"bds121Calendar-navBtn","grid":"bds121Calendar-grid","weekday":"bds121Calendar-weekday","empty":"bds121Calendar-empty","day":"bds121Calendar-day","disabled":"bds121Calendar-disabled","selected":"bds121Calendar-selected","today":"bds121Calendar-today"};
297
+ var Calendar_default = {"calendar":"bds123Calendar-calendar","header":"bds123Calendar-header","monthYear":"bds123Calendar-monthYear","navBtn":"bds123Calendar-navBtn","grid":"bds123Calendar-grid","weekday":"bds123Calendar-weekday","empty":"bds123Calendar-empty","day":"bds123Calendar-day","disabled":"bds123Calendar-disabled","selected":"bds123Calendar-selected","today":"bds123Calendar-today"};
294
298
 
295
299
  // src/components/ui/Calendar/Calendar.tsx
296
300
  var import_design_system_foundation7 = require("@boostdev/design-system-foundation");
@@ -336,7 +340,7 @@ function getDaysInMonth(year, month) {
336
340
  function getFirstDayOfMonth(year, month) {
337
341
  return new Date(year, month, 1).getDay();
338
342
  }
339
- function Calendar({ value, defaultValue, min, max, onChange, className }) {
343
+ function Calendar({ value, defaultValue, min, max, onChange, className, ...rest }) {
340
344
  const today = /* @__PURE__ */ new Date();
341
345
  const controlled = value !== void 0;
342
346
  const [internal, setInternal] = (0, import_react2.useState)(defaultValue);
@@ -390,7 +394,7 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
390
394
  ...Array.from({ length: daysInMonth }, (_, i) => ({ day: i + 1 }))
391
395
  ];
392
396
  while (cells.length % 7 !== 0) cells.push(null);
393
- return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: (0, import_design_system_foundation7.cn)(Calendar_default.calendar, className), role: "group", "aria-labelledby": titleId, children: [
397
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { ...rest, className: (0, import_design_system_foundation7.cn)(Calendar_default.calendar, className), role: "group", "aria-labelledby": titleId, children: [
394
398
  /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: Calendar_default.header, children: [
395
399
  /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
396
400
  "button",
@@ -465,12 +469,12 @@ function Calendar({ value, defaultValue, min, max, onChange, className }) {
465
469
  var import_react3 = require("react");
466
470
 
467
471
  // src/components/ui/Carousel/Carousel.module.css
468
- var Carousel_default = {"carousel":"bds121Carousel-carousel","track":"bds121Carousel-track","slide":"bds121Carousel-slide","navBtn":"bds121Carousel-navBtn"};
472
+ var Carousel_default = {"carousel":"bds123Carousel-carousel","track":"bds123Carousel-track","slide":"bds123Carousel-slide","navBtn":"bds123Carousel-navBtn"};
469
473
 
470
474
  // src/components/ui/Carousel/Carousel.tsx
471
475
  var import_design_system_foundation8 = require("@boostdev/design-system-foundation");
472
476
  var import_jsx_runtime8 = require("react/jsx-runtime");
473
- function Carousel({ items, label, className }) {
477
+ function Carousel({ items, label, className, ...rest }) {
474
478
  const trackRef = (0, import_react3.useRef)(null);
475
479
  const listId = (0, import_react3.useId)();
476
480
  const scroll = (direction) => {
@@ -481,7 +485,7 @@ function Carousel({ items, label, className }) {
481
485
  behavior: "smooth"
482
486
  });
483
487
  };
484
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("section", { "aria-label": label, className: (0, import_design_system_foundation8.cn)(Carousel_default.carousel, className), children: [
488
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("section", { ...rest, "aria-label": label, className: (0, import_design_system_foundation8.cn)(Carousel_default.carousel, className), children: [
485
489
  /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
486
490
  "button",
487
491
  {
@@ -518,20 +522,20 @@ function Carousel({ items, label, className }) {
518
522
  }
519
523
 
520
524
  // src/components/ui/DescriptionList/DescriptionList.module.css
521
- var DescriptionList_default = {"list":"bds121DescriptionList-list","group":"bds121DescriptionList-group","term":"bds121DescriptionList-term","details":"bds121DescriptionList-details","--layout_inline":"bds121DescriptionList---layout_inline"};
525
+ var DescriptionList_default = {"list":"bds123DescriptionList-list","group":"bds123DescriptionList-group","term":"bds123DescriptionList-term","details":"bds123DescriptionList-details","--layout_inline":"bds123DescriptionList---layout_inline"};
522
526
 
523
527
  // src/components/ui/DescriptionList/DescriptionList.tsx
524
528
  var import_design_system_foundation9 = require("@boostdev/design-system-foundation");
525
529
  var import_jsx_runtime9 = require("react/jsx-runtime");
526
- function DescriptionList({ items, layout = "stacked", className }) {
527
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("dl", { className: (0, import_design_system_foundation9.cn)(DescriptionList_default.list, DescriptionList_default[`--layout_${layout}`], className), children: items.map((item, i) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: DescriptionList_default.group, children: [
530
+ function DescriptionList({ items, layout = "stacked", className, ...rest }) {
531
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("dl", { ...rest, className: (0, import_design_system_foundation9.cn)(DescriptionList_default.list, DescriptionList_default[`--layout_${layout}`], className), children: items.map((item, i) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: DescriptionList_default.group, children: [
528
532
  /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("dt", { className: DescriptionList_default.term, children: item.term }),
529
533
  Array.isArray(item.details) ? item.details.map((d, j) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("dd", { className: DescriptionList_default.details, children: d }, j)) : /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("dd", { className: DescriptionList_default.details, children: item.details })
530
534
  ] }, i)) });
531
535
  }
532
536
 
533
537
  // src/components/ui/Link/Link.module.css
534
- var Link_default = {"link":"bds121Link-link","--variant_default":"bds121Link---variant_default","--variant_subtle":"bds121Link---variant_subtle","--variant_standalone":"bds121Link---variant_standalone","externalLabel":"bds121Link-externalLabel"};
538
+ var Link_default = {"link":"bds123Link-link","--variant_default":"bds123Link---variant_default","--variant_subtle":"bds123Link---variant_subtle","--variant_standalone":"bds123Link---variant_standalone","externalLabel":"bds123Link-externalLabel"};
535
539
 
536
540
  // src/components/ui/Link/Link.tsx
537
541
  var import_design_system_foundation10 = require("@boostdev/design-system-foundation");
@@ -562,17 +566,17 @@ function Link({
562
566
  }
563
567
 
564
568
  // src/components/ui/Loading/Loading.module.css
565
- var Loading_default = {"loading":"bds121Loading-loading","spinner":"bds121Loading-spinner","--size_small":"bds121Loading---size_small","--size_large":"bds121Loading---size_large"};
569
+ var Loading_default = {"loading":"bds123Loading-loading","spinner":"bds123Loading-spinner","--size_small":"bds123Loading---size_small","--size_large":"bds123Loading---size_large"};
566
570
 
567
571
  // src/components/ui/Loading/Loading.tsx
568
572
  var import_design_system_foundation11 = require("@boostdev/design-system-foundation");
569
573
  var import_jsx_runtime11 = require("react/jsx-runtime");
570
- function Loading({ size = "medium", className }) {
571
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: (0, import_design_system_foundation11.cn)(Loading_default.loading, Loading_default[`--size_${size}`], className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: Loading_default.spinner, role: "status", "aria-label": "Loading" }) });
574
+ function Loading({ size = "medium", className, ...rest }) {
575
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { ...rest, className: (0, import_design_system_foundation11.cn)(Loading_default.loading, Loading_default[`--size_${size}`], className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: Loading_default.spinner, role: "status", "aria-label": "Loading" }) });
572
576
  }
573
577
 
574
578
  // src/components/ui/NotificationBanner/NotificationBanner.module.css
575
- var NotificationBanner_default = {"banner":"bds121NotificationBanner-banner","--variant_info":"bds121NotificationBanner---variant_info","--variant_success":"bds121NotificationBanner---variant_success","--variant_warning":"bds121NotificationBanner---variant_warning","--variant_error":"bds121NotificationBanner---variant_error","content":"bds121NotificationBanner-content","action":"bds121NotificationBanner-action","dismiss":"bds121NotificationBanner-dismiss"};
579
+ var NotificationBanner_default = {"banner":"bds123NotificationBanner-banner","--variant_info":"bds123NotificationBanner---variant_info","--variant_success":"bds123NotificationBanner---variant_success","--variant_warning":"bds123NotificationBanner---variant_warning","--variant_error":"bds123NotificationBanner---variant_error","content":"bds123NotificationBanner-content","action":"bds123NotificationBanner-action","dismiss":"bds123NotificationBanner-dismiss"};
576
580
 
577
581
  // src/components/ui/NotificationBanner/NotificationBanner.tsx
578
582
  var import_design_system_foundation12 = require("@boostdev/design-system-foundation");
@@ -582,12 +586,14 @@ function NotificationBanner({
582
586
  children,
583
587
  action,
584
588
  onDismiss,
585
- className
589
+ className,
590
+ ...rest
586
591
  }) {
587
592
  const isUrgent = variant === "error" || variant === "warning";
588
593
  return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
589
594
  "div",
590
595
  {
596
+ ...rest,
591
597
  role: isUrgent ? "alert" : "status",
592
598
  "aria-live": isUrgent ? "assertive" : "polite",
593
599
  "aria-atomic": "true",
@@ -611,7 +617,7 @@ function NotificationBanner({
611
617
  }
612
618
 
613
619
  // src/components/ui/Pagination/Pagination.module.css
614
- var Pagination_default = {"pagination":"bds121Pagination-pagination","list":"bds121Pagination-list","button":"bds121Pagination-button","--active":"bds121Pagination---active","--nav":"bds121Pagination---nav","ellipsis":"bds121Pagination-ellipsis"};
620
+ var Pagination_default = {"pagination":"bds123Pagination-pagination","list":"bds123Pagination-list","button":"bds123Pagination-button","--active":"bds123Pagination---active","--nav":"bds123Pagination---nav","ellipsis":"bds123Pagination-ellipsis"};
615
621
 
616
622
  // src/components/ui/Pagination/Pagination.tsx
617
623
  var import_design_system_foundation13 = require("@boostdev/design-system-foundation");
@@ -632,10 +638,11 @@ function Pagination({
632
638
  currentPage,
633
639
  totalPages,
634
640
  onPageChange,
635
- className
641
+ className,
642
+ ...rest
636
643
  }) {
637
644
  const pages = getPageRange(currentPage, totalPages);
638
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("nav", { "aria-label": "Pagination", className: (0, import_design_system_foundation13.cn)(Pagination_default.pagination, className), children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("ul", { className: Pagination_default.list, children: [
645
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("nav", { ...rest, "aria-label": "Pagination", className: (0, import_design_system_foundation13.cn)(Pagination_default.pagination, className), children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("ul", { className: Pagination_default.list, children: [
639
646
  /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
640
647
  "button",
641
648
  {
@@ -675,7 +682,7 @@ function Pagination({
675
682
  }
676
683
 
677
684
  // src/components/ui/Progress/Progress.module.css
678
- var Progress_default = {"container":"bds121Progress-container","labelRow":"bds121Progress-labelRow","value":"bds121Progress-value","track":"bds121Progress-track","--size_small":"bds121Progress---size_small","--size_medium":"bds121Progress---size_medium","--size_large":"bds121Progress---size_large","fill":"bds121Progress-fill"};
685
+ var Progress_default = {"container":"bds123Progress-container","labelRow":"bds123Progress-labelRow","value":"bds123Progress-value","track":"bds123Progress-track","--size_small":"bds123Progress---size_small","--size_medium":"bds123Progress---size_medium","--size_large":"bds123Progress---size_large","fill":"bds123Progress-fill"};
679
686
 
680
687
  // src/components/ui/Progress/Progress.tsx
681
688
  var import_design_system_foundation14 = require("@boostdev/design-system-foundation");
@@ -686,10 +693,11 @@ function Progress({
686
693
  label,
687
694
  showLabel = false,
688
695
  size = "medium",
689
- className
696
+ className,
697
+ ...rest
690
698
  }) {
691
699
  const percentage = Math.min(100, Math.max(0, value / max * 100));
692
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: (0, import_design_system_foundation14.cn)(Progress_default.container, className), children: [
700
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { ...rest, className: (0, import_design_system_foundation14.cn)(Progress_default.container, className), children: [
693
701
  showLabel && /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: Progress_default.labelRow, children: [
694
702
  /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: Progress_default.label, children: label }),
695
703
  /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("span", { className: Progress_default.value, children: [
@@ -713,7 +721,7 @@ function Progress({
713
721
  }
714
722
 
715
723
  // src/components/ui/ProgressCircle/ProgressCircle.module.css
716
- var ProgressCircle_default = {"wrapper":"bds121ProgressCircle-wrapper","svg":"bds121ProgressCircle-svg","track":"bds121ProgressCircle-track","fill":"bds121ProgressCircle-fill","value":"bds121ProgressCircle-value","--size_small":"bds121ProgressCircle---size_small","--size_medium":"bds121ProgressCircle---size_medium","--size_large":"bds121ProgressCircle---size_large"};
724
+ var ProgressCircle_default = {"wrapper":"bds123ProgressCircle-wrapper","svg":"bds123ProgressCircle-svg","track":"bds123ProgressCircle-track","fill":"bds123ProgressCircle-fill","value":"bds123ProgressCircle-value","--size_small":"bds123ProgressCircle---size_small","--size_medium":"bds123ProgressCircle---size_medium","--size_large":"bds123ProgressCircle---size_large"};
717
725
 
718
726
  // src/components/ui/ProgressCircle/ProgressCircle.tsx
719
727
  var import_design_system_foundation15 = require("@boostdev/design-system-foundation");
@@ -726,7 +734,8 @@ function ProgressCircle({
726
734
  label,
727
735
  showValue = false,
728
736
  size = "medium",
729
- className
737
+ className,
738
+ ...rest
730
739
  }) {
731
740
  const percentage = Math.min(100, Math.max(0, value / max * 100));
732
741
  const px = SIZE_PX[size];
@@ -737,6 +746,7 @@ function ProgressCircle({
737
746
  return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
738
747
  "div",
739
748
  {
749
+ ...rest,
740
750
  role: "progressbar",
741
751
  "aria-label": label,
742
752
  "aria-valuenow": value,
@@ -792,49 +802,50 @@ function ProgressCircle({
792
802
  }
793
803
 
794
804
  // src/components/ui/Separator/Separator.module.css
795
- var Separator_default = {"separator":"bds121Separator-separator","--horizontal":"bds121Separator---horizontal","--vertical":"bds121Separator---vertical"};
805
+ var Separator_default = {"separator":"bds123Separator-separator","--horizontal":"bds123Separator---horizontal","--vertical":"bds123Separator---vertical"};
796
806
 
797
807
  // src/components/ui/Separator/Separator.tsx
798
808
  var import_design_system_foundation16 = require("@boostdev/design-system-foundation");
799
809
  var import_jsx_runtime16 = require("react/jsx-runtime");
800
- function Separator({ orientation = "horizontal", className }) {
810
+ function Separator({ orientation = "horizontal", className, ...rest }) {
801
811
  if (orientation === "vertical") {
802
812
  return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
803
813
  "div",
804
814
  {
815
+ ...rest,
805
816
  role: "separator",
806
817
  "aria-orientation": "vertical",
807
818
  className: (0, import_design_system_foundation16.cn)(Separator_default.separator, Separator_default["--vertical"], className)
808
819
  }
809
820
  );
810
821
  }
811
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("hr", { "aria-orientation": "horizontal", className: (0, import_design_system_foundation16.cn)(Separator_default.separator, Separator_default["--horizontal"], className) });
822
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("hr", { ...rest, "aria-orientation": "horizontal", className: (0, import_design_system_foundation16.cn)(Separator_default.separator, Separator_default["--horizontal"], className) });
812
823
  }
813
824
 
814
825
  // src/components/ui/Skeleton/Skeleton.tsx
815
826
  var import_design_system_foundation17 = require("@boostdev/design-system-foundation");
816
827
 
817
828
  // src/components/ui/Skeleton/Skeleton.module.css
818
- var Skeleton_default = {"skeleton":"bds121Skeleton-skeleton"};
829
+ var Skeleton_default = {"skeleton":"bds123Skeleton-skeleton"};
819
830
 
820
831
  // src/components/ui/Skeleton/Skeleton.tsx
821
832
  var import_jsx_runtime17 = require("react/jsx-runtime");
822
- function Skeleton({ className }) {
823
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { "aria-hidden": "true", className: (0, import_design_system_foundation17.cn)(Skeleton_default.skeleton, className) });
833
+ function Skeleton({ className, ...rest }) {
834
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("div", { ...rest, "aria-hidden": "true", className: (0, import_design_system_foundation17.cn)(Skeleton_default.skeleton, className) });
824
835
  }
825
836
 
826
837
  // src/components/ui/SkipLink/SkipLink.module.css
827
- var SkipLink_default = {"skipLink":"bds121SkipLink-skipLink"};
838
+ var SkipLink_default = {"skipLink":"bds123SkipLink-skipLink"};
828
839
 
829
840
  // src/components/ui/SkipLink/SkipLink.tsx
830
841
  var import_design_system_foundation18 = require("@boostdev/design-system-foundation");
831
842
  var import_jsx_runtime18 = require("react/jsx-runtime");
832
- function SkipLink({ href = "#main", children = "Skip to main content", className }) {
833
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("a", { href, className: (0, import_design_system_foundation18.cn)(SkipLink_default.skipLink, className), children });
843
+ function SkipLink({ href = "#main", children = "Skip to main content", className, ...rest }) {
844
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("a", { ...rest, href, className: (0, import_design_system_foundation18.cn)(SkipLink_default.skipLink, className), children });
834
845
  }
835
846
 
836
847
  // src/components/ui/Table/Table.module.css
837
- var Table_default = {"wrapper":"bds121Table-wrapper","table":"bds121Table-table","caption":"bds121Table-caption","thead":"bds121Table-thead","th":"bds121Table-th","--sortable":"bds121Table---sortable","sortButton":"bds121Table-sortButton","sortIcon":"bds121Table-sortIcon","--sort-active":"bds121Table---sort-active","--sort-desc":"bds121Table---sort-desc","tbody":"bds121Table-tbody","tr":"bds121Table-tr","td":"bds121Table-td"};
848
+ var Table_default = {"wrapper":"bds123Table-wrapper","table":"bds123Table-table","caption":"bds123Table-caption","thead":"bds123Table-thead","th":"bds123Table-th","--sortable":"bds123Table---sortable","sortButton":"bds123Table-sortButton","sortIcon":"bds123Table-sortIcon","--sort-active":"bds123Table---sort-active","--sort-desc":"bds123Table---sort-desc","tbody":"bds123Table-tbody","tr":"bds123Table-tr","td":"bds123Table-td"};
838
849
 
839
850
  // src/components/ui/Table/Table.tsx
840
851
  var import_design_system_foundation19 = require("@boostdev/design-system-foundation");
@@ -904,12 +915,12 @@ function Table({
904
915
  var import_react4 = require("react");
905
916
 
906
917
  // src/components/ui/Tabs/Tabs.module.css
907
- var Tabs_default = {"tabs":"bds121Tabs-tabs","tabList":"bds121Tabs-tabList","tab":"bds121Tabs-tab","--active":"bds121Tabs---active","panel":"bds121Tabs-panel"};
918
+ var Tabs_default = {"tabs":"bds123Tabs-tabs","tabList":"bds123Tabs-tabList","tab":"bds123Tabs-tab","--active":"bds123Tabs---active","panel":"bds123Tabs-panel"};
908
919
 
909
920
  // src/components/ui/Tabs/Tabs.tsx
910
921
  var import_design_system_foundation20 = require("@boostdev/design-system-foundation");
911
922
  var import_jsx_runtime20 = require("react/jsx-runtime");
912
- function Tabs({ tabs, defaultTab, className }) {
923
+ function Tabs({ tabs, defaultTab, className, ...rest }) {
913
924
  const baseId = (0, import_react4.useId)();
914
925
  const [activeTab, setActiveTab] = (0, import_react4.useState)(defaultTab ?? tabs[0]?.id);
915
926
  const tabRefs = (0, import_react4.useRef)([]);
@@ -934,7 +945,7 @@ function Tabs({ tabs, defaultTab, className }) {
934
945
  focusAt(enabledIndexes[enabledIndexes.length - 1]);
935
946
  }
936
947
  };
937
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: (0, import_design_system_foundation20.cn)(Tabs_default.tabs, className), children: [
948
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { ...rest, className: (0, import_design_system_foundation20.cn)(Tabs_default.tabs, className), children: [
938
949
  /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { role: "tablist", className: Tabs_default.tabList, children: tabs.map((tab, i) => {
939
950
  const tabId = `${baseId}-tab-${tab.id}`;
940
951
  const panelId = `${baseId}-panel-${tab.id}`;
@@ -984,7 +995,7 @@ function Tabs({ tabs, defaultTab, className }) {
984
995
  var import_react5 = require("react");
985
996
 
986
997
  // src/components/ui/Tooltip/Tooltip.module.css
987
- var Tooltip_default = {"wrapper":"bds121Tooltip-wrapper","tooltip":"bds121Tooltip-tooltip","--placement_top":"bds121Tooltip---placement_top","--placement_bottom":"bds121Tooltip---placement_bottom","--placement_left":"bds121Tooltip---placement_left","--placement_right":"bds121Tooltip---placement_right"};
998
+ var Tooltip_default = {"wrapper":"bds123Tooltip-wrapper","tooltip":"bds123Tooltip-tooltip","--placement_top":"bds123Tooltip---placement_top","--placement_bottom":"bds123Tooltip---placement_bottom","--placement_left":"bds123Tooltip---placement_left","--placement_right":"bds123Tooltip---placement_right"};
988
999
 
989
1000
  // src/components/ui/Tooltip/Tooltip.tsx
990
1001
  var import_design_system_foundation21 = require("@boostdev/design-system-foundation");
@@ -993,7 +1004,8 @@ function Tooltip({
993
1004
  content,
994
1005
  placement = "top",
995
1006
  children,
996
- className
1007
+ className,
1008
+ ...rest
997
1009
  }) {
998
1010
  const tooltipId = (0, import_react5.useId)();
999
1011
  const [isVisible, setIsVisible] = (0, import_react5.useState)(false);
@@ -1003,6 +1015,7 @@ function Tooltip({
1003
1015
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
1004
1016
  "span",
1005
1017
  {
1018
+ ...rest,
1006
1019
  className: (0, import_design_system_foundation21.cn)(Tooltip_default.wrapper, className),
1007
1020
  onMouseEnter: () => setIsVisible(true),
1008
1021
  onMouseLeave: () => setIsVisible(false),
@@ -1026,7 +1039,7 @@ function Tooltip({
1026
1039
  }
1027
1040
 
1028
1041
  // src/components/ui/Typography/Typography.module.css
1029
- var Typography_default = {"typography":"bds121Typography-typography","--h1":"bds121Typography---h1","--h2":"bds121Typography---h2","--h3":"bds121Typography---h3","--body":"bds121Typography---body","--body_s":"bds121Typography---body_s"};
1042
+ var Typography_default = {"typography":"bds123Typography-typography","--h1":"bds123Typography---h1","--h2":"bds123Typography---h2","--h3":"bds123Typography---h3","--body":"bds123Typography---body","--body_s":"bds123Typography---body_s"};
1030
1043
 
1031
1044
  // src/components/ui/Typography/Typography.tsx
1032
1045
  var import_design_system_foundation22 = require("@boostdev/design-system-foundation");
@@ -1038,13 +1051,13 @@ var variantToElement = {
1038
1051
  body: "p",
1039
1052
  body_s: "p"
1040
1053
  };
1041
- function Typography({ variant = "body", component, children, className }) {
1054
+ function Typography({ variant = "body", component, children, className, ...rest }) {
1042
1055
  const Component = component || variantToElement[variant];
1043
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Component, { className: (0, import_design_system_foundation22.cn)(Typography_default.typography, Typography_default[`--${variant}`], className), children });
1056
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Component, { ...rest, className: (0, import_design_system_foundation22.cn)(Typography_default.typography, Typography_default[`--${variant}`], className), children });
1044
1057
  }
1045
1058
 
1046
1059
  // src/components/interaction/Button/Button.module.css
1047
- var Button_default = {"button":"bds121Button-button","--default":"bds121Button---default","--outline":"bds121Button---outline","--ghost":"bds121Button---ghost","--size_small":"bds121Button---size_small","--size_medium":"bds121Button---size_medium","--size_large":"bds121Button---size_large","--hasPulse":"bds121Button---hasPulse","iconStart":"bds121Button-iconStart","iconEnd":"bds121Button-iconEnd"};
1060
+ var Button_default = {"button":"bds123Button-button","--default":"bds123Button---default","--outline":"bds123Button---outline","--ghost":"bds123Button---ghost","--size_small":"bds123Button---size_small","--size_medium":"bds123Button---size_medium","--size_large":"bds123Button---size_large","--hasPulse":"bds123Button---hasPulse","iconStart":"bds123Button-iconStart","iconEnd":"bds123Button-iconEnd"};
1048
1061
 
1049
1062
  // src/components/interaction/Button/Button.tsx
1050
1063
  var import_design_system_foundation23 = require("@boostdev/design-system-foundation");
@@ -1159,7 +1172,7 @@ function installInvokerCommandsPolyfill() {
1159
1172
  }
1160
1173
 
1161
1174
  // src/components/interaction/Command/Command.module.css
1162
- var Command_default = {"dialog":"bds121Command-dialog","palette":"bds121Command-palette","searchRow":"bds121Command-searchRow","searchIcon":"bds121Command-searchIcon","search":"bds121Command-search","escHint":"bds121Command-escHint","list":"bds121Command-list","groupList":"bds121Command-groupList","group":"bds121Command-group","item":"bds121Command-item","itemActive":"bds121Command-itemActive","itemLabel":"bds121Command-itemLabel","itemDesc":"bds121Command-itemDesc","shortcut":"bds121Command-shortcut","empty":"bds121Command-empty"};
1175
+ var Command_default = {"dialog":"bds123Command-dialog","palette":"bds123Command-palette","searchRow":"bds123Command-searchRow","searchIcon":"bds123Command-searchIcon","search":"bds123Command-search","escHint":"bds123Command-escHint","list":"bds123Command-list","groupList":"bds123Command-groupList","group":"bds123Command-group","item":"bds123Command-item","itemActive":"bds123Command-itemActive","itemLabel":"bds123Command-itemLabel","itemDesc":"bds123Command-itemDesc","shortcut":"bds123Command-shortcut","empty":"bds123Command-empty"};
1163
1176
 
1164
1177
  // src/components/interaction/Command/Command.tsx
1165
1178
  var import_design_system_foundation24 = require("@boostdev/design-system-foundation");
@@ -1172,7 +1185,8 @@ function Command({
1172
1185
  onClose,
1173
1186
  items,
1174
1187
  placeholder = "Search commands\u2026",
1175
- className
1188
+ className,
1189
+ ...rest
1176
1190
  }) {
1177
1191
  const [query, setQuery] = (0, import_react6.useState)("");
1178
1192
  const [activeIndex, setActiveIndex] = (0, import_react6.useState)(0);
@@ -1267,6 +1281,7 @@ function Command({
1267
1281
  return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1268
1282
  "dialog",
1269
1283
  {
1284
+ ...rest,
1270
1285
  ref: dialogRef,
1271
1286
  id: dialogId,
1272
1287
  className: (0, import_design_system_foundation24.cn)(Command_default.dialog, className),
@@ -1334,14 +1349,14 @@ function Command({
1334
1349
  var import_react7 = require("react");
1335
1350
 
1336
1351
  // src/components/interaction/Dialog/Dialog.module.css
1337
- var Dialog_default = {"dialog":"bds121Dialog-dialog","dialogContent":"bds121Dialog-dialogContent","closeButton":"bds121Dialog-closeButton"};
1352
+ var Dialog_default = {"dialog":"bds123Dialog-dialog","dialogContent":"bds123Dialog-dialogContent","closeButton":"bds123Dialog-closeButton"};
1338
1353
 
1339
1354
  // src/components/interaction/Dialog/Dialog.tsx
1340
1355
  var import_design_system_foundation25 = require("@boostdev/design-system-foundation");
1341
1356
  var import_jsx_runtime25 = require("react/jsx-runtime");
1342
1357
  installInvokerCommandsPolyfill();
1343
1358
  var FOCUSABLE_SELECTOR = 'button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])';
1344
- function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClose }) {
1359
+ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClose, ...rest }) {
1345
1360
  const generatedId = (0, import_react7.useId)();
1346
1361
  const id = idProp ?? generatedId;
1347
1362
  const dialogRef = (0, import_react7.useRef)(null);
@@ -1410,6 +1425,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1410
1425
  return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1411
1426
  "dialog",
1412
1427
  {
1428
+ ...rest,
1413
1429
  ref: dialogRef,
1414
1430
  id,
1415
1431
  className: (0, import_design_system_foundation25.cn)(className, Dialog_default.dialog),
@@ -1439,7 +1455,7 @@ function Dialog({ children, id: idProp, isOpen = false, className, onOpen, onClo
1439
1455
  var import_react8 = require("react");
1440
1456
 
1441
1457
  // src/components/interaction/Drawer/Drawer.module.css
1442
- var Drawer_default = {"drawer":"bds121Drawer-drawer","--side_left":"bds121Drawer---side_left","header":"bds121Drawer-header","closeButton":"bds121Drawer-closeButton","body":"bds121Drawer-body"};
1458
+ var Drawer_default = {"drawer":"bds123Drawer-drawer","--side_left":"bds123Drawer---side_left","header":"bds123Drawer-header","closeButton":"bds123Drawer-closeButton","body":"bds123Drawer-body"};
1443
1459
 
1444
1460
  // src/components/interaction/Drawer/Drawer.tsx
1445
1461
  var import_design_system_foundation26 = require("@boostdev/design-system-foundation");
@@ -1453,8 +1469,8 @@ function Drawer({
1453
1469
  title,
1454
1470
  children,
1455
1471
  side = "right",
1456
- ariaLabel,
1457
- className
1472
+ className,
1473
+ ...rest
1458
1474
  }) {
1459
1475
  const generatedId = (0, import_react8.useId)();
1460
1476
  const id = idProp ?? generatedId;
@@ -1508,10 +1524,10 @@ function Drawer({
1508
1524
  return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1509
1525
  "dialog",
1510
1526
  {
1527
+ ...rest,
1511
1528
  ref: dialogRef,
1512
1529
  id,
1513
1530
  className: (0, import_design_system_foundation26.cn)(Drawer_default.drawer, Drawer_default[`--side_${side}`], className),
1514
- "aria-label": ariaLabel,
1515
1531
  "aria-modal": "true",
1516
1532
  onClick: handleClick,
1517
1533
  onCancel: handleCancel,
@@ -1540,7 +1556,7 @@ function Drawer({
1540
1556
  var import_react9 = require("react");
1541
1557
 
1542
1558
  // src/components/interaction/DropdownMenu/DropdownMenu.module.css
1543
- var DropdownMenu_default = {"wrapper":"bds121DropdownMenu-wrapper","menu":"bds121DropdownMenu-menu","--placement_bottom-start":"bds121DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds121DropdownMenu---placement_bottom-end","separator":"bds121DropdownMenu-separator","item":"bds121DropdownMenu-item","icon":"bds121DropdownMenu-icon"};
1559
+ var DropdownMenu_default = {"wrapper":"bds123DropdownMenu-wrapper","menu":"bds123DropdownMenu-menu","--placement_bottom-start":"bds123DropdownMenu---placement_bottom-start","--placement_bottom-end":"bds123DropdownMenu---placement_bottom-end","separator":"bds123DropdownMenu-separator","item":"bds123DropdownMenu-item","icon":"bds123DropdownMenu-icon"};
1544
1560
 
1545
1561
  // src/components/interaction/DropdownMenu/DropdownMenu.tsx
1546
1562
  var import_design_system_foundation27 = require("@boostdev/design-system-foundation");
@@ -1549,7 +1565,8 @@ function DropdownMenu({
1549
1565
  trigger,
1550
1566
  items,
1551
1567
  placement = "bottom-start",
1552
- className
1568
+ className,
1569
+ ...rest
1553
1570
  }) {
1554
1571
  const [isOpen, setIsOpen] = (0, import_react9.useState)(false);
1555
1572
  const containerRef = (0, import_react9.useRef)(null);
@@ -1612,7 +1629,7 @@ function DropdownMenu({
1612
1629
  if (typeof existingOnClick === "function") existingOnClick(e);
1613
1630
  }
1614
1631
  }) : trigger;
1615
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { ref: containerRef, className: (0, import_design_system_foundation27.cn)(DropdownMenu_default.wrapper, className), children: [
1632
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { ...rest, ref: containerRef, className: (0, import_design_system_foundation27.cn)(DropdownMenu_default.wrapper, className), children: [
1616
1633
  triggerEl,
1617
1634
  isOpen && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1618
1635
  "ul",
@@ -1653,7 +1670,7 @@ function DropdownMenu({
1653
1670
  var import_react10 = require("react");
1654
1671
 
1655
1672
  // src/components/interaction/Popover/Popover.module.css
1656
- var Popover_default = {"wrapper":"bds121Popover-wrapper","panel":"bds121Popover-panel","g":"bds121Popover-g"};
1673
+ var Popover_default = {"wrapper":"bds123Popover-wrapper","panel":"bds123Popover-panel","g":"bds123Popover-g"};
1657
1674
 
1658
1675
  // src/components/interaction/Popover/Popover.tsx
1659
1676
  var import_design_system_foundation28 = require("@boostdev/design-system-foundation");
@@ -1668,7 +1685,8 @@ function Popover({
1668
1685
  content,
1669
1686
  placement = "bottom",
1670
1687
  className,
1671
- "aria-label": ariaLabel
1688
+ "aria-label": ariaLabel,
1689
+ ...rest
1672
1690
  }) {
1673
1691
  const [isOpen, setIsOpen] = (0, import_react10.useState)(false);
1674
1692
  const containerRef = (0, import_react10.useRef)(null);
@@ -1717,7 +1735,7 @@ function Popover({
1717
1735
  // avoid a double-toggle when both onClick and invoker fire.
1718
1736
  onClick: children.props.onClick
1719
1737
  }) : children;
1720
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("span", { ref: containerRef, className: (0, import_design_system_foundation28.cn)(Popover_default.wrapper, className), children: [
1738
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("span", { ...rest, ref: containerRef, className: (0, import_design_system_foundation28.cn)(Popover_default.wrapper, className), children: [
1721
1739
  trigger,
1722
1740
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1723
1741
  "div",
@@ -1737,15 +1755,16 @@ function Popover({
1737
1755
  }
1738
1756
 
1739
1757
  // src/components/interaction/Rating/Rating.module.css
1740
- var Rating_default = {"rating":"bds121Rating-rating","star":"bds121Rating-star","--filled":"bds121Rating---filled"};
1758
+ var Rating_default = {"rating":"bds123Rating-rating","star":"bds123Rating-star","--filled":"bds123Rating---filled"};
1741
1759
 
1742
1760
  // src/components/interaction/Rating/Rating.tsx
1743
1761
  var import_design_system_foundation29 = require("@boostdev/design-system-foundation");
1744
1762
  var import_jsx_runtime29 = require("react/jsx-runtime");
1745
- function Rating({ value, max = 5, className }) {
1763
+ function Rating({ value, max = 5, className, ...rest }) {
1746
1764
  return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1747
1765
  "div",
1748
1766
  {
1767
+ ...rest,
1749
1768
  className: (0, import_design_system_foundation29.cn)(Rating_default.rating, className),
1750
1769
  role: "img",
1751
1770
  "aria-label": `${value} out of ${max} stars`,
@@ -1768,7 +1787,7 @@ function Rating({ value, max = 5, className }) {
1768
1787
  var import_react11 = require("react");
1769
1788
 
1770
1789
  // src/components/interaction/Toast/Toast.module.css
1771
- var Toast_default = {"toastContainer":"bds121Toast-toastContainer","toast":"bds121Toast-toast","--variant_success":"bds121Toast---variant_success","--variant_warning":"bds121Toast---variant_warning","--variant_info":"bds121Toast---variant_info","--variant_error":"bds121Toast---variant_error","message":"bds121Toast-message","closeButton":"bds121Toast-closeButton"};
1790
+ var Toast_default = {"toastContainer":"bds123Toast-toastContainer","toast":"bds123Toast-toast","--variant_success":"bds123Toast---variant_success","--variant_warning":"bds123Toast---variant_warning","--variant_info":"bds123Toast---variant_info","--variant_error":"bds123Toast---variant_error","message":"bds123Toast-message","closeButton":"bds123Toast-closeButton"};
1772
1791
 
1773
1792
  // src/components/interaction/Toast/Toast.tsx
1774
1793
  var import_design_system_foundation30 = require("@boostdev/design-system-foundation");
@@ -1841,10 +1860,10 @@ function useToast() {
1841
1860
  var import_react12 = require("react");
1842
1861
 
1843
1862
  // src/components/interaction/form/Checkbox/Checkbox.module.css
1844
- var Checkbox_default = {"checkboxGroup":"bds121Checkbox-checkboxGroup","inputWrapper":"bds121Checkbox-inputWrapper","checkbox":"bds121Checkbox-checkbox","checkboxError":"bds121Checkbox-checkboxError"};
1863
+ var Checkbox_default = {"checkboxGroup":"bds123Checkbox-checkboxGroup","inputWrapper":"bds123Checkbox-inputWrapper","checkbox":"bds123Checkbox-checkbox","checkboxError":"bds123Checkbox-checkboxError"};
1845
1864
 
1846
1865
  // src/components/interaction/form/atoms/Message.module.css
1847
- var Message_default = {"error":"bds121Message-error","hint":"bds121Message-hint"};
1866
+ var Message_default = {"error":"bds123Message-error","hint":"bds123Message-hint"};
1848
1867
 
1849
1868
  // src/components/interaction/form/atoms/Message.tsx
1850
1869
  var import_design_system_foundation31 = require("@boostdev/design-system-foundation");
@@ -1855,7 +1874,7 @@ var Message = ({ message, type, inputId, className }) => {
1855
1874
  };
1856
1875
 
1857
1876
  // src/components/interaction/form/atoms/Label.module.css
1858
- var Label_default = {"label":"bds121Label-label"};
1877
+ var Label_default = {"label":"bds123Label-label"};
1859
1878
 
1860
1879
  // src/components/interaction/form/atoms/Label.tsx
1861
1880
  var import_design_system_foundation32 = require("@boostdev/design-system-foundation");
@@ -1868,13 +1887,13 @@ var Label = ({ label, id, className }) => {
1868
1887
  var import_design_system_foundation34 = require("@boostdev/design-system-foundation");
1869
1888
 
1870
1889
  // src/components/interaction/form/atoms/InputContainer.module.css
1871
- var InputContainer_default = {"container":"bds121InputContainer-container"};
1890
+ var InputContainer_default = {"container":"bds123InputContainer-container"};
1872
1891
 
1873
1892
  // src/components/interaction/form/atoms/InputContainer.tsx
1874
1893
  var import_design_system_foundation33 = require("@boostdev/design-system-foundation");
1875
1894
  var import_jsx_runtime33 = require("react/jsx-runtime");
1876
- var InputContainer = ({ children, className }) => {
1877
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { className: (0, import_design_system_foundation33.cn)(InputContainer_default.container, className), children });
1895
+ var InputContainer = ({ children, className, ...rest }) => {
1896
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("div", { ...rest, className: (0, import_design_system_foundation33.cn)(InputContainer_default.container, className), children });
1878
1897
  };
1879
1898
 
1880
1899
  // src/components/interaction/form/Checkbox/Checkbox.tsx
@@ -1909,7 +1928,7 @@ function Checkbox({ label, name, error, hint, className, ...props }) {
1909
1928
  var import_react13 = require("react");
1910
1929
 
1911
1930
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.module.css
1912
- var CheckboxGroup_default = {"group":"bds121CheckboxGroup-group","legend":"bds121CheckboxGroup-legend","required":"bds121CheckboxGroup-required","items":"bds121CheckboxGroup-items"};
1931
+ var CheckboxGroup_default = {"group":"bds123CheckboxGroup-group","legend":"bds123CheckboxGroup-legend","required":"bds123CheckboxGroup-required","items":"bds123CheckboxGroup-items"};
1913
1932
 
1914
1933
  // src/components/interaction/form/CheckboxGroup/CheckboxGroup.tsx
1915
1934
  var import_design_system_foundation35 = require("@boostdev/design-system-foundation");
@@ -1920,8 +1939,8 @@ function CheckboxGroup({
1920
1939
  error,
1921
1940
  hint,
1922
1941
  required,
1923
- disabled,
1924
- className
1942
+ className,
1943
+ ...rest
1925
1944
  }) {
1926
1945
  const id = (0, import_react13.useId)();
1927
1946
  const hintId = id + "hint";
@@ -1930,8 +1949,8 @@ function CheckboxGroup({
1930
1949
  return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
1931
1950
  "fieldset",
1932
1951
  {
1952
+ ...rest,
1933
1953
  className: (0, import_design_system_foundation35.cn)(CheckboxGroup_default.group, className),
1934
- disabled,
1935
1954
  "aria-required": required || void 0,
1936
1955
  "aria-describedby": describedBy,
1937
1956
  children: [
@@ -1951,7 +1970,7 @@ function CheckboxGroup({
1951
1970
  var import_react14 = require("react");
1952
1971
 
1953
1972
  // src/components/interaction/form/Combobox/Combobox.module.css
1954
- var Combobox_default = {"formGroup":"bds121Combobox-formGroup","inputWrapper":"bds121Combobox-inputWrapper","input":"bds121Combobox-input","inputError":"bds121Combobox-inputError","chevron":"bds121Combobox-chevron","listbox":"bds121Combobox-listbox","option":"bds121Combobox-option","--highlighted":"bds121Combobox---highlighted","--selected":"bds121Combobox---selected","--disabled":"bds121Combobox---disabled"};
1973
+ var Combobox_default = {"formGroup":"bds123Combobox-formGroup","inputWrapper":"bds123Combobox-inputWrapper","input":"bds123Combobox-input","inputError":"bds123Combobox-inputError","chevron":"bds123Combobox-chevron","listbox":"bds123Combobox-listbox","option":"bds123Combobox-option","--highlighted":"bds123Combobox---highlighted","--selected":"bds123Combobox---selected","--disabled":"bds123Combobox---disabled"};
1955
1974
 
1956
1975
  // src/components/interaction/form/Combobox/Combobox.tsx
1957
1976
  var import_design_system_foundation36 = require("@boostdev/design-system-foundation");
@@ -1966,7 +1985,8 @@ function Combobox({
1966
1985
  disabled = false,
1967
1986
  error,
1968
1987
  hint,
1969
- className
1988
+ className,
1989
+ ...rest
1970
1990
  }) {
1971
1991
  const id = name + (0, import_react14.useId)();
1972
1992
  const listboxId = id + "listbox";
@@ -2033,7 +2053,7 @@ function Combobox({
2033
2053
  setIsOpen(false);
2034
2054
  }
2035
2055
  };
2036
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(InputContainer, { className: (0, import_design_system_foundation36.cn)(Combobox_default.formGroup, className), children: [
2056
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(InputContainer, { ...rest, className: (0, import_design_system_foundation36.cn)(Combobox_default.formGroup, className), children: [
2037
2057
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Label, { id, label }),
2038
2058
  /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { ref: containerRef, className: Combobox_default.inputWrapper, children: [
2039
2059
  /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
@@ -2101,7 +2121,7 @@ function Combobox({
2101
2121
  var import_react15 = require("react");
2102
2122
 
2103
2123
  // src/components/interaction/form/FileInput/FileInput.module.css
2104
- var FileInput_default = {"formGroup":"bds121FileInput-formGroup","fieldLabel":"bds121FileInput-fieldLabel","dropZone":"bds121FileInput-dropZone","isDragging":"bds121FileInput-isDragging","hasError":"bds121FileInput-hasError","isDisabled":"bds121FileInput-isDisabled","icon":"bds121FileInput-icon","prompt":"bds121FileInput-prompt","acceptHint":"bds121FileInput-acceptHint","hiddenInput":"bds121FileInput-hiddenInput"};
2124
+ var FileInput_default = {"formGroup":"bds123FileInput-formGroup","fieldLabel":"bds123FileInput-fieldLabel","dropZone":"bds123FileInput-dropZone","isDragging":"bds123FileInput-isDragging","hasError":"bds123FileInput-hasError","isDisabled":"bds123FileInput-isDisabled","icon":"bds123FileInput-icon","prompt":"bds123FileInput-prompt","acceptHint":"bds123FileInput-acceptHint","hiddenInput":"bds123FileInput-hiddenInput"};
2105
2125
 
2106
2126
  // src/components/interaction/form/FileInput/FileInput.tsx
2107
2127
  var import_design_system_foundation37 = require("@boostdev/design-system-foundation");
@@ -2116,7 +2136,8 @@ function FileInput({
2116
2136
  error,
2117
2137
  hint,
2118
2138
  onChange,
2119
- className
2139
+ className,
2140
+ ...rest
2120
2141
  }) {
2121
2142
  const uid = name + (0, import_react15.useId)();
2122
2143
  const hintId = uid + "hint";
@@ -2154,7 +2175,7 @@ function FileInput({
2154
2175
  if (!disabled) setIsDragging(true);
2155
2176
  };
2156
2177
  const handleDragLeave = () => setIsDragging(false);
2157
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(InputContainer, { className: (0, import_design_system_foundation37.cn)(FileInput_default.formGroup, className), children: [
2178
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(InputContainer, { ...rest, className: (0, import_design_system_foundation37.cn)(FileInput_default.formGroup, className), children: [
2158
2179
  /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
2159
2180
  "label",
2160
2181
  {
@@ -2201,7 +2222,7 @@ function FileInput({
2201
2222
  var import_react16 = require("react");
2202
2223
 
2203
2224
  // src/components/interaction/form/FormInput/FormInput.module.css
2204
- var FormInput_default = {"formGroup":"bds121FormInput-formGroup","input":"bds121FormInput-input","inputError":"bds121FormInput-inputError"};
2225
+ var FormInput_default = {"formGroup":"bds123FormInput-formGroup","input":"bds123FormInput-input","inputError":"bds123FormInput-inputError"};
2205
2226
 
2206
2227
  // src/components/interaction/form/FormInput/FormInput.tsx
2207
2228
  var import_design_system_foundation38 = require("@boostdev/design-system-foundation");
@@ -2245,7 +2266,7 @@ function FormInput({
2245
2266
  var import_react17 = require("react");
2246
2267
 
2247
2268
  // src/components/interaction/form/NumberInput/NumberInput.module.css
2248
- var NumberInput_default = {"formGroup":"bds121NumberInput-formGroup","inputRow":"bds121NumberInput-inputRow","input":"bds121NumberInput-input","inputError":"bds121NumberInput-inputError","stepper":"bds121NumberInput-stepper"};
2269
+ var NumberInput_default = {"formGroup":"bds123NumberInput-formGroup","inputRow":"bds123NumberInput-inputRow","input":"bds123NumberInput-input","inputError":"bds123NumberInput-inputError","stepper":"bds123NumberInput-stepper"};
2249
2270
 
2250
2271
  // src/components/interaction/form/NumberInput/NumberInput.tsx
2251
2272
  var import_design_system_foundation39 = require("@boostdev/design-system-foundation");
@@ -2262,7 +2283,8 @@ function NumberInput({
2262
2283
  error,
2263
2284
  hint,
2264
2285
  onChange,
2265
- className
2286
+ className,
2287
+ ...rest
2266
2288
  }) {
2267
2289
  const uid = name + (0, import_react17.useId)();
2268
2290
  const hintId = uid + "hint";
@@ -2287,7 +2309,7 @@ function NumberInput({
2287
2309
  }
2288
2310
  onChange?.(next);
2289
2311
  };
2290
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(InputContainer, { className: (0, import_design_system_foundation39.cn)(NumberInput_default.formGroup, className), children: [
2312
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(InputContainer, { ...rest, className: (0, import_design_system_foundation39.cn)(NumberInput_default.formGroup, className), children: [
2291
2313
  /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Label, { id: uid, label }),
2292
2314
  /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: NumberInput_default.inputRow, children: [
2293
2315
  /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
@@ -2349,7 +2371,7 @@ function NumberInput({
2349
2371
  var import_react18 = require("react");
2350
2372
 
2351
2373
  // src/components/interaction/form/Radio/Radio.module.css
2352
- var Radio_default = {"radioGroup":"bds121Radio-radioGroup","inputWrapper":"bds121Radio-inputWrapper","textWrapper":"bds121Radio-textWrapper","description":"bds121Radio-description","radio":"bds121Radio-radio","radioError":"bds121Radio-radioError"};
2374
+ var Radio_default = {"radioGroup":"bds123Radio-radioGroup","inputWrapper":"bds123Radio-inputWrapper","textWrapper":"bds123Radio-textWrapper","description":"bds123Radio-description","radio":"bds123Radio-radio","radioError":"bds123Radio-radioError"};
2353
2375
 
2354
2376
  // src/components/interaction/form/Radio/Radio.tsx
2355
2377
  var import_design_system_foundation40 = require("@boostdev/design-system-foundation");
@@ -2387,7 +2409,7 @@ function Radio({ label, name, description, error, hint, className, ...props }) {
2387
2409
  var import_react19 = require("react");
2388
2410
 
2389
2411
  // src/components/interaction/form/RadioGroup/RadioGroup.module.css
2390
- var RadioGroup_default = {"group":"bds121RadioGroup-group","legend":"bds121RadioGroup-legend","required":"bds121RadioGroup-required","items":"bds121RadioGroup-items"};
2412
+ var RadioGroup_default = {"group":"bds123RadioGroup-group","legend":"bds123RadioGroup-legend","required":"bds123RadioGroup-required","items":"bds123RadioGroup-items"};
2391
2413
 
2392
2414
  // src/components/interaction/form/RadioGroup/RadioGroup.tsx
2393
2415
  var import_design_system_foundation41 = require("@boostdev/design-system-foundation");
@@ -2398,8 +2420,8 @@ function RadioGroup({
2398
2420
  error,
2399
2421
  hint,
2400
2422
  required,
2401
- disabled,
2402
- className
2423
+ className,
2424
+ ...rest
2403
2425
  }) {
2404
2426
  const id = (0, import_react19.useId)();
2405
2427
  const hintId = id + "hint";
@@ -2408,8 +2430,8 @@ function RadioGroup({
2408
2430
  return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2409
2431
  "fieldset",
2410
2432
  {
2433
+ ...rest,
2411
2434
  className: (0, import_design_system_foundation41.cn)(RadioGroup_default.group, className),
2412
- disabled,
2413
2435
  "aria-required": required || void 0,
2414
2436
  "aria-describedby": describedBy,
2415
2437
  children: [
@@ -2429,7 +2451,7 @@ function RadioGroup({
2429
2451
  var import_react20 = require("react");
2430
2452
 
2431
2453
  // src/components/interaction/form/SegmentedControl/SegmentedControl.module.css
2432
- var SegmentedControl_default = {"control":"bds121SegmentedControl-control","thumb":"bds121SegmentedControl-thumb","indicator":"bds121SegmentedControl-indicator","item":"bds121SegmentedControl-item","--active":"bds121SegmentedControl---active","--disabled":"bds121SegmentedControl---disabled","--size_small":"bds121SegmentedControl---size_small","--size_large":"bds121SegmentedControl---size_large","--variant_outline":"bds121SegmentedControl---variant_outline"};
2454
+ var SegmentedControl_default = {"control":"bds123SegmentedControl-control","thumb":"bds123SegmentedControl-thumb","indicator":"bds123SegmentedControl-indicator","item":"bds123SegmentedControl-item","--active":"bds123SegmentedControl---active","--disabled":"bds123SegmentedControl---disabled","--size_small":"bds123SegmentedControl---size_small","--size_large":"bds123SegmentedControl---size_large","--variant_outline":"bds123SegmentedControl---variant_outline"};
2433
2455
 
2434
2456
  // src/components/interaction/form/SegmentedControl/SegmentedControl.tsx
2435
2457
  var import_design_system_foundation42 = require("@boostdev/design-system-foundation");
@@ -2441,7 +2463,7 @@ function SegmentedControl({
2441
2463
  size = "medium",
2442
2464
  variant = "outline",
2443
2465
  className,
2444
- "aria-label": ariaLabel
2466
+ ...rest
2445
2467
  }) {
2446
2468
  const validChildren = import_react20.Children.toArray(children).filter(import_react20.isValidElement);
2447
2469
  const autoIndex = selectedIndexProp === void 0 ? validChildren.findIndex((child) => {
@@ -2452,8 +2474,8 @@ function SegmentedControl({
2452
2474
  return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
2453
2475
  "div",
2454
2476
  {
2477
+ ...rest,
2455
2478
  role: "group",
2456
- "aria-label": ariaLabel,
2457
2479
  className: (0, import_design_system_foundation42.cn)(SegmentedControl_default.control, SegmentedControl_default[`--size_${size}`], SegmentedControl_default[`--variant_${variant}`], className),
2458
2480
  style: {
2459
2481
  "--control_count": validChildren.length,
@@ -2485,7 +2507,7 @@ function SegmentedControl({
2485
2507
  var import_react21 = require("react");
2486
2508
 
2487
2509
  // src/components/interaction/form/Select/Select.module.css
2488
- var Select_default = {"formGroup":"bds121Select-formGroup","selectWrapper":"bds121Select-selectWrapper","select":"bds121Select-select","selectError":"bds121Select-selectError","chevron":"bds121Select-chevron"};
2510
+ var Select_default = {"formGroup":"bds123Select-formGroup","selectWrapper":"bds123Select-selectWrapper","select":"bds123Select-select","selectError":"bds123Select-selectError","chevron":"bds123Select-chevron"};
2489
2511
 
2490
2512
  // src/components/interaction/form/Select/Select.tsx
2491
2513
  var import_design_system_foundation43 = require("@boostdev/design-system-foundation");
@@ -2536,7 +2558,7 @@ function Select({
2536
2558
  var import_react22 = require("react");
2537
2559
 
2538
2560
  // src/components/interaction/form/Slider/Slider.module.css
2539
- var Slider_default = {"formGroup":"bds121Slider-formGroup","labelRow":"bds121Slider-labelRow","value":"bds121Slider-value","slider":"bds121Slider-slider","sliderError":"bds121Slider-sliderError"};
2561
+ var Slider_default = {"formGroup":"bds123Slider-formGroup","labelRow":"bds123Slider-labelRow","value":"bds123Slider-value","slider":"bds123Slider-slider","sliderError":"bds123Slider-sliderError"};
2540
2562
 
2541
2563
  // src/components/interaction/form/Slider/Slider.tsx
2542
2564
  var import_design_system_foundation44 = require("@boostdev/design-system-foundation");
@@ -2598,7 +2620,7 @@ function Slider({
2598
2620
  var import_react23 = require("react");
2599
2621
 
2600
2622
  // src/components/interaction/form/Switch/Switch.module.css
2601
- var Switch_default = {"switchGroup":"bds121Switch-switchGroup","--size_small":"bds121Switch---size_small","--size_medium":"bds121Switch---size_medium","--size_large":"bds121Switch---size_large","inputWrapper":"bds121Switch-inputWrapper","trackWrapper":"bds121Switch-trackWrapper","switch":"bds121Switch-switch","track":"bds121Switch-track","thumb":"bds121Switch-thumb","switchError":"bds121Switch-switchError"};
2623
+ var Switch_default = {"switchGroup":"bds123Switch-switchGroup","--size_small":"bds123Switch---size_small","--size_medium":"bds123Switch---size_medium","--size_large":"bds123Switch---size_large","inputWrapper":"bds123Switch-inputWrapper","trackWrapper":"bds123Switch-trackWrapper","switch":"bds123Switch-switch","track":"bds123Switch-track","thumb":"bds123Switch-thumb","switchError":"bds123Switch-switchError"};
2602
2624
 
2603
2625
  // src/components/interaction/form/Switch/Switch.tsx
2604
2626
  var import_design_system_foundation45 = require("@boostdev/design-system-foundation");
@@ -2646,7 +2668,7 @@ function Switch({
2646
2668
  var import_react24 = require("react");
2647
2669
 
2648
2670
  // src/components/interaction/form/Textarea/Textarea.module.css
2649
- var Textarea_default = {"formGroup":"bds121Textarea-formGroup","textarea":"bds121Textarea-textarea","textareaError":"bds121Textarea-textareaError"};
2671
+ var Textarea_default = {"formGroup":"bds123Textarea-formGroup","textarea":"bds123Textarea-textarea","textareaError":"bds123Textarea-textareaError"};
2650
2672
 
2651
2673
  // src/components/interaction/form/Textarea/Textarea.tsx
2652
2674
  var import_design_system_foundation46 = require("@boostdev/design-system-foundation");
@@ -2685,17 +2707,17 @@ function Textarea({
2685
2707
  }
2686
2708
 
2687
2709
  // src/components/layout/ButtonGroup/ButtonGroup.module.css
2688
- var ButtonGroup_default = {"buttonGroup":"bds121ButtonGroup-buttonGroup","container":"bds121ButtonGroup-container","--variant_card":"bds121ButtonGroup---variant_card","--variant_flow":"bds121ButtonGroup---variant_flow","--variant_modal":"bds121ButtonGroup---variant_modal","--variant_content":"bds121ButtonGroup---variant_content","--variant_grid":"bds121ButtonGroup---variant_grid"};
2710
+ var ButtonGroup_default = {"buttonGroup":"bds123ButtonGroup-buttonGroup","container":"bds123ButtonGroup-container","--variant_card":"bds123ButtonGroup---variant_card","--variant_flow":"bds123ButtonGroup---variant_flow","--variant_modal":"bds123ButtonGroup---variant_modal","--variant_content":"bds123ButtonGroup---variant_content","--variant_grid":"bds123ButtonGroup---variant_grid"};
2689
2711
 
2690
2712
  // src/components/layout/ButtonGroup/ButtonGroup.tsx
2691
2713
  var import_design_system_foundation47 = require("@boostdev/design-system-foundation");
2692
2714
  var import_jsx_runtime47 = require("react/jsx-runtime");
2693
- function ButtonGroup({ children, className, variant, "aria-label": ariaLabel }) {
2715
+ function ButtonGroup({ children, className, variant, ...rest }) {
2694
2716
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2695
2717
  "div",
2696
2718
  {
2719
+ ...rest,
2697
2720
  role: "group",
2698
- "aria-label": ariaLabel,
2699
2721
  className: (0, import_design_system_foundation47.cn)(ButtonGroup_default.buttonGroup, className, variant && ButtonGroup_default[`--variant_${variant}`]),
2700
2722
  children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: ButtonGroup_default.container, children })
2701
2723
  }
@@ -2703,7 +2725,7 @@ function ButtonGroup({ children, className, variant, "aria-label": ariaLabel })
2703
2725
  }
2704
2726
 
2705
2727
  // src/components/layout/Card/Card.module.css
2706
- var Card_default = {"card":"bds121Card-card","--default":"bds121Card---default","--elevated":"bds121Card---elevated","--outlined":"bds121Card---outlined","--clickable":"bds121Card---clickable","--padding-none":"bds121Card---padding-none","--padding-small":"bds121Card---padding-small","--padding-medium":"bds121Card---padding-medium","--padding-large":"bds121Card---padding-large","--text-start":"bds121Card---text-start","--text-center":"bds121Card---text-center","--text-end":"bds121Card---text-end"};
2728
+ var Card_default = {"card":"bds123Card-card","--default":"bds123Card---default","--elevated":"bds123Card---elevated","--outlined":"bds123Card---outlined","--clickable":"bds123Card---clickable","--padding-none":"bds123Card---padding-none","--padding-small":"bds123Card---padding-small","--padding-medium":"bds123Card---padding-medium","--padding-large":"bds123Card---padding-large","--text-start":"bds123Card---text-start","--text-center":"bds123Card---text-center","--text-end":"bds123Card---text-end"};
2707
2729
 
2708
2730
  // src/components/layout/Card/Card.tsx
2709
2731
  var import_design_system_foundation48 = require("@boostdev/design-system-foundation");
@@ -2714,9 +2736,8 @@ function Card({
2714
2736
  variant = "default",
2715
2737
  padding = "medium",
2716
2738
  textAlign = "start",
2717
- style,
2718
2739
  onClick,
2719
- "aria-label": ariaLabel
2740
+ ...rest
2720
2741
  }) {
2721
2742
  const classNames = (0, import_design_system_foundation48.cn)(
2722
2743
  Card_default.card,
@@ -2730,10 +2751,9 @@ function Card({
2730
2751
  return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2731
2752
  Component,
2732
2753
  {
2754
+ ...rest,
2733
2755
  className: classNames,
2734
2756
  onClick,
2735
- style,
2736
- "aria-label": ariaLabel,
2737
2757
  ...onClick && { type: "button" },
2738
2758
  children
2739
2759
  }
@@ -2741,7 +2761,7 @@ function Card({
2741
2761
  }
2742
2762
 
2743
2763
  // src/components/layout/SectionHeader/SectionHeader.module.css
2744
- var SectionHeader_default = {"sectionHeader":"bds121SectionHeader-sectionHeader","title":"bds121SectionHeader-title","subtitle":"bds121SectionHeader-subtitle","--start":"bds121SectionHeader---start","--center":"bds121SectionHeader---center","--end":"bds121SectionHeader---end","--small":"bds121SectionHeader---small","--medium":"bds121SectionHeader---medium","--large":"bds121SectionHeader---large"};
2764
+ var SectionHeader_default = {"sectionHeader":"bds123SectionHeader-sectionHeader","title":"bds123SectionHeader-title","subtitle":"bds123SectionHeader-subtitle","--start":"bds123SectionHeader---start","--center":"bds123SectionHeader---center","--end":"bds123SectionHeader---end","--small":"bds123SectionHeader---small","--medium":"bds123SectionHeader---medium","--large":"bds123SectionHeader---large"};
2745
2765
 
2746
2766
  // src/components/layout/SectionHeader/SectionHeader.tsx
2747
2767
  var import_design_system_foundation49 = require("@boostdev/design-system-foundation");
@@ -2752,23 +2772,24 @@ function SectionHeader({
2752
2772
  className,
2753
2773
  alignment = "start",
2754
2774
  size = "medium",
2755
- titleAs = "h2"
2775
+ titleAs = "h2",
2776
+ ...rest
2756
2777
  }) {
2757
2778
  const Title = titleAs;
2758
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { className: (0, import_design_system_foundation49.cn)(SectionHeader_default.sectionHeader, SectionHeader_default[`--${alignment}`], SectionHeader_default[`--${size}`], className), children: [
2779
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("div", { ...rest, className: (0, import_design_system_foundation49.cn)(SectionHeader_default.sectionHeader, SectionHeader_default[`--${alignment}`], SectionHeader_default[`--${size}`], className), children: [
2759
2780
  /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Title, { className: SectionHeader_default.title, children: title }),
2760
2781
  subtitle && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("p", { className: SectionHeader_default.subtitle, children: subtitle })
2761
2782
  ] });
2762
2783
  }
2763
2784
 
2764
2785
  // src/components/layout/IconWrapper/IconWrapper.module.css
2765
- var IconWrapper_default = {"wrapper":"bds121IconWrapper-wrapper"};
2786
+ var IconWrapper_default = {"wrapper":"bds123IconWrapper-wrapper"};
2766
2787
 
2767
2788
  // src/components/layout/IconWrapper/IconWrapper.tsx
2768
2789
  var import_design_system_foundation50 = require("@boostdev/design-system-foundation");
2769
2790
  var import_jsx_runtime50 = require("react/jsx-runtime");
2770
- function IconWrapper({ children, className, "aria-hidden": ariaHidden }) {
2771
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { className: (0, import_design_system_foundation50.cn)(className, IconWrapper_default.wrapper), "aria-hidden": ariaHidden, children });
2791
+ function IconWrapper({ children, className, ...rest }) {
2792
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("div", { ...rest, className: (0, import_design_system_foundation50.cn)(className, IconWrapper_default.wrapper), children });
2772
2793
  }
2773
2794
 
2774
2795
  // src/index.ts