@dmsi/wedgekit-react 0.0.1277 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (645) hide show
  1. package/README.md +4 -32
  2. package/dist/classNames.d.ts +41 -0
  3. package/dist/classNames.d.ts.map +1 -0
  4. package/dist/components/AccessCard.d.ts +14 -0
  5. package/dist/components/AccessCard.d.ts.map +1 -0
  6. package/dist/components/AccessCardGroup.d.ts +15 -0
  7. package/dist/components/AccessCardGroup.d.ts.map +1 -0
  8. package/dist/components/AccessChangerTabItem.d.ts +11 -0
  9. package/dist/components/AccessChangerTabItem.d.ts.map +1 -0
  10. package/dist/components/Accordion.d.ts +15 -0
  11. package/dist/components/Accordion.d.ts.map +1 -0
  12. package/dist/components/Alert.d.ts +13 -0
  13. package/dist/components/Alert.d.ts.map +1 -0
  14. package/dist/components/Breadcrumbs.d.ts +19 -0
  15. package/dist/components/Breadcrumbs.d.ts.map +1 -0
  16. package/dist/components/Button.d.ts +46 -0
  17. package/dist/components/Button.d.ts.map +1 -0
  18. package/dist/components/CalendarRange.d.ts +28 -0
  19. package/dist/components/CalendarRange.d.ts.map +1 -0
  20. package/dist/components/Caption.d.ts +15 -0
  21. package/dist/components/Caption.d.ts.map +1 -0
  22. package/dist/components/Card.d.ts +28 -0
  23. package/dist/components/Card.d.ts.map +1 -0
  24. package/dist/components/Checkbox.d.ts +12 -0
  25. package/dist/components/Checkbox.d.ts.map +1 -0
  26. package/dist/components/CompactImagesPreview.d.ts +25 -0
  27. package/dist/components/CompactImagesPreview.d.ts.map +1 -0
  28. package/dist/components/ContentTab.d.ts +12 -0
  29. package/dist/components/ContentTab.d.ts.map +1 -0
  30. package/dist/components/ContentTabs.d.ts +23 -0
  31. package/dist/components/ContentTabs.d.ts.map +1 -0
  32. package/dist/components/DMSiLogo.d.ts +2 -0
  33. package/dist/components/DMSiLogo.d.ts.map +1 -0
  34. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.d.ts +8 -0
  35. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.d.ts.map +1 -0
  36. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.d.ts +9 -0
  37. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.d.ts.map +1 -0
  38. package/dist/components/DataGrid/PinnedColumns.d.ts +26 -0
  39. package/dist/components/DataGrid/PinnedColumns.d.ts.map +1 -0
  40. package/dist/components/DataGrid/TableBody/LoadingCell.d.ts +7 -0
  41. package/dist/components/DataGrid/TableBody/LoadingCell.d.ts.map +1 -0
  42. package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts +22 -0
  43. package/dist/components/DataGrid/TableBody/TableBodyRow.d.ts.map +1 -0
  44. package/dist/components/DataGrid/TableBody/index.d.ts +26 -0
  45. package/dist/components/DataGrid/TableBody/index.d.ts.map +1 -0
  46. package/dist/components/DataGrid/index.d.ts +5 -0
  47. package/dist/components/DataGrid/index.d.ts.map +1 -0
  48. package/dist/components/DataGrid/types.d.ts +74 -0
  49. package/dist/components/DataGrid/types.d.ts.map +1 -0
  50. package/dist/components/DataGrid/utils.d.ts +3 -0
  51. package/dist/components/DataGrid/utils.d.ts.map +1 -0
  52. package/dist/components/DataGridCell.d.ts +46 -0
  53. package/dist/components/DataGridCell.d.ts.map +1 -0
  54. package/dist/components/DataTable.d.ts +36 -0
  55. package/dist/components/DataTable.d.ts.map +1 -0
  56. package/dist/components/DateInput.d.ts +38 -0
  57. package/dist/components/DateInput.d.ts.map +1 -0
  58. package/dist/components/DateRangeInput.d.ts +36 -0
  59. package/dist/components/DateRangeInput.d.ts.map +1 -0
  60. package/dist/components/DebugJson.d.ts +5 -0
  61. package/dist/components/DebugJson.d.ts.map +1 -0
  62. package/dist/components/Display.d.ts +14 -0
  63. package/dist/components/Display.d.ts.map +1 -0
  64. package/dist/components/EditingContext.d.ts +14 -0
  65. package/dist/components/EditingContext.d.ts.map +1 -0
  66. package/dist/components/EmblaCarousel/ArrowButtons.d.ts +9 -0
  67. package/dist/components/EmblaCarousel/ArrowButtons.d.ts.map +1 -0
  68. package/dist/components/EmblaCarousel/SelectedSnapDisplay.d.ts +7 -0
  69. package/dist/components/EmblaCarousel/SelectedSnapDisplay.d.ts.map +1 -0
  70. package/dist/components/EmblaCarousel/index.d.ts +20 -0
  71. package/dist/components/EmblaCarousel/index.d.ts.map +1 -0
  72. package/dist/components/EmblaCarousel/usePrevNextButtons.d.ts +10 -0
  73. package/dist/components/EmblaCarousel/usePrevNextButtons.d.ts.map +1 -0
  74. package/dist/components/EmblaCarousel/useSelectedSnapDisplay.d.ts +8 -0
  75. package/dist/components/EmblaCarousel/useSelectedSnapDisplay.d.ts.map +1 -0
  76. package/dist/components/EmptyCartIcon.d.ts +2 -0
  77. package/dist/components/EmptyCartIcon.d.ts.map +1 -0
  78. package/dist/components/FilterGroup.d.ts +29 -0
  79. package/dist/components/FilterGroup.d.ts.map +1 -0
  80. package/dist/components/FullViewportBox.d.ts +6 -0
  81. package/dist/components/FullViewportBox.d.ts.map +1 -0
  82. package/dist/components/Grid.d.ts +22 -0
  83. package/dist/components/Grid.d.ts.map +1 -0
  84. package/dist/components/Heading.d.ts +15 -0
  85. package/dist/components/Heading.d.ts.map +1 -0
  86. package/dist/components/HorizontalDivider.d.ts +8 -0
  87. package/dist/components/HorizontalDivider.d.ts.map +1 -0
  88. package/dist/components/Icon.d.ts +11 -0
  89. package/dist/components/Icon.d.ts.map +1 -0
  90. package/dist/components/ImagePlaceholder.d.ts +3 -0
  91. package/dist/components/ImagePlaceholder.d.ts.map +1 -0
  92. package/dist/components/Input.d.ts +50 -0
  93. package/dist/components/Input.d.ts.map +1 -0
  94. package/dist/components/InputGroup.d.ts +12 -0
  95. package/dist/components/InputGroup.d.ts.map +1 -0
  96. package/dist/components/Label.d.ts +10 -0
  97. package/dist/components/Label.d.ts.map +1 -0
  98. package/dist/components/Link.d.ts +16 -0
  99. package/dist/components/Link.d.ts.map +1 -0
  100. package/dist/components/List.d.ts +7 -0
  101. package/dist/components/List.d.ts.map +1 -0
  102. package/dist/components/ListGroup.d.ts +26 -0
  103. package/dist/components/ListGroup.d.ts.map +1 -0
  104. package/dist/components/LiveChatComponent.d.ts +17 -0
  105. package/dist/components/LiveChatComponent.d.ts.map +1 -0
  106. package/dist/components/LoadingScrim.d.ts +14 -0
  107. package/dist/components/LoadingScrim.d.ts.map +1 -0
  108. package/dist/components/LogoAgilityTopBar.d.ts +2 -0
  109. package/dist/components/LogoAgilityTopBar.d.ts.map +1 -0
  110. package/dist/components/LogoDMSiTopBar.d.ts +2 -0
  111. package/dist/components/LogoDMSiTopBar.d.ts.map +1 -0
  112. package/dist/components/LogoMillworkTopBar.d.ts +2 -0
  113. package/dist/components/LogoMillworkTopBar.d.ts.map +1 -0
  114. package/dist/components/MainBar.d.ts +14 -0
  115. package/dist/components/MainBar.d.ts.map +1 -0
  116. package/dist/components/MaxViewportBox.d.ts +6 -0
  117. package/dist/components/MaxViewportBox.d.ts.map +1 -0
  118. package/dist/components/Menu.d.ts +23 -0
  119. package/dist/components/Menu.d.ts.map +1 -0
  120. package/dist/components/MenuOption.d.ts +65 -0
  121. package/dist/components/MenuOption.d.ts.map +1 -0
  122. package/dist/components/MobileDataGrid/ColumnList.d.ts +13 -0
  123. package/dist/components/MobileDataGrid/ColumnList.d.ts.map +1 -0
  124. package/dist/components/MobileDataGrid/ColumnSelector/index.d.ts +2 -0
  125. package/dist/components/MobileDataGrid/ColumnSelector/index.d.ts.map +1 -0
  126. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.d.ts +24 -0
  127. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.d.ts.map +1 -0
  128. package/dist/components/MobileDataGrid/GridContextProvider/index.d.ts +15 -0
  129. package/dist/components/MobileDataGrid/GridContextProvider/index.d.ts.map +1 -0
  130. package/dist/components/MobileDataGrid/GridContextProvider/useGridContext.d.ts +3 -0
  131. package/dist/components/MobileDataGrid/GridContextProvider/useGridContext.d.ts.map +1 -0
  132. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.d.ts +6 -0
  133. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.d.ts.map +1 -0
  134. package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts +10 -0
  135. package/dist/components/MobileDataGrid/MobileDataGridCard/index.d.ts.map +1 -0
  136. package/dist/components/MobileDataGrid/MobileDataGridHeader.d.ts +7 -0
  137. package/dist/components/MobileDataGrid/MobileDataGridHeader.d.ts.map +1 -0
  138. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.d.ts +2 -0
  139. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.d.ts.map +1 -0
  140. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.d.ts +2 -0
  141. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.d.ts.map +1 -0
  142. package/dist/components/MobileDataGrid/dataGridReducer.d.ts +21 -0
  143. package/dist/components/MobileDataGrid/dataGridReducer.d.ts.map +1 -0
  144. package/dist/components/MobileDataGrid/index.d.ts +26 -0
  145. package/dist/components/MobileDataGrid/index.d.ts.map +1 -0
  146. package/dist/components/MobileDataGrid/types.d.ts +4 -0
  147. package/dist/components/MobileDataGrid/types.d.ts.map +1 -0
  148. package/dist/components/MobileNavMenu.d.ts +36 -0
  149. package/dist/components/MobileNavMenu.d.ts.map +1 -0
  150. package/dist/components/Modal.d.ts +30 -0
  151. package/dist/components/Modal.d.ts.map +1 -0
  152. package/dist/components/ModalButtons.d.ts +13 -0
  153. package/dist/components/ModalButtons.d.ts.map +1 -0
  154. package/dist/components/ModalContent.d.ts +7 -0
  155. package/dist/components/ModalContent.d.ts.map +1 -0
  156. package/dist/components/ModalHeader.d.ts +17 -0
  157. package/dist/components/ModalHeader.d.ts.map +1 -0
  158. package/dist/components/ModalScrim.d.ts +13 -0
  159. package/dist/components/ModalScrim.d.ts.map +1 -0
  160. package/dist/components/NavigationTab.d.ts +13 -0
  161. package/dist/components/NavigationTab.d.ts.map +1 -0
  162. package/dist/components/NavigationTabs.d.ts +18 -0
  163. package/dist/components/NavigationTabs.d.ts.map +1 -0
  164. package/dist/components/NestedMenu.d.ts +35 -0
  165. package/dist/components/NestedMenu.d.ts.map +1 -0
  166. package/dist/components/Notification.d.ts +17 -0
  167. package/dist/components/Notification.d.ts.map +1 -0
  168. package/dist/components/OptionPill.d.ts +14 -0
  169. package/dist/components/OptionPill.d.ts.map +1 -0
  170. package/dist/components/OrderCheckIcon.d.ts +5 -0
  171. package/dist/components/OrderCheckIcon.d.ts.map +1 -0
  172. package/dist/components/PDFViewer/DownloadIcon.d.ts +7 -0
  173. package/dist/components/PDFViewer/DownloadIcon.d.ts.map +1 -0
  174. package/dist/components/PDFViewer/PDFElement.d.ts +7 -0
  175. package/dist/components/PDFViewer/PDFElement.d.ts.map +1 -0
  176. package/dist/components/PDFViewer/PDFNavigation.d.ts +12 -0
  177. package/dist/components/PDFViewer/PDFNavigation.d.ts.map +1 -0
  178. package/dist/components/PDFViewer/PDFPage.d.ts +7 -0
  179. package/dist/components/PDFViewer/PDFPage.d.ts.map +1 -0
  180. package/dist/components/PDFViewer/index.d.ts +20 -0
  181. package/dist/components/PDFViewer/index.d.ts.map +1 -0
  182. package/dist/components/Pagination.d.ts +14 -0
  183. package/dist/components/Pagination.d.ts.map +1 -0
  184. package/dist/components/Paragraph.d.ts +10 -0
  185. package/dist/components/Paragraph.d.ts.map +1 -0
  186. package/dist/components/Password.d.ts +4 -0
  187. package/dist/components/Password.d.ts.map +1 -0
  188. package/dist/components/ProductImagePreview/CarouselPagination.d.ts +9 -0
  189. package/dist/components/ProductImagePreview/CarouselPagination.d.ts.map +1 -0
  190. package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts +11 -0
  191. package/dist/components/ProductImagePreview/MobileImageCarousel.d.ts.map +1 -0
  192. package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts +22 -0
  193. package/dist/components/ProductImagePreview/ProductPrimaryImage.d.ts.map +1 -0
  194. package/dist/components/ProductImagePreview/Thumbnail.d.ts +11 -0
  195. package/dist/components/ProductImagePreview/Thumbnail.d.ts.map +1 -0
  196. package/dist/components/ProductImagePreview/ZoomWindow.d.ts +22 -0
  197. package/dist/components/ProductImagePreview/ZoomWindow.d.ts.map +1 -0
  198. package/dist/components/ProductImagePreview/index.d.ts +23 -0
  199. package/dist/components/ProductImagePreview/index.d.ts.map +1 -0
  200. package/dist/components/ProductImagePreview/useProductImagePreview.d.ts +42 -0
  201. package/dist/components/ProductImagePreview/useProductImagePreview.d.ts.map +1 -0
  202. package/dist/components/ProjectBar.d.ts +12 -0
  203. package/dist/components/ProjectBar.d.ts.map +1 -0
  204. package/dist/components/Radio.d.ts +10 -0
  205. package/dist/components/Radio.d.ts.map +1 -0
  206. package/dist/components/Search.d.ts +20 -0
  207. package/dist/components/Search.d.ts.map +1 -0
  208. package/dist/components/SearchResultImage/index.d.ts +9 -0
  209. package/dist/components/SearchResultImage/index.d.ts.map +1 -0
  210. package/dist/components/Select.d.ts +22 -0
  211. package/dist/components/Select.d.ts.map +1 -0
  212. package/dist/components/SideMenu.d.ts +9 -0
  213. package/dist/components/SideMenu.d.ts.map +1 -0
  214. package/dist/components/SideMenuGroup.d.ts +11 -0
  215. package/dist/components/SideMenuGroup.d.ts.map +1 -0
  216. package/dist/components/SideMenuItem.d.ts +15 -0
  217. package/dist/components/SideMenuItem.d.ts.map +1 -0
  218. package/dist/components/SimpleTable.d.ts +11 -0
  219. package/dist/components/SimpleTable.d.ts.map +1 -0
  220. package/dist/components/SkeletonParagraph.d.ts +16 -0
  221. package/dist/components/SkeletonParagraph.d.ts.map +1 -0
  222. package/dist/components/Spinner.d.ts +7 -0
  223. package/dist/components/Spinner.d.ts.map +1 -0
  224. package/dist/components/Stack.d.ts +64 -0
  225. package/dist/components/Stack.d.ts.map +1 -0
  226. package/dist/components/StatusPill.d.ts +10 -0
  227. package/dist/components/StatusPill.d.ts.map +1 -0
  228. package/dist/components/Stepper.d.ts +26 -0
  229. package/dist/components/Stepper.d.ts.map +1 -0
  230. package/dist/components/Subheader.d.ts +10 -0
  231. package/dist/components/Subheader.d.ts.map +1 -0
  232. package/dist/components/Surface.d.ts +9 -0
  233. package/dist/components/Surface.d.ts.map +1 -0
  234. package/dist/components/Swatch.d.ts +13 -0
  235. package/dist/components/Swatch.d.ts.map +1 -0
  236. package/dist/components/Textarea.d.ts +12 -0
  237. package/dist/components/Textarea.d.ts.map +1 -0
  238. package/dist/components/Theme.d.ts +8 -0
  239. package/dist/components/Theme.d.ts.map +1 -0
  240. package/dist/components/Time.d.ts +13 -0
  241. package/dist/components/Time.d.ts.map +1 -0
  242. package/dist/components/Toast.d.ts +20 -0
  243. package/dist/components/Toast.d.ts.map +1 -0
  244. package/dist/components/Tooltip.d.ts +13 -0
  245. package/dist/components/Tooltip.d.ts.map +1 -0
  246. package/dist/components/TopBar.d.ts +20 -0
  247. package/dist/components/TopBar.d.ts.map +1 -0
  248. package/dist/components/Upload.d.ts +10 -0
  249. package/dist/components/Upload.d.ts.map +1 -0
  250. package/dist/components/WorldpayIframe.d.ts +5 -0
  251. package/dist/components/WorldpayIframe.d.ts.map +1 -0
  252. package/dist/hooks/index.d.ts +9 -0
  253. package/dist/hooks/index.d.ts.map +1 -0
  254. package/dist/hooks/useEditCell.d.ts +9 -0
  255. package/dist/hooks/useEditCell.d.ts.map +1 -0
  256. package/dist/hooks/useInfiniteScroll.d.ts +9 -0
  257. package/dist/hooks/useInfiniteScroll.d.ts.map +1 -0
  258. package/dist/hooks/useKeydown.d.ts +4 -0
  259. package/dist/hooks/useKeydown.d.ts.map +1 -0
  260. package/dist/hooks/useMatchesMedia.d.ts +3 -0
  261. package/dist/hooks/useMatchesMedia.d.ts.map +1 -0
  262. package/dist/hooks/useMenuSystem.d.ts +44 -0
  263. package/dist/hooks/useMenuSystem.d.ts.map +1 -0
  264. package/dist/hooks/useMounted.d.ts +2 -0
  265. package/dist/hooks/useMounted.d.ts.map +1 -0
  266. package/dist/hooks/useTableLayout/computeColumns.d.ts +49 -0
  267. package/dist/hooks/useTableLayout/computeColumns.d.ts.map +1 -0
  268. package/dist/hooks/useTableLayout/index.d.ts +3 -0
  269. package/dist/hooks/useTableLayout/index.d.ts.map +1 -0
  270. package/dist/hooks/useTableLayout/storage.d.ts +41 -0
  271. package/dist/hooks/useTableLayout/storage.d.ts.map +1 -0
  272. package/dist/hooks/useTableLayout/types.d.ts +56 -0
  273. package/dist/hooks/useTableLayout/types.d.ts.map +1 -0
  274. package/dist/hooks/useTableLayout/useTableLayout.d.ts +23 -0
  275. package/dist/hooks/useTableLayout/useTableLayout.d.ts.map +1 -0
  276. package/dist/index.d.ts +94 -0
  277. package/dist/index.d.ts.map +1 -0
  278. package/dist/index.js +52866 -0
  279. package/dist/lib/design-system.d.ts +3 -0
  280. package/dist/lib/design-system.d.ts.map +1 -0
  281. package/dist/lib/loadFonts.d.ts +2 -0
  282. package/dist/lib/loadFonts.d.ts.map +1 -0
  283. package/dist/pdf-l6QfMa5e.js +17649 -0
  284. package/dist/styles.css +1 -0
  285. package/dist/types.d.ts +33 -0
  286. package/dist/types.d.ts.map +1 -0
  287. package/dist/utils/date-patch-dashes.d.ts +17 -0
  288. package/dist/utils/date-patch-dashes.d.ts.map +1 -0
  289. package/dist/utils/date.d.ts +60 -0
  290. package/dist/utils/date.d.ts.map +1 -0
  291. package/dist/utils/formatting.d.ts +36 -0
  292. package/dist/utils/formatting.d.ts.map +1 -0
  293. package/dist/utils/index.d.ts +6 -0
  294. package/dist/utils/index.d.ts.map +1 -0
  295. package/dist/utils/mergeObjectArrays.d.ts +12 -0
  296. package/dist/utils/mergeObjectArrays.d.ts.map +1 -0
  297. package/dist/utils.d.ts +3 -0
  298. package/dist/utils.d.ts.map +1 -0
  299. package/package.json +17 -83
  300. package/dist/chunk-3DJWSTPS.js +0 -134
  301. package/dist/chunk-3JUIYULW.js +0 -231
  302. package/dist/chunk-3PIDINTF.js +0 -52
  303. package/dist/chunk-3UPUZBP5.js +0 -149
  304. package/dist/chunk-3V5OMIYB.js +0 -2376
  305. package/dist/chunk-4FUZDLWX.js +0 -112
  306. package/dist/chunk-4RJKB7LC.js +0 -14
  307. package/dist/chunk-4UGMSWWA.js +0 -57
  308. package/dist/chunk-5IFPG6TS.js +0 -17
  309. package/dist/chunk-5N32SQ3R.js +0 -99
  310. package/dist/chunk-5UH6QUFB.js +0 -38
  311. package/dist/chunk-6YUQCRMX.js +0 -32
  312. package/dist/chunk-75USUR3I.js +0 -27
  313. package/dist/chunk-7IPESTQS.js +0 -93
  314. package/dist/chunk-7MBRCM3M.js +0 -66
  315. package/dist/chunk-7WDYXRMW.js +0 -110
  316. package/dist/chunk-7YA3TF73.js +0 -32
  317. package/dist/chunk-7Z3WINQ3.js +0 -59
  318. package/dist/chunk-7ZJIGTFN.js +0 -78
  319. package/dist/chunk-AJ5M6MVX.js +0 -7
  320. package/dist/chunk-AT4AWD6B.js +0 -44
  321. package/dist/chunk-BQNPOGD5.js +0 -105
  322. package/dist/chunk-BWPNXY7T.js +0 -78
  323. package/dist/chunk-CIYLALYO.js +0 -72
  324. package/dist/chunk-DNNX5EYX.js +0 -274
  325. package/dist/chunk-E3FOCECQ.js +0 -61
  326. package/dist/chunk-E7LGUC2B.js +0 -35
  327. package/dist/chunk-EWGHVZL5.js +0 -27
  328. package/dist/chunk-F4VE3THQ.js +0 -71
  329. package/dist/chunk-FXXRXLOL.js +0 -329
  330. package/dist/chunk-G242RHWI.js +0 -139
  331. package/dist/chunk-GOGNV5TF.js +0 -68
  332. package/dist/chunk-GYT5CL7R.js +0 -159
  333. package/dist/chunk-H36XCZ3O.js +0 -140
  334. package/dist/chunk-H5SHC4XZ.js +0 -586
  335. package/dist/chunk-HRPW6VXG.js +0 -110
  336. package/dist/chunk-J3HNYUSG.js +0 -34
  337. package/dist/chunk-J4IMVWT5.js +0 -183
  338. package/dist/chunk-JYECZBCJ.js +0 -154
  339. package/dist/chunk-K6RPFIMB.js +0 -77
  340. package/dist/chunk-KBIEWFQS.js +0 -27
  341. package/dist/chunk-KESCXOG3.js +0 -82
  342. package/dist/chunk-MBZ55T2D.js +0 -51
  343. package/dist/chunk-MVDGHWKO.js +0 -238
  344. package/dist/chunk-NAWP246H.js +0 -65
  345. package/dist/chunk-NKUETCDA.js +0 -44
  346. package/dist/chunk-NSZTJ5R4.js +0 -38
  347. package/dist/chunk-NT26ZKSI.js +0 -82
  348. package/dist/chunk-NW75QACN.js +0 -91
  349. package/dist/chunk-OM7QLLI2.js +0 -277
  350. package/dist/chunk-ORMEWXMH.js +0 -37
  351. package/dist/chunk-PE3EZP56.js +0 -373
  352. package/dist/chunk-QBIEU25R.js +0 -61
  353. package/dist/chunk-QG6NWMGA.js +0 -138
  354. package/dist/chunk-QVWYTQKL.js +0 -29
  355. package/dist/chunk-QW4AJ5FK.js +0 -483
  356. package/dist/chunk-RN465M4S.js +0 -142
  357. package/dist/chunk-SATCWGO7.js +0 -166
  358. package/dist/chunk-SBRRNFOP.js +0 -33
  359. package/dist/chunk-SJZNVG4N.js +0 -47
  360. package/dist/chunk-TBZ243DS.js +0 -173
  361. package/dist/chunk-UARCWLMD.js +0 -66
  362. package/dist/chunk-UFX5XIJL.js +0 -178
  363. package/dist/chunk-UZHBKSXJ.js +0 -87
  364. package/dist/chunk-VEEZ7VRJ.js +0 -137
  365. package/dist/chunk-VJVY6NPF.js +0 -32
  366. package/dist/chunk-VUKYIERA.js +0 -89
  367. package/dist/chunk-VXWSAIB5.js +0 -26
  368. package/dist/chunk-W5NXOJ4L.js +0 -104
  369. package/dist/chunk-WVGXD7HT.js +0 -19
  370. package/dist/chunk-WVUIIBRR.js +0 -51
  371. package/dist/chunk-X7BKBBIH.js +0 -114
  372. package/dist/chunk-XB2S2QMB.js +0 -67
  373. package/dist/chunk-Y5GD2FJA.js +0 -32
  374. package/dist/chunk-YKEPPS2I.js +0 -192
  375. package/dist/chunk-YULGJORA.js +0 -259
  376. package/dist/chunk-Z2HPSFEQ.js +0 -14
  377. package/dist/chunk-Z5YP2GI6.js +0 -142
  378. package/dist/chunk-ZRFXUER3.js +0 -468
  379. package/dist/components/AccessCard.cjs +0 -661
  380. package/dist/components/AccessCard.js +0 -13
  381. package/dist/components/AccessCardGroup.cjs +0 -365
  382. package/dist/components/AccessCardGroup.js +0 -11
  383. package/dist/components/AccessChangerTabItem.cjs +0 -352
  384. package/dist/components/AccessChangerTabItem.js +0 -75
  385. package/dist/components/Accordion.cjs +0 -680
  386. package/dist/components/Accordion.js +0 -13
  387. package/dist/components/Alert.cjs +0 -850
  388. package/dist/components/Alert.js +0 -14
  389. package/dist/components/Breadcrumbs.cjs +0 -456
  390. package/dist/components/Breadcrumbs.js +0 -125
  391. package/dist/components/Button.cjs +0 -401
  392. package/dist/components/Button.js +0 -9
  393. package/dist/components/CalendarRange.cjs +0 -6576
  394. package/dist/components/CalendarRange.css +0 -5549
  395. package/dist/components/CalendarRange.js +0 -78
  396. package/dist/components/Caption.cjs +0 -365
  397. package/dist/components/Caption.js +0 -9
  398. package/dist/components/Card.cjs +0 -128
  399. package/dist/components/Card.js +0 -7
  400. package/dist/components/Checkbox.cjs +0 -421
  401. package/dist/components/Checkbox.js +0 -11
  402. package/dist/components/CompactImagesPreview.cjs +0 -604
  403. package/dist/components/CompactImagesPreview.js +0 -14
  404. package/dist/components/ContentTab.cjs +0 -483
  405. package/dist/components/ContentTab.js +0 -11
  406. package/dist/components/ContentTabs.cjs +0 -599
  407. package/dist/components/ContentTabs.js +0 -125
  408. package/dist/components/DMSiLogo.cjs +0 -97
  409. package/dist/components/DMSiLogo.js +0 -60
  410. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +0 -6565
  411. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +0 -5549
  412. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +0 -74
  413. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +0 -6565
  414. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +0 -5549
  415. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +0 -74
  416. package/dist/components/DataGrid/PinnedColumns.cjs +0 -6565
  417. package/dist/components/DataGrid/PinnedColumns.css +0 -5549
  418. package/dist/components/DataGrid/PinnedColumns.js +0 -74
  419. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +0 -6567
  420. package/dist/components/DataGrid/TableBody/LoadingCell.css +0 -5549
  421. package/dist/components/DataGrid/TableBody/LoadingCell.js +0 -74
  422. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +0 -6567
  423. package/dist/components/DataGrid/TableBody/TableBodyRow.css +0 -5549
  424. package/dist/components/DataGrid/TableBody/TableBodyRow.js +0 -74
  425. package/dist/components/DataGrid/TableBody/index.cjs +0 -6567
  426. package/dist/components/DataGrid/TableBody/index.css +0 -5549
  427. package/dist/components/DataGrid/TableBody/index.js +0 -74
  428. package/dist/components/DataGrid/index.cjs +0 -6570
  429. package/dist/components/DataGrid/index.css +0 -5549
  430. package/dist/components/DataGrid/index.js +0 -77
  431. package/dist/components/DataGrid/utils.cjs +0 -6565
  432. package/dist/components/DataGrid/utils.css +0 -5549
  433. package/dist/components/DataGrid/utils.js +0 -74
  434. package/dist/components/DataGridCell.cjs +0 -2538
  435. package/dist/components/DataGridCell.js +0 -30
  436. package/dist/components/DataTable.cjs +0 -847
  437. package/dist/components/DataTable.js +0 -775
  438. package/dist/components/DateInput.cjs +0 -6567
  439. package/dist/components/DateInput.css +0 -5549
  440. package/dist/components/DateInput.js +0 -74
  441. package/dist/components/DateRangeInput.cjs +0 -7158
  442. package/dist/components/DateRangeInput.css +0 -5549
  443. package/dist/components/DateRangeInput.js +0 -652
  444. package/dist/components/DebugJson.cjs +0 -58
  445. package/dist/components/DebugJson.js +0 -35
  446. package/dist/components/Display.cjs +0 -263
  447. package/dist/components/Display.js +0 -12
  448. package/dist/components/EditingContext.cjs +0 -86
  449. package/dist/components/EditingContext.js +0 -12
  450. package/dist/components/EmblaCarousel/ArrowButtons.cjs +0 -151
  451. package/dist/components/EmblaCarousel/ArrowButtons.js +0 -9
  452. package/dist/components/EmblaCarousel/SelectedSnapDisplay.cjs +0 -38
  453. package/dist/components/EmblaCarousel/SelectedSnapDisplay.js +0 -7
  454. package/dist/components/EmblaCarousel/index.cjs +0 -420
  455. package/dist/components/EmblaCarousel/index.js +0 -12
  456. package/dist/components/EmptyCartIcon.cjs +0 -51
  457. package/dist/components/EmptyCartIcon.js +0 -7
  458. package/dist/components/FilterGroup.cjs +0 -1808
  459. package/dist/components/FilterGroup.js +0 -267
  460. package/dist/components/FooterBar.cjs +0 -64
  461. package/dist/components/FooterBar.js +0 -31
  462. package/dist/components/FullViewportBox.cjs +0 -60
  463. package/dist/components/FullViewportBox.js +0 -27
  464. package/dist/components/Grid.cjs +0 -135
  465. package/dist/components/Grid.js +0 -7
  466. package/dist/components/Heading.cjs +0 -267
  467. package/dist/components/Heading.js +0 -14
  468. package/dist/components/HorizontalDivider.cjs +0 -82
  469. package/dist/components/HorizontalDivider.js +0 -26
  470. package/dist/components/Icon.cjs +0 -101
  471. package/dist/components/Icon.js +0 -7
  472. package/dist/components/ImagePlaceholder.cjs +0 -65
  473. package/dist/components/ImagePlaceholder.js +0 -7
  474. package/dist/components/Input.cjs +0 -930
  475. package/dist/components/Input.js +0 -23
  476. package/dist/components/InputGroup.cjs +0 -307
  477. package/dist/components/InputGroup.js +0 -68
  478. package/dist/components/Label.cjs +0 -252
  479. package/dist/components/Label.js +0 -8
  480. package/dist/components/Link.cjs +0 -304
  481. package/dist/components/Link.js +0 -8
  482. package/dist/components/List.cjs +0 -39
  483. package/dist/components/List.js +0 -16
  484. package/dist/components/ListGroup.cjs +0 -568
  485. package/dist/components/ListGroup.js +0 -11
  486. package/dist/components/LiveChatComponent.cjs +0 -63
  487. package/dist/components/LiveChatComponent.js +0 -40
  488. package/dist/components/LoadingScrim.cjs +0 -90
  489. package/dist/components/LoadingScrim.js +0 -28
  490. package/dist/components/LogoAgilityTopBar.cjs +0 -133
  491. package/dist/components/LogoAgilityTopBar.js +0 -96
  492. package/dist/components/LogoDMSiTopBar.cjs +0 -97
  493. package/dist/components/LogoDMSiTopBar.js +0 -7
  494. package/dist/components/LogoMillworkTopBar.cjs +0 -239
  495. package/dist/components/LogoMillworkTopBar.js +0 -202
  496. package/dist/components/MainBar.cjs +0 -234
  497. package/dist/components/MainBar.js +0 -66
  498. package/dist/components/MaxViewportBox.cjs +0 -45
  499. package/dist/components/MaxViewportBox.js +0 -22
  500. package/dist/components/Menu.cjs +0 -505
  501. package/dist/components/Menu.js +0 -14
  502. package/dist/components/MenuOption.cjs +0 -695
  503. package/dist/components/MenuOption.js +0 -18
  504. package/dist/components/MobileDataGrid/ColumnList.cjs +0 -991
  505. package/dist/components/MobileDataGrid/ColumnList.css +0 -5549
  506. package/dist/components/MobileDataGrid/ColumnList.js +0 -20
  507. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +0 -6675
  508. package/dist/components/MobileDataGrid/ColumnSelector/index.css +0 -5549
  509. package/dist/components/MobileDataGrid/ColumnSelector/index.js +0 -74
  510. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.cjs +0 -31
  511. package/dist/components/MobileDataGrid/GridContextProvider/GridContext.js +0 -7
  512. package/dist/components/MobileDataGrid/GridContextProvider/index.cjs +0 -186
  513. package/dist/components/MobileDataGrid/GridContextProvider/index.js +0 -8
  514. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.cjs +0 -333
  515. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.js +0 -12
  516. package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +0 -907
  517. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +0 -19
  518. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +0 -6985
  519. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +0 -5549
  520. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +0 -74
  521. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +0 -620
  522. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +0 -16
  523. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +0 -1457
  524. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +0 -29
  525. package/dist/components/MobileDataGrid/index.cjs +0 -7496
  526. package/dist/components/MobileDataGrid/index.css +0 -5549
  527. package/dist/components/MobileDataGrid/index.js +0 -74
  528. package/dist/components/Modal.cjs +0 -995
  529. package/dist/components/Modal.js +0 -23
  530. package/dist/components/ModalButtons.cjs +0 -491
  531. package/dist/components/ModalButtons.js +0 -11
  532. package/dist/components/ModalContent.cjs +0 -204
  533. package/dist/components/ModalContent.js +0 -8
  534. package/dist/components/ModalHeader.cjs +0 -563
  535. package/dist/components/ModalHeader.js +0 -12
  536. package/dist/components/ModalScrim.cjs +0 -69
  537. package/dist/components/ModalScrim.js +0 -7
  538. package/dist/components/NavigationTab.cjs +0 -522
  539. package/dist/components/NavigationTab.js +0 -11
  540. package/dist/components/NavigationTabs.cjs +0 -572
  541. package/dist/components/NavigationTabs.js +0 -61
  542. package/dist/components/NestedMenu.cjs +0 -1275
  543. package/dist/components/NestedMenu.js +0 -164
  544. package/dist/components/Notification.cjs +0 -871
  545. package/dist/components/Notification.js +0 -126
  546. package/dist/components/OptionPill.cjs +0 -597
  547. package/dist/components/OptionPill.js +0 -12
  548. package/dist/components/OrderCheckIcon.cjs +0 -85
  549. package/dist/components/OrderCheckIcon.js +0 -7
  550. package/dist/components/PDFViewer/DownloadIcon.cjs +0 -618
  551. package/dist/components/PDFViewer/DownloadIcon.js +0 -17
  552. package/dist/components/PDFViewer/PDFElement.cjs +0 -571
  553. package/dist/components/PDFViewer/PDFElement.js +0 -11
  554. package/dist/components/PDFViewer/PDFNavigation.cjs +0 -828
  555. package/dist/components/PDFViewer/PDFNavigation.js +0 -14
  556. package/dist/components/PDFViewer/PDFPage.cjs +0 -56
  557. package/dist/components/PDFViewer/PDFPage.js +0 -7
  558. package/dist/components/PDFViewer/index.cjs +0 -1941
  559. package/dist/components/PDFViewer/index.js +0 -182
  560. package/dist/components/Pagination.cjs +0 -436
  561. package/dist/components/Pagination.js +0 -10
  562. package/dist/components/Paragraph.cjs +0 -261
  563. package/dist/components/Paragraph.js +0 -8
  564. package/dist/components/Password.cjs +0 -1130
  565. package/dist/components/Password.js +0 -75
  566. package/dist/components/ProductImagePreview/CarouselPagination.cjs +0 -75
  567. package/dist/components/ProductImagePreview/CarouselPagination.js +0 -7
  568. package/dist/components/ProductImagePreview/MobileImageCarousel.cjs +0 -216
  569. package/dist/components/ProductImagePreview/MobileImageCarousel.js +0 -7
  570. package/dist/components/ProductImagePreview/ProductPrimaryImage.cjs +0 -214
  571. package/dist/components/ProductImagePreview/ProductPrimaryImage.js +0 -7
  572. package/dist/components/ProductImagePreview/Thumbnail.cjs +0 -112
  573. package/dist/components/ProductImagePreview/Thumbnail.js +0 -8
  574. package/dist/components/ProductImagePreview/ZoomWindow.cjs +0 -198
  575. package/dist/components/ProductImagePreview/ZoomWindow.js +0 -8
  576. package/dist/components/ProductImagePreview/index.cjs +0 -1447
  577. package/dist/components/ProductImagePreview/index.js +0 -22
  578. package/dist/components/ProjectBar.cjs +0 -279
  579. package/dist/components/ProjectBar.js +0 -71
  580. package/dist/components/Radio.cjs +0 -386
  581. package/dist/components/Radio.js +0 -10
  582. package/dist/components/Search.cjs +0 -1040
  583. package/dist/components/Search.js +0 -14
  584. package/dist/components/SearchResultImage/index.cjs +0 -92
  585. package/dist/components/SearchResultImage/index.js +0 -8
  586. package/dist/components/Select.cjs +0 -1019
  587. package/dist/components/Select.js +0 -14
  588. package/dist/components/SideMenu.cjs +0 -61
  589. package/dist/components/SideMenu.js +0 -28
  590. package/dist/components/SideMenuGroup.cjs +0 -593
  591. package/dist/components/SideMenuGroup.js +0 -97
  592. package/dist/components/SideMenuItem.cjs +0 -568
  593. package/dist/components/SideMenuItem.js +0 -95
  594. package/dist/components/SimpleTable.cjs +0 -547
  595. package/dist/components/SimpleTable.js +0 -10
  596. package/dist/components/SkeletonParagraph.cjs +0 -51
  597. package/dist/components/SkeletonParagraph.js +0 -7
  598. package/dist/components/Spinner.cjs +0 -57
  599. package/dist/components/Spinner.js +0 -7
  600. package/dist/components/Stack.cjs +0 -434
  601. package/dist/components/Stack.js +0 -8
  602. package/dist/components/StatusPill.cjs +0 -303
  603. package/dist/components/StatusPill.js +0 -64
  604. package/dist/components/Stepper.cjs +0 -1485
  605. package/dist/components/Stepper.js +0 -239
  606. package/dist/components/Subheader.cjs +0 -255
  607. package/dist/components/Subheader.js +0 -8
  608. package/dist/components/Surface.cjs +0 -101
  609. package/dist/components/Surface.js +0 -7
  610. package/dist/components/Swatch.cjs +0 -2089
  611. package/dist/components/Swatch.js +0 -1513
  612. package/dist/components/Textarea.cjs +0 -330
  613. package/dist/components/Textarea.js +0 -136
  614. package/dist/components/Theme.cjs +0 -51
  615. package/dist/components/Theme.js +0 -7
  616. package/dist/components/Time.cjs +0 -1518
  617. package/dist/components/Time.js +0 -373
  618. package/dist/components/Toast.cjs +0 -764
  619. package/dist/components/Toast.js +0 -243
  620. package/dist/components/Tooltip.cjs +0 -337
  621. package/dist/components/Tooltip.js +0 -14
  622. package/dist/components/TopBar.cjs +0 -392
  623. package/dist/components/TopBar.js +0 -148
  624. package/dist/components/Upload.cjs +0 -823
  625. package/dist/components/Upload.js +0 -132
  626. package/dist/components/WorldpayIframe.cjs +0 -45
  627. package/dist/components/WorldpayIframe.js +0 -22
  628. package/dist/components/index.cjs +0 -9461
  629. package/dist/components/index.css +0 -5549
  630. package/dist/components/index.js +0 -174
  631. package/dist/components/useMenuSystem.cjs +0 -442
  632. package/dist/components/useMenuSystem.js +0 -15
  633. package/dist/components/useMounted.cjs +0 -39
  634. package/dist/components/useMounted.js +0 -8
  635. package/dist/fonts.css +0 -21
  636. package/dist/hooks/index.cjs +0 -523
  637. package/dist/hooks/index.js +0 -22
  638. package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
  639. package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
  640. package/dist/index.css +0 -5527
  641. package/dist/open-sans-55T6A4JE.woff2 +0 -0
  642. package/dist/types.cjs +0 -18
  643. package/dist/types.js +0 -0
  644. package/dist/utils/index.cjs +0 -264
  645. package/dist/utils/index.js +0 -43
@@ -1,2089 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __defProps = Object.defineProperties;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
7
- var __getOwnPropNames = Object.getOwnPropertyNames;
8
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
9
- var __getProtoOf = Object.getPrototypeOf;
10
- var __hasOwnProp = Object.prototype.hasOwnProperty;
11
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
12
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
13
- var __spreadValues = (a, b) => {
14
- for (var prop in b || (b = {}))
15
- if (__hasOwnProp.call(b, prop))
16
- __defNormalProp(a, prop, b[prop]);
17
- if (__getOwnPropSymbols)
18
- for (var prop of __getOwnPropSymbols(b)) {
19
- if (__propIsEnum.call(b, prop))
20
- __defNormalProp(a, prop, b[prop]);
21
- }
22
- return a;
23
- };
24
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
- var __objRest = (source, exclude) => {
26
- var target = {};
27
- for (var prop in source)
28
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
29
- target[prop] = source[prop];
30
- if (source != null && __getOwnPropSymbols)
31
- for (var prop of __getOwnPropSymbols(source)) {
32
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
33
- target[prop] = source[prop];
34
- }
35
- return target;
36
- };
37
- var __export = (target, all) => {
38
- for (var name in all)
39
- __defProp(target, name, { get: all[name], enumerable: true });
40
- };
41
- var __copyProps = (to, from, except, desc) => {
42
- if (from && typeof from === "object" || typeof from === "function") {
43
- for (let key of __getOwnPropNames(from))
44
- if (!__hasOwnProp.call(to, key) && key !== except)
45
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
46
- }
47
- return to;
48
- };
49
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
50
- // If the importer is in node compatibility mode or this is not an ESM
51
- // file that has been converted to a CommonJS file using a Babel-
52
- // compatible transform (i.e. "__esModule" has not been set), then set
53
- // "default" to the CommonJS "module.exports" for node compatibility.
54
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
55
- mod
56
- ));
57
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
58
-
59
- // src/components/Swatch.tsx
60
- var Swatch_exports = {};
61
- __export(Swatch_exports, {
62
- Swatch: () => Swatch,
63
- Swatches: () => Swatches
64
- });
65
- module.exports = __toCommonJS(Swatch_exports);
66
-
67
- // src/components/Display.tsx
68
- var import_clsx2 = __toESM(require("clsx"), 1);
69
-
70
- // src/classNames.ts
71
- var import_clsx = __toESM(require("clsx"), 1);
72
- var typography = {
73
- display1: (0, import_clsx.default)(
74
- "font-sans font-semibold",
75
- "text-display-1-mobile desktop:text-display-1-desktop compact:text-display-1-desktop-compact",
76
- "leading-display-1-mobile desktop:leading-display-1-desktop"
77
- ),
78
- display2: (0, import_clsx.default)(
79
- "font-sans font-bold",
80
- "text-display-2-mobile desktop:text-display-2-desktop compact:text-display-2-desktop-compact",
81
- "leading-display-2-mobile desktop:leading-display-2-desktop"
82
- ),
83
- heading1: (0, import_clsx.default)(
84
- "font-sans font-semibold",
85
- "text-heading-1-mobile desktop:text-heading-1-desktop compact:text-heading-1-desktop-compact",
86
- "leading-heading-1-mobile desktop:leading-heading-1-desktop"
87
- ),
88
- heading2: (0, import_clsx.default)(
89
- "font-sans font-normal",
90
- "text-heading-2-mobile desktop:text-heading-2-desktop compact:text-heading-2-desktop-compact",
91
- "leading-heading-2-mobile desktop:leading-heading-2-desktop"
92
- ),
93
- heading3: (0, import_clsx.default)(
94
- "font-sans font-semibold",
95
- "text-heading-3-mobile desktop:text-heading-3-desktop compact:text-heading-3-desktop-compact",
96
- "leading-heading-3-mobile desktop:leading-heading-3-desktop"
97
- ),
98
- subheader: (0, import_clsx.default)(
99
- "font-sans font-semibold",
100
- "text-subheader-mobile desktop:text-subheader-desktop compact:text-subheader-desktop-compact",
101
- "leading-subheader-mobile desktop:leading-subheader-desktop"
102
- ),
103
- link: (0, import_clsx.default)(
104
- "font-sans font-normal",
105
- "text-link-mobile desktop:text-link-desktop compact:text-link-desktop-compact",
106
- "leading-link-mobile desktop:leading-link-desktop"
107
- ),
108
- buttonLabel: (0, import_clsx.default)(
109
- "font-sans font-semibold",
110
- "text-label-mobile desktop:text-label-desktop compact:text-label-desktop-compact",
111
- "leading-label-mobile desktop:leading-label-desktop"
112
- ),
113
- label: (0, import_clsx.default)(
114
- "font-sans font-semibold",
115
- "text-label-mobile desktop:text-label-desktop compact:text-label-desktop-compact",
116
- "leading-label-mobile desktop:leading-label-desktop"
117
- ),
118
- paragraph: (0, import_clsx.default)(
119
- "font-sans font-normal",
120
- "text-paragraph-mobile desktop:text-paragraph-desktop compact:text-paragraph-desktop-compact",
121
- "leading-paragraph-mobile desktop:leading-paragraph-desktop"
122
- ),
123
- caption: (0, import_clsx.default)(
124
- "font-sans font-normal",
125
- "text-caption-mobile desktop:text-caption-desktop compact:text-caption-desktop-compact",
126
- "leading-caption-mobile desktop:leading-caption-desktop"
127
- ),
128
- breadcrumb: (0, import_clsx.default)(
129
- "font-sans font-normal",
130
- "text-paragraph-mobile desktop:text-paragraph-desktop compact:text-paragraph-desktop-compact",
131
- "leading-mobile-breadcrumb desktop:leading-desktop-breadcrumb"
132
- )
133
- };
134
- var baseTransition = (0, import_clsx.default)(
135
- "transition-colors duration-100 ease-in-out"
136
- );
137
- var componentGap = (0, import_clsx.default)(
138
- "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-desktop-compact-component-gap"
139
- );
140
- var paddingUsingComponentGap = (0, import_clsx.default)(
141
- "p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
142
- );
143
- var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
144
- "px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
145
- );
146
- var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
147
- "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
148
- );
149
- var componentPadding = (0, import_clsx.default)(
150
- "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding"
151
- );
152
- var componentPaddingBottom = (0, import_clsx.default)(
153
- "pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
154
- );
155
- var componentPaddingX = (0, import_clsx.default)(
156
- "px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
157
- );
158
- var componentPaddingY = (0, import_clsx.default)(
159
- "py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
160
- );
161
- var componentPaddingXUsingComponentGap = (0, import_clsx.default)(
162
- "px-mobile-component-gap desktop:px-desktop-component-gap compact:px-desktop-compact-component-gap"
163
- );
164
- var componentPaddingYUsingComponentGap = (0, import_clsx.default)(
165
- "py-mobile-component-gap desktop:py-desktop-component-gap compact:py-desktop-compact-component-gap"
166
- );
167
- var componentPaddingYUsingComponentGap2xMobile = (0, import_clsx.default)(
168
- "py-[calc(var(--spacing-mobile-component-gap)_+_8px)] desktop:py-desktop-component-gap compact:py-desktop-compact-component-gap"
169
- );
170
- var componentPaddingMinusBorder = (0, import_clsx.default)(
171
- "p-[calc(var(--spacing-mobile-component-padding)_-_1px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_1px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_1px)]"
172
- );
173
- var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
174
- "p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
175
- );
176
- var componentPaddingMinusBorderDesktop = (0, import_clsx.default)(
177
- "p-[calc(var(--spacing-desktop-component-padding)_-_1px)]"
178
- );
179
- var layoutPaddding = (0, import_clsx.default)(
180
- "p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
181
- );
182
- var layoutPaddingBottom = (0, import_clsx.default)(
183
- "pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
184
- );
185
- var layoutPaddingY = (0, import_clsx.default)(
186
- "py-mobile-layout-padding desktop:py-desktop-layout-padding compact:py-desktop-compact-layout-padding"
187
- );
188
- var layoutPaddingX = (0, import_clsx.default)(
189
- "px-mobile-layout-padding desktop:px-desktop-layout-padding compact:px-desktop-compact-layout-padding"
190
- );
191
- var containerPaddingX = (0, import_clsx.default)(
192
- "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding"
193
- );
194
- var containerPaddingY = (0, import_clsx.default)(
195
- "py-mobile-container-padding desktop:py-desktop-container-padding compact:py-desktop-compact-container-padding"
196
- );
197
- var layoutGroupGapPaddingY = (0, import_clsx.default)(
198
- "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
199
- );
200
- var layoutGroupGap = (0, import_clsx.default)(
201
- "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-desktop-compact-layout-group-gap"
202
- );
203
- var layoutGap = (0, import_clsx.default)(
204
- "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap"
205
- );
206
- var gapUsingContainerPadding = (0, import_clsx.default)(
207
- "gap-mobile-container-padding desktop:gap-desktop-container-padding compact:gap-desktop-compact-container-padding"
208
- );
209
-
210
- // src/components/Display.tsx
211
- var import_jsx_runtime = require("react/jsx-runtime");
212
- var Display = (_a) => {
213
- var _b = _a, {
214
- className,
215
- children,
216
- as,
217
- color,
218
- align,
219
- variant = "display1",
220
- id,
221
- testid
222
- } = _b, props = __objRest(_b, [
223
- "className",
224
- "children",
225
- "as",
226
- "color",
227
- "align",
228
- "variant",
229
- "id",
230
- "testid"
231
- ]);
232
- const defaultElement = variant === "display1" ? "h1" : "h2";
233
- const Element = as != null ? as : defaultElement;
234
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
235
- Element,
236
- __spreadProps(__spreadValues({
237
- id,
238
- "data-testid": testid,
239
- className: (0, import_clsx2.default)(
240
- typography[variant],
241
- className,
242
- align === "left" && "text-left",
243
- align === "center" && "text-center",
244
- align === "right" && "text-right"
245
- ),
246
- style: __spreadProps(__spreadValues({}, props.style), {
247
- color: color ? `var(--color-${color})` : void 0
248
- })
249
- }, props), {
250
- children
251
- })
252
- );
253
- };
254
- Display.displayName = "Display";
255
- var Display1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Display, __spreadProps(__spreadValues({}, props), { variant: "display1" }));
256
- var Display2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Display, __spreadProps(__spreadValues({}, props), { variant: "display2" }));
257
- Display1.displayName = "Display1";
258
- Display2.displayName = "Display2";
259
-
260
- // src/components/Stack.tsx
261
- var import_clsx3 = __toESM(require("clsx"), 1);
262
- var import_jsx_runtime2 = require("react/jsx-runtime");
263
- var getFlexClassNames = ({ items, justify, grow }) => (0, import_clsx3.default)(
264
- "flex",
265
- items === "start" && "items-start",
266
- grow && "grow",
267
- items === "start" && "items-start",
268
- items === "center" && "items-center",
269
- items === "end" && "items-end",
270
- items === "start-center" && "items-start desktop:items-center",
271
- justify === "start" && "justify-start",
272
- justify === "center" && "justify-center",
273
- justify === "end" && "justify-end",
274
- justify === "end" && "justify-end",
275
- justify === "between" && "justify-between",
276
- justify === "around" && "justify-around"
277
- );
278
- var useGapClassNames = (sizing) => {
279
- return (0, import_clsx3.default)(
280
- sizing === "layout-group" && "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-compact-layout-group-gap",
281
- sizing === "layout" && "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-compact-layout-gap",
282
- sizing === "container" && "gap-mobile-container-gap desktop:gap-desktop-container-gap compact:gap-compact-container-gap",
283
- sizing === "component" && "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-compact-component-gap"
284
- );
285
- };
286
- var Stack = (_a) => {
287
- var _b = _a, {
288
- children,
289
- items,
290
- justify,
291
- grow,
292
- padding,
293
- paddingX,
294
- paddingY,
295
- paddingBottom,
296
- paddingTop,
297
- paddingLeft,
298
- paddingRight,
299
- margin,
300
- marginX,
301
- marginY,
302
- horizontal,
303
- horizontalMobile,
304
- elevation = 0,
305
- rounded,
306
- centered,
307
- width,
308
- minHeight,
309
- maxWidth,
310
- minWidth,
311
- height,
312
- maxHeight,
313
- borderColor,
314
- borderTopColor,
315
- borderRightColor,
316
- borderBottomColor,
317
- borderLeftColor,
318
- backgroundColor,
319
- sizing = "none",
320
- overflowY = "inherit",
321
- overflowX = "inherit",
322
- flexShrink,
323
- flexGrow,
324
- position,
325
- top,
326
- left,
327
- id,
328
- noGap,
329
- marginTop,
330
- marginBottom,
331
- testid,
332
- bottom,
333
- zIndex,
334
- flexWrap,
335
- className,
336
- unclipEdges
337
- } = _b, props = __objRest(_b, [
338
- "children",
339
- "items",
340
- "justify",
341
- "grow",
342
- "padding",
343
- "paddingX",
344
- "paddingY",
345
- "paddingBottom",
346
- "paddingTop",
347
- "paddingLeft",
348
- "paddingRight",
349
- "margin",
350
- "marginX",
351
- "marginY",
352
- "horizontal",
353
- "horizontalMobile",
354
- "elevation",
355
- "rounded",
356
- "centered",
357
- "width",
358
- "minHeight",
359
- "maxWidth",
360
- "minWidth",
361
- "height",
362
- "maxHeight",
363
- "borderColor",
364
- "borderTopColor",
365
- "borderRightColor",
366
- "borderBottomColor",
367
- "borderLeftColor",
368
- "backgroundColor",
369
- "sizing",
370
- "overflowY",
371
- "overflowX",
372
- "flexShrink",
373
- "flexGrow",
374
- "position",
375
- "top",
376
- "left",
377
- "id",
378
- "noGap",
379
- "marginTop",
380
- "marginBottom",
381
- "testid",
382
- "bottom",
383
- "zIndex",
384
- "flexWrap",
385
- "className",
386
- "unclipEdges"
387
- ]);
388
- var _a2, _b2, _c, _d, _e, _f, _g;
389
- const flexClassNames = getFlexClassNames({ items, justify, grow });
390
- const gapClassNames = useGapClassNames(sizing);
391
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
392
- "div",
393
- __spreadProps(__spreadValues({
394
- id,
395
- "data-testid": testid
396
- }, props), {
397
- style: __spreadValues({
398
- height: height === "screen" ? "100vh" : height === "full" ? "100%" : height === void 0 ? void 0 : height === "fit" ? "fit-content" : typeof height === "string" && isNaN(+height) ? height : `${height}px`,
399
- maxHeight: maxHeight !== void 0 ? isNaN(+maxHeight) ? maxHeight : `${maxHeight}px` : (_a2 = props.style) == null ? void 0 : _a2.maxHeight,
400
- maxWidth: maxWidth !== void 0 ? isNaN(+maxWidth) ? maxWidth : `${maxWidth}px` : (_b2 = props.style) == null ? void 0 : _b2.maxWidth,
401
- minHeight: minHeight !== void 0 ? isNaN(+minHeight) ? minHeight : `${minHeight}px` : (_c = props.style) == null ? void 0 : _c.minHeight,
402
- width: width !== void 0 && typeof width === "number" ? `${width}px` : void 0,
403
- minWidth: minWidth !== void 0 ? `${minWidth}px` : void 0,
404
- border: borderColor ? `1px solid var(--color-${borderColor})` : void 0,
405
- borderTop: borderTopColor ? `1px solid var(--color-${borderTopColor})` : void 0,
406
- borderRight: borderRightColor ? `1px solid var(--color-${borderRightColor})` : void 0,
407
- borderBottom: borderBottomColor ? `1px solid var(--color-${borderBottomColor})` : void 0,
408
- borderLeft: borderLeftColor ? `1px solid var(--color-${borderLeftColor})` : void 0,
409
- backgroundColor: backgroundColor ? `var(--color-${backgroundColor})` : void 0,
410
- flexGrow: flexGrow !== void 0 ? flexGrow : void 0,
411
- flexShrink: flexShrink !== void 0 ? flexShrink : void 0,
412
- position: position !== void 0 ? position : void 0,
413
- top: top !== void 0 ? `${top}px` : void 0,
414
- bottom: bottom !== void 0 ? `${bottom}px` : void 0,
415
- left: left !== void 0 ? `${left}px` : void 0,
416
- borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
417
- marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
418
- zIndex: zIndex !== void 0 ? zIndex : void 0,
419
- flexWrap,
420
- paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
421
- gap: (_g = props.style) == null ? void 0 : _g.gap
422
- }, props.style),
423
- className: (0, import_clsx3.default)(
424
- "scrollbar-thin",
425
- "max-w-screen",
426
- width !== "fit" && "w-full",
427
- width === "full" && "w-full",
428
- width === "max" && "w-max",
429
- centered && "mx-auto",
430
- overflowY == "auto" && "overflow-y-auto",
431
- overflowY == "hidden" && "overflow-y-hidden",
432
- overflowY == "scroll" && "overflow-y-scroll",
433
- overflowX == "auto" && "overflow-x-auto",
434
- overflowX == "hidden" && "overflow-x-hidden",
435
- overflowX == "scroll" && "overflow-x-scroll",
436
- padding && sizing === "container" && "p-mobile-container-padding desktop:p-desktop-container-padding compact:p-desktop-compact-container-padding",
437
- padding && sizing === "layout" && "p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding",
438
- padding && sizing === "layout-group" && "p-mobile-layout-group-padding desktop:p-desktop-layout-group-padding compact:p-desktop-compact-layout-group-padding",
439
- padding && sizing === "component" && "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding",
440
- paddingX && sizing === "container" && "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding",
441
- paddingX && sizing === "layout" && "px-mobile-layout-padding desktop:px-desktop-layout-padding compact:px-desktop-compact-layout-padding",
442
- paddingX && sizing === "layout-group" && "px-mobile-layout-group-padding desktop:px-desktop-layout-group-padding compact:px-desktop-compact-layout-group-padding",
443
- paddingX && sizing === "component" && "px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding",
444
- paddingY && sizing === "container" && "py-mobile-container-padding desktop:py-desktop-container-padding compact:py-desktop-compact-container-padding",
445
- paddingY && sizing === "layout" && "py-mobile-layout-padding desktop:py-desktop-layout-padding compact:py-desktop-compact-layout-padding",
446
- paddingY && sizing === "layout-group" && paddingYUsingLayoutGroupGap,
447
- paddingY && sizing === "component" && "py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding",
448
- paddingBottom && sizing === "container" && "pb-mobile-container-padding desktop:pb-desktop-container-padding compact:pb-desktop-compact-container-padding",
449
- paddingBottom && sizing === "layout" && "pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding",
450
- paddingBottom && sizing === "layout-group" && "pb-mobile-layout-group-padding desktop:pb-desktop-layout-group-padding compact:pb-desktop-compact-layout-group-padding",
451
- paddingBottom && sizing === "component" && "pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding",
452
- paddingTop && sizing === "container" && "pt-mobile-container-padding desktop:pt-desktop-container-padding compact:pt-desktop-compact-container-padding",
453
- paddingTop && sizing === "layout" && "pt-mobile-layout-padding desktop:pt-desktop-layout-padding compact:pt-desktop-compact-layout-padding",
454
- paddingTop && sizing === "layout-group" && "pt-mobile-layout-group-padding desktop:pt-desktop-layout-group-padding compact:pt-desktop-compact-layout-group-padding",
455
- paddingTop && sizing === "component" && "pt-mobile-component-padding desktop:pt-desktop-component-padding compact:pt-desktop-compact-component-padding",
456
- paddingLeft && sizing === "container" && "pl-mobile-container-padding desktop:pl-desktop-container-padding compact:pl-desktop-compact-container-padding",
457
- paddingLeft && sizing === "layout" && "pl-mobile-layout-padding desktop:pl-desktop-layout-padding compact:pl-desktop-compact-layout-padding",
458
- paddingLeft && sizing === "layout-group" && "pl-mobile-layout-group-padding desktop:pl-desktop-layout-group-padding compact:pl-desktop-compact-layout-group-padding",
459
- paddingLeft && sizing === "component" && "pl-mobile-component-padding desktop:pl-desktop-component-padding compact:pl-desktop-compact-component-padding",
460
- paddingRight && sizing === "container" && "pr-mobile-container-padding desktop:pr-desktop-container-padding compact:pr-desktop-compact-container-padding",
461
- paddingRight && sizing === "layout" && "pr-mobile-layout-padding desktop:pr-desktop-layout-padding compact:pr-desktop-compact-layout-padding",
462
- paddingRight && sizing === "layout-group" && "pr-mobile-layout-group-padding desktop:pr-desktop-layout-group-padding compact:pr-desktop-compact-layout-group-padding",
463
- paddingRight && sizing === "component" && "pr-mobile-component-padding desktop:pr-desktop-component-padding compact:pr-desktop-compact-component-padding",
464
- margin && sizing === "container" && "m-mobile-container-padding desktop:m-desktop-container-padding compact:m-compact-container-padding",
465
- marginX && sizing === "container" && "mx-mobile-container-padding desktop:mx-desktop-container-padding compact:mx-compact-container-padding",
466
- marginTop && sizing === "container" && "mt-mobile-container-padding desktop:mt-desktop-container-padding compact:mt-compact-container-padding",
467
- marginBottom && sizing === "container" && "mb-mobile-container-padding desktop:mb-desktop-container-padding compact:mb-compact-container-padding",
468
- marginY && sizing === "container" && "my-mobile-container-padding desktop:my-desktop-container-padding compact:my-compact-container-padding",
469
- horizontal ? "desktop:flex-row" : "desktop:flex-col",
470
- horizontalMobile ? "flex-row" : "flex-col",
471
- flexClassNames,
472
- !noGap && gapClassNames,
473
- elevation === 0 && "shadow-none",
474
- elevation === 2 && "shadow-2",
475
- elevation === 4 && "shadow-4",
476
- elevation === 16 && "shadow-16",
477
- rounded && "rounded",
478
- unclipEdges && "-m-0.75 p-1",
479
- className
480
- ),
481
- children
482
- })
483
- );
484
- };
485
-
486
- // src/components/Swatch.tsx
487
- var import_clsx6 = __toESM(require("clsx"), 1);
488
-
489
- // src/components/Paragraph.tsx
490
- var import_clsx4 = __toESM(require("clsx"), 1);
491
- var import_jsx_runtime3 = require("react/jsx-runtime");
492
- var Paragraph = (_a) => {
493
- var _b = _a, {
494
- className,
495
- color,
496
- padded,
497
- align = "left",
498
- tall,
499
- addOverflow,
500
- children,
501
- as = "p",
502
- id,
503
- testid
504
- } = _b, props = __objRest(_b, [
505
- "className",
506
- "color",
507
- "padded",
508
- "align",
509
- "tall",
510
- "addOverflow",
511
- "children",
512
- "as",
513
- "id",
514
- "testid"
515
- ]);
516
- const Element = as;
517
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
518
- Element,
519
- __spreadProps(__spreadValues({
520
- id,
521
- "data-testid": testid
522
- }, props), {
523
- className: (0, import_clsx4.default)(
524
- typography.paragraph,
525
- className,
526
- padded && componentPaddingXUsingComponentGap,
527
- align === "left" && "text-left",
528
- align === "center" && "text-center",
529
- align === "right" && "text-right",
530
- tall && "!leading-6",
531
- addOverflow && "whitespace-nowrap text-ellipsis overflow-hidden"
532
- ),
533
- style: __spreadProps(__spreadValues({}, props.style), {
534
- color: color ? `var(--color-${color})` : void 0
535
- }),
536
- children
537
- })
538
- );
539
- };
540
- Paragraph.displayName = "Paragraph";
541
-
542
- // src/components/Heading.tsx
543
- var import_clsx5 = __toESM(require("clsx"), 1);
544
- var import_jsx_runtime4 = require("react/jsx-runtime");
545
- var Heading = (_a) => {
546
- var _b = _a, {
547
- className,
548
- children,
549
- as,
550
- color,
551
- align,
552
- variant = "heading1",
553
- id,
554
- testid
555
- } = _b, props = __objRest(_b, [
556
- "className",
557
- "children",
558
- "as",
559
- "color",
560
- "align",
561
- "variant",
562
- "id",
563
- "testid"
564
- ]);
565
- const defaultElement = variant === "heading1" ? "h1" : variant === "heading2" ? "h2" : "h3";
566
- const Element = as != null ? as : defaultElement;
567
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
568
- Element,
569
- __spreadProps(__spreadValues({
570
- id,
571
- "data-testid": testid,
572
- className: (0, import_clsx5.default)(
573
- typography[variant],
574
- className,
575
- align === "left" && "text-left",
576
- align === "center" && "text-center",
577
- align === "right" && "text-right"
578
- ),
579
- style: __spreadProps(__spreadValues({}, props.style), {
580
- color: color ? `var(--color-${color})` : void 0
581
- })
582
- }, props), {
583
- children
584
- })
585
- );
586
- };
587
- Heading.displayName = "Heading";
588
- var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
589
- var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
590
- var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
591
- Heading1.displayName = "Heading1";
592
- Heading2.displayName = "Heading2";
593
- Heading3.displayName = "Heading3";
594
-
595
- // src/components/Swatch.tsx
596
- var import_jsx_runtime5 = require("react/jsx-runtime");
597
- var Swatch = ({ className, colorName, colorHex, id }) => {
598
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { id, className: "flex flex-col gap-desktop-layout-padding", children: [
599
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
600
- "div",
601
- {
602
- className: `w-25 h-18 rounded-xl border border-solid border-border-primary-normal ${className}`
603
- }
604
- ),
605
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "w-full flex flex-col text-center text-label gap-desktop-component-gap", children: [
606
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: (0, import_clsx6.default)(typography.paragraph), children: colorName }),
607
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
608
- "span",
609
- {
610
- className: (0, import_clsx6.default)(
611
- typography.caption,
612
- "text-text-secondary-normal uppercase"
613
- ),
614
- children: colorHex
615
- }
616
- )
617
- ] })
618
- ] });
619
- };
620
- var Swatches = ({ id }) => {
621
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
622
- Stack,
623
- {
624
- id,
625
- elevation: 0,
626
- items: "start",
627
- justify: "start",
628
- sizing: "container",
629
- children: [
630
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-primitives-title` : void 0, children: "Color Primitives" }),
631
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-branded-title` : void 0, children: "Branded Colors" }),
632
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Paragraph, { id: id ? `${id}-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." }),
633
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-brand-heading` : void 0, children: "Brand" }),
634
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
635
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
636
- Swatch,
637
- {
638
- id: id ? `${id}-brand-500` : void 0,
639
- className: "bg-brand-500",
640
- colorName: "Brand-500",
641
- colorHex: "#9e3004"
642
- }
643
- ),
644
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
645
- Swatch,
646
- {
647
- id: id ? `${id}-brand-400` : void 0,
648
- className: "bg-brand-400",
649
- colorName: "Brand-400",
650
- colorHex: "#df4405"
651
- }
652
- ),
653
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
654
- Swatch,
655
- {
656
- id: id ? `${id}-brand-300` : void 0,
657
- className: "bg-brand-300",
658
- colorName: "Brand-300",
659
- colorHex: "#e56937"
660
- }
661
- ),
662
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
663
- Swatch,
664
- {
665
- id: id ? `${id}-brand-200` : void 0,
666
- className: "bg-brand-200",
667
- colorName: "Brand-200",
668
- colorHex: "#f0a98c"
669
- }
670
- ),
671
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
672
- Swatch,
673
- {
674
- id: id ? `${id}-brand-100` : void 0,
675
- className: "bg-brand-100",
676
- colorName: "Brand-100",
677
- colorHex: "#fcece6"
678
- }
679
- )
680
- ] }),
681
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-action-heading` : void 0, children: "Action" }),
682
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
683
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
684
- Swatch,
685
- {
686
- id: id ? `${id}-action-500` : void 0,
687
- className: "bg-action-500",
688
- colorName: "Action-500",
689
- colorHex: "#00365a"
690
- }
691
- ),
692
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
693
- Swatch,
694
- {
695
- id: id ? `${id}-action-400` : void 0,
696
- className: "bg-action-400",
697
- colorName: "Action-400",
698
- colorHex: "#0077c8"
699
- }
700
- ),
701
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
702
- Swatch,
703
- {
704
- id: id ? `${id}-action-300` : void 0,
705
- className: "bg-action-300",
706
- colorName: "Action-300",
707
- colorHex: "#459ad4"
708
- }
709
- ),
710
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
711
- Swatch,
712
- {
713
- id: id ? `${id}-action-200` : void 0,
714
- className: "bg-action-200",
715
- colorName: "Action-200",
716
- colorHex: "#d0e5f4"
717
- }
718
- ),
719
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
720
- Swatch,
721
- {
722
- id: id ? `${id}-action-100` : void 0,
723
- className: "bg-action-100",
724
- colorName: "Action-100",
725
- colorHex: "#e7f2f9"
726
- }
727
- )
728
- ] }),
729
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-link-heading` : void 0, children: "Link" }),
730
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
731
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
732
- Swatch,
733
- {
734
- id: id ? `${id}-link-500` : void 0,
735
- className: "bg-link-500",
736
- colorName: "Link-500",
737
- colorHex: "#00365a"
738
- }
739
- ),
740
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
741
- Swatch,
742
- {
743
- id: id ? `${id}-link-400` : void 0,
744
- className: "bg-link-400",
745
- colorName: "Link-400",
746
- colorHex: "#0077c8"
747
- }
748
- ),
749
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
750
- Swatch,
751
- {
752
- id: id ? `${id}-link-300` : void 0,
753
- className: "bg-link-300",
754
- colorName: "Link-300",
755
- colorHex: "#459ad4"
756
- }
757
- ),
758
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
759
- Swatch,
760
- {
761
- id: id ? `${id}-link-200` : void 0,
762
- className: "bg-link-200",
763
- colorName: "Link-200",
764
- colorHex: "#d0e5f4"
765
- }
766
- ),
767
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
768
- Swatch,
769
- {
770
- id: id ? `${id}-link-100` : void 0,
771
- className: "bg-link-100",
772
- colorName: "Link-100",
773
- colorHex: "#e7f2f9"
774
- }
775
- )
776
- ] }),
777
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Display1, { id: id ? `${id}-standard-colors-title` : void 0, children: [
778
- " ",
779
- "Standard Colors"
780
- ] }),
781
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Paragraph, { id: id ? `${id}-standard-colors-description` : void 0, children: "Certain colors should remain constant regardless of branding to help ensure legibility and usability." }),
782
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-neutral-heading` : void 0, children: "Neutral" }),
783
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
784
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
785
- Swatch,
786
- {
787
- id: id ? `${id}-neutral-600` : void 0,
788
- className: "bg-neutral-600",
789
- colorName: "Neutral-600",
790
- colorHex: "#000000"
791
- }
792
- ),
793
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
794
- Swatch,
795
- {
796
- id: id ? `${id}-neutral-500` : void 0,
797
- className: "bg-neutral-500",
798
- colorName: "Neutral-500",
799
- colorHex: "#1d1e1e"
800
- }
801
- ),
802
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
803
- Swatch,
804
- {
805
- id: id ? `${id}-neutral-450` : void 0,
806
- className: "bg-neutral-450",
807
- colorName: "Neutral-450",
808
- colorHex: "#3a3a3a"
809
- }
810
- ),
811
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
812
- Swatch,
813
- {
814
- id: id ? `${id}-neutral-400` : void 0,
815
- className: "bg-neutral-400",
816
- colorName: "Neutral-400",
817
- colorHex: "#6b6d6d"
818
- }
819
- ),
820
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
821
- Swatch,
822
- {
823
- id: id ? `${id}-neutral-300` : void 0,
824
- className: "bg-neutral-300",
825
- colorName: "Neutral-300",
826
- colorHex: "#c1c1c1"
827
- }
828
- ),
829
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
830
- Swatch,
831
- {
832
- id: id ? `${id}-neutral-200` : void 0,
833
- className: "bg-neutral-200",
834
- colorName: "Neutral-200",
835
- colorHex: "#ebebeb"
836
- }
837
- ),
838
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
839
- Swatch,
840
- {
841
- id: id ? `${id}-neutral-100` : void 0,
842
- className: "bg-neutral-100",
843
- colorName: "Neutral-100",
844
- colorHex: "#f7f7f7"
845
- }
846
- ),
847
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
848
- Swatch,
849
- {
850
- id: id ? `${id}-neutral-000` : void 0,
851
- className: "bg-neutral-000",
852
- colorName: "Neutral-000",
853
- colorHex: "#ffffff"
854
- }
855
- )
856
- ] }),
857
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-success-heading` : void 0, children: [
858
- " ",
859
- "Success"
860
- ] }),
861
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
862
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
863
- Swatch,
864
- {
865
- id: id ? `${id}-success-500` : void 0,
866
- className: "bg-success-500",
867
- colorName: "Success-500",
868
- colorHex: "#126240"
869
- }
870
- ),
871
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
872
- Swatch,
873
- {
874
- id: id ? `${id}-success-400` : void 0,
875
- className: "bg-success-400",
876
- colorName: "Success-400",
877
- colorHex: "#27d68b"
878
- }
879
- ),
880
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
881
- Swatch,
882
- {
883
- id: id ? `${id}-success-300` : void 0,
884
- className: "bg-success-300",
885
- colorName: "Success-300",
886
- colorHex: "#61e1aa"
887
- }
888
- ),
889
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
890
- Swatch,
891
- {
892
- id: id ? `${id}-success-200` : void 0,
893
- className: "bg-success-200",
894
- colorName: "Success-200",
895
- colorHex: "#d7f7e9"
896
- }
897
- ),
898
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
899
- Swatch,
900
- {
901
- id: id ? `${id}-success-100` : void 0,
902
- className: "bg-success-100",
903
- colorName: "Success-100",
904
- colorHex: "#eefbf6"
905
- }
906
- )
907
- ] }),
908
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-warning-heading` : void 0, children: [
909
- " ",
910
- "Warning"
911
- ] }),
912
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
913
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
914
- Swatch,
915
- {
916
- id: id ? `${id}-warning-500` : void 0,
917
- className: "bg-warning-500",
918
- colorName: "Warning-500",
919
- colorHex: "#91670c"
920
- }
921
- ),
922
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
923
- Swatch,
924
- {
925
- id: id ? `${id}-warning-400` : void 0,
926
- className: "bg-warning-400",
927
- colorName: "Warning-400",
928
- colorHex: "#f0a913"
929
- }
930
- ),
931
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
932
- Swatch,
933
- {
934
- id: id ? `${id}-warning-300` : void 0,
935
- className: "bg-warning-300",
936
- colorName: "Warning-300",
937
- colorHex: "#f4c053"
938
- }
939
- ),
940
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
941
- Swatch,
942
- {
943
- id: id ? `${id}-warning-200` : void 0,
944
- className: "bg-warning-200",
945
- colorName: "Warning-200",
946
- colorHex: "#f9dfa9"
947
- }
948
- ),
949
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
950
- Swatch,
951
- {
952
- id: id ? `${id}-warning-100` : void 0,
953
- className: "bg-warning-100",
954
- colorName: "Warning-100",
955
- colorHex: "#fcefd4"
956
- }
957
- )
958
- ] }),
959
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-critical-heading` : void 0, children: [
960
- " ",
961
- "Critical"
962
- ] }),
963
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
964
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
965
- Swatch,
966
- {
967
- id: id ? `${id}-critical-500` : void 0,
968
- className: "bg-critical-500",
969
- colorName: "Critical-500",
970
- colorHex: "#892615"
971
- }
972
- ),
973
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
974
- Swatch,
975
- {
976
- id: id ? `${id}-critical-400` : void 0,
977
- className: "bg-critical-400",
978
- colorName: "Critical-400",
979
- colorHex: "#cc391f"
980
- }
981
- ),
982
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
983
- Swatch,
984
- {
985
- id: id ? `${id}-critical-300` : void 0,
986
- className: "bg-critical-300",
987
- colorName: "Critical-300",
988
- colorHex: "#dd5e48"
989
- }
990
- ),
991
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
992
- Swatch,
993
- {
994
- id: id ? `${id}-critical-200` : void 0,
995
- className: "bg-critical-200",
996
- colorName: "Critical-200",
997
- colorHex: "#f0b7ad"
998
- }
999
- ),
1000
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1001
- Swatch,
1002
- {
1003
- id: id ? `${id}-critical-100` : void 0,
1004
- className: "bg-critical-100",
1005
- colorName: "Critical-100",
1006
- colorHex: "#fbedea"
1007
- }
1008
- )
1009
- ] }),
1010
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-chart-heading` : void 0, children: "Color order for charts, graphs, etc" }),
1011
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1012
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1013
- Swatch,
1014
- {
1015
- id: id ? `${id}-chart-0` : void 0,
1016
- className: "bg-chart-0",
1017
- colorName: "Action-400",
1018
- colorHex: "#0077c8"
1019
- }
1020
- ),
1021
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1022
- Swatch,
1023
- {
1024
- id: id ? `${id}-chart-1` : void 0,
1025
- className: "bg-chart-1",
1026
- colorName: "Brand-400",
1027
- colorHex: "#df4405"
1028
- }
1029
- ),
1030
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1031
- Swatch,
1032
- {
1033
- id: id ? `${id}-chart-2` : void 0,
1034
- className: "bg-chart-2",
1035
- colorName: "Teal-400",
1036
- colorHex: "#40c1ac"
1037
- }
1038
- ),
1039
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1040
- Swatch,
1041
- {
1042
- id: id ? `${id}-chart-3` : void 0,
1043
- className: "bg-chart-3",
1044
- colorName: "Warning-400",
1045
- colorHex: "#f0a913"
1046
- }
1047
- ),
1048
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1049
- Swatch,
1050
- {
1051
- id: id ? `${id}-chart-4` : void 0,
1052
- className: "bg-chart-4",
1053
- colorName: "Neutral-400",
1054
- colorHex: "#6b6d6d"
1055
- }
1056
- ),
1057
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1058
- Swatch,
1059
- {
1060
- id: id ? `${id}-chart-5` : void 0,
1061
- className: "bg-chart-5",
1062
- colorName: "Purple-400",
1063
- colorHex: "#8d267a"
1064
- }
1065
- ),
1066
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1067
- Swatch,
1068
- {
1069
- id: id ? `${id}-chart-6` : void 0,
1070
- className: "bg-chart-6",
1071
- colorName: "Orange-400",
1072
- colorHex: "#cc391f"
1073
- }
1074
- )
1075
- ] }),
1076
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1077
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-semantics-title` : void 0, children: "Color Semantics" }),
1078
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Paragraph, { id: id ? `${id}-semantics-description` : void 0, children: [
1079
- "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 \u201CPrimary Action Color\u201D 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.",
1080
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1081
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1082
- "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 \u201Cbackground/action\u201D color, which would reference the \u201Ccolor/background/action/normal\u201D token by default, and the other states as defined."
1083
- ] }),
1084
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-text-heading` : void 0, children: "Text" }),
1085
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-primary-heading` : void 0, children: "Text/Primary" }),
1086
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1087
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1088
- Swatch,
1089
- {
1090
- id: id ? `${id}-text-primary-normal` : void 0,
1091
- className: "bg-text-primary-normal",
1092
- colorName: "Normal",
1093
- colorHex: "#1d1e1e"
1094
- }
1095
- ),
1096
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1097
- Swatch,
1098
- {
1099
- id: id ? `${id}-text-primary-disabled` : void 0,
1100
- className: "bg-text-primary-disabled",
1101
- colorName: "Disabled",
1102
- colorHex: "#c1c1c1"
1103
- }
1104
- ),
1105
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1106
- Swatch,
1107
- {
1108
- id: id ? `${id}-text-primary-error` : void 0,
1109
- className: "bg-text-primary-error",
1110
- colorName: "Error",
1111
- colorHex: "#cc391f"
1112
- }
1113
- )
1114
- ] }),
1115
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-secondary-heading` : void 0, children: "Text/Secondary" }),
1116
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1117
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1118
- Swatch,
1119
- {
1120
- id: id ? `${id}-text-secondary-normal` : void 0,
1121
- className: "bg-text-secondary-normal",
1122
- colorName: "Normal",
1123
- colorHex: "#6b6d6d"
1124
- }
1125
- ),
1126
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1127
- Swatch,
1128
- {
1129
- id: id ? `${id}-text-secondary-disabled` : void 0,
1130
- className: "bg-text-secondary-disabled",
1131
- colorName: "Disabled",
1132
- colorHex: "#c1c1c1"
1133
- }
1134
- ),
1135
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1136
- Swatch,
1137
- {
1138
- id: id ? `${id}-text-secondary-error` : void 0,
1139
- className: "bg-text-secondary-error",
1140
- colorName: "Error",
1141
- colorHex: "#cc391f"
1142
- }
1143
- )
1144
- ] }),
1145
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-brand-heading` : void 0, children: "Text/Brand" }),
1146
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1147
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1148
- Swatch,
1149
- {
1150
- id: id ? `${id}-text-brand-normal` : void 0,
1151
- className: "bg-brand-400",
1152
- colorName: "Normal",
1153
- colorHex: "#df4405"
1154
- }
1155
- ),
1156
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1157
- Swatch,
1158
- {
1159
- id: id ? `${id}-text-brand-disabled` : void 0,
1160
- className: "bg-neutral-300",
1161
- colorName: "Disabled",
1162
- colorHex: "#c1c1c1"
1163
- }
1164
- ),
1165
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1166
- Swatch,
1167
- {
1168
- id: id ? `${id}-text-brand-error` : void 0,
1169
- className: "bg-critical-400",
1170
- colorName: "Error",
1171
- colorHex: "#cc391f"
1172
- }
1173
- )
1174
- ] }),
1175
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-action-primary-heading` : void 0, children: "Text/Action Primary" }),
1176
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1177
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1178
- Swatch,
1179
- {
1180
- id: id ? `${id}-text-action-primary-normal` : void 0,
1181
- className: "bg-text-action-primary-normal",
1182
- colorName: "Normal",
1183
- colorHex: "#0077c8"
1184
- }
1185
- ),
1186
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1187
- Swatch,
1188
- {
1189
- id: id ? `${id}-text-action-primary-hover` : void 0,
1190
- className: "bg-text-action-primary-hover",
1191
- colorName: "Hover",
1192
- colorHex: "#00365a"
1193
- }
1194
- ),
1195
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1196
- Swatch,
1197
- {
1198
- id: id ? `${id}-text-action-primary-active` : void 0,
1199
- className: "bg-text-action-primary-active",
1200
- colorName: "Active",
1201
- colorHex: "#459ad4"
1202
- }
1203
- ),
1204
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1205
- Swatch,
1206
- {
1207
- id: id ? `${id}-text-action-primary-disabled` : void 0,
1208
- className: "bg-text-action-primary-disabled",
1209
- colorName: "Disabled",
1210
- colorHex: "#6b6d6d"
1211
- }
1212
- )
1213
- ] }),
1214
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-on-action-primary-heading` : void 0, children: "Text/On Action Primary" }),
1215
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1216
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1217
- Swatch,
1218
- {
1219
- id: id ? `${id}-text-on-action-primary-normal` : void 0,
1220
- className: "bg-text-on-action-primary-normal",
1221
- colorName: "Normal",
1222
- colorHex: "#ffffff"
1223
- }
1224
- ),
1225
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1226
- Swatch,
1227
- {
1228
- id: id ? `${id}-text-on-action-primary-hover` : void 0,
1229
- className: "bg-text-on-action-primary-hover",
1230
- colorName: "Hover",
1231
- colorHex: "#ffffff"
1232
- }
1233
- ),
1234
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1235
- Swatch,
1236
- {
1237
- id: id ? `${id}-text-on-action-primary-active` : void 0,
1238
- className: "bg-text-on-action-primary-active",
1239
- colorName: "Active",
1240
- colorHex: "#ffffff"
1241
- }
1242
- ),
1243
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1244
- Swatch,
1245
- {
1246
- id: id ? `${id}-text-on-action-primary-disabled` : void 0,
1247
- className: "bg-text-on-action-primary-disabled",
1248
- colorName: "Disabled",
1249
- colorHex: "#6b6d6d"
1250
- }
1251
- )
1252
- ] }),
1253
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-action-critical-heading` : void 0, children: "Text/Action Critical" }),
1254
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1255
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1256
- Swatch,
1257
- {
1258
- id: id ? `${id}-text-action-critical-normal` : void 0,
1259
- className: "bg-text-action-critical-normal",
1260
- colorName: "Normal",
1261
- colorHex: "#CC391F"
1262
- }
1263
- ),
1264
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1265
- Swatch,
1266
- {
1267
- id: id ? `${id}-text-action-critical-hover` : void 0,
1268
- className: "bg-text-action-critical-hover",
1269
- colorName: "Hover",
1270
- colorHex: "#892615"
1271
- }
1272
- ),
1273
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1274
- Swatch,
1275
- {
1276
- id: id ? `${id}-text-action-critical-active` : void 0,
1277
- className: "bg-text-action-critical-active",
1278
- colorName: "Active",
1279
- colorHex: "#DD5E48"
1280
- }
1281
- ),
1282
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1283
- Swatch,
1284
- {
1285
- id: id ? `${id}-text-action-critical-disabled` : void 0,
1286
- className: "bg-text-action-critical-disabled",
1287
- colorName: "Disabled",
1288
- colorHex: "#6b6d6d"
1289
- }
1290
- )
1291
- ] }),
1292
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-link-heading` : void 0, children: "Text/Link" }),
1293
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1294
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1295
- Swatch,
1296
- {
1297
- id: id ? `${id}-text-link-normal` : void 0,
1298
- className: "bg-text-link-normal",
1299
- colorName: "Normal",
1300
- colorHex: "#0077C8"
1301
- }
1302
- ),
1303
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1304
- Swatch,
1305
- {
1306
- id: id ? `${id}-text-link-hover` : void 0,
1307
- className: "bg-text-link-hover",
1308
- colorName: "Hover",
1309
- colorHex: "#00365A"
1310
- }
1311
- ),
1312
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1313
- Swatch,
1314
- {
1315
- id: id ? `${id}-text-link-active` : void 0,
1316
- className: "bg-text-link-active",
1317
- colorName: "Active",
1318
- colorHex: "#459AD4"
1319
- }
1320
- ),
1321
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1322
- Swatch,
1323
- {
1324
- id: id ? `${id}-text-link-disabled` : void 0,
1325
- className: "bg-text-link-disabled",
1326
- colorName: "Disabled",
1327
- colorHex: "#6b6d6d"
1328
- }
1329
- )
1330
- ] }),
1331
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-success-heading` : void 0, children: "Text/Success" }),
1332
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1333
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1334
- Swatch,
1335
- {
1336
- id: id ? `${id}-text-success-normal` : void 0,
1337
- className: "bg-text-success-normal",
1338
- colorName: "Normal",
1339
- colorHex: "#126240"
1340
- }
1341
- ),
1342
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1343
- Swatch,
1344
- {
1345
- id: id ? `${id}-text-success-disabled` : void 0,
1346
- className: "bg-text-success-disabled",
1347
- colorName: "Disabled",
1348
- colorHex: "#6B6D6D"
1349
- }
1350
- ),
1351
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1352
- Swatch,
1353
- {
1354
- id: id ? `${id}-text-success-error` : void 0,
1355
- className: "bg-text-success-error",
1356
- colorName: "Error",
1357
- colorHex: "#CC391F"
1358
- }
1359
- )
1360
- ] }),
1361
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-warning-heading` : void 0, children: "Text/Warning" }),
1362
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1363
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1364
- Swatch,
1365
- {
1366
- id: id ? `${id}-text-warning-normal` : void 0,
1367
- className: "bg-text-warning-normal",
1368
- colorName: "Normal",
1369
- colorHex: "#126240"
1370
- }
1371
- ),
1372
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1373
- Swatch,
1374
- {
1375
- id: id ? `${id}-text-warning-disabled` : void 0,
1376
- className: "bg-text-warning-disabled",
1377
- colorName: "Disabled",
1378
- colorHex: "#6B6D6D"
1379
- }
1380
- ),
1381
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1382
- Swatch,
1383
- {
1384
- id: id ? `${id}-text-warning-error` : void 0,
1385
- className: "bg-text-warning-error",
1386
- colorName: "Error",
1387
- colorHex: "#CC391F"
1388
- }
1389
- )
1390
- ] }),
1391
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-critical-heading` : void 0, children: "Text/Critical" }),
1392
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1393
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1394
- Swatch,
1395
- {
1396
- id: id ? `${id}-text-critical-normal` : void 0,
1397
- className: "bg-text-critical-normal",
1398
- colorName: "Normal",
1399
- colorHex: "#CC391F"
1400
- }
1401
- ),
1402
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1403
- Swatch,
1404
- {
1405
- id: id ? `${id}-text-critical-disabled` : void 0,
1406
- className: "bg-text-critical-disabled",
1407
- colorName: "Disabled",
1408
- colorHex: "#6B6D6D"
1409
- }
1410
- ),
1411
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1412
- Swatch,
1413
- {
1414
- id: id ? `${id}-text-critical-error` : void 0,
1415
- className: "bg-text-critical-error",
1416
- colorName: "Error",
1417
- colorHex: "#CC391F"
1418
- }
1419
- )
1420
- ] }),
1421
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1422
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-icon-heading` : void 0, children: "Icon" }),
1423
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-primary-heading` : void 0, children: "Icon/Primary" }),
1424
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1425
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1426
- Swatch,
1427
- {
1428
- id: id ? `${id}-icon-primary-normal` : void 0,
1429
- className: "bg-icon-primary-normal",
1430
- colorName: "Normal",
1431
- colorHex: "#6B6D6D"
1432
- }
1433
- ),
1434
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1435
- Swatch,
1436
- {
1437
- id: id ? `${id}-icon-primary-disabled` : void 0,
1438
- className: "bg-icon-primary-disabled",
1439
- colorName: "Disabled",
1440
- colorHex: "#C1C1C1"
1441
- }
1442
- )
1443
- ] }),
1444
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-success-heading` : void 0, children: "Icon/Success" }),
1445
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1446
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1447
- Swatch,
1448
- {
1449
- id: id ? `${id}-icon-success-normal` : void 0,
1450
- className: "bg-icon-success-normal",
1451
- colorName: "Normal",
1452
- colorHex: "#27D68B"
1453
- }
1454
- ),
1455
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1456
- Swatch,
1457
- {
1458
- id: id ? `${id}-icon-success-disabled` : void 0,
1459
- className: "bg-icon-success-disabled",
1460
- colorName: "Disabled",
1461
- colorHex: "#6B6D6D"
1462
- }
1463
- )
1464
- ] }),
1465
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-warning-heading` : void 0, children: "Icon/Warning" }),
1466
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1467
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1468
- Swatch,
1469
- {
1470
- id: id ? `${id}-icon-warning-normal` : void 0,
1471
- className: "bg-icon-warning-normal",
1472
- colorName: "Normal",
1473
- colorHex: "#F0A913"
1474
- }
1475
- ),
1476
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1477
- Swatch,
1478
- {
1479
- id: id ? `${id}-icon-warning-disabled` : void 0,
1480
- className: "bg-icon-warning-disabled",
1481
- colorName: "Disabled",
1482
- colorHex: "#6B6D6D"
1483
- }
1484
- )
1485
- ] }),
1486
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-critical-heading` : void 0, children: "Icon/Critical" }),
1487
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1488
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1489
- Swatch,
1490
- {
1491
- id: id ? `${id}-icon-critical-normal` : void 0,
1492
- className: "bg-icon-critical-normal",
1493
- colorName: "Normal",
1494
- colorHex: "#CC391F"
1495
- }
1496
- ),
1497
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1498
- Swatch,
1499
- {
1500
- id: id ? `${id}-icon-critical-disabled` : void 0,
1501
- className: "bg-icon-critical-disabled",
1502
- colorName: "Disabled",
1503
- colorHex: "#6B6D6D"
1504
- }
1505
- )
1506
- ] }),
1507
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-primary-heading` : void 0, children: "Icon/Action Primary" }),
1508
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1509
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1510
- Swatch,
1511
- {
1512
- id: id ? `${id}-icon-action-primary-normal` : void 0,
1513
- className: "bg-icon-action-primary-normal",
1514
- colorName: "Normal",
1515
- colorHex: "#1D1E1E"
1516
- }
1517
- ),
1518
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1519
- Swatch,
1520
- {
1521
- id: id ? `${id}-icon-action-primary-hover` : void 0,
1522
- className: "bg-icon-action-primary-hover",
1523
- colorName: "Hover",
1524
- colorHex: "#00365A"
1525
- }
1526
- ),
1527
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1528
- Swatch,
1529
- {
1530
- id: id ? `${id}-icon-action-primary-active` : void 0,
1531
- className: "bg-icon-action-primary-active",
1532
- colorName: "Active",
1533
- colorHex: "#459AD4"
1534
- }
1535
- ),
1536
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1537
- Swatch,
1538
- {
1539
- id: id ? `${id}-icon-action-primary-disabled` : void 0,
1540
- className: "bg-icon-action-primary-disabled",
1541
- colorName: "Disabled",
1542
- colorHex: "#C1C1C1"
1543
- }
1544
- )
1545
- ] }),
1546
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-on-action-primary-heading` : void 0, children: "Icon/On Action Primary" }),
1547
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1548
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1549
- Swatch,
1550
- {
1551
- id: id ? `${id}-icon-on-action-primary-normal` : void 0,
1552
- className: "bg-icon-on-action-primary-normal",
1553
- colorName: "Normal",
1554
- colorHex: "#FFFFFF"
1555
- }
1556
- ),
1557
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1558
- Swatch,
1559
- {
1560
- id: id ? `${id}-icon-on-action-primary-hover` : void 0,
1561
- className: "bg-icon-on-action-primary-hover",
1562
- colorName: "Hover",
1563
- colorHex: "#FFFFFF"
1564
- }
1565
- ),
1566
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1567
- Swatch,
1568
- {
1569
- id: id ? `${id}-icon-on-action-primary-active` : void 0,
1570
- className: "bg-icon-on-action-primary-active",
1571
- colorName: "Active",
1572
- colorHex: "#FFFFFF"
1573
- }
1574
- ),
1575
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1576
- Swatch,
1577
- {
1578
- id: id ? `${id}-icon-on-action-primary-disabled` : void 0,
1579
- className: "bg-icon-on-action-primary-disabled",
1580
- colorName: "Disabled",
1581
- colorHex: "#6B6D6D"
1582
- }
1583
- )
1584
- ] }),
1585
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-secondary-heading` : void 0, children: "Icon/Action Secondary" }),
1586
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1587
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1588
- Swatch,
1589
- {
1590
- id: id ? `${id}-icon-action-secondary-normal` : void 0,
1591
- className: "bg-icon-action-secondary-normal",
1592
- colorName: "Normal",
1593
- colorHex: "#0077C8"
1594
- }
1595
- ),
1596
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1597
- Swatch,
1598
- {
1599
- id: id ? `${id}-icon-action-secondary-hover` : void 0,
1600
- className: "bg-icon-action-secondary-hover",
1601
- colorName: "Hover",
1602
- colorHex: "#00365A"
1603
- }
1604
- ),
1605
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1606
- Swatch,
1607
- {
1608
- id: id ? `${id}-icon-action-secondary-active` : void 0,
1609
- className: "bg-icon-action-secondary-active",
1610
- colorName: "Active",
1611
- colorHex: "#459AD4"
1612
- }
1613
- ),
1614
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1615
- Swatch,
1616
- {
1617
- id: id ? `${id}-icon-action-secondary-disabled` : void 0,
1618
- className: "bg-icon-action-secondary-disabled",
1619
- colorName: "Disabled",
1620
- colorHex: "#6B6D6D"
1621
- }
1622
- )
1623
- ] }),
1624
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-critical-heading` : void 0, children: "Icon/Action Critical" }),
1625
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1626
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1627
- Swatch,
1628
- {
1629
- id: id ? `${id}-icon-action-critical-normal` : void 0,
1630
- className: "bg-icon-action-critical-normal",
1631
- colorName: "Normal",
1632
- colorHex: "#CC391F"
1633
- }
1634
- ),
1635
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1636
- Swatch,
1637
- {
1638
- id: id ? `${id}-icon-action-critical-hover` : void 0,
1639
- className: "bg-icon-action-critical-hover",
1640
- colorName: "Hover",
1641
- colorHex: "#892615"
1642
- }
1643
- ),
1644
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1645
- Swatch,
1646
- {
1647
- id: id ? `${id}-icon-action-critical-active` : void 0,
1648
- className: "bg-icon-action-critical-active",
1649
- colorName: "Active",
1650
- colorHex: "#DD5E48"
1651
- }
1652
- ),
1653
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1654
- Swatch,
1655
- {
1656
- id: id ? `${id}-icon-action-critical-disabled` : void 0,
1657
- className: "bg-icon-action-critical-disabled",
1658
- colorName: "Disabled",
1659
- colorHex: "#6B6D6D"
1660
- }
1661
- )
1662
- ] }),
1663
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-brand-primary-heading` : void 0, children: "Icon/Brand Primary" }),
1664
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1665
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1666
- Swatch,
1667
- {
1668
- id: id ? `${id}-icon-brand-primary-normal` : void 0,
1669
- className: "bg-icon-brand-primary-normal",
1670
- colorName: "Normal",
1671
- colorHex: "#DF4405"
1672
- }
1673
- ),
1674
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1675
- Swatch,
1676
- {
1677
- id: id ? `${id}-icon-brand-primary-hover` : void 0,
1678
- className: "bg-icon-brand-primary-hover",
1679
- colorName: "Hover",
1680
- colorHex: "#9E3004"
1681
- }
1682
- ),
1683
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1684
- Swatch,
1685
- {
1686
- id: id ? `${id}-icon-brand-primary-active` : void 0,
1687
- className: "bg-icon-brand-primary-active",
1688
- colorName: "Active",
1689
- colorHex: "#E56937"
1690
- }
1691
- ),
1692
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1693
- Swatch,
1694
- {
1695
- id: id ? `${id}-icon-brand-primary-disabled` : void 0,
1696
- className: "bg-icon-brand-primary-disabled",
1697
- colorName: "Disabled",
1698
- colorHex: "#C1C1C1"
1699
- }
1700
- )
1701
- ] }),
1702
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1703
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-border-heading` : void 0, children: "Border" }),
1704
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-primary-heading` : void 0, children: "Border/Primary" }),
1705
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1706
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1707
- Swatch,
1708
- {
1709
- id: id ? `${id}-border-primary-normal` : void 0,
1710
- className: "bg-border-primary-normal",
1711
- colorName: "Normal",
1712
- colorHex: "#C1C1C1"
1713
- }
1714
- ),
1715
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1716
- Swatch,
1717
- {
1718
- id: id ? `${id}-border-primary-focus` : void 0,
1719
- className: "bg-border-primary-focus",
1720
- colorName: "Focus",
1721
- colorHex: "#0077C8"
1722
- }
1723
- ),
1724
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1725
- Swatch,
1726
- {
1727
- id: id ? `${id}-border-primary-error` : void 0,
1728
- className: "bg-border-primary-error",
1729
- colorName: "Error",
1730
- colorHex: "#CC391F"
1731
- }
1732
- )
1733
- ] }),
1734
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-action-heading` : void 0, children: "Border/Action" }),
1735
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1736
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1737
- Swatch,
1738
- {
1739
- id: id ? `${id}-border-action-normal` : void 0,
1740
- className: "bg-border-action-normal",
1741
- colorName: "Normal",
1742
- colorHex: "#0077C8"
1743
- }
1744
- ),
1745
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1746
- Swatch,
1747
- {
1748
- id: id ? `${id}-border-action-hover` : void 0,
1749
- className: "bg-border-action-hover",
1750
- colorName: "Hover",
1751
- colorHex: "#00365A"
1752
- }
1753
- ),
1754
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1755
- Swatch,
1756
- {
1757
- id: id ? `${id}-border-action-active` : void 0,
1758
- className: "bg-border-action-active",
1759
- colorName: "Active",
1760
- colorHex: "#459AD4"
1761
- }
1762
- ),
1763
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1764
- Swatch,
1765
- {
1766
- id: id ? `${id}-border-action-disabled` : void 0,
1767
- className: "bg-border-action-disabled",
1768
- colorName: "Disabled",
1769
- colorHex: "#EBEBEB"
1770
- }
1771
- )
1772
- ] }),
1773
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-action-critical-heading` : void 0, children: "Border/Action Critical" }),
1774
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1775
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1776
- Swatch,
1777
- {
1778
- id: id ? `${id}-border-action-critical-normal` : void 0,
1779
- className: "bg-border-action-critical-normal",
1780
- colorName: "Normal",
1781
- colorHex: "#CC391F"
1782
- }
1783
- ),
1784
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1785
- Swatch,
1786
- {
1787
- id: id ? `${id}-border-action-critical-hover` : void 0,
1788
- className: "bg-border-action-critical-hover",
1789
- colorName: "Hover",
1790
- colorHex: "#892615"
1791
- }
1792
- ),
1793
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1794
- Swatch,
1795
- {
1796
- id: id ? `${id}-border-action-critical-active` : void 0,
1797
- className: "bg-border-action-critical-active",
1798
- colorName: "Active",
1799
- colorHex: "#DD5E48"
1800
- }
1801
- ),
1802
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1803
- Swatch,
1804
- {
1805
- id: id ? `${id}-border-action-critical-disabled` : void 0,
1806
- className: "bg-border-action-critical-disabled",
1807
- colorName: "Disabled",
1808
- colorHex: "#EBEBEB"
1809
- }
1810
- )
1811
- ] }),
1812
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1813
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-background-heading` : void 0, children: "Background" }),
1814
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-primary-heading` : void 0, children: "Background/Primary" }),
1815
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1816
- Swatch,
1817
- {
1818
- id: id ? `${id}-background-primary-normal` : void 0,
1819
- className: "bg-background-primary-normal",
1820
- colorName: "Normal",
1821
- colorHex: "#FFFFFF"
1822
- }
1823
- ) }),
1824
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-secondary-heading` : void 0, children: "Background/Secondary" }),
1825
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1826
- Swatch,
1827
- {
1828
- id: id ? `${id}-background-secondary-normal` : void 0,
1829
- className: "bg-background-secondary-normal",
1830
- colorName: "Normal",
1831
- colorHex: "#c1c1c1"
1832
- }
1833
- ) }),
1834
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-brand-heading` : void 0, children: "Background/Brand" }),
1835
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1836
- Swatch,
1837
- {
1838
- id: id ? `${id}-background-brand-normal` : void 0,
1839
- className: "bg-background-brand-normal",
1840
- colorName: "Normal",
1841
- colorHex: "#DF4405"
1842
- }
1843
- ) }),
1844
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1845
- Heading3,
1846
- {
1847
- id: id ? `${id}-background-grouped-primary-heading` : void 0,
1848
- children: "Background/Grouped Primary"
1849
- }
1850
- ),
1851
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1852
- Swatch,
1853
- {
1854
- id: id ? `${id}-background-grouped-primary-normal` : void 0,
1855
- className: "bg-background-grouped-primary-normal",
1856
- colorName: "Normal",
1857
- colorHex: "#FFFFFF"
1858
- }
1859
- ) }),
1860
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1861
- Heading3,
1862
- {
1863
- id: id ? `${id}-background-grouped-secondary-heading` : void 0,
1864
- children: "Background/Grouped Secondary"
1865
- }
1866
- ),
1867
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1868
- Swatch,
1869
- {
1870
- id: id ? `${id}-background-grouped-secondary-normal` : void 0,
1871
- className: "bg-background-grouped-secondary-normal",
1872
- colorName: "Normal",
1873
- colorHex: "#f7f7f7"
1874
- }
1875
- ) }),
1876
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-action-primary-heading` : void 0, children: "Background/Action Primary" }),
1877
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1878
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1879
- Swatch,
1880
- {
1881
- id: id ? `${id}-background-action-primary-normal` : void 0,
1882
- className: "bg-background-action-primary-normal",
1883
- colorName: "Normal",
1884
- colorHex: "#0077C8"
1885
- }
1886
- ),
1887
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1888
- Swatch,
1889
- {
1890
- id: id ? `${id}-background-action-primary-hover` : void 0,
1891
- className: "bg-background-action-primary-hover",
1892
- colorName: "Hover",
1893
- colorHex: "#00365A"
1894
- }
1895
- ),
1896
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1897
- Swatch,
1898
- {
1899
- id: id ? `${id}-background-action-primary-active` : void 0,
1900
- className: "bg-background-action-primary-active",
1901
- colorName: "Active",
1902
- colorHex: "#459AD4"
1903
- }
1904
- ),
1905
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1906
- Swatch,
1907
- {
1908
- id: id ? `${id}-background-action-primary-disabled` : void 0,
1909
- className: "bg-background-action-primary-disabled",
1910
- colorName: "Disabled",
1911
- colorHex: "#EBEBEB"
1912
- }
1913
- )
1914
- ] }),
1915
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1916
- Heading3,
1917
- {
1918
- id: id ? `${id}-background-action-secondary-heading` : void 0,
1919
- children: "Background/Action Secondary"
1920
- }
1921
- ),
1922
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1923
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1924
- Swatch,
1925
- {
1926
- id: id ? `${id}-background-action-secondary-normal` : void 0,
1927
- className: "bg-background-action-secondary-normal",
1928
- colorName: "Normal",
1929
- colorHex: "#FFFFFF"
1930
- }
1931
- ),
1932
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1933
- Swatch,
1934
- {
1935
- id: id ? `${id}-background-action-secondary-hover` : void 0,
1936
- className: "bg-background-action-secondary-hover",
1937
- colorName: "Hover",
1938
- colorHex: "#E7F2F9"
1939
- }
1940
- ),
1941
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1942
- Swatch,
1943
- {
1944
- id: id ? `${id}-background-action-secondary-active` : void 0,
1945
- className: "bg-background-action-secondary-active",
1946
- colorName: "Active",
1947
- colorHex: "#FFFFFF"
1948
- }
1949
- ),
1950
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1951
- Swatch,
1952
- {
1953
- id: id ? `${id}-background-action-secondary-disabled` : void 0,
1954
- className: "bg-background-action-secondary-disabled",
1955
- colorName: "Disabled",
1956
- colorHex: "#EBEBEB"
1957
- }
1958
- )
1959
- ] }),
1960
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1961
- Heading3,
1962
- {
1963
- id: id ? `${id}-background-action-critical-primary-heading` : void 0,
1964
- children: "Background/Action Critical Primary"
1965
- }
1966
- ),
1967
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1968
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1969
- Swatch,
1970
- {
1971
- id: id ? `${id}-background-action-critical-primary-normal` : void 0,
1972
- className: "bg-background-action-critical-primary-normal",
1973
- colorName: "Normal",
1974
- colorHex: "#CC391F"
1975
- }
1976
- ),
1977
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1978
- Swatch,
1979
- {
1980
- id: id ? `${id}-background-action-critical-primary-hover` : void 0,
1981
- className: "bg-background-action-critical-primary-hover",
1982
- colorName: "Hover",
1983
- colorHex: "#892615"
1984
- }
1985
- ),
1986
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1987
- Swatch,
1988
- {
1989
- id: id ? `${id}-background-action-critical-primary-active` : void 0,
1990
- className: "bg-background-action-critical-primary-active",
1991
- colorName: "Active",
1992
- colorHex: "#DD5E48"
1993
- }
1994
- ),
1995
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1996
- Swatch,
1997
- {
1998
- id: id ? `${id}-background-action-critical-primary-disabled` : void 0,
1999
- className: "bg-background-action-critical-primary-disabled",
2000
- colorName: "Disabled",
2001
- colorHex: "#EBEBEB"
2002
- }
2003
- )
2004
- ] }),
2005
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2006
- Heading3,
2007
- {
2008
- id: id ? `${id}-background-action-critical-secondary-heading` : void 0,
2009
- children: "Background/Action Critical Secondary"
2010
- }
2011
- ),
2012
- /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
2013
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2014
- Swatch,
2015
- {
2016
- id: id ? `${id}-background-action-critical-secondary-normal` : void 0,
2017
- className: "bg-background-action-critical-secondary-normal",
2018
- colorName: "Normal",
2019
- colorHex: "#FFFFFF"
2020
- }
2021
- ),
2022
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2023
- Swatch,
2024
- {
2025
- id: id ? `${id}-background-action-critical-secondary-hover` : void 0,
2026
- className: "bg-background-action-critical-secondary-hover",
2027
- colorName: "Hover",
2028
- colorHex: "#FBEDEA"
2029
- }
2030
- ),
2031
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2032
- Swatch,
2033
- {
2034
- id: id ? `${id}-background-action-critical-secondary-active` : void 0,
2035
- className: "bg-background-action-critical-secondary-active",
2036
- colorName: "Active",
2037
- colorHex: "#FFFFFF"
2038
- }
2039
- ),
2040
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2041
- Swatch,
2042
- {
2043
- id: id ? `${id}-background-action-critical-secondary-disabled` : void 0,
2044
- className: "bg-background-action-critical-secondary-disabled",
2045
- colorName: "Disabled",
2046
- colorHex: "#EBEBEB"
2047
- }
2048
- )
2049
- ] }),
2050
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-success-heading` : void 0, children: "Background/Success" }),
2051
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2052
- Swatch,
2053
- {
2054
- id: id ? `${id}-background-success-normal` : void 0,
2055
- className: "bg-background-success-normal",
2056
- colorName: "Normal",
2057
- colorHex: "#27D68B"
2058
- }
2059
- ) }),
2060
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-warning-heading` : void 0, children: "Background/Warning" }),
2061
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2062
- Swatch,
2063
- {
2064
- id: id ? `${id}-background-warning-normal` : void 0,
2065
- className: "bg-background-warning-normal",
2066
- colorName: "Normal",
2067
- colorHex: "#F0A913"
2068
- }
2069
- ) }),
2070
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-critical-heading` : void 0, children: "Background/Critical" }),
2071
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
2072
- Swatch,
2073
- {
2074
- id: id ? `${id}-background-critical-normal` : void 0,
2075
- className: "bg-background-critical-normal",
2076
- colorName: "Normal",
2077
- colorHex: "#CC391F"
2078
- }
2079
- ) })
2080
- ]
2081
- }
2082
- );
2083
- };
2084
- Swatches.displayName = "Swatches";
2085
- // Annotate the CommonJS export names for ESM import in node:
2086
- 0 && (module.exports = {
2087
- Swatch,
2088
- Swatches
2089
- });