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