@dmsi/wedgekit-react 1.0.1 → 2.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.
Files changed (282) hide show
  1. package/dist/classNames.d.ts +1 -0
  2. package/dist/classNames.d.ts.map +1 -1
  3. package/dist/classNames.js +150 -0
  4. package/dist/components/AccessCard.js +63 -0
  5. package/dist/components/AccessCardGroup.js +73 -0
  6. package/dist/components/AccessChangerTabItem.js +51 -0
  7. package/dist/components/Accordion.js +99 -0
  8. package/dist/components/Alert.d.ts.map +1 -1
  9. package/dist/components/Alert.js +78 -0
  10. package/dist/components/Breadcrumbs.js +111 -0
  11. package/dist/components/Button.js +137 -0
  12. package/dist/components/CalendarRange.js +405 -0
  13. package/dist/components/Caption.js +99 -0
  14. package/dist/components/Card.js +50 -0
  15. package/dist/components/Checkbox.js +108 -0
  16. package/dist/components/CompactImagesPreview.d.ts.map +1 -1
  17. package/dist/components/CompactImagesPreview.js +120 -0
  18. package/dist/components/ContentTab.js +68 -0
  19. package/dist/components/ContentTabs.js +96 -0
  20. package/dist/components/DMSiLogo.js +54 -0
  21. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +27 -0
  22. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +79 -0
  23. package/dist/components/DataGrid/PinnedColumns.d.ts +9 -2
  24. package/dist/components/DataGrid/PinnedColumns.d.ts.map +1 -1
  25. package/dist/components/DataGrid/PinnedColumns.js +165 -0
  26. package/dist/components/DataGrid/SummaryRow/SummaryCell.d.ts +18 -0
  27. package/dist/components/DataGrid/SummaryRow/SummaryCell.d.ts.map +1 -0
  28. package/dist/components/DataGrid/SummaryRow/SummaryCell.js +51 -0
  29. package/dist/components/DataGrid/SummaryRow/aggregations.d.ts +39 -0
  30. package/dist/components/DataGrid/SummaryRow/aggregations.d.ts.map +1 -0
  31. package/dist/components/DataGrid/SummaryRow/aggregations.js +55 -0
  32. package/dist/components/DataGrid/SummaryRow/index.d.ts +18 -0
  33. package/dist/components/DataGrid/SummaryRow/index.d.ts.map +1 -0
  34. package/dist/components/DataGrid/SummaryRow/index.js +86 -0
  35. package/dist/components/DataGrid/TableBody/GroupRow.d.ts +18 -0
  36. package/dist/components/DataGrid/TableBody/GroupRow.d.ts.map +1 -0
  37. package/dist/components/DataGrid/TableBody/GroupRow.js +243 -0
  38. package/dist/components/DataGrid/TableBody/LoadingCell.js +33 -0
  39. package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts +3 -2
  40. package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts.map +1 -1
  41. package/dist/components/DataGrid/TableBody/TableBodyRow.js +136 -0
  42. package/dist/components/DataGrid/TableBody/index.d.ts +3 -1
  43. package/dist/components/DataGrid/TableBody/index.d.ts.map +1 -1
  44. package/dist/components/DataGrid/TableBody/index.js +161 -0
  45. package/dist/components/DataGrid/index.d.ts +1 -1
  46. package/dist/components/DataGrid/index.d.ts.map +1 -1
  47. package/dist/components/DataGrid/index.js +696 -0
  48. package/dist/components/DataGrid/types.d.ts +141 -1
  49. package/dist/components/DataGrid/types.d.ts.map +1 -1
  50. package/dist/components/DataGrid/utils.d.ts +2 -0
  51. package/dist/components/DataGrid/utils.d.ts.map +1 -1
  52. package/dist/components/DataGrid/utils.js +20 -0
  53. package/dist/components/DataGridCell.d.ts +5 -2
  54. package/dist/components/DataGridCell.d.ts.map +1 -1
  55. package/dist/components/DataGridCell.js +412 -0
  56. package/dist/components/DataTable.js +700 -0
  57. package/dist/components/DateInput.js +193 -0
  58. package/dist/components/DateRangeInput.js +368 -0
  59. package/dist/components/DebugJson.js +28 -0
  60. package/dist/components/Display.js +46 -0
  61. package/dist/components/EditingContext.js +34 -0
  62. package/dist/components/EmblaCarousel/ArrowButtons.js +83 -0
  63. package/dist/components/EmblaCarousel/SelectedSnapDisplay.js +12 -0
  64. package/dist/components/EmblaCarousel/index.js +153 -0
  65. package/dist/components/EmblaCarousel/usePrevNextButtons.js +21 -0
  66. package/dist/components/EmblaCarousel/useSelectedSnapDisplay.js +15 -0
  67. package/dist/components/EmptyCartIcon.js +25 -0
  68. package/dist/components/FilterGroup.d.ts +5 -3
  69. package/dist/components/FilterGroup.d.ts.map +1 -1
  70. package/dist/components/FilterGroup.js +198 -0
  71. package/dist/components/FullViewportBox.js +19 -0
  72. package/dist/components/Grid.js +54 -0
  73. package/dist/components/Heading.js +50 -0
  74. package/dist/components/HorizontalDivider.js +20 -0
  75. package/dist/components/Icon.d.ts +5 -2
  76. package/dist/components/Icon.d.ts.map +1 -1
  77. package/dist/components/Icon.js +73 -0
  78. package/dist/components/ImagePlaceholder.js +22 -0
  79. package/dist/components/Input.d.ts +11 -9
  80. package/dist/components/Input.d.ts.map +1 -1
  81. package/dist/components/Input.js +469 -0
  82. package/dist/components/InputGroup.js +45 -0
  83. package/dist/components/Label.js +37 -0
  84. package/dist/components/Link.js +69 -0
  85. package/dist/components/List.js +12 -0
  86. package/dist/components/ListGroup.d.ts.map +1 -1
  87. package/dist/components/ListGroup.js +54 -0
  88. package/dist/components/LiveChatComponent.js +25 -0
  89. package/dist/components/LoadingScrim.js +22 -0
  90. package/dist/components/LogoAgilityTopBar.js +90 -0
  91. package/dist/components/LogoDMSiTopBar.js +54 -0
  92. package/dist/components/LogoMillworkTopBar.js +196 -0
  93. package/dist/components/MainBar.js +58 -0
  94. package/dist/components/MaxViewportBox.js +19 -0
  95. package/dist/components/Menu.d.ts.map +1 -1
  96. package/dist/components/Menu.js +202 -0
  97. package/dist/components/MenuOption.js +161 -0
  98. package/dist/components/MobileDataGrid/ColumnList.js +85 -0
  99. package/dist/components/MobileDataGrid/ColumnSelector/index.js +100 -0
  100. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.d.ts.map +1 -1
  101. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.js +6 -0
  102. package/dist/components/MobileDataGrid/GridContextProvider/index.js +80 -0
  103. package/dist/components/MobileDataGrid/GridContextProvider/useGridContext.js +11 -0
  104. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.js +18 -0
  105. package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts +2 -1
  106. package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts.map +1 -1
  107. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +130 -0
  108. package/dist/components/MobileDataGrid/MobileDataGridHeader.d.ts.map +1 -1
  109. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +67 -0
  110. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +42 -0
  111. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.d.ts.map +1 -1
  112. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +58 -0
  113. package/dist/components/MobileDataGrid/dataGridReducer.js +28 -0
  114. package/dist/components/MobileDataGrid/index.d.ts +1 -1
  115. package/dist/components/MobileDataGrid/index.d.ts.map +1 -1
  116. package/dist/components/MobileDataGrid/index.js +78 -0
  117. package/dist/components/MobileNavMenu.d.ts.map +1 -1
  118. package/dist/components/MobileNavMenu.js +173 -0
  119. package/dist/components/Modal.d.ts +1 -2
  120. package/dist/components/Modal.d.ts.map +1 -1
  121. package/dist/components/Modal.js +201 -0
  122. package/dist/components/ModalButtons.d.ts.map +1 -1
  123. package/dist/components/ModalButtons.js +57 -0
  124. package/dist/components/ModalContent.d.ts +1 -2
  125. package/dist/components/ModalContent.d.ts.map +1 -1
  126. package/dist/components/ModalContent.js +24 -0
  127. package/dist/components/ModalHeader.js +74 -0
  128. package/dist/components/ModalScrim.js +32 -0
  129. package/dist/components/NavigationTab.js +72 -0
  130. package/dist/components/NavigationTabs.js +45 -0
  131. package/dist/components/NestedMenu.d.ts.map +1 -1
  132. package/dist/components/NestedMenu.js +119 -0
  133. package/dist/components/Notification.js +91 -0
  134. package/dist/components/OptionPill.d.ts +2 -1
  135. package/dist/components/OptionPill.d.ts.map +1 -1
  136. package/dist/components/OptionPill.js +103 -0
  137. package/dist/components/OrderCheckIcon.js +28 -0
  138. package/dist/components/PDFViewer/DownloadIcon.js +25 -0
  139. package/dist/components/PDFViewer/PDFElement.js +77 -0
  140. package/dist/components/PDFViewer/PDFNavigation.js +64 -0
  141. package/dist/components/PDFViewer/PDFPage.js +28 -0
  142. package/dist/components/PDFViewer/index.d.ts.map +1 -1
  143. package/dist/components/PDFViewer/index.js +124 -0
  144. package/dist/components/Pagination.d.ts.map +1 -1
  145. package/dist/components/Pagination.js +117 -0
  146. package/dist/components/Paragraph.js +43 -0
  147. package/dist/components/Password.js +47 -0
  148. package/dist/components/ProductImagePreview/CarouselPagination.js +48 -0
  149. package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts +2 -1
  150. package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts.map +1 -1
  151. package/dist/components/ProductImagePreview/MobileImageCarousel.js +146 -0
  152. package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts +2 -1
  153. package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts.map +1 -1
  154. package/dist/components/ProductImagePreview/ProductPrimaryImage.js +138 -0
  155. package/dist/components/ProductImagePreview/Thumbnail.d.ts +2 -1
  156. package/dist/components/ProductImagePreview/Thumbnail.d.ts.map +1 -1
  157. package/dist/components/ProductImagePreview/Thumbnail.js +46 -0
  158. package/dist/components/ProductImagePreview/ZoomWindow.js +74 -0
  159. package/dist/components/ProductImagePreview/index.d.ts.map +1 -1
  160. package/dist/components/ProductImagePreview/index.js +189 -0
  161. package/dist/components/ProductImagePreview/useProductImagePreview.js +85 -0
  162. package/dist/components/ProjectBar.d.ts +1 -1
  163. package/dist/components/ProjectBar.js +54 -0
  164. package/dist/components/Radio.js +113 -0
  165. package/dist/components/Search.js +89 -0
  166. package/dist/components/SearchResultImage/index.js +26 -0
  167. package/dist/components/Select.js +122 -0
  168. package/dist/components/SideMenu.js +24 -0
  169. package/dist/components/SideMenuGroup.js +80 -0
  170. package/dist/components/SideMenuItem.js +79 -0
  171. package/dist/components/SimpleTable.js +60 -0
  172. package/dist/components/SkeletonParagraph.js +24 -0
  173. package/dist/components/Spinner.d.ts +1 -1
  174. package/dist/components/Spinner.d.ts.map +1 -1
  175. package/dist/components/Spinner.js +30 -0
  176. package/dist/components/Stack.js +174 -0
  177. package/dist/components/StatusPill.js +44 -0
  178. package/dist/components/Stepper.js +138 -0
  179. package/dist/components/Subheader.d.ts +2 -1
  180. package/dist/components/Subheader.d.ts.map +1 -1
  181. package/dist/components/Subheader.js +41 -0
  182. package/dist/components/Surface.js +30 -0
  183. package/dist/components/Swatch.js +1498 -0
  184. package/dist/components/Textarea.js +106 -0
  185. package/dist/components/Theme.d.ts +1 -1
  186. package/dist/components/Theme.d.ts.map +1 -1
  187. package/dist/components/Theme.js +25 -0
  188. package/dist/components/Time.d.ts +2 -1
  189. package/dist/components/Time.d.ts.map +1 -1
  190. package/dist/components/Time.js +225 -0
  191. package/dist/components/Toast.d.ts +4 -3
  192. package/dist/components/Toast.d.ts.map +1 -1
  193. package/dist/components/Toast.js +170 -0
  194. package/dist/components/Tooltip.js +102 -0
  195. package/dist/components/TopBar.d.ts.map +1 -1
  196. package/dist/components/TopBar.js +119 -0
  197. package/dist/components/Upload.js +107 -0
  198. package/dist/components/WorldpayIframe.d.ts.map +1 -1
  199. package/dist/components/WorldpayIframe.js +19 -0
  200. package/dist/hooks/useEditCell.js +23 -0
  201. package/dist/hooks/useInfiniteScroll.js +25 -0
  202. package/dist/hooks/useKeydown.js +20 -0
  203. package/dist/hooks/useMatchesMedia.js +15 -0
  204. package/dist/hooks/useMenuSystem.js +186 -0
  205. package/dist/hooks/useMounted.js +9 -0
  206. package/dist/hooks/useTableLayout/computeColumns.js +59 -0
  207. package/dist/hooks/useTableLayout/storage.js +64 -0
  208. package/dist/hooks/useTableLayout/useTableLayout.js +163 -0
  209. package/dist/index.js +249 -52864
  210. package/dist/lib/loadFonts.js +11 -0
  211. package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +56 -0
  212. package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +2299 -0
  213. package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +13 -0
  214. package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +367 -0
  215. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +235 -0
  216. package/dist/node_modules/@headlessui/react/dist/components/description/description.js +45 -0
  217. package/dist/node_modules/@headlessui/react/dist/components/keyboard.js +4 -0
  218. package/dist/node_modules/@headlessui/react/dist/components/label/label.js +62 -0
  219. package/dist/node_modules/@headlessui/react/dist/components/switch/switch.js +56 -0
  220. package/dist/node_modules/@headlessui/react/dist/hooks/use-active-press.js +33 -0
  221. package/dist/node_modules/@headlessui/react/dist/hooks/use-controllable.js +10 -0
  222. package/dist/node_modules/@headlessui/react/dist/hooks/use-default-value.js +8 -0
  223. package/dist/node_modules/@headlessui/react/dist/hooks/use-disposables.js +9 -0
  224. package/dist/node_modules/@headlessui/react/dist/hooks/use-event.js +9 -0
  225. package/dist/node_modules/@headlessui/react/dist/hooks/use-iso-morphic-effect.js +8 -0
  226. package/dist/node_modules/@headlessui/react/dist/hooks/use-latest-value.js +11 -0
  227. package/dist/node_modules/@headlessui/react/dist/hooks/use-resolve-button-type.js +12 -0
  228. package/dist/node_modules/@headlessui/react/dist/hooks/use-slot.js +7 -0
  229. package/dist/node_modules/@headlessui/react/dist/hooks/use-sync-refs.js +16 -0
  230. package/dist/node_modules/@headlessui/react/dist/internal/disabled.js +8 -0
  231. package/dist/node_modules/@headlessui/react/dist/internal/form-fields.js +35 -0
  232. package/dist/node_modules/@headlessui/react/dist/internal/hidden.js +13 -0
  233. package/dist/node_modules/@headlessui/react/dist/internal/id.js +8 -0
  234. package/dist/node_modules/@headlessui/react/dist/utils/bugs.js +19 -0
  235. package/dist/node_modules/@headlessui/react/dist/utils/class-names.js +6 -0
  236. package/dist/node_modules/@headlessui/react/dist/utils/disposables.js +40 -0
  237. package/dist/node_modules/@headlessui/react/dist/utils/dom.js +34 -0
  238. package/dist/node_modules/@headlessui/react/dist/utils/env.js +34 -0
  239. package/dist/node_modules/@headlessui/react/dist/utils/form.js +32 -0
  240. package/dist/node_modules/@headlessui/react/dist/utils/match.js +11 -0
  241. package/dist/node_modules/@headlessui/react/dist/utils/micro-task.js +8 -0
  242. package/dist/node_modules/@headlessui/react/dist/utils/owner.js +8 -0
  243. package/dist/node_modules/@headlessui/react/dist/utils/render.js +126 -0
  244. package/dist/node_modules/@js-temporal/polyfill/dist/index.esm.js +3913 -0
  245. package/dist/node_modules/@mikecousins/react-pdf/dist/index.js +83 -0
  246. package/dist/node_modules/@react-aria/focus/dist/useFocusRing.js +38 -0
  247. package/dist/node_modules/@react-aria/interactions/dist/useFocus.js +31 -0
  248. package/dist/node_modules/@react-aria/interactions/dist/useFocusVisible.js +99 -0
  249. package/dist/node_modules/@react-aria/interactions/dist/useFocusWithin.js +59 -0
  250. package/dist/node_modules/@react-aria/interactions/dist/useHover.js +86 -0
  251. package/dist/node_modules/@react-aria/interactions/dist/utils.js +68 -0
  252. package/dist/node_modules/@react-aria/utils/dist/DOMFunctions.js +32 -0
  253. package/dist/node_modules/@react-aria/utils/dist/domHelpers.js +15 -0
  254. package/dist/node_modules/@react-aria/utils/dist/focusWithoutScrolling.js +45 -0
  255. package/dist/node_modules/@react-aria/utils/dist/isVirtualEvent.js +7 -0
  256. package/dist/node_modules/@react-aria/utils/dist/openLink.js +28 -0
  257. package/dist/node_modules/@react-aria/utils/dist/platform.js +47 -0
  258. package/dist/node_modules/@react-aria/utils/dist/useGlobalListeners.js +34 -0
  259. package/dist/node_modules/@react-aria/utils/dist/useLayoutEffect.js +6 -0
  260. package/dist/node_modules/@react-stately/flags/dist/import.js +7 -0
  261. package/dist/node_modules/@tanstack/react-table/build/lib/index.js +94 -0
  262. package/dist/node_modules/@tanstack/react-virtual/dist/esm/index.js +38 -0
  263. package/dist/node_modules/@tanstack/table-core/build/lib/index.js +1954 -0
  264. package/dist/node_modules/@tanstack/virtual-core/dist/esm/index.js +575 -0
  265. package/dist/node_modules/@tanstack/virtual-core/dist/esm/utils.js +52 -0
  266. package/dist/node_modules/clsx/dist/clsx.js +17 -0
  267. package/dist/node_modules/embla-carousel/esm/embla-carousel.esm.js +1204 -0
  268. package/dist/node_modules/embla-carousel-autoplay/esm/embla-carousel-autoplay.esm.js +126 -0
  269. package/dist/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.js +24 -0
  270. package/dist/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.js +35 -0
  271. package/dist/node_modules/jsbi/dist/jsbi.js +1040 -0
  272. package/dist/node_modules/react-use/esm/usePrevious.js +10 -0
  273. package/dist/static/no-results-image.png.js +4 -0
  274. package/dist/styles.css +1 -1
  275. package/dist/utils/date-patch-dashes.js +28 -0
  276. package/dist/utils/date.js +95 -0
  277. package/dist/utils/formatting.js +22 -0
  278. package/dist/utils/index.js +4 -0
  279. package/dist/utils/mergeObjectArrays.js +18 -0
  280. package/dist/utils.js +20 -0
  281. package/package.json +1 -1
  282. /package/dist/{pdf-l6QfMa5e.js → node_modules/pdfjs-dist/build/pdf.js} +0 -0
@@ -0,0 +1,1498 @@
1
+ import { jsxs as c, jsx as o } from "react/jsx-runtime";
2
+ import { Display1 as l } from "./Display.js";
3
+ import { Stack as g } from "./Stack.js";
4
+ import { clsx as s } from "../node_modules/clsx/dist/clsx.js";
5
+ import { typography as t } from "../classNames.js";
6
+ import { Paragraph as n } from "./Paragraph.js";
7
+ import { Heading3 as e, Heading2 as i } from "./Heading.js";
8
+ function r({ className: a, colorName: d, colorHex: m, id: b }) {
9
+ return /* @__PURE__ */ c("div", { id: b, className: "flex flex-col gap-desktop-layout-padding", children: [
10
+ /* @__PURE__ */ o(
11
+ "div",
12
+ {
13
+ className: `w-25 h-18 rounded-xl border border-solid border-border-primary-normal ${a}`
14
+ }
15
+ ),
16
+ /* @__PURE__ */ c("div", { className: "w-full flex flex-col text-center text-label gap-desktop-component-gap", children: [
17
+ /* @__PURE__ */ o("span", { className: s(t.paragraph), children: d }),
18
+ /* @__PURE__ */ o(
19
+ "span",
20
+ {
21
+ className: s(
22
+ t.caption,
23
+ "text-text-secondary-normal uppercase"
24
+ ),
25
+ children: m
26
+ }
27
+ )
28
+ ] })
29
+ ] });
30
+ }
31
+ function f({ id: a }) {
32
+ return /* @__PURE__ */ c(
33
+ g,
34
+ {
35
+ id: a,
36
+ elevation: 0,
37
+ items: "start",
38
+ justify: "start",
39
+ sizing: "container",
40
+ children: [
41
+ /* @__PURE__ */ o(l, { id: a ? `${a}-primitives-title` : void 0, children: "Color Primitives" }),
42
+ /* @__PURE__ */ o(l, { id: a ? `${a}-branded-title` : void 0, children: "Branded Colors" }),
43
+ /* @__PURE__ */ o(n, { id: a ? `${a}-branded-description` : void 0, children: "As different customers with their own brands become more integrated with the Millwork eCatalog, we want to be able to offer some customization of the UI to align with their branding. There can be different palettes swapped out depending on brand, but these are the color variables that get defined by a specific hex value and may use seperate light and dark palettes." }),
44
+ /* @__PURE__ */ o(e, { id: a ? `${a}-brand-heading` : void 0, children: "Brand" }),
45
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
46
+ /* @__PURE__ */ o(
47
+ r,
48
+ {
49
+ id: a ? `${a}-brand-500` : void 0,
50
+ className: "bg-brand-500",
51
+ colorName: "Brand-500",
52
+ colorHex: "#9e3004"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ o(
56
+ r,
57
+ {
58
+ id: a ? `${a}-brand-400` : void 0,
59
+ className: "bg-brand-400",
60
+ colorName: "Brand-400",
61
+ colorHex: "#df4405"
62
+ }
63
+ ),
64
+ /* @__PURE__ */ o(
65
+ r,
66
+ {
67
+ id: a ? `${a}-brand-300` : void 0,
68
+ className: "bg-brand-300",
69
+ colorName: "Brand-300",
70
+ colorHex: "#e56937"
71
+ }
72
+ ),
73
+ /* @__PURE__ */ o(
74
+ r,
75
+ {
76
+ id: a ? `${a}-brand-200` : void 0,
77
+ className: "bg-brand-200",
78
+ colorName: "Brand-200",
79
+ colorHex: "#f0a98c"
80
+ }
81
+ ),
82
+ /* @__PURE__ */ o(
83
+ r,
84
+ {
85
+ id: a ? `${a}-brand-100` : void 0,
86
+ className: "bg-brand-100",
87
+ colorName: "Brand-100",
88
+ colorHex: "#fcece6"
89
+ }
90
+ )
91
+ ] }),
92
+ /* @__PURE__ */ o(e, { id: a ? `${a}-action-heading` : void 0, children: "Action" }),
93
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
94
+ /* @__PURE__ */ o(
95
+ r,
96
+ {
97
+ id: a ? `${a}-action-500` : void 0,
98
+ className: "bg-action-500",
99
+ colorName: "Action-500",
100
+ colorHex: "#00365a"
101
+ }
102
+ ),
103
+ /* @__PURE__ */ o(
104
+ r,
105
+ {
106
+ id: a ? `${a}-action-400` : void 0,
107
+ className: "bg-action-400",
108
+ colorName: "Action-400",
109
+ colorHex: "#0077c8"
110
+ }
111
+ ),
112
+ /* @__PURE__ */ o(
113
+ r,
114
+ {
115
+ id: a ? `${a}-action-300` : void 0,
116
+ className: "bg-action-300",
117
+ colorName: "Action-300",
118
+ colorHex: "#459ad4"
119
+ }
120
+ ),
121
+ /* @__PURE__ */ o(
122
+ r,
123
+ {
124
+ id: a ? `${a}-action-200` : void 0,
125
+ className: "bg-action-200",
126
+ colorName: "Action-200",
127
+ colorHex: "#d0e5f4"
128
+ }
129
+ ),
130
+ /* @__PURE__ */ o(
131
+ r,
132
+ {
133
+ id: a ? `${a}-action-100` : void 0,
134
+ className: "bg-action-100",
135
+ colorName: "Action-100",
136
+ colorHex: "#e7f2f9"
137
+ }
138
+ )
139
+ ] }),
140
+ /* @__PURE__ */ o(e, { id: a ? `${a}-link-heading` : void 0, children: "Link" }),
141
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
142
+ /* @__PURE__ */ o(
143
+ r,
144
+ {
145
+ id: a ? `${a}-link-500` : void 0,
146
+ className: "bg-link-500",
147
+ colorName: "Link-500",
148
+ colorHex: "#00365a"
149
+ }
150
+ ),
151
+ /* @__PURE__ */ o(
152
+ r,
153
+ {
154
+ id: a ? `${a}-link-400` : void 0,
155
+ className: "bg-link-400",
156
+ colorName: "Link-400",
157
+ colorHex: "#0077c8"
158
+ }
159
+ ),
160
+ /* @__PURE__ */ o(
161
+ r,
162
+ {
163
+ id: a ? `${a}-link-300` : void 0,
164
+ className: "bg-link-300",
165
+ colorName: "Link-300",
166
+ colorHex: "#459ad4"
167
+ }
168
+ ),
169
+ /* @__PURE__ */ o(
170
+ r,
171
+ {
172
+ id: a ? `${a}-link-200` : void 0,
173
+ className: "bg-link-200",
174
+ colorName: "Link-200",
175
+ colorHex: "#d0e5f4"
176
+ }
177
+ ),
178
+ /* @__PURE__ */ o(
179
+ r,
180
+ {
181
+ id: a ? `${a}-link-100` : void 0,
182
+ className: "bg-link-100",
183
+ colorName: "Link-100",
184
+ colorHex: "#e7f2f9"
185
+ }
186
+ )
187
+ ] }),
188
+ /* @__PURE__ */ c(l, { id: a ? `${a}-standard-colors-title` : void 0, children: [
189
+ " ",
190
+ "Standard Colors"
191
+ ] }),
192
+ /* @__PURE__ */ o(n, { id: a ? `${a}-standard-colors-description` : void 0, children: "Certain colors should remain constant regardless of branding to help ensure legibility and usability." }),
193
+ /* @__PURE__ */ o(e, { id: a ? `${a}-neutral-heading` : void 0, children: "Neutral" }),
194
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
195
+ /* @__PURE__ */ o(
196
+ r,
197
+ {
198
+ id: a ? `${a}-neutral-600` : void 0,
199
+ className: "bg-neutral-600",
200
+ colorName: "Neutral-600",
201
+ colorHex: "#000000"
202
+ }
203
+ ),
204
+ /* @__PURE__ */ o(
205
+ r,
206
+ {
207
+ id: a ? `${a}-neutral-500` : void 0,
208
+ className: "bg-neutral-500",
209
+ colorName: "Neutral-500",
210
+ colorHex: "#1d1e1e"
211
+ }
212
+ ),
213
+ /* @__PURE__ */ o(
214
+ r,
215
+ {
216
+ id: a ? `${a}-neutral-450` : void 0,
217
+ className: "bg-neutral-450",
218
+ colorName: "Neutral-450",
219
+ colorHex: "#3a3a3a"
220
+ }
221
+ ),
222
+ /* @__PURE__ */ o(
223
+ r,
224
+ {
225
+ id: a ? `${a}-neutral-400` : void 0,
226
+ className: "bg-neutral-400",
227
+ colorName: "Neutral-400",
228
+ colorHex: "#6b6d6d"
229
+ }
230
+ ),
231
+ /* @__PURE__ */ o(
232
+ r,
233
+ {
234
+ id: a ? `${a}-neutral-300` : void 0,
235
+ className: "bg-neutral-300",
236
+ colorName: "Neutral-300",
237
+ colorHex: "#c1c1c1"
238
+ }
239
+ ),
240
+ /* @__PURE__ */ o(
241
+ r,
242
+ {
243
+ id: a ? `${a}-neutral-200` : void 0,
244
+ className: "bg-neutral-200",
245
+ colorName: "Neutral-200",
246
+ colorHex: "#ebebeb"
247
+ }
248
+ ),
249
+ /* @__PURE__ */ o(
250
+ r,
251
+ {
252
+ id: a ? `${a}-neutral-100` : void 0,
253
+ className: "bg-neutral-100",
254
+ colorName: "Neutral-100",
255
+ colorHex: "#f7f7f7"
256
+ }
257
+ ),
258
+ /* @__PURE__ */ o(
259
+ r,
260
+ {
261
+ id: a ? `${a}-neutral-000` : void 0,
262
+ className: "bg-neutral-000",
263
+ colorName: "Neutral-000",
264
+ colorHex: "#ffffff"
265
+ }
266
+ )
267
+ ] }),
268
+ /* @__PURE__ */ c(e, { id: a ? `${a}-success-heading` : void 0, children: [
269
+ " ",
270
+ "Success"
271
+ ] }),
272
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
273
+ /* @__PURE__ */ o(
274
+ r,
275
+ {
276
+ id: a ? `${a}-success-500` : void 0,
277
+ className: "bg-success-500",
278
+ colorName: "Success-500",
279
+ colorHex: "#126240"
280
+ }
281
+ ),
282
+ /* @__PURE__ */ o(
283
+ r,
284
+ {
285
+ id: a ? `${a}-success-400` : void 0,
286
+ className: "bg-success-400",
287
+ colorName: "Success-400",
288
+ colorHex: "#27d68b"
289
+ }
290
+ ),
291
+ /* @__PURE__ */ o(
292
+ r,
293
+ {
294
+ id: a ? `${a}-success-300` : void 0,
295
+ className: "bg-success-300",
296
+ colorName: "Success-300",
297
+ colorHex: "#61e1aa"
298
+ }
299
+ ),
300
+ /* @__PURE__ */ o(
301
+ r,
302
+ {
303
+ id: a ? `${a}-success-200` : void 0,
304
+ className: "bg-success-200",
305
+ colorName: "Success-200",
306
+ colorHex: "#d7f7e9"
307
+ }
308
+ ),
309
+ /* @__PURE__ */ o(
310
+ r,
311
+ {
312
+ id: a ? `${a}-success-100` : void 0,
313
+ className: "bg-success-100",
314
+ colorName: "Success-100",
315
+ colorHex: "#eefbf6"
316
+ }
317
+ )
318
+ ] }),
319
+ /* @__PURE__ */ c(e, { id: a ? `${a}-warning-heading` : void 0, children: [
320
+ " ",
321
+ "Warning"
322
+ ] }),
323
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
324
+ /* @__PURE__ */ o(
325
+ r,
326
+ {
327
+ id: a ? `${a}-warning-500` : void 0,
328
+ className: "bg-warning-500",
329
+ colorName: "Warning-500",
330
+ colorHex: "#91670c"
331
+ }
332
+ ),
333
+ /* @__PURE__ */ o(
334
+ r,
335
+ {
336
+ id: a ? `${a}-warning-400` : void 0,
337
+ className: "bg-warning-400",
338
+ colorName: "Warning-400",
339
+ colorHex: "#f0a913"
340
+ }
341
+ ),
342
+ /* @__PURE__ */ o(
343
+ r,
344
+ {
345
+ id: a ? `${a}-warning-300` : void 0,
346
+ className: "bg-warning-300",
347
+ colorName: "Warning-300",
348
+ colorHex: "#f4c053"
349
+ }
350
+ ),
351
+ /* @__PURE__ */ o(
352
+ r,
353
+ {
354
+ id: a ? `${a}-warning-200` : void 0,
355
+ className: "bg-warning-200",
356
+ colorName: "Warning-200",
357
+ colorHex: "#f9dfa9"
358
+ }
359
+ ),
360
+ /* @__PURE__ */ o(
361
+ r,
362
+ {
363
+ id: a ? `${a}-warning-100` : void 0,
364
+ className: "bg-warning-100",
365
+ colorName: "Warning-100",
366
+ colorHex: "#fcefd4"
367
+ }
368
+ )
369
+ ] }),
370
+ /* @__PURE__ */ c(e, { id: a ? `${a}-critical-heading` : void 0, children: [
371
+ " ",
372
+ "Critical"
373
+ ] }),
374
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
375
+ /* @__PURE__ */ o(
376
+ r,
377
+ {
378
+ id: a ? `${a}-critical-500` : void 0,
379
+ className: "bg-critical-500",
380
+ colorName: "Critical-500",
381
+ colorHex: "#892615"
382
+ }
383
+ ),
384
+ /* @__PURE__ */ o(
385
+ r,
386
+ {
387
+ id: a ? `${a}-critical-400` : void 0,
388
+ className: "bg-critical-400",
389
+ colorName: "Critical-400",
390
+ colorHex: "#cc391f"
391
+ }
392
+ ),
393
+ /* @__PURE__ */ o(
394
+ r,
395
+ {
396
+ id: a ? `${a}-critical-300` : void 0,
397
+ className: "bg-critical-300",
398
+ colorName: "Critical-300",
399
+ colorHex: "#dd5e48"
400
+ }
401
+ ),
402
+ /* @__PURE__ */ o(
403
+ r,
404
+ {
405
+ id: a ? `${a}-critical-200` : void 0,
406
+ className: "bg-critical-200",
407
+ colorName: "Critical-200",
408
+ colorHex: "#f0b7ad"
409
+ }
410
+ ),
411
+ /* @__PURE__ */ o(
412
+ r,
413
+ {
414
+ id: a ? `${a}-critical-100` : void 0,
415
+ className: "bg-critical-100",
416
+ colorName: "Critical-100",
417
+ colorHex: "#fbedea"
418
+ }
419
+ )
420
+ ] }),
421
+ /* @__PURE__ */ o(e, { id: a ? `${a}-chart-heading` : void 0, children: "Color order for charts, graphs, etc" }),
422
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
423
+ /* @__PURE__ */ o(
424
+ r,
425
+ {
426
+ id: a ? `${a}-chart-0` : void 0,
427
+ className: "bg-chart-0",
428
+ colorName: "Action-400",
429
+ colorHex: "#0077c8"
430
+ }
431
+ ),
432
+ /* @__PURE__ */ o(
433
+ r,
434
+ {
435
+ id: a ? `${a}-chart-1` : void 0,
436
+ className: "bg-chart-1",
437
+ colorName: "Brand-400",
438
+ colorHex: "#df4405"
439
+ }
440
+ ),
441
+ /* @__PURE__ */ o(
442
+ r,
443
+ {
444
+ id: a ? `${a}-chart-2` : void 0,
445
+ className: "bg-chart-2",
446
+ colorName: "Teal-400",
447
+ colorHex: "#40c1ac"
448
+ }
449
+ ),
450
+ /* @__PURE__ */ o(
451
+ r,
452
+ {
453
+ id: a ? `${a}-chart-3` : void 0,
454
+ className: "bg-chart-3",
455
+ colorName: "Warning-400",
456
+ colorHex: "#f0a913"
457
+ }
458
+ ),
459
+ /* @__PURE__ */ o(
460
+ r,
461
+ {
462
+ id: a ? `${a}-chart-4` : void 0,
463
+ className: "bg-chart-4",
464
+ colorName: "Neutral-400",
465
+ colorHex: "#6b6d6d"
466
+ }
467
+ ),
468
+ /* @__PURE__ */ o(
469
+ r,
470
+ {
471
+ id: a ? `${a}-chart-5` : void 0,
472
+ className: "bg-chart-5",
473
+ colorName: "Purple-400",
474
+ colorHex: "#8d267a"
475
+ }
476
+ ),
477
+ /* @__PURE__ */ o(
478
+ r,
479
+ {
480
+ id: a ? `${a}-chart-6` : void 0,
481
+ className: "bg-chart-6",
482
+ colorName: "Orange-400",
483
+ colorHex: "#cc391f"
484
+ }
485
+ )
486
+ ] }),
487
+ /* @__PURE__ */ o("br", {}),
488
+ /* @__PURE__ */ o(l, { id: a ? `${a}-semantics-title` : void 0, children: "Color Semantics" }),
489
+ /* @__PURE__ */ c(n, { id: a ? `${a}-semantics-description` : void 0, children: [
490
+ 'Because we aim to support custom branding and eventually color modes (dark/light modes), color tokens are used so that we can talk about specific color usages without tying them to specific color values. We can call a color a "Primary Action Color" and it does not matter if it is blue or green or purple for a specific brand, we can all know what color use we are referring to. These colors are not define by a specific hex value but by the color variables defined in the color palette. These definitions can change between color mode.',
491
+ /* @__PURE__ */ o("br", {}),
492
+ /* @__PURE__ */ o("br", {}),
493
+ 'Tokens are generally referenced by their Name, assuming a normal state unless otherwise specified. For example: A button may be called out to use a "background/action" color, which would reference the "color/background/action/normal" token by default, and the other states as defined.'
494
+ ] }),
495
+ /* @__PURE__ */ o(i, { id: a ? `${a}-text-heading` : void 0, children: "Text" }),
496
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-primary-heading` : void 0, children: "Text/Primary" }),
497
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
498
+ /* @__PURE__ */ o(
499
+ r,
500
+ {
501
+ id: a ? `${a}-text-primary-normal` : void 0,
502
+ className: "bg-text-primary-normal",
503
+ colorName: "Normal",
504
+ colorHex: "#1d1e1e"
505
+ }
506
+ ),
507
+ /* @__PURE__ */ o(
508
+ r,
509
+ {
510
+ id: a ? `${a}-text-primary-disabled` : void 0,
511
+ className: "bg-text-primary-disabled",
512
+ colorName: "Disabled",
513
+ colorHex: "#c1c1c1"
514
+ }
515
+ ),
516
+ /* @__PURE__ */ o(
517
+ r,
518
+ {
519
+ id: a ? `${a}-text-primary-error` : void 0,
520
+ className: "bg-text-primary-error",
521
+ colorName: "Error",
522
+ colorHex: "#cc391f"
523
+ }
524
+ )
525
+ ] }),
526
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-secondary-heading` : void 0, children: "Text/Secondary" }),
527
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
528
+ /* @__PURE__ */ o(
529
+ r,
530
+ {
531
+ id: a ? `${a}-text-secondary-normal` : void 0,
532
+ className: "bg-text-secondary-normal",
533
+ colorName: "Normal",
534
+ colorHex: "#6b6d6d"
535
+ }
536
+ ),
537
+ /* @__PURE__ */ o(
538
+ r,
539
+ {
540
+ id: a ? `${a}-text-secondary-disabled` : void 0,
541
+ className: "bg-text-secondary-disabled",
542
+ colorName: "Disabled",
543
+ colorHex: "#c1c1c1"
544
+ }
545
+ ),
546
+ /* @__PURE__ */ o(
547
+ r,
548
+ {
549
+ id: a ? `${a}-text-secondary-error` : void 0,
550
+ className: "bg-text-secondary-error",
551
+ colorName: "Error",
552
+ colorHex: "#cc391f"
553
+ }
554
+ )
555
+ ] }),
556
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-brand-heading` : void 0, children: "Text/Brand" }),
557
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
558
+ /* @__PURE__ */ o(
559
+ r,
560
+ {
561
+ id: a ? `${a}-text-brand-normal` : void 0,
562
+ className: "bg-brand-400",
563
+ colorName: "Normal",
564
+ colorHex: "#df4405"
565
+ }
566
+ ),
567
+ /* @__PURE__ */ o(
568
+ r,
569
+ {
570
+ id: a ? `${a}-text-brand-disabled` : void 0,
571
+ className: "bg-neutral-300",
572
+ colorName: "Disabled",
573
+ colorHex: "#c1c1c1"
574
+ }
575
+ ),
576
+ /* @__PURE__ */ o(
577
+ r,
578
+ {
579
+ id: a ? `${a}-text-brand-error` : void 0,
580
+ className: "bg-critical-400",
581
+ colorName: "Error",
582
+ colorHex: "#cc391f"
583
+ }
584
+ )
585
+ ] }),
586
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-action-primary-heading` : void 0, children: "Text/Action Primary" }),
587
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
588
+ /* @__PURE__ */ o(
589
+ r,
590
+ {
591
+ id: a ? `${a}-text-action-primary-normal` : void 0,
592
+ className: "bg-text-action-primary-normal",
593
+ colorName: "Normal",
594
+ colorHex: "#0077c8"
595
+ }
596
+ ),
597
+ /* @__PURE__ */ o(
598
+ r,
599
+ {
600
+ id: a ? `${a}-text-action-primary-hover` : void 0,
601
+ className: "bg-text-action-primary-hover",
602
+ colorName: "Hover",
603
+ colorHex: "#00365a"
604
+ }
605
+ ),
606
+ /* @__PURE__ */ o(
607
+ r,
608
+ {
609
+ id: a ? `${a}-text-action-primary-active` : void 0,
610
+ className: "bg-text-action-primary-active",
611
+ colorName: "Active",
612
+ colorHex: "#459ad4"
613
+ }
614
+ ),
615
+ /* @__PURE__ */ o(
616
+ r,
617
+ {
618
+ id: a ? `${a}-text-action-primary-disabled` : void 0,
619
+ className: "bg-text-action-primary-disabled",
620
+ colorName: "Disabled",
621
+ colorHex: "#6b6d6d"
622
+ }
623
+ )
624
+ ] }),
625
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-on-action-primary-heading` : void 0, children: "Text/On Action Primary" }),
626
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
627
+ /* @__PURE__ */ o(
628
+ r,
629
+ {
630
+ id: a ? `${a}-text-on-action-primary-normal` : void 0,
631
+ className: "bg-text-on-action-primary-normal",
632
+ colorName: "Normal",
633
+ colorHex: "#ffffff"
634
+ }
635
+ ),
636
+ /* @__PURE__ */ o(
637
+ r,
638
+ {
639
+ id: a ? `${a}-text-on-action-primary-hover` : void 0,
640
+ className: "bg-text-on-action-primary-hover",
641
+ colorName: "Hover",
642
+ colorHex: "#ffffff"
643
+ }
644
+ ),
645
+ /* @__PURE__ */ o(
646
+ r,
647
+ {
648
+ id: a ? `${a}-text-on-action-primary-active` : void 0,
649
+ className: "bg-text-on-action-primary-active",
650
+ colorName: "Active",
651
+ colorHex: "#ffffff"
652
+ }
653
+ ),
654
+ /* @__PURE__ */ o(
655
+ r,
656
+ {
657
+ id: a ? `${a}-text-on-action-primary-disabled` : void 0,
658
+ className: "bg-text-on-action-primary-disabled",
659
+ colorName: "Disabled",
660
+ colorHex: "#6b6d6d"
661
+ }
662
+ )
663
+ ] }),
664
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-action-critical-heading` : void 0, children: "Text/Action Critical" }),
665
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
666
+ /* @__PURE__ */ o(
667
+ r,
668
+ {
669
+ id: a ? `${a}-text-action-critical-normal` : void 0,
670
+ className: "bg-text-action-critical-normal",
671
+ colorName: "Normal",
672
+ colorHex: "#CC391F"
673
+ }
674
+ ),
675
+ /* @__PURE__ */ o(
676
+ r,
677
+ {
678
+ id: a ? `${a}-text-action-critical-hover` : void 0,
679
+ className: "bg-text-action-critical-hover",
680
+ colorName: "Hover",
681
+ colorHex: "#892615"
682
+ }
683
+ ),
684
+ /* @__PURE__ */ o(
685
+ r,
686
+ {
687
+ id: a ? `${a}-text-action-critical-active` : void 0,
688
+ className: "bg-text-action-critical-active",
689
+ colorName: "Active",
690
+ colorHex: "#DD5E48"
691
+ }
692
+ ),
693
+ /* @__PURE__ */ o(
694
+ r,
695
+ {
696
+ id: a ? `${a}-text-action-critical-disabled` : void 0,
697
+ className: "bg-text-action-critical-disabled",
698
+ colorName: "Disabled",
699
+ colorHex: "#6b6d6d"
700
+ }
701
+ )
702
+ ] }),
703
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-link-heading` : void 0, children: "Text/Link" }),
704
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
705
+ /* @__PURE__ */ o(
706
+ r,
707
+ {
708
+ id: a ? `${a}-text-link-normal` : void 0,
709
+ className: "bg-text-link-normal",
710
+ colorName: "Normal",
711
+ colorHex: "#0077C8"
712
+ }
713
+ ),
714
+ /* @__PURE__ */ o(
715
+ r,
716
+ {
717
+ id: a ? `${a}-text-link-hover` : void 0,
718
+ className: "bg-text-link-hover",
719
+ colorName: "Hover",
720
+ colorHex: "#00365A"
721
+ }
722
+ ),
723
+ /* @__PURE__ */ o(
724
+ r,
725
+ {
726
+ id: a ? `${a}-text-link-active` : void 0,
727
+ className: "bg-text-link-active",
728
+ colorName: "Active",
729
+ colorHex: "#459AD4"
730
+ }
731
+ ),
732
+ /* @__PURE__ */ o(
733
+ r,
734
+ {
735
+ id: a ? `${a}-text-link-disabled` : void 0,
736
+ className: "bg-text-link-disabled",
737
+ colorName: "Disabled",
738
+ colorHex: "#6b6d6d"
739
+ }
740
+ )
741
+ ] }),
742
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-success-heading` : void 0, children: "Text/Success" }),
743
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
744
+ /* @__PURE__ */ o(
745
+ r,
746
+ {
747
+ id: a ? `${a}-text-success-normal` : void 0,
748
+ className: "bg-text-success-normal",
749
+ colorName: "Normal",
750
+ colorHex: "#126240"
751
+ }
752
+ ),
753
+ /* @__PURE__ */ o(
754
+ r,
755
+ {
756
+ id: a ? `${a}-text-success-disabled` : void 0,
757
+ className: "bg-text-success-disabled",
758
+ colorName: "Disabled",
759
+ colorHex: "#6B6D6D"
760
+ }
761
+ ),
762
+ /* @__PURE__ */ o(
763
+ r,
764
+ {
765
+ id: a ? `${a}-text-success-error` : void 0,
766
+ className: "bg-text-success-error",
767
+ colorName: "Error",
768
+ colorHex: "#CC391F"
769
+ }
770
+ )
771
+ ] }),
772
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-warning-heading` : void 0, children: "Text/Warning" }),
773
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
774
+ /* @__PURE__ */ o(
775
+ r,
776
+ {
777
+ id: a ? `${a}-text-warning-normal` : void 0,
778
+ className: "bg-text-warning-normal",
779
+ colorName: "Normal",
780
+ colorHex: "#126240"
781
+ }
782
+ ),
783
+ /* @__PURE__ */ o(
784
+ r,
785
+ {
786
+ id: a ? `${a}-text-warning-disabled` : void 0,
787
+ className: "bg-text-warning-disabled",
788
+ colorName: "Disabled",
789
+ colorHex: "#6B6D6D"
790
+ }
791
+ ),
792
+ /* @__PURE__ */ o(
793
+ r,
794
+ {
795
+ id: a ? `${a}-text-warning-error` : void 0,
796
+ className: "bg-text-warning-error",
797
+ colorName: "Error",
798
+ colorHex: "#CC391F"
799
+ }
800
+ )
801
+ ] }),
802
+ /* @__PURE__ */ o(e, { id: a ? `${a}-text-critical-heading` : void 0, children: "Text/Critical" }),
803
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
804
+ /* @__PURE__ */ o(
805
+ r,
806
+ {
807
+ id: a ? `${a}-text-critical-normal` : void 0,
808
+ className: "bg-text-critical-normal",
809
+ colorName: "Normal",
810
+ colorHex: "#CC391F"
811
+ }
812
+ ),
813
+ /* @__PURE__ */ o(
814
+ r,
815
+ {
816
+ id: a ? `${a}-text-critical-disabled` : void 0,
817
+ className: "bg-text-critical-disabled",
818
+ colorName: "Disabled",
819
+ colorHex: "#6B6D6D"
820
+ }
821
+ ),
822
+ /* @__PURE__ */ o(
823
+ r,
824
+ {
825
+ id: a ? `${a}-text-critical-error` : void 0,
826
+ className: "bg-text-critical-error",
827
+ colorName: "Error",
828
+ colorHex: "#CC391F"
829
+ }
830
+ )
831
+ ] }),
832
+ /* @__PURE__ */ o("br", {}),
833
+ /* @__PURE__ */ o(i, { id: a ? `${a}-icon-heading` : void 0, children: "Icon" }),
834
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-primary-heading` : void 0, children: "Icon/Primary" }),
835
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
836
+ /* @__PURE__ */ o(
837
+ r,
838
+ {
839
+ id: a ? `${a}-icon-primary-normal` : void 0,
840
+ className: "bg-icon-primary-normal",
841
+ colorName: "Normal",
842
+ colorHex: "#6B6D6D"
843
+ }
844
+ ),
845
+ /* @__PURE__ */ o(
846
+ r,
847
+ {
848
+ id: a ? `${a}-icon-primary-disabled` : void 0,
849
+ className: "bg-icon-primary-disabled",
850
+ colorName: "Disabled",
851
+ colorHex: "#C1C1C1"
852
+ }
853
+ )
854
+ ] }),
855
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-success-heading` : void 0, children: "Icon/Success" }),
856
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
857
+ /* @__PURE__ */ o(
858
+ r,
859
+ {
860
+ id: a ? `${a}-icon-success-normal` : void 0,
861
+ className: "bg-icon-success-normal",
862
+ colorName: "Normal",
863
+ colorHex: "#27D68B"
864
+ }
865
+ ),
866
+ /* @__PURE__ */ o(
867
+ r,
868
+ {
869
+ id: a ? `${a}-icon-success-disabled` : void 0,
870
+ className: "bg-icon-success-disabled",
871
+ colorName: "Disabled",
872
+ colorHex: "#6B6D6D"
873
+ }
874
+ )
875
+ ] }),
876
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-warning-heading` : void 0, children: "Icon/Warning" }),
877
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
878
+ /* @__PURE__ */ o(
879
+ r,
880
+ {
881
+ id: a ? `${a}-icon-warning-normal` : void 0,
882
+ className: "bg-icon-warning-normal",
883
+ colorName: "Normal",
884
+ colorHex: "#F0A913"
885
+ }
886
+ ),
887
+ /* @__PURE__ */ o(
888
+ r,
889
+ {
890
+ id: a ? `${a}-icon-warning-disabled` : void 0,
891
+ className: "bg-icon-warning-disabled",
892
+ colorName: "Disabled",
893
+ colorHex: "#6B6D6D"
894
+ }
895
+ )
896
+ ] }),
897
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-critical-heading` : void 0, children: "Icon/Critical" }),
898
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
899
+ /* @__PURE__ */ o(
900
+ r,
901
+ {
902
+ id: a ? `${a}-icon-critical-normal` : void 0,
903
+ className: "bg-icon-critical-normal",
904
+ colorName: "Normal",
905
+ colorHex: "#CC391F"
906
+ }
907
+ ),
908
+ /* @__PURE__ */ o(
909
+ r,
910
+ {
911
+ id: a ? `${a}-icon-critical-disabled` : void 0,
912
+ className: "bg-icon-critical-disabled",
913
+ colorName: "Disabled",
914
+ colorHex: "#6B6D6D"
915
+ }
916
+ )
917
+ ] }),
918
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-action-primary-heading` : void 0, children: "Icon/Action Primary" }),
919
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
920
+ /* @__PURE__ */ o(
921
+ r,
922
+ {
923
+ id: a ? `${a}-icon-action-primary-normal` : void 0,
924
+ className: "bg-icon-action-primary-normal",
925
+ colorName: "Normal",
926
+ colorHex: "#1D1E1E"
927
+ }
928
+ ),
929
+ /* @__PURE__ */ o(
930
+ r,
931
+ {
932
+ id: a ? `${a}-icon-action-primary-hover` : void 0,
933
+ className: "bg-icon-action-primary-hover",
934
+ colorName: "Hover",
935
+ colorHex: "#00365A"
936
+ }
937
+ ),
938
+ /* @__PURE__ */ o(
939
+ r,
940
+ {
941
+ id: a ? `${a}-icon-action-primary-active` : void 0,
942
+ className: "bg-icon-action-primary-active",
943
+ colorName: "Active",
944
+ colorHex: "#459AD4"
945
+ }
946
+ ),
947
+ /* @__PURE__ */ o(
948
+ r,
949
+ {
950
+ id: a ? `${a}-icon-action-primary-disabled` : void 0,
951
+ className: "bg-icon-action-primary-disabled",
952
+ colorName: "Disabled",
953
+ colorHex: "#C1C1C1"
954
+ }
955
+ )
956
+ ] }),
957
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-on-action-primary-heading` : void 0, children: "Icon/On Action Primary" }),
958
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
959
+ /* @__PURE__ */ o(
960
+ r,
961
+ {
962
+ id: a ? `${a}-icon-on-action-primary-normal` : void 0,
963
+ className: "bg-icon-on-action-primary-normal",
964
+ colorName: "Normal",
965
+ colorHex: "#FFFFFF"
966
+ }
967
+ ),
968
+ /* @__PURE__ */ o(
969
+ r,
970
+ {
971
+ id: a ? `${a}-icon-on-action-primary-hover` : void 0,
972
+ className: "bg-icon-on-action-primary-hover",
973
+ colorName: "Hover",
974
+ colorHex: "#FFFFFF"
975
+ }
976
+ ),
977
+ /* @__PURE__ */ o(
978
+ r,
979
+ {
980
+ id: a ? `${a}-icon-on-action-primary-active` : void 0,
981
+ className: "bg-icon-on-action-primary-active",
982
+ colorName: "Active",
983
+ colorHex: "#FFFFFF"
984
+ }
985
+ ),
986
+ /* @__PURE__ */ o(
987
+ r,
988
+ {
989
+ id: a ? `${a}-icon-on-action-primary-disabled` : void 0,
990
+ className: "bg-icon-on-action-primary-disabled",
991
+ colorName: "Disabled",
992
+ colorHex: "#6B6D6D"
993
+ }
994
+ )
995
+ ] }),
996
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-action-secondary-heading` : void 0, children: "Icon/Action Secondary" }),
997
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
998
+ /* @__PURE__ */ o(
999
+ r,
1000
+ {
1001
+ id: a ? `${a}-icon-action-secondary-normal` : void 0,
1002
+ className: "bg-icon-action-secondary-normal",
1003
+ colorName: "Normal",
1004
+ colorHex: "#0077C8"
1005
+ }
1006
+ ),
1007
+ /* @__PURE__ */ o(
1008
+ r,
1009
+ {
1010
+ id: a ? `${a}-icon-action-secondary-hover` : void 0,
1011
+ className: "bg-icon-action-secondary-hover",
1012
+ colorName: "Hover",
1013
+ colorHex: "#00365A"
1014
+ }
1015
+ ),
1016
+ /* @__PURE__ */ o(
1017
+ r,
1018
+ {
1019
+ id: a ? `${a}-icon-action-secondary-active` : void 0,
1020
+ className: "bg-icon-action-secondary-active",
1021
+ colorName: "Active",
1022
+ colorHex: "#459AD4"
1023
+ }
1024
+ ),
1025
+ /* @__PURE__ */ o(
1026
+ r,
1027
+ {
1028
+ id: a ? `${a}-icon-action-secondary-disabled` : void 0,
1029
+ className: "bg-icon-action-secondary-disabled",
1030
+ colorName: "Disabled",
1031
+ colorHex: "#6B6D6D"
1032
+ }
1033
+ )
1034
+ ] }),
1035
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-action-critical-heading` : void 0, children: "Icon/Action Critical" }),
1036
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1037
+ /* @__PURE__ */ o(
1038
+ r,
1039
+ {
1040
+ id: a ? `${a}-icon-action-critical-normal` : void 0,
1041
+ className: "bg-icon-action-critical-normal",
1042
+ colorName: "Normal",
1043
+ colorHex: "#CC391F"
1044
+ }
1045
+ ),
1046
+ /* @__PURE__ */ o(
1047
+ r,
1048
+ {
1049
+ id: a ? `${a}-icon-action-critical-hover` : void 0,
1050
+ className: "bg-icon-action-critical-hover",
1051
+ colorName: "Hover",
1052
+ colorHex: "#892615"
1053
+ }
1054
+ ),
1055
+ /* @__PURE__ */ o(
1056
+ r,
1057
+ {
1058
+ id: a ? `${a}-icon-action-critical-active` : void 0,
1059
+ className: "bg-icon-action-critical-active",
1060
+ colorName: "Active",
1061
+ colorHex: "#DD5E48"
1062
+ }
1063
+ ),
1064
+ /* @__PURE__ */ o(
1065
+ r,
1066
+ {
1067
+ id: a ? `${a}-icon-action-critical-disabled` : void 0,
1068
+ className: "bg-icon-action-critical-disabled",
1069
+ colorName: "Disabled",
1070
+ colorHex: "#6B6D6D"
1071
+ }
1072
+ )
1073
+ ] }),
1074
+ /* @__PURE__ */ o(e, { id: a ? `${a}-icon-brand-primary-heading` : void 0, children: "Icon/Brand Primary" }),
1075
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1076
+ /* @__PURE__ */ o(
1077
+ r,
1078
+ {
1079
+ id: a ? `${a}-icon-brand-primary-normal` : void 0,
1080
+ className: "bg-icon-brand-primary-normal",
1081
+ colorName: "Normal",
1082
+ colorHex: "#DF4405"
1083
+ }
1084
+ ),
1085
+ /* @__PURE__ */ o(
1086
+ r,
1087
+ {
1088
+ id: a ? `${a}-icon-brand-primary-hover` : void 0,
1089
+ className: "bg-icon-brand-primary-hover",
1090
+ colorName: "Hover",
1091
+ colorHex: "#9E3004"
1092
+ }
1093
+ ),
1094
+ /* @__PURE__ */ o(
1095
+ r,
1096
+ {
1097
+ id: a ? `${a}-icon-brand-primary-active` : void 0,
1098
+ className: "bg-icon-brand-primary-active",
1099
+ colorName: "Active",
1100
+ colorHex: "#E56937"
1101
+ }
1102
+ ),
1103
+ /* @__PURE__ */ o(
1104
+ r,
1105
+ {
1106
+ id: a ? `${a}-icon-brand-primary-disabled` : void 0,
1107
+ className: "bg-icon-brand-primary-disabled",
1108
+ colorName: "Disabled",
1109
+ colorHex: "#C1C1C1"
1110
+ }
1111
+ )
1112
+ ] }),
1113
+ /* @__PURE__ */ o("br", {}),
1114
+ /* @__PURE__ */ o(i, { id: a ? `${a}-border-heading` : void 0, children: "Border" }),
1115
+ /* @__PURE__ */ o(e, { id: a ? `${a}-border-primary-heading` : void 0, children: "Border/Primary" }),
1116
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1117
+ /* @__PURE__ */ o(
1118
+ r,
1119
+ {
1120
+ id: a ? `${a}-border-primary-normal` : void 0,
1121
+ className: "bg-border-primary-normal",
1122
+ colorName: "Normal",
1123
+ colorHex: "#C1C1C1"
1124
+ }
1125
+ ),
1126
+ /* @__PURE__ */ o(
1127
+ r,
1128
+ {
1129
+ id: a ? `${a}-border-primary-focus` : void 0,
1130
+ className: "bg-border-primary-focus",
1131
+ colorName: "Focus",
1132
+ colorHex: "#0077C8"
1133
+ }
1134
+ ),
1135
+ /* @__PURE__ */ o(
1136
+ r,
1137
+ {
1138
+ id: a ? `${a}-border-primary-error` : void 0,
1139
+ className: "bg-border-primary-error",
1140
+ colorName: "Error",
1141
+ colorHex: "#CC391F"
1142
+ }
1143
+ )
1144
+ ] }),
1145
+ /* @__PURE__ */ o(e, { id: a ? `${a}-border-action-heading` : void 0, children: "Border/Action" }),
1146
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1147
+ /* @__PURE__ */ o(
1148
+ r,
1149
+ {
1150
+ id: a ? `${a}-border-action-normal` : void 0,
1151
+ className: "bg-border-action-normal",
1152
+ colorName: "Normal",
1153
+ colorHex: "#0077C8"
1154
+ }
1155
+ ),
1156
+ /* @__PURE__ */ o(
1157
+ r,
1158
+ {
1159
+ id: a ? `${a}-border-action-hover` : void 0,
1160
+ className: "bg-border-action-hover",
1161
+ colorName: "Hover",
1162
+ colorHex: "#00365A"
1163
+ }
1164
+ ),
1165
+ /* @__PURE__ */ o(
1166
+ r,
1167
+ {
1168
+ id: a ? `${a}-border-action-active` : void 0,
1169
+ className: "bg-border-action-active",
1170
+ colorName: "Active",
1171
+ colorHex: "#459AD4"
1172
+ }
1173
+ ),
1174
+ /* @__PURE__ */ o(
1175
+ r,
1176
+ {
1177
+ id: a ? `${a}-border-action-disabled` : void 0,
1178
+ className: "bg-border-action-disabled",
1179
+ colorName: "Disabled",
1180
+ colorHex: "#EBEBEB"
1181
+ }
1182
+ )
1183
+ ] }),
1184
+ /* @__PURE__ */ o(e, { id: a ? `${a}-border-action-critical-heading` : void 0, children: "Border/Action Critical" }),
1185
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1186
+ /* @__PURE__ */ o(
1187
+ r,
1188
+ {
1189
+ id: a ? `${a}-border-action-critical-normal` : void 0,
1190
+ className: "bg-border-action-critical-normal",
1191
+ colorName: "Normal",
1192
+ colorHex: "#CC391F"
1193
+ }
1194
+ ),
1195
+ /* @__PURE__ */ o(
1196
+ r,
1197
+ {
1198
+ id: a ? `${a}-border-action-critical-hover` : void 0,
1199
+ className: "bg-border-action-critical-hover",
1200
+ colorName: "Hover",
1201
+ colorHex: "#892615"
1202
+ }
1203
+ ),
1204
+ /* @__PURE__ */ o(
1205
+ r,
1206
+ {
1207
+ id: a ? `${a}-border-action-critical-active` : void 0,
1208
+ className: "bg-border-action-critical-active",
1209
+ colorName: "Active",
1210
+ colorHex: "#DD5E48"
1211
+ }
1212
+ ),
1213
+ /* @__PURE__ */ o(
1214
+ r,
1215
+ {
1216
+ id: a ? `${a}-border-action-critical-disabled` : void 0,
1217
+ className: "bg-border-action-critical-disabled",
1218
+ colorName: "Disabled",
1219
+ colorHex: "#EBEBEB"
1220
+ }
1221
+ )
1222
+ ] }),
1223
+ /* @__PURE__ */ o("br", {}),
1224
+ /* @__PURE__ */ o(i, { id: a ? `${a}-background-heading` : void 0, children: "Background" }),
1225
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-primary-heading` : void 0, children: "Background/Primary" }),
1226
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1227
+ r,
1228
+ {
1229
+ id: a ? `${a}-background-primary-normal` : void 0,
1230
+ className: "bg-background-primary-normal",
1231
+ colorName: "Normal",
1232
+ colorHex: "#FFFFFF"
1233
+ }
1234
+ ) }),
1235
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-secondary-heading` : void 0, children: "Background/Secondary" }),
1236
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1237
+ r,
1238
+ {
1239
+ id: a ? `${a}-background-secondary-normal` : void 0,
1240
+ className: "bg-background-secondary-normal",
1241
+ colorName: "Normal",
1242
+ colorHex: "#c1c1c1"
1243
+ }
1244
+ ) }),
1245
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-brand-heading` : void 0, children: "Background/Brand" }),
1246
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1247
+ r,
1248
+ {
1249
+ id: a ? `${a}-background-brand-normal` : void 0,
1250
+ className: "bg-background-brand-normal",
1251
+ colorName: "Normal",
1252
+ colorHex: "#DF4405"
1253
+ }
1254
+ ) }),
1255
+ /* @__PURE__ */ o(
1256
+ e,
1257
+ {
1258
+ id: a ? `${a}-background-grouped-primary-heading` : void 0,
1259
+ children: "Background/Grouped Primary"
1260
+ }
1261
+ ),
1262
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1263
+ r,
1264
+ {
1265
+ id: a ? `${a}-background-grouped-primary-normal` : void 0,
1266
+ className: "bg-background-grouped-primary-normal",
1267
+ colorName: "Normal",
1268
+ colorHex: "#FFFFFF"
1269
+ }
1270
+ ) }),
1271
+ /* @__PURE__ */ o(
1272
+ e,
1273
+ {
1274
+ id: a ? `${a}-background-grouped-secondary-heading` : void 0,
1275
+ children: "Background/Grouped Secondary"
1276
+ }
1277
+ ),
1278
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1279
+ r,
1280
+ {
1281
+ id: a ? `${a}-background-grouped-secondary-normal` : void 0,
1282
+ className: "bg-background-grouped-secondary-normal",
1283
+ colorName: "Normal",
1284
+ colorHex: "#f7f7f7"
1285
+ }
1286
+ ) }),
1287
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-action-primary-heading` : void 0, children: "Background/Action Primary" }),
1288
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1289
+ /* @__PURE__ */ o(
1290
+ r,
1291
+ {
1292
+ id: a ? `${a}-background-action-primary-normal` : void 0,
1293
+ className: "bg-background-action-primary-normal",
1294
+ colorName: "Normal",
1295
+ colorHex: "#0077C8"
1296
+ }
1297
+ ),
1298
+ /* @__PURE__ */ o(
1299
+ r,
1300
+ {
1301
+ id: a ? `${a}-background-action-primary-hover` : void 0,
1302
+ className: "bg-background-action-primary-hover",
1303
+ colorName: "Hover",
1304
+ colorHex: "#00365A"
1305
+ }
1306
+ ),
1307
+ /* @__PURE__ */ o(
1308
+ r,
1309
+ {
1310
+ id: a ? `${a}-background-action-primary-active` : void 0,
1311
+ className: "bg-background-action-primary-active",
1312
+ colorName: "Active",
1313
+ colorHex: "#459AD4"
1314
+ }
1315
+ ),
1316
+ /* @__PURE__ */ o(
1317
+ r,
1318
+ {
1319
+ id: a ? `${a}-background-action-primary-disabled` : void 0,
1320
+ className: "bg-background-action-primary-disabled",
1321
+ colorName: "Disabled",
1322
+ colorHex: "#EBEBEB"
1323
+ }
1324
+ )
1325
+ ] }),
1326
+ /* @__PURE__ */ o(
1327
+ e,
1328
+ {
1329
+ id: a ? `${a}-background-action-secondary-heading` : void 0,
1330
+ children: "Background/Action Secondary"
1331
+ }
1332
+ ),
1333
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1334
+ /* @__PURE__ */ o(
1335
+ r,
1336
+ {
1337
+ id: a ? `${a}-background-action-secondary-normal` : void 0,
1338
+ className: "bg-background-action-secondary-normal",
1339
+ colorName: "Normal",
1340
+ colorHex: "#FFFFFF"
1341
+ }
1342
+ ),
1343
+ /* @__PURE__ */ o(
1344
+ r,
1345
+ {
1346
+ id: a ? `${a}-background-action-secondary-hover` : void 0,
1347
+ className: "bg-background-action-secondary-hover",
1348
+ colorName: "Hover",
1349
+ colorHex: "#E7F2F9"
1350
+ }
1351
+ ),
1352
+ /* @__PURE__ */ o(
1353
+ r,
1354
+ {
1355
+ id: a ? `${a}-background-action-secondary-active` : void 0,
1356
+ className: "bg-background-action-secondary-active",
1357
+ colorName: "Active",
1358
+ colorHex: "#FFFFFF"
1359
+ }
1360
+ ),
1361
+ /* @__PURE__ */ o(
1362
+ r,
1363
+ {
1364
+ id: a ? `${a}-background-action-secondary-disabled` : void 0,
1365
+ className: "bg-background-action-secondary-disabled",
1366
+ colorName: "Disabled",
1367
+ colorHex: "#EBEBEB"
1368
+ }
1369
+ )
1370
+ ] }),
1371
+ /* @__PURE__ */ o(
1372
+ e,
1373
+ {
1374
+ id: a ? `${a}-background-action-critical-primary-heading` : void 0,
1375
+ children: "Background/Action Critical Primary"
1376
+ }
1377
+ ),
1378
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1379
+ /* @__PURE__ */ o(
1380
+ r,
1381
+ {
1382
+ id: a ? `${a}-background-action-critical-primary-normal` : void 0,
1383
+ className: "bg-background-action-critical-primary-normal",
1384
+ colorName: "Normal",
1385
+ colorHex: "#CC391F"
1386
+ }
1387
+ ),
1388
+ /* @__PURE__ */ o(
1389
+ r,
1390
+ {
1391
+ id: a ? `${a}-background-action-critical-primary-hover` : void 0,
1392
+ className: "bg-background-action-critical-primary-hover",
1393
+ colorName: "Hover",
1394
+ colorHex: "#892615"
1395
+ }
1396
+ ),
1397
+ /* @__PURE__ */ o(
1398
+ r,
1399
+ {
1400
+ id: a ? `${a}-background-action-critical-primary-active` : void 0,
1401
+ className: "bg-background-action-critical-primary-active",
1402
+ colorName: "Active",
1403
+ colorHex: "#DD5E48"
1404
+ }
1405
+ ),
1406
+ /* @__PURE__ */ o(
1407
+ r,
1408
+ {
1409
+ id: a ? `${a}-background-action-critical-primary-disabled` : void 0,
1410
+ className: "bg-background-action-critical-primary-disabled",
1411
+ colorName: "Disabled",
1412
+ colorHex: "#EBEBEB"
1413
+ }
1414
+ )
1415
+ ] }),
1416
+ /* @__PURE__ */ o(
1417
+ e,
1418
+ {
1419
+ id: a ? `${a}-background-action-critical-secondary-heading` : void 0,
1420
+ children: "Background/Action Critical Secondary"
1421
+ }
1422
+ ),
1423
+ /* @__PURE__ */ c("div", { className: "flex flex-row gap-4", children: [
1424
+ /* @__PURE__ */ o(
1425
+ r,
1426
+ {
1427
+ id: a ? `${a}-background-action-critical-secondary-normal` : void 0,
1428
+ className: "bg-background-action-critical-secondary-normal",
1429
+ colorName: "Normal",
1430
+ colorHex: "#FFFFFF"
1431
+ }
1432
+ ),
1433
+ /* @__PURE__ */ o(
1434
+ r,
1435
+ {
1436
+ id: a ? `${a}-background-action-critical-secondary-hover` : void 0,
1437
+ className: "bg-background-action-critical-secondary-hover",
1438
+ colorName: "Hover",
1439
+ colorHex: "#FBEDEA"
1440
+ }
1441
+ ),
1442
+ /* @__PURE__ */ o(
1443
+ r,
1444
+ {
1445
+ id: a ? `${a}-background-action-critical-secondary-active` : void 0,
1446
+ className: "bg-background-action-critical-secondary-active",
1447
+ colorName: "Active",
1448
+ colorHex: "#FFFFFF"
1449
+ }
1450
+ ),
1451
+ /* @__PURE__ */ o(
1452
+ r,
1453
+ {
1454
+ id: a ? `${a}-background-action-critical-secondary-disabled` : void 0,
1455
+ className: "bg-background-action-critical-secondary-disabled",
1456
+ colorName: "Disabled",
1457
+ colorHex: "#EBEBEB"
1458
+ }
1459
+ )
1460
+ ] }),
1461
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-success-heading` : void 0, children: "Background/Success" }),
1462
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1463
+ r,
1464
+ {
1465
+ id: a ? `${a}-background-success-normal` : void 0,
1466
+ className: "bg-background-success-normal",
1467
+ colorName: "Normal",
1468
+ colorHex: "#27D68B"
1469
+ }
1470
+ ) }),
1471
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-warning-heading` : void 0, children: "Background/Warning" }),
1472
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1473
+ r,
1474
+ {
1475
+ id: a ? `${a}-background-warning-normal` : void 0,
1476
+ className: "bg-background-warning-normal",
1477
+ colorName: "Normal",
1478
+ colorHex: "#F0A913"
1479
+ }
1480
+ ) }),
1481
+ /* @__PURE__ */ o(e, { id: a ? `${a}-background-critical-heading` : void 0, children: "Background/Critical" }),
1482
+ /* @__PURE__ */ o("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ o(
1483
+ r,
1484
+ {
1485
+ id: a ? `${a}-background-critical-normal` : void 0,
1486
+ className: "bg-background-critical-normal",
1487
+ colorName: "Normal",
1488
+ colorHex: "#CC391F"
1489
+ }
1490
+ ) })
1491
+ ]
1492
+ }
1493
+ );
1494
+ }
1495
+ export {
1496
+ r as Swatch,
1497
+ f as Swatches
1498
+ };