@atlaskit/forge-react-types 0.63.1 → 0.64.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.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/components/__generated__/tokens.codegen.js +264 -264
- package/dist/cjs/components/global/__generated__/GlobalCreateButtonProps.codegen.js +5 -0
- package/dist/cjs/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +1 -0
- package/dist/cjs/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +5 -0
- package/dist/cjs/components/global/__generated__/GlobalTopNavProps.codegen.js +5 -0
- package/dist/es2019/components/__generated__/tokens.codegen.js +264 -264
- package/dist/es2019/components/global/__generated__/GlobalCreateButtonProps.codegen.js +1 -0
- package/dist/es2019/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +0 -0
- package/dist/es2019/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +1 -0
- package/dist/es2019/components/global/__generated__/GlobalTopNavProps.codegen.js +1 -0
- package/dist/esm/components/__generated__/tokens.codegen.js +264 -264
- package/dist/esm/components/global/__generated__/GlobalCreateButtonProps.codegen.js +1 -0
- package/dist/esm/components/global/__generated__/GlobalCreateMenuItemProps.codegen.js +0 -0
- package/dist/esm/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.js +1 -0
- package/dist/esm/components/global/__generated__/GlobalTopNavProps.codegen.js +1 -0
- package/dist/types/components/__generated__/tokens.codegen.d.ts +3 -3
- package/dist/types/components/global/__generated__/GlobalCreateButtonProps.codegen.d.ts +15 -0
- package/dist/types/components/global/__generated__/GlobalCreateMenuItemProps.codegen.d.ts +21 -0
- package/dist/types/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.d.ts +3 -3
- package/dist/types/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.d.ts +22 -0
- package/dist/types/components/global/__generated__/GlobalLinkMenuItemProps.codegen.d.ts +3 -3
- package/dist/types/components/global/__generated__/GlobalMainProps.codegen.d.ts +2 -2
- package/dist/types/components/global/__generated__/GlobalProps.codegen.d.ts +3 -3
- package/dist/types/components/global/__generated__/GlobalSidebarProps.codegen.d.ts +4 -4
- package/dist/types/components/global/__generated__/index.d.ts +5 -2
- package/dist/types-ts4.5/components/__generated__/tokens.codegen.d.ts +3 -3
- package/dist/types-ts4.5/components/global/__generated__/GlobalCreateButtonProps.codegen.d.ts +15 -0
- package/dist/types-ts4.5/components/global/__generated__/GlobalCreateMenuItemProps.codegen.d.ts +21 -0
- package/dist/types-ts4.5/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.d.ts +3 -3
- package/dist/types-ts4.5/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.d.ts +22 -0
- package/dist/types-ts4.5/components/global/__generated__/GlobalLinkMenuItemProps.codegen.d.ts +3 -3
- package/dist/types-ts4.5/components/global/__generated__/GlobalMainProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/global/__generated__/GlobalProps.codegen.d.ts +3 -3
- package/dist/types-ts4.5/components/global/__generated__/GlobalSidebarProps.codegen.d.ts +4 -4
- package/dist/types-ts4.5/components/global/__generated__/index.d.ts +5 -2
- package/package.json +5 -5
- package/src/components/__generated__/tokens.codegen.tsx +265 -265
- package/src/components/global/__generated__/GlobalCreateButtonProps.codegen.tsx +19 -0
- package/src/components/global/__generated__/GlobalCreateMenuItemProps.codegen.tsx +24 -0
- package/src/components/global/__generated__/GlobalExpandableMenuItemProps.codegen.tsx +3 -3
- package/src/components/global/__generated__/GlobalFlyOutMenuItemProps.codegen.tsx +26 -0
- package/src/components/global/__generated__/GlobalLinkMenuItemProps.codegen.tsx +3 -3
- package/src/components/global/__generated__/GlobalMainProps.codegen.tsx +2 -2
- package/src/components/global/__generated__/GlobalProps.codegen.tsx +3 -3
- package/src/components/global/__generated__/GlobalSidebarProps.codegen.tsx +4 -4
- package/src/components/global/__generated__/GlobalTopNavProps.codegen.tsx +22 -0
- package/src/components/global/__generated__/index.ts +5 -2
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Shared tokens file for UI Kit components. Contains design token maps for xcss support. Source: `packages/forge/forge-ui/src/components/UIKit/tokens.partial.tsx`
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::3ccd9b53fdc2907a6eda6b72e159d9c6>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit/tokens.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit/tokens.partial.tsx <<SignedSource::e30166598bcdedb0a9ec62bfb3712257>>
|
|
9
9
|
*/
|
|
10
10
|
/* eslint-disable @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766 */
|
|
11
11
|
/* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766 */
|
|
@@ -27,7 +27,7 @@ import type { SerializedStyles } from '@emotion/serialize';
|
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
30
|
-
* @codegen <<SignedSource::
|
|
30
|
+
* @codegen <<SignedSource::457e16d67f12c48bba8b2c36b755de56>>
|
|
31
31
|
* @codegenId forge-tokens
|
|
32
32
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
33
33
|
* @codegenDependency ../../../../../design-system/primitives/scripts/codegen-file-templates/dimensions.tsx <<SignedSource::cc9b3f12104c6ede803da6a42daac0b0>>
|
|
@@ -179,48 +179,48 @@ export const textColorMap: {
|
|
|
179
179
|
'color.link.visited': 'var(--ds-link-visited)';
|
|
180
180
|
'color.link.visited.pressed': 'var(--ds-link-visited-pressed)';
|
|
181
181
|
} = {
|
|
182
|
-
'color.text': token('color.text', '#
|
|
182
|
+
'color.text': token('color.text', '#292A2E'),
|
|
183
183
|
'color.text.accent.lime': token('color.text.accent.lime', '#4C6B1F'),
|
|
184
184
|
'color.text.accent.lime.bolder': token('color.text.accent.lime.bolder', '#37471F'),
|
|
185
|
-
'color.text.accent.red': token('color.text.accent.red', '#
|
|
186
|
-
'color.text.accent.red.bolder': token('color.text.accent.red.bolder', '#
|
|
187
|
-
'color.text.accent.orange': token('color.text.accent.orange', '#
|
|
188
|
-
'color.text.accent.orange.bolder': token('color.text.accent.orange.bolder', '#
|
|
189
|
-
'color.text.accent.yellow': token('color.text.accent.yellow', '#
|
|
190
|
-
'color.text.accent.yellow.bolder': token('color.text.accent.yellow.bolder', '#
|
|
191
|
-
'color.text.accent.green': token('color.text.accent.green', '#
|
|
192
|
-
'color.text.accent.green.bolder': token('color.text.accent.green.bolder', '#
|
|
193
|
-
'color.text.accent.teal': token('color.text.accent.teal', '#
|
|
194
|
-
'color.text.accent.teal.bolder': token('color.text.accent.teal.bolder', '#
|
|
195
|
-
'color.text.accent.blue': token('color.text.accent.blue', '#
|
|
196
|
-
'color.text.accent.blue.bolder': token('color.text.accent.blue.bolder', '#
|
|
197
|
-
'color.text.accent.purple': token('color.text.accent.purple', '#
|
|
198
|
-
'color.text.accent.purple.bolder': token('color.text.accent.purple.bolder', '#
|
|
199
|
-
'color.text.accent.magenta': token('color.text.accent.magenta', '#
|
|
200
|
-
'color.text.accent.magenta.bolder': token('color.text.accent.magenta.bolder', '#
|
|
201
|
-
'color.text.accent.gray': token('color.text.accent.gray', '#
|
|
202
|
-
'color.text.accent.gray.bolder': token('color.text.accent.gray.bolder', '#
|
|
203
|
-
'color.text.disabled': token('color.text.disabled', '#
|
|
185
|
+
'color.text.accent.red': token('color.text.accent.red', '#AE2E24'),
|
|
186
|
+
'color.text.accent.red.bolder': token('color.text.accent.red.bolder', '#5D1F1A'),
|
|
187
|
+
'color.text.accent.orange': token('color.text.accent.orange', '#9E4C00'),
|
|
188
|
+
'color.text.accent.orange.bolder': token('color.text.accent.orange.bolder', '#693200'),
|
|
189
|
+
'color.text.accent.yellow': token('color.text.accent.yellow', '#7F5F01'),
|
|
190
|
+
'color.text.accent.yellow.bolder': token('color.text.accent.yellow.bolder', '#533F04'),
|
|
191
|
+
'color.text.accent.green': token('color.text.accent.green', '#216E4E'),
|
|
192
|
+
'color.text.accent.green.bolder': token('color.text.accent.green.bolder', '#164B35'),
|
|
193
|
+
'color.text.accent.teal': token('color.text.accent.teal', '#206A83'),
|
|
194
|
+
'color.text.accent.teal.bolder': token('color.text.accent.teal.bolder', '#164555'),
|
|
195
|
+
'color.text.accent.blue': token('color.text.accent.blue', '#1558BC'),
|
|
196
|
+
'color.text.accent.blue.bolder': token('color.text.accent.blue.bolder', '#123263'),
|
|
197
|
+
'color.text.accent.purple': token('color.text.accent.purple', '#803FA5'),
|
|
198
|
+
'color.text.accent.purple.bolder': token('color.text.accent.purple.bolder', '#48245D'),
|
|
199
|
+
'color.text.accent.magenta': token('color.text.accent.magenta', '#943D73'),
|
|
200
|
+
'color.text.accent.magenta.bolder': token('color.text.accent.magenta.bolder', '#50253F'),
|
|
201
|
+
'color.text.accent.gray': token('color.text.accent.gray', '#505258'),
|
|
202
|
+
'color.text.accent.gray.bolder': token('color.text.accent.gray.bolder', '#1E1F21'),
|
|
203
|
+
'color.text.disabled': token('color.text.disabled', '#080F214A'),
|
|
204
204
|
'color.text.inverse': token('color.text.inverse', '#FFFFFF'),
|
|
205
|
-
'color.text.selected': token('color.text.selected', '#
|
|
206
|
-
'color.text.brand': token('color.text.brand', '#
|
|
207
|
-
'color.text.danger': token('color.text.danger', '#
|
|
208
|
-
'color.text.danger.bolder': token('color.text.danger.bolder', '#
|
|
209
|
-
'color.text.warning': token('color.text.warning', '#
|
|
210
|
-
'color.text.warning.inverse': token('color.text.warning.inverse', '#
|
|
211
|
-
'color.text.warning.bolder': token('color.text.warning.bolder', '#
|
|
212
|
-
'color.text.success': token('color.text.success', '#
|
|
213
|
-
'color.text.success.bolder': token('color.text.success.bolder', '#
|
|
214
|
-
'color.text.discovery': token('color.text.discovery', '#
|
|
215
|
-
'color.text.discovery.bolder': token('color.text.discovery.bolder', '#
|
|
216
|
-
'color.text.information': token('color.text.information', '#
|
|
217
|
-
'color.text.information.bolder': token('color.text.information.bolder', '#
|
|
218
|
-
'color.text.subtlest': token('color.text.subtlest', '#
|
|
219
|
-
'color.text.subtle': token('color.text.subtle', '#
|
|
220
|
-
'color.link': token('color.link', '#
|
|
221
|
-
'color.link.pressed': token('color.link.pressed', '#
|
|
222
|
-
'color.link.visited': token('color.link.visited', '#
|
|
223
|
-
'color.link.visited.pressed': token('color.link.visited.pressed', '#
|
|
205
|
+
'color.text.selected': token('color.text.selected', '#1868DB'),
|
|
206
|
+
'color.text.brand': token('color.text.brand', '#1868DB'),
|
|
207
|
+
'color.text.danger': token('color.text.danger', '#AE2E24'),
|
|
208
|
+
'color.text.danger.bolder': token('color.text.danger.bolder', '#5D1F1A'),
|
|
209
|
+
'color.text.warning': token('color.text.warning', '#9E4C00'),
|
|
210
|
+
'color.text.warning.inverse': token('color.text.warning.inverse', '#292A2E'),
|
|
211
|
+
'color.text.warning.bolder': token('color.text.warning.bolder', '#693200'),
|
|
212
|
+
'color.text.success': token('color.text.success', '#4C6B1F'),
|
|
213
|
+
'color.text.success.bolder': token('color.text.success.bolder', '#37471F'),
|
|
214
|
+
'color.text.discovery': token('color.text.discovery', '#803FA5'),
|
|
215
|
+
'color.text.discovery.bolder': token('color.text.discovery.bolder', '#48245D'),
|
|
216
|
+
'color.text.information': token('color.text.information', '#1558BC'),
|
|
217
|
+
'color.text.information.bolder': token('color.text.information.bolder', '#123263'),
|
|
218
|
+
'color.text.subtlest': token('color.text.subtlest', '#6B6E76'),
|
|
219
|
+
'color.text.subtle': token('color.text.subtle', '#505258'),
|
|
220
|
+
'color.link': token('color.link', '#1868DB'),
|
|
221
|
+
'color.link.pressed': token('color.link.pressed', '#1558BC'),
|
|
222
|
+
'color.link.visited': token('color.link.visited', '#803FA5'),
|
|
223
|
+
'color.link.visited.pressed': token('color.link.visited.pressed', '#48245D'),
|
|
224
224
|
} as const;
|
|
225
225
|
|
|
226
226
|
export type TextColor = keyof typeof textColorMap;
|
|
@@ -441,7 +441,7 @@ export const backgroundColorMap: {
|
|
|
441
441
|
} = {
|
|
442
442
|
'color.background.accent.lime.subtlest': token(
|
|
443
443
|
'color.background.accent.lime.subtlest',
|
|
444
|
-
'#
|
|
444
|
+
'#EFFFD6',
|
|
445
445
|
),
|
|
446
446
|
'color.background.accent.lime.subtlest.hovered': token(
|
|
447
447
|
'color.background.accent.lime.subtlest.hovered',
|
|
@@ -449,16 +449,16 @@ export const backgroundColorMap: {
|
|
|
449
449
|
),
|
|
450
450
|
'color.background.accent.lime.subtlest.pressed': token(
|
|
451
451
|
'color.background.accent.lime.subtlest.pressed',
|
|
452
|
-
'#
|
|
452
|
+
'#BDE97C',
|
|
453
453
|
),
|
|
454
454
|
'color.background.accent.lime.subtler': token('color.background.accent.lime.subtler', '#D3F1A7'),
|
|
455
455
|
'color.background.accent.lime.subtler.hovered': token(
|
|
456
456
|
'color.background.accent.lime.subtler.hovered',
|
|
457
|
-
'#
|
|
457
|
+
'#BDE97C',
|
|
458
458
|
),
|
|
459
459
|
'color.background.accent.lime.subtler.pressed': token(
|
|
460
460
|
'color.background.accent.lime.subtler.pressed',
|
|
461
|
-
'#
|
|
461
|
+
'#B3DF72',
|
|
462
462
|
),
|
|
463
463
|
'color.background.accent.lime.subtle': token('color.background.accent.lime.subtle', '#94C748'),
|
|
464
464
|
'color.background.accent.lime.subtle.hovered': token(
|
|
@@ -467,316 +467,316 @@ export const backgroundColorMap: {
|
|
|
467
467
|
),
|
|
468
468
|
'color.background.accent.lime.subtle.pressed': token(
|
|
469
469
|
'color.background.accent.lime.subtle.pressed',
|
|
470
|
-
'#
|
|
470
|
+
'#BDE97C',
|
|
471
471
|
),
|
|
472
472
|
'color.background.accent.lime.bolder': token('color.background.accent.lime.bolder', '#5B7F24'),
|
|
473
473
|
'color.background.accent.lime.bolder.hovered': token(
|
|
474
474
|
'color.background.accent.lime.bolder.hovered',
|
|
475
|
-
'#
|
|
475
|
+
'#4C6B1F',
|
|
476
476
|
),
|
|
477
477
|
'color.background.accent.lime.bolder.pressed': token(
|
|
478
478
|
'color.background.accent.lime.bolder.pressed',
|
|
479
|
-
'#
|
|
479
|
+
'#3F5224',
|
|
480
480
|
),
|
|
481
|
-
'color.background.accent.red.subtlest': token('color.background.accent.red.subtlest', '#
|
|
481
|
+
'color.background.accent.red.subtlest': token('color.background.accent.red.subtlest', '#FFECEB'),
|
|
482
482
|
'color.background.accent.red.subtlest.hovered': token(
|
|
483
483
|
'color.background.accent.red.subtlest.hovered',
|
|
484
|
-
'#
|
|
484
|
+
'#FFD5D2',
|
|
485
485
|
),
|
|
486
486
|
'color.background.accent.red.subtlest.pressed': token(
|
|
487
487
|
'color.background.accent.red.subtlest.pressed',
|
|
488
|
-
'#
|
|
488
|
+
'#FFB8B2',
|
|
489
489
|
),
|
|
490
|
-
'color.background.accent.red.subtler': token('color.background.accent.red.subtler', '#
|
|
490
|
+
'color.background.accent.red.subtler': token('color.background.accent.red.subtler', '#FFD5D2'),
|
|
491
491
|
'color.background.accent.red.subtler.hovered': token(
|
|
492
492
|
'color.background.accent.red.subtler.hovered',
|
|
493
|
-
'#
|
|
493
|
+
'#FFB8B2',
|
|
494
494
|
),
|
|
495
495
|
'color.background.accent.red.subtler.pressed': token(
|
|
496
496
|
'color.background.accent.red.subtler.pressed',
|
|
497
|
-
'#
|
|
497
|
+
'#FD9891',
|
|
498
498
|
),
|
|
499
|
-
'color.background.accent.red.subtle': token('color.background.accent.red.subtle', '#
|
|
499
|
+
'color.background.accent.red.subtle': token('color.background.accent.red.subtle', '#F87168'),
|
|
500
500
|
'color.background.accent.red.subtle.hovered': token(
|
|
501
501
|
'color.background.accent.red.subtle.hovered',
|
|
502
|
-
'#
|
|
502
|
+
'#FD9891',
|
|
503
503
|
),
|
|
504
504
|
'color.background.accent.red.subtle.pressed': token(
|
|
505
505
|
'color.background.accent.red.subtle.pressed',
|
|
506
|
-
'#
|
|
506
|
+
'#FFB8B2',
|
|
507
507
|
),
|
|
508
|
-
'color.background.accent.red.bolder': token('color.background.accent.red.bolder', '#
|
|
508
|
+
'color.background.accent.red.bolder': token('color.background.accent.red.bolder', '#C9372C'),
|
|
509
509
|
'color.background.accent.red.bolder.hovered': token(
|
|
510
510
|
'color.background.accent.red.bolder.hovered',
|
|
511
|
-
'#
|
|
511
|
+
'#AE2E24',
|
|
512
512
|
),
|
|
513
513
|
'color.background.accent.red.bolder.pressed': token(
|
|
514
514
|
'color.background.accent.red.bolder.pressed',
|
|
515
|
-
'#
|
|
515
|
+
'#872821',
|
|
516
516
|
),
|
|
517
517
|
'color.background.accent.orange.subtlest': token(
|
|
518
518
|
'color.background.accent.orange.subtlest',
|
|
519
|
-
'#
|
|
519
|
+
'#FFF5DB',
|
|
520
520
|
),
|
|
521
521
|
'color.background.accent.orange.subtlest.hovered': token(
|
|
522
522
|
'color.background.accent.orange.subtlest.hovered',
|
|
523
|
-
'#
|
|
523
|
+
'#FCE4A6',
|
|
524
524
|
),
|
|
525
525
|
'color.background.accent.orange.subtlest.pressed': token(
|
|
526
526
|
'color.background.accent.orange.subtlest.pressed',
|
|
527
|
-
'#
|
|
527
|
+
'#FBD779',
|
|
528
528
|
),
|
|
529
529
|
'color.background.accent.orange.subtler': token(
|
|
530
530
|
'color.background.accent.orange.subtler',
|
|
531
|
-
'#
|
|
531
|
+
'#FCE4A6',
|
|
532
532
|
),
|
|
533
533
|
'color.background.accent.orange.subtler.hovered': token(
|
|
534
534
|
'color.background.accent.orange.subtler.hovered',
|
|
535
|
-
'#
|
|
535
|
+
'#FBD779',
|
|
536
536
|
),
|
|
537
537
|
'color.background.accent.orange.subtler.pressed': token(
|
|
538
538
|
'color.background.accent.orange.subtler.pressed',
|
|
539
|
-
'#
|
|
539
|
+
'#FBC828',
|
|
540
540
|
),
|
|
541
541
|
'color.background.accent.orange.subtle': token(
|
|
542
542
|
'color.background.accent.orange.subtle',
|
|
543
|
-
'#
|
|
543
|
+
'#FCA700',
|
|
544
544
|
),
|
|
545
545
|
'color.background.accent.orange.subtle.hovered': token(
|
|
546
546
|
'color.background.accent.orange.subtle.hovered',
|
|
547
|
-
'#
|
|
547
|
+
'#FBC828',
|
|
548
548
|
),
|
|
549
549
|
'color.background.accent.orange.subtle.pressed': token(
|
|
550
550
|
'color.background.accent.orange.subtle.pressed',
|
|
551
|
-
'#
|
|
551
|
+
'#FBD779',
|
|
552
552
|
),
|
|
553
553
|
'color.background.accent.orange.bolder': token(
|
|
554
554
|
'color.background.accent.orange.bolder',
|
|
555
|
-
'#
|
|
555
|
+
'#BD5B00',
|
|
556
556
|
),
|
|
557
557
|
'color.background.accent.orange.bolder.hovered': token(
|
|
558
558
|
'color.background.accent.orange.bolder.hovered',
|
|
559
|
-
'#
|
|
559
|
+
'#9E4C00',
|
|
560
560
|
),
|
|
561
561
|
'color.background.accent.orange.bolder.pressed': token(
|
|
562
562
|
'color.background.accent.orange.bolder.pressed',
|
|
563
|
-
'#
|
|
563
|
+
'#7A3B00',
|
|
564
564
|
),
|
|
565
565
|
'color.background.accent.yellow.subtlest': token(
|
|
566
566
|
'color.background.accent.yellow.subtlest',
|
|
567
|
-
'#
|
|
567
|
+
'#FEF7C8',
|
|
568
568
|
),
|
|
569
569
|
'color.background.accent.yellow.subtlest.hovered': token(
|
|
570
570
|
'color.background.accent.yellow.subtlest.hovered',
|
|
571
|
-
'#
|
|
571
|
+
'#F5E989',
|
|
572
572
|
),
|
|
573
573
|
'color.background.accent.yellow.subtlest.pressed': token(
|
|
574
574
|
'color.background.accent.yellow.subtlest.pressed',
|
|
575
|
-
'#
|
|
575
|
+
'#EFDD4E',
|
|
576
576
|
),
|
|
577
577
|
'color.background.accent.yellow.subtler': token(
|
|
578
578
|
'color.background.accent.yellow.subtler',
|
|
579
|
-
'#
|
|
579
|
+
'#F5E989',
|
|
580
580
|
),
|
|
581
581
|
'color.background.accent.yellow.subtler.hovered': token(
|
|
582
582
|
'color.background.accent.yellow.subtler.hovered',
|
|
583
|
-
'#
|
|
583
|
+
'#EFDD4E',
|
|
584
584
|
),
|
|
585
585
|
'color.background.accent.yellow.subtler.pressed': token(
|
|
586
586
|
'color.background.accent.yellow.subtler.pressed',
|
|
587
|
-
'#
|
|
587
|
+
'#EED12B',
|
|
588
588
|
),
|
|
589
589
|
'color.background.accent.yellow.subtle': token(
|
|
590
590
|
'color.background.accent.yellow.subtle',
|
|
591
|
-
'#
|
|
591
|
+
'#EED12B',
|
|
592
592
|
),
|
|
593
593
|
'color.background.accent.yellow.subtle.hovered': token(
|
|
594
594
|
'color.background.accent.yellow.subtle.hovered',
|
|
595
|
-
'#
|
|
595
|
+
'#DDB30E',
|
|
596
596
|
),
|
|
597
597
|
'color.background.accent.yellow.subtle.pressed': token(
|
|
598
598
|
'color.background.accent.yellow.subtle.pressed',
|
|
599
|
-
'#
|
|
599
|
+
'#EFDD4E',
|
|
600
600
|
),
|
|
601
601
|
'color.background.accent.yellow.bolder': token(
|
|
602
602
|
'color.background.accent.yellow.bolder',
|
|
603
|
-
'#
|
|
603
|
+
'#946F00',
|
|
604
604
|
),
|
|
605
605
|
'color.background.accent.yellow.bolder.hovered': token(
|
|
606
606
|
'color.background.accent.yellow.bolder.hovered',
|
|
607
|
-
'#
|
|
607
|
+
'#7F5F01',
|
|
608
608
|
),
|
|
609
609
|
'color.background.accent.yellow.bolder.pressed': token(
|
|
610
610
|
'color.background.accent.yellow.bolder.pressed',
|
|
611
|
-
'#
|
|
611
|
+
'#614A05',
|
|
612
612
|
),
|
|
613
613
|
'color.background.accent.green.subtlest': token(
|
|
614
614
|
'color.background.accent.green.subtlest',
|
|
615
|
-
'#
|
|
615
|
+
'#DCFFF1',
|
|
616
616
|
),
|
|
617
617
|
'color.background.accent.green.subtlest.hovered': token(
|
|
618
618
|
'color.background.accent.green.subtlest.hovered',
|
|
619
|
-
'#
|
|
619
|
+
'#BAF3DB',
|
|
620
620
|
),
|
|
621
621
|
'color.background.accent.green.subtlest.pressed': token(
|
|
622
622
|
'color.background.accent.green.subtlest.pressed',
|
|
623
|
-
'#
|
|
623
|
+
'#97EDC9',
|
|
624
624
|
),
|
|
625
625
|
'color.background.accent.green.subtler': token(
|
|
626
626
|
'color.background.accent.green.subtler',
|
|
627
|
-
'#
|
|
627
|
+
'#BAF3DB',
|
|
628
628
|
),
|
|
629
629
|
'color.background.accent.green.subtler.hovered': token(
|
|
630
630
|
'color.background.accent.green.subtler.hovered',
|
|
631
|
-
'#
|
|
631
|
+
'#97EDC9',
|
|
632
632
|
),
|
|
633
633
|
'color.background.accent.green.subtler.pressed': token(
|
|
634
634
|
'color.background.accent.green.subtler.pressed',
|
|
635
|
-
'#
|
|
635
|
+
'#7EE2B8',
|
|
636
636
|
),
|
|
637
|
-
'color.background.accent.green.subtle': token('color.background.accent.green.subtle', '#
|
|
637
|
+
'color.background.accent.green.subtle': token('color.background.accent.green.subtle', '#4BCE97'),
|
|
638
638
|
'color.background.accent.green.subtle.hovered': token(
|
|
639
639
|
'color.background.accent.green.subtle.hovered',
|
|
640
|
-
'#
|
|
640
|
+
'#7EE2B8',
|
|
641
641
|
),
|
|
642
642
|
'color.background.accent.green.subtle.pressed': token(
|
|
643
643
|
'color.background.accent.green.subtle.pressed',
|
|
644
|
-
'#
|
|
644
|
+
'#97EDC9',
|
|
645
645
|
),
|
|
646
|
-
'color.background.accent.green.bolder': token('color.background.accent.green.bolder', '#
|
|
646
|
+
'color.background.accent.green.bolder': token('color.background.accent.green.bolder', '#1F845A'),
|
|
647
647
|
'color.background.accent.green.bolder.hovered': token(
|
|
648
648
|
'color.background.accent.green.bolder.hovered',
|
|
649
|
-
'#
|
|
649
|
+
'#216E4E',
|
|
650
650
|
),
|
|
651
651
|
'color.background.accent.green.bolder.pressed': token(
|
|
652
652
|
'color.background.accent.green.bolder.pressed',
|
|
653
|
-
'#
|
|
653
|
+
'#19573D',
|
|
654
654
|
),
|
|
655
655
|
'color.background.accent.teal.subtlest': token(
|
|
656
656
|
'color.background.accent.teal.subtlest',
|
|
657
|
-
'#
|
|
657
|
+
'#E7F9FF',
|
|
658
658
|
),
|
|
659
659
|
'color.background.accent.teal.subtlest.hovered': token(
|
|
660
660
|
'color.background.accent.teal.subtlest.hovered',
|
|
661
|
-
'#
|
|
661
|
+
'#C6EDFB',
|
|
662
662
|
),
|
|
663
663
|
'color.background.accent.teal.subtlest.pressed': token(
|
|
664
664
|
'color.background.accent.teal.subtlest.pressed',
|
|
665
|
-
'#
|
|
665
|
+
'#B1E4F7',
|
|
666
666
|
),
|
|
667
|
-
'color.background.accent.teal.subtler': token('color.background.accent.teal.subtler', '#
|
|
667
|
+
'color.background.accent.teal.subtler': token('color.background.accent.teal.subtler', '#C6EDFB'),
|
|
668
668
|
'color.background.accent.teal.subtler.hovered': token(
|
|
669
669
|
'color.background.accent.teal.subtler.hovered',
|
|
670
|
-
'#
|
|
670
|
+
'#B1E4F7',
|
|
671
671
|
),
|
|
672
672
|
'color.background.accent.teal.subtler.pressed': token(
|
|
673
673
|
'color.background.accent.teal.subtler.pressed',
|
|
674
|
-
'#
|
|
674
|
+
'#9DD9EE',
|
|
675
675
|
),
|
|
676
|
-
'color.background.accent.teal.subtle': token('color.background.accent.teal.subtle', '#
|
|
676
|
+
'color.background.accent.teal.subtle': token('color.background.accent.teal.subtle', '#6CC3E0'),
|
|
677
677
|
'color.background.accent.teal.subtle.hovered': token(
|
|
678
678
|
'color.background.accent.teal.subtle.hovered',
|
|
679
|
-
'#
|
|
679
|
+
'#9DD9EE',
|
|
680
680
|
),
|
|
681
681
|
'color.background.accent.teal.subtle.pressed': token(
|
|
682
682
|
'color.background.accent.teal.subtle.pressed',
|
|
683
|
-
'#
|
|
683
|
+
'#B1E4F7',
|
|
684
684
|
),
|
|
685
|
-
'color.background.accent.teal.bolder': token('color.background.accent.teal.bolder', '#
|
|
685
|
+
'color.background.accent.teal.bolder': token('color.background.accent.teal.bolder', '#227D9B'),
|
|
686
686
|
'color.background.accent.teal.bolder.hovered': token(
|
|
687
687
|
'color.background.accent.teal.bolder.hovered',
|
|
688
|
-
'#
|
|
688
|
+
'#206A83',
|
|
689
689
|
),
|
|
690
690
|
'color.background.accent.teal.bolder.pressed': token(
|
|
691
691
|
'color.background.accent.teal.bolder.pressed',
|
|
692
|
-
'#
|
|
692
|
+
'#1A5265',
|
|
693
693
|
),
|
|
694
694
|
'color.background.accent.blue.subtlest': token(
|
|
695
695
|
'color.background.accent.blue.subtlest',
|
|
696
|
-
'#
|
|
696
|
+
'#E9F2FE',
|
|
697
697
|
),
|
|
698
698
|
'color.background.accent.blue.subtlest.hovered': token(
|
|
699
699
|
'color.background.accent.blue.subtlest.hovered',
|
|
700
|
-
'#
|
|
700
|
+
'#CFE1FD',
|
|
701
701
|
),
|
|
702
702
|
'color.background.accent.blue.subtlest.pressed': token(
|
|
703
703
|
'color.background.accent.blue.subtlest.pressed',
|
|
704
|
-
'#
|
|
704
|
+
'#ADCBFB',
|
|
705
705
|
),
|
|
706
|
-
'color.background.accent.blue.subtler': token('color.background.accent.blue.subtler', '#
|
|
706
|
+
'color.background.accent.blue.subtler': token('color.background.accent.blue.subtler', '#CFE1FD'),
|
|
707
707
|
'color.background.accent.blue.subtler.hovered': token(
|
|
708
708
|
'color.background.accent.blue.subtler.hovered',
|
|
709
|
-
'#
|
|
709
|
+
'#ADCBFB',
|
|
710
710
|
),
|
|
711
711
|
'color.background.accent.blue.subtler.pressed': token(
|
|
712
712
|
'color.background.accent.blue.subtler.pressed',
|
|
713
|
-
'#
|
|
713
|
+
'#8FB8F6',
|
|
714
714
|
),
|
|
715
|
-
'color.background.accent.blue.subtle': token('color.background.accent.blue.subtle', '#
|
|
715
|
+
'color.background.accent.blue.subtle': token('color.background.accent.blue.subtle', '#669DF1'),
|
|
716
716
|
'color.background.accent.blue.subtle.hovered': token(
|
|
717
717
|
'color.background.accent.blue.subtle.hovered',
|
|
718
|
-
'#
|
|
718
|
+
'#8FB8F6',
|
|
719
719
|
),
|
|
720
720
|
'color.background.accent.blue.subtle.pressed': token(
|
|
721
721
|
'color.background.accent.blue.subtle.pressed',
|
|
722
|
-
'#
|
|
722
|
+
'#ADCBFB',
|
|
723
723
|
),
|
|
724
|
-
'color.background.accent.blue.bolder': token('color.background.accent.blue.bolder', '#
|
|
724
|
+
'color.background.accent.blue.bolder': token('color.background.accent.blue.bolder', '#1868DB'),
|
|
725
725
|
'color.background.accent.blue.bolder.hovered': token(
|
|
726
726
|
'color.background.accent.blue.bolder.hovered',
|
|
727
|
-
'#
|
|
727
|
+
'#1558BC',
|
|
728
728
|
),
|
|
729
729
|
'color.background.accent.blue.bolder.pressed': token(
|
|
730
730
|
'color.background.accent.blue.bolder.pressed',
|
|
731
|
-
'#
|
|
731
|
+
'#144794',
|
|
732
732
|
),
|
|
733
733
|
'color.background.accent.purple.subtlest': token(
|
|
734
734
|
'color.background.accent.purple.subtlest',
|
|
735
|
-
'#
|
|
735
|
+
'#F8EEFE',
|
|
736
736
|
),
|
|
737
737
|
'color.background.accent.purple.subtlest.hovered': token(
|
|
738
738
|
'color.background.accent.purple.subtlest.hovered',
|
|
739
|
-
'#
|
|
739
|
+
'#EED7FC',
|
|
740
740
|
),
|
|
741
741
|
'color.background.accent.purple.subtlest.pressed': token(
|
|
742
742
|
'color.background.accent.purple.subtlest.pressed',
|
|
743
|
-
'#
|
|
743
|
+
'#E3BDFA',
|
|
744
744
|
),
|
|
745
745
|
'color.background.accent.purple.subtler': token(
|
|
746
746
|
'color.background.accent.purple.subtler',
|
|
747
|
-
'#
|
|
747
|
+
'#EED7FC',
|
|
748
748
|
),
|
|
749
749
|
'color.background.accent.purple.subtler.hovered': token(
|
|
750
750
|
'color.background.accent.purple.subtler.hovered',
|
|
751
|
-
'#
|
|
751
|
+
'#E3BDFA',
|
|
752
752
|
),
|
|
753
753
|
'color.background.accent.purple.subtler.pressed': token(
|
|
754
754
|
'color.background.accent.purple.subtler.pressed',
|
|
755
|
-
'#
|
|
755
|
+
'#D8A0F7',
|
|
756
756
|
),
|
|
757
757
|
'color.background.accent.purple.subtle': token(
|
|
758
758
|
'color.background.accent.purple.subtle',
|
|
759
|
-
'#
|
|
759
|
+
'#C97CF4',
|
|
760
760
|
),
|
|
761
761
|
'color.background.accent.purple.subtle.hovered': token(
|
|
762
762
|
'color.background.accent.purple.subtle.hovered',
|
|
763
|
-
'#
|
|
763
|
+
'#D8A0F7',
|
|
764
764
|
),
|
|
765
765
|
'color.background.accent.purple.subtle.pressed': token(
|
|
766
766
|
'color.background.accent.purple.subtle.pressed',
|
|
767
|
-
'#
|
|
767
|
+
'#E3BDFA',
|
|
768
768
|
),
|
|
769
769
|
'color.background.accent.purple.bolder': token(
|
|
770
770
|
'color.background.accent.purple.bolder',
|
|
771
|
-
'#
|
|
771
|
+
'#964AC0',
|
|
772
772
|
),
|
|
773
773
|
'color.background.accent.purple.bolder.hovered': token(
|
|
774
774
|
'color.background.accent.purple.bolder.hovered',
|
|
775
|
-
'#
|
|
775
|
+
'#803FA5',
|
|
776
776
|
),
|
|
777
777
|
'color.background.accent.purple.bolder.pressed': token(
|
|
778
778
|
'color.background.accent.purple.bolder.pressed',
|
|
779
|
-
'#
|
|
779
|
+
'#673286',
|
|
780
780
|
),
|
|
781
781
|
'color.background.accent.magenta.subtlest': token(
|
|
782
782
|
'color.background.accent.magenta.subtlest',
|
|
@@ -788,7 +788,7 @@ export const backgroundColorMap: {
|
|
|
788
788
|
),
|
|
789
789
|
'color.background.accent.magenta.subtlest.pressed': token(
|
|
790
790
|
'color.background.accent.magenta.subtlest.pressed',
|
|
791
|
-
'#
|
|
791
|
+
'#FCB6E1',
|
|
792
792
|
),
|
|
793
793
|
'color.background.accent.magenta.subtler': token(
|
|
794
794
|
'color.background.accent.magenta.subtler',
|
|
@@ -796,11 +796,11 @@ export const backgroundColorMap: {
|
|
|
796
796
|
),
|
|
797
797
|
'color.background.accent.magenta.subtler.hovered': token(
|
|
798
798
|
'color.background.accent.magenta.subtler.hovered',
|
|
799
|
-
'#
|
|
799
|
+
'#FCB6E1',
|
|
800
800
|
),
|
|
801
801
|
'color.background.accent.magenta.subtler.pressed': token(
|
|
802
802
|
'color.background.accent.magenta.subtler.pressed',
|
|
803
|
-
'#
|
|
803
|
+
'#F797D2',
|
|
804
804
|
),
|
|
805
805
|
'color.background.accent.magenta.subtle': token(
|
|
806
806
|
'color.background.accent.magenta.subtle',
|
|
@@ -812,7 +812,7 @@ export const backgroundColorMap: {
|
|
|
812
812
|
),
|
|
813
813
|
'color.background.accent.magenta.subtle.pressed': token(
|
|
814
814
|
'color.background.accent.magenta.subtle.pressed',
|
|
815
|
-
'#
|
|
815
|
+
'#FCB6E1',
|
|
816
816
|
),
|
|
817
817
|
'color.background.accent.magenta.bolder': token(
|
|
818
818
|
'color.background.accent.magenta.bolder',
|
|
@@ -824,50 +824,50 @@ export const backgroundColorMap: {
|
|
|
824
824
|
),
|
|
825
825
|
'color.background.accent.magenta.bolder.pressed': token(
|
|
826
826
|
'color.background.accent.magenta.bolder.pressed',
|
|
827
|
-
'#
|
|
827
|
+
'#77325B',
|
|
828
828
|
),
|
|
829
829
|
'color.background.accent.gray.subtlest': token(
|
|
830
830
|
'color.background.accent.gray.subtlest',
|
|
831
|
-
'#
|
|
831
|
+
'#F0F1F2',
|
|
832
832
|
),
|
|
833
833
|
'color.background.accent.gray.subtlest.hovered': token(
|
|
834
834
|
'color.background.accent.gray.subtlest.hovered',
|
|
835
|
-
'#
|
|
835
|
+
'#DDDEE1',
|
|
836
836
|
),
|
|
837
837
|
'color.background.accent.gray.subtlest.pressed': token(
|
|
838
838
|
'color.background.accent.gray.subtlest.pressed',
|
|
839
|
-
'#
|
|
839
|
+
'#B7B9BE',
|
|
840
840
|
),
|
|
841
|
-
'color.background.accent.gray.subtler': token('color.background.accent.gray.subtler', '#
|
|
841
|
+
'color.background.accent.gray.subtler': token('color.background.accent.gray.subtler', '#DDDEE1'),
|
|
842
842
|
'color.background.accent.gray.subtler.hovered': token(
|
|
843
843
|
'color.background.accent.gray.subtler.hovered',
|
|
844
|
-
'#
|
|
844
|
+
'#B7B9BE',
|
|
845
845
|
),
|
|
846
846
|
'color.background.accent.gray.subtler.pressed': token(
|
|
847
847
|
'color.background.accent.gray.subtler.pressed',
|
|
848
|
-
'#
|
|
848
|
+
'#8C8F97',
|
|
849
849
|
),
|
|
850
|
-
'color.background.accent.gray.subtle': token('color.background.accent.gray.subtle', '#
|
|
850
|
+
'color.background.accent.gray.subtle': token('color.background.accent.gray.subtle', '#8C8F97'),
|
|
851
851
|
'color.background.accent.gray.subtle.hovered': token(
|
|
852
852
|
'color.background.accent.gray.subtle.hovered',
|
|
853
|
-
'#
|
|
853
|
+
'#B7B9BE',
|
|
854
854
|
),
|
|
855
855
|
'color.background.accent.gray.subtle.pressed': token(
|
|
856
856
|
'color.background.accent.gray.subtle.pressed',
|
|
857
|
-
'#
|
|
857
|
+
'#DDDEE1',
|
|
858
858
|
),
|
|
859
|
-
'color.background.accent.gray.bolder': token('color.background.accent.gray.bolder', '#
|
|
859
|
+
'color.background.accent.gray.bolder': token('color.background.accent.gray.bolder', '#6B6E76'),
|
|
860
860
|
'color.background.accent.gray.bolder.hovered': token(
|
|
861
861
|
'color.background.accent.gray.bolder.hovered',
|
|
862
|
-
'#
|
|
862
|
+
'#505258',
|
|
863
863
|
),
|
|
864
864
|
'color.background.accent.gray.bolder.pressed': token(
|
|
865
865
|
'color.background.accent.gray.bolder.pressed',
|
|
866
|
-
'#
|
|
866
|
+
'#3B3D42',
|
|
867
867
|
),
|
|
868
|
-
'color.background.disabled': token('color.background.disabled', '#
|
|
869
|
-
'color.background.input': token('color.background.input', '#
|
|
870
|
-
'color.background.input.hovered': token('color.background.input.hovered', '#
|
|
868
|
+
'color.background.disabled': token('color.background.disabled', '#17171708'),
|
|
869
|
+
'color.background.input': token('color.background.input', '#FFFFFF'),
|
|
870
|
+
'color.background.input.hovered': token('color.background.input.hovered', '#F8F8F8'),
|
|
871
871
|
'color.background.input.pressed': token('color.background.input.pressed', '#FFFFFF'),
|
|
872
872
|
'color.background.inverse.subtle': token('color.background.inverse.subtle', '#00000029'),
|
|
873
873
|
'color.background.inverse.subtle.hovered': token(
|
|
@@ -878,174 +878,174 @@ export const backgroundColorMap: {
|
|
|
878
878
|
'color.background.inverse.subtle.pressed',
|
|
879
879
|
'#00000052',
|
|
880
880
|
),
|
|
881
|
-
'color.background.neutral': token('color.background.neutral', '#
|
|
882
|
-
'color.background.neutral.hovered': token('color.background.neutral.hovered', '#
|
|
883
|
-
'color.background.neutral.pressed': token('color.background.neutral.pressed', '#
|
|
884
|
-
'color.background.neutral.subtle': token('color.background.neutral.subtle', '
|
|
881
|
+
'color.background.neutral': token('color.background.neutral', '#0515240F'),
|
|
882
|
+
'color.background.neutral.hovered': token('color.background.neutral.hovered', '#0B120E24'),
|
|
883
|
+
'color.background.neutral.pressed': token('color.background.neutral.pressed', '#080F214A'),
|
|
884
|
+
'color.background.neutral.subtle': token('color.background.neutral.subtle', '#00000000'),
|
|
885
885
|
'color.background.neutral.subtle.hovered': token(
|
|
886
886
|
'color.background.neutral.subtle.hovered',
|
|
887
|
-
'#
|
|
887
|
+
'#0515240F',
|
|
888
888
|
),
|
|
889
889
|
'color.background.neutral.subtle.pressed': token(
|
|
890
890
|
'color.background.neutral.subtle.pressed',
|
|
891
|
-
'#
|
|
891
|
+
'#0B120E24',
|
|
892
892
|
),
|
|
893
|
-
'color.background.neutral.bold': token('color.background.neutral.bold', '#
|
|
893
|
+
'color.background.neutral.bold': token('color.background.neutral.bold', '#292A2E'),
|
|
894
894
|
'color.background.neutral.bold.hovered': token(
|
|
895
895
|
'color.background.neutral.bold.hovered',
|
|
896
|
-
'#
|
|
896
|
+
'#3B3D42',
|
|
897
897
|
),
|
|
898
898
|
'color.background.neutral.bold.pressed': token(
|
|
899
899
|
'color.background.neutral.bold.pressed',
|
|
900
|
-
'#
|
|
900
|
+
'#505258',
|
|
901
901
|
),
|
|
902
|
-
'color.background.selected': token('color.background.selected', '#
|
|
903
|
-
'color.background.selected.hovered': token('color.background.selected.hovered', '#
|
|
904
|
-
'color.background.selected.pressed': token('color.background.selected.pressed', '#
|
|
905
|
-
'color.background.selected.bold': token('color.background.selected.bold', '#
|
|
902
|
+
'color.background.selected': token('color.background.selected', '#E9F2FE'),
|
|
903
|
+
'color.background.selected.hovered': token('color.background.selected.hovered', '#CFE1FD'),
|
|
904
|
+
'color.background.selected.pressed': token('color.background.selected.pressed', '#8FB8F6'),
|
|
905
|
+
'color.background.selected.bold': token('color.background.selected.bold', '#1868DB'),
|
|
906
906
|
'color.background.selected.bold.hovered': token(
|
|
907
907
|
'color.background.selected.bold.hovered',
|
|
908
|
-
'#
|
|
908
|
+
'#1558BC',
|
|
909
909
|
),
|
|
910
910
|
'color.background.selected.bold.pressed': token(
|
|
911
911
|
'color.background.selected.bold.pressed',
|
|
912
|
-
'#
|
|
912
|
+
'#123263',
|
|
913
913
|
),
|
|
914
|
-
'color.background.brand.subtlest': token('color.background.brand.subtlest', '#
|
|
914
|
+
'color.background.brand.subtlest': token('color.background.brand.subtlest', '#E9F2FE'),
|
|
915
915
|
'color.background.brand.subtlest.hovered': token(
|
|
916
916
|
'color.background.brand.subtlest.hovered',
|
|
917
|
-
'#
|
|
917
|
+
'#CFE1FD',
|
|
918
918
|
),
|
|
919
919
|
'color.background.brand.subtlest.pressed': token(
|
|
920
920
|
'color.background.brand.subtlest.pressed',
|
|
921
|
-
'#
|
|
921
|
+
'#ADCBFB',
|
|
922
922
|
),
|
|
923
|
-
'color.background.brand.bold': token('color.background.brand.bold', '#
|
|
924
|
-
'color.background.brand.bold.hovered': token('color.background.brand.bold.hovered', '#
|
|
925
|
-
'color.background.brand.bold.pressed': token('color.background.brand.bold.pressed', '#
|
|
926
|
-
'color.background.brand.boldest': token('color.background.brand.boldest', '#
|
|
923
|
+
'color.background.brand.bold': token('color.background.brand.bold', '#1868DB'),
|
|
924
|
+
'color.background.brand.bold.hovered': token('color.background.brand.bold.hovered', '#1558BC'),
|
|
925
|
+
'color.background.brand.bold.pressed': token('color.background.brand.bold.pressed', '#144794'),
|
|
926
|
+
'color.background.brand.boldest': token('color.background.brand.boldest', '#1C2B42'),
|
|
927
927
|
'color.background.brand.boldest.hovered': token(
|
|
928
928
|
'color.background.brand.boldest.hovered',
|
|
929
|
-
'#
|
|
929
|
+
'#123263',
|
|
930
930
|
),
|
|
931
931
|
'color.background.brand.boldest.pressed': token(
|
|
932
932
|
'color.background.brand.boldest.pressed',
|
|
933
|
-
'#
|
|
933
|
+
'#144794',
|
|
934
934
|
),
|
|
935
|
-
'color.background.danger': token('color.background.danger', '#
|
|
936
|
-
'color.background.danger.hovered': token('color.background.danger.hovered', '#
|
|
937
|
-
'color.background.danger.pressed': token('color.background.danger.pressed', '#
|
|
938
|
-
'color.background.danger.subtler': token('color.background.danger.subtler', '#
|
|
935
|
+
'color.background.danger': token('color.background.danger', '#FFECEB'),
|
|
936
|
+
'color.background.danger.hovered': token('color.background.danger.hovered', '#FFD5D2'),
|
|
937
|
+
'color.background.danger.pressed': token('color.background.danger.pressed', '#FFB8B2'),
|
|
938
|
+
'color.background.danger.subtler': token('color.background.danger.subtler', '#FFD5D2'),
|
|
939
939
|
'color.background.danger.subtler.hovered': token(
|
|
940
940
|
'color.background.danger.subtler.hovered',
|
|
941
|
-
'#
|
|
941
|
+
'#FFB8B2',
|
|
942
942
|
),
|
|
943
943
|
'color.background.danger.subtler.pressed': token(
|
|
944
944
|
'color.background.danger.subtler.pressed',
|
|
945
|
-
'#
|
|
946
|
-
),
|
|
947
|
-
'color.background.danger.bold': token('color.background.danger.bold', '#
|
|
948
|
-
'color.background.danger.bold.hovered': token('color.background.danger.bold.hovered', '#
|
|
949
|
-
'color.background.danger.bold.pressed': token('color.background.danger.bold.pressed', '#
|
|
950
|
-
'color.background.warning': token('color.background.warning', '#
|
|
951
|
-
'color.background.warning.hovered': token('color.background.warning.hovered', '#
|
|
952
|
-
'color.background.warning.pressed': token('color.background.warning.pressed', '#
|
|
953
|
-
'color.background.warning.subtler': token('color.background.warning.subtler', '#
|
|
945
|
+
'#FD9891',
|
|
946
|
+
),
|
|
947
|
+
'color.background.danger.bold': token('color.background.danger.bold', '#C9372C'),
|
|
948
|
+
'color.background.danger.bold.hovered': token('color.background.danger.bold.hovered', '#AE2E24'),
|
|
949
|
+
'color.background.danger.bold.pressed': token('color.background.danger.bold.pressed', '#872821'),
|
|
950
|
+
'color.background.warning': token('color.background.warning', '#FFF5DB'),
|
|
951
|
+
'color.background.warning.hovered': token('color.background.warning.hovered', '#FCE4A6'),
|
|
952
|
+
'color.background.warning.pressed': token('color.background.warning.pressed', '#FBD779'),
|
|
953
|
+
'color.background.warning.subtler': token('color.background.warning.subtler', '#FCE4A6'),
|
|
954
954
|
'color.background.warning.subtler.hovered': token(
|
|
955
955
|
'color.background.warning.subtler.hovered',
|
|
956
|
-
'#
|
|
956
|
+
'#FBD779',
|
|
957
957
|
),
|
|
958
958
|
'color.background.warning.subtler.pressed': token(
|
|
959
959
|
'color.background.warning.subtler.pressed',
|
|
960
|
-
'#
|
|
960
|
+
'#FBC828',
|
|
961
961
|
),
|
|
962
|
-
'color.background.warning.bold': token('color.background.warning.bold', '#
|
|
962
|
+
'color.background.warning.bold': token('color.background.warning.bold', '#FBC828'),
|
|
963
963
|
'color.background.warning.bold.hovered': token(
|
|
964
964
|
'color.background.warning.bold.hovered',
|
|
965
|
-
'#
|
|
965
|
+
'#FCA700',
|
|
966
966
|
),
|
|
967
967
|
'color.background.warning.bold.pressed': token(
|
|
968
968
|
'color.background.warning.bold.pressed',
|
|
969
|
-
'#
|
|
969
|
+
'#F68909',
|
|
970
970
|
),
|
|
971
|
-
'color.background.success': token('color.background.success', '#
|
|
972
|
-
'color.background.success.hovered': token('color.background.success.hovered', '#
|
|
973
|
-
'color.background.success.pressed': token('color.background.success.pressed', '#
|
|
974
|
-
'color.background.success.subtler': token('color.background.success.subtler', '#
|
|
971
|
+
'color.background.success': token('color.background.success', '#EFFFD6'),
|
|
972
|
+
'color.background.success.hovered': token('color.background.success.hovered', '#D3F1A7'),
|
|
973
|
+
'color.background.success.pressed': token('color.background.success.pressed', '#BDE97C'),
|
|
974
|
+
'color.background.success.subtler': token('color.background.success.subtler', '#D3F1A7'),
|
|
975
975
|
'color.background.success.subtler.hovered': token(
|
|
976
976
|
'color.background.success.subtler.hovered',
|
|
977
|
-
'#
|
|
977
|
+
'#BDE97C',
|
|
978
978
|
),
|
|
979
979
|
'color.background.success.subtler.pressed': token(
|
|
980
980
|
'color.background.success.subtler.pressed',
|
|
981
|
-
'#
|
|
981
|
+
'#B3DF72',
|
|
982
982
|
),
|
|
983
|
-
'color.background.success.bold': token('color.background.success.bold', '#
|
|
983
|
+
'color.background.success.bold': token('color.background.success.bold', '#5B7F24'),
|
|
984
984
|
'color.background.success.bold.hovered': token(
|
|
985
985
|
'color.background.success.bold.hovered',
|
|
986
|
-
'#
|
|
986
|
+
'#4C6B1F',
|
|
987
987
|
),
|
|
988
988
|
'color.background.success.bold.pressed': token(
|
|
989
989
|
'color.background.success.bold.pressed',
|
|
990
|
-
'#
|
|
990
|
+
'#3F5224',
|
|
991
991
|
),
|
|
992
|
-
'color.background.discovery': token('color.background.discovery', '#
|
|
993
|
-
'color.background.discovery.hovered': token('color.background.discovery.hovered', '#
|
|
994
|
-
'color.background.discovery.pressed': token('color.background.discovery.pressed', '#
|
|
995
|
-
'color.background.discovery.subtler': token('color.background.discovery.subtler', '#
|
|
992
|
+
'color.background.discovery': token('color.background.discovery', '#F8EEFE'),
|
|
993
|
+
'color.background.discovery.hovered': token('color.background.discovery.hovered', '#EED7FC'),
|
|
994
|
+
'color.background.discovery.pressed': token('color.background.discovery.pressed', '#E3BDFA'),
|
|
995
|
+
'color.background.discovery.subtler': token('color.background.discovery.subtler', '#EED7FC'),
|
|
996
996
|
'color.background.discovery.subtler.hovered': token(
|
|
997
997
|
'color.background.discovery.subtler.hovered',
|
|
998
|
-
'#
|
|
998
|
+
'#E3BDFA',
|
|
999
999
|
),
|
|
1000
1000
|
'color.background.discovery.subtler.pressed': token(
|
|
1001
1001
|
'color.background.discovery.subtler.pressed',
|
|
1002
|
-
'#
|
|
1002
|
+
'#D8A0F7',
|
|
1003
1003
|
),
|
|
1004
|
-
'color.background.discovery.bold': token('color.background.discovery.bold', '#
|
|
1004
|
+
'color.background.discovery.bold': token('color.background.discovery.bold', '#964AC0'),
|
|
1005
1005
|
'color.background.discovery.bold.hovered': token(
|
|
1006
1006
|
'color.background.discovery.bold.hovered',
|
|
1007
|
-
'#
|
|
1007
|
+
'#803FA5',
|
|
1008
1008
|
),
|
|
1009
1009
|
'color.background.discovery.bold.pressed': token(
|
|
1010
1010
|
'color.background.discovery.bold.pressed',
|
|
1011
|
-
'#
|
|
1011
|
+
'#673286',
|
|
1012
1012
|
),
|
|
1013
|
-
'color.background.information': token('color.background.information', '#
|
|
1014
|
-
'color.background.information.hovered': token('color.background.information.hovered', '#
|
|
1015
|
-
'color.background.information.pressed': token('color.background.information.pressed', '#
|
|
1016
|
-
'color.background.information.subtler': token('color.background.information.subtler', '#
|
|
1013
|
+
'color.background.information': token('color.background.information', '#E9F2FE'),
|
|
1014
|
+
'color.background.information.hovered': token('color.background.information.hovered', '#CFE1FD'),
|
|
1015
|
+
'color.background.information.pressed': token('color.background.information.pressed', '#ADCBFB'),
|
|
1016
|
+
'color.background.information.subtler': token('color.background.information.subtler', '#CFE1FD'),
|
|
1017
1017
|
'color.background.information.subtler.hovered': token(
|
|
1018
1018
|
'color.background.information.subtler.hovered',
|
|
1019
|
-
'#
|
|
1019
|
+
'#ADCBFB',
|
|
1020
1020
|
),
|
|
1021
1021
|
'color.background.information.subtler.pressed': token(
|
|
1022
1022
|
'color.background.information.subtler.pressed',
|
|
1023
|
-
'#
|
|
1023
|
+
'#8FB8F6',
|
|
1024
1024
|
),
|
|
1025
|
-
'color.background.information.bold': token('color.background.information.bold', '#
|
|
1025
|
+
'color.background.information.bold': token('color.background.information.bold', '#1868DB'),
|
|
1026
1026
|
'color.background.information.bold.hovered': token(
|
|
1027
1027
|
'color.background.information.bold.hovered',
|
|
1028
|
-
'#
|
|
1028
|
+
'#1558BC',
|
|
1029
1029
|
),
|
|
1030
1030
|
'color.background.information.bold.pressed': token(
|
|
1031
1031
|
'color.background.information.bold.pressed',
|
|
1032
|
-
'#
|
|
1032
|
+
'#144794',
|
|
1033
1033
|
),
|
|
1034
|
-
'color.blanket': token('color.blanket', '#
|
|
1034
|
+
'color.blanket': token('color.blanket', '#050C1F75'),
|
|
1035
1035
|
'color.blanket.selected': token('color.blanket.selected', '#388BFF14'),
|
|
1036
1036
|
'color.blanket.danger': token('color.blanket.danger', '#EF5C4814'),
|
|
1037
|
-
'color.skeleton': token('color.skeleton', '#
|
|
1038
|
-
'color.skeleton.subtle': token('color.skeleton.subtle', '#
|
|
1037
|
+
'color.skeleton': token('color.skeleton', '#0515240F'),
|
|
1038
|
+
'color.skeleton.subtle': token('color.skeleton.subtle', '#17171708'),
|
|
1039
1039
|
'elevation.surface': token('elevation.surface', '#FFFFFF'),
|
|
1040
|
-
'elevation.surface.hovered': token('elevation.surface.hovered', '#
|
|
1041
|
-
'elevation.surface.pressed': token('elevation.surface.pressed', '#
|
|
1040
|
+
'elevation.surface.hovered': token('elevation.surface.hovered', '#F0F1F2'),
|
|
1041
|
+
'elevation.surface.pressed': token('elevation.surface.pressed', '#DDDEE1'),
|
|
1042
1042
|
'elevation.surface.overlay': token('elevation.surface.overlay', '#FFFFFF'),
|
|
1043
|
-
'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#
|
|
1044
|
-
'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#
|
|
1043
|
+
'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#F0F1F2'),
|
|
1044
|
+
'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#DDDEE1'),
|
|
1045
1045
|
'elevation.surface.raised': token('elevation.surface.raised', '#FFFFFF'),
|
|
1046
|
-
'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#
|
|
1047
|
-
'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#
|
|
1048
|
-
'elevation.surface.sunken': token('elevation.surface.sunken', '#
|
|
1046
|
+
'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#F0F1F2'),
|
|
1047
|
+
'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#DDDEE1'),
|
|
1048
|
+
'elevation.surface.sunken': token('elevation.surface.sunken', '#F8F8F8'),
|
|
1049
1049
|
'utility.elevation.surface.current': token('utility.elevation.surface.current', '#FFFFFF'),
|
|
1050
1050
|
} as const;
|
|
1051
1051
|
|
|
@@ -1076,29 +1076,29 @@ export const borderColorMap: {
|
|
|
1076
1076
|
'color.border.information': 'var(--ds-border-information)';
|
|
1077
1077
|
'color.border.bold': 'var(--ds-border-bold)';
|
|
1078
1078
|
} = {
|
|
1079
|
-
'color.border': token('color.border', '#
|
|
1079
|
+
'color.border': token('color.border', '#0B120E24'),
|
|
1080
1080
|
'color.border.accent.lime': token('color.border.accent.lime', '#6A9A23'),
|
|
1081
|
-
'color.border.accent.red': token('color.border.accent.red', '#
|
|
1082
|
-
'color.border.accent.orange': token('color.border.accent.orange', '#
|
|
1083
|
-
'color.border.accent.yellow': token('color.border.accent.yellow', '#
|
|
1084
|
-
'color.border.accent.green': token('color.border.accent.green', '#
|
|
1085
|
-
'color.border.accent.teal': token('color.border.accent.teal', '#
|
|
1086
|
-
'color.border.accent.blue': token('color.border.accent.blue', '#
|
|
1087
|
-
'color.border.accent.purple': token('color.border.accent.purple', '#
|
|
1081
|
+
'color.border.accent.red': token('color.border.accent.red', '#E2483D'),
|
|
1082
|
+
'color.border.accent.orange': token('color.border.accent.orange', '#E06C00'),
|
|
1083
|
+
'color.border.accent.yellow': token('color.border.accent.yellow', '#B38600'),
|
|
1084
|
+
'color.border.accent.green': token('color.border.accent.green', '#22A06B'),
|
|
1085
|
+
'color.border.accent.teal': token('color.border.accent.teal', '#2898BD'),
|
|
1086
|
+
'color.border.accent.blue': token('color.border.accent.blue', '#357DE8'),
|
|
1087
|
+
'color.border.accent.purple': token('color.border.accent.purple', '#AF59E1'),
|
|
1088
1088
|
'color.border.accent.magenta': token('color.border.accent.magenta', '#CD519D'),
|
|
1089
|
-
'color.border.accent.gray': token('color.border.accent.gray', '#
|
|
1090
|
-
'color.border.disabled': token('color.border.disabled', '#
|
|
1091
|
-
'color.border.focused': token('color.border.focused', '#
|
|
1092
|
-
'color.border.input': token('color.border.input', '#
|
|
1089
|
+
'color.border.accent.gray': token('color.border.accent.gray', '#7D818A'),
|
|
1090
|
+
'color.border.disabled': token('color.border.disabled', '#0515240F'),
|
|
1091
|
+
'color.border.focused': token('color.border.focused', '#4688EC'),
|
|
1092
|
+
'color.border.input': token('color.border.input', '#8C8F97'),
|
|
1093
1093
|
'color.border.inverse': token('color.border.inverse', '#FFFFFF'),
|
|
1094
|
-
'color.border.selected': token('color.border.selected', '#
|
|
1095
|
-
'color.border.brand': token('color.border.brand', '#
|
|
1096
|
-
'color.border.danger': token('color.border.danger', '#
|
|
1097
|
-
'color.border.warning': token('color.border.warning', '#
|
|
1098
|
-
'color.border.success': token('color.border.success', '#
|
|
1099
|
-
'color.border.discovery': token('color.border.discovery', '#
|
|
1100
|
-
'color.border.information': token('color.border.information', '#
|
|
1101
|
-
'color.border.bold': token('color.border.bold', '#
|
|
1094
|
+
'color.border.selected': token('color.border.selected', '#1868DB'),
|
|
1095
|
+
'color.border.brand': token('color.border.brand', '#1868DB'),
|
|
1096
|
+
'color.border.danger': token('color.border.danger', '#E2483D'),
|
|
1097
|
+
'color.border.warning': token('color.border.warning', '#E06C00'),
|
|
1098
|
+
'color.border.success': token('color.border.success', '#6A9A23'),
|
|
1099
|
+
'color.border.discovery': token('color.border.discovery', '#AF59E1'),
|
|
1100
|
+
'color.border.information': token('color.border.information', '#357DE8'),
|
|
1101
|
+
'color.border.bold': token('color.border.bold', '#7D818A'),
|
|
1102
1102
|
} as const;
|
|
1103
1103
|
|
|
1104
1104
|
export type BorderColor = keyof typeof borderColorMap;
|
|
@@ -1182,17 +1182,17 @@ export const shadowMap: {
|
|
|
1182
1182
|
} = {
|
|
1183
1183
|
'elevation.shadow.overflow': token(
|
|
1184
1184
|
'elevation.shadow.overflow',
|
|
1185
|
-
'0px 0px 8px #
|
|
1185
|
+
'0px 0px 8px #1E1F21, 0px 0px 1px #1E1F21',
|
|
1186
1186
|
),
|
|
1187
|
-
'elevation.shadow.overflow.perimeter': token('elevation.shadow.overflow.perimeter', '#
|
|
1188
|
-
'elevation.shadow.overflow.spread': token('elevation.shadow.overflow.spread', '#
|
|
1187
|
+
'elevation.shadow.overflow.perimeter': token('elevation.shadow.overflow.perimeter', '#1E1F211f'),
|
|
1188
|
+
'elevation.shadow.overflow.spread': token('elevation.shadow.overflow.spread', '#1E1F2129'),
|
|
1189
1189
|
'elevation.shadow.overlay': token(
|
|
1190
1190
|
'elevation.shadow.overlay',
|
|
1191
|
-
'0px 8px 12px #
|
|
1191
|
+
'0px 8px 12px #1E1F21, 0px 0px 1px #1E1F21',
|
|
1192
1192
|
),
|
|
1193
1193
|
'elevation.shadow.raised': token(
|
|
1194
1194
|
'elevation.shadow.raised',
|
|
1195
|
-
'0px 1px 1px #
|
|
1195
|
+
'0px 1px 1px #1E1F21, 0px 0px 1px #1E1F21',
|
|
1196
1196
|
),
|
|
1197
1197
|
} as const;
|
|
1198
1198
|
|
|
@@ -1211,15 +1211,15 @@ export const surfaceColorMap: {
|
|
|
1211
1211
|
'elevation.surface.sunken': 'var(--ds-surface-sunken)';
|
|
1212
1212
|
} = {
|
|
1213
1213
|
'elevation.surface': token('elevation.surface', '#FFFFFF'),
|
|
1214
|
-
'elevation.surface.hovered': token('elevation.surface.hovered', '#
|
|
1215
|
-
'elevation.surface.pressed': token('elevation.surface.pressed', '#
|
|
1214
|
+
'elevation.surface.hovered': token('elevation.surface.hovered', '#F0F1F2'),
|
|
1215
|
+
'elevation.surface.pressed': token('elevation.surface.pressed', '#DDDEE1'),
|
|
1216
1216
|
'elevation.surface.overlay': token('elevation.surface.overlay', '#FFFFFF'),
|
|
1217
|
-
'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#
|
|
1218
|
-
'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#
|
|
1217
|
+
'elevation.surface.overlay.hovered': token('elevation.surface.overlay.hovered', '#F0F1F2'),
|
|
1218
|
+
'elevation.surface.overlay.pressed': token('elevation.surface.overlay.pressed', '#DDDEE1'),
|
|
1219
1219
|
'elevation.surface.raised': token('elevation.surface.raised', '#FFFFFF'),
|
|
1220
|
-
'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#
|
|
1221
|
-
'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#
|
|
1222
|
-
'elevation.surface.sunken': token('elevation.surface.sunken', '#
|
|
1220
|
+
'elevation.surface.raised.hovered': token('elevation.surface.raised.hovered', '#F0F1F2'),
|
|
1221
|
+
'elevation.surface.raised.pressed': token('elevation.surface.raised.pressed', '#DDDEE1'),
|
|
1222
|
+
'elevation.surface.sunken': token('elevation.surface.sunken', '#F8F8F8'),
|
|
1223
1223
|
} as const;
|
|
1224
1224
|
|
|
1225
1225
|
export type SurfaceColor = keyof typeof surfaceColorMap;
|