@equinor/amplify-component-lib 8.1.0 → 8.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/atoms/style/colors.d.ts +436 -4
  2. package/dist/atoms/style/colors.js +1 -1
  3. package/dist/atoms/style/darkTokens.d.ts +1 -1
  4. package/dist/atoms/style/darkTokens.js +153 -1
  5. package/dist/atoms/style/lightTokens.d.ts +1 -0
  6. package/dist/atoms/style/lightTokens.js +43 -0
  7. package/dist/atoms/style/spacingTokens.d.ts +1 -1
  8. package/dist/atoms/style/spacingTokens.js +40 -1
  9. package/dist/deprecated/CommentField/CommentField.js +1 -1
  10. package/dist/deprecated/ConfirmationPopup.js +2 -2
  11. package/dist/deprecated/DataCard.js +8 -8
  12. package/dist/deprecated/EditableField.js +2 -2
  13. package/dist/deprecated/ExpandingIconButton/ExpandingIconButton.js +2 -2
  14. package/dist/deprecated/HeaderDrawer.js +5 -5
  15. package/dist/deprecated/MultiSelectDrawer.js +4 -4
  16. package/dist/deprecated/SingleSelectDrawer.js +3 -3
  17. package/dist/deprecated/Workflow/WorkflowDescription.js +4 -4
  18. package/dist/molecules/Badge/Badge.js +1 -1
  19. package/dist/molecules/Badge/Badge.styles.js +2 -2
  20. package/dist/molecules/Chip/Chip.styles.js +13 -13
  21. package/dist/molecules/ContentMenu/ContentMenu.js +19 -19
  22. package/dist/molecules/EquinorLogo/EquinorLogo.js +1 -1
  23. package/dist/molecules/FileProgress/CompactFileProgress.js +1 -1
  24. package/dist/molecules/FileProgress/CompactFileProgress.styles.js +23 -23
  25. package/dist/molecules/FileProgress/RegularFileProgress.js +1 -1
  26. package/dist/molecules/FileProgress/RegularFileProgress.styles.js +10 -10
  27. package/dist/molecules/FileUploadArea/FileUploadArea.js +6 -6
  28. package/dist/molecules/FullPageSpinner/FullPageSpinner.js +5 -5
  29. package/dist/molecules/InfoElement/CopyText.js +9 -9
  30. package/dist/molecules/InfoElement/InfoElement.js +1 -1
  31. package/dist/molecules/ListItem/ListItem.js +8 -8
  32. package/dist/molecules/OptionDrawer/OptionDrawer.styles.js +11 -11
  33. package/dist/molecules/ProfileAvatar/ProfileAvatar.js +6 -6
  34. package/dist/molecules/RichTextDisplay/RichTextDisplay.js +1 -1
  35. package/dist/molecules/RichTextEditor/MenuBar/MenuBar.js +6 -6
  36. package/dist/molecules/RichTextEditor/MenuBar/MenuBar.styles.js +4 -4
  37. package/dist/molecules/RichTextEditor/RichTextEditor.js +1 -1
  38. package/dist/molecules/RichTextEditor/custom-extensions/ExtendedHeaders.js +1 -1
  39. package/dist/molecules/RichTextEditor/index.js +1 -1
  40. package/dist/molecules/Select/Select.styles.js +41 -36
  41. package/dist/molecules/SelectionControls/SelectionControls.styles.js +3 -3
  42. package/dist/molecules/Sieve/Sieve.styles.js +16 -16
  43. package/dist/molecules/Sieve/Sort.js +1 -1
  44. package/dist/molecules/SingleFilterMenu/SingleFilterMenu.js +9 -9
  45. package/dist/molecules/Stepper/Step.js +2 -2
  46. package/dist/molecules/Stepper/Stepper.js +2 -2
  47. package/dist/molecules/TextField/TextField.js +3 -3
  48. package/dist/organisms/ErrorPage/Description.js +1 -1
  49. package/dist/organisms/ErrorPage/Details.js +6 -6
  50. package/dist/organisms/ErrorPage/ErrorPage.js +2 -2
  51. package/dist/organisms/ErrorPage/MissingAccesses.js +2 -2
  52. package/dist/organisms/ErrorPage/Title.js +1 -1
  53. package/dist/organisms/FieldSelector/ChangingField.js +1 -1
  54. package/dist/organisms/FieldSelector/SelectorCard/SelectorCard.js +2 -2
  55. package/dist/organisms/FieldSelector/SelectorCard/Skeleton.js +4 -4
  56. package/dist/organisms/FullPageStatus/FullPageStatus.js +2 -2
  57. package/dist/organisms/SideBar/MenuItem.styles.js +3 -3
  58. package/dist/organisms/SideBar/SideBar.styles.js +3 -3
  59. package/dist/organisms/SideBar/ToggleOpen.styles.js +5 -5
  60. package/dist/organisms/TableOfContents/TableOfContents.constants.js +1 -1
  61. package/dist/organisms/TableOfContents/TableOfContents.styles.js +3 -3
  62. package/dist/organisms/Template/Template.js +10 -9
  63. package/dist/organisms/TopBar/Account/Account.styles.js +7 -7
  64. package/dist/organisms/TopBar/Actions.js +2 -2
  65. package/dist/organisms/TopBar/ApplicationDrawer/ApplicationDrawer.styles.js +5 -5
  66. package/dist/organisms/TopBar/FieldMenu/FieldMenu.styles.js +1 -1
  67. package/dist/organisms/TopBar/Guidelines/Item.js +1 -1
  68. package/dist/organisms/TopBar/Guidelines/Section.js +1 -1
  69. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/DefaultNotification.js +1 -1
  70. package/dist/organisms/TopBar/Notifications/NotificationsTemplate/NotificationElements/NoNotifications.js +2 -2
  71. package/dist/organisms/TopBar/Resources/Feedback/Feedback.styles.js +1 -1
  72. package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/Description.js +1 -1
  73. package/dist/organisms/TopBar/Resources/Feedback/FeedbackForm/UploadFile/UploadFile.styles.js +4 -4
  74. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/AnimateChangeInHeight.js +3 -3
  75. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/FullSlackResponse.js +4 -4
  76. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.js +2 -2
  77. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/ResponsePage.styles.js +1 -1
  78. package/dist/organisms/TopBar/Resources/Feedback/ResponsePage/Success.js +3 -3
  79. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/FilterHeader/FilterHeader.styles.js +3 -3
  80. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotes.styles.js +3 -3
  81. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.js +1 -1
  82. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesHeader.styles.js +4 -4
  83. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleaseNotesTypes/ReleaseNotesTypes.styles.js +12 -12
  84. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePost/ReleasePost.styles.js +1 -1
  85. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.js +1 -1
  86. package/dist/organisms/TopBar/Resources/ReleaseNotesDialog/ReleasePosts/ReleasePosts.styles.js +4 -4
  87. package/dist/organisms/TopBar/Resources/ResourceMenuItem.js +2 -2
  88. package/dist/organisms/TopBar/Resources/Resources.js +4 -4
  89. package/dist/organisms/TopBar/Settings.d.ts +2 -15
  90. package/dist/organisms/TopBar/Settings.js +5 -5
  91. package/dist/organisms/TopBar/Settings.types.d.ts +28 -0
  92. package/dist/organisms/TopBar/TopBar.js +1 -1
  93. package/dist/organisms/TopBar/TopBar.styles.js +13 -13
  94. package/dist/organisms/TopBar/TopBarMenu.js +3 -3
  95. package/dist/organisms/TopBar/TransferToAppDialog.js +3 -3
  96. package/dist/organisms/index.d.ts +1 -1
  97. package/package.json +1 -1
@@ -1,7 +1,439 @@
1
1
  export declare const colors: {
2
- readonly dark_blue: {
3
- readonly hex: "#033062";
4
- readonly rgba: "rgba(3, 48, 98, 1)";
5
- readonly hsla: "hsla(211.58, 94.06%, 19.8%, 1)";
2
+ readonly dataviz: {
3
+ readonly darkblue: {
4
+ readonly default: "var(--amplify_dataviz_darkblue_default, rgba(0, 71, 153, 1))";
5
+ readonly darker: "var(--amplify_dataviz_darkblue_darker, rgba(4, 48, 98, 1))";
6
+ readonly lighter: "var(--amplify_dataviz_darkblue_lighter, rgba(191, 220, 252, 1))";
7
+ };
8
+ readonly lightblue: {
9
+ readonly default: "var(--amplify_dataviz_lightblue_default, rgba(133, 208, 250, 1))";
10
+ readonly darker: "var(--amplify_dataviz_lightblue_darker, rgba(35, 170, 246, 1)t";
11
+ readonly lighter: "var(--amplify_dataviz_lightblue_lighter, rgba(211, 238, 253, 1))";
12
+ };
13
+ readonly lightgreen: {
14
+ readonly default: "var(--amplify_dataviz_lightgreen_default, rgba(10, 194, 154, 1))";
15
+ readonly darker: "var(--amplify_dataviz_lightgreen_darker, rgba(8, 145, 115, 1))";
16
+ readonly lighter: "var(--amplify_dataviz_lightgreen_lighter, rgba(220, 241, 236, 1))";
17
+ };
18
+ readonly darkgreen: {
19
+ readonly default: "var(--amplify_dataviz_darkgreen_default, rgba(0, 102, 76, 1))";
20
+ readonly darker: "var(--amplify_dataviz_darkgreen_darker, rgba(0, 61, 46, 1))";
21
+ readonly lighter: "var(--amplify_dataviz_darkgreen_lighter, rgba(200, 237, 227, 1))";
22
+ };
23
+ readonly darkpink: {
24
+ readonly default: "var(--amplify_dataviz_darkpink_default, rgba(169, 30, 88, 1))";
25
+ readonly darker: "var(--amplify_dataviz_darkpink_darker, rgba(135, 18, 67, 1))";
26
+ readonly lighter: "var(--amplify_dataviz_darkpink_lighter, rgba(252, 212, 229, 1))";
27
+ };
28
+ readonly lightpink: {
29
+ readonly default: "var(--amplify_dataviz_lightpink_default, rgba(255, 128, 138, 1))";
30
+ readonly darker: "var(--amplify_dataviz_lightpink_darker, rgba(225, 81, 93, 1))";
31
+ readonly lighter: "var(--amplify_dataviz_lightpink_lighter, rgba(255, 219, 222, 1))";
32
+ };
33
+ readonly darkyellow: {
34
+ readonly default: "var(--amplify_dataviz_darkyellow_default, rgba(160, 112, 28, 1))";
35
+ readonly darker: "var(--amplify_dataviz_darkyellow_darker, rgba(121, 85, 21, 1))";
36
+ readonly lighter: "var(--amplify_dataviz_darkyellow_lighter, rgba(244, 226, 195, 1))";
37
+ };
38
+ readonly lightyellow: {
39
+ readonly default: "var(--amplify_dataviz_lightyellow_default, rgba(253, 203, 53, 1))";
40
+ readonly darker: "var(--amplify_dataviz_lightyellow_darker, rgba(227, 171, 2, 1))";
41
+ readonly lighter: "var(--amplify_dataviz_lightyellow_lighter, rgba(255, 240, 194, 1))";
42
+ };
43
+ readonly darkpurple: {
44
+ readonly default: "var(--amplify_dataviz_darkpurple_default, rgba(147, 20, 219, 1))";
45
+ readonly darker: "var(--amplify_dataviz_darkpurple_darker, rgba(97, 1, 152, 1))";
46
+ readonly lighter: "var(--amplify_dataviz_darkpurple_lighter, rgba(232, 209, 246, 1))";
47
+ };
48
+ readonly lightpurple: {
49
+ readonly default: "var(--amplify_dataviz_lightpurple_default, rgba(186, 153, 255, 1))";
50
+ readonly darker: "var(--amplify_dataviz_lightpurple_darker, rgba(155, 89, 242, 1))";
51
+ readonly lighter: "var(--amplify_dataviz_lightpurple_lighter, rgba(234, 224, 255, 1))";
52
+ };
53
+ };
54
+ readonly text: {
55
+ static_icons__default: {
56
+ hex: string;
57
+ hsla: string;
58
+ rgba: string;
59
+ };
60
+ static_icons__secondary: {
61
+ hex: string;
62
+ hsla: string;
63
+ rgba: string;
64
+ };
65
+ static_icons__tertiary: {
66
+ hex: string;
67
+ hsla: string;
68
+ rgba: string;
69
+ };
70
+ static_icons__primary_white: {
71
+ hex: string;
72
+ hsla: string;
73
+ rgba: string;
74
+ };
75
+ };
76
+ readonly ui: {
77
+ background__default: {
78
+ hex: string;
79
+ hsla: string;
80
+ rgba: string;
81
+ };
82
+ background__semitransparent: {
83
+ hex: string;
84
+ hsla: string;
85
+ rgba: string;
86
+ };
87
+ background__light: {
88
+ hex: string;
89
+ hsla: string;
90
+ rgba: string;
91
+ };
92
+ background__scrim: {
93
+ hex: string;
94
+ hsla: string;
95
+ rgba: string;
96
+ };
97
+ background__overlay: {
98
+ hex: string;
99
+ hsla: string;
100
+ rgba: string;
101
+ };
102
+ background__medium: {
103
+ hex: string;
104
+ hsla: string;
105
+ rgba: string;
106
+ };
107
+ background__info: {
108
+ hex: string;
109
+ hsla: string;
110
+ rgba: string;
111
+ };
112
+ background__warning: {
113
+ hex: string;
114
+ hsla: string;
115
+ rgba: string;
116
+ };
117
+ background__danger: {
118
+ hex: string;
119
+ hsla: string;
120
+ rgba: string;
121
+ };
122
+ };
123
+ readonly infographic: {
124
+ substitute__purple_berry: {
125
+ hex: string;
126
+ hsla: string;
127
+ rgba: string;
128
+ };
129
+ substitute__pink_rose: {
130
+ hex: string;
131
+ hsla: string;
132
+ rgba: string;
133
+ };
134
+ substitute__pink_salmon: {
135
+ hex: string;
136
+ hsla: string;
137
+ rgba: string;
138
+ };
139
+ substitute__green_cucumber: {
140
+ hex: string;
141
+ hsla: string;
142
+ rgba: string;
143
+ };
144
+ substitute__green_succulent: {
145
+ hex: string;
146
+ hsla: string;
147
+ rgba: string;
148
+ };
149
+ substitute__green_mint: {
150
+ hex: string;
151
+ hsla: string;
152
+ rgba: string;
153
+ };
154
+ substitute__blue_ocean: {
155
+ hex: string;
156
+ hsla: string;
157
+ rgba: string;
158
+ };
159
+ substitute__blue_overcast: {
160
+ hex: string;
161
+ hsla: string;
162
+ rgba: string;
163
+ };
164
+ substitute__blue_sky: {
165
+ hex: string;
166
+ hsla: string;
167
+ rgba: string;
168
+ };
169
+ primary__moss_green_100: {
170
+ hex: string;
171
+ hsla: string;
172
+ rgba: string;
173
+ };
174
+ primary__moss_green_55: {
175
+ hex: string;
176
+ hsla: string;
177
+ rgba: string;
178
+ };
179
+ primary__moss_green_34: {
180
+ hex: string;
181
+ hsla: string;
182
+ rgba: string;
183
+ };
184
+ primary__moss_green_21: {
185
+ hex: string;
186
+ hsla: string;
187
+ rgba: string;
188
+ };
189
+ primary__moss_green_13: {
190
+ hex: string;
191
+ hsla: string;
192
+ rgba: string;
193
+ };
194
+ primary__energy_red_100: {
195
+ hex: string;
196
+ hsla: string;
197
+ rgba: string;
198
+ };
199
+ primary__energy_red_55: {
200
+ hex: string;
201
+ hsla: string;
202
+ rgba: string;
203
+ };
204
+ primary__energy_red_34: {
205
+ hex: string;
206
+ hsla: string;
207
+ rgba: string;
208
+ };
209
+ primary__energy_red_21: {
210
+ hex: string;
211
+ hsla: string;
212
+ rgba: string;
213
+ };
214
+ primary__energy_red_13: {
215
+ hex: string;
216
+ hsla: string;
217
+ rgba: string;
218
+ };
219
+ primary__weathered_red: {
220
+ hex: string;
221
+ hsla: string;
222
+ rgba: string;
223
+ };
224
+ primary__slate_blue: {
225
+ hex: string;
226
+ hsla: string;
227
+ rgba: string;
228
+ };
229
+ primary__spruce_wood: {
230
+ hex: string;
231
+ hsla: string;
232
+ rgba: string;
233
+ };
234
+ primary__mist_blue: {
235
+ hex: string;
236
+ hsla: string;
237
+ rgba: string;
238
+ };
239
+ primary__lichen_green: {
240
+ hex: string;
241
+ hsla: string;
242
+ rgba: string;
243
+ };
244
+ };
245
+ readonly logo: {
246
+ fill_positive: {
247
+ hex: string;
248
+ hsla: string;
249
+ rgba: string;
250
+ };
251
+ fill_negative: {
252
+ hex: string;
253
+ hsla: string;
254
+ rgba: string;
255
+ };
256
+ };
257
+ readonly interactive: {
258
+ primary__selected_highlight: {
259
+ hex: string;
260
+ hsla: string;
261
+ rgba: string;
262
+ };
263
+ primary__selected_hover: {
264
+ hex: string;
265
+ hsla: string;
266
+ rgba: string;
267
+ };
268
+ primary__resting: {
269
+ hex: string;
270
+ hsla: string;
271
+ rgba: string;
272
+ };
273
+ primary__hover: {
274
+ hex: string;
275
+ hsla: string;
276
+ rgba: string;
277
+ };
278
+ primary__hover_alt: {
279
+ hex: string;
280
+ hsla: string;
281
+ rgba: string;
282
+ };
283
+ secondary__highlight: {
284
+ hex: string;
285
+ hsla: string;
286
+ rgba: string;
287
+ };
288
+ secondary__resting: {
289
+ hex: string;
290
+ hsla: string;
291
+ rgba: string;
292
+ };
293
+ secondary__link_hover: {
294
+ hex: string;
295
+ hsla: string;
296
+ rgba: string;
297
+ };
298
+ danger__highlight: {
299
+ hex: string;
300
+ hsla: string;
301
+ rgba: string;
302
+ };
303
+ danger__resting: {
304
+ hex: string;
305
+ hsla: string;
306
+ rgba: string;
307
+ };
308
+ danger__hover: {
309
+ hex: string;
310
+ hsla: string;
311
+ rgba: string;
312
+ };
313
+ danger__text: {
314
+ hex: string;
315
+ hsla: string;
316
+ rgba: string;
317
+ };
318
+ warning__highlight: {
319
+ hex: string;
320
+ hsla: string;
321
+ rgba: string;
322
+ };
323
+ warning__resting: {
324
+ hex: string;
325
+ hsla: string;
326
+ rgba: string;
327
+ };
328
+ warning__hover: {
329
+ hex: string;
330
+ hsla: string;
331
+ rgba: string;
332
+ };
333
+ warning__text: {
334
+ hex: string;
335
+ hsla: string;
336
+ rgba: string;
337
+ };
338
+ success__highlight: {
339
+ hex: string;
340
+ hsla: string;
341
+ rgba: string;
342
+ };
343
+ success__resting: {
344
+ hex: string;
345
+ hsla: string;
346
+ rgba: string;
347
+ };
348
+ success__hover: {
349
+ hex: string;
350
+ hsla: string;
351
+ rgba: string;
352
+ };
353
+ success__text: {
354
+ hex: string;
355
+ hsla: string;
356
+ rgba: string;
357
+ };
358
+ table__cell__fill_resting: {
359
+ hex: string;
360
+ hsla: string;
361
+ rgba: string;
362
+ };
363
+ table__cell__fill_hover: {
364
+ hex: string;
365
+ hsla: string;
366
+ rgba: string;
367
+ };
368
+ table__cell__fill_activated: {
369
+ hex: string;
370
+ hsla: string;
371
+ rgba: string;
372
+ };
373
+ table__header__fill_activated: {
374
+ hex: string;
375
+ hsla: string;
376
+ rgba: string;
377
+ };
378
+ table__header__fill_hover: {
379
+ hex: string;
380
+ hsla: string;
381
+ rgba: string;
382
+ };
383
+ table__header__fill_resting: {
384
+ hex: string;
385
+ hsla: string;
386
+ rgba: string;
387
+ };
388
+ disabled__text: {
389
+ hex: string;
390
+ hsla: string;
391
+ rgba: string;
392
+ };
393
+ text_highlight: {
394
+ hex: string;
395
+ hsla: string;
396
+ rgba: string;
397
+ };
398
+ focus: {
399
+ hex: string;
400
+ hsla: string;
401
+ rgba: string;
402
+ };
403
+ disabled__border: {
404
+ hex: string;
405
+ hsla: string;
406
+ rgba: string;
407
+ };
408
+ disabled__fill: {
409
+ hex: string;
410
+ hsla: string;
411
+ rgba: string;
412
+ };
413
+ link_on_interactive_colors: {
414
+ hex: string;
415
+ hsla: string;
416
+ rgba: string;
417
+ };
418
+ icon_on_interactive_colors: {
419
+ hex: string;
420
+ hsla: string;
421
+ rgba: string;
422
+ };
423
+ link_in_snackbars: {
424
+ hex: string;
425
+ hsla: string;
426
+ rgba: string;
427
+ };
428
+ pressed_overlay_dark: {
429
+ hex: string;
430
+ hsla: string;
431
+ rgba: string;
432
+ };
433
+ pressed_overlay_light: {
434
+ hex: string;
435
+ hsla: string;
436
+ rgba: string;
437
+ };
6
438
  };
7
439
  };
@@ -1 +1 @@
1
- const a={dark_blue:{hex:"#033062",rgba:"rgba(3, 48, 98, 1)",hsla:"hsla(211.58, 94.06%, 19.8%, 1)"}};export{a as colors};
1
+ import{tokens as a}from"../../node_modules/@equinor/eds-tokens/dist/esm/base/index.js";const{colors:r}=a,l={...r,dataviz:{darkblue:{default:"var(--amplify_dataviz_darkblue_default, rgba(0, 71, 153, 1))",darker:"var(--amplify_dataviz_darkblue_darker, rgba(4, 48, 98, 1))",lighter:"var(--amplify_dataviz_darkblue_lighter, rgba(191, 220, 252, 1))"},lightblue:{default:"var(--amplify_dataviz_lightblue_default, rgba(133, 208, 250, 1))",darker:"var(--amplify_dataviz_lightblue_darker, rgba(35, 170, 246, 1)t",lighter:"var(--amplify_dataviz_lightblue_lighter, rgba(211, 238, 253, 1))"},lightgreen:{default:"var(--amplify_dataviz_lightgreen_default, rgba(10, 194, 154, 1))",darker:"var(--amplify_dataviz_lightgreen_darker, rgba(8, 145, 115, 1))",lighter:"var(--amplify_dataviz_lightgreen_lighter, rgba(220, 241, 236, 1))"},darkgreen:{default:"var(--amplify_dataviz_darkgreen_default, rgba(0, 102, 76, 1))",darker:"var(--amplify_dataviz_darkgreen_darker, rgba(0, 61, 46, 1))",lighter:"var(--amplify_dataviz_darkgreen_lighter, rgba(200, 237, 227, 1))"},darkpink:{default:"var(--amplify_dataviz_darkpink_default, rgba(169, 30, 88, 1))",darker:"var(--amplify_dataviz_darkpink_darker, rgba(135, 18, 67, 1))",lighter:"var(--amplify_dataviz_darkpink_lighter, rgba(252, 212, 229, 1))"},lightpink:{default:"var(--amplify_dataviz_lightpink_default, rgba(255, 128, 138, 1))",darker:"var(--amplify_dataviz_lightpink_darker, rgba(225, 81, 93, 1))",lighter:"var(--amplify_dataviz_lightpink_lighter, rgba(255, 219, 222, 1))"},darkyellow:{default:"var(--amplify_dataviz_darkyellow_default, rgba(160, 112, 28, 1))",darker:"var(--amplify_dataviz_darkyellow_darker, rgba(121, 85, 21, 1))",lighter:"var(--amplify_dataviz_darkyellow_lighter, rgba(244, 226, 195, 1))"},lightyellow:{default:"var(--amplify_dataviz_lightyellow_default, rgba(253, 203, 53, 1))",darker:"var(--amplify_dataviz_lightyellow_darker, rgba(227, 171, 2, 1))",lighter:"var(--amplify_dataviz_lightyellow_lighter, rgba(255, 240, 194, 1))"},darkpurple:{default:"var(--amplify_dataviz_darkpurple_default, rgba(147, 20, 219, 1))",darker:"var(--amplify_dataviz_darkpurple_darker, rgba(97, 1, 152, 1))",lighter:"var(--amplify_dataviz_darkpurple_lighter, rgba(232, 209, 246, 1))"},lightpurple:{default:"var(--amplify_dataviz_lightpurple_default, rgba(186, 153, 255, 1))",darker:"var(--amplify_dataviz_lightpurple_darker, rgba(155, 89, 242, 1))",lighter:"var(--amplify_dataviz_lightpurple_lighter, rgba(234, 224, 255, 1))"}}};export{l as colors};
@@ -1 +1 @@
1
- export declare const darkTokens = "\n\n/*Dark Theme*/\nhtml[data-theme='dark'] {\n\n textarea, input {\n color: var(--eds_text_static_icons__default);\n }\n\n --eds_clickbound_jumbo__base: 88px;\n --eds_clickbound_default__base: 48px;\n --eds_clickbound_default__input: 56px;\n --eds_clickbound_compact__standard: 32px;\n --eds_clickbound_compact__input: 44px;\n\n --eds_text_static_icons__default: rgba(255, 255, 255, 1);\n --eds_text__static_icons__default: rgba(255, 255, 255, 1);\n\n --eds_text_static_icons__secondary: rgba(222, 229, 231, 1);\n --eds_text__static_icons__secondary: rgba(222, 229, 231, 1);\n\n --eds_text_static_icons__tertiary: rgba(156, 166, 172, 1);\n --eds_text__static_icons__tertiary: rgba(156, 166, 172, 1);\n\n --eds_text_static_icons__primary_white: rgba(61, 61, 61, 1);\n --eds_text__static_icons__primary_white: rgba(61, 61, 61, 1);\n\n --eds_ui_background__default: rgba(19, 38, 52, 1);\n --eds_ui_background__semitransparent: rgba(255, 255, 255, 0.2);\n --eds_ui_background__light: rgba(38, 55, 68, 1);\n --eds_ui_background__scrim: rgba(0, 0, 0, 0.4);\n --eds_ui_background__overlay: rgba(0, 0, 0, 0.8);\n --eds_ui_background__medium: rgba(44, 64, 79, 1);\n --eds_ui_background__info: rgba(43, 126, 166, 1);\n --eds_ui_background__warning: rgba(157, 105, 63, 1);\n --eds_ui_background__danger: rgba(183, 87, 87, 1);\n --eds_infographic_substitute__purple_berry: rgba(140, 17, 89, 1);\n --eds_infographic_substitute__pink_rose: rgba(226, 73, 115, 1);\n --eds_infographic_substitute__pink_salmon: rgba(255, 146, 168, 1);\n --eds_infographic_substitute__green_cucumber: rgba(0, 95, 87, 1);\n --eds_infographic_substitute__green_succulent: rgba(0, 151, 123, 1);\n --eds_infographic_substitute__green_mint: rgba(64, 211, 143, 1);\n --eds_infographic_substitute__blue_ocean: rgba(0, 64, 136, 1);\n --eds_infographic_substitute__blue_overcast: rgba(0, 132, 196, 1);\n --eds_infographic_substitute__blue_sky: rgba(82, 192, 255, 1);\n --eds_infographic_primary__moss_green_100: rgba(0, 112, 121, 1);\n --eds_infographic_primary__moss_green_55: rgba(115, 177, 181, 1);\n --eds_infographic_primary__moss_green_34: rgba(168, 206, 209, 1);\n --eds_infographic_primary__moss_green_21: rgba(201, 224, 226, 1);\n --eds_infographic_primary__moss_green_13: rgba(222, 237, 238, 1);\n --eds_infographic_primary__energy_red_100: rgba(235, 0, 55, 1);\n --eds_infographic_primary__energy_red_55: rgba(255, 125, 152, 1);\n --eds_infographic_primary__energy_red_34: rgba(255, 174, 191, 1);\n --eds_infographic_primary__energy_red_21: rgba(255, 205, 215, 1);\n --eds_infographic_primary__energy_red_13: rgba(255, 224, 231, 1);\n --eds_infographic_primary__weathered_red: rgba(125, 0, 35, 1);\n --eds_infographic_primary__slate_blue: rgba(36, 55, 70, 1);\n --eds_infographic_primary__spruce_wood: rgba(255, 231, 214, 1);\n --eds_infographic_primary__mist_blue: rgba(213, 234, 244, 1);\n --eds_infographic_primary__lichen_green: rgba(230, 250, 236, 1);\n --eds_logo_fill_positive: rgba(235, 0, 55, 1);\n --eds_logo_fill_negative: rgba(255, 255, 255, 1);\n --eds_interactive_primary__selected_highlight: rgba(0, 151, 123, 1);\n --eds_interactive_primary__selected_hover: rgba(0, 95, 87, 1);\n --eds_interactive_primary__resting: rgba(151, 202, 206, 1);\n --eds_interactive_primary__hover: rgba(173, 226, 230, 1);\n --eds_interactive_primary__hover_alt: rgb(96, 125, 127);\n --eds_interactive_secondary__highlight: rgba(255, 255, 255, 0.1);\n --eds_interactive_secondary__resting: rgba(222, 229, 231, 1);\n --eds_interactive_secondary__link_hover: rgba(23, 36, 47, 1);\n --eds_interactive_danger__highlight: rgba(90, 57, 70, 1);\n --eds_interactive_danger__resting: rgba(235, 0, 0, 1);\n --eds_interactive_danger__hover: rgba(255, 148, 155, 1);\n --eds_interactive_danger__text: rgba(255, 102, 112, 1);\n --eds_interactive_warning__highlight: rgba(90, 86, 73, 1);\n --eds_interactive_warning__resting: rgba(255, 146, 0, 1);\n --eds_interactive_warning__hover: rgba(255, 218, 168, 1);\n --eds_interactive_warning__text: rgba(255, 198, 122, 1);\n --eds_interactive_success__highlight: rgba(62, 92, 84, 1);\n --eds_interactive_success__resting: rgba(75, 183, 72, 1);\n --eds_interactive_success__hover: rgba(193, 231, 193, 1);\n --eds_interactive_success__text: rgba(161, 218, 160, 1);\n\n --eds_interactive_table__header__fill_activated: rgba(46, 63, 77, 1);\n --eds_interactive_table__header__fill_resting: rgba(36, 55, 70, 1);\n --eds_interactive_table__header__fill_hover: rgba(50, 77, 98, 1);\n --eds_interactive_table__cell__fill_activated: rgba(36, 55, 70, 1);\n --eds_interactive_table__cell__fill_resting: rgba(19, 38, 52, 1);\n --eds_interactive_table__cell__fill_hover: rgba(30, 60, 82, 1);\n\n --eds_interactive_disabled__text: rgba(99, 117, 131, 1);\n --eds_interactive__disabled__text: rgba(99, 117, 131, 1);\n\n --eds_interactive_disabled__border: rgba(64, 84, 98, 1);\n --eds_interactive__disabled__border: rgba(64, 84, 98, 1);\n\n --eds_interactive_disabled__fill: rgba(52, 68, 80, 1);\n --eds_interactive__disabled__fill: rgba(52, 68, 80, 1);\n\n --eds_interactive_text_highlight: rgba(213, 234, 244, 1);\n --eds_interactive__text_highlight: rgba(213, 234, 244, 1);\n\n --eds_interactive_focus: rgba(0, 112, 121, 1);\n\n --eds_interactive_link_on_interactive_colors: rgba(255, 255, 255, 1);\n --eds_interactive_icon_on_interactive_colors: rgba(255, 255, 255, 1);\n --eds_interactive_link_in_snackbars: rgba(151, 202, 206, 1);\n --eds_interactive_pressed_overlay_dark: rgba(0, 0, 0, 0.2);\n --eds_interactive_pressed_overlay_light: rgba(255, 255, 255, 0.2);\n\n --eds_elevation_raised: 0 1px 5px rgba(0, 0, 0, 0.2),\n 0 3px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);\n --eds_elevation_none: 0 0 1px rgba(0, 0, 0, 0.14);\n --eds_elevation_overlay: 0 1px 10px rgba(0, 0, 0, 0.2),\n 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);\n --eds_elevation_sticky: 0 4px 5px rgba(0, 0, 0, 0.2),\n 0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);\n --eds_elevation_temporary_nav: 0 7px 8px rgba(0, 0, 0, 0.2),\n 0 5px 22px rgba(0, 0, 0, 0.12), 0 12px 17px rgba(0, 0, 0, 0.14);\n --eds_elevation_above_scrim: 0 11px 15px rgba(0, 0, 0, 0.2),\n 0 9px 46px rgba(0, 0, 0, 0.12), 0 24px 38px rgba(0, 0, 0, 0.14);\n\n --eds_heading__h1_color: rgba(255, 255, 255, 1);\n --eds_heading__h2_color: rgba(255, 255, 255, 1);\n --eds_heading__h3_color: rgba(255, 255, 255, 1);\n --eds_heading__h4_color: rgba(255, 255, 255, 1);\n --eds_heading__h5_color: rgba(255, 255, 255, 1);\n --eds_heading__h6_color: rgba(255, 255, 255, 1);\n\n --eds_navigation__label_color: rgba(255, 255, 255, 1);\n --eds_navigation__button_color: rgba(255, 255, 255, 1);\n --eds_input__label_color: rgba(255, 255, 255, 1);\n --eds_input__text_color: var(--eds_text_static_icons__default);\n --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_long_link_color: rgba(255, 255, 255, 1);\n --eds_table__cell_header_color: rgba(255, 255, 255, 1);\n --eds_table__cell_text_color: rgba(255, 255, 255, 1);\n --eds_table__cell_text_bold_color: rgba(255, 255, 255, 1);\n --eds_table__cell_numeric_monospaced_color: rgba(255, 255, 255, 1);\n\n --eds_navigation__menu_title_color: rgba(255, 255, 255, 1);\n --eds_ui__accordion_header_color: rgba(255, 255, 255, 1);\n\n --eds_paragraph__overline_color: rgba(255, 255, 255, 1);\n --eds_paragraph__caption_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_long_color: rgba(255, 255, 255, 1);\n --eds_paragraph__meta_color: rgba(255, 255, 255, 1);\n\n --eds_interactive__icon_on_interactive_colors: rgba(255, 255, 255, 1);\n\n --eds_ui__chip__badge_color: var(--eds_text_static_icons__default);\n\n\n\n}\n\n\n";
1
+ export declare const darkTokens: import("styled-components").RuleSet<object>;
@@ -1 +1,153 @@
1
- const _="\n\n/*Dark Theme*/\nhtml[data-theme='dark'] {\n\n textarea, input {\n color: var(--eds_text_static_icons__default);\n }\n\n --eds_clickbound_jumbo__base: 88px;\n --eds_clickbound_default__base: 48px;\n --eds_clickbound_default__input: 56px;\n --eds_clickbound_compact__standard: 32px;\n --eds_clickbound_compact__input: 44px;\n\n --eds_text_static_icons__default: rgba(255, 255, 255, 1);\n --eds_text__static_icons__default: rgba(255, 255, 255, 1);\n\n --eds_text_static_icons__secondary: rgba(222, 229, 231, 1);\n --eds_text__static_icons__secondary: rgba(222, 229, 231, 1);\n\n --eds_text_static_icons__tertiary: rgba(156, 166, 172, 1);\n --eds_text__static_icons__tertiary: rgba(156, 166, 172, 1);\n\n --eds_text_static_icons__primary_white: rgba(61, 61, 61, 1);\n --eds_text__static_icons__primary_white: rgba(61, 61, 61, 1);\n\n --eds_ui_background__default: rgba(19, 38, 52, 1);\n --eds_ui_background__semitransparent: rgba(255, 255, 255, 0.2);\n --eds_ui_background__light: rgba(38, 55, 68, 1);\n --eds_ui_background__scrim: rgba(0, 0, 0, 0.4);\n --eds_ui_background__overlay: rgba(0, 0, 0, 0.8);\n --eds_ui_background__medium: rgba(44, 64, 79, 1);\n --eds_ui_background__info: rgba(43, 126, 166, 1);\n --eds_ui_background__warning: rgba(157, 105, 63, 1);\n --eds_ui_background__danger: rgba(183, 87, 87, 1);\n --eds_infographic_substitute__purple_berry: rgba(140, 17, 89, 1);\n --eds_infographic_substitute__pink_rose: rgba(226, 73, 115, 1);\n --eds_infographic_substitute__pink_salmon: rgba(255, 146, 168, 1);\n --eds_infographic_substitute__green_cucumber: rgba(0, 95, 87, 1);\n --eds_infographic_substitute__green_succulent: rgba(0, 151, 123, 1);\n --eds_infographic_substitute__green_mint: rgba(64, 211, 143, 1);\n --eds_infographic_substitute__blue_ocean: rgba(0, 64, 136, 1);\n --eds_infographic_substitute__blue_overcast: rgba(0, 132, 196, 1);\n --eds_infographic_substitute__blue_sky: rgba(82, 192, 255, 1);\n --eds_infographic_primary__moss_green_100: rgba(0, 112, 121, 1);\n --eds_infographic_primary__moss_green_55: rgba(115, 177, 181, 1);\n --eds_infographic_primary__moss_green_34: rgba(168, 206, 209, 1);\n --eds_infographic_primary__moss_green_21: rgba(201, 224, 226, 1);\n --eds_infographic_primary__moss_green_13: rgba(222, 237, 238, 1);\n --eds_infographic_primary__energy_red_100: rgba(235, 0, 55, 1);\n --eds_infographic_primary__energy_red_55: rgba(255, 125, 152, 1);\n --eds_infographic_primary__energy_red_34: rgba(255, 174, 191, 1);\n --eds_infographic_primary__energy_red_21: rgba(255, 205, 215, 1);\n --eds_infographic_primary__energy_red_13: rgba(255, 224, 231, 1);\n --eds_infographic_primary__weathered_red: rgba(125, 0, 35, 1);\n --eds_infographic_primary__slate_blue: rgba(36, 55, 70, 1);\n --eds_infographic_primary__spruce_wood: rgba(255, 231, 214, 1);\n --eds_infographic_primary__mist_blue: rgba(213, 234, 244, 1);\n --eds_infographic_primary__lichen_green: rgba(230, 250, 236, 1);\n --eds_logo_fill_positive: rgba(235, 0, 55, 1);\n --eds_logo_fill_negative: rgba(255, 255, 255, 1);\n --eds_interactive_primary__selected_highlight: rgba(0, 151, 123, 1);\n --eds_interactive_primary__selected_hover: rgba(0, 95, 87, 1);\n --eds_interactive_primary__resting: rgba(151, 202, 206, 1);\n --eds_interactive_primary__hover: rgba(173, 226, 230, 1);\n --eds_interactive_primary__hover_alt: rgb(96, 125, 127);\n --eds_interactive_secondary__highlight: rgba(255, 255, 255, 0.1);\n --eds_interactive_secondary__resting: rgba(222, 229, 231, 1);\n --eds_interactive_secondary__link_hover: rgba(23, 36, 47, 1);\n --eds_interactive_danger__highlight: rgba(90, 57, 70, 1);\n --eds_interactive_danger__resting: rgba(235, 0, 0, 1);\n --eds_interactive_danger__hover: rgba(255, 148, 155, 1);\n --eds_interactive_danger__text: rgba(255, 102, 112, 1);\n --eds_interactive_warning__highlight: rgba(90, 86, 73, 1);\n --eds_interactive_warning__resting: rgba(255, 146, 0, 1);\n --eds_interactive_warning__hover: rgba(255, 218, 168, 1);\n --eds_interactive_warning__text: rgba(255, 198, 122, 1);\n --eds_interactive_success__highlight: rgba(62, 92, 84, 1);\n --eds_interactive_success__resting: rgba(75, 183, 72, 1);\n --eds_interactive_success__hover: rgba(193, 231, 193, 1);\n --eds_interactive_success__text: rgba(161, 218, 160, 1);\n\n --eds_interactive_table__header__fill_activated: rgba(46, 63, 77, 1);\n --eds_interactive_table__header__fill_resting: rgba(36, 55, 70, 1);\n --eds_interactive_table__header__fill_hover: rgba(50, 77, 98, 1);\n --eds_interactive_table__cell__fill_activated: rgba(36, 55, 70, 1);\n --eds_interactive_table__cell__fill_resting: rgba(19, 38, 52, 1);\n --eds_interactive_table__cell__fill_hover: rgba(30, 60, 82, 1);\n\n --eds_interactive_disabled__text: rgba(99, 117, 131, 1);\n --eds_interactive__disabled__text: rgba(99, 117, 131, 1);\n\n --eds_interactive_disabled__border: rgba(64, 84, 98, 1);\n --eds_interactive__disabled__border: rgba(64, 84, 98, 1);\n\n --eds_interactive_disabled__fill: rgba(52, 68, 80, 1);\n --eds_interactive__disabled__fill: rgba(52, 68, 80, 1);\n\n --eds_interactive_text_highlight: rgba(213, 234, 244, 1);\n --eds_interactive__text_highlight: rgba(213, 234, 244, 1);\n\n --eds_interactive_focus: rgba(0, 112, 121, 1);\n\n --eds_interactive_link_on_interactive_colors: rgba(255, 255, 255, 1);\n --eds_interactive_icon_on_interactive_colors: rgba(255, 255, 255, 1);\n --eds_interactive_link_in_snackbars: rgba(151, 202, 206, 1);\n --eds_interactive_pressed_overlay_dark: rgba(0, 0, 0, 0.2);\n --eds_interactive_pressed_overlay_light: rgba(255, 255, 255, 0.2);\n\n --eds_elevation_raised: 0 1px 5px rgba(0, 0, 0, 0.2),\n 0 3px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);\n --eds_elevation_none: 0 0 1px rgba(0, 0, 0, 0.14);\n --eds_elevation_overlay: 0 1px 10px rgba(0, 0, 0, 0.2),\n 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);\n --eds_elevation_sticky: 0 4px 5px rgba(0, 0, 0, 0.2),\n 0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);\n --eds_elevation_temporary_nav: 0 7px 8px rgba(0, 0, 0, 0.2),\n 0 5px 22px rgba(0, 0, 0, 0.12), 0 12px 17px rgba(0, 0, 0, 0.14);\n --eds_elevation_above_scrim: 0 11px 15px rgba(0, 0, 0, 0.2),\n 0 9px 46px rgba(0, 0, 0, 0.12), 0 24px 38px rgba(0, 0, 0, 0.14);\n\n --eds_heading__h1_color: rgba(255, 255, 255, 1);\n --eds_heading__h2_color: rgba(255, 255, 255, 1);\n --eds_heading__h3_color: rgba(255, 255, 255, 1);\n --eds_heading__h4_color: rgba(255, 255, 255, 1);\n --eds_heading__h5_color: rgba(255, 255, 255, 1);\n --eds_heading__h6_color: rgba(255, 255, 255, 1);\n\n --eds_navigation__label_color: rgba(255, 255, 255, 1);\n --eds_navigation__button_color: rgba(255, 255, 255, 1);\n --eds_input__label_color: rgba(255, 255, 255, 1);\n --eds_input__text_color: var(--eds_text_static_icons__default);\n --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_long_link_color: rgba(255, 255, 255, 1);\n --eds_table__cell_header_color: rgba(255, 255, 255, 1);\n --eds_table__cell_text_color: rgba(255, 255, 255, 1);\n --eds_table__cell_text_bold_color: rgba(255, 255, 255, 1);\n --eds_table__cell_numeric_monospaced_color: rgba(255, 255, 255, 1);\n\n --eds_navigation__menu_title_color: rgba(255, 255, 255, 1);\n --eds_ui__accordion_header_color: rgba(255, 255, 255, 1);\n\n --eds_paragraph__overline_color: rgba(255, 255, 255, 1);\n --eds_paragraph__caption_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);\n --eds_paragraph__body_long_color: rgba(255, 255, 255, 1);\n --eds_paragraph__meta_color: rgba(255, 255, 255, 1);\n\n --eds_interactive__icon_on_interactive_colors: rgba(255, 255, 255, 1);\n\n --eds_ui__chip__badge_color: var(--eds_text_static_icons__default);\n\n\n\n}\n\n\n";export{_ as darkTokens};
1
+ import{css as _}from"styled-components";const e=_`
2
+ /*Dark Theme*/
3
+ html[data-theme='dark'] {
4
+ textarea,
5
+ input {
6
+ color: var(--eds_text_static_icons__default);
7
+ }
8
+
9
+ --eds_clickbound_jumbo__base: 88px;
10
+ --eds_clickbound_default__base: 48px;
11
+ --eds_clickbound_default__input: 56px;
12
+ --eds_clickbound_compact__standard: 32px;
13
+ --eds_clickbound_compact__input: 44px;
14
+
15
+ --eds_text_static_icons__default: rgba(255, 255, 255, 1);
16
+ --eds_text__static_icons__default: rgba(255, 255, 255, 1);
17
+
18
+ --eds_text_static_icons__secondary: rgba(222, 229, 231, 1);
19
+ --eds_text__static_icons__secondary: rgba(222, 229, 231, 1);
20
+
21
+ --eds_text_static_icons__tertiary: rgba(156, 166, 172, 1);
22
+ --eds_text__static_icons__tertiary: rgba(156, 166, 172, 1);
23
+
24
+ --eds_text_static_icons__primary_white: rgba(61, 61, 61, 1);
25
+ --eds_text__static_icons__primary_white: rgba(61, 61, 61, 1);
26
+
27
+ --eds_ui_background__default: rgba(19, 38, 52, 1);
28
+ --eds_ui_background__semitransparent: rgba(255, 255, 255, 0.2);
29
+ --eds_ui_background__light: rgba(38, 55, 68, 1);
30
+ --eds_ui_background__scrim: rgba(0, 0, 0, 0.4);
31
+ --eds_ui_background__overlay: rgba(0, 0, 0, 0.8);
32
+ --eds_ui_background__medium: rgba(44, 64, 79, 1);
33
+ --eds_ui_background__info: rgba(43, 126, 166, 1);
34
+ --eds_ui_background__warning: rgba(157, 105, 63, 1);
35
+ --eds_ui_background__danger: rgba(183, 87, 87, 1);
36
+ --eds_infographic_substitute__purple_berry: rgba(140, 17, 89, 1);
37
+ --eds_infographic_substitute__pink_rose: rgba(226, 73, 115, 1);
38
+ --eds_infographic_substitute__pink_salmon: rgba(255, 146, 168, 1);
39
+ --eds_infographic_substitute__green_cucumber: rgba(0, 95, 87, 1);
40
+ --eds_infographic_substitute__green_succulent: rgba(0, 151, 123, 1);
41
+ --eds_infographic_substitute__green_mint: rgba(64, 211, 143, 1);
42
+ --eds_infographic_substitute__blue_ocean: rgba(0, 64, 136, 1);
43
+ --eds_infographic_substitute__blue_overcast: rgba(0, 132, 196, 1);
44
+ --eds_infographic_substitute__blue_sky: rgba(82, 192, 255, 1);
45
+ --eds_infographic_primary__moss_green_100: rgba(0, 112, 121, 1);
46
+ --eds_infographic_primary__moss_green_55: rgba(115, 177, 181, 1);
47
+ --eds_infographic_primary__moss_green_34: rgba(168, 206, 209, 1);
48
+ --eds_infographic_primary__moss_green_21: rgba(201, 224, 226, 1);
49
+ --eds_infographic_primary__moss_green_13: rgba(222, 237, 238, 1);
50
+ --eds_infographic_primary__energy_red_100: rgba(235, 0, 55, 1);
51
+ --eds_infographic_primary__energy_red_55: rgba(255, 125, 152, 1);
52
+ --eds_infographic_primary__energy_red_34: rgba(255, 174, 191, 1);
53
+ --eds_infographic_primary__energy_red_21: rgba(255, 205, 215, 1);
54
+ --eds_infographic_primary__energy_red_13: rgba(255, 224, 231, 1);
55
+ --eds_infographic_primary__weathered_red: rgba(125, 0, 35, 1);
56
+ --eds_infographic_primary__slate_blue: rgba(36, 55, 70, 1);
57
+ --eds_infographic_primary__spruce_wood: rgba(255, 231, 214, 1);
58
+ --eds_infographic_primary__mist_blue: rgba(213, 234, 244, 1);
59
+ --eds_infographic_primary__lichen_green: rgba(230, 250, 236, 1);
60
+ --eds_logo_fill_positive: rgba(235, 0, 55, 1);
61
+ --eds_logo_fill_negative: rgba(255, 255, 255, 1);
62
+ --eds_interactive_primary__selected_highlight: rgba(0, 151, 123, 1);
63
+ --eds_interactive_primary__selected_hover: rgba(0, 95, 87, 1);
64
+ --eds_interactive_primary__resting: rgba(151, 202, 206, 1);
65
+ --eds_interactive_primary__hover: rgba(173, 226, 230, 1);
66
+ --eds_interactive_primary__hover_alt: rgb(96, 125, 127);
67
+ --eds_interactive_secondary__highlight: rgba(255, 255, 255, 0.1);
68
+ --eds_interactive_secondary__resting: rgba(222, 229, 231, 1);
69
+ --eds_interactive_secondary__link_hover: rgba(23, 36, 47, 1);
70
+ --eds_interactive_danger__highlight: rgba(90, 57, 70, 1);
71
+ --eds_interactive_danger__resting: rgba(235, 0, 0, 1);
72
+ --eds_interactive_danger__hover: rgba(255, 148, 155, 1);
73
+ --eds_interactive_danger__text: rgba(255, 102, 112, 1);
74
+ --eds_interactive_warning__highlight: rgba(90, 86, 73, 1);
75
+ --eds_interactive_warning__resting: rgba(255, 146, 0, 1);
76
+ --eds_interactive_warning__hover: rgba(255, 218, 168, 1);
77
+ --eds_interactive_warning__text: rgba(255, 198, 122, 1);
78
+ --eds_interactive_success__highlight: rgba(62, 92, 84, 1);
79
+ --eds_interactive_success__resting: rgba(75, 183, 72, 1);
80
+ --eds_interactive_success__hover: rgba(193, 231, 193, 1);
81
+ --eds_interactive_success__text: rgba(161, 218, 160, 1);
82
+
83
+ --eds_interactive_table__header__fill_activated: rgba(46, 63, 77, 1);
84
+ --eds_interactive_table__header__fill_resting: rgba(36, 55, 70, 1);
85
+ --eds_interactive_table__header__fill_hover: rgba(50, 77, 98, 1);
86
+ --eds_interactive_table__cell__fill_activated: rgba(36, 55, 70, 1);
87
+ --eds_interactive_table__cell__fill_resting: rgba(19, 38, 52, 1);
88
+ --eds_interactive_table__cell__fill_hover: rgba(30, 60, 82, 1);
89
+
90
+ --eds_interactive_disabled__text: rgba(99, 117, 131, 1);
91
+ --eds_interactive__disabled__text: rgba(99, 117, 131, 1);
92
+
93
+ --eds_interactive_disabled__border: rgba(64, 84, 98, 1);
94
+ --eds_interactive__disabled__border: rgba(64, 84, 98, 1);
95
+
96
+ --eds_interactive_disabled__fill: rgba(52, 68, 80, 1);
97
+ --eds_interactive__disabled__fill: rgba(52, 68, 80, 1);
98
+
99
+ --eds_interactive_text_highlight: rgba(213, 234, 244, 1);
100
+ --eds_interactive__text_highlight: rgba(213, 234, 244, 1);
101
+
102
+ --eds_interactive_focus: rgba(0, 112, 121, 1);
103
+
104
+ --eds_interactive_link_on_interactive_colors: rgba(255, 255, 255, 1);
105
+ --eds_interactive_icon_on_interactive_colors: rgba(255, 255, 255, 1);
106
+ --eds_interactive_link_in_snackbars: rgba(151, 202, 206, 1);
107
+ --eds_interactive_pressed_overlay_dark: rgba(0, 0, 0, 0.2);
108
+ --eds_interactive_pressed_overlay_light: rgba(255, 255, 255, 0.2);
109
+
110
+ --eds_elevation_raised: 0 1px 5px rgba(0, 0, 0, 0.2),
111
+ 0 3px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
112
+ --eds_elevation_none: 0 0 1px rgba(0, 0, 0, 0.14);
113
+ --eds_elevation_overlay: 0 1px 10px rgba(0, 0, 0, 0.2),
114
+ 0 4px 5px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
115
+ --eds_elevation_sticky: 0 4px 5px rgba(0, 0, 0, 0.2),
116
+ 0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);
117
+ --eds_elevation_temporary_nav: 0 7px 8px rgba(0, 0, 0, 0.2),
118
+ 0 5px 22px rgba(0, 0, 0, 0.12), 0 12px 17px rgba(0, 0, 0, 0.14);
119
+ --eds_elevation_above_scrim: 0 11px 15px rgba(0, 0, 0, 0.2),
120
+ 0 9px 46px rgba(0, 0, 0, 0.12), 0 24px 38px rgba(0, 0, 0, 0.14);
121
+
122
+ --eds_heading__h1_color: rgba(255, 255, 255, 1);
123
+ --eds_heading__h2_color: rgba(255, 255, 255, 1);
124
+ --eds_heading__h3_color: rgba(255, 255, 255, 1);
125
+ --eds_heading__h4_color: rgba(255, 255, 255, 1);
126
+ --eds_heading__h5_color: rgba(255, 255, 255, 1);
127
+ --eds_heading__h6_color: rgba(255, 255, 255, 1);
128
+
129
+ --eds_navigation__label_color: rgba(255, 255, 255, 1);
130
+ --eds_navigation__button_color: rgba(255, 255, 255, 1);
131
+ --eds_input__label_color: rgba(255, 255, 255, 1);
132
+ --eds_input__text_color: var(--eds_text_static_icons__default);
133
+ --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);
134
+ --eds_paragraph__body_long_link_color: rgba(255, 255, 255, 1);
135
+ --eds_table__cell_header_color: rgba(255, 255, 255, 1);
136
+ --eds_table__cell_text_color: rgba(255, 255, 255, 1);
137
+ --eds_table__cell_text_bold_color: rgba(255, 255, 255, 1);
138
+ --eds_table__cell_numeric_monospaced_color: rgba(255, 255, 255, 1);
139
+
140
+ --eds_navigation__menu_title_color: rgba(255, 255, 255, 1);
141
+ --eds_ui__accordion_header_color: rgba(255, 255, 255, 1);
142
+
143
+ --eds_paragraph__overline_color: rgba(255, 255, 255, 1);
144
+ --eds_paragraph__caption_color: rgba(255, 255, 255, 1);
145
+ --eds_paragraph__body_short_color: rgba(255, 255, 255, 1);
146
+ --eds_paragraph__body_long_color: rgba(255, 255, 255, 1);
147
+ --eds_paragraph__meta_color: rgba(255, 255, 255, 1);
148
+
149
+ --eds_interactive__icon_on_interactive_colors: rgba(255, 255, 255, 1);
150
+
151
+ --eds_ui__chip__badge_color: var(--eds_text_static_icons__default);
152
+ }
153
+ `;export{e as darkTokens};
@@ -0,0 +1 @@
1
+ export declare const lightTokens: import("styled-components").RuleSet<object>;
@@ -0,0 +1,43 @@
1
+ import{css as a}from"styled-components";const i=a`
2
+ html[data-theme='light'] {
3
+ --amplify_dataviz_darkblue_default: rgba(0, 71, 153, 1);
4
+ --amplify_dataviz_darkblue_darker: rgba(4, 48, 98, 1);
5
+ --amplify_dataviz_darkblue_lighter: rgba(191, 220, 252, 1);
6
+
7
+ --amplify_dataviz_lightblue_default: rgba(133, 208, 250, 1);
8
+ --amplify_dataviz_lightblue_darker: rgba(35, 170, 246, 1);
9
+ --amplify_dataviz_lightblue_lighter: rgba(211, 238, 253, 1);
10
+
11
+ --amplify_dataviz_lightgreen_default: rgba(10, 194, 154, 1);
12
+ --amplify_dataviz_lightgreen_darker: rgba(8, 145, 115, 1);
13
+ --amplify_dataviz_lightgreen_lighter: rgba(220, 241, 236, 1);
14
+
15
+ --amplify_dataviz_darkgreen_default: rgba(0, 102, 76, 1);
16
+ --amplify_dataviz_darkgreen_darker: rgba(0, 61, 46, 1);
17
+ --amplify_dataviz_darkgreen_lighter: rgba(200, 237, 227, 1);
18
+
19
+ --amplify_dataviz_darkpink_default: rgba(169, 30, 88, 1);
20
+ --amplify_dataviz_darkpink_darker: rgba(135, 18, 67, 1);
21
+ --amplify_dataviz_darkpink_lighter: rgba(252, 212, 229, 1);
22
+
23
+ --amplify_dataviz_lightpink_default: rgba(255, 128, 138, 1);
24
+ --amplify_dataviz_lightpink_darker: rgba(225, 81, 93, 1);
25
+ --amplify_dataviz_lightpink_lighter: rgba(255, 219, 222, 1);
26
+
27
+ --amplify_dataviz_darkyellow_default: rgba(160, 112, 28, 1);
28
+ --amplify_dataviz_darkyellow_darker: rgba(121, 85, 21, 1);
29
+ --amplify_dataviz_darkyellow_lighter: rgba(244, 226, 195, 1);
30
+
31
+ --amplify_dataviz_lightyellow_default: rgba(253, 203, 53, 1);
32
+ --amplify_dataviz_lightyellow_darker: rgba(227, 171, 2, 1);
33
+ --amplify_dataviz_lightyellow_lighter: rgba(255, 240, 194, 1);
34
+
35
+ --amplify_dataviz_darkpurple_default: rgba(147, 20, 219, 1);
36
+ --amplify_dataviz_darkpurple_darker: rgba(97, 1, 152, 1);
37
+ --amplify_dataviz_darkpurple_lighter: rgba(232, 209, 246, 1);
38
+
39
+ --amplify_dataviz_lightpurple_default: rgba(186, 153, 255, 1);
40
+ --amplify_dataviz_lightpurple_darker: rgba(155, 89, 242, 1);
41
+ --amplify_dataviz_lightpurple_lighter: rgba(234, 224, 255, 1);
42
+ }
43
+ `;export{i as lightTokens};