@dmsi/wedgekit-react 0.0.2

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 (263) hide show
  1. package/README.md +35 -0
  2. package/dist/chunk-27KIIUAR.js +59 -0
  3. package/dist/chunk-2G2E2JMA.js +123 -0
  4. package/dist/chunk-4C66DLIJ.js +51 -0
  5. package/dist/chunk-4RD5ZF2V.js +55 -0
  6. package/dist/chunk-4RJKB7LC.js +14 -0
  7. package/dist/chunk-4T7F5BZZ.js +26 -0
  8. package/dist/chunk-5GOBP2JS.js +53 -0
  9. package/dist/chunk-6ZY524ID.js +42 -0
  10. package/dist/chunk-AWQSSKCK.js +32 -0
  11. package/dist/chunk-BNHSAFMP.js +93 -0
  12. package/dist/chunk-BWRHL2AG.js +439 -0
  13. package/dist/chunk-DKKYR6DS.js +132 -0
  14. package/dist/chunk-E5ALT5W7.js +182 -0
  15. package/dist/chunk-FY7PTP6E.js +322 -0
  16. package/dist/chunk-GTCSRHPF.js +119 -0
  17. package/dist/chunk-I2UVVKQI.js +12 -0
  18. package/dist/chunk-IGQVA7SC.js +41 -0
  19. package/dist/chunk-K3IKUSZW.js +59 -0
  20. package/dist/chunk-KENSVWOY.js +151 -0
  21. package/dist/chunk-KX3O6GJ6.js +138 -0
  22. package/dist/chunk-L4UM372R.js +253 -0
  23. package/dist/chunk-ORMEWXMH.js +37 -0
  24. package/dist/chunk-Q3FKEKIN.js +23 -0
  25. package/dist/chunk-SEKKGFM6.js +28 -0
  26. package/dist/chunk-SY3HT54E.js +91 -0
  27. package/dist/chunk-TAW5ZZ4Z.js +346 -0
  28. package/dist/chunk-TRUPPHBQ.js +109 -0
  29. package/dist/chunk-TU55CHXU.js +30 -0
  30. package/dist/chunk-TWZZB4WO.js +114 -0
  31. package/dist/chunk-TYI74BSP.js +62 -0
  32. package/dist/chunk-U42SKNR6.js +104 -0
  33. package/dist/chunk-UU3FA6LV.js +72 -0
  34. package/dist/chunk-WVUIIBRR.js +51 -0
  35. package/dist/chunk-XUIPGYP5.js +39 -0
  36. package/dist/chunk-Z4UCFUF7.js +299 -0
  37. package/dist/components/Breadcrumbs.cjs +376 -0
  38. package/dist/components/Breadcrumbs.js +90 -0
  39. package/dist/components/Button.cjs +319 -0
  40. package/dist/components/Button.js +8 -0
  41. package/dist/components/CalendarRange.cjs +520 -0
  42. package/dist/components/CalendarRange.js +13 -0
  43. package/dist/components/Caption.cjs +283 -0
  44. package/dist/components/Caption.js +80 -0
  45. package/dist/components/Checkbox.cjs +378 -0
  46. package/dist/components/Checkbox.js +11 -0
  47. package/dist/components/ContentTab.cjs +382 -0
  48. package/dist/components/ContentTab.js +10 -0
  49. package/dist/components/ContentTabs.cjs +472 -0
  50. package/dist/components/ContentTabs.js +98 -0
  51. package/dist/components/DMSiLogo.cjs +79 -0
  52. package/dist/components/DMSiLogo.js +56 -0
  53. package/dist/components/DataGrid.cjs +3113 -0
  54. package/dist/components/DataGrid.js +758 -0
  55. package/dist/components/DataGridCell.cjs +1907 -0
  56. package/dist/components/DataGridCell.js +24 -0
  57. package/dist/components/DataTable.cjs +791 -0
  58. package/dist/components/DataTable.js +720 -0
  59. package/dist/components/DateInput.cjs +1130 -0
  60. package/dist/components/DateInput.js +170 -0
  61. package/dist/components/DateRangeInput.cjs +1131 -0
  62. package/dist/components/DateRangeInput.js +171 -0
  63. package/dist/components/DebugJson.cjs +50 -0
  64. package/dist/components/DebugJson.js +27 -0
  65. package/dist/components/Display.cjs +234 -0
  66. package/dist/components/Display.js +12 -0
  67. package/dist/components/EditingContext.cjs +73 -0
  68. package/dist/components/EditingContext.js +35 -0
  69. package/dist/components/FilterGroup.cjs +1431 -0
  70. package/dist/components/FilterGroup.js +231 -0
  71. package/dist/components/FullViewportBox.cjs +35 -0
  72. package/dist/components/FullViewportBox.js +12 -0
  73. package/dist/components/Grid.cjs +69 -0
  74. package/dist/components/Grid.js +36 -0
  75. package/dist/components/GridContainer.cjs +125 -0
  76. package/dist/components/GridContainer.js +92 -0
  77. package/dist/components/Heading.cjs +238 -0
  78. package/dist/components/Heading.js +14 -0
  79. package/dist/components/HorizontalDivider.cjs +33 -0
  80. package/dist/components/HorizontalDivider.js +10 -0
  81. package/dist/components/Icon.cjs +98 -0
  82. package/dist/components/Icon.js +7 -0
  83. package/dist/components/Input.cjs +672 -0
  84. package/dist/components/Input.js +21 -0
  85. package/dist/components/InputGroup.cjs +270 -0
  86. package/dist/components/InputGroup.js +60 -0
  87. package/dist/components/Label.cjs +223 -0
  88. package/dist/components/Label.js +8 -0
  89. package/dist/components/Link.cjs +262 -0
  90. package/dist/components/Link.js +8 -0
  91. package/dist/components/List.cjs +37 -0
  92. package/dist/components/List.js +14 -0
  93. package/dist/components/LiveChatComponent.cjs +63 -0
  94. package/dist/components/LiveChatComponent.js +40 -0
  95. package/dist/components/LogoAgilityTopBar.cjs +115 -0
  96. package/dist/components/LogoAgilityTopBar.js +92 -0
  97. package/dist/components/LogoDMSiTopBar.cjs +79 -0
  98. package/dist/components/LogoDMSiTopBar.js +7 -0
  99. package/dist/components/LogoMillworkTopBar.cjs +221 -0
  100. package/dist/components/LogoMillworkTopBar.js +198 -0
  101. package/dist/components/MainBar.cjs +211 -0
  102. package/dist/components/MainBar.js +65 -0
  103. package/dist/components/Menu.cjs +437 -0
  104. package/dist/components/Menu.js +11 -0
  105. package/dist/components/MenuOption.cjs +483 -0
  106. package/dist/components/MenuOption.js +13 -0
  107. package/dist/components/MobileDataGrid.cjs +658 -0
  108. package/dist/components/MobileDataGrid.js +125 -0
  109. package/dist/components/Modal.cjs +783 -0
  110. package/dist/components/Modal.js +245 -0
  111. package/dist/components/ModalButtons.cjs +385 -0
  112. package/dist/components/ModalButtons.js +10 -0
  113. package/dist/components/ModalContent.cjs +57 -0
  114. package/dist/components/ModalContent.js +7 -0
  115. package/dist/components/ModalHeader.cjs +426 -0
  116. package/dist/components/ModalHeader.js +11 -0
  117. package/dist/components/ModalScrim.cjs +64 -0
  118. package/dist/components/ModalScrim.js +7 -0
  119. package/dist/components/NavigationTab.cjs +431 -0
  120. package/dist/components/NavigationTab.js +10 -0
  121. package/dist/components/NavigationTabs.cjs +477 -0
  122. package/dist/components/NavigationTabs.js +56 -0
  123. package/dist/components/Notification.cjs +640 -0
  124. package/dist/components/Notification.js +117 -0
  125. package/dist/components/OptionPill.cjs +478 -0
  126. package/dist/components/OptionPill.js +11 -0
  127. package/dist/components/Paragraph.cjs +231 -0
  128. package/dist/components/Paragraph.js +8 -0
  129. package/dist/components/Password.cjs +700 -0
  130. package/dist/components/Password.js +53 -0
  131. package/dist/components/ProjectBar.cjs +242 -0
  132. package/dist/components/ProjectBar.js +63 -0
  133. package/dist/components/Radio.cjs +349 -0
  134. package/dist/components/Radio.js +131 -0
  135. package/dist/components/Search.cjs +767 -0
  136. package/dist/components/Search.js +12 -0
  137. package/dist/components/Select.cjs +758 -0
  138. package/dist/components/Select.js +12 -0
  139. package/dist/components/SideMenu.cjs +54 -0
  140. package/dist/components/SideMenu.js +21 -0
  141. package/dist/components/SideMenuGroup.cjs +422 -0
  142. package/dist/components/SideMenuGroup.js +83 -0
  143. package/dist/components/SideMenuItem.cjs +388 -0
  144. package/dist/components/SideMenuItem.js +70 -0
  145. package/dist/components/Stack.cjs +138 -0
  146. package/dist/components/Stack.js +7 -0
  147. package/dist/components/StatusPill.cjs +265 -0
  148. package/dist/components/StatusPill.js +52 -0
  149. package/dist/components/Stepper.cjs +885 -0
  150. package/dist/components/Stepper.js +105 -0
  151. package/dist/components/Subheader.cjs +226 -0
  152. package/dist/components/Subheader.js +8 -0
  153. package/dist/components/Surface.cjs +98 -0
  154. package/dist/components/Surface.js +40 -0
  155. package/dist/components/Swatch.cjs +1728 -0
  156. package/dist/components/Swatch.js +1319 -0
  157. package/dist/components/Textarea.cjs +269 -0
  158. package/dist/components/Textarea.js +96 -0
  159. package/dist/components/Theme.cjs +36 -0
  160. package/dist/components/Theme.js +7 -0
  161. package/dist/components/Time.cjs +1118 -0
  162. package/dist/components/Time.js +353 -0
  163. package/dist/components/Toast.cjs +644 -0
  164. package/dist/components/Toast.js +218 -0
  165. package/dist/components/Tooltip.cjs +273 -0
  166. package/dist/components/Tooltip.js +9 -0
  167. package/dist/components/TopBar.cjs +352 -0
  168. package/dist/components/TopBar.js +132 -0
  169. package/dist/components/useInfiniteScroll.cjs +57 -0
  170. package/dist/components/useInfiniteScroll.js +8 -0
  171. package/dist/components/useMatchesMedia.cjs +53 -0
  172. package/dist/components/useMatchesMedia.js +9 -0
  173. package/dist/components/useMenuSystem.cjs +358 -0
  174. package/dist/components/useMenuSystem.js +11 -0
  175. package/dist/components/useMounted.cjs +39 -0
  176. package/dist/components/useMounted.js +8 -0
  177. package/dist/fonts.css +21 -0
  178. package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
  179. package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
  180. package/dist/index.css +4401 -0
  181. package/dist/open-sans-55T6A4JE.woff2 +0 -0
  182. package/dist/types.cjs +18 -0
  183. package/dist/types.js +0 -0
  184. package/package.json +66 -0
  185. package/src/brand.css +125 -0
  186. package/src/classNames.ts +144 -0
  187. package/src/components/Breadcrumbs.tsx +116 -0
  188. package/src/components/Button.tsx +210 -0
  189. package/src/components/CalendarRange.tsx +429 -0
  190. package/src/components/Caption.tsx +101 -0
  191. package/src/components/Checkbox.tsx +196 -0
  192. package/src/components/ContentTab.tsx +66 -0
  193. package/src/components/ContentTabs.tsx +103 -0
  194. package/src/components/DMSiLogo.tsx +32 -0
  195. package/src/components/DataGrid.tsx +948 -0
  196. package/src/components/DataGridCell.tsx +384 -0
  197. package/src/components/DataTable.tsx +835 -0
  198. package/src/components/DateInput.tsx +188 -0
  199. package/src/components/DateRangeInput.tsx +179 -0
  200. package/src/components/DebugJson.tsx +24 -0
  201. package/src/components/Display.tsx +60 -0
  202. package/src/components/EditingContext.tsx +40 -0
  203. package/src/components/FilterGroup.tsx +234 -0
  204. package/src/components/FullViewportBox.tsx +11 -0
  205. package/src/components/Grid.tsx +75 -0
  206. package/src/components/GridContainer.tsx +124 -0
  207. package/src/components/Heading.tsx +66 -0
  208. package/src/components/HorizontalDivider.tsx +3 -0
  209. package/src/components/Icon.tsx +36 -0
  210. package/src/components/Input.tsx +511 -0
  211. package/src/components/InputGroup.tsx +51 -0
  212. package/src/components/Label.tsx +40 -0
  213. package/src/components/Link.tsx +106 -0
  214. package/src/components/List.tsx +10 -0
  215. package/src/components/LiveChatComponent.tsx +56 -0
  216. package/src/components/LogoAgilityTopBar.tsx +53 -0
  217. package/src/components/LogoDMSiTopBar.tsx +32 -0
  218. package/src/components/LogoMillworkTopBar.tsx +118 -0
  219. package/src/components/MainBar.tsx +83 -0
  220. package/src/components/Menu.tsx +286 -0
  221. package/src/components/MenuOption.tsx +275 -0
  222. package/src/components/MobileDataGrid.tsx +135 -0
  223. package/src/components/Modal.tsx +271 -0
  224. package/src/components/ModalButtons.tsx +44 -0
  225. package/src/components/ModalContent.tsx +23 -0
  226. package/src/components/ModalHeader.tsx +41 -0
  227. package/src/components/ModalScrim.tsx +35 -0
  228. package/src/components/NavigationTab.tsx +89 -0
  229. package/src/components/NavigationTabs.tsx +63 -0
  230. package/src/components/Notification.tsx +120 -0
  231. package/src/components/OptionPill.tsx +114 -0
  232. package/src/components/Paragraph.tsx +49 -0
  233. package/src/components/Password.tsx +46 -0
  234. package/src/components/ProjectBar.tsx +76 -0
  235. package/src/components/Radio.tsx +140 -0
  236. package/src/components/Search.tsx +129 -0
  237. package/src/components/Select.tsx +104 -0
  238. package/src/components/SideMenu.tsx +21 -0
  239. package/src/components/SideMenuGroup.tsx +81 -0
  240. package/src/components/SideMenuItem.tsx +90 -0
  241. package/src/components/Stack.tsx +179 -0
  242. package/src/components/StatusPill.tsx +51 -0
  243. package/src/components/Stepper.tsx +91 -0
  244. package/src/components/Subheader.tsx +44 -0
  245. package/src/components/Surface.tsx +34 -0
  246. package/src/components/Swatch.tsx +1066 -0
  247. package/src/components/Textarea.tsx +101 -0
  248. package/src/components/Theme.tsx +13 -0
  249. package/src/components/Time.tsx +438 -0
  250. package/src/components/Toast.tsx +244 -0
  251. package/src/components/Tooltip.tsx +137 -0
  252. package/src/components/TopBar.tsx +124 -0
  253. package/src/components/useInfiniteScroll.tsx +40 -0
  254. package/src/components/useMatchesMedia.tsx +28 -0
  255. package/src/components/useMenuSystem.tsx +367 -0
  256. package/src/components/useMounted.tsx +14 -0
  257. package/src/darkmode.css +140 -0
  258. package/src/fonts.css +23 -0
  259. package/src/index.css +509 -0
  260. package/src/index.tsx +2 -0
  261. package/src/types.ts +149 -0
  262. package/src/utils/formatting.tsx +81 -0
  263. package/src/utils.ts +23 -0
@@ -0,0 +1,1728 @@
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
+ };
129
+ var baseTransition = (0, import_clsx.default)(
130
+ "transition-colors duration-100 ease-in-out"
131
+ );
132
+ var componentGap = (0, import_clsx.default)(
133
+ "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-desktop-compact-component-gap"
134
+ );
135
+ var paddingUsingComponentGap = (0, import_clsx.default)(
136
+ "p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
137
+ );
138
+ var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
139
+ "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
140
+ );
141
+ var componentPadding = (0, import_clsx.default)(
142
+ "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding"
143
+ );
144
+ var componentPaddingBottom = (0, import_clsx.default)(
145
+ "pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
146
+ );
147
+ var componentPaddingY = (0, import_clsx.default)(
148
+ "py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
149
+ );
150
+ var componentPaddingXUsingComponentGap = (0, import_clsx.default)(
151
+ "px-mobile-component-gap desktop:px-desktop-component-gap compact:px-desktop-compact-component-gap"
152
+ );
153
+ var componentPaddingYUsingComponentGap = (0, import_clsx.default)(
154
+ "py-mobile-component-gap desktop:py-desktop-component-gap compact:py-desktop-compact-component-gap"
155
+ );
156
+ var componentPaddingMinusBorder = (0, import_clsx.default)(
157
+ "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)]"
158
+ );
159
+ var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
160
+ "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)]"
161
+ );
162
+ var layoutPaddingBottom = (0, import_clsx.default)(
163
+ "pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
164
+ );
165
+ var layoutPaddingY = (0, import_clsx.default)(
166
+ "py-mobile-layout-padding desktop:py-desktop-layout-padding compact:py-desktop-compact-layout-padding"
167
+ );
168
+ var containerPaddingX = (0, import_clsx.default)(
169
+ "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding"
170
+ );
171
+ var containerPaddingY = (0, import_clsx.default)(
172
+ "py-mobile-container-padding desktop:py-desktop-container-padding compact:py-desktop-compact-container-padding"
173
+ );
174
+ var layoutGroupGapPaddingY = (0, import_clsx.default)(
175
+ "py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
176
+ );
177
+ var layoutGroupGap = (0, import_clsx.default)(
178
+ "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-desktop-compact-layout-group-gap"
179
+ );
180
+ var layoutGap = (0, import_clsx.default)(
181
+ "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-desktop-compact-layout-gap"
182
+ );
183
+ var gapUsingContainerPadding = (0, import_clsx.default)(
184
+ "gap-mobile-container-padding desktop:gap-desktop-container-padding compact:gap-desktop-compact-container-padding"
185
+ );
186
+
187
+ // src/components/Display.tsx
188
+ var import_jsx_runtime = require("react/jsx-runtime");
189
+ var Display = (_a) => {
190
+ var _b = _a, {
191
+ className,
192
+ children,
193
+ as,
194
+ color,
195
+ align,
196
+ variant = "display1"
197
+ } = _b, props = __objRest(_b, [
198
+ "className",
199
+ "children",
200
+ "as",
201
+ "color",
202
+ "align",
203
+ "variant"
204
+ ]);
205
+ const defaultElement = variant === "display1" ? "h1" : "h2";
206
+ const Element = as != null ? as : defaultElement;
207
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
208
+ Element,
209
+ __spreadProps(__spreadValues({
210
+ className: (0, import_clsx2.default)(
211
+ typography[variant],
212
+ className,
213
+ align === "left" && "text-left",
214
+ align === "center" && "text-center",
215
+ align === "right" && "text-right"
216
+ ),
217
+ style: __spreadProps(__spreadValues({}, props.style), {
218
+ color: color ? `var(--color-${color})` : void 0
219
+ })
220
+ }, props), {
221
+ children
222
+ })
223
+ );
224
+ };
225
+ Display.displayName = "Display";
226
+ var Display1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Display, __spreadProps(__spreadValues({}, props), { variant: "display1" }));
227
+ var Display2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Display, __spreadProps(__spreadValues({}, props), { variant: "display2" }));
228
+ Display1.displayName = "Display1";
229
+ Display2.displayName = "Display2";
230
+
231
+ // src/components/Stack.tsx
232
+ var import_clsx3 = __toESM(require("clsx"), 1);
233
+ var import_jsx_runtime2 = require("react/jsx-runtime");
234
+ var useFlexClassNames = ({ items, justify, grow }) => (0, import_clsx3.default)(
235
+ "flex",
236
+ items === "start" && "items-start",
237
+ grow && "grow",
238
+ items === "start" && "items-start",
239
+ items === "center" && "items-center",
240
+ items === "end" && "items-end",
241
+ items === "start-center" && "items-start desktop:items-center",
242
+ justify === "start" && "justify-start",
243
+ justify === "center" && "justify-center",
244
+ justify === "end" && "justify-end",
245
+ justify === "end" && "justify-end",
246
+ justify === "between" && "justify-between",
247
+ justify === "around" && "justify-around"
248
+ );
249
+ var Stack = ({
250
+ children,
251
+ items,
252
+ justify,
253
+ grow,
254
+ padding,
255
+ paddingX,
256
+ horizontal,
257
+ horizontalMobile,
258
+ elevation = 0,
259
+ rounded,
260
+ centered,
261
+ width,
262
+ maxWidth,
263
+ minWidth,
264
+ height,
265
+ maxHeight,
266
+ borderColor,
267
+ backgroundColor,
268
+ sizing = "none",
269
+ overflowY = "inherit",
270
+ overflowX = "inherit",
271
+ flexShrink,
272
+ flexGrow,
273
+ position,
274
+ top,
275
+ left
276
+ }) => {
277
+ const flexClassNames = useFlexClassNames({ items, justify, grow });
278
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
279
+ "div",
280
+ {
281
+ style: {
282
+ height: height === "full" ? "100%" : height !== void 0 ? `${height}px` : void 0,
283
+ maxHeight: maxHeight !== void 0 ? `${maxHeight}px` : void 0,
284
+ maxWidth: maxWidth !== void 0 ? `${maxWidth}px` : void 0,
285
+ width: width !== void 0 && typeof width === "number" ? `${width}px` : void 0,
286
+ minWidth: minWidth !== void 0 ? `${minWidth}px` : void 0,
287
+ border: borderColor ? `1px solid var(--color-${borderColor})` : void 0,
288
+ backgroundColor: backgroundColor ? `var(--color-${backgroundColor})` : void 0,
289
+ flexGrow: flexGrow !== void 0 ? flexGrow : void 0,
290
+ flexShrink: flexShrink !== void 0 ? flexShrink : void 0,
291
+ position: position !== void 0 ? position : void 0,
292
+ top: top !== void 0 ? `${top}px` : void 0,
293
+ left: left !== void 0 ? `${left}px` : void 0
294
+ },
295
+ className: (0, import_clsx3.default)(
296
+ "scrollbar-thin",
297
+ width !== "fit" && "w-full",
298
+ width === "full" && "w-full",
299
+ centered && "mx-auto",
300
+ overflowY == "auto" && "overflow-y-auto",
301
+ overflowY == "hidden" && "overflow-y-hidden",
302
+ overflowY == "scroll" && "overflow-y-scroll",
303
+ overflowX == "auto" && "overflow-x-auto",
304
+ overflowX == "hidden" && "overflow-x-hidden",
305
+ overflowX == "scroll" && "overflow-x-scroll",
306
+ padding && sizing === "container" && "p-mobile-container-padding desktop:p-desktop-container-padding compact:p-desktop-compact-container-padding",
307
+ padding && sizing === "layout" && "p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding",
308
+ padding && sizing === "layout-group" && "p-mobile-layout-group-padding desktop:p-desktop-layout-group-padding compact:p-desktop-compact-layout-group-padding",
309
+ padding && sizing === "component" && "p-mobile-component-padding desktop:p-desktop-component-padding compact:p-desktop-compact-component-padding",
310
+ paddingX && sizing === "container" && "px-mobile-container-padding desktop:px-desktop-container-padding compact:px-desktop-compact-container-padding",
311
+ paddingX && sizing === "layout" && "px-mobile-layout-padding desktop:px-desktop-layout-padding compact:px-desktop-compact-layout-padding",
312
+ paddingX && sizing === "layout-group" && "px-mobile-layout-group-padding desktop:px-desktop-layout-group-padding compact:px-desktop-compact-layout-group-padding",
313
+ paddingX && sizing === "component" && "px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding",
314
+ horizontal ? "desktop:flex-row" : "desktop:flex-col",
315
+ horizontalMobile ? "flex-row" : "flex-col",
316
+ flexClassNames,
317
+ sizing === "layout-group" && "gap-mobile-layout-group-gap desktop:gap-desktop-layout-group-gap compact:gap-compact-layout-group-gap",
318
+ sizing === "layout" && "gap-mobile-layout-gap desktop:gap-desktop-layout-gap compact:gap-compact-layout-gap",
319
+ sizing === "container" && "gap-mobile-container-gap desktop:gap-desktop-container-gap compact:gap-compact-container-gap",
320
+ sizing === "component" && "gap-mobile-component-gap desktop:gap-desktop-component-gap compact:gap-compact-component-gap",
321
+ elevation === 0 && "shadow-none",
322
+ elevation === 2 && "shadow-2",
323
+ elevation === 4 && "shadow-4",
324
+ elevation === 16 && "shadow-16",
325
+ rounded && "rounded"
326
+ ),
327
+ children
328
+ }
329
+ );
330
+ };
331
+
332
+ // src/components/Swatch.tsx
333
+ var import_clsx6 = __toESM(require("clsx"), 1);
334
+
335
+ // src/components/Paragraph.tsx
336
+ var import_clsx4 = __toESM(require("clsx"), 1);
337
+ var import_jsx_runtime3 = require("react/jsx-runtime");
338
+ var Paragraph = (_a) => {
339
+ var _b = _a, {
340
+ className,
341
+ color,
342
+ padded,
343
+ align = "left",
344
+ tall,
345
+ addOverflow,
346
+ children,
347
+ as = "p"
348
+ } = _b, props = __objRest(_b, [
349
+ "className",
350
+ "color",
351
+ "padded",
352
+ "align",
353
+ "tall",
354
+ "addOverflow",
355
+ "children",
356
+ "as"
357
+ ]);
358
+ const Element = as;
359
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
360
+ Element,
361
+ __spreadProps(__spreadValues({}, props), {
362
+ className: (0, import_clsx4.default)(
363
+ typography.paragraph,
364
+ className,
365
+ padded && componentPaddingXUsingComponentGap,
366
+ align === "left" && "text-left",
367
+ align === "center" && "text-center",
368
+ align === "right" && "text-right",
369
+ tall && "!leading-6",
370
+ addOverflow && "whitespace-nowrap text-ellipsis overflow-hidden"
371
+ ),
372
+ style: __spreadProps(__spreadValues({}, props.style), {
373
+ color: color ? `var(--color-${color})` : void 0
374
+ }),
375
+ children
376
+ })
377
+ );
378
+ };
379
+ Paragraph.displayName = "Paragraph";
380
+
381
+ // src/components/Heading.tsx
382
+ var import_clsx5 = __toESM(require("clsx"), 1);
383
+ var import_jsx_runtime4 = require("react/jsx-runtime");
384
+ var Heading = (_a) => {
385
+ var _b = _a, {
386
+ className,
387
+ children,
388
+ as,
389
+ color,
390
+ align,
391
+ variant = "heading1"
392
+ } = _b, props = __objRest(_b, [
393
+ "className",
394
+ "children",
395
+ "as",
396
+ "color",
397
+ "align",
398
+ "variant"
399
+ ]);
400
+ const defaultElement = variant === "heading1" ? "h1" : variant === "heading2" ? "h2" : "h3";
401
+ const Element = as != null ? as : defaultElement;
402
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
403
+ Element,
404
+ __spreadProps(__spreadValues({
405
+ className: (0, import_clsx5.default)(
406
+ typography[variant],
407
+ className,
408
+ align === "left" && "text-left",
409
+ align === "center" && "text-center",
410
+ align === "right" && "text-right"
411
+ ),
412
+ style: __spreadProps(__spreadValues({}, props.style), {
413
+ color: color ? `var(--color-${color})` : void 0
414
+ })
415
+ }, props), {
416
+ children
417
+ })
418
+ );
419
+ };
420
+ Heading.displayName = "Heading";
421
+ var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
422
+ var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
423
+ var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
424
+ Heading1.displayName = "Heading1";
425
+ Heading2.displayName = "Heading2";
426
+ Heading3.displayName = "Heading3";
427
+
428
+ // src/components/Swatch.tsx
429
+ var import_jsx_runtime5 = require("react/jsx-runtime");
430
+ var Swatch = ({ className, colorName, colorHex }) => {
431
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-col gap-desktop-layout-padding", children: [
432
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
433
+ "div",
434
+ {
435
+ className: `w-25 h-18 rounded-xl border border-solid border-border-primary-normal ${className}`
436
+ }
437
+ ),
438
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "w-full flex flex-col text-center text-label gap-desktop-component-gap", children: [
439
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: (0, import_clsx6.default)(typography.paragraph), children: colorName }),
440
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
441
+ "span",
442
+ {
443
+ className: (0, import_clsx6.default)(
444
+ typography.caption,
445
+ "text-text-secondary-normal uppercase"
446
+ ),
447
+ children: colorHex
448
+ }
449
+ )
450
+ ] })
451
+ ] });
452
+ };
453
+ var Swatches = () => {
454
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Stack, { elevation: 0, items: "start", justify: "start", sizing: "container", children: [
455
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Color Primitives" }),
456
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Branded Colors" }),
457
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Paragraph, { 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." }),
458
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Brand" }),
459
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
460
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
461
+ Swatch,
462
+ {
463
+ className: "bg-brand-500",
464
+ colorName: "Brand-500",
465
+ colorHex: "#9e3004"
466
+ }
467
+ ),
468
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
469
+ Swatch,
470
+ {
471
+ className: "bg-brand-400",
472
+ colorName: "Brand-400",
473
+ colorHex: "#df4405"
474
+ }
475
+ ),
476
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
477
+ Swatch,
478
+ {
479
+ className: "bg-brand-300",
480
+ colorName: "Brand-300",
481
+ colorHex: "#e56937"
482
+ }
483
+ ),
484
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
485
+ Swatch,
486
+ {
487
+ className: "bg-brand-200",
488
+ colorName: "Brand-200",
489
+ colorHex: "#f0a98c"
490
+ }
491
+ ),
492
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
493
+ Swatch,
494
+ {
495
+ className: "bg-brand-100",
496
+ colorName: "Brand-100",
497
+ colorHex: "#fcece6"
498
+ }
499
+ )
500
+ ] }),
501
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Action" }),
502
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
503
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
504
+ Swatch,
505
+ {
506
+ className: "bg-action-500",
507
+ colorName: "Action-500",
508
+ colorHex: "#00365a"
509
+ }
510
+ ),
511
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
512
+ Swatch,
513
+ {
514
+ className: "bg-action-400",
515
+ colorName: "Action-400",
516
+ colorHex: "#0077c8"
517
+ }
518
+ ),
519
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
520
+ Swatch,
521
+ {
522
+ className: "bg-action-300",
523
+ colorName: "Action-300",
524
+ colorHex: "#459ad4"
525
+ }
526
+ ),
527
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
528
+ Swatch,
529
+ {
530
+ className: "bg-action-200",
531
+ colorName: "Action-200",
532
+ colorHex: "#d0e5f4"
533
+ }
534
+ ),
535
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
536
+ Swatch,
537
+ {
538
+ className: "bg-action-100",
539
+ colorName: "Action-100",
540
+ colorHex: "#e7f2f9"
541
+ }
542
+ )
543
+ ] }),
544
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Link" }),
545
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
546
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
547
+ Swatch,
548
+ {
549
+ className: "bg-link-500",
550
+ colorName: "Link-500",
551
+ colorHex: "#00365a"
552
+ }
553
+ ),
554
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
555
+ Swatch,
556
+ {
557
+ className: "bg-link-400",
558
+ colorName: "Link-400",
559
+ colorHex: "#0077c8"
560
+ }
561
+ ),
562
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
563
+ Swatch,
564
+ {
565
+ className: "bg-link-300",
566
+ colorName: "Link-300",
567
+ colorHex: "#459ad4"
568
+ }
569
+ ),
570
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
571
+ Swatch,
572
+ {
573
+ className: "bg-link-200",
574
+ colorName: "Link-200",
575
+ colorHex: "#d0e5f4"
576
+ }
577
+ ),
578
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
579
+ Swatch,
580
+ {
581
+ className: "bg-link-100",
582
+ colorName: "Link-100",
583
+ colorHex: "#e7f2f9"
584
+ }
585
+ )
586
+ ] }),
587
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: " Standard Colors" }),
588
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Paragraph, { children: "Certain colors should remain constant regardless of branding to help ensure legibility and usability." }),
589
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Neutral" }),
590
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
591
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
592
+ Swatch,
593
+ {
594
+ className: "bg-neutral-600",
595
+ colorName: "Neutral-600",
596
+ colorHex: "#000000"
597
+ }
598
+ ),
599
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
600
+ Swatch,
601
+ {
602
+ className: "bg-neutral-500",
603
+ colorName: "Neutral-500",
604
+ colorHex: "#1d1e1e"
605
+ }
606
+ ),
607
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
608
+ Swatch,
609
+ {
610
+ className: "bg-neutral-450",
611
+ colorName: "Neutral-450",
612
+ colorHex: "#3a3a3a"
613
+ }
614
+ ),
615
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
616
+ Swatch,
617
+ {
618
+ className: "bg-neutral-400",
619
+ colorName: "Neutral-400",
620
+ colorHex: "#6b6d6d"
621
+ }
622
+ ),
623
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
624
+ Swatch,
625
+ {
626
+ className: "bg-neutral-300",
627
+ colorName: "Neutral-300",
628
+ colorHex: "#c1c1c1"
629
+ }
630
+ ),
631
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
632
+ Swatch,
633
+ {
634
+ className: "bg-neutral-200",
635
+ colorName: "Neutral-200",
636
+ colorHex: "#ebebeb"
637
+ }
638
+ ),
639
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
640
+ Swatch,
641
+ {
642
+ className: "bg-neutral-100",
643
+ colorName: "Neutral-100",
644
+ colorHex: "#f7f7f7"
645
+ }
646
+ ),
647
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
648
+ Swatch,
649
+ {
650
+ className: "bg-neutral-000",
651
+ colorName: "Neutral-000",
652
+ colorHex: "#ffffff"
653
+ }
654
+ )
655
+ ] }),
656
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: " Success" }),
657
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
658
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
659
+ Swatch,
660
+ {
661
+ className: "bg-success-500",
662
+ colorName: "Success-500",
663
+ colorHex: "#126240"
664
+ }
665
+ ),
666
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
667
+ Swatch,
668
+ {
669
+ className: "bg-success-400",
670
+ colorName: "Success-400",
671
+ colorHex: "#27d68b"
672
+ }
673
+ ),
674
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
675
+ Swatch,
676
+ {
677
+ className: "bg-success-300",
678
+ colorName: "Success-300",
679
+ colorHex: "#61e1aa"
680
+ }
681
+ ),
682
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
683
+ Swatch,
684
+ {
685
+ className: "bg-success-200",
686
+ colorName: "Success-200",
687
+ colorHex: "#d7f7e9"
688
+ }
689
+ ),
690
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
691
+ Swatch,
692
+ {
693
+ className: "bg-success-100",
694
+ colorName: "Success-100",
695
+ colorHex: "#eefbf6"
696
+ }
697
+ )
698
+ ] }),
699
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: " Warning" }),
700
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
701
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
702
+ Swatch,
703
+ {
704
+ className: "bg-warning-500",
705
+ colorName: "Warning-500",
706
+ colorHex: "#91670c"
707
+ }
708
+ ),
709
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
710
+ Swatch,
711
+ {
712
+ className: "bg-warning-400",
713
+ colorName: "Warning-400",
714
+ colorHex: "#f0a913"
715
+ }
716
+ ),
717
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
718
+ Swatch,
719
+ {
720
+ className: "bg-warning-300",
721
+ colorName: "Warning-300",
722
+ colorHex: "#f4c053"
723
+ }
724
+ ),
725
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
726
+ Swatch,
727
+ {
728
+ className: "bg-warning-200",
729
+ colorName: "Warning-200",
730
+ colorHex: "#f9dfa9"
731
+ }
732
+ ),
733
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
734
+ Swatch,
735
+ {
736
+ className: "bg-warning-100",
737
+ colorName: "Warning-100",
738
+ colorHex: "#fcefd4"
739
+ }
740
+ )
741
+ ] }),
742
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: " Critical" }),
743
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
744
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
745
+ Swatch,
746
+ {
747
+ className: "bg-critical-500",
748
+ colorName: "Critical-500",
749
+ colorHex: "#892615"
750
+ }
751
+ ),
752
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
753
+ Swatch,
754
+ {
755
+ className: "bg-critical-400",
756
+ colorName: "Critical-400",
757
+ colorHex: "#cc391f"
758
+ }
759
+ ),
760
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
761
+ Swatch,
762
+ {
763
+ className: "bg-critical-300",
764
+ colorName: "Critical-300",
765
+ colorHex: "#dd5e48"
766
+ }
767
+ ),
768
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
769
+ Swatch,
770
+ {
771
+ className: "bg-critical-200",
772
+ colorName: "Critical-200",
773
+ colorHex: "#f0b7ad"
774
+ }
775
+ ),
776
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
777
+ Swatch,
778
+ {
779
+ className: "bg-critical-100",
780
+ colorName: "Critical-100",
781
+ colorHex: "#fbedea"
782
+ }
783
+ )
784
+ ] }),
785
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Color order for charts, graphs, etc" }),
786
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
787
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
788
+ Swatch,
789
+ {
790
+ className: "bg-chart-0",
791
+ colorName: "Action-400",
792
+ colorHex: "#0077c8"
793
+ }
794
+ ),
795
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
796
+ Swatch,
797
+ {
798
+ className: "bg-chart-1",
799
+ colorName: "Brand-400",
800
+ colorHex: "#df4405"
801
+ }
802
+ ),
803
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
804
+ Swatch,
805
+ {
806
+ className: "bg-chart-2",
807
+ colorName: "Teal-400",
808
+ colorHex: "#40c1ac"
809
+ }
810
+ ),
811
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
812
+ Swatch,
813
+ {
814
+ className: "bg-chart-3",
815
+ colorName: "Warning-400",
816
+ colorHex: "#f0a913"
817
+ }
818
+ ),
819
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
820
+ Swatch,
821
+ {
822
+ className: "bg-chart-4",
823
+ colorName: "Neutral-400",
824
+ colorHex: "#6b6d6d"
825
+ }
826
+ ),
827
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
828
+ Swatch,
829
+ {
830
+ className: "bg-chart-5",
831
+ colorName: "Purple-400",
832
+ colorHex: "#8d267a"
833
+ }
834
+ ),
835
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
836
+ Swatch,
837
+ {
838
+ className: "bg-chart-6",
839
+ colorName: "Orange-400",
840
+ colorHex: "#cc391f"
841
+ }
842
+ )
843
+ ] }),
844
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
845
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { children: "Color Semantics" }),
846
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Paragraph, { children: [
847
+ "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.",
848
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
849
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
850
+ "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."
851
+ ] }),
852
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Text" }),
853
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Primary" }),
854
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
855
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
856
+ Swatch,
857
+ {
858
+ className: "bg-text-primary-normal",
859
+ colorName: "Normal",
860
+ colorHex: "#1d1e1e"
861
+ }
862
+ ),
863
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
864
+ Swatch,
865
+ {
866
+ className: "bg-text-primary-disabled",
867
+ colorName: "Disabled",
868
+ colorHex: "#c1c1c1"
869
+ }
870
+ ),
871
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
872
+ Swatch,
873
+ {
874
+ className: "bg-text-primary-error",
875
+ colorName: "Error",
876
+ colorHex: "#cc391f"
877
+ }
878
+ )
879
+ ] }),
880
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Secondary" }),
881
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
882
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
883
+ Swatch,
884
+ {
885
+ className: "bg-text-secondary-normal",
886
+ colorName: "Normal",
887
+ colorHex: "#6b6d6d"
888
+ }
889
+ ),
890
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
891
+ Swatch,
892
+ {
893
+ className: "bg-text-secondary-disabled",
894
+ colorName: "Disabled",
895
+ colorHex: "#c1c1c1"
896
+ }
897
+ ),
898
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
899
+ Swatch,
900
+ {
901
+ className: "bg-text-secondary-error",
902
+ colorName: "Error",
903
+ colorHex: "#cc391f"
904
+ }
905
+ )
906
+ ] }),
907
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Brand" }),
908
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
909
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
910
+ Swatch,
911
+ {
912
+ className: "bg-brand-400",
913
+ colorName: "Normal",
914
+ colorHex: "#df4405"
915
+ }
916
+ ),
917
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
918
+ Swatch,
919
+ {
920
+ className: "bg-neutral-300",
921
+ colorName: "Disabled",
922
+ colorHex: "#c1c1c1"
923
+ }
924
+ ),
925
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
926
+ Swatch,
927
+ {
928
+ className: "bg-critical-400",
929
+ colorName: "Error",
930
+ colorHex: "#cc391f"
931
+ }
932
+ )
933
+ ] }),
934
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Action Primary" }),
935
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
936
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
937
+ Swatch,
938
+ {
939
+ className: "bg-text-action-primary-normal",
940
+ colorName: "Normal",
941
+ colorHex: "#0077c8"
942
+ }
943
+ ),
944
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
945
+ Swatch,
946
+ {
947
+ className: "bg-text-action-primary-hover",
948
+ colorName: "Hover",
949
+ colorHex: "#00365a"
950
+ }
951
+ ),
952
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
953
+ Swatch,
954
+ {
955
+ className: "bg-text-action-primary-active",
956
+ colorName: "Active",
957
+ colorHex: "#459ad4"
958
+ }
959
+ ),
960
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
961
+ Swatch,
962
+ {
963
+ className: "bg-text-action-primary-disabled",
964
+ colorName: "Disabled",
965
+ colorHex: "#6b6d6d"
966
+ }
967
+ )
968
+ ] }),
969
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/On Action Primary" }),
970
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
971
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
972
+ Swatch,
973
+ {
974
+ className: "bg-text-on-action-primary-normal",
975
+ colorName: "Normal",
976
+ colorHex: "#ffffff"
977
+ }
978
+ ),
979
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
980
+ Swatch,
981
+ {
982
+ className: "bg-text-on-action-primary-hover",
983
+ colorName: "Hover",
984
+ colorHex: "#ffffff"
985
+ }
986
+ ),
987
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
988
+ Swatch,
989
+ {
990
+ className: "bg-text-on-action-primary-active",
991
+ colorName: "Active",
992
+ colorHex: "#ffffff"
993
+ }
994
+ ),
995
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
996
+ Swatch,
997
+ {
998
+ className: "bg-text-on-action-primary-disabled",
999
+ colorName: "Disabled",
1000
+ colorHex: "#6b6d6d"
1001
+ }
1002
+ )
1003
+ ] }),
1004
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Action Critical" }),
1005
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1006
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1007
+ Swatch,
1008
+ {
1009
+ className: "bg-text-action-critical-normal",
1010
+ colorName: "Normal",
1011
+ colorHex: "#CC391F"
1012
+ }
1013
+ ),
1014
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1015
+ Swatch,
1016
+ {
1017
+ className: "bg-text-action-critical-hover",
1018
+ colorName: "Hover",
1019
+ colorHex: "#892615"
1020
+ }
1021
+ ),
1022
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1023
+ Swatch,
1024
+ {
1025
+ className: "bg-text-action-critical-active",
1026
+ colorName: "Active",
1027
+ colorHex: "#DD5E48"
1028
+ }
1029
+ ),
1030
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1031
+ Swatch,
1032
+ {
1033
+ className: "bg-text-action-critical-disabled",
1034
+ colorName: "Disabled",
1035
+ colorHex: "#6b6d6d"
1036
+ }
1037
+ )
1038
+ ] }),
1039
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Link" }),
1040
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1041
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1042
+ Swatch,
1043
+ {
1044
+ className: "bg-text-link-normal",
1045
+ colorName: "Normal",
1046
+ colorHex: "#0077C8"
1047
+ }
1048
+ ),
1049
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1050
+ Swatch,
1051
+ {
1052
+ className: "bg-text-link-hover",
1053
+ colorName: "Hover",
1054
+ colorHex: "#00365A"
1055
+ }
1056
+ ),
1057
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1058
+ Swatch,
1059
+ {
1060
+ className: "bg-text-link-active",
1061
+ colorName: "Active",
1062
+ colorHex: "#459AD4"
1063
+ }
1064
+ ),
1065
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1066
+ Swatch,
1067
+ {
1068
+ className: "bg-text-link-disabled",
1069
+ colorName: "Disabled",
1070
+ colorHex: "#6b6d6d"
1071
+ }
1072
+ )
1073
+ ] }),
1074
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Success" }),
1075
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1076
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1077
+ Swatch,
1078
+ {
1079
+ className: "bg-text-success-normal",
1080
+ colorName: "Normal",
1081
+ colorHex: "#126240"
1082
+ }
1083
+ ),
1084
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1085
+ Swatch,
1086
+ {
1087
+ className: "bg-text-success-disabled",
1088
+ colorName: "Disabled",
1089
+ colorHex: "#6B6D6D"
1090
+ }
1091
+ ),
1092
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1093
+ Swatch,
1094
+ {
1095
+ className: "bg-text-success-error",
1096
+ colorName: "Error",
1097
+ colorHex: "#CC391F"
1098
+ }
1099
+ )
1100
+ ] }),
1101
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Warning" }),
1102
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1103
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1104
+ Swatch,
1105
+ {
1106
+ className: "bg-text-warning-normal",
1107
+ colorName: "Normal",
1108
+ colorHex: "#126240"
1109
+ }
1110
+ ),
1111
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1112
+ Swatch,
1113
+ {
1114
+ className: "bg-text-warning-disabled",
1115
+ colorName: "Disabled",
1116
+ colorHex: "#6B6D6D"
1117
+ }
1118
+ ),
1119
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1120
+ Swatch,
1121
+ {
1122
+ className: "bg-text-warning-error",
1123
+ colorName: "Error",
1124
+ colorHex: "#CC391F"
1125
+ }
1126
+ )
1127
+ ] }),
1128
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Text/Critical" }),
1129
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1130
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1131
+ Swatch,
1132
+ {
1133
+ className: "bg-text-critical-normal",
1134
+ colorName: "Normal",
1135
+ colorHex: "#CC391F"
1136
+ }
1137
+ ),
1138
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1139
+ Swatch,
1140
+ {
1141
+ className: "bg-text-critical-disabled",
1142
+ colorName: "Disabled",
1143
+ colorHex: "#6B6D6D"
1144
+ }
1145
+ ),
1146
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1147
+ Swatch,
1148
+ {
1149
+ className: "bg-text-critical-error",
1150
+ colorName: "Error",
1151
+ colorHex: "#CC391F"
1152
+ }
1153
+ )
1154
+ ] }),
1155
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1156
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Icon" }),
1157
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Primary" }),
1158
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1159
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1160
+ Swatch,
1161
+ {
1162
+ className: "bg-icon-primary-normal",
1163
+ colorName: "Normal",
1164
+ colorHex: "#6B6D6D"
1165
+ }
1166
+ ),
1167
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1168
+ Swatch,
1169
+ {
1170
+ className: "bg-icon-primary-disabled",
1171
+ colorName: "Disabled",
1172
+ colorHex: "#C1C1C1"
1173
+ }
1174
+ )
1175
+ ] }),
1176
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Success" }),
1177
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1178
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1179
+ Swatch,
1180
+ {
1181
+ className: "bg-icon-success-normal",
1182
+ colorName: "Normal",
1183
+ colorHex: "#27D68B"
1184
+ }
1185
+ ),
1186
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1187
+ Swatch,
1188
+ {
1189
+ className: "bg-icon-success-disabled",
1190
+ colorName: "Disabled",
1191
+ colorHex: "#6B6D6D"
1192
+ }
1193
+ )
1194
+ ] }),
1195
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Warning" }),
1196
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1197
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1198
+ Swatch,
1199
+ {
1200
+ className: "bg-icon-warning-normal",
1201
+ colorName: "Normal",
1202
+ colorHex: "#F0A913"
1203
+ }
1204
+ ),
1205
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1206
+ Swatch,
1207
+ {
1208
+ className: "bg-icon-warning-disabled",
1209
+ colorName: "Disabled",
1210
+ colorHex: "#6B6D6D"
1211
+ }
1212
+ )
1213
+ ] }),
1214
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Critical" }),
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
+ className: "bg-icon-critical-normal",
1220
+ colorName: "Normal",
1221
+ colorHex: "#CC391F"
1222
+ }
1223
+ ),
1224
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1225
+ Swatch,
1226
+ {
1227
+ className: "bg-icon-critical-disabled",
1228
+ colorName: "Disabled",
1229
+ colorHex: "#6B6D6D"
1230
+ }
1231
+ )
1232
+ ] }),
1233
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Primary" }),
1234
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1235
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1236
+ Swatch,
1237
+ {
1238
+ className: "bg-icon-action-primary-normal",
1239
+ colorName: "Normal",
1240
+ colorHex: "#1D1E1E"
1241
+ }
1242
+ ),
1243
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1244
+ Swatch,
1245
+ {
1246
+ className: "bg-icon-action-primary-hover",
1247
+ colorName: "Hover",
1248
+ colorHex: "#00365A"
1249
+ }
1250
+ ),
1251
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1252
+ Swatch,
1253
+ {
1254
+ className: "bg-icon-action-primary-active",
1255
+ colorName: "Active",
1256
+ colorHex: "#459AD4"
1257
+ }
1258
+ ),
1259
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1260
+ Swatch,
1261
+ {
1262
+ className: "bg-icon-action-primary-disabled",
1263
+ colorName: "Disabled",
1264
+ colorHex: "#C1C1C1"
1265
+ }
1266
+ )
1267
+ ] }),
1268
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/On Action Primary" }),
1269
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1270
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1271
+ Swatch,
1272
+ {
1273
+ className: "bg-icon-on-action-primary-normal",
1274
+ colorName: "Normal",
1275
+ colorHex: "#FFFFFF"
1276
+ }
1277
+ ),
1278
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1279
+ Swatch,
1280
+ {
1281
+ className: "bg-icon-on-action-primary-hover",
1282
+ colorName: "Hover",
1283
+ colorHex: "#FFFFFF"
1284
+ }
1285
+ ),
1286
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1287
+ Swatch,
1288
+ {
1289
+ className: "bg-icon-on-action-primary-active",
1290
+ colorName: "Active",
1291
+ colorHex: "#FFFFFF"
1292
+ }
1293
+ ),
1294
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1295
+ Swatch,
1296
+ {
1297
+ className: "bg-icon-on-action-primary-disabled",
1298
+ colorName: "Disabled",
1299
+ colorHex: "#6B6D6D"
1300
+ }
1301
+ )
1302
+ ] }),
1303
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Secondary" }),
1304
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1305
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1306
+ Swatch,
1307
+ {
1308
+ className: "bg-icon-action-secondary-normal",
1309
+ colorName: "Normal",
1310
+ colorHex: "#0077C8"
1311
+ }
1312
+ ),
1313
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1314
+ Swatch,
1315
+ {
1316
+ className: "bg-icon-action-secondary-hover",
1317
+ colorName: "Hover",
1318
+ colorHex: "#00365A"
1319
+ }
1320
+ ),
1321
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1322
+ Swatch,
1323
+ {
1324
+ className: "bg-icon-action-secondary-active",
1325
+ colorName: "Active",
1326
+ colorHex: "#459AD4"
1327
+ }
1328
+ ),
1329
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1330
+ Swatch,
1331
+ {
1332
+ className: "bg-icon-action-secondary-disabled",
1333
+ colorName: "Disabled",
1334
+ colorHex: "#6B6D6D"
1335
+ }
1336
+ )
1337
+ ] }),
1338
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Action Critical" }),
1339
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1340
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1341
+ Swatch,
1342
+ {
1343
+ className: "bg-icon-action-critical-normal",
1344
+ colorName: "Normal",
1345
+ colorHex: "#CC391F"
1346
+ }
1347
+ ),
1348
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1349
+ Swatch,
1350
+ {
1351
+ className: "bg-icon-action-critical-hover",
1352
+ colorName: "Hover",
1353
+ colorHex: "#892615"
1354
+ }
1355
+ ),
1356
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1357
+ Swatch,
1358
+ {
1359
+ className: "bg-icon-action-critical-active",
1360
+ colorName: "Active",
1361
+ colorHex: "#DD5E48"
1362
+ }
1363
+ ),
1364
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1365
+ Swatch,
1366
+ {
1367
+ className: "bg-icon-action-critical-disabled",
1368
+ colorName: "Disabled",
1369
+ colorHex: "#6B6D6D"
1370
+ }
1371
+ )
1372
+ ] }),
1373
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Icon/Brand Primary" }),
1374
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1375
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1376
+ Swatch,
1377
+ {
1378
+ className: "bg-icon-brand-primary-normal",
1379
+ colorName: "Normal",
1380
+ colorHex: "#DF4405"
1381
+ }
1382
+ ),
1383
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1384
+ Swatch,
1385
+ {
1386
+ className: "bg-icon-brand-primary-hover",
1387
+ colorName: "Hover",
1388
+ colorHex: "#9E3004"
1389
+ }
1390
+ ),
1391
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1392
+ Swatch,
1393
+ {
1394
+ className: "bg-icon-brand-primary-active",
1395
+ colorName: "Active",
1396
+ colorHex: "#E56937"
1397
+ }
1398
+ ),
1399
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1400
+ Swatch,
1401
+ {
1402
+ className: "bg-icon-brand-primary-disabled",
1403
+ colorName: "Disabled",
1404
+ colorHex: "#C1C1C1"
1405
+ }
1406
+ )
1407
+ ] }),
1408
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1409
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Border" }),
1410
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Primary" }),
1411
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1412
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1413
+ Swatch,
1414
+ {
1415
+ className: "bg-border-primary-normal",
1416
+ colorName: "Normal",
1417
+ colorHex: "#C1C1C1"
1418
+ }
1419
+ ),
1420
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1421
+ Swatch,
1422
+ {
1423
+ className: "bg-border-primary-focus",
1424
+ colorName: "Focus",
1425
+ colorHex: "#0077C8"
1426
+ }
1427
+ ),
1428
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1429
+ Swatch,
1430
+ {
1431
+ className: "bg-border-primary-error",
1432
+ colorName: "Error",
1433
+ colorHex: "#CC391F"
1434
+ }
1435
+ )
1436
+ ] }),
1437
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Action" }),
1438
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1439
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1440
+ Swatch,
1441
+ {
1442
+ className: "bg-border-action-normal",
1443
+ colorName: "Normal",
1444
+ colorHex: "#0077C8"
1445
+ }
1446
+ ),
1447
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1448
+ Swatch,
1449
+ {
1450
+ className: "bg-border-action-hover",
1451
+ colorName: "Hover",
1452
+ colorHex: "#00365A"
1453
+ }
1454
+ ),
1455
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1456
+ Swatch,
1457
+ {
1458
+ className: "bg-border-action-active",
1459
+ colorName: "Active",
1460
+ colorHex: "#459AD4"
1461
+ }
1462
+ ),
1463
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1464
+ Swatch,
1465
+ {
1466
+ className: "bg-border-action-disabled",
1467
+ colorName: "Disabled",
1468
+ colorHex: "#EBEBEB"
1469
+ }
1470
+ )
1471
+ ] }),
1472
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Border/Action Critical" }),
1473
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1474
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1475
+ Swatch,
1476
+ {
1477
+ className: "bg-border-action-critical-normal",
1478
+ colorName: "Normal",
1479
+ colorHex: "#CC391F"
1480
+ }
1481
+ ),
1482
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1483
+ Swatch,
1484
+ {
1485
+ className: "bg-border-action-critical-hover",
1486
+ colorName: "Hover",
1487
+ colorHex: "#892615"
1488
+ }
1489
+ ),
1490
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1491
+ Swatch,
1492
+ {
1493
+ className: "bg-border-action-critical-active",
1494
+ colorName: "Active",
1495
+ colorHex: "#DD5E48"
1496
+ }
1497
+ ),
1498
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1499
+ Swatch,
1500
+ {
1501
+ className: "bg-border-action-critical-disabled",
1502
+ colorName: "Disabled",
1503
+ colorHex: "#EBEBEB"
1504
+ }
1505
+ )
1506
+ ] }),
1507
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
1508
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { children: "Background" }),
1509
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Primary" }),
1510
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1511
+ Swatch,
1512
+ {
1513
+ className: "bg-background-primary-normal",
1514
+ colorName: "Normal",
1515
+ colorHex: "#FFFFFF"
1516
+ }
1517
+ ) }),
1518
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Secondary" }),
1519
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1520
+ Swatch,
1521
+ {
1522
+ className: "bg-background-secondary-normal",
1523
+ colorName: "Normal",
1524
+ colorHex: "#c1c1c1"
1525
+ }
1526
+ ) }),
1527
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Brand" }),
1528
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1529
+ Swatch,
1530
+ {
1531
+ className: "bg-background-brand-normal",
1532
+ colorName: "Normal",
1533
+ colorHex: "#DF4405"
1534
+ }
1535
+ ) }),
1536
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Grouped Primary" }),
1537
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1538
+ Swatch,
1539
+ {
1540
+ className: "bg-background-grouped-primary-normal",
1541
+ colorName: "Normal",
1542
+ colorHex: "#FFFFFF"
1543
+ }
1544
+ ) }),
1545
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Grouped Secondary" }),
1546
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1547
+ Swatch,
1548
+ {
1549
+ className: "bg-background-grouped-secondary-normal",
1550
+ colorName: "Normal",
1551
+ colorHex: "#f7f7f7"
1552
+ }
1553
+ ) }),
1554
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Primary" }),
1555
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1556
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1557
+ Swatch,
1558
+ {
1559
+ className: "bg-background-action-primary-normal",
1560
+ colorName: "Normal",
1561
+ colorHex: "#0077C8"
1562
+ }
1563
+ ),
1564
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1565
+ Swatch,
1566
+ {
1567
+ className: "bg-background-action-primary-hover",
1568
+ colorName: "Hover",
1569
+ colorHex: "#00365A"
1570
+ }
1571
+ ),
1572
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1573
+ Swatch,
1574
+ {
1575
+ className: "bg-background-action-primary-active",
1576
+ colorName: "Active",
1577
+ colorHex: "#459AD4"
1578
+ }
1579
+ ),
1580
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1581
+ Swatch,
1582
+ {
1583
+ className: "bg-background-action-primary-disabled",
1584
+ colorName: "Disabled",
1585
+ colorHex: "#EBEBEB"
1586
+ }
1587
+ )
1588
+ ] }),
1589
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Secondary" }),
1590
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1591
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1592
+ Swatch,
1593
+ {
1594
+ className: "bg-background-action-secondary-normal",
1595
+ colorName: "Normal",
1596
+ colorHex: "#FFFFFF"
1597
+ }
1598
+ ),
1599
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1600
+ Swatch,
1601
+ {
1602
+ className: "bg-background-action-secondary-hover",
1603
+ colorName: "Hover",
1604
+ colorHex: "#E7F2F9"
1605
+ }
1606
+ ),
1607
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1608
+ Swatch,
1609
+ {
1610
+ className: "bg-background-action-secondary-active",
1611
+ colorName: "Active",
1612
+ colorHex: "#FFFFFF"
1613
+ }
1614
+ ),
1615
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1616
+ Swatch,
1617
+ {
1618
+ className: "bg-background-action-secondary-disabled",
1619
+ colorName: "Disabled",
1620
+ colorHex: "#EBEBEB"
1621
+ }
1622
+ )
1623
+ ] }),
1624
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Critical Primary" }),
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
+ className: "bg-background-action-critical-primary-normal",
1630
+ colorName: "Normal",
1631
+ colorHex: "#CC391F"
1632
+ }
1633
+ ),
1634
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1635
+ Swatch,
1636
+ {
1637
+ className: "bg-background-action-critical-primary-hover",
1638
+ colorName: "Hover",
1639
+ colorHex: "#892615"
1640
+ }
1641
+ ),
1642
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1643
+ Swatch,
1644
+ {
1645
+ className: "bg-background-action-critical-primary-active",
1646
+ colorName: "Active",
1647
+ colorHex: "#DD5E48"
1648
+ }
1649
+ ),
1650
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1651
+ Swatch,
1652
+ {
1653
+ className: "bg-background-action-critical-primary-disabled",
1654
+ colorName: "Disabled",
1655
+ colorHex: "#EBEBEB"
1656
+ }
1657
+ )
1658
+ ] }),
1659
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Action Critical Secondary" }),
1660
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
1661
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1662
+ Swatch,
1663
+ {
1664
+ className: "bg-background-action-critical-secondary-normal",
1665
+ colorName: "Normal",
1666
+ colorHex: "#FFFFFF"
1667
+ }
1668
+ ),
1669
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1670
+ Swatch,
1671
+ {
1672
+ className: "bg-background-action-critical-secondary-hover",
1673
+ colorName: "Hover",
1674
+ colorHex: "#FBEDEA"
1675
+ }
1676
+ ),
1677
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1678
+ Swatch,
1679
+ {
1680
+ className: "bg-background-action-critical-secondary-active",
1681
+ colorName: "Active",
1682
+ colorHex: "#FFFFFF"
1683
+ }
1684
+ ),
1685
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1686
+ Swatch,
1687
+ {
1688
+ className: "bg-background-action-critical-secondary-disabled",
1689
+ colorName: "Disabled",
1690
+ colorHex: "#EBEBEB"
1691
+ }
1692
+ )
1693
+ ] }),
1694
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Success" }),
1695
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1696
+ Swatch,
1697
+ {
1698
+ className: "bg-background-success-normal",
1699
+ colorName: "Normal",
1700
+ colorHex: "#27D68B"
1701
+ }
1702
+ ) }),
1703
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Warning" }),
1704
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1705
+ Swatch,
1706
+ {
1707
+ className: "bg-background-warning-normal",
1708
+ colorName: "Normal",
1709
+ colorHex: "#F0A913"
1710
+ }
1711
+ ) }),
1712
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { children: "Background/Critical" }),
1713
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
1714
+ Swatch,
1715
+ {
1716
+ className: "bg-background-critical-normal",
1717
+ colorName: "Normal",
1718
+ colorHex: "#CC391F"
1719
+ }
1720
+ ) })
1721
+ ] });
1722
+ };
1723
+ Swatches.displayName = "Swatches";
1724
+ // Annotate the CommonJS export names for ESM import in node:
1725
+ 0 && (module.exports = {
1726
+ Swatch,
1727
+ Swatches
1728
+ });