@dmsi/wedgekit-react 0.0.26 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-KDEPZ6I7.js → chunk-2S2Z3L56.js} +5 -1
- package/dist/{chunk-TU55CHXU.js → chunk-4JLU7TAC.js} +3 -1
- package/dist/{chunk-Z2LOGSGE.js → chunk-4N2PED4P.js} +15 -3
- package/dist/{chunk-U42SKNR6.js → chunk-57WRM337.js} +68 -30
- package/dist/{chunk-ZFGGZXB6.js → chunk-AY7ELVQY.js} +5 -2
- package/dist/{chunk-I2UVVKQI.js → chunk-CHTO7PW4.js} +3 -2
- package/dist/{chunk-WIDBAFBU.js → chunk-FWPJ73IK.js} +3 -1
- package/dist/{chunk-5TLFMKSR.js → chunk-INYI65WW.js} +15 -5
- package/dist/{chunk-TJ44JJCB.js → chunk-J6LETUNM.js} +5 -2
- package/dist/{chunk-T6HZARR7.js → chunk-MZJS2ZAU.js} +6 -3
- package/dist/{chunk-ZCBSLV7U.js → chunk-O4M2GISS.js} +5 -2
- package/dist/{chunk-OUTEIXV4.js → chunk-OUSNH76S.js} +11 -3
- package/dist/{chunk-YDREJNAS.js → chunk-PDDZ5PMY.js} +18 -4
- package/dist/{chunk-4RD5ZF2V.js → chunk-QBIEU25R.js} +10 -4
- package/dist/chunk-QUPHLL7D.js +61 -0
- package/dist/{chunk-OISE6NMA.js → chunk-QV2EFOYF.js} +17 -6
- package/dist/{chunk-YZQNTOIF.js → chunk-QZGUMB7T.js} +10 -5
- package/dist/{chunk-S7R37IUP.js → chunk-S5K22XTH.js} +5 -2
- package/dist/{chunk-GCPJH5R6.js → chunk-S5KPS4IQ.js} +22 -7
- package/dist/{chunk-VELXLFMJ.js → chunk-SAMX4YGM.js} +4 -1
- package/dist/{chunk-TWP6YSFO.js → chunk-SKHSGGO3.js} +14 -6
- package/dist/chunk-TVDFTRGL.js +57 -0
- package/dist/{chunk-N32PXOA5.js → chunk-UT7XCBZF.js} +9 -4
- package/dist/{chunk-L4UM372R.js → chunk-VC3R5EUH.js} +3 -0
- package/dist/{chunk-UIQ733QP.js → chunk-VG4EPHJA.js} +7 -3
- package/dist/components/Breadcrumbs.cjs +29 -9
- package/dist/components/Breadcrumbs.js +29 -9
- package/dist/components/Button.cjs +6 -3
- package/dist/components/Button.js +1 -1
- package/dist/components/CalendarRange.cjs +11 -3
- package/dist/components/CalendarRange.js +1 -1
- package/dist/components/Caption.cjs +53 -9
- package/dist/components/Caption.js +53 -9
- package/dist/components/Checkbox.cjs +15 -6
- package/dist/components/Checkbox.js +2 -2
- package/dist/components/ContentTab.cjs +20 -7
- package/dist/components/ContentTab.js +2 -2
- package/dist/components/ContentTabs.cjs +32 -18
- package/dist/components/ContentTabs.js +14 -13
- package/dist/components/DMSiLogo.cjs +22 -4
- package/dist/components/DMSiLogo.js +9 -5
- package/dist/components/DataGrid.cjs +374 -243
- package/dist/components/DataGrid.js +283 -226
- package/dist/components/DataGridCell.cjs +79 -21
- package/dist/components/DataGridCell.js +7 -7
- package/dist/components/DataTable.cjs +197 -139
- package/dist/components/DataTable.js +197 -139
- package/dist/components/DateInput.cjs +36 -10
- package/dist/components/DateInput.js +7 -3
- package/dist/components/DateRangeInput.cjs +36 -10
- package/dist/components/DateRangeInput.js +7 -3
- package/dist/components/DebugJson.cjs +21 -13
- package/dist/components/DebugJson.js +21 -13
- package/dist/components/Display.cjs +5 -2
- package/dist/components/Display.js +1 -1
- package/dist/components/EditingContext.cjs +4 -1
- package/dist/components/EditingContext.js +4 -1
- package/dist/components/FilterGroup.cjs +102 -32
- package/dist/components/FilterGroup.js +41 -17
- package/dist/components/FullViewportBox.cjs +10 -2
- package/dist/components/FullViewportBox.js +10 -2
- package/dist/components/Grid.cjs +3 -1
- package/dist/components/Grid.js +3 -1
- package/dist/components/Heading.cjs +5 -2
- package/dist/components/Heading.js +1 -1
- package/dist/components/HorizontalDivider.cjs +2 -2
- package/dist/components/HorizontalDivider.js +2 -2
- package/dist/components/Input.cjs +21 -7
- package/dist/components/Input.js +2 -2
- package/dist/components/InputGroup.cjs +13 -6
- package/dist/components/InputGroup.js +9 -5
- package/dist/components/Label.cjs +5 -2
- package/dist/components/Label.js +1 -1
- package/dist/components/List.cjs +3 -2
- package/dist/components/List.js +3 -2
- package/dist/components/LogoAgilityTopBar.cjs +22 -4
- package/dist/components/LogoAgilityTopBar.js +9 -5
- package/dist/components/LogoDMSiTopBar.cjs +22 -4
- package/dist/components/LogoDMSiTopBar.js +1 -1
- package/dist/components/LogoMillworkTopBar.cjs +22 -4
- package/dist/components/LogoMillworkTopBar.js +9 -5
- package/dist/components/MainBar.cjs +2 -0
- package/dist/components/MainBar.js +2 -0
- package/dist/components/Menu.cjs +3 -0
- package/dist/components/Menu.js +1 -1
- package/dist/components/MenuOption.cjs +28 -7
- package/dist/components/MenuOption.js +3 -3
- package/dist/components/MobileDataGrid.cjs +101 -46
- package/dist/components/MobileDataGrid.js +23 -11
- package/dist/components/Modal.cjs +96 -51
- package/dist/components/Modal.js +19 -7
- package/dist/components/ModalButtons.cjs +43 -26
- package/dist/components/ModalButtons.js +2 -2
- package/dist/components/ModalContent.cjs +3 -1
- package/dist/components/ModalContent.js +1 -1
- package/dist/components/ModalHeader.cjs +40 -25
- package/dist/components/ModalHeader.js +3 -3
- package/dist/components/ModalScrim.cjs +3 -1
- package/dist/components/ModalScrim.js +1 -1
- package/dist/components/NavigationTab.cjs +9 -3
- package/dist/components/NavigationTab.js +2 -2
- package/dist/components/NavigationTabs.cjs +15 -7
- package/dist/components/NavigationTabs.js +8 -6
- package/dist/components/NestedMenu.cjs +28 -7
- package/dist/components/NestedMenu.js +3 -3
- package/dist/components/Notification.cjs +84 -38
- package/dist/components/Notification.js +8 -4
- package/dist/components/OptionPill.cjs +24 -6
- package/dist/components/OptionPill.js +3 -3
- package/dist/components/Paragraph.cjs +7 -3
- package/dist/components/Paragraph.js +1 -1
- package/dist/components/Password.cjs +33 -11
- package/dist/components/Password.js +14 -6
- package/dist/components/ProjectBar.cjs +3 -1
- package/dist/components/ProjectBar.js +3 -1
- package/dist/components/Radio.cjs +13 -7
- package/dist/components/Radio.js +7 -5
- package/dist/components/Search.cjs +34 -12
- package/dist/components/Search.js +3 -3
- package/dist/components/Select.cjs +25 -7
- package/dist/components/Select.js +3 -3
- package/dist/components/SideMenu.cjs +6 -1
- package/dist/components/SideMenu.js +6 -1
- package/dist/components/SideMenuGroup.cjs +96 -49
- package/dist/components/SideMenuGroup.js +31 -19
- package/dist/components/SideMenuItem.cjs +99 -43
- package/dist/components/SideMenuItem.js +32 -12
- package/dist/components/Stack.cjs +91 -30
- package/dist/components/Stack.js +1 -1
- package/dist/components/StatusPill.cjs +13 -6
- package/dist/components/StatusPill.js +9 -5
- package/dist/components/Stepper.cjs +35 -17
- package/dist/components/Stepper.js +11 -10
- package/dist/components/Subheader.cjs +5 -2
- package/dist/components/Subheader.js +1 -1
- package/dist/components/Surface.cjs +5 -2
- package/dist/components/Surface.js +5 -2
- package/dist/components/Swatch.cjs +1544 -1308
- package/dist/components/Swatch.js +1469 -1275
- package/dist/components/Textarea.cjs +5 -2
- package/dist/components/Textarea.js +5 -2
- package/dist/components/Theme.cjs +3 -2
- package/dist/components/Theme.js +1 -1
- package/dist/components/Time.cjs +98 -40
- package/dist/components/Time.js +18 -6
- package/dist/components/Toast.cjs +38 -15
- package/dist/components/Toast.js +23 -10
- package/dist/components/Tooltip.cjs +5 -4
- package/dist/components/Tooltip.js +1 -1
- package/dist/components/TopBar.cjs +16 -8
- package/dist/components/TopBar.js +12 -5
- package/package.json +1 -1
- package/src/components/Breadcrumbs.tsx +24 -15
- package/src/components/Button.tsx +7 -3
- package/src/components/CalendarRange.tsx +9 -0
- package/src/components/Caption.tsx +36 -6
- package/src/components/Checkbox.tsx +7 -2
- package/src/components/ContentTab.tsx +13 -3
- package/src/components/ContentTabs.tsx +11 -8
- package/src/components/DMSiLogo.tsx +2 -1
- package/src/components/DataGrid.tsx +85 -23
- package/src/components/DataGridCell.tsx +15 -2
- package/src/components/DataTable.tsx +64 -14
- package/src/components/DateInput.tsx +5 -1
- package/src/components/DateRangeInput.tsx +5 -1
- package/src/components/DebugJson.tsx +7 -3
- package/src/components/Display.tsx +3 -0
- package/src/components/EditingContext.tsx +8 -6
- package/src/components/FilterGroup.tsx +23 -3
- package/src/components/FullViewportBox.tsx +6 -1
- package/src/components/Grid.tsx +3 -0
- package/src/components/Heading.tsx +3 -0
- package/src/components/HorizontalDivider.tsx +4 -2
- package/src/components/Input.tsx +19 -10
- package/src/components/InputGroup.tsx +8 -4
- package/src/components/Label.tsx +3 -0
- package/src/components/Link.tsx +1 -0
- package/src/components/List.tsx +7 -1
- package/src/components/LogoAgilityTopBar.tsx +2 -1
- package/src/components/LogoDMSiTopBar.tsx +2 -1
- package/src/components/LogoMillworkTopBar.tsx +2 -1
- package/src/components/MainBar.tsx +3 -0
- package/src/components/Menu.tsx +3 -0
- package/src/components/MenuOption.tsx +72 -58
- package/src/components/MobileDataGrid.tsx +15 -4
- package/src/components/Modal.tsx +10 -1
- package/src/components/ModalButtons.tsx +12 -1
- package/src/components/ModalContent.tsx +3 -0
- package/src/components/ModalHeader.tsx +16 -6
- package/src/components/ModalScrim.tsx +3 -0
- package/src/components/NavigationTab.tsx +6 -3
- package/src/components/NavigationTabs.tsx +5 -2
- package/src/components/Notification.tsx +4 -0
- package/src/components/OptionPill.tsx +9 -1
- package/src/components/Paragraph.tsx +3 -0
- package/src/components/Password.tsx +9 -3
- package/src/components/ProjectBar.tsx +3 -0
- package/src/components/Radio.tsx +3 -2
- package/src/components/Search.tsx +56 -41
- package/src/components/Select.tsx +6 -1
- package/src/components/SideMenu.tsx +7 -1
- package/src/components/SideMenuGroup.tsx +13 -2
- package/src/components/SideMenuItem.tsx +15 -2
- package/src/components/Stack.tsx +8 -3
- package/src/components/StatusPill.tsx +4 -2
- package/src/components/Stepper.tsx +5 -5
- package/src/components/Subheader.tsx +3 -0
- package/src/components/Surface.tsx +3 -0
- package/src/components/Swatch.tsx +415 -140
- package/src/components/Textarea.tsx +6 -3
- package/src/components/Theme.tsx +3 -1
- package/src/components/Time.tsx +21 -5
- package/src/components/Toast.tsx +29 -14
- package/src/components/Tooltip.tsx +46 -32
- package/src/components/TopBar.tsx +7 -3
- package/dist/chunk-DBYSGYST.js +0 -47
- package/dist/chunk-UK3WG7HQ.js +0 -48
|
@@ -202,20 +202,23 @@ var Display = (_a) => {
|
|
|
202
202
|
as,
|
|
203
203
|
color,
|
|
204
204
|
align,
|
|
205
|
-
variant = "display1"
|
|
205
|
+
variant = "display1",
|
|
206
|
+
id
|
|
206
207
|
} = _b, props = __objRest(_b, [
|
|
207
208
|
"className",
|
|
208
209
|
"children",
|
|
209
210
|
"as",
|
|
210
211
|
"color",
|
|
211
212
|
"align",
|
|
212
|
-
"variant"
|
|
213
|
+
"variant",
|
|
214
|
+
"id"
|
|
213
215
|
]);
|
|
214
216
|
const defaultElement = variant === "display1" ? "h1" : "h2";
|
|
215
217
|
const Element = as != null ? as : defaultElement;
|
|
216
218
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
217
219
|
Element,
|
|
218
220
|
__spreadProps(__spreadValues({
|
|
221
|
+
id,
|
|
219
222
|
className: (0, import_clsx2.default)(
|
|
220
223
|
typography[variant],
|
|
221
224
|
className,
|
|
@@ -255,38 +258,70 @@ var useFlexClassNames = ({ items, justify, grow }) => (0, import_clsx3.default)(
|
|
|
255
258
|
justify === "between" && "justify-between",
|
|
256
259
|
justify === "around" && "justify-around"
|
|
257
260
|
);
|
|
258
|
-
var Stack = ({
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
261
|
+
var Stack = (_a) => {
|
|
262
|
+
var _b = _a, {
|
|
263
|
+
children,
|
|
264
|
+
items,
|
|
265
|
+
justify,
|
|
266
|
+
grow,
|
|
267
|
+
padding,
|
|
268
|
+
paddingX,
|
|
269
|
+
horizontal,
|
|
270
|
+
horizontalMobile,
|
|
271
|
+
elevation = 0,
|
|
272
|
+
rounded,
|
|
273
|
+
centered,
|
|
274
|
+
width,
|
|
275
|
+
maxWidth,
|
|
276
|
+
minWidth,
|
|
277
|
+
height,
|
|
278
|
+
maxHeight,
|
|
279
|
+
borderColor,
|
|
280
|
+
backgroundColor,
|
|
281
|
+
sizing = "none",
|
|
282
|
+
overflowY = "inherit",
|
|
283
|
+
overflowX = "inherit",
|
|
284
|
+
flexShrink,
|
|
285
|
+
flexGrow,
|
|
286
|
+
position,
|
|
287
|
+
top,
|
|
288
|
+
left,
|
|
289
|
+
id
|
|
290
|
+
} = _b, props = __objRest(_b, [
|
|
291
|
+
"children",
|
|
292
|
+
"items",
|
|
293
|
+
"justify",
|
|
294
|
+
"grow",
|
|
295
|
+
"padding",
|
|
296
|
+
"paddingX",
|
|
297
|
+
"horizontal",
|
|
298
|
+
"horizontalMobile",
|
|
299
|
+
"elevation",
|
|
300
|
+
"rounded",
|
|
301
|
+
"centered",
|
|
302
|
+
"width",
|
|
303
|
+
"maxWidth",
|
|
304
|
+
"minWidth",
|
|
305
|
+
"height",
|
|
306
|
+
"maxHeight",
|
|
307
|
+
"borderColor",
|
|
308
|
+
"backgroundColor",
|
|
309
|
+
"sizing",
|
|
310
|
+
"overflowY",
|
|
311
|
+
"overflowX",
|
|
312
|
+
"flexShrink",
|
|
313
|
+
"flexGrow",
|
|
314
|
+
"position",
|
|
315
|
+
"top",
|
|
316
|
+
"left",
|
|
317
|
+
"id"
|
|
318
|
+
]);
|
|
286
319
|
const flexClassNames = useFlexClassNames({ items, justify, grow });
|
|
287
320
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
288
321
|
"div",
|
|
289
|
-
{
|
|
322
|
+
__spreadProps(__spreadValues({
|
|
323
|
+
id
|
|
324
|
+
}, props), {
|
|
290
325
|
style: {
|
|
291
326
|
height: height === "full" ? "100%" : height !== void 0 ? `${height}px` : void 0,
|
|
292
327
|
maxHeight: maxHeight !== void 0 ? `${maxHeight}px` : void 0,
|
|
@@ -334,7 +369,7 @@ var Stack = ({
|
|
|
334
369
|
rounded && "rounded"
|
|
335
370
|
),
|
|
336
371
|
children
|
|
337
|
-
}
|
|
372
|
+
})
|
|
338
373
|
);
|
|
339
374
|
};
|
|
340
375
|
|
|
@@ -353,7 +388,8 @@ var Paragraph = (_a) => {
|
|
|
353
388
|
tall,
|
|
354
389
|
addOverflow,
|
|
355
390
|
children,
|
|
356
|
-
as = "p"
|
|
391
|
+
as = "p",
|
|
392
|
+
id
|
|
357
393
|
} = _b, props = __objRest(_b, [
|
|
358
394
|
"className",
|
|
359
395
|
"color",
|
|
@@ -362,12 +398,15 @@ var Paragraph = (_a) => {
|
|
|
362
398
|
"tall",
|
|
363
399
|
"addOverflow",
|
|
364
400
|
"children",
|
|
365
|
-
"as"
|
|
401
|
+
"as",
|
|
402
|
+
"id"
|
|
366
403
|
]);
|
|
367
404
|
const Element = as;
|
|
368
405
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
369
406
|
Element,
|
|
370
|
-
__spreadProps(__spreadValues({
|
|
407
|
+
__spreadProps(__spreadValues({
|
|
408
|
+
id
|
|
409
|
+
}, props), {
|
|
371
410
|
className: (0, import_clsx4.default)(
|
|
372
411
|
typography.paragraph,
|
|
373
412
|
className,
|
|
@@ -397,20 +436,23 @@ var Heading = (_a) => {
|
|
|
397
436
|
as,
|
|
398
437
|
color,
|
|
399
438
|
align,
|
|
400
|
-
variant = "heading1"
|
|
439
|
+
variant = "heading1",
|
|
440
|
+
id
|
|
401
441
|
} = _b, props = __objRest(_b, [
|
|
402
442
|
"className",
|
|
403
443
|
"children",
|
|
404
444
|
"as",
|
|
405
445
|
"color",
|
|
406
446
|
"align",
|
|
407
|
-
"variant"
|
|
447
|
+
"variant",
|
|
448
|
+
"id"
|
|
408
449
|
]);
|
|
409
450
|
const defaultElement = variant === "heading1" ? "h1" : variant === "heading2" ? "h2" : "h3";
|
|
410
451
|
const Element = as != null ? as : defaultElement;
|
|
411
452
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
412
453
|
Element,
|
|
413
454
|
__spreadProps(__spreadValues({
|
|
455
|
+
id,
|
|
414
456
|
className: (0, import_clsx5.default)(
|
|
415
457
|
typography[variant],
|
|
416
458
|
className,
|
|
@@ -436,8 +478,8 @@ Heading3.displayName = "Heading3";
|
|
|
436
478
|
|
|
437
479
|
// src/components/Swatch.tsx
|
|
438
480
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
439
|
-
var Swatch = ({ className, colorName, colorHex }) => {
|
|
440
|
-
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-col gap-desktop-layout-padding", children: [
|
|
481
|
+
var Swatch = ({ className, colorName, colorHex, id }) => {
|
|
482
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { id, className: "flex flex-col gap-desktop-layout-padding", children: [
|
|
441
483
|
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
442
484
|
"div",
|
|
443
485
|
{
|
|
@@ -459,1275 +501,1469 @@ var Swatch = ({ className, colorName, colorHex }) => {
|
|
|
459
501
|
] })
|
|
460
502
|
] });
|
|
461
503
|
};
|
|
462
|
-
var Swatches = () => {
|
|
463
|
-
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
{
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
{
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
{
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
{
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
{
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
}
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
}
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
}
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
504
|
+
var Swatches = ({ id }) => {
|
|
505
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
506
|
+
Stack,
|
|
507
|
+
{
|
|
508
|
+
id,
|
|
509
|
+
elevation: 0,
|
|
510
|
+
items: "start",
|
|
511
|
+
justify: "start",
|
|
512
|
+
sizing: "container",
|
|
513
|
+
children: [
|
|
514
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-primitives-title` : void 0, children: "Color Primitives" }),
|
|
515
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-branded-title` : void 0, children: "Branded Colors" }),
|
|
516
|
+
/* @__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." }),
|
|
517
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-brand-heading` : void 0, children: "Brand" }),
|
|
518
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
520
|
+
Swatch,
|
|
521
|
+
{
|
|
522
|
+
id: id ? `${id}-brand-500` : void 0,
|
|
523
|
+
className: "bg-brand-500",
|
|
524
|
+
colorName: "Brand-500",
|
|
525
|
+
colorHex: "#9e3004"
|
|
526
|
+
}
|
|
527
|
+
),
|
|
528
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
529
|
+
Swatch,
|
|
530
|
+
{
|
|
531
|
+
id: id ? `${id}-brand-400` : void 0,
|
|
532
|
+
className: "bg-brand-400",
|
|
533
|
+
colorName: "Brand-400",
|
|
534
|
+
colorHex: "#df4405"
|
|
535
|
+
}
|
|
536
|
+
),
|
|
537
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
538
|
+
Swatch,
|
|
539
|
+
{
|
|
540
|
+
id: id ? `${id}-brand-300` : void 0,
|
|
541
|
+
className: "bg-brand-300",
|
|
542
|
+
colorName: "Brand-300",
|
|
543
|
+
colorHex: "#e56937"
|
|
544
|
+
}
|
|
545
|
+
),
|
|
546
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
547
|
+
Swatch,
|
|
548
|
+
{
|
|
549
|
+
id: id ? `${id}-brand-200` : void 0,
|
|
550
|
+
className: "bg-brand-200",
|
|
551
|
+
colorName: "Brand-200",
|
|
552
|
+
colorHex: "#f0a98c"
|
|
553
|
+
}
|
|
554
|
+
),
|
|
555
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
556
|
+
Swatch,
|
|
557
|
+
{
|
|
558
|
+
id: id ? `${id}-brand-100` : void 0,
|
|
559
|
+
className: "bg-brand-100",
|
|
560
|
+
colorName: "Brand-100",
|
|
561
|
+
colorHex: "#fcece6"
|
|
562
|
+
}
|
|
563
|
+
)
|
|
564
|
+
] }),
|
|
565
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-action-heading` : void 0, children: "Action" }),
|
|
566
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
567
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
568
|
+
Swatch,
|
|
569
|
+
{
|
|
570
|
+
id: id ? `${id}-action-500` : void 0,
|
|
571
|
+
className: "bg-action-500",
|
|
572
|
+
colorName: "Action-500",
|
|
573
|
+
colorHex: "#00365a"
|
|
574
|
+
}
|
|
575
|
+
),
|
|
576
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
577
|
+
Swatch,
|
|
578
|
+
{
|
|
579
|
+
id: id ? `${id}-action-400` : void 0,
|
|
580
|
+
className: "bg-action-400",
|
|
581
|
+
colorName: "Action-400",
|
|
582
|
+
colorHex: "#0077c8"
|
|
583
|
+
}
|
|
584
|
+
),
|
|
585
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
586
|
+
Swatch,
|
|
587
|
+
{
|
|
588
|
+
id: id ? `${id}-action-300` : void 0,
|
|
589
|
+
className: "bg-action-300",
|
|
590
|
+
colorName: "Action-300",
|
|
591
|
+
colorHex: "#459ad4"
|
|
592
|
+
}
|
|
593
|
+
),
|
|
594
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
595
|
+
Swatch,
|
|
596
|
+
{
|
|
597
|
+
id: id ? `${id}-action-200` : void 0,
|
|
598
|
+
className: "bg-action-200",
|
|
599
|
+
colorName: "Action-200",
|
|
600
|
+
colorHex: "#d0e5f4"
|
|
601
|
+
}
|
|
602
|
+
),
|
|
603
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
604
|
+
Swatch,
|
|
605
|
+
{
|
|
606
|
+
id: id ? `${id}-action-100` : void 0,
|
|
607
|
+
className: "bg-action-100",
|
|
608
|
+
colorName: "Action-100",
|
|
609
|
+
colorHex: "#e7f2f9"
|
|
610
|
+
}
|
|
611
|
+
)
|
|
612
|
+
] }),
|
|
613
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-link-heading` : void 0, children: "Link" }),
|
|
614
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
615
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
616
|
+
Swatch,
|
|
617
|
+
{
|
|
618
|
+
id: id ? `${id}-link-500` : void 0,
|
|
619
|
+
className: "bg-link-500",
|
|
620
|
+
colorName: "Link-500",
|
|
621
|
+
colorHex: "#00365a"
|
|
622
|
+
}
|
|
623
|
+
),
|
|
624
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
625
|
+
Swatch,
|
|
626
|
+
{
|
|
627
|
+
id: id ? `${id}-link-400` : void 0,
|
|
628
|
+
className: "bg-link-400",
|
|
629
|
+
colorName: "Link-400",
|
|
630
|
+
colorHex: "#0077c8"
|
|
631
|
+
}
|
|
632
|
+
),
|
|
633
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
634
|
+
Swatch,
|
|
635
|
+
{
|
|
636
|
+
id: id ? `${id}-link-300` : void 0,
|
|
637
|
+
className: "bg-link-300",
|
|
638
|
+
colorName: "Link-300",
|
|
639
|
+
colorHex: "#459ad4"
|
|
640
|
+
}
|
|
641
|
+
),
|
|
642
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
643
|
+
Swatch,
|
|
644
|
+
{
|
|
645
|
+
id: id ? `${id}-link-200` : void 0,
|
|
646
|
+
className: "bg-link-200",
|
|
647
|
+
colorName: "Link-200",
|
|
648
|
+
colorHex: "#d0e5f4"
|
|
649
|
+
}
|
|
650
|
+
),
|
|
651
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
652
|
+
Swatch,
|
|
653
|
+
{
|
|
654
|
+
id: id ? `${id}-link-100` : void 0,
|
|
655
|
+
className: "bg-link-100",
|
|
656
|
+
colorName: "Link-100",
|
|
657
|
+
colorHex: "#e7f2f9"
|
|
658
|
+
}
|
|
659
|
+
)
|
|
660
|
+
] }),
|
|
661
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Display1, { id: id ? `${id}-standard-colors-title` : void 0, children: [
|
|
662
|
+
" ",
|
|
663
|
+
"Standard Colors"
|
|
664
|
+
] }),
|
|
665
|
+
/* @__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." }),
|
|
666
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-neutral-heading` : void 0, children: "Neutral" }),
|
|
667
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
668
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
669
|
+
Swatch,
|
|
670
|
+
{
|
|
671
|
+
id: id ? `${id}-neutral-600` : void 0,
|
|
672
|
+
className: "bg-neutral-600",
|
|
673
|
+
colorName: "Neutral-600",
|
|
674
|
+
colorHex: "#000000"
|
|
675
|
+
}
|
|
676
|
+
),
|
|
677
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
678
|
+
Swatch,
|
|
679
|
+
{
|
|
680
|
+
id: id ? `${id}-neutral-500` : void 0,
|
|
681
|
+
className: "bg-neutral-500",
|
|
682
|
+
colorName: "Neutral-500",
|
|
683
|
+
colorHex: "#1d1e1e"
|
|
684
|
+
}
|
|
685
|
+
),
|
|
686
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
687
|
+
Swatch,
|
|
688
|
+
{
|
|
689
|
+
id: id ? `${id}-neutral-450` : void 0,
|
|
690
|
+
className: "bg-neutral-450",
|
|
691
|
+
colorName: "Neutral-450",
|
|
692
|
+
colorHex: "#3a3a3a"
|
|
693
|
+
}
|
|
694
|
+
),
|
|
695
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
696
|
+
Swatch,
|
|
697
|
+
{
|
|
698
|
+
id: id ? `${id}-neutral-400` : void 0,
|
|
699
|
+
className: "bg-neutral-400",
|
|
700
|
+
colorName: "Neutral-400",
|
|
701
|
+
colorHex: "#6b6d6d"
|
|
702
|
+
}
|
|
703
|
+
),
|
|
704
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
705
|
+
Swatch,
|
|
706
|
+
{
|
|
707
|
+
id: id ? `${id}-neutral-300` : void 0,
|
|
708
|
+
className: "bg-neutral-300",
|
|
709
|
+
colorName: "Neutral-300",
|
|
710
|
+
colorHex: "#c1c1c1"
|
|
711
|
+
}
|
|
712
|
+
),
|
|
713
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
714
|
+
Swatch,
|
|
715
|
+
{
|
|
716
|
+
id: id ? `${id}-neutral-200` : void 0,
|
|
717
|
+
className: "bg-neutral-200",
|
|
718
|
+
colorName: "Neutral-200",
|
|
719
|
+
colorHex: "#ebebeb"
|
|
720
|
+
}
|
|
721
|
+
),
|
|
722
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
723
|
+
Swatch,
|
|
724
|
+
{
|
|
725
|
+
id: id ? `${id}-neutral-100` : void 0,
|
|
726
|
+
className: "bg-neutral-100",
|
|
727
|
+
colorName: "Neutral-100",
|
|
728
|
+
colorHex: "#f7f7f7"
|
|
729
|
+
}
|
|
730
|
+
),
|
|
731
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
732
|
+
Swatch,
|
|
733
|
+
{
|
|
734
|
+
id: id ? `${id}-neutral-000` : void 0,
|
|
735
|
+
className: "bg-neutral-000",
|
|
736
|
+
colorName: "Neutral-000",
|
|
737
|
+
colorHex: "#ffffff"
|
|
738
|
+
}
|
|
739
|
+
)
|
|
740
|
+
] }),
|
|
741
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-success-heading` : void 0, children: [
|
|
742
|
+
" ",
|
|
743
|
+
"Success"
|
|
744
|
+
] }),
|
|
745
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
746
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
747
|
+
Swatch,
|
|
748
|
+
{
|
|
749
|
+
id: id ? `${id}-success-500` : void 0,
|
|
750
|
+
className: "bg-success-500",
|
|
751
|
+
colorName: "Success-500",
|
|
752
|
+
colorHex: "#126240"
|
|
753
|
+
}
|
|
754
|
+
),
|
|
755
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
756
|
+
Swatch,
|
|
757
|
+
{
|
|
758
|
+
id: id ? `${id}-success-400` : void 0,
|
|
759
|
+
className: "bg-success-400",
|
|
760
|
+
colorName: "Success-400",
|
|
761
|
+
colorHex: "#27d68b"
|
|
762
|
+
}
|
|
763
|
+
),
|
|
764
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
765
|
+
Swatch,
|
|
766
|
+
{
|
|
767
|
+
id: id ? `${id}-success-300` : void 0,
|
|
768
|
+
className: "bg-success-300",
|
|
769
|
+
colorName: "Success-300",
|
|
770
|
+
colorHex: "#61e1aa"
|
|
771
|
+
}
|
|
772
|
+
),
|
|
773
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
774
|
+
Swatch,
|
|
775
|
+
{
|
|
776
|
+
id: id ? `${id}-success-200` : void 0,
|
|
777
|
+
className: "bg-success-200",
|
|
778
|
+
colorName: "Success-200",
|
|
779
|
+
colorHex: "#d7f7e9"
|
|
780
|
+
}
|
|
781
|
+
),
|
|
782
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
783
|
+
Swatch,
|
|
784
|
+
{
|
|
785
|
+
id: id ? `${id}-success-100` : void 0,
|
|
786
|
+
className: "bg-success-100",
|
|
787
|
+
colorName: "Success-100",
|
|
788
|
+
colorHex: "#eefbf6"
|
|
789
|
+
}
|
|
790
|
+
)
|
|
791
|
+
] }),
|
|
792
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-warning-heading` : void 0, children: [
|
|
793
|
+
" ",
|
|
794
|
+
"Warning"
|
|
795
|
+
] }),
|
|
796
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
797
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
798
|
+
Swatch,
|
|
799
|
+
{
|
|
800
|
+
id: id ? `${id}-warning-500` : void 0,
|
|
801
|
+
className: "bg-warning-500",
|
|
802
|
+
colorName: "Warning-500",
|
|
803
|
+
colorHex: "#91670c"
|
|
804
|
+
}
|
|
805
|
+
),
|
|
806
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
807
|
+
Swatch,
|
|
808
|
+
{
|
|
809
|
+
id: id ? `${id}-warning-400` : void 0,
|
|
810
|
+
className: "bg-warning-400",
|
|
811
|
+
colorName: "Warning-400",
|
|
812
|
+
colorHex: "#f0a913"
|
|
813
|
+
}
|
|
814
|
+
),
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
816
|
+
Swatch,
|
|
817
|
+
{
|
|
818
|
+
id: id ? `${id}-warning-300` : void 0,
|
|
819
|
+
className: "bg-warning-300",
|
|
820
|
+
colorName: "Warning-300",
|
|
821
|
+
colorHex: "#f4c053"
|
|
822
|
+
}
|
|
823
|
+
),
|
|
824
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
825
|
+
Swatch,
|
|
826
|
+
{
|
|
827
|
+
id: id ? `${id}-warning-200` : void 0,
|
|
828
|
+
className: "bg-warning-200",
|
|
829
|
+
colorName: "Warning-200",
|
|
830
|
+
colorHex: "#f9dfa9"
|
|
831
|
+
}
|
|
832
|
+
),
|
|
833
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
834
|
+
Swatch,
|
|
835
|
+
{
|
|
836
|
+
id: id ? `${id}-warning-100` : void 0,
|
|
837
|
+
className: "bg-warning-100",
|
|
838
|
+
colorName: "Warning-100",
|
|
839
|
+
colorHex: "#fcefd4"
|
|
840
|
+
}
|
|
841
|
+
)
|
|
842
|
+
] }),
|
|
843
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Heading3, { id: id ? `${id}-critical-heading` : void 0, children: [
|
|
844
|
+
" ",
|
|
845
|
+
"Critical"
|
|
846
|
+
] }),
|
|
847
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
848
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
849
|
+
Swatch,
|
|
850
|
+
{
|
|
851
|
+
id: id ? `${id}-critical-500` : void 0,
|
|
852
|
+
className: "bg-critical-500",
|
|
853
|
+
colorName: "Critical-500",
|
|
854
|
+
colorHex: "#892615"
|
|
855
|
+
}
|
|
856
|
+
),
|
|
857
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
858
|
+
Swatch,
|
|
859
|
+
{
|
|
860
|
+
id: id ? `${id}-critical-400` : void 0,
|
|
861
|
+
className: "bg-critical-400",
|
|
862
|
+
colorName: "Critical-400",
|
|
863
|
+
colorHex: "#cc391f"
|
|
864
|
+
}
|
|
865
|
+
),
|
|
866
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
867
|
+
Swatch,
|
|
868
|
+
{
|
|
869
|
+
id: id ? `${id}-critical-300` : void 0,
|
|
870
|
+
className: "bg-critical-300",
|
|
871
|
+
colorName: "Critical-300",
|
|
872
|
+
colorHex: "#dd5e48"
|
|
873
|
+
}
|
|
874
|
+
),
|
|
875
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
876
|
+
Swatch,
|
|
877
|
+
{
|
|
878
|
+
id: id ? `${id}-critical-200` : void 0,
|
|
879
|
+
className: "bg-critical-200",
|
|
880
|
+
colorName: "Critical-200",
|
|
881
|
+
colorHex: "#f0b7ad"
|
|
882
|
+
}
|
|
883
|
+
),
|
|
884
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
885
|
+
Swatch,
|
|
886
|
+
{
|
|
887
|
+
id: id ? `${id}-critical-100` : void 0,
|
|
888
|
+
className: "bg-critical-100",
|
|
889
|
+
colorName: "Critical-100",
|
|
890
|
+
colorHex: "#fbedea"
|
|
891
|
+
}
|
|
892
|
+
)
|
|
893
|
+
] }),
|
|
894
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-chart-heading` : void 0, children: "Color order for charts, graphs, etc" }),
|
|
895
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
896
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
897
|
+
Swatch,
|
|
898
|
+
{
|
|
899
|
+
id: id ? `${id}-chart-0` : void 0,
|
|
900
|
+
className: "bg-chart-0",
|
|
901
|
+
colorName: "Action-400",
|
|
902
|
+
colorHex: "#0077c8"
|
|
903
|
+
}
|
|
904
|
+
),
|
|
905
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
906
|
+
Swatch,
|
|
907
|
+
{
|
|
908
|
+
id: id ? `${id}-chart-1` : void 0,
|
|
909
|
+
className: "bg-chart-1",
|
|
910
|
+
colorName: "Brand-400",
|
|
911
|
+
colorHex: "#df4405"
|
|
912
|
+
}
|
|
913
|
+
),
|
|
914
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
915
|
+
Swatch,
|
|
916
|
+
{
|
|
917
|
+
id: id ? `${id}-chart-2` : void 0,
|
|
918
|
+
className: "bg-chart-2",
|
|
919
|
+
colorName: "Teal-400",
|
|
920
|
+
colorHex: "#40c1ac"
|
|
921
|
+
}
|
|
922
|
+
),
|
|
923
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
924
|
+
Swatch,
|
|
925
|
+
{
|
|
926
|
+
id: id ? `${id}-chart-3` : void 0,
|
|
927
|
+
className: "bg-chart-3",
|
|
928
|
+
colorName: "Warning-400",
|
|
929
|
+
colorHex: "#f0a913"
|
|
930
|
+
}
|
|
931
|
+
),
|
|
932
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
933
|
+
Swatch,
|
|
934
|
+
{
|
|
935
|
+
id: id ? `${id}-chart-4` : void 0,
|
|
936
|
+
className: "bg-chart-4",
|
|
937
|
+
colorName: "Neutral-400",
|
|
938
|
+
colorHex: "#6b6d6d"
|
|
939
|
+
}
|
|
940
|
+
),
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
942
|
+
Swatch,
|
|
943
|
+
{
|
|
944
|
+
id: id ? `${id}-chart-5` : void 0,
|
|
945
|
+
className: "bg-chart-5",
|
|
946
|
+
colorName: "Purple-400",
|
|
947
|
+
colorHex: "#8d267a"
|
|
948
|
+
}
|
|
949
|
+
),
|
|
950
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
951
|
+
Swatch,
|
|
952
|
+
{
|
|
953
|
+
id: id ? `${id}-chart-6` : void 0,
|
|
954
|
+
className: "bg-chart-6",
|
|
955
|
+
colorName: "Orange-400",
|
|
956
|
+
colorHex: "#cc391f"
|
|
957
|
+
}
|
|
958
|
+
)
|
|
959
|
+
] }),
|
|
960
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
961
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Display1, { id: id ? `${id}-semantics-title` : void 0, children: "Color Semantics" }),
|
|
962
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Paragraph, { id: id ? `${id}-semantics-description` : void 0, children: [
|
|
963
|
+
"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.",
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
965
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
966
|
+
"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."
|
|
967
|
+
] }),
|
|
968
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-text-heading` : void 0, children: "Text" }),
|
|
969
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-primary-heading` : void 0, children: "Text/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
|
+
id: id ? `${id}-text-primary-normal` : void 0,
|
|
975
|
+
className: "bg-text-primary-normal",
|
|
976
|
+
colorName: "Normal",
|
|
977
|
+
colorHex: "#1d1e1e"
|
|
978
|
+
}
|
|
979
|
+
),
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
981
|
+
Swatch,
|
|
982
|
+
{
|
|
983
|
+
id: id ? `${id}-text-primary-disabled` : void 0,
|
|
984
|
+
className: "bg-text-primary-disabled",
|
|
985
|
+
colorName: "Disabled",
|
|
986
|
+
colorHex: "#c1c1c1"
|
|
987
|
+
}
|
|
988
|
+
),
|
|
989
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
990
|
+
Swatch,
|
|
991
|
+
{
|
|
992
|
+
id: id ? `${id}-text-primary-error` : void 0,
|
|
993
|
+
className: "bg-text-primary-error",
|
|
994
|
+
colorName: "Error",
|
|
995
|
+
colorHex: "#cc391f"
|
|
996
|
+
}
|
|
997
|
+
)
|
|
998
|
+
] }),
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-secondary-heading` : void 0, children: "Text/Secondary" }),
|
|
1000
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1001
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1002
|
+
Swatch,
|
|
1003
|
+
{
|
|
1004
|
+
id: id ? `${id}-text-secondary-normal` : void 0,
|
|
1005
|
+
className: "bg-text-secondary-normal",
|
|
1006
|
+
colorName: "Normal",
|
|
1007
|
+
colorHex: "#6b6d6d"
|
|
1008
|
+
}
|
|
1009
|
+
),
|
|
1010
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1011
|
+
Swatch,
|
|
1012
|
+
{
|
|
1013
|
+
id: id ? `${id}-text-secondary-disabled` : void 0,
|
|
1014
|
+
className: "bg-text-secondary-disabled",
|
|
1015
|
+
colorName: "Disabled",
|
|
1016
|
+
colorHex: "#c1c1c1"
|
|
1017
|
+
}
|
|
1018
|
+
),
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1020
|
+
Swatch,
|
|
1021
|
+
{
|
|
1022
|
+
id: id ? `${id}-text-secondary-error` : void 0,
|
|
1023
|
+
className: "bg-text-secondary-error",
|
|
1024
|
+
colorName: "Error",
|
|
1025
|
+
colorHex: "#cc391f"
|
|
1026
|
+
}
|
|
1027
|
+
)
|
|
1028
|
+
] }),
|
|
1029
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-brand-heading` : void 0, children: "Text/Brand" }),
|
|
1030
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1031
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1032
|
+
Swatch,
|
|
1033
|
+
{
|
|
1034
|
+
id: id ? `${id}-text-brand-normal` : void 0,
|
|
1035
|
+
className: "bg-brand-400",
|
|
1036
|
+
colorName: "Normal",
|
|
1037
|
+
colorHex: "#df4405"
|
|
1038
|
+
}
|
|
1039
|
+
),
|
|
1040
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1041
|
+
Swatch,
|
|
1042
|
+
{
|
|
1043
|
+
id: id ? `${id}-text-brand-disabled` : void 0,
|
|
1044
|
+
className: "bg-neutral-300",
|
|
1045
|
+
colorName: "Disabled",
|
|
1046
|
+
colorHex: "#c1c1c1"
|
|
1047
|
+
}
|
|
1048
|
+
),
|
|
1049
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1050
|
+
Swatch,
|
|
1051
|
+
{
|
|
1052
|
+
id: id ? `${id}-text-brand-error` : void 0,
|
|
1053
|
+
className: "bg-critical-400",
|
|
1054
|
+
colorName: "Error",
|
|
1055
|
+
colorHex: "#cc391f"
|
|
1056
|
+
}
|
|
1057
|
+
)
|
|
1058
|
+
] }),
|
|
1059
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-action-primary-heading` : void 0, children: "Text/Action Primary" }),
|
|
1060
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1061
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1062
|
+
Swatch,
|
|
1063
|
+
{
|
|
1064
|
+
id: id ? `${id}-text-action-primary-normal` : void 0,
|
|
1065
|
+
className: "bg-text-action-primary-normal",
|
|
1066
|
+
colorName: "Normal",
|
|
1067
|
+
colorHex: "#0077c8"
|
|
1068
|
+
}
|
|
1069
|
+
),
|
|
1070
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1071
|
+
Swatch,
|
|
1072
|
+
{
|
|
1073
|
+
id: id ? `${id}-text-action-primary-hover` : void 0,
|
|
1074
|
+
className: "bg-text-action-primary-hover",
|
|
1075
|
+
colorName: "Hover",
|
|
1076
|
+
colorHex: "#00365a"
|
|
1077
|
+
}
|
|
1078
|
+
),
|
|
1079
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1080
|
+
Swatch,
|
|
1081
|
+
{
|
|
1082
|
+
id: id ? `${id}-text-action-primary-active` : void 0,
|
|
1083
|
+
className: "bg-text-action-primary-active",
|
|
1084
|
+
colorName: "Active",
|
|
1085
|
+
colorHex: "#459ad4"
|
|
1086
|
+
}
|
|
1087
|
+
),
|
|
1088
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1089
|
+
Swatch,
|
|
1090
|
+
{
|
|
1091
|
+
id: id ? `${id}-text-action-primary-disabled` : void 0,
|
|
1092
|
+
className: "bg-text-action-primary-disabled",
|
|
1093
|
+
colorName: "Disabled",
|
|
1094
|
+
colorHex: "#6b6d6d"
|
|
1095
|
+
}
|
|
1096
|
+
)
|
|
1097
|
+
] }),
|
|
1098
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-on-action-primary-heading` : void 0, children: "Text/On Action Primary" }),
|
|
1099
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1100
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1101
|
+
Swatch,
|
|
1102
|
+
{
|
|
1103
|
+
id: id ? `${id}-text-on-action-primary-normal` : void 0,
|
|
1104
|
+
className: "bg-text-on-action-primary-normal",
|
|
1105
|
+
colorName: "Normal",
|
|
1106
|
+
colorHex: "#ffffff"
|
|
1107
|
+
}
|
|
1108
|
+
),
|
|
1109
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1110
|
+
Swatch,
|
|
1111
|
+
{
|
|
1112
|
+
id: id ? `${id}-text-on-action-primary-hover` : void 0,
|
|
1113
|
+
className: "bg-text-on-action-primary-hover",
|
|
1114
|
+
colorName: "Hover",
|
|
1115
|
+
colorHex: "#ffffff"
|
|
1116
|
+
}
|
|
1117
|
+
),
|
|
1118
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1119
|
+
Swatch,
|
|
1120
|
+
{
|
|
1121
|
+
id: id ? `${id}-text-on-action-primary-active` : void 0,
|
|
1122
|
+
className: "bg-text-on-action-primary-active",
|
|
1123
|
+
colorName: "Active",
|
|
1124
|
+
colorHex: "#ffffff"
|
|
1125
|
+
}
|
|
1126
|
+
),
|
|
1127
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1128
|
+
Swatch,
|
|
1129
|
+
{
|
|
1130
|
+
id: id ? `${id}-text-on-action-primary-disabled` : void 0,
|
|
1131
|
+
className: "bg-text-on-action-primary-disabled",
|
|
1132
|
+
colorName: "Disabled",
|
|
1133
|
+
colorHex: "#6b6d6d"
|
|
1134
|
+
}
|
|
1135
|
+
)
|
|
1136
|
+
] }),
|
|
1137
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-action-critical-heading` : void 0, children: "Text/Action Critical" }),
|
|
1138
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1139
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1140
|
+
Swatch,
|
|
1141
|
+
{
|
|
1142
|
+
id: id ? `${id}-text-action-critical-normal` : void 0,
|
|
1143
|
+
className: "bg-text-action-critical-normal",
|
|
1144
|
+
colorName: "Normal",
|
|
1145
|
+
colorHex: "#CC391F"
|
|
1146
|
+
}
|
|
1147
|
+
),
|
|
1148
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1149
|
+
Swatch,
|
|
1150
|
+
{
|
|
1151
|
+
id: id ? `${id}-text-action-critical-hover` : void 0,
|
|
1152
|
+
className: "bg-text-action-critical-hover",
|
|
1153
|
+
colorName: "Hover",
|
|
1154
|
+
colorHex: "#892615"
|
|
1155
|
+
}
|
|
1156
|
+
),
|
|
1157
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1158
|
+
Swatch,
|
|
1159
|
+
{
|
|
1160
|
+
id: id ? `${id}-text-action-critical-active` : void 0,
|
|
1161
|
+
className: "bg-text-action-critical-active",
|
|
1162
|
+
colorName: "Active",
|
|
1163
|
+
colorHex: "#DD5E48"
|
|
1164
|
+
}
|
|
1165
|
+
),
|
|
1166
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1167
|
+
Swatch,
|
|
1168
|
+
{
|
|
1169
|
+
id: id ? `${id}-text-action-critical-disabled` : void 0,
|
|
1170
|
+
className: "bg-text-action-critical-disabled",
|
|
1171
|
+
colorName: "Disabled",
|
|
1172
|
+
colorHex: "#6b6d6d"
|
|
1173
|
+
}
|
|
1174
|
+
)
|
|
1175
|
+
] }),
|
|
1176
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-link-heading` : void 0, children: "Text/Link" }),
|
|
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
|
+
id: id ? `${id}-text-link-normal` : void 0,
|
|
1182
|
+
className: "bg-text-link-normal",
|
|
1183
|
+
colorName: "Normal",
|
|
1184
|
+
colorHex: "#0077C8"
|
|
1185
|
+
}
|
|
1186
|
+
),
|
|
1187
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1188
|
+
Swatch,
|
|
1189
|
+
{
|
|
1190
|
+
id: id ? `${id}-text-link-hover` : void 0,
|
|
1191
|
+
className: "bg-text-link-hover",
|
|
1192
|
+
colorName: "Hover",
|
|
1193
|
+
colorHex: "#00365A"
|
|
1194
|
+
}
|
|
1195
|
+
),
|
|
1196
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1197
|
+
Swatch,
|
|
1198
|
+
{
|
|
1199
|
+
id: id ? `${id}-text-link-active` : void 0,
|
|
1200
|
+
className: "bg-text-link-active",
|
|
1201
|
+
colorName: "Active",
|
|
1202
|
+
colorHex: "#459AD4"
|
|
1203
|
+
}
|
|
1204
|
+
),
|
|
1205
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1206
|
+
Swatch,
|
|
1207
|
+
{
|
|
1208
|
+
id: id ? `${id}-text-link-disabled` : void 0,
|
|
1209
|
+
className: "bg-text-link-disabled",
|
|
1210
|
+
colorName: "Disabled",
|
|
1211
|
+
colorHex: "#6b6d6d"
|
|
1212
|
+
}
|
|
1213
|
+
)
|
|
1214
|
+
] }),
|
|
1215
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-success-heading` : void 0, children: "Text/Success" }),
|
|
1216
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1217
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1218
|
+
Swatch,
|
|
1219
|
+
{
|
|
1220
|
+
id: id ? `${id}-text-success-normal` : void 0,
|
|
1221
|
+
className: "bg-text-success-normal",
|
|
1222
|
+
colorName: "Normal",
|
|
1223
|
+
colorHex: "#126240"
|
|
1224
|
+
}
|
|
1225
|
+
),
|
|
1226
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1227
|
+
Swatch,
|
|
1228
|
+
{
|
|
1229
|
+
id: id ? `${id}-text-success-disabled` : void 0,
|
|
1230
|
+
className: "bg-text-success-disabled",
|
|
1231
|
+
colorName: "Disabled",
|
|
1232
|
+
colorHex: "#6B6D6D"
|
|
1233
|
+
}
|
|
1234
|
+
),
|
|
1235
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1236
|
+
Swatch,
|
|
1237
|
+
{
|
|
1238
|
+
id: id ? `${id}-text-success-error` : void 0,
|
|
1239
|
+
className: "bg-text-success-error",
|
|
1240
|
+
colorName: "Error",
|
|
1241
|
+
colorHex: "#CC391F"
|
|
1242
|
+
}
|
|
1243
|
+
)
|
|
1244
|
+
] }),
|
|
1245
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-warning-heading` : void 0, children: "Text/Warning" }),
|
|
1246
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1247
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1248
|
+
Swatch,
|
|
1249
|
+
{
|
|
1250
|
+
id: id ? `${id}-text-warning-normal` : void 0,
|
|
1251
|
+
className: "bg-text-warning-normal",
|
|
1252
|
+
colorName: "Normal",
|
|
1253
|
+
colorHex: "#126240"
|
|
1254
|
+
}
|
|
1255
|
+
),
|
|
1256
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1257
|
+
Swatch,
|
|
1258
|
+
{
|
|
1259
|
+
id: id ? `${id}-text-warning-disabled` : void 0,
|
|
1260
|
+
className: "bg-text-warning-disabled",
|
|
1261
|
+
colorName: "Disabled",
|
|
1262
|
+
colorHex: "#6B6D6D"
|
|
1263
|
+
}
|
|
1264
|
+
),
|
|
1265
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1266
|
+
Swatch,
|
|
1267
|
+
{
|
|
1268
|
+
id: id ? `${id}-text-warning-error` : void 0,
|
|
1269
|
+
className: "bg-text-warning-error",
|
|
1270
|
+
colorName: "Error",
|
|
1271
|
+
colorHex: "#CC391F"
|
|
1272
|
+
}
|
|
1273
|
+
)
|
|
1274
|
+
] }),
|
|
1275
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-text-critical-heading` : void 0, children: "Text/Critical" }),
|
|
1276
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1277
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1278
|
+
Swatch,
|
|
1279
|
+
{
|
|
1280
|
+
id: id ? `${id}-text-critical-normal` : void 0,
|
|
1281
|
+
className: "bg-text-critical-normal",
|
|
1282
|
+
colorName: "Normal",
|
|
1283
|
+
colorHex: "#CC391F"
|
|
1284
|
+
}
|
|
1285
|
+
),
|
|
1286
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1287
|
+
Swatch,
|
|
1288
|
+
{
|
|
1289
|
+
id: id ? `${id}-text-critical-disabled` : void 0,
|
|
1290
|
+
className: "bg-text-critical-disabled",
|
|
1291
|
+
colorName: "Disabled",
|
|
1292
|
+
colorHex: "#6B6D6D"
|
|
1293
|
+
}
|
|
1294
|
+
),
|
|
1295
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1296
|
+
Swatch,
|
|
1297
|
+
{
|
|
1298
|
+
id: id ? `${id}-text-critical-error` : void 0,
|
|
1299
|
+
className: "bg-text-critical-error",
|
|
1300
|
+
colorName: "Error",
|
|
1301
|
+
colorHex: "#CC391F"
|
|
1302
|
+
}
|
|
1303
|
+
)
|
|
1304
|
+
] }),
|
|
1305
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1306
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-icon-heading` : void 0, children: "Icon" }),
|
|
1307
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-primary-heading` : void 0, children: "Icon/Primary" }),
|
|
1308
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1309
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1310
|
+
Swatch,
|
|
1311
|
+
{
|
|
1312
|
+
id: id ? `${id}-icon-primary-normal` : void 0,
|
|
1313
|
+
className: "bg-icon-primary-normal",
|
|
1314
|
+
colorName: "Normal",
|
|
1315
|
+
colorHex: "#6B6D6D"
|
|
1316
|
+
}
|
|
1317
|
+
),
|
|
1318
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1319
|
+
Swatch,
|
|
1320
|
+
{
|
|
1321
|
+
id: id ? `${id}-icon-primary-disabled` : void 0,
|
|
1322
|
+
className: "bg-icon-primary-disabled",
|
|
1323
|
+
colorName: "Disabled",
|
|
1324
|
+
colorHex: "#C1C1C1"
|
|
1325
|
+
}
|
|
1326
|
+
)
|
|
1327
|
+
] }),
|
|
1328
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-success-heading` : void 0, children: "Icon/Success" }),
|
|
1329
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1330
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1331
|
+
Swatch,
|
|
1332
|
+
{
|
|
1333
|
+
id: id ? `${id}-icon-success-normal` : void 0,
|
|
1334
|
+
className: "bg-icon-success-normal",
|
|
1335
|
+
colorName: "Normal",
|
|
1336
|
+
colorHex: "#27D68B"
|
|
1337
|
+
}
|
|
1338
|
+
),
|
|
1339
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1340
|
+
Swatch,
|
|
1341
|
+
{
|
|
1342
|
+
id: id ? `${id}-icon-success-disabled` : void 0,
|
|
1343
|
+
className: "bg-icon-success-disabled",
|
|
1344
|
+
colorName: "Disabled",
|
|
1345
|
+
colorHex: "#6B6D6D"
|
|
1346
|
+
}
|
|
1347
|
+
)
|
|
1348
|
+
] }),
|
|
1349
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-warning-heading` : void 0, children: "Icon/Warning" }),
|
|
1350
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1351
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1352
|
+
Swatch,
|
|
1353
|
+
{
|
|
1354
|
+
id: id ? `${id}-icon-warning-normal` : void 0,
|
|
1355
|
+
className: "bg-icon-warning-normal",
|
|
1356
|
+
colorName: "Normal",
|
|
1357
|
+
colorHex: "#F0A913"
|
|
1358
|
+
}
|
|
1359
|
+
),
|
|
1360
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1361
|
+
Swatch,
|
|
1362
|
+
{
|
|
1363
|
+
id: id ? `${id}-icon-warning-disabled` : void 0,
|
|
1364
|
+
className: "bg-icon-warning-disabled",
|
|
1365
|
+
colorName: "Disabled",
|
|
1366
|
+
colorHex: "#6B6D6D"
|
|
1367
|
+
}
|
|
1368
|
+
)
|
|
1369
|
+
] }),
|
|
1370
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-critical-heading` : void 0, children: "Icon/Critical" }),
|
|
1371
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1372
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1373
|
+
Swatch,
|
|
1374
|
+
{
|
|
1375
|
+
id: id ? `${id}-icon-critical-normal` : void 0,
|
|
1376
|
+
className: "bg-icon-critical-normal",
|
|
1377
|
+
colorName: "Normal",
|
|
1378
|
+
colorHex: "#CC391F"
|
|
1379
|
+
}
|
|
1380
|
+
),
|
|
1381
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1382
|
+
Swatch,
|
|
1383
|
+
{
|
|
1384
|
+
id: id ? `${id}-icon-critical-disabled` : void 0,
|
|
1385
|
+
className: "bg-icon-critical-disabled",
|
|
1386
|
+
colorName: "Disabled",
|
|
1387
|
+
colorHex: "#6B6D6D"
|
|
1388
|
+
}
|
|
1389
|
+
)
|
|
1390
|
+
] }),
|
|
1391
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-primary-heading` : void 0, children: "Icon/Action Primary" }),
|
|
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}-icon-action-primary-normal` : void 0,
|
|
1397
|
+
className: "bg-icon-action-primary-normal",
|
|
1398
|
+
colorName: "Normal",
|
|
1399
|
+
colorHex: "#1D1E1E"
|
|
1400
|
+
}
|
|
1401
|
+
),
|
|
1402
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1403
|
+
Swatch,
|
|
1404
|
+
{
|
|
1405
|
+
id: id ? `${id}-icon-action-primary-hover` : void 0,
|
|
1406
|
+
className: "bg-icon-action-primary-hover",
|
|
1407
|
+
colorName: "Hover",
|
|
1408
|
+
colorHex: "#00365A"
|
|
1409
|
+
}
|
|
1410
|
+
),
|
|
1411
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1412
|
+
Swatch,
|
|
1413
|
+
{
|
|
1414
|
+
id: id ? `${id}-icon-action-primary-active` : void 0,
|
|
1415
|
+
className: "bg-icon-action-primary-active",
|
|
1416
|
+
colorName: "Active",
|
|
1417
|
+
colorHex: "#459AD4"
|
|
1418
|
+
}
|
|
1419
|
+
),
|
|
1420
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1421
|
+
Swatch,
|
|
1422
|
+
{
|
|
1423
|
+
id: id ? `${id}-icon-action-primary-disabled` : void 0,
|
|
1424
|
+
className: "bg-icon-action-primary-disabled",
|
|
1425
|
+
colorName: "Disabled",
|
|
1426
|
+
colorHex: "#C1C1C1"
|
|
1427
|
+
}
|
|
1428
|
+
)
|
|
1429
|
+
] }),
|
|
1430
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-on-action-primary-heading` : void 0, children: "Icon/On Action Primary" }),
|
|
1431
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1432
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1433
|
+
Swatch,
|
|
1434
|
+
{
|
|
1435
|
+
id: id ? `${id}-icon-on-action-primary-normal` : void 0,
|
|
1436
|
+
className: "bg-icon-on-action-primary-normal",
|
|
1437
|
+
colorName: "Normal",
|
|
1438
|
+
colorHex: "#FFFFFF"
|
|
1439
|
+
}
|
|
1440
|
+
),
|
|
1441
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1442
|
+
Swatch,
|
|
1443
|
+
{
|
|
1444
|
+
id: id ? `${id}-icon-on-action-primary-hover` : void 0,
|
|
1445
|
+
className: "bg-icon-on-action-primary-hover",
|
|
1446
|
+
colorName: "Hover",
|
|
1447
|
+
colorHex: "#FFFFFF"
|
|
1448
|
+
}
|
|
1449
|
+
),
|
|
1450
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1451
|
+
Swatch,
|
|
1452
|
+
{
|
|
1453
|
+
id: id ? `${id}-icon-on-action-primary-active` : void 0,
|
|
1454
|
+
className: "bg-icon-on-action-primary-active",
|
|
1455
|
+
colorName: "Active",
|
|
1456
|
+
colorHex: "#FFFFFF"
|
|
1457
|
+
}
|
|
1458
|
+
),
|
|
1459
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1460
|
+
Swatch,
|
|
1461
|
+
{
|
|
1462
|
+
id: id ? `${id}-icon-on-action-primary-disabled` : void 0,
|
|
1463
|
+
className: "bg-icon-on-action-primary-disabled",
|
|
1464
|
+
colorName: "Disabled",
|
|
1465
|
+
colorHex: "#6B6D6D"
|
|
1466
|
+
}
|
|
1467
|
+
)
|
|
1468
|
+
] }),
|
|
1469
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-secondary-heading` : void 0, children: "Icon/Action Secondary" }),
|
|
1470
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1471
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1472
|
+
Swatch,
|
|
1473
|
+
{
|
|
1474
|
+
id: id ? `${id}-icon-action-secondary-normal` : void 0,
|
|
1475
|
+
className: "bg-icon-action-secondary-normal",
|
|
1476
|
+
colorName: "Normal",
|
|
1477
|
+
colorHex: "#0077C8"
|
|
1478
|
+
}
|
|
1479
|
+
),
|
|
1480
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1481
|
+
Swatch,
|
|
1482
|
+
{
|
|
1483
|
+
id: id ? `${id}-icon-action-secondary-hover` : void 0,
|
|
1484
|
+
className: "bg-icon-action-secondary-hover",
|
|
1485
|
+
colorName: "Hover",
|
|
1486
|
+
colorHex: "#00365A"
|
|
1487
|
+
}
|
|
1488
|
+
),
|
|
1489
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1490
|
+
Swatch,
|
|
1491
|
+
{
|
|
1492
|
+
id: id ? `${id}-icon-action-secondary-active` : void 0,
|
|
1493
|
+
className: "bg-icon-action-secondary-active",
|
|
1494
|
+
colorName: "Active",
|
|
1495
|
+
colorHex: "#459AD4"
|
|
1496
|
+
}
|
|
1497
|
+
),
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1499
|
+
Swatch,
|
|
1500
|
+
{
|
|
1501
|
+
id: id ? `${id}-icon-action-secondary-disabled` : void 0,
|
|
1502
|
+
className: "bg-icon-action-secondary-disabled",
|
|
1503
|
+
colorName: "Disabled",
|
|
1504
|
+
colorHex: "#6B6D6D"
|
|
1505
|
+
}
|
|
1506
|
+
)
|
|
1507
|
+
] }),
|
|
1508
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-action-critical-heading` : void 0, children: "Icon/Action Critical" }),
|
|
1509
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1510
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1511
|
+
Swatch,
|
|
1512
|
+
{
|
|
1513
|
+
id: id ? `${id}-icon-action-critical-normal` : void 0,
|
|
1514
|
+
className: "bg-icon-action-critical-normal",
|
|
1515
|
+
colorName: "Normal",
|
|
1516
|
+
colorHex: "#CC391F"
|
|
1517
|
+
}
|
|
1518
|
+
),
|
|
1519
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1520
|
+
Swatch,
|
|
1521
|
+
{
|
|
1522
|
+
id: id ? `${id}-icon-action-critical-hover` : void 0,
|
|
1523
|
+
className: "bg-icon-action-critical-hover",
|
|
1524
|
+
colorName: "Hover",
|
|
1525
|
+
colorHex: "#892615"
|
|
1526
|
+
}
|
|
1527
|
+
),
|
|
1528
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1529
|
+
Swatch,
|
|
1530
|
+
{
|
|
1531
|
+
id: id ? `${id}-icon-action-critical-active` : void 0,
|
|
1532
|
+
className: "bg-icon-action-critical-active",
|
|
1533
|
+
colorName: "Active",
|
|
1534
|
+
colorHex: "#DD5E48"
|
|
1535
|
+
}
|
|
1536
|
+
),
|
|
1537
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1538
|
+
Swatch,
|
|
1539
|
+
{
|
|
1540
|
+
id: id ? `${id}-icon-action-critical-disabled` : void 0,
|
|
1541
|
+
className: "bg-icon-action-critical-disabled",
|
|
1542
|
+
colorName: "Disabled",
|
|
1543
|
+
colorHex: "#6B6D6D"
|
|
1544
|
+
}
|
|
1545
|
+
)
|
|
1546
|
+
] }),
|
|
1547
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-icon-brand-primary-heading` : void 0, children: "Icon/Brand Primary" }),
|
|
1548
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1549
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1550
|
+
Swatch,
|
|
1551
|
+
{
|
|
1552
|
+
id: id ? `${id}-icon-brand-primary-normal` : void 0,
|
|
1553
|
+
className: "bg-icon-brand-primary-normal",
|
|
1554
|
+
colorName: "Normal",
|
|
1555
|
+
colorHex: "#DF4405"
|
|
1556
|
+
}
|
|
1557
|
+
),
|
|
1558
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1559
|
+
Swatch,
|
|
1560
|
+
{
|
|
1561
|
+
id: id ? `${id}-icon-brand-primary-hover` : void 0,
|
|
1562
|
+
className: "bg-icon-brand-primary-hover",
|
|
1563
|
+
colorName: "Hover",
|
|
1564
|
+
colorHex: "#9E3004"
|
|
1565
|
+
}
|
|
1566
|
+
),
|
|
1567
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1568
|
+
Swatch,
|
|
1569
|
+
{
|
|
1570
|
+
id: id ? `${id}-icon-brand-primary-active` : void 0,
|
|
1571
|
+
className: "bg-icon-brand-primary-active",
|
|
1572
|
+
colorName: "Active",
|
|
1573
|
+
colorHex: "#E56937"
|
|
1574
|
+
}
|
|
1575
|
+
),
|
|
1576
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1577
|
+
Swatch,
|
|
1578
|
+
{
|
|
1579
|
+
id: id ? `${id}-icon-brand-primary-disabled` : void 0,
|
|
1580
|
+
className: "bg-icon-brand-primary-disabled",
|
|
1581
|
+
colorName: "Disabled",
|
|
1582
|
+
colorHex: "#C1C1C1"
|
|
1583
|
+
}
|
|
1584
|
+
)
|
|
1585
|
+
] }),
|
|
1586
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1587
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-border-heading` : void 0, children: "Border" }),
|
|
1588
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-primary-heading` : void 0, children: "Border/Primary" }),
|
|
1589
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1590
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1591
|
+
Swatch,
|
|
1592
|
+
{
|
|
1593
|
+
id: id ? `${id}-border-primary-normal` : void 0,
|
|
1594
|
+
className: "bg-border-primary-normal",
|
|
1595
|
+
colorName: "Normal",
|
|
1596
|
+
colorHex: "#C1C1C1"
|
|
1597
|
+
}
|
|
1598
|
+
),
|
|
1599
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1600
|
+
Swatch,
|
|
1601
|
+
{
|
|
1602
|
+
id: id ? `${id}-border-primary-focus` : void 0,
|
|
1603
|
+
className: "bg-border-primary-focus",
|
|
1604
|
+
colorName: "Focus",
|
|
1605
|
+
colorHex: "#0077C8"
|
|
1606
|
+
}
|
|
1607
|
+
),
|
|
1608
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1609
|
+
Swatch,
|
|
1610
|
+
{
|
|
1611
|
+
id: id ? `${id}-border-primary-error` : void 0,
|
|
1612
|
+
className: "bg-border-primary-error",
|
|
1613
|
+
colorName: "Error",
|
|
1614
|
+
colorHex: "#CC391F"
|
|
1615
|
+
}
|
|
1616
|
+
)
|
|
1617
|
+
] }),
|
|
1618
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-action-heading` : void 0, children: "Border/Action" }),
|
|
1619
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1620
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1621
|
+
Swatch,
|
|
1622
|
+
{
|
|
1623
|
+
id: id ? `${id}-border-action-normal` : void 0,
|
|
1624
|
+
className: "bg-border-action-normal",
|
|
1625
|
+
colorName: "Normal",
|
|
1626
|
+
colorHex: "#0077C8"
|
|
1627
|
+
}
|
|
1628
|
+
),
|
|
1629
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1630
|
+
Swatch,
|
|
1631
|
+
{
|
|
1632
|
+
id: id ? `${id}-border-action-hover` : void 0,
|
|
1633
|
+
className: "bg-border-action-hover",
|
|
1634
|
+
colorName: "Hover",
|
|
1635
|
+
colorHex: "#00365A"
|
|
1636
|
+
}
|
|
1637
|
+
),
|
|
1638
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1639
|
+
Swatch,
|
|
1640
|
+
{
|
|
1641
|
+
id: id ? `${id}-border-action-active` : void 0,
|
|
1642
|
+
className: "bg-border-action-active",
|
|
1643
|
+
colorName: "Active",
|
|
1644
|
+
colorHex: "#459AD4"
|
|
1645
|
+
}
|
|
1646
|
+
),
|
|
1647
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1648
|
+
Swatch,
|
|
1649
|
+
{
|
|
1650
|
+
id: id ? `${id}-border-action-disabled` : void 0,
|
|
1651
|
+
className: "bg-border-action-disabled",
|
|
1652
|
+
colorName: "Disabled",
|
|
1653
|
+
colorHex: "#EBEBEB"
|
|
1654
|
+
}
|
|
1655
|
+
)
|
|
1656
|
+
] }),
|
|
1657
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-border-action-critical-heading` : void 0, children: "Border/Action Critical" }),
|
|
1658
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1659
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1660
|
+
Swatch,
|
|
1661
|
+
{
|
|
1662
|
+
id: id ? `${id}-border-action-critical-normal` : void 0,
|
|
1663
|
+
className: "bg-border-action-critical-normal",
|
|
1664
|
+
colorName: "Normal",
|
|
1665
|
+
colorHex: "#CC391F"
|
|
1666
|
+
}
|
|
1667
|
+
),
|
|
1668
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1669
|
+
Swatch,
|
|
1670
|
+
{
|
|
1671
|
+
id: id ? `${id}-border-action-critical-hover` : void 0,
|
|
1672
|
+
className: "bg-border-action-critical-hover",
|
|
1673
|
+
colorName: "Hover",
|
|
1674
|
+
colorHex: "#892615"
|
|
1675
|
+
}
|
|
1676
|
+
),
|
|
1677
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1678
|
+
Swatch,
|
|
1679
|
+
{
|
|
1680
|
+
id: id ? `${id}-border-action-critical-active` : void 0,
|
|
1681
|
+
className: "bg-border-action-critical-active",
|
|
1682
|
+
colorName: "Active",
|
|
1683
|
+
colorHex: "#DD5E48"
|
|
1684
|
+
}
|
|
1685
|
+
),
|
|
1686
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1687
|
+
Swatch,
|
|
1688
|
+
{
|
|
1689
|
+
id: id ? `${id}-border-action-critical-disabled` : void 0,
|
|
1690
|
+
className: "bg-border-action-critical-disabled",
|
|
1691
|
+
colorName: "Disabled",
|
|
1692
|
+
colorHex: "#EBEBEB"
|
|
1693
|
+
}
|
|
1694
|
+
)
|
|
1695
|
+
] }),
|
|
1696
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("br", {}),
|
|
1697
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading2, { id: id ? `${id}-background-heading` : void 0, children: "Background" }),
|
|
1698
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-primary-heading` : void 0, children: "Background/Primary" }),
|
|
1699
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1700
|
+
Swatch,
|
|
1701
|
+
{
|
|
1702
|
+
id: id ? `${id}-background-primary-normal` : void 0,
|
|
1703
|
+
className: "bg-background-primary-normal",
|
|
1704
|
+
colorName: "Normal",
|
|
1705
|
+
colorHex: "#FFFFFF"
|
|
1706
|
+
}
|
|
1707
|
+
) }),
|
|
1708
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-secondary-heading` : void 0, children: "Background/Secondary" }),
|
|
1709
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1710
|
+
Swatch,
|
|
1711
|
+
{
|
|
1712
|
+
id: id ? `${id}-background-secondary-normal` : void 0,
|
|
1713
|
+
className: "bg-background-secondary-normal",
|
|
1714
|
+
colorName: "Normal",
|
|
1715
|
+
colorHex: "#c1c1c1"
|
|
1716
|
+
}
|
|
1717
|
+
) }),
|
|
1718
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-brand-heading` : void 0, children: "Background/Brand" }),
|
|
1719
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1720
|
+
Swatch,
|
|
1721
|
+
{
|
|
1722
|
+
id: id ? `${id}-background-brand-normal` : void 0,
|
|
1723
|
+
className: "bg-background-brand-normal",
|
|
1724
|
+
colorName: "Normal",
|
|
1725
|
+
colorHex: "#DF4405"
|
|
1726
|
+
}
|
|
1727
|
+
) }),
|
|
1728
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1729
|
+
Heading3,
|
|
1730
|
+
{
|
|
1731
|
+
id: id ? `${id}-background-grouped-primary-heading` : void 0,
|
|
1732
|
+
children: "Background/Grouped Primary"
|
|
1733
|
+
}
|
|
1734
|
+
),
|
|
1735
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1736
|
+
Swatch,
|
|
1737
|
+
{
|
|
1738
|
+
id: id ? `${id}-background-grouped-primary-normal` : void 0,
|
|
1739
|
+
className: "bg-background-grouped-primary-normal",
|
|
1740
|
+
colorName: "Normal",
|
|
1741
|
+
colorHex: "#FFFFFF"
|
|
1742
|
+
}
|
|
1743
|
+
) }),
|
|
1744
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1745
|
+
Heading3,
|
|
1746
|
+
{
|
|
1747
|
+
id: id ? `${id}-background-grouped-secondary-heading` : void 0,
|
|
1748
|
+
children: "Background/Grouped Secondary"
|
|
1749
|
+
}
|
|
1750
|
+
),
|
|
1751
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1752
|
+
Swatch,
|
|
1753
|
+
{
|
|
1754
|
+
id: id ? `${id}-background-grouped-secondary-normal` : void 0,
|
|
1755
|
+
className: "bg-background-grouped-secondary-normal",
|
|
1756
|
+
colorName: "Normal",
|
|
1757
|
+
colorHex: "#f7f7f7"
|
|
1758
|
+
}
|
|
1759
|
+
) }),
|
|
1760
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-action-primary-heading` : void 0, children: "Background/Action Primary" }),
|
|
1761
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1762
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1763
|
+
Swatch,
|
|
1764
|
+
{
|
|
1765
|
+
id: id ? `${id}-background-action-primary-normal` : void 0,
|
|
1766
|
+
className: "bg-background-action-primary-normal",
|
|
1767
|
+
colorName: "Normal",
|
|
1768
|
+
colorHex: "#0077C8"
|
|
1769
|
+
}
|
|
1770
|
+
),
|
|
1771
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1772
|
+
Swatch,
|
|
1773
|
+
{
|
|
1774
|
+
id: id ? `${id}-background-action-primary-hover` : void 0,
|
|
1775
|
+
className: "bg-background-action-primary-hover",
|
|
1776
|
+
colorName: "Hover",
|
|
1777
|
+
colorHex: "#00365A"
|
|
1778
|
+
}
|
|
1779
|
+
),
|
|
1780
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1781
|
+
Swatch,
|
|
1782
|
+
{
|
|
1783
|
+
id: id ? `${id}-background-action-primary-active` : void 0,
|
|
1784
|
+
className: "bg-background-action-primary-active",
|
|
1785
|
+
colorName: "Active",
|
|
1786
|
+
colorHex: "#459AD4"
|
|
1787
|
+
}
|
|
1788
|
+
),
|
|
1789
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1790
|
+
Swatch,
|
|
1791
|
+
{
|
|
1792
|
+
id: id ? `${id}-background-action-primary-disabled` : void 0,
|
|
1793
|
+
className: "bg-background-action-primary-disabled",
|
|
1794
|
+
colorName: "Disabled",
|
|
1795
|
+
colorHex: "#EBEBEB"
|
|
1796
|
+
}
|
|
1797
|
+
)
|
|
1798
|
+
] }),
|
|
1799
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1800
|
+
Heading3,
|
|
1801
|
+
{
|
|
1802
|
+
id: id ? `${id}-background-action-secondary-heading` : void 0,
|
|
1803
|
+
children: "Background/Action Secondary"
|
|
1804
|
+
}
|
|
1805
|
+
),
|
|
1806
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1807
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1808
|
+
Swatch,
|
|
1809
|
+
{
|
|
1810
|
+
id: id ? `${id}-background-action-secondary-normal` : void 0,
|
|
1811
|
+
className: "bg-background-action-secondary-normal",
|
|
1812
|
+
colorName: "Normal",
|
|
1813
|
+
colorHex: "#FFFFFF"
|
|
1814
|
+
}
|
|
1815
|
+
),
|
|
1816
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1817
|
+
Swatch,
|
|
1818
|
+
{
|
|
1819
|
+
id: id ? `${id}-background-action-secondary-hover` : void 0,
|
|
1820
|
+
className: "bg-background-action-secondary-hover",
|
|
1821
|
+
colorName: "Hover",
|
|
1822
|
+
colorHex: "#E7F2F9"
|
|
1823
|
+
}
|
|
1824
|
+
),
|
|
1825
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1826
|
+
Swatch,
|
|
1827
|
+
{
|
|
1828
|
+
id: id ? `${id}-background-action-secondary-active` : void 0,
|
|
1829
|
+
className: "bg-background-action-secondary-active",
|
|
1830
|
+
colorName: "Active",
|
|
1831
|
+
colorHex: "#FFFFFF"
|
|
1832
|
+
}
|
|
1833
|
+
),
|
|
1834
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1835
|
+
Swatch,
|
|
1836
|
+
{
|
|
1837
|
+
id: id ? `${id}-background-action-secondary-disabled` : void 0,
|
|
1838
|
+
className: "bg-background-action-secondary-disabled",
|
|
1839
|
+
colorName: "Disabled",
|
|
1840
|
+
colorHex: "#EBEBEB"
|
|
1841
|
+
}
|
|
1842
|
+
)
|
|
1843
|
+
] }),
|
|
1844
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1845
|
+
Heading3,
|
|
1846
|
+
{
|
|
1847
|
+
id: id ? `${id}-background-action-critical-primary-heading` : void 0,
|
|
1848
|
+
children: "Background/Action Critical Primary"
|
|
1849
|
+
}
|
|
1850
|
+
),
|
|
1851
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1852
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1853
|
+
Swatch,
|
|
1854
|
+
{
|
|
1855
|
+
id: id ? `${id}-background-action-critical-primary-normal` : void 0,
|
|
1856
|
+
className: "bg-background-action-critical-primary-normal",
|
|
1857
|
+
colorName: "Normal",
|
|
1858
|
+
colorHex: "#CC391F"
|
|
1859
|
+
}
|
|
1860
|
+
),
|
|
1861
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1862
|
+
Swatch,
|
|
1863
|
+
{
|
|
1864
|
+
id: id ? `${id}-background-action-critical-primary-hover` : void 0,
|
|
1865
|
+
className: "bg-background-action-critical-primary-hover",
|
|
1866
|
+
colorName: "Hover",
|
|
1867
|
+
colorHex: "#892615"
|
|
1868
|
+
}
|
|
1869
|
+
),
|
|
1870
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1871
|
+
Swatch,
|
|
1872
|
+
{
|
|
1873
|
+
id: id ? `${id}-background-action-critical-primary-active` : void 0,
|
|
1874
|
+
className: "bg-background-action-critical-primary-active",
|
|
1875
|
+
colorName: "Active",
|
|
1876
|
+
colorHex: "#DD5E48"
|
|
1877
|
+
}
|
|
1878
|
+
),
|
|
1879
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1880
|
+
Swatch,
|
|
1881
|
+
{
|
|
1882
|
+
id: id ? `${id}-background-action-critical-primary-disabled` : void 0,
|
|
1883
|
+
className: "bg-background-action-critical-primary-disabled",
|
|
1884
|
+
colorName: "Disabled",
|
|
1885
|
+
colorHex: "#EBEBEB"
|
|
1886
|
+
}
|
|
1887
|
+
)
|
|
1888
|
+
] }),
|
|
1889
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1890
|
+
Heading3,
|
|
1891
|
+
{
|
|
1892
|
+
id: id ? `${id}-background-action-critical-secondary-heading` : void 0,
|
|
1893
|
+
children: "Background/Action Critical Secondary"
|
|
1894
|
+
}
|
|
1895
|
+
),
|
|
1896
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "flex flex-row gap-4", children: [
|
|
1897
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1898
|
+
Swatch,
|
|
1899
|
+
{
|
|
1900
|
+
id: id ? `${id}-background-action-critical-secondary-normal` : void 0,
|
|
1901
|
+
className: "bg-background-action-critical-secondary-normal",
|
|
1902
|
+
colorName: "Normal",
|
|
1903
|
+
colorHex: "#FFFFFF"
|
|
1904
|
+
}
|
|
1905
|
+
),
|
|
1906
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1907
|
+
Swatch,
|
|
1908
|
+
{
|
|
1909
|
+
id: id ? `${id}-background-action-critical-secondary-hover` : void 0,
|
|
1910
|
+
className: "bg-background-action-critical-secondary-hover",
|
|
1911
|
+
colorName: "Hover",
|
|
1912
|
+
colorHex: "#FBEDEA"
|
|
1913
|
+
}
|
|
1914
|
+
),
|
|
1915
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1916
|
+
Swatch,
|
|
1917
|
+
{
|
|
1918
|
+
id: id ? `${id}-background-action-critical-secondary-active` : void 0,
|
|
1919
|
+
className: "bg-background-action-critical-secondary-active",
|
|
1920
|
+
colorName: "Active",
|
|
1921
|
+
colorHex: "#FFFFFF"
|
|
1922
|
+
}
|
|
1923
|
+
),
|
|
1924
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1925
|
+
Swatch,
|
|
1926
|
+
{
|
|
1927
|
+
id: id ? `${id}-background-action-critical-secondary-disabled` : void 0,
|
|
1928
|
+
className: "bg-background-action-critical-secondary-disabled",
|
|
1929
|
+
colorName: "Disabled",
|
|
1930
|
+
colorHex: "#EBEBEB"
|
|
1931
|
+
}
|
|
1932
|
+
)
|
|
1933
|
+
] }),
|
|
1934
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-success-heading` : void 0, children: "Background/Success" }),
|
|
1935
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1936
|
+
Swatch,
|
|
1937
|
+
{
|
|
1938
|
+
id: id ? `${id}-background-success-normal` : void 0,
|
|
1939
|
+
className: "bg-background-success-normal",
|
|
1940
|
+
colorName: "Normal",
|
|
1941
|
+
colorHex: "#27D68B"
|
|
1942
|
+
}
|
|
1943
|
+
) }),
|
|
1944
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-warning-heading` : void 0, children: "Background/Warning" }),
|
|
1945
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1946
|
+
Swatch,
|
|
1947
|
+
{
|
|
1948
|
+
id: id ? `${id}-background-warning-normal` : void 0,
|
|
1949
|
+
className: "bg-background-warning-normal",
|
|
1950
|
+
colorName: "Normal",
|
|
1951
|
+
colorHex: "#F0A913"
|
|
1952
|
+
}
|
|
1953
|
+
) }),
|
|
1954
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Heading3, { id: id ? `${id}-background-critical-heading` : void 0, children: "Background/Critical" }),
|
|
1955
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { className: "flex flex-row gap-4", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
1956
|
+
Swatch,
|
|
1957
|
+
{
|
|
1958
|
+
id: id ? `${id}-background-critical-normal` : void 0,
|
|
1959
|
+
className: "bg-background-critical-normal",
|
|
1960
|
+
colorName: "Normal",
|
|
1961
|
+
colorHex: "#CC391F"
|
|
1962
|
+
}
|
|
1963
|
+
) })
|
|
1964
|
+
]
|
|
1965
|
+
}
|
|
1966
|
+
);
|
|
1731
1967
|
};
|
|
1732
1968
|
Swatches.displayName = "Swatches";
|
|
1733
1969
|
// Annotate the CommonJS export names for ESM import in node:
|