@atlaskit/tokens 7.1.1 → 8.0.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 +26 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +266 -266
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/cjs/entry-points/palettes-raw.js +0 -7
- package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
- package/dist/cjs/entry-points/tokens-raw.js +0 -14
- package/dist/cjs/get-theme-styles.js +0 -3
- package/dist/cjs/get-token-value.js +0 -4
- package/dist/cjs/get-token.js +0 -4
- package/dist/cjs/theme-config.js +1 -19
- package/dist/cjs/utils/theme-loading.js +3 -7
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
- package/dist/es2019/artifacts/theme-import-map.js +2 -6
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
- package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
- package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
- package/dist/es2019/artifacts/token-default-values.js +266 -266
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/es2019/entry-points/palettes-raw.js +0 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
- package/dist/es2019/entry-points/tokens-raw.js +0 -2
- package/dist/es2019/get-theme-styles.js +0 -1
- package/dist/es2019/get-token-value.js +0 -4
- package/dist/es2019/get-token.js +0 -4
- package/dist/es2019/theme-config.js +1 -19
- package/dist/es2019/utils/theme-loading.js +0 -4
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +266 -266
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/esm/entry-points/palettes-raw.js +0 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
- package/dist/esm/entry-points/tokens-raw.js +0 -2
- package/dist/esm/get-theme-styles.js +0 -3
- package/dist/esm/get-token-value.js +0 -4
- package/dist/esm/get-token.js +0 -4
- package/dist/esm/theme-config.js +1 -19
- package/dist/esm/utils/theme-loading.js +3 -7
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +266 -266
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types/theme-config.d.ts +6 -6
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/figma/atlassian-dark-increased-contrast.json +292 -292
- package/figma/atlassian-dark.json +297 -297
- package/figma/atlassian-light-increased-contrast.json +220 -220
- package/figma/atlassian-light.json +268 -268
- package/package.json +5 -5
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/figma/atlassian-dark-brand-refresh.json +0 -3558
- package/figma/atlassian-light-brand-refresh.json +0 -3537
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::b82a8b02b639656e8d896b7b19368212>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
var tokens = [{
|
|
8
|
-
"value": "#
|
|
8
|
+
"value": "#1E1F21",
|
|
9
9
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
10
10
|
"isSource": true,
|
|
11
11
|
"attributes": {
|
|
@@ -115,7 +115,7 @@ var tokens = [{
|
|
|
115
115
|
"path": ["color", "text", "accent", "red", "bolder"],
|
|
116
116
|
"cleanName": "color.text.accent.red.bolder"
|
|
117
117
|
}, {
|
|
118
|
-
"value": "#
|
|
118
|
+
"value": "#693200",
|
|
119
119
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
120
120
|
"isSource": true,
|
|
121
121
|
"attributes": {
|
|
@@ -137,7 +137,7 @@ var tokens = [{
|
|
|
137
137
|
"path": ["color", "text", "accent", "orange", "[default]"],
|
|
138
138
|
"cleanName": "color.text.accent.orange"
|
|
139
139
|
}, {
|
|
140
|
-
"value": "#
|
|
140
|
+
"value": "#3A2C1F",
|
|
141
141
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
142
142
|
"isSource": true,
|
|
143
143
|
"attributes": {
|
|
@@ -291,7 +291,7 @@ var tokens = [{
|
|
|
291
291
|
"path": ["color", "text", "accent", "teal", "bolder"],
|
|
292
292
|
"cleanName": "color.text.accent.teal.bolder"
|
|
293
293
|
}, {
|
|
294
|
-
"value": "#
|
|
294
|
+
"value": "#123263",
|
|
295
295
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
296
296
|
"isSource": true,
|
|
297
297
|
"attributes": {
|
|
@@ -313,7 +313,7 @@ var tokens = [{
|
|
|
313
313
|
"path": ["color", "text", "accent", "blue", "[default]"],
|
|
314
314
|
"cleanName": "color.text.accent.blue"
|
|
315
315
|
}, {
|
|
316
|
-
"value": "#
|
|
316
|
+
"value": "#1C2B42",
|
|
317
317
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
318
318
|
"isSource": true,
|
|
319
319
|
"attributes": {
|
|
@@ -335,7 +335,7 @@ var tokens = [{
|
|
|
335
335
|
"path": ["color", "text", "accent", "blue", "bolder"],
|
|
336
336
|
"cleanName": "color.text.accent.blue.bolder"
|
|
337
337
|
}, {
|
|
338
|
-
"value": "#
|
|
338
|
+
"value": "#48245D",
|
|
339
339
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
340
340
|
"isSource": true,
|
|
341
341
|
"attributes": {
|
|
@@ -357,7 +357,7 @@ var tokens = [{
|
|
|
357
357
|
"path": ["color", "text", "accent", "purple", "[default]"],
|
|
358
358
|
"cleanName": "color.text.accent.purple"
|
|
359
359
|
}, {
|
|
360
|
-
"value": "#
|
|
360
|
+
"value": "#35243F",
|
|
361
361
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
362
362
|
"isSource": true,
|
|
363
363
|
"attributes": {
|
|
@@ -423,7 +423,7 @@ var tokens = [{
|
|
|
423
423
|
"path": ["color", "text", "accent", "magenta", "bolder"],
|
|
424
424
|
"cleanName": "color.text.accent.magenta.bolder"
|
|
425
425
|
}, {
|
|
426
|
-
"value": "#
|
|
426
|
+
"value": "#3B3D42",
|
|
427
427
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
428
428
|
"isSource": true,
|
|
429
429
|
"attributes": {
|
|
@@ -445,7 +445,7 @@ var tokens = [{
|
|
|
445
445
|
"path": ["color", "text", "accent", "gray", "[default]"],
|
|
446
446
|
"cleanName": "color.text.accent.gray"
|
|
447
447
|
}, {
|
|
448
|
-
"value": "#
|
|
448
|
+
"value": "#292A2E",
|
|
449
449
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
450
450
|
"isSource": true,
|
|
451
451
|
"attributes": {
|
|
@@ -467,7 +467,7 @@ var tokens = [{
|
|
|
467
467
|
"path": ["color", "text", "accent", "gray", "bolder"],
|
|
468
468
|
"cleanName": "color.text.accent.gray.bolder"
|
|
469
469
|
}, {
|
|
470
|
-
"value": "#
|
|
470
|
+
"value": "#080F214A",
|
|
471
471
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
472
472
|
"isSource": false,
|
|
473
473
|
"attributes": {
|
|
@@ -511,7 +511,7 @@ var tokens = [{
|
|
|
511
511
|
"path": ["color", "text", "inverse"],
|
|
512
512
|
"cleanName": "color.text.inverse"
|
|
513
513
|
}, {
|
|
514
|
-
"value": "#
|
|
514
|
+
"value": "#123263",
|
|
515
515
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
516
516
|
"isSource": true,
|
|
517
517
|
"attributes": {
|
|
@@ -533,7 +533,7 @@ var tokens = [{
|
|
|
533
533
|
"path": ["color", "text", "selected"],
|
|
534
534
|
"cleanName": "color.text.selected"
|
|
535
535
|
}, {
|
|
536
|
-
"value": "#
|
|
536
|
+
"value": "#123263",
|
|
537
537
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
538
538
|
"isSource": true,
|
|
539
539
|
"attributes": {
|
|
@@ -577,7 +577,7 @@ var tokens = [{
|
|
|
577
577
|
"path": ["color", "text", "danger"],
|
|
578
578
|
"cleanName": "color.text.danger"
|
|
579
579
|
}, {
|
|
580
|
-
"value": "#
|
|
580
|
+
"value": "#693200",
|
|
581
581
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
582
582
|
"isSource": true,
|
|
583
583
|
"attributes": {
|
|
@@ -643,7 +643,7 @@ var tokens = [{
|
|
|
643
643
|
"path": ["color", "text", "success"],
|
|
644
644
|
"cleanName": "color.text.success"
|
|
645
645
|
}, {
|
|
646
|
-
"value": "#
|
|
646
|
+
"value": "#48245D",
|
|
647
647
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
648
648
|
"isSource": true,
|
|
649
649
|
"attributes": {
|
|
@@ -665,7 +665,7 @@ var tokens = [{
|
|
|
665
665
|
"path": ["color", "text", "discovery"],
|
|
666
666
|
"cleanName": "color.text.discovery"
|
|
667
667
|
}, {
|
|
668
|
-
"value": "#
|
|
668
|
+
"value": "#123263",
|
|
669
669
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
670
670
|
"isSource": true,
|
|
671
671
|
"attributes": {
|
|
@@ -687,7 +687,7 @@ var tokens = [{
|
|
|
687
687
|
"path": ["color", "text", "information"],
|
|
688
688
|
"cleanName": "color.text.information"
|
|
689
689
|
}, {
|
|
690
|
-
"value": "#
|
|
690
|
+
"value": "#3B3D42",
|
|
691
691
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
692
692
|
"isSource": true,
|
|
693
693
|
"attributes": {
|
|
@@ -709,7 +709,7 @@ var tokens = [{
|
|
|
709
709
|
"path": ["color", "text", "subtlest"],
|
|
710
710
|
"cleanName": "color.text.subtlest"
|
|
711
711
|
}, {
|
|
712
|
-
"value": "#
|
|
712
|
+
"value": "#292A2E",
|
|
713
713
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
714
714
|
"isSource": true,
|
|
715
715
|
"attributes": {
|
|
@@ -731,7 +731,7 @@ var tokens = [{
|
|
|
731
731
|
"path": ["color", "text", "subtle"],
|
|
732
732
|
"cleanName": "color.text.subtle"
|
|
733
733
|
}, {
|
|
734
|
-
"value": "#
|
|
734
|
+
"value": "#123263",
|
|
735
735
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
736
736
|
"isSource": true,
|
|
737
737
|
"attributes": {
|
|
@@ -753,7 +753,7 @@ var tokens = [{
|
|
|
753
753
|
"path": ["color", "link", "[default]"],
|
|
754
754
|
"cleanName": "color.link"
|
|
755
755
|
}, {
|
|
756
|
-
"value": "#
|
|
756
|
+
"value": "#123263",
|
|
757
757
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
758
758
|
"isSource": true,
|
|
759
759
|
"attributes": {
|
|
@@ -775,7 +775,7 @@ var tokens = [{
|
|
|
775
775
|
"path": ["color", "link", "pressed"],
|
|
776
776
|
"cleanName": "color.link.pressed"
|
|
777
777
|
}, {
|
|
778
|
-
"value": "#
|
|
778
|
+
"value": "#803FA5",
|
|
779
779
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
780
780
|
"isSource": false,
|
|
781
781
|
"attributes": {
|
|
@@ -797,7 +797,7 @@ var tokens = [{
|
|
|
797
797
|
"path": ["color", "link", "visited", "[default]"],
|
|
798
798
|
"cleanName": "color.link.visited"
|
|
799
799
|
}, {
|
|
800
|
-
"value": "#
|
|
800
|
+
"value": "#48245D",
|
|
801
801
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
802
802
|
"isSource": false,
|
|
803
803
|
"attributes": {
|
|
@@ -819,7 +819,7 @@ var tokens = [{
|
|
|
819
819
|
"path": ["color", "link", "visited", "pressed"],
|
|
820
820
|
"cleanName": "color.link.visited.pressed"
|
|
821
821
|
}, {
|
|
822
|
-
"value": "#
|
|
822
|
+
"value": "#292A2E",
|
|
823
823
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
824
824
|
"isSource": true,
|
|
825
825
|
"attributes": {
|
|
@@ -885,7 +885,7 @@ var tokens = [{
|
|
|
885
885
|
"path": ["color", "icon", "accent", "red"],
|
|
886
886
|
"cleanName": "color.icon.accent.red"
|
|
887
887
|
}, {
|
|
888
|
-
"value": "#
|
|
888
|
+
"value": "#9E4C00",
|
|
889
889
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
890
890
|
"isSource": true,
|
|
891
891
|
"attributes": {
|
|
@@ -973,7 +973,7 @@ var tokens = [{
|
|
|
973
973
|
"path": ["color", "icon", "accent", "teal"],
|
|
974
974
|
"cleanName": "color.icon.accent.teal"
|
|
975
975
|
}, {
|
|
976
|
-
"value": "#
|
|
976
|
+
"value": "#1558BC",
|
|
977
977
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
978
978
|
"isSource": true,
|
|
979
979
|
"attributes": {
|
|
@@ -995,7 +995,7 @@ var tokens = [{
|
|
|
995
995
|
"path": ["color", "icon", "accent", "blue"],
|
|
996
996
|
"cleanName": "color.icon.accent.blue"
|
|
997
997
|
}, {
|
|
998
|
-
"value": "#
|
|
998
|
+
"value": "#803FA5",
|
|
999
999
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1000
1000
|
"isSource": true,
|
|
1001
1001
|
"attributes": {
|
|
@@ -1039,7 +1039,7 @@ var tokens = [{
|
|
|
1039
1039
|
"path": ["color", "icon", "accent", "magenta"],
|
|
1040
1040
|
"cleanName": "color.icon.accent.magenta"
|
|
1041
1041
|
}, {
|
|
1042
|
-
"value": "#
|
|
1042
|
+
"value": "#505258",
|
|
1043
1043
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1044
1044
|
"isSource": true,
|
|
1045
1045
|
"attributes": {
|
|
@@ -1061,7 +1061,7 @@ var tokens = [{
|
|
|
1061
1061
|
"path": ["color", "icon", "accent", "gray"],
|
|
1062
1062
|
"cleanName": "color.icon.accent.gray"
|
|
1063
1063
|
}, {
|
|
1064
|
-
"value": "#
|
|
1064
|
+
"value": "#080F214A",
|
|
1065
1065
|
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1066
1066
|
"isSource": false,
|
|
1067
1067
|
"attributes": {
|
|
@@ -1105,7 +1105,7 @@ var tokens = [{
|
|
|
1105
1105
|
"path": ["color", "icon", "inverse"],
|
|
1106
1106
|
"cleanName": "color.icon.inverse"
|
|
1107
1107
|
}, {
|
|
1108
|
-
"value": "#
|
|
1108
|
+
"value": "#1558BC",
|
|
1109
1109
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1110
1110
|
"isSource": true,
|
|
1111
1111
|
"attributes": {
|
|
@@ -1127,7 +1127,7 @@ var tokens = [{
|
|
|
1127
1127
|
"path": ["color", "icon", "selected"],
|
|
1128
1128
|
"cleanName": "color.icon.selected"
|
|
1129
1129
|
}, {
|
|
1130
|
-
"value": "#
|
|
1130
|
+
"value": "#1558BC",
|
|
1131
1131
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1132
1132
|
"isSource": true,
|
|
1133
1133
|
"attributes": {
|
|
@@ -1171,7 +1171,7 @@ var tokens = [{
|
|
|
1171
1171
|
"path": ["color", "icon", "danger"],
|
|
1172
1172
|
"cleanName": "color.icon.danger"
|
|
1173
1173
|
}, {
|
|
1174
|
-
"value": "#
|
|
1174
|
+
"value": "#9E4C00",
|
|
1175
1175
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1176
1176
|
"isSource": true,
|
|
1177
1177
|
"attributes": {
|
|
@@ -1237,7 +1237,7 @@ var tokens = [{
|
|
|
1237
1237
|
"path": ["color", "icon", "success"],
|
|
1238
1238
|
"cleanName": "color.icon.success"
|
|
1239
1239
|
}, {
|
|
1240
|
-
"value": "#
|
|
1240
|
+
"value": "#964AC0",
|
|
1241
1241
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1242
1242
|
"isSource": true,
|
|
1243
1243
|
"attributes": {
|
|
@@ -1259,7 +1259,7 @@ var tokens = [{
|
|
|
1259
1259
|
"path": ["color", "icon", "discovery"],
|
|
1260
1260
|
"cleanName": "color.icon.discovery"
|
|
1261
1261
|
}, {
|
|
1262
|
-
"value": "#
|
|
1262
|
+
"value": "#1558BC",
|
|
1263
1263
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1264
1264
|
"isSource": true,
|
|
1265
1265
|
"attributes": {
|
|
@@ -1281,7 +1281,7 @@ var tokens = [{
|
|
|
1281
1281
|
"path": ["color", "icon", "information"],
|
|
1282
1282
|
"cleanName": "color.icon.information"
|
|
1283
1283
|
}, {
|
|
1284
|
-
"value": "#
|
|
1284
|
+
"value": "#3B3D42",
|
|
1285
1285
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1286
1286
|
"isSource": true,
|
|
1287
1287
|
"attributes": {
|
|
@@ -1303,7 +1303,7 @@ var tokens = [{
|
|
|
1303
1303
|
"path": ["color", "icon", "subtlest"],
|
|
1304
1304
|
"cleanName": "color.icon.subtlest"
|
|
1305
1305
|
}, {
|
|
1306
|
-
"value": "#
|
|
1306
|
+
"value": "#3B3D42",
|
|
1307
1307
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1308
1308
|
"isSource": true,
|
|
1309
1309
|
"attributes": {
|
|
@@ -1325,7 +1325,7 @@ var tokens = [{
|
|
|
1325
1325
|
"path": ["color", "icon", "subtle"],
|
|
1326
1326
|
"cleanName": "color.icon.subtle"
|
|
1327
1327
|
}, {
|
|
1328
|
-
"value": "#
|
|
1328
|
+
"value": "#E9F0FB5C",
|
|
1329
1329
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1330
1330
|
"isSource": true,
|
|
1331
1331
|
"attributes": {
|
|
@@ -1391,7 +1391,7 @@ var tokens = [{
|
|
|
1391
1391
|
"path": ["color", "border", "accent", "red"],
|
|
1392
1392
|
"cleanName": "color.border.accent.red"
|
|
1393
1393
|
}, {
|
|
1394
|
-
"value": "#
|
|
1394
|
+
"value": "#9E4C00",
|
|
1395
1395
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1396
1396
|
"isSource": true,
|
|
1397
1397
|
"attributes": {
|
|
@@ -1479,7 +1479,7 @@ var tokens = [{
|
|
|
1479
1479
|
"path": ["color", "border", "accent", "teal"],
|
|
1480
1480
|
"cleanName": "color.border.accent.teal"
|
|
1481
1481
|
}, {
|
|
1482
|
-
"value": "#
|
|
1482
|
+
"value": "#1558BC",
|
|
1483
1483
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1484
1484
|
"isSource": true,
|
|
1485
1485
|
"attributes": {
|
|
@@ -1501,7 +1501,7 @@ var tokens = [{
|
|
|
1501
1501
|
"path": ["color", "border", "accent", "blue"],
|
|
1502
1502
|
"cleanName": "color.border.accent.blue"
|
|
1503
1503
|
}, {
|
|
1504
|
-
"value": "#
|
|
1504
|
+
"value": "#803FA5",
|
|
1505
1505
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1506
1506
|
"isSource": true,
|
|
1507
1507
|
"attributes": {
|
|
@@ -1545,7 +1545,7 @@ var tokens = [{
|
|
|
1545
1545
|
"path": ["color", "border", "accent", "magenta"],
|
|
1546
1546
|
"cleanName": "color.border.accent.magenta"
|
|
1547
1547
|
}, {
|
|
1548
|
-
"value": "#
|
|
1548
|
+
"value": "#505258",
|
|
1549
1549
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1550
1550
|
"isSource": true,
|
|
1551
1551
|
"attributes": {
|
|
@@ -1567,7 +1567,7 @@ var tokens = [{
|
|
|
1567
1567
|
"path": ["color", "border", "accent", "gray"],
|
|
1568
1568
|
"cleanName": "color.border.accent.gray"
|
|
1569
1569
|
}, {
|
|
1570
|
-
"value": "#
|
|
1570
|
+
"value": "#0B120E24",
|
|
1571
1571
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1572
1572
|
"isSource": true,
|
|
1573
1573
|
"attributes": {
|
|
@@ -1589,7 +1589,7 @@ var tokens = [{
|
|
|
1589
1589
|
"path": ["color", "border", "disabled"],
|
|
1590
1590
|
"cleanName": "color.border.disabled"
|
|
1591
1591
|
}, {
|
|
1592
|
-
"value": "#
|
|
1592
|
+
"value": "#1558BC",
|
|
1593
1593
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1594
1594
|
"isSource": true,
|
|
1595
1595
|
"attributes": {
|
|
@@ -1611,7 +1611,7 @@ var tokens = [{
|
|
|
1611
1611
|
"path": ["color", "border", "focused"],
|
|
1612
1612
|
"cleanName": "color.border.focused"
|
|
1613
1613
|
}, {
|
|
1614
|
-
"value": "#
|
|
1614
|
+
"value": "#505258",
|
|
1615
1615
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1616
1616
|
"isSource": true,
|
|
1617
1617
|
"attributes": {
|
|
@@ -1655,7 +1655,7 @@ var tokens = [{
|
|
|
1655
1655
|
"path": ["color", "border", "inverse"],
|
|
1656
1656
|
"cleanName": "color.border.inverse"
|
|
1657
1657
|
}, {
|
|
1658
|
-
"value": "#
|
|
1658
|
+
"value": "#1558BC",
|
|
1659
1659
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1660
1660
|
"isSource": true,
|
|
1661
1661
|
"attributes": {
|
|
@@ -1677,7 +1677,7 @@ var tokens = [{
|
|
|
1677
1677
|
"path": ["color", "border", "selected"],
|
|
1678
1678
|
"cleanName": "color.border.selected"
|
|
1679
1679
|
}, {
|
|
1680
|
-
"value": "#
|
|
1680
|
+
"value": "#1558BC",
|
|
1681
1681
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1682
1682
|
"isSource": true,
|
|
1683
1683
|
"attributes": {
|
|
@@ -1721,7 +1721,7 @@ var tokens = [{
|
|
|
1721
1721
|
"path": ["color", "border", "danger"],
|
|
1722
1722
|
"cleanName": "color.border.danger"
|
|
1723
1723
|
}, {
|
|
1724
|
-
"value": "#
|
|
1724
|
+
"value": "#9E4C00",
|
|
1725
1725
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1726
1726
|
"isSource": true,
|
|
1727
1727
|
"attributes": {
|
|
@@ -1765,7 +1765,7 @@ var tokens = [{
|
|
|
1765
1765
|
"path": ["color", "border", "success"],
|
|
1766
1766
|
"cleanName": "color.border.success"
|
|
1767
1767
|
}, {
|
|
1768
|
-
"value": "#
|
|
1768
|
+
"value": "#964AC0",
|
|
1769
1769
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1770
1770
|
"isSource": true,
|
|
1771
1771
|
"attributes": {
|
|
@@ -1787,7 +1787,7 @@ var tokens = [{
|
|
|
1787
1787
|
"path": ["color", "border", "discovery"],
|
|
1788
1788
|
"cleanName": "color.border.discovery"
|
|
1789
1789
|
}, {
|
|
1790
|
-
"value": "#
|
|
1790
|
+
"value": "#1558BC",
|
|
1791
1791
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1792
1792
|
"isSource": true,
|
|
1793
1793
|
"attributes": {
|
|
@@ -1809,7 +1809,7 @@ var tokens = [{
|
|
|
1809
1809
|
"path": ["color", "border", "information"],
|
|
1810
1810
|
"cleanName": "color.border.information"
|
|
1811
1811
|
}, {
|
|
1812
|
-
"value": "#
|
|
1812
|
+
"value": "#505258",
|
|
1813
1813
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1814
1814
|
"isSource": true,
|
|
1815
1815
|
"attributes": {
|
|
@@ -1875,7 +1875,7 @@ var tokens = [{
|
|
|
1875
1875
|
"path": ["color", "background", "accent", "lime", "subtlest", "hovered"],
|
|
1876
1876
|
"cleanName": "color.background.accent.lime.subtlest.hovered"
|
|
1877
1877
|
}, {
|
|
1878
|
-
"value": "#
|
|
1878
|
+
"value": "#BDE97C",
|
|
1879
1879
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1880
1880
|
"isSource": false,
|
|
1881
1881
|
"attributes": {
|
|
@@ -1885,7 +1885,7 @@ var tokens = [{
|
|
|
1885
1885
|
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1886
1886
|
},
|
|
1887
1887
|
"original": {
|
|
1888
|
-
"value": "
|
|
1888
|
+
"value": "Lime250",
|
|
1889
1889
|
"attributes": {
|
|
1890
1890
|
"group": "paint",
|
|
1891
1891
|
"state": "active",
|
|
@@ -1919,7 +1919,7 @@ var tokens = [{
|
|
|
1919
1919
|
"path": ["color", "background", "accent", "lime", "subtler", "[default]"],
|
|
1920
1920
|
"cleanName": "color.background.accent.lime.subtler"
|
|
1921
1921
|
}, {
|
|
1922
|
-
"value": "#
|
|
1922
|
+
"value": "#BDE97C",
|
|
1923
1923
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1924
1924
|
"isSource": false,
|
|
1925
1925
|
"attributes": {
|
|
@@ -1929,7 +1929,7 @@ var tokens = [{
|
|
|
1929
1929
|
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1930
1930
|
},
|
|
1931
1931
|
"original": {
|
|
1932
|
-
"value": "
|
|
1932
|
+
"value": "Lime250",
|
|
1933
1933
|
"attributes": {
|
|
1934
1934
|
"group": "paint",
|
|
1935
1935
|
"state": "active",
|
|
@@ -1941,7 +1941,7 @@ var tokens = [{
|
|
|
1941
1941
|
"path": ["color", "background", "accent", "lime", "subtler", "hovered"],
|
|
1942
1942
|
"cleanName": "color.background.accent.lime.subtler.hovered"
|
|
1943
1943
|
}, {
|
|
1944
|
-
"value": "#
|
|
1944
|
+
"value": "#B3DF72",
|
|
1945
1945
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1946
1946
|
"isSource": false,
|
|
1947
1947
|
"attributes": {
|
|
@@ -1951,7 +1951,7 @@ var tokens = [{
|
|
|
1951
1951
|
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1952
1952
|
},
|
|
1953
1953
|
"original": {
|
|
1954
|
-
"value": "
|
|
1954
|
+
"value": "Lime300",
|
|
1955
1955
|
"attributes": {
|
|
1956
1956
|
"group": "paint",
|
|
1957
1957
|
"state": "active",
|
|
@@ -2139,7 +2139,7 @@ var tokens = [{
|
|
|
2139
2139
|
"path": ["color", "background", "accent", "red", "subtlest", "hovered"],
|
|
2140
2140
|
"cleanName": "color.background.accent.red.subtlest.hovered"
|
|
2141
2141
|
}, {
|
|
2142
|
-
"value": "#
|
|
2142
|
+
"value": "#FFB8B2",
|
|
2143
2143
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2144
2144
|
"isSource": false,
|
|
2145
2145
|
"attributes": {
|
|
@@ -2149,7 +2149,7 @@ var tokens = [{
|
|
|
2149
2149
|
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2150
2150
|
},
|
|
2151
2151
|
"original": {
|
|
2152
|
-
"value": "
|
|
2152
|
+
"value": "Red250",
|
|
2153
2153
|
"attributes": {
|
|
2154
2154
|
"group": "paint",
|
|
2155
2155
|
"state": "active",
|
|
@@ -2183,7 +2183,7 @@ var tokens = [{
|
|
|
2183
2183
|
"path": ["color", "background", "accent", "red", "subtler", "[default]"],
|
|
2184
2184
|
"cleanName": "color.background.accent.red.subtler"
|
|
2185
2185
|
}, {
|
|
2186
|
-
"value": "#
|
|
2186
|
+
"value": "#FFB8B2",
|
|
2187
2187
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2188
2188
|
"isSource": false,
|
|
2189
2189
|
"attributes": {
|
|
@@ -2193,7 +2193,7 @@ var tokens = [{
|
|
|
2193
2193
|
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2194
2194
|
},
|
|
2195
2195
|
"original": {
|
|
2196
|
-
"value": "
|
|
2196
|
+
"value": "Red250",
|
|
2197
2197
|
"attributes": {
|
|
2198
2198
|
"group": "paint",
|
|
2199
2199
|
"state": "active",
|
|
@@ -2205,7 +2205,7 @@ var tokens = [{
|
|
|
2205
2205
|
"path": ["color", "background", "accent", "red", "subtler", "hovered"],
|
|
2206
2206
|
"cleanName": "color.background.accent.red.subtler.hovered"
|
|
2207
2207
|
}, {
|
|
2208
|
-
"value": "#
|
|
2208
|
+
"value": "#FD9891",
|
|
2209
2209
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2210
2210
|
"isSource": false,
|
|
2211
2211
|
"attributes": {
|
|
@@ -2215,7 +2215,7 @@ var tokens = [{
|
|
|
2215
2215
|
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2216
2216
|
},
|
|
2217
2217
|
"original": {
|
|
2218
|
-
"value": "
|
|
2218
|
+
"value": "Red300",
|
|
2219
2219
|
"attributes": {
|
|
2220
2220
|
"group": "paint",
|
|
2221
2221
|
"state": "active",
|
|
@@ -2359,7 +2359,7 @@ var tokens = [{
|
|
|
2359
2359
|
"path": ["color", "background", "accent", "red", "bolder", "pressed"],
|
|
2360
2360
|
"cleanName": "color.background.accent.red.bolder.pressed"
|
|
2361
2361
|
}, {
|
|
2362
|
-
"value": "#
|
|
2362
|
+
"value": "#FFF5DB",
|
|
2363
2363
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2364
2364
|
"isSource": false,
|
|
2365
2365
|
"attributes": {
|
|
@@ -2381,7 +2381,7 @@ var tokens = [{
|
|
|
2381
2381
|
"path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
|
|
2382
2382
|
"cleanName": "color.background.accent.orange.subtlest"
|
|
2383
2383
|
}, {
|
|
2384
|
-
"value": "#
|
|
2384
|
+
"value": "#FCE4A6",
|
|
2385
2385
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2386
2386
|
"isSource": false,
|
|
2387
2387
|
"attributes": {
|
|
@@ -2403,7 +2403,7 @@ var tokens = [{
|
|
|
2403
2403
|
"path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
|
|
2404
2404
|
"cleanName": "color.background.accent.orange.subtlest.hovered"
|
|
2405
2405
|
}, {
|
|
2406
|
-
"value": "#
|
|
2406
|
+
"value": "#FBD779",
|
|
2407
2407
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2408
2408
|
"isSource": false,
|
|
2409
2409
|
"attributes": {
|
|
@@ -2413,7 +2413,7 @@ var tokens = [{
|
|
|
2413
2413
|
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2414
2414
|
},
|
|
2415
2415
|
"original": {
|
|
2416
|
-
"value": "
|
|
2416
|
+
"value": "Orange250",
|
|
2417
2417
|
"attributes": {
|
|
2418
2418
|
"group": "paint",
|
|
2419
2419
|
"state": "active",
|
|
@@ -2425,7 +2425,7 @@ var tokens = [{
|
|
|
2425
2425
|
"path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
|
|
2426
2426
|
"cleanName": "color.background.accent.orange.subtlest.pressed"
|
|
2427
2427
|
}, {
|
|
2428
|
-
"value": "#
|
|
2428
|
+
"value": "#FCE4A6",
|
|
2429
2429
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2430
2430
|
"isSource": false,
|
|
2431
2431
|
"attributes": {
|
|
@@ -2447,7 +2447,7 @@ var tokens = [{
|
|
|
2447
2447
|
"path": ["color", "background", "accent", "orange", "subtler", "[default]"],
|
|
2448
2448
|
"cleanName": "color.background.accent.orange.subtler"
|
|
2449
2449
|
}, {
|
|
2450
|
-
"value": "#
|
|
2450
|
+
"value": "#FBD779",
|
|
2451
2451
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2452
2452
|
"isSource": false,
|
|
2453
2453
|
"attributes": {
|
|
@@ -2457,7 +2457,7 @@ var tokens = [{
|
|
|
2457
2457
|
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2458
2458
|
},
|
|
2459
2459
|
"original": {
|
|
2460
|
-
"value": "
|
|
2460
|
+
"value": "Orange250",
|
|
2461
2461
|
"attributes": {
|
|
2462
2462
|
"group": "paint",
|
|
2463
2463
|
"state": "active",
|
|
@@ -2469,7 +2469,7 @@ var tokens = [{
|
|
|
2469
2469
|
"path": ["color", "background", "accent", "orange", "subtler", "hovered"],
|
|
2470
2470
|
"cleanName": "color.background.accent.orange.subtler.hovered"
|
|
2471
2471
|
}, {
|
|
2472
|
-
"value": "#
|
|
2472
|
+
"value": "#FBC828",
|
|
2473
2473
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2474
2474
|
"isSource": false,
|
|
2475
2475
|
"attributes": {
|
|
@@ -2479,7 +2479,7 @@ var tokens = [{
|
|
|
2479
2479
|
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
2480
2480
|
},
|
|
2481
2481
|
"original": {
|
|
2482
|
-
"value": "
|
|
2482
|
+
"value": "Orange300",
|
|
2483
2483
|
"attributes": {
|
|
2484
2484
|
"group": "paint",
|
|
2485
2485
|
"state": "active",
|
|
@@ -2491,7 +2491,7 @@ var tokens = [{
|
|
|
2491
2491
|
"path": ["color", "background", "accent", "orange", "subtler", "pressed"],
|
|
2492
2492
|
"cleanName": "color.background.accent.orange.subtler.pressed"
|
|
2493
2493
|
}, {
|
|
2494
|
-
"value": "#
|
|
2494
|
+
"value": "#FBC828",
|
|
2495
2495
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2496
2496
|
"isSource": true,
|
|
2497
2497
|
"attributes": {
|
|
@@ -2513,7 +2513,7 @@ var tokens = [{
|
|
|
2513
2513
|
"path": ["color", "background", "accent", "orange", "subtle", "[default]"],
|
|
2514
2514
|
"cleanName": "color.background.accent.orange.subtle"
|
|
2515
2515
|
}, {
|
|
2516
|
-
"value": "#
|
|
2516
|
+
"value": "#FCE4A6",
|
|
2517
2517
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2518
2518
|
"isSource": true,
|
|
2519
2519
|
"attributes": {
|
|
@@ -2535,7 +2535,7 @@ var tokens = [{
|
|
|
2535
2535
|
"path": ["color", "background", "accent", "orange", "subtle", "hovered"],
|
|
2536
2536
|
"cleanName": "color.background.accent.orange.subtle.hovered"
|
|
2537
2537
|
}, {
|
|
2538
|
-
"value": "#
|
|
2538
|
+
"value": "#FFF5DB",
|
|
2539
2539
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2540
2540
|
"isSource": true,
|
|
2541
2541
|
"attributes": {
|
|
@@ -2557,7 +2557,7 @@ var tokens = [{
|
|
|
2557
2557
|
"path": ["color", "background", "accent", "orange", "subtle", "pressed"],
|
|
2558
2558
|
"cleanName": "color.background.accent.orange.subtle.pressed"
|
|
2559
2559
|
}, {
|
|
2560
|
-
"value": "#
|
|
2560
|
+
"value": "#693200",
|
|
2561
2561
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2562
2562
|
"isSource": true,
|
|
2563
2563
|
"attributes": {
|
|
@@ -2579,7 +2579,7 @@ var tokens = [{
|
|
|
2579
2579
|
"path": ["color", "background", "accent", "orange", "bolder", "[default]"],
|
|
2580
2580
|
"cleanName": "color.background.accent.orange.bolder"
|
|
2581
2581
|
}, {
|
|
2582
|
-
"value": "#
|
|
2582
|
+
"value": "#3A2C1F",
|
|
2583
2583
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2584
2584
|
"isSource": true,
|
|
2585
2585
|
"attributes": {
|
|
@@ -2623,7 +2623,7 @@ var tokens = [{
|
|
|
2623
2623
|
"path": ["color", "background", "accent", "orange", "bolder", "pressed"],
|
|
2624
2624
|
"cleanName": "color.background.accent.orange.bolder.pressed"
|
|
2625
2625
|
}, {
|
|
2626
|
-
"value": "#
|
|
2626
|
+
"value": "#FEF7C8",
|
|
2627
2627
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2628
2628
|
"isSource": false,
|
|
2629
2629
|
"attributes": {
|
|
@@ -2645,7 +2645,7 @@ var tokens = [{
|
|
|
2645
2645
|
"path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
|
|
2646
2646
|
"cleanName": "color.background.accent.yellow.subtlest"
|
|
2647
2647
|
}, {
|
|
2648
|
-
"value": "#
|
|
2648
|
+
"value": "#F5E989",
|
|
2649
2649
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2650
2650
|
"isSource": false,
|
|
2651
2651
|
"attributes": {
|
|
@@ -2667,7 +2667,7 @@ var tokens = [{
|
|
|
2667
2667
|
"path": ["color", "background", "accent", "yellow", "subtlest", "hovered"],
|
|
2668
2668
|
"cleanName": "color.background.accent.yellow.subtlest.hovered"
|
|
2669
2669
|
}, {
|
|
2670
|
-
"value": "#
|
|
2670
|
+
"value": "#EFDD4E",
|
|
2671
2671
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2672
2672
|
"isSource": false,
|
|
2673
2673
|
"attributes": {
|
|
@@ -2677,7 +2677,7 @@ var tokens = [{
|
|
|
2677
2677
|
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
2678
2678
|
},
|
|
2679
2679
|
"original": {
|
|
2680
|
-
"value": "
|
|
2680
|
+
"value": "Yellow250",
|
|
2681
2681
|
"attributes": {
|
|
2682
2682
|
"group": "paint",
|
|
2683
2683
|
"state": "active",
|
|
@@ -2689,7 +2689,7 @@ var tokens = [{
|
|
|
2689
2689
|
"path": ["color", "background", "accent", "yellow", "subtlest", "pressed"],
|
|
2690
2690
|
"cleanName": "color.background.accent.yellow.subtlest.pressed"
|
|
2691
2691
|
}, {
|
|
2692
|
-
"value": "#
|
|
2692
|
+
"value": "#F5E989",
|
|
2693
2693
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2694
2694
|
"isSource": false,
|
|
2695
2695
|
"attributes": {
|
|
@@ -2711,7 +2711,7 @@ var tokens = [{
|
|
|
2711
2711
|
"path": ["color", "background", "accent", "yellow", "subtler", "[default]"],
|
|
2712
2712
|
"cleanName": "color.background.accent.yellow.subtler"
|
|
2713
2713
|
}, {
|
|
2714
|
-
"value": "#
|
|
2714
|
+
"value": "#EFDD4E",
|
|
2715
2715
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2716
2716
|
"isSource": false,
|
|
2717
2717
|
"attributes": {
|
|
@@ -2721,7 +2721,7 @@ var tokens = [{
|
|
|
2721
2721
|
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
2722
2722
|
},
|
|
2723
2723
|
"original": {
|
|
2724
|
-
"value": "
|
|
2724
|
+
"value": "Yellow250",
|
|
2725
2725
|
"attributes": {
|
|
2726
2726
|
"group": "paint",
|
|
2727
2727
|
"state": "active",
|
|
@@ -2733,7 +2733,7 @@ var tokens = [{
|
|
|
2733
2733
|
"path": ["color", "background", "accent", "yellow", "subtler", "hovered"],
|
|
2734
2734
|
"cleanName": "color.background.accent.yellow.subtler.hovered"
|
|
2735
2735
|
}, {
|
|
2736
|
-
"value": "#
|
|
2736
|
+
"value": "#EED12B",
|
|
2737
2737
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2738
2738
|
"isSource": false,
|
|
2739
2739
|
"attributes": {
|
|
@@ -2743,7 +2743,7 @@ var tokens = [{
|
|
|
2743
2743
|
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
2744
2744
|
},
|
|
2745
2745
|
"original": {
|
|
2746
|
-
"value": "
|
|
2746
|
+
"value": "Yellow300",
|
|
2747
2747
|
"attributes": {
|
|
2748
2748
|
"group": "paint",
|
|
2749
2749
|
"state": "active",
|
|
@@ -2755,7 +2755,7 @@ var tokens = [{
|
|
|
2755
2755
|
"path": ["color", "background", "accent", "yellow", "subtler", "pressed"],
|
|
2756
2756
|
"cleanName": "color.background.accent.yellow.subtler.pressed"
|
|
2757
2757
|
}, {
|
|
2758
|
-
"value": "#
|
|
2758
|
+
"value": "#EED12B",
|
|
2759
2759
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2760
2760
|
"isSource": true,
|
|
2761
2761
|
"attributes": {
|
|
@@ -2777,7 +2777,7 @@ var tokens = [{
|
|
|
2777
2777
|
"path": ["color", "background", "accent", "yellow", "subtle", "[default]"],
|
|
2778
2778
|
"cleanName": "color.background.accent.yellow.subtle"
|
|
2779
2779
|
}, {
|
|
2780
|
-
"value": "#
|
|
2780
|
+
"value": "#F5E989",
|
|
2781
2781
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2782
2782
|
"isSource": true,
|
|
2783
2783
|
"attributes": {
|
|
@@ -2799,7 +2799,7 @@ var tokens = [{
|
|
|
2799
2799
|
"path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
|
|
2800
2800
|
"cleanName": "color.background.accent.yellow.subtle.hovered"
|
|
2801
2801
|
}, {
|
|
2802
|
-
"value": "#
|
|
2802
|
+
"value": "#FEF7C8",
|
|
2803
2803
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2804
2804
|
"isSource": true,
|
|
2805
2805
|
"attributes": {
|
|
@@ -2931,7 +2931,7 @@ var tokens = [{
|
|
|
2931
2931
|
"path": ["color", "background", "accent", "green", "subtlest", "hovered"],
|
|
2932
2932
|
"cleanName": "color.background.accent.green.subtlest.hovered"
|
|
2933
2933
|
}, {
|
|
2934
|
-
"value": "#
|
|
2934
|
+
"value": "#97EDC9",
|
|
2935
2935
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2936
2936
|
"isSource": false,
|
|
2937
2937
|
"attributes": {
|
|
@@ -2941,7 +2941,7 @@ var tokens = [{
|
|
|
2941
2941
|
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
2942
2942
|
},
|
|
2943
2943
|
"original": {
|
|
2944
|
-
"value": "
|
|
2944
|
+
"value": "Green250",
|
|
2945
2945
|
"attributes": {
|
|
2946
2946
|
"group": "paint",
|
|
2947
2947
|
"state": "active",
|
|
@@ -2975,7 +2975,7 @@ var tokens = [{
|
|
|
2975
2975
|
"path": ["color", "background", "accent", "green", "subtler", "[default]"],
|
|
2976
2976
|
"cleanName": "color.background.accent.green.subtler"
|
|
2977
2977
|
}, {
|
|
2978
|
-
"value": "#
|
|
2978
|
+
"value": "#97EDC9",
|
|
2979
2979
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2980
2980
|
"isSource": false,
|
|
2981
2981
|
"attributes": {
|
|
@@ -2985,7 +2985,7 @@ var tokens = [{
|
|
|
2985
2985
|
"description": "Hovered state of color.background.accent.green.subtler."
|
|
2986
2986
|
},
|
|
2987
2987
|
"original": {
|
|
2988
|
-
"value": "
|
|
2988
|
+
"value": "Green250",
|
|
2989
2989
|
"attributes": {
|
|
2990
2990
|
"group": "paint",
|
|
2991
2991
|
"state": "active",
|
|
@@ -2997,7 +2997,7 @@ var tokens = [{
|
|
|
2997
2997
|
"path": ["color", "background", "accent", "green", "subtler", "hovered"],
|
|
2998
2998
|
"cleanName": "color.background.accent.green.subtler.hovered"
|
|
2999
2999
|
}, {
|
|
3000
|
-
"value": "#
|
|
3000
|
+
"value": "#7EE2B8",
|
|
3001
3001
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3002
3002
|
"isSource": false,
|
|
3003
3003
|
"attributes": {
|
|
@@ -3007,7 +3007,7 @@ var tokens = [{
|
|
|
3007
3007
|
"description": "Pressed state of color.background.accent.green.subtler."
|
|
3008
3008
|
},
|
|
3009
3009
|
"original": {
|
|
3010
|
-
"value": "
|
|
3010
|
+
"value": "Green300",
|
|
3011
3011
|
"attributes": {
|
|
3012
3012
|
"group": "paint",
|
|
3013
3013
|
"state": "active",
|
|
@@ -3195,7 +3195,7 @@ var tokens = [{
|
|
|
3195
3195
|
"path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
|
|
3196
3196
|
"cleanName": "color.background.accent.teal.subtlest.hovered"
|
|
3197
3197
|
}, {
|
|
3198
|
-
"value": "#
|
|
3198
|
+
"value": "#B1E4F7",
|
|
3199
3199
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3200
3200
|
"isSource": false,
|
|
3201
3201
|
"attributes": {
|
|
@@ -3205,7 +3205,7 @@ var tokens = [{
|
|
|
3205
3205
|
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
3206
3206
|
},
|
|
3207
3207
|
"original": {
|
|
3208
|
-
"value": "
|
|
3208
|
+
"value": "Teal250",
|
|
3209
3209
|
"attributes": {
|
|
3210
3210
|
"group": "paint",
|
|
3211
3211
|
"state": "active",
|
|
@@ -3239,7 +3239,7 @@ var tokens = [{
|
|
|
3239
3239
|
"path": ["color", "background", "accent", "teal", "subtler", "[default]"],
|
|
3240
3240
|
"cleanName": "color.background.accent.teal.subtler"
|
|
3241
3241
|
}, {
|
|
3242
|
-
"value": "#
|
|
3242
|
+
"value": "#B1E4F7",
|
|
3243
3243
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3244
3244
|
"isSource": false,
|
|
3245
3245
|
"attributes": {
|
|
@@ -3249,7 +3249,7 @@ var tokens = [{
|
|
|
3249
3249
|
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
3250
3250
|
},
|
|
3251
3251
|
"original": {
|
|
3252
|
-
"value": "
|
|
3252
|
+
"value": "Teal250",
|
|
3253
3253
|
"attributes": {
|
|
3254
3254
|
"group": "paint",
|
|
3255
3255
|
"state": "active",
|
|
@@ -3261,7 +3261,7 @@ var tokens = [{
|
|
|
3261
3261
|
"path": ["color", "background", "accent", "teal", "subtler", "hovered"],
|
|
3262
3262
|
"cleanName": "color.background.accent.teal.subtler.hovered"
|
|
3263
3263
|
}, {
|
|
3264
|
-
"value": "#
|
|
3264
|
+
"value": "#9DD9EE",
|
|
3265
3265
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3266
3266
|
"isSource": false,
|
|
3267
3267
|
"attributes": {
|
|
@@ -3271,7 +3271,7 @@ var tokens = [{
|
|
|
3271
3271
|
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
3272
3272
|
},
|
|
3273
3273
|
"original": {
|
|
3274
|
-
"value": "
|
|
3274
|
+
"value": "Teal300",
|
|
3275
3275
|
"attributes": {
|
|
3276
3276
|
"group": "paint",
|
|
3277
3277
|
"state": "active",
|
|
@@ -3415,7 +3415,7 @@ var tokens = [{
|
|
|
3415
3415
|
"path": ["color", "background", "accent", "teal", "bolder", "pressed"],
|
|
3416
3416
|
"cleanName": "color.background.accent.teal.bolder.pressed"
|
|
3417
3417
|
}, {
|
|
3418
|
-
"value": "#
|
|
3418
|
+
"value": "#E9F2FE",
|
|
3419
3419
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3420
3420
|
"isSource": false,
|
|
3421
3421
|
"attributes": {
|
|
@@ -3437,7 +3437,7 @@ var tokens = [{
|
|
|
3437
3437
|
"path": ["color", "background", "accent", "blue", "subtlest", "[default]"],
|
|
3438
3438
|
"cleanName": "color.background.accent.blue.subtlest"
|
|
3439
3439
|
}, {
|
|
3440
|
-
"value": "#
|
|
3440
|
+
"value": "#CFE1FD",
|
|
3441
3441
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3442
3442
|
"isSource": false,
|
|
3443
3443
|
"attributes": {
|
|
@@ -3459,7 +3459,7 @@ var tokens = [{
|
|
|
3459
3459
|
"path": ["color", "background", "accent", "blue", "subtlest", "hovered"],
|
|
3460
3460
|
"cleanName": "color.background.accent.blue.subtlest.hovered"
|
|
3461
3461
|
}, {
|
|
3462
|
-
"value": "#
|
|
3462
|
+
"value": "#ADCBFB",
|
|
3463
3463
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3464
3464
|
"isSource": false,
|
|
3465
3465
|
"attributes": {
|
|
@@ -3469,7 +3469,7 @@ var tokens = [{
|
|
|
3469
3469
|
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
3470
3470
|
},
|
|
3471
3471
|
"original": {
|
|
3472
|
-
"value": "
|
|
3472
|
+
"value": "Blue250",
|
|
3473
3473
|
"attributes": {
|
|
3474
3474
|
"group": "paint",
|
|
3475
3475
|
"state": "active",
|
|
@@ -3481,7 +3481,7 @@ var tokens = [{
|
|
|
3481
3481
|
"path": ["color", "background", "accent", "blue", "subtlest", "pressed"],
|
|
3482
3482
|
"cleanName": "color.background.accent.blue.subtlest.pressed"
|
|
3483
3483
|
}, {
|
|
3484
|
-
"value": "#
|
|
3484
|
+
"value": "#CFE1FD",
|
|
3485
3485
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3486
3486
|
"isSource": false,
|
|
3487
3487
|
"attributes": {
|
|
@@ -3503,7 +3503,7 @@ var tokens = [{
|
|
|
3503
3503
|
"path": ["color", "background", "accent", "blue", "subtler", "[default]"],
|
|
3504
3504
|
"cleanName": "color.background.accent.blue.subtler"
|
|
3505
3505
|
}, {
|
|
3506
|
-
"value": "#
|
|
3506
|
+
"value": "#ADCBFB",
|
|
3507
3507
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3508
3508
|
"isSource": false,
|
|
3509
3509
|
"attributes": {
|
|
@@ -3513,7 +3513,7 @@ var tokens = [{
|
|
|
3513
3513
|
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
3514
3514
|
},
|
|
3515
3515
|
"original": {
|
|
3516
|
-
"value": "
|
|
3516
|
+
"value": "Blue250",
|
|
3517
3517
|
"attributes": {
|
|
3518
3518
|
"group": "paint",
|
|
3519
3519
|
"state": "active",
|
|
@@ -3525,7 +3525,7 @@ var tokens = [{
|
|
|
3525
3525
|
"path": ["color", "background", "accent", "blue", "subtler", "hovered"],
|
|
3526
3526
|
"cleanName": "color.background.accent.blue.subtler.hovered"
|
|
3527
3527
|
}, {
|
|
3528
|
-
"value": "#
|
|
3528
|
+
"value": "#8FB8F6",
|
|
3529
3529
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3530
3530
|
"isSource": false,
|
|
3531
3531
|
"attributes": {
|
|
@@ -3535,7 +3535,7 @@ var tokens = [{
|
|
|
3535
3535
|
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
3536
3536
|
},
|
|
3537
3537
|
"original": {
|
|
3538
|
-
"value": "
|
|
3538
|
+
"value": "Blue300",
|
|
3539
3539
|
"attributes": {
|
|
3540
3540
|
"group": "paint",
|
|
3541
3541
|
"state": "active",
|
|
@@ -3547,7 +3547,7 @@ var tokens = [{
|
|
|
3547
3547
|
"path": ["color", "background", "accent", "blue", "subtler", "pressed"],
|
|
3548
3548
|
"cleanName": "color.background.accent.blue.subtler.pressed"
|
|
3549
3549
|
}, {
|
|
3550
|
-
"value": "#
|
|
3550
|
+
"value": "#8FB8F6",
|
|
3551
3551
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3552
3552
|
"isSource": true,
|
|
3553
3553
|
"attributes": {
|
|
@@ -3569,7 +3569,7 @@ var tokens = [{
|
|
|
3569
3569
|
"path": ["color", "background", "accent", "blue", "subtle", "[default]"],
|
|
3570
3570
|
"cleanName": "color.background.accent.blue.subtle"
|
|
3571
3571
|
}, {
|
|
3572
|
-
"value": "#
|
|
3572
|
+
"value": "#CFE1FD",
|
|
3573
3573
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3574
3574
|
"isSource": true,
|
|
3575
3575
|
"attributes": {
|
|
@@ -3591,7 +3591,7 @@ var tokens = [{
|
|
|
3591
3591
|
"path": ["color", "background", "accent", "blue", "subtle", "hovered"],
|
|
3592
3592
|
"cleanName": "color.background.accent.blue.subtle.hovered"
|
|
3593
3593
|
}, {
|
|
3594
|
-
"value": "#
|
|
3594
|
+
"value": "#E9F2FE",
|
|
3595
3595
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3596
3596
|
"isSource": true,
|
|
3597
3597
|
"attributes": {
|
|
@@ -3613,7 +3613,7 @@ var tokens = [{
|
|
|
3613
3613
|
"path": ["color", "background", "accent", "blue", "subtle", "pressed"],
|
|
3614
3614
|
"cleanName": "color.background.accent.blue.subtle.pressed"
|
|
3615
3615
|
}, {
|
|
3616
|
-
"value": "#
|
|
3616
|
+
"value": "#123263",
|
|
3617
3617
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3618
3618
|
"isSource": true,
|
|
3619
3619
|
"attributes": {
|
|
@@ -3635,7 +3635,7 @@ var tokens = [{
|
|
|
3635
3635
|
"path": ["color", "background", "accent", "blue", "bolder", "[default]"],
|
|
3636
3636
|
"cleanName": "color.background.accent.blue.bolder"
|
|
3637
3637
|
}, {
|
|
3638
|
-
"value": "#
|
|
3638
|
+
"value": "#1C2B42",
|
|
3639
3639
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3640
3640
|
"isSource": true,
|
|
3641
3641
|
"attributes": {
|
|
@@ -3679,7 +3679,7 @@ var tokens = [{
|
|
|
3679
3679
|
"path": ["color", "background", "accent", "blue", "bolder", "pressed"],
|
|
3680
3680
|
"cleanName": "color.background.accent.blue.bolder.pressed"
|
|
3681
3681
|
}, {
|
|
3682
|
-
"value": "#
|
|
3682
|
+
"value": "#F8EEFE",
|
|
3683
3683
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3684
3684
|
"isSource": false,
|
|
3685
3685
|
"attributes": {
|
|
@@ -3701,7 +3701,7 @@ var tokens = [{
|
|
|
3701
3701
|
"path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
|
|
3702
3702
|
"cleanName": "color.background.accent.purple.subtlest"
|
|
3703
3703
|
}, {
|
|
3704
|
-
"value": "#
|
|
3704
|
+
"value": "#EED7FC",
|
|
3705
3705
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3706
3706
|
"isSource": false,
|
|
3707
3707
|
"attributes": {
|
|
@@ -3723,7 +3723,7 @@ var tokens = [{
|
|
|
3723
3723
|
"path": ["color", "background", "accent", "purple", "subtlest", "hovered"],
|
|
3724
3724
|
"cleanName": "color.background.accent.purple.subtlest.hovered"
|
|
3725
3725
|
}, {
|
|
3726
|
-
"value": "#
|
|
3726
|
+
"value": "#E3BDFA",
|
|
3727
3727
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3728
3728
|
"isSource": false,
|
|
3729
3729
|
"attributes": {
|
|
@@ -3733,7 +3733,7 @@ var tokens = [{
|
|
|
3733
3733
|
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
3734
3734
|
},
|
|
3735
3735
|
"original": {
|
|
3736
|
-
"value": "
|
|
3736
|
+
"value": "Purple250",
|
|
3737
3737
|
"attributes": {
|
|
3738
3738
|
"group": "paint",
|
|
3739
3739
|
"state": "active",
|
|
@@ -3745,7 +3745,7 @@ var tokens = [{
|
|
|
3745
3745
|
"path": ["color", "background", "accent", "purple", "subtlest", "pressed"],
|
|
3746
3746
|
"cleanName": "color.background.accent.purple.subtlest.pressed"
|
|
3747
3747
|
}, {
|
|
3748
|
-
"value": "#
|
|
3748
|
+
"value": "#EED7FC",
|
|
3749
3749
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3750
3750
|
"isSource": false,
|
|
3751
3751
|
"attributes": {
|
|
@@ -3767,7 +3767,7 @@ var tokens = [{
|
|
|
3767
3767
|
"path": ["color", "background", "accent", "purple", "subtler", "[default]"],
|
|
3768
3768
|
"cleanName": "color.background.accent.purple.subtler"
|
|
3769
3769
|
}, {
|
|
3770
|
-
"value": "#
|
|
3770
|
+
"value": "#E3BDFA",
|
|
3771
3771
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3772
3772
|
"isSource": false,
|
|
3773
3773
|
"attributes": {
|
|
@@ -3777,7 +3777,7 @@ var tokens = [{
|
|
|
3777
3777
|
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
3778
3778
|
},
|
|
3779
3779
|
"original": {
|
|
3780
|
-
"value": "
|
|
3780
|
+
"value": "Purple250",
|
|
3781
3781
|
"attributes": {
|
|
3782
3782
|
"group": "paint",
|
|
3783
3783
|
"state": "active",
|
|
@@ -3789,7 +3789,7 @@ var tokens = [{
|
|
|
3789
3789
|
"path": ["color", "background", "accent", "purple", "subtler", "hovered"],
|
|
3790
3790
|
"cleanName": "color.background.accent.purple.subtler.hovered"
|
|
3791
3791
|
}, {
|
|
3792
|
-
"value": "#
|
|
3792
|
+
"value": "#D8A0F7",
|
|
3793
3793
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3794
3794
|
"isSource": false,
|
|
3795
3795
|
"attributes": {
|
|
@@ -3799,7 +3799,7 @@ var tokens = [{
|
|
|
3799
3799
|
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
3800
3800
|
},
|
|
3801
3801
|
"original": {
|
|
3802
|
-
"value": "
|
|
3802
|
+
"value": "Purple300",
|
|
3803
3803
|
"attributes": {
|
|
3804
3804
|
"group": "paint",
|
|
3805
3805
|
"state": "active",
|
|
@@ -3833,7 +3833,7 @@ var tokens = [{
|
|
|
3833
3833
|
"path": ["color", "background", "accent", "purple", "subtle", "[default]"],
|
|
3834
3834
|
"cleanName": "color.background.accent.purple.subtle"
|
|
3835
3835
|
}, {
|
|
3836
|
-
"value": "#
|
|
3836
|
+
"value": "#EED7FC",
|
|
3837
3837
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3838
3838
|
"isSource": true,
|
|
3839
3839
|
"attributes": {
|
|
@@ -3855,7 +3855,7 @@ var tokens = [{
|
|
|
3855
3855
|
"path": ["color", "background", "accent", "purple", "subtle", "hovered"],
|
|
3856
3856
|
"cleanName": "color.background.accent.purple.subtle.hovered"
|
|
3857
3857
|
}, {
|
|
3858
|
-
"value": "#
|
|
3858
|
+
"value": "#F8EEFE",
|
|
3859
3859
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3860
3860
|
"isSource": true,
|
|
3861
3861
|
"attributes": {
|
|
@@ -3877,7 +3877,7 @@ var tokens = [{
|
|
|
3877
3877
|
"path": ["color", "background", "accent", "purple", "subtle", "pressed"],
|
|
3878
3878
|
"cleanName": "color.background.accent.purple.subtle.pressed"
|
|
3879
3879
|
}, {
|
|
3880
|
-
"value": "#
|
|
3880
|
+
"value": "#48245D",
|
|
3881
3881
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3882
3882
|
"isSource": true,
|
|
3883
3883
|
"attributes": {
|
|
@@ -3899,7 +3899,7 @@ var tokens = [{
|
|
|
3899
3899
|
"path": ["color", "background", "accent", "purple", "bolder", "[default]"],
|
|
3900
3900
|
"cleanName": "color.background.accent.purple.bolder"
|
|
3901
3901
|
}, {
|
|
3902
|
-
"value": "#
|
|
3902
|
+
"value": "#35243F",
|
|
3903
3903
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3904
3904
|
"isSource": true,
|
|
3905
3905
|
"attributes": {
|
|
@@ -3987,7 +3987,7 @@ var tokens = [{
|
|
|
3987
3987
|
"path": ["color", "background", "accent", "magenta", "subtlest", "hovered"],
|
|
3988
3988
|
"cleanName": "color.background.accent.magenta.subtlest.hovered"
|
|
3989
3989
|
}, {
|
|
3990
|
-
"value": "#
|
|
3990
|
+
"value": "#FCB6E1",
|
|
3991
3991
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3992
3992
|
"isSource": false,
|
|
3993
3993
|
"attributes": {
|
|
@@ -3997,7 +3997,7 @@ var tokens = [{
|
|
|
3997
3997
|
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
3998
3998
|
},
|
|
3999
3999
|
"original": {
|
|
4000
|
-
"value": "
|
|
4000
|
+
"value": "Magenta250",
|
|
4001
4001
|
"attributes": {
|
|
4002
4002
|
"group": "paint",
|
|
4003
4003
|
"state": "active",
|
|
@@ -4031,7 +4031,7 @@ var tokens = [{
|
|
|
4031
4031
|
"path": ["color", "background", "accent", "magenta", "subtler", "[default]"],
|
|
4032
4032
|
"cleanName": "color.background.accent.magenta.subtler"
|
|
4033
4033
|
}, {
|
|
4034
|
-
"value": "#
|
|
4034
|
+
"value": "#FCB6E1",
|
|
4035
4035
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4036
4036
|
"isSource": false,
|
|
4037
4037
|
"attributes": {
|
|
@@ -4041,7 +4041,7 @@ var tokens = [{
|
|
|
4041
4041
|
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
4042
4042
|
},
|
|
4043
4043
|
"original": {
|
|
4044
|
-
"value": "
|
|
4044
|
+
"value": "Magenta250",
|
|
4045
4045
|
"attributes": {
|
|
4046
4046
|
"group": "paint",
|
|
4047
4047
|
"state": "active",
|
|
@@ -4053,7 +4053,7 @@ var tokens = [{
|
|
|
4053
4053
|
"path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
|
|
4054
4054
|
"cleanName": "color.background.accent.magenta.subtler.hovered"
|
|
4055
4055
|
}, {
|
|
4056
|
-
"value": "#
|
|
4056
|
+
"value": "#F797D2",
|
|
4057
4057
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4058
4058
|
"isSource": false,
|
|
4059
4059
|
"attributes": {
|
|
@@ -4063,7 +4063,7 @@ var tokens = [{
|
|
|
4063
4063
|
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
4064
4064
|
},
|
|
4065
4065
|
"original": {
|
|
4066
|
-
"value": "
|
|
4066
|
+
"value": "Magenta300",
|
|
4067
4067
|
"attributes": {
|
|
4068
4068
|
"group": "paint",
|
|
4069
4069
|
"state": "active",
|
|
@@ -4207,7 +4207,7 @@ var tokens = [{
|
|
|
4207
4207
|
"path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
|
|
4208
4208
|
"cleanName": "color.background.accent.magenta.bolder.pressed"
|
|
4209
4209
|
}, {
|
|
4210
|
-
"value": "#
|
|
4210
|
+
"value": "#F0F1F2",
|
|
4211
4211
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4212
4212
|
"isSource": false,
|
|
4213
4213
|
"attributes": {
|
|
@@ -4229,7 +4229,7 @@ var tokens = [{
|
|
|
4229
4229
|
"path": ["color", "background", "accent", "gray", "subtlest", "[default]"],
|
|
4230
4230
|
"cleanName": "color.background.accent.gray.subtlest"
|
|
4231
4231
|
}, {
|
|
4232
|
-
"value": "#
|
|
4232
|
+
"value": "#DDDEE1",
|
|
4233
4233
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4234
4234
|
"isSource": false,
|
|
4235
4235
|
"attributes": {
|
|
@@ -4251,7 +4251,7 @@ var tokens = [{
|
|
|
4251
4251
|
"path": ["color", "background", "accent", "gray", "subtlest", "hovered"],
|
|
4252
4252
|
"cleanName": "color.background.accent.gray.subtlest.hovered"
|
|
4253
4253
|
}, {
|
|
4254
|
-
"value": "#
|
|
4254
|
+
"value": "#B7B9BE",
|
|
4255
4255
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4256
4256
|
"isSource": false,
|
|
4257
4257
|
"attributes": {
|
|
@@ -4273,7 +4273,7 @@ var tokens = [{
|
|
|
4273
4273
|
"path": ["color", "background", "accent", "gray", "subtlest", "pressed"],
|
|
4274
4274
|
"cleanName": "color.background.accent.gray.subtlest.pressed"
|
|
4275
4275
|
}, {
|
|
4276
|
-
"value": "#
|
|
4276
|
+
"value": "#DDDEE1",
|
|
4277
4277
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4278
4278
|
"isSource": false,
|
|
4279
4279
|
"attributes": {
|
|
@@ -4295,7 +4295,7 @@ var tokens = [{
|
|
|
4295
4295
|
"path": ["color", "background", "accent", "gray", "subtler", "[default]"],
|
|
4296
4296
|
"cleanName": "color.background.accent.gray.subtler"
|
|
4297
4297
|
}, {
|
|
4298
|
-
"value": "#
|
|
4298
|
+
"value": "#B7B9BE",
|
|
4299
4299
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4300
4300
|
"isSource": false,
|
|
4301
4301
|
"attributes": {
|
|
@@ -4317,7 +4317,7 @@ var tokens = [{
|
|
|
4317
4317
|
"path": ["color", "background", "accent", "gray", "subtler", "hovered"],
|
|
4318
4318
|
"cleanName": "color.background.accent.gray.subtler.hovered"
|
|
4319
4319
|
}, {
|
|
4320
|
-
"value": "#
|
|
4320
|
+
"value": "#8C8F97",
|
|
4321
4321
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4322
4322
|
"isSource": false,
|
|
4323
4323
|
"attributes": {
|
|
@@ -4339,7 +4339,7 @@ var tokens = [{
|
|
|
4339
4339
|
"path": ["color", "background", "accent", "gray", "subtler", "pressed"],
|
|
4340
4340
|
"cleanName": "color.background.accent.gray.subtler.pressed"
|
|
4341
4341
|
}, {
|
|
4342
|
-
"value": "#
|
|
4342
|
+
"value": "#B7B9BE",
|
|
4343
4343
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4344
4344
|
"isSource": true,
|
|
4345
4345
|
"attributes": {
|
|
@@ -4361,7 +4361,7 @@ var tokens = [{
|
|
|
4361
4361
|
"path": ["color", "background", "accent", "gray", "subtle", "[default]"],
|
|
4362
4362
|
"cleanName": "color.background.accent.gray.subtle"
|
|
4363
4363
|
}, {
|
|
4364
|
-
"value": "#
|
|
4364
|
+
"value": "#DDDEE1",
|
|
4365
4365
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4366
4366
|
"isSource": true,
|
|
4367
4367
|
"attributes": {
|
|
@@ -4383,7 +4383,7 @@ var tokens = [{
|
|
|
4383
4383
|
"path": ["color", "background", "accent", "gray", "subtle", "hovered"],
|
|
4384
4384
|
"cleanName": "color.background.accent.gray.subtle.hovered"
|
|
4385
4385
|
}, {
|
|
4386
|
-
"value": "#
|
|
4386
|
+
"value": "#F0F1F2",
|
|
4387
4387
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4388
4388
|
"isSource": true,
|
|
4389
4389
|
"attributes": {
|
|
@@ -4405,7 +4405,7 @@ var tokens = [{
|
|
|
4405
4405
|
"path": ["color", "background", "accent", "gray", "subtle", "pressed"],
|
|
4406
4406
|
"cleanName": "color.background.accent.gray.subtle.pressed"
|
|
4407
4407
|
}, {
|
|
4408
|
-
"value": "#
|
|
4408
|
+
"value": "#505258",
|
|
4409
4409
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4410
4410
|
"isSource": true,
|
|
4411
4411
|
"attributes": {
|
|
@@ -4427,7 +4427,7 @@ var tokens = [{
|
|
|
4427
4427
|
"path": ["color", "background", "accent", "gray", "bolder", "[default]"],
|
|
4428
4428
|
"cleanName": "color.background.accent.gray.bolder"
|
|
4429
4429
|
}, {
|
|
4430
|
-
"value": "#
|
|
4430
|
+
"value": "#3B3D42",
|
|
4431
4431
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4432
4432
|
"isSource": true,
|
|
4433
4433
|
"attributes": {
|
|
@@ -4449,7 +4449,7 @@ var tokens = [{
|
|
|
4449
4449
|
"path": ["color", "background", "accent", "gray", "bolder", "hovered"],
|
|
4450
4450
|
"cleanName": "color.background.accent.gray.bolder.hovered"
|
|
4451
4451
|
}, {
|
|
4452
|
-
"value": "#
|
|
4452
|
+
"value": "#292A2E",
|
|
4453
4453
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4454
4454
|
"isSource": true,
|
|
4455
4455
|
"attributes": {
|
|
@@ -4471,7 +4471,7 @@ var tokens = [{
|
|
|
4471
4471
|
"path": ["color", "background", "accent", "gray", "bolder", "pressed"],
|
|
4472
4472
|
"cleanName": "color.background.accent.gray.bolder.pressed"
|
|
4473
4473
|
}, {
|
|
4474
|
-
"value": "#
|
|
4474
|
+
"value": "#17171708",
|
|
4475
4475
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4476
4476
|
"isSource": false,
|
|
4477
4477
|
"attributes": {
|
|
@@ -4515,7 +4515,7 @@ var tokens = [{
|
|
|
4515
4515
|
"path": ["color", "background", "input", "[default]"],
|
|
4516
4516
|
"cleanName": "color.background.input"
|
|
4517
4517
|
}, {
|
|
4518
|
-
"value": "#
|
|
4518
|
+
"value": "#F8F8F8",
|
|
4519
4519
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4520
4520
|
"isSource": false,
|
|
4521
4521
|
"attributes": {
|
|
@@ -4625,7 +4625,7 @@ var tokens = [{
|
|
|
4625
4625
|
"path": ["color", "background", "inverse", "subtle", "pressed"],
|
|
4626
4626
|
"cleanName": "color.background.inverse.subtle.pressed"
|
|
4627
4627
|
}, {
|
|
4628
|
-
"value": "#
|
|
4628
|
+
"value": "#0515240F",
|
|
4629
4629
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4630
4630
|
"isSource": false,
|
|
4631
4631
|
"attributes": {
|
|
@@ -4647,7 +4647,7 @@ var tokens = [{
|
|
|
4647
4647
|
"path": ["color", "background", "neutral", "[default]", "[default]"],
|
|
4648
4648
|
"cleanName": "color.background.neutral"
|
|
4649
4649
|
}, {
|
|
4650
|
-
"value": "#
|
|
4650
|
+
"value": "#0B120E24",
|
|
4651
4651
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4652
4652
|
"isSource": false,
|
|
4653
4653
|
"attributes": {
|
|
@@ -4669,7 +4669,7 @@ var tokens = [{
|
|
|
4669
4669
|
"path": ["color", "background", "neutral", "[default]", "hovered"],
|
|
4670
4670
|
"cleanName": "color.background.neutral.hovered"
|
|
4671
4671
|
}, {
|
|
4672
|
-
"value": "#
|
|
4672
|
+
"value": "#080F214A",
|
|
4673
4673
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4674
4674
|
"isSource": false,
|
|
4675
4675
|
"attributes": {
|
|
@@ -4713,7 +4713,7 @@ var tokens = [{
|
|
|
4713
4713
|
"path": ["color", "background", "neutral", "subtle", "[default]"],
|
|
4714
4714
|
"cleanName": "color.background.neutral.subtle"
|
|
4715
4715
|
}, {
|
|
4716
|
-
"value": "#
|
|
4716
|
+
"value": "#0515240F",
|
|
4717
4717
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4718
4718
|
"isSource": false,
|
|
4719
4719
|
"attributes": {
|
|
@@ -4735,7 +4735,7 @@ var tokens = [{
|
|
|
4735
4735
|
"path": ["color", "background", "neutral", "subtle", "hovered"],
|
|
4736
4736
|
"cleanName": "color.background.neutral.subtle.hovered"
|
|
4737
4737
|
}, {
|
|
4738
|
-
"value": "#
|
|
4738
|
+
"value": "#0B120E24",
|
|
4739
4739
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4740
4740
|
"isSource": false,
|
|
4741
4741
|
"attributes": {
|
|
@@ -4757,7 +4757,7 @@ var tokens = [{
|
|
|
4757
4757
|
"path": ["color", "background", "neutral", "subtle", "pressed"],
|
|
4758
4758
|
"cleanName": "color.background.neutral.subtle.pressed"
|
|
4759
4759
|
}, {
|
|
4760
|
-
"value": "#
|
|
4760
|
+
"value": "#292A2E",
|
|
4761
4761
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4762
4762
|
"isSource": false,
|
|
4763
4763
|
"attributes": {
|
|
@@ -4767,7 +4767,7 @@ var tokens = [{
|
|
|
4767
4767
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
4768
4768
|
},
|
|
4769
4769
|
"original": {
|
|
4770
|
-
"value": "
|
|
4770
|
+
"value": "Neutral1000",
|
|
4771
4771
|
"attributes": {
|
|
4772
4772
|
"group": "paint",
|
|
4773
4773
|
"state": "active",
|
|
@@ -4779,7 +4779,7 @@ var tokens = [{
|
|
|
4779
4779
|
"path": ["color", "background", "neutral", "bold", "[default]"],
|
|
4780
4780
|
"cleanName": "color.background.neutral.bold"
|
|
4781
4781
|
}, {
|
|
4782
|
-
"value": "#
|
|
4782
|
+
"value": "#3B3D42",
|
|
4783
4783
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4784
4784
|
"isSource": false,
|
|
4785
4785
|
"attributes": {
|
|
@@ -4801,7 +4801,7 @@ var tokens = [{
|
|
|
4801
4801
|
"path": ["color", "background", "neutral", "bold", "hovered"],
|
|
4802
4802
|
"cleanName": "color.background.neutral.bold.hovered"
|
|
4803
4803
|
}, {
|
|
4804
|
-
"value": "#
|
|
4804
|
+
"value": "#505258",
|
|
4805
4805
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4806
4806
|
"isSource": false,
|
|
4807
4807
|
"attributes": {
|
|
@@ -4811,7 +4811,7 @@ var tokens = [{
|
|
|
4811
4811
|
"description": "Pressed state of color.background.neutral.bold"
|
|
4812
4812
|
},
|
|
4813
4813
|
"original": {
|
|
4814
|
-
"value": "
|
|
4814
|
+
"value": "Neutral800",
|
|
4815
4815
|
"attributes": {
|
|
4816
4816
|
"group": "paint",
|
|
4817
4817
|
"state": "active",
|
|
@@ -4823,7 +4823,7 @@ var tokens = [{
|
|
|
4823
4823
|
"path": ["color", "background", "neutral", "bold", "pressed"],
|
|
4824
4824
|
"cleanName": "color.background.neutral.bold.pressed"
|
|
4825
4825
|
}, {
|
|
4826
|
-
"value": "#
|
|
4826
|
+
"value": "#E9F2FE",
|
|
4827
4827
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4828
4828
|
"isSource": false,
|
|
4829
4829
|
"attributes": {
|
|
@@ -4845,7 +4845,7 @@ var tokens = [{
|
|
|
4845
4845
|
"path": ["color", "background", "selected", "[default]", "[default]"],
|
|
4846
4846
|
"cleanName": "color.background.selected"
|
|
4847
4847
|
}, {
|
|
4848
|
-
"value": "#
|
|
4848
|
+
"value": "#CFE1FD",
|
|
4849
4849
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4850
4850
|
"isSource": false,
|
|
4851
4851
|
"attributes": {
|
|
@@ -4867,7 +4867,7 @@ var tokens = [{
|
|
|
4867
4867
|
"path": ["color", "background", "selected", "[default]", "hovered"],
|
|
4868
4868
|
"cleanName": "color.background.selected.hovered"
|
|
4869
4869
|
}, {
|
|
4870
|
-
"value": "#
|
|
4870
|
+
"value": "#8FB8F6",
|
|
4871
4871
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4872
4872
|
"isSource": false,
|
|
4873
4873
|
"attributes": {
|
|
@@ -4889,7 +4889,7 @@ var tokens = [{
|
|
|
4889
4889
|
"path": ["color", "background", "selected", "[default]", "pressed"],
|
|
4890
4890
|
"cleanName": "color.background.selected.pressed"
|
|
4891
4891
|
}, {
|
|
4892
|
-
"value": "#
|
|
4892
|
+
"value": "#123263",
|
|
4893
4893
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
4894
4894
|
"isSource": true,
|
|
4895
4895
|
"attributes": {
|
|
@@ -4911,7 +4911,7 @@ var tokens = [{
|
|
|
4911
4911
|
"path": ["color", "background", "selected", "bold", "[default]"],
|
|
4912
4912
|
"cleanName": "color.background.selected.bold"
|
|
4913
4913
|
}, {
|
|
4914
|
-
"value": "#
|
|
4914
|
+
"value": "#1C2B42",
|
|
4915
4915
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
4916
4916
|
"isSource": true,
|
|
4917
4917
|
"attributes": {
|
|
@@ -4955,7 +4955,7 @@ var tokens = [{
|
|
|
4955
4955
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
4956
4956
|
"cleanName": "color.background.selected.bold.pressed"
|
|
4957
4957
|
}, {
|
|
4958
|
-
"value": "#
|
|
4958
|
+
"value": "#E9F2FE",
|
|
4959
4959
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4960
4960
|
"isSource": false,
|
|
4961
4961
|
"attributes": {
|
|
@@ -4977,7 +4977,7 @@ var tokens = [{
|
|
|
4977
4977
|
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
4978
4978
|
"cleanName": "color.background.brand.subtlest"
|
|
4979
4979
|
}, {
|
|
4980
|
-
"value": "#
|
|
4980
|
+
"value": "#CFE1FD",
|
|
4981
4981
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4982
4982
|
"isSource": false,
|
|
4983
4983
|
"attributes": {
|
|
@@ -4999,7 +4999,7 @@ var tokens = [{
|
|
|
4999
4999
|
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
5000
5000
|
"cleanName": "color.background.brand.subtlest.hovered"
|
|
5001
5001
|
}, {
|
|
5002
|
-
"value": "#
|
|
5002
|
+
"value": "#ADCBFB",
|
|
5003
5003
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5004
5004
|
"isSource": false,
|
|
5005
5005
|
"attributes": {
|
|
@@ -5009,7 +5009,7 @@ var tokens = [{
|
|
|
5009
5009
|
"description": "Pressed state of color.background.brand.subtlest"
|
|
5010
5010
|
},
|
|
5011
5011
|
"original": {
|
|
5012
|
-
"value": "
|
|
5012
|
+
"value": "Blue250",
|
|
5013
5013
|
"attributes": {
|
|
5014
5014
|
"group": "paint",
|
|
5015
5015
|
"state": "active",
|
|
@@ -5021,7 +5021,7 @@ var tokens = [{
|
|
|
5021
5021
|
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
5022
5022
|
"cleanName": "color.background.brand.subtlest.pressed"
|
|
5023
5023
|
}, {
|
|
5024
|
-
"value": "#
|
|
5024
|
+
"value": "#123263",
|
|
5025
5025
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5026
5026
|
"isSource": true,
|
|
5027
5027
|
"attributes": {
|
|
@@ -5043,7 +5043,7 @@ var tokens = [{
|
|
|
5043
5043
|
"path": ["color", "background", "brand", "bold", "[default]"],
|
|
5044
5044
|
"cleanName": "color.background.brand.bold"
|
|
5045
5045
|
}, {
|
|
5046
|
-
"value": "#
|
|
5046
|
+
"value": "#1C2B42",
|
|
5047
5047
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5048
5048
|
"isSource": true,
|
|
5049
5049
|
"attributes": {
|
|
@@ -5087,7 +5087,7 @@ var tokens = [{
|
|
|
5087
5087
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
5088
5088
|
"cleanName": "color.background.brand.bold.pressed"
|
|
5089
5089
|
}, {
|
|
5090
|
-
"value": "#
|
|
5090
|
+
"value": "#1C2B42",
|
|
5091
5091
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5092
5092
|
"isSource": false,
|
|
5093
5093
|
"attributes": {
|
|
@@ -5109,7 +5109,7 @@ var tokens = [{
|
|
|
5109
5109
|
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
5110
5110
|
"cleanName": "color.background.brand.boldest"
|
|
5111
5111
|
}, {
|
|
5112
|
-
"value": "#
|
|
5112
|
+
"value": "#123263",
|
|
5113
5113
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5114
5114
|
"isSource": false,
|
|
5115
5115
|
"attributes": {
|
|
@@ -5131,7 +5131,7 @@ var tokens = [{
|
|
|
5131
5131
|
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
5132
5132
|
"cleanName": "color.background.brand.boldest.hovered"
|
|
5133
5133
|
}, {
|
|
5134
|
-
"value": "#
|
|
5134
|
+
"value": "#144794",
|
|
5135
5135
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5136
5136
|
"isSource": false,
|
|
5137
5137
|
"attributes": {
|
|
@@ -5141,7 +5141,7 @@ var tokens = [{
|
|
|
5141
5141
|
"description": "Pressed state of color.background.brand.boldest."
|
|
5142
5142
|
},
|
|
5143
5143
|
"original": {
|
|
5144
|
-
"value": "
|
|
5144
|
+
"value": "Blue850",
|
|
5145
5145
|
"attributes": {
|
|
5146
5146
|
"group": "paint",
|
|
5147
5147
|
"state": "active",
|
|
@@ -5197,7 +5197,7 @@ var tokens = [{
|
|
|
5197
5197
|
"path": ["color", "background", "danger", "[default]", "hovered"],
|
|
5198
5198
|
"cleanName": "color.background.danger.hovered"
|
|
5199
5199
|
}, {
|
|
5200
|
-
"value": "#
|
|
5200
|
+
"value": "#FFB8B2",
|
|
5201
5201
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5202
5202
|
"isSource": false,
|
|
5203
5203
|
"attributes": {
|
|
@@ -5207,7 +5207,7 @@ var tokens = [{
|
|
|
5207
5207
|
"description": "Pressed state for color.background.danger"
|
|
5208
5208
|
},
|
|
5209
5209
|
"original": {
|
|
5210
|
-
"value": "
|
|
5210
|
+
"value": "Red250",
|
|
5211
5211
|
"attributes": {
|
|
5212
5212
|
"group": "paint",
|
|
5213
5213
|
"state": "active",
|
|
@@ -5285,7 +5285,7 @@ var tokens = [{
|
|
|
5285
5285
|
"path": ["color", "background", "danger", "bold", "pressed"],
|
|
5286
5286
|
"cleanName": "color.background.danger.bold.pressed"
|
|
5287
5287
|
}, {
|
|
5288
|
-
"value": "#
|
|
5288
|
+
"value": "#FFF5DB",
|
|
5289
5289
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5290
5290
|
"isSource": false,
|
|
5291
5291
|
"attributes": {
|
|
@@ -5295,7 +5295,7 @@ var tokens = [{
|
|
|
5295
5295
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
5296
5296
|
},
|
|
5297
5297
|
"original": {
|
|
5298
|
-
"value": "
|
|
5298
|
+
"value": "Orange100",
|
|
5299
5299
|
"attributes": {
|
|
5300
5300
|
"group": "paint",
|
|
5301
5301
|
"state": "active",
|
|
@@ -5307,7 +5307,7 @@ var tokens = [{
|
|
|
5307
5307
|
"path": ["color", "background", "warning", "[default]", "[default]"],
|
|
5308
5308
|
"cleanName": "color.background.warning"
|
|
5309
5309
|
}, {
|
|
5310
|
-
"value": "#
|
|
5310
|
+
"value": "#FCE4A6",
|
|
5311
5311
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5312
5312
|
"isSource": false,
|
|
5313
5313
|
"attributes": {
|
|
@@ -5317,7 +5317,7 @@ var tokens = [{
|
|
|
5317
5317
|
"description": "Hovered state for color.background.warning"
|
|
5318
5318
|
},
|
|
5319
5319
|
"original": {
|
|
5320
|
-
"value": "
|
|
5320
|
+
"value": "Orange200",
|
|
5321
5321
|
"attributes": {
|
|
5322
5322
|
"group": "paint",
|
|
5323
5323
|
"state": "active",
|
|
@@ -5329,7 +5329,7 @@ var tokens = [{
|
|
|
5329
5329
|
"path": ["color", "background", "warning", "[default]", "hovered"],
|
|
5330
5330
|
"cleanName": "color.background.warning.hovered"
|
|
5331
5331
|
}, {
|
|
5332
|
-
"value": "#
|
|
5332
|
+
"value": "#FBD779",
|
|
5333
5333
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5334
5334
|
"isSource": false,
|
|
5335
5335
|
"attributes": {
|
|
@@ -5339,7 +5339,7 @@ var tokens = [{
|
|
|
5339
5339
|
"description": "Pressed state for color.background.warning"
|
|
5340
5340
|
},
|
|
5341
5341
|
"original": {
|
|
5342
|
-
"value": "
|
|
5342
|
+
"value": "Orange250",
|
|
5343
5343
|
"attributes": {
|
|
5344
5344
|
"group": "paint",
|
|
5345
5345
|
"state": "active",
|
|
@@ -5417,7 +5417,7 @@ var tokens = [{
|
|
|
5417
5417
|
"path": ["color", "background", "warning", "bold", "pressed"],
|
|
5418
5418
|
"cleanName": "color.background.warning.bold.pressed"
|
|
5419
5419
|
}, {
|
|
5420
|
-
"value": "#
|
|
5420
|
+
"value": "#EFFFD6",
|
|
5421
5421
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5422
5422
|
"isSource": false,
|
|
5423
5423
|
"attributes": {
|
|
@@ -5427,7 +5427,7 @@ var tokens = [{
|
|
|
5427
5427
|
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
5428
5428
|
},
|
|
5429
5429
|
"original": {
|
|
5430
|
-
"value": "
|
|
5430
|
+
"value": "Lime100",
|
|
5431
5431
|
"attributes": {
|
|
5432
5432
|
"group": "paint",
|
|
5433
5433
|
"state": "active",
|
|
@@ -5439,7 +5439,7 @@ var tokens = [{
|
|
|
5439
5439
|
"path": ["color", "background", "success", "[default]", "[default]"],
|
|
5440
5440
|
"cleanName": "color.background.success"
|
|
5441
5441
|
}, {
|
|
5442
|
-
"value": "#
|
|
5442
|
+
"value": "#D3F1A7",
|
|
5443
5443
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5444
5444
|
"isSource": false,
|
|
5445
5445
|
"attributes": {
|
|
@@ -5449,7 +5449,7 @@ var tokens = [{
|
|
|
5449
5449
|
"description": "Hovered state for color.background.success"
|
|
5450
5450
|
},
|
|
5451
5451
|
"original": {
|
|
5452
|
-
"value": "
|
|
5452
|
+
"value": "Lime200",
|
|
5453
5453
|
"attributes": {
|
|
5454
5454
|
"group": "paint",
|
|
5455
5455
|
"state": "active",
|
|
@@ -5461,7 +5461,7 @@ var tokens = [{
|
|
|
5461
5461
|
"path": ["color", "background", "success", "[default]", "hovered"],
|
|
5462
5462
|
"cleanName": "color.background.success.hovered"
|
|
5463
5463
|
}, {
|
|
5464
|
-
"value": "#
|
|
5464
|
+
"value": "#BDE97C",
|
|
5465
5465
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5466
5466
|
"isSource": false,
|
|
5467
5467
|
"attributes": {
|
|
@@ -5471,7 +5471,7 @@ var tokens = [{
|
|
|
5471
5471
|
"description": "Pressed state for color.background.success"
|
|
5472
5472
|
},
|
|
5473
5473
|
"original": {
|
|
5474
|
-
"value": "
|
|
5474
|
+
"value": "Lime250",
|
|
5475
5475
|
"attributes": {
|
|
5476
5476
|
"group": "paint",
|
|
5477
5477
|
"state": "active",
|
|
@@ -5549,7 +5549,7 @@ var tokens = [{
|
|
|
5549
5549
|
"path": ["color", "background", "success", "bold", "pressed"],
|
|
5550
5550
|
"cleanName": "color.background.success.bold.pressed"
|
|
5551
5551
|
}, {
|
|
5552
|
-
"value": "#
|
|
5552
|
+
"value": "#F8EEFE",
|
|
5553
5553
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5554
5554
|
"isSource": false,
|
|
5555
5555
|
"attributes": {
|
|
@@ -5571,7 +5571,7 @@ var tokens = [{
|
|
|
5571
5571
|
"path": ["color", "background", "discovery", "[default]", "[default]"],
|
|
5572
5572
|
"cleanName": "color.background.discovery"
|
|
5573
5573
|
}, {
|
|
5574
|
-
"value": "#
|
|
5574
|
+
"value": "#EED7FC",
|
|
5575
5575
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5576
5576
|
"isSource": false,
|
|
5577
5577
|
"attributes": {
|
|
@@ -5593,7 +5593,7 @@ var tokens = [{
|
|
|
5593
5593
|
"path": ["color", "background", "discovery", "[default]", "hovered"],
|
|
5594
5594
|
"cleanName": "color.background.discovery.hovered"
|
|
5595
5595
|
}, {
|
|
5596
|
-
"value": "#
|
|
5596
|
+
"value": "#E3BDFA",
|
|
5597
5597
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5598
5598
|
"isSource": false,
|
|
5599
5599
|
"attributes": {
|
|
@@ -5603,7 +5603,7 @@ var tokens = [{
|
|
|
5603
5603
|
"description": "Pressed state for color.background.discovery"
|
|
5604
5604
|
},
|
|
5605
5605
|
"original": {
|
|
5606
|
-
"value": "
|
|
5606
|
+
"value": "Purple250",
|
|
5607
5607
|
"attributes": {
|
|
5608
5608
|
"group": "paint",
|
|
5609
5609
|
"state": "active",
|
|
@@ -5615,7 +5615,7 @@ var tokens = [{
|
|
|
5615
5615
|
"path": ["color", "background", "discovery", "[default]", "pressed"],
|
|
5616
5616
|
"cleanName": "color.background.discovery.pressed"
|
|
5617
5617
|
}, {
|
|
5618
|
-
"value": "#
|
|
5618
|
+
"value": "#48245D",
|
|
5619
5619
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5620
5620
|
"isSource": true,
|
|
5621
5621
|
"attributes": {
|
|
@@ -5637,7 +5637,7 @@ var tokens = [{
|
|
|
5637
5637
|
"path": ["color", "background", "discovery", "bold", "[default]"],
|
|
5638
5638
|
"cleanName": "color.background.discovery.bold"
|
|
5639
5639
|
}, {
|
|
5640
|
-
"value": "#
|
|
5640
|
+
"value": "#35243F",
|
|
5641
5641
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5642
5642
|
"isSource": true,
|
|
5643
5643
|
"attributes": {
|
|
@@ -5681,7 +5681,7 @@ var tokens = [{
|
|
|
5681
5681
|
"path": ["color", "background", "discovery", "bold", "pressed"],
|
|
5682
5682
|
"cleanName": "color.background.discovery.bold.pressed"
|
|
5683
5683
|
}, {
|
|
5684
|
-
"value": "#
|
|
5684
|
+
"value": "#E9F2FE",
|
|
5685
5685
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5686
5686
|
"isSource": false,
|
|
5687
5687
|
"attributes": {
|
|
@@ -5703,7 +5703,7 @@ var tokens = [{
|
|
|
5703
5703
|
"path": ["color", "background", "information", "[default]", "[default]"],
|
|
5704
5704
|
"cleanName": "color.background.information"
|
|
5705
5705
|
}, {
|
|
5706
|
-
"value": "#
|
|
5706
|
+
"value": "#CFE1FD",
|
|
5707
5707
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5708
5708
|
"isSource": false,
|
|
5709
5709
|
"attributes": {
|
|
@@ -5725,7 +5725,7 @@ var tokens = [{
|
|
|
5725
5725
|
"path": ["color", "background", "information", "[default]", "hovered"],
|
|
5726
5726
|
"cleanName": "color.background.information.hovered"
|
|
5727
5727
|
}, {
|
|
5728
|
-
"value": "#
|
|
5728
|
+
"value": "#ADCBFB",
|
|
5729
5729
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5730
5730
|
"isSource": false,
|
|
5731
5731
|
"attributes": {
|
|
@@ -5735,7 +5735,7 @@ var tokens = [{
|
|
|
5735
5735
|
"description": "Pressed state of color.background.information"
|
|
5736
5736
|
},
|
|
5737
5737
|
"original": {
|
|
5738
|
-
"value": "
|
|
5738
|
+
"value": "Blue250",
|
|
5739
5739
|
"attributes": {
|
|
5740
5740
|
"group": "paint",
|
|
5741
5741
|
"state": "active",
|
|
@@ -5747,7 +5747,7 @@ var tokens = [{
|
|
|
5747
5747
|
"path": ["color", "background", "information", "[default]", "pressed"],
|
|
5748
5748
|
"cleanName": "color.background.information.pressed"
|
|
5749
5749
|
}, {
|
|
5750
|
-
"value": "#
|
|
5750
|
+
"value": "#123263",
|
|
5751
5751
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5752
5752
|
"isSource": true,
|
|
5753
5753
|
"attributes": {
|
|
@@ -5769,7 +5769,7 @@ var tokens = [{
|
|
|
5769
5769
|
"path": ["color", "background", "information", "bold", "[default]"],
|
|
5770
5770
|
"cleanName": "color.background.information.bold"
|
|
5771
5771
|
}, {
|
|
5772
|
-
"value": "#
|
|
5772
|
+
"value": "#1C2B42",
|
|
5773
5773
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5774
5774
|
"isSource": true,
|
|
5775
5775
|
"attributes": {
|
|
@@ -5813,7 +5813,7 @@ var tokens = [{
|
|
|
5813
5813
|
"path": ["color", "background", "information", "bold", "pressed"],
|
|
5814
5814
|
"cleanName": "color.background.information.bold.pressed"
|
|
5815
5815
|
}, {
|
|
5816
|
-
"value": "#
|
|
5816
|
+
"value": "#050C1F75",
|
|
5817
5817
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5818
5818
|
"isSource": false,
|
|
5819
5819
|
"attributes": {
|
|
@@ -5923,7 +5923,7 @@ var tokens = [{
|
|
|
5923
5923
|
"path": ["color", "interaction", "pressed"],
|
|
5924
5924
|
"cleanName": "color.interaction.pressed"
|
|
5925
5925
|
}, {
|
|
5926
|
-
"value": "#
|
|
5926
|
+
"value": "#0515240F",
|
|
5927
5927
|
"filePath": "schema/themes/atlassian-light/color/skeleton.tsx",
|
|
5928
5928
|
"isSource": false,
|
|
5929
5929
|
"attributes": {
|
|
@@ -5945,7 +5945,7 @@ var tokens = [{
|
|
|
5945
5945
|
"path": ["color", "skeleton", "[default]"],
|
|
5946
5946
|
"cleanName": "color.skeleton"
|
|
5947
5947
|
}, {
|
|
5948
|
-
"value": "#
|
|
5948
|
+
"value": "#17171708",
|
|
5949
5949
|
"filePath": "schema/themes/atlassian-light/color/skeleton.tsx",
|
|
5950
5950
|
"isSource": false,
|
|
5951
5951
|
"attributes": {
|
|
@@ -6011,7 +6011,7 @@ var tokens = [{
|
|
|
6011
6011
|
"path": ["color", "chart", "categorical", "1", "hovered"],
|
|
6012
6012
|
"cleanName": "color.chart.categorical.1.hovered"
|
|
6013
6013
|
}, {
|
|
6014
|
-
"value": "#
|
|
6014
|
+
"value": "#82B536",
|
|
6015
6015
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6016
6016
|
"isSource": false,
|
|
6017
6017
|
"attributes": {
|
|
@@ -6021,7 +6021,7 @@ var tokens = [{
|
|
|
6021
6021
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6022
6022
|
},
|
|
6023
6023
|
"original": {
|
|
6024
|
-
"value": "
|
|
6024
|
+
"value": "Lime500",
|
|
6025
6025
|
"attributes": {
|
|
6026
6026
|
"group": "paint",
|
|
6027
6027
|
"state": "active",
|
|
@@ -6033,7 +6033,7 @@ var tokens = [{
|
|
|
6033
6033
|
"path": ["color", "chart", "categorical", "2", "[default]"],
|
|
6034
6034
|
"cleanName": "color.chart.categorical.2"
|
|
6035
6035
|
}, {
|
|
6036
|
-
"value": "#
|
|
6036
|
+
"value": "#6A9A23",
|
|
6037
6037
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6038
6038
|
"isSource": false,
|
|
6039
6039
|
"attributes": {
|
|
@@ -6043,7 +6043,7 @@ var tokens = [{
|
|
|
6043
6043
|
"description": "Hovered state of color.chart.categorical.2."
|
|
6044
6044
|
},
|
|
6045
6045
|
"original": {
|
|
6046
|
-
"value": "
|
|
6046
|
+
"value": "Lime600",
|
|
6047
6047
|
"attributes": {
|
|
6048
6048
|
"group": "paint",
|
|
6049
6049
|
"state": "active",
|
|
@@ -6055,7 +6055,7 @@ var tokens = [{
|
|
|
6055
6055
|
"path": ["color", "chart", "categorical", "2", "hovered"],
|
|
6056
6056
|
"cleanName": "color.chart.categorical.2.hovered"
|
|
6057
6057
|
}, {
|
|
6058
|
-
"value": "#
|
|
6058
|
+
"value": "#9E4C00",
|
|
6059
6059
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6060
6060
|
"isSource": true,
|
|
6061
6061
|
"attributes": {
|
|
@@ -6077,7 +6077,7 @@ var tokens = [{
|
|
|
6077
6077
|
"path": ["color", "chart", "categorical", "3", "[default]"],
|
|
6078
6078
|
"cleanName": "color.chart.categorical.3"
|
|
6079
6079
|
}, {
|
|
6080
|
-
"value": "#
|
|
6080
|
+
"value": "#693200",
|
|
6081
6081
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6082
6082
|
"isSource": true,
|
|
6083
6083
|
"attributes": {
|
|
@@ -6099,7 +6099,7 @@ var tokens = [{
|
|
|
6099
6099
|
"path": ["color", "chart", "categorical", "3", "hovered"],
|
|
6100
6100
|
"cleanName": "color.chart.categorical.3.hovered"
|
|
6101
6101
|
}, {
|
|
6102
|
-
"value": "#
|
|
6102
|
+
"value": "#F68909",
|
|
6103
6103
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6104
6104
|
"isSource": false,
|
|
6105
6105
|
"attributes": {
|
|
@@ -6109,7 +6109,7 @@ var tokens = [{
|
|
|
6109
6109
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6110
6110
|
},
|
|
6111
6111
|
"original": {
|
|
6112
|
-
"value": "
|
|
6112
|
+
"value": "Orange500",
|
|
6113
6113
|
"attributes": {
|
|
6114
6114
|
"group": "paint",
|
|
6115
6115
|
"state": "active",
|
|
@@ -6121,7 +6121,7 @@ var tokens = [{
|
|
|
6121
6121
|
"path": ["color", "chart", "categorical", "4", "[default]"],
|
|
6122
6122
|
"cleanName": "color.chart.categorical.4"
|
|
6123
6123
|
}, {
|
|
6124
|
-
"value": "#
|
|
6124
|
+
"value": "#E06C00",
|
|
6125
6125
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6126
6126
|
"isSource": false,
|
|
6127
6127
|
"attributes": {
|
|
@@ -6131,7 +6131,7 @@ var tokens = [{
|
|
|
6131
6131
|
"description": "Hovered state of color.chart.categorical.4."
|
|
6132
6132
|
},
|
|
6133
6133
|
"original": {
|
|
6134
|
-
"value": "
|
|
6134
|
+
"value": "Orange600",
|
|
6135
6135
|
"attributes": {
|
|
6136
6136
|
"group": "paint",
|
|
6137
6137
|
"state": "active",
|
|
@@ -6143,7 +6143,7 @@ var tokens = [{
|
|
|
6143
6143
|
"path": ["color", "chart", "categorical", "4", "hovered"],
|
|
6144
6144
|
"cleanName": "color.chart.categorical.4.hovered"
|
|
6145
6145
|
}, {
|
|
6146
|
-
"value": "#
|
|
6146
|
+
"value": "#1558BC",
|
|
6147
6147
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6148
6148
|
"isSource": false,
|
|
6149
6149
|
"attributes": {
|
|
@@ -6153,7 +6153,7 @@ var tokens = [{
|
|
|
6153
6153
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6154
6154
|
},
|
|
6155
6155
|
"original": {
|
|
6156
|
-
"value": "
|
|
6156
|
+
"value": "Blue800",
|
|
6157
6157
|
"attributes": {
|
|
6158
6158
|
"group": "paint",
|
|
6159
6159
|
"state": "active",
|
|
@@ -6165,7 +6165,7 @@ var tokens = [{
|
|
|
6165
6165
|
"path": ["color", "chart", "categorical", "5", "[default]"],
|
|
6166
6166
|
"cleanName": "color.chart.categorical.5"
|
|
6167
6167
|
}, {
|
|
6168
|
-
"value": "#
|
|
6168
|
+
"value": "#123263",
|
|
6169
6169
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6170
6170
|
"isSource": false,
|
|
6171
6171
|
"attributes": {
|
|
@@ -6175,7 +6175,7 @@ var tokens = [{
|
|
|
6175
6175
|
"description": "Hovered state of color.chart.categorical.5."
|
|
6176
6176
|
},
|
|
6177
6177
|
"original": {
|
|
6178
|
-
"value": "
|
|
6178
|
+
"value": "Blue900",
|
|
6179
6179
|
"attributes": {
|
|
6180
6180
|
"group": "paint",
|
|
6181
6181
|
"state": "active",
|
|
@@ -6187,7 +6187,7 @@ var tokens = [{
|
|
|
6187
6187
|
"path": ["color", "chart", "categorical", "5", "hovered"],
|
|
6188
6188
|
"cleanName": "color.chart.categorical.5.hovered"
|
|
6189
6189
|
}, {
|
|
6190
|
-
"value": "#
|
|
6190
|
+
"value": "#803FA5",
|
|
6191
6191
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6192
6192
|
"isSource": true,
|
|
6193
6193
|
"attributes": {
|
|
@@ -6209,7 +6209,7 @@ var tokens = [{
|
|
|
6209
6209
|
"path": ["color", "chart", "categorical", "6", "[default]"],
|
|
6210
6210
|
"cleanName": "color.chart.categorical.6"
|
|
6211
6211
|
}, {
|
|
6212
|
-
"value": "#
|
|
6212
|
+
"value": "#48245D",
|
|
6213
6213
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6214
6214
|
"isSource": true,
|
|
6215
6215
|
"attributes": {
|
|
@@ -6231,7 +6231,7 @@ var tokens = [{
|
|
|
6231
6231
|
"path": ["color", "chart", "categorical", "6", "hovered"],
|
|
6232
6232
|
"cleanName": "color.chart.categorical.6.hovered"
|
|
6233
6233
|
}, {
|
|
6234
|
-
"value": "#
|
|
6234
|
+
"value": "#42B2D7",
|
|
6235
6235
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6236
6236
|
"isSource": false,
|
|
6237
6237
|
"attributes": {
|
|
@@ -6241,7 +6241,7 @@ var tokens = [{
|
|
|
6241
6241
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6242
6242
|
},
|
|
6243
6243
|
"original": {
|
|
6244
|
-
"value": "
|
|
6244
|
+
"value": "Teal500",
|
|
6245
6245
|
"attributes": {
|
|
6246
6246
|
"group": "paint",
|
|
6247
6247
|
"state": "active",
|
|
@@ -6253,7 +6253,7 @@ var tokens = [{
|
|
|
6253
6253
|
"path": ["color", "chart", "categorical", "7", "[default]"],
|
|
6254
6254
|
"cleanName": "color.chart.categorical.7"
|
|
6255
6255
|
}, {
|
|
6256
|
-
"value": "#
|
|
6256
|
+
"value": "#2898BD",
|
|
6257
6257
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6258
6258
|
"isSource": false,
|
|
6259
6259
|
"attributes": {
|
|
@@ -6263,7 +6263,7 @@ var tokens = [{
|
|
|
6263
6263
|
"description": "Hovered state of color.chart.categorical.7."
|
|
6264
6264
|
},
|
|
6265
6265
|
"original": {
|
|
6266
|
-
"value": "
|
|
6266
|
+
"value": "Teal600",
|
|
6267
6267
|
"attributes": {
|
|
6268
6268
|
"group": "paint",
|
|
6269
6269
|
"state": "active",
|
|
@@ -6275,7 +6275,7 @@ var tokens = [{
|
|
|
6275
6275
|
"path": ["color", "chart", "categorical", "7", "hovered"],
|
|
6276
6276
|
"cleanName": "color.chart.categorical.7.hovered"
|
|
6277
6277
|
}, {
|
|
6278
|
-
"value": "#
|
|
6278
|
+
"value": "#BD5B00",
|
|
6279
6279
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6280
6280
|
"isSource": false,
|
|
6281
6281
|
"attributes": {
|
|
@@ -6285,7 +6285,7 @@ var tokens = [{
|
|
|
6285
6285
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6286
6286
|
},
|
|
6287
6287
|
"original": {
|
|
6288
|
-
"value": "
|
|
6288
|
+
"value": "Orange700",
|
|
6289
6289
|
"attributes": {
|
|
6290
6290
|
"group": "paint",
|
|
6291
6291
|
"state": "active",
|
|
@@ -6297,7 +6297,7 @@ var tokens = [{
|
|
|
6297
6297
|
"path": ["color", "chart", "categorical", "8", "[default]"],
|
|
6298
6298
|
"cleanName": "color.chart.categorical.8"
|
|
6299
6299
|
}, {
|
|
6300
|
-
"value": "#
|
|
6300
|
+
"value": "#7A3B00",
|
|
6301
6301
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6302
6302
|
"isSource": false,
|
|
6303
6303
|
"attributes": {
|
|
@@ -6307,7 +6307,7 @@ var tokens = [{
|
|
|
6307
6307
|
"description": "Hovered state of color.chart.categorical.8."
|
|
6308
6308
|
},
|
|
6309
6309
|
"original": {
|
|
6310
|
-
"value": "
|
|
6310
|
+
"value": "Orange850",
|
|
6311
6311
|
"attributes": {
|
|
6312
6312
|
"group": "paint",
|
|
6313
6313
|
"state": "active",
|
|
@@ -6451,7 +6451,7 @@ var tokens = [{
|
|
|
6451
6451
|
"path": ["color", "chart", "lime", "boldest", "hovered"],
|
|
6452
6452
|
"cleanName": "color.chart.lime.boldest.hovered"
|
|
6453
6453
|
}, {
|
|
6454
|
-
"value": "#
|
|
6454
|
+
"value": "#6B6E76",
|
|
6455
6455
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6456
6456
|
"isSource": true,
|
|
6457
6457
|
"attributes": {
|
|
@@ -6473,7 +6473,7 @@ var tokens = [{
|
|
|
6473
6473
|
"path": ["color", "chart", "neutral", "[default]"],
|
|
6474
6474
|
"cleanName": "color.chart.neutral"
|
|
6475
6475
|
}, {
|
|
6476
|
-
"value": "#
|
|
6476
|
+
"value": "#505258",
|
|
6477
6477
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6478
6478
|
"isSource": true,
|
|
6479
6479
|
"attributes": {
|
|
@@ -6627,7 +6627,7 @@ var tokens = [{
|
|
|
6627
6627
|
"path": ["color", "chart", "red", "boldest", "hovered"],
|
|
6628
6628
|
"cleanName": "color.chart.red.boldest.hovered"
|
|
6629
6629
|
}, {
|
|
6630
|
-
"value": "#
|
|
6630
|
+
"value": "#9E4C00",
|
|
6631
6631
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6632
6632
|
"isSource": true,
|
|
6633
6633
|
"attributes": {
|
|
@@ -6649,7 +6649,7 @@ var tokens = [{
|
|
|
6649
6649
|
"path": ["color", "chart", "orange", "bold", "[default]"],
|
|
6650
6650
|
"cleanName": "color.chart.orange.bold"
|
|
6651
6651
|
}, {
|
|
6652
|
-
"value": "#
|
|
6652
|
+
"value": "#693200",
|
|
6653
6653
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6654
6654
|
"isSource": true,
|
|
6655
6655
|
"attributes": {
|
|
@@ -6671,7 +6671,7 @@ var tokens = [{
|
|
|
6671
6671
|
"path": ["color", "chart", "orange", "bold", "hovered"],
|
|
6672
6672
|
"cleanName": "color.chart.orange.bold.hovered"
|
|
6673
6673
|
}, {
|
|
6674
|
-
"value": "#
|
|
6674
|
+
"value": "#693200",
|
|
6675
6675
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6676
6676
|
"isSource": true,
|
|
6677
6677
|
"attributes": {
|
|
@@ -6693,7 +6693,7 @@ var tokens = [{
|
|
|
6693
6693
|
"path": ["color", "chart", "orange", "bolder", "[default]"],
|
|
6694
6694
|
"cleanName": "color.chart.orange.bolder"
|
|
6695
6695
|
}, {
|
|
6696
|
-
"value": "#
|
|
6696
|
+
"value": "#3A2C1F",
|
|
6697
6697
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6698
6698
|
"isSource": true,
|
|
6699
6699
|
"attributes": {
|
|
@@ -6715,7 +6715,7 @@ var tokens = [{
|
|
|
6715
6715
|
"path": ["color", "chart", "orange", "bolder", "hovered"],
|
|
6716
6716
|
"cleanName": "color.chart.orange.bolder.hovered"
|
|
6717
6717
|
}, {
|
|
6718
|
-
"value": "#
|
|
6718
|
+
"value": "#3A2C1F",
|
|
6719
6719
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6720
6720
|
"isSource": true,
|
|
6721
6721
|
"attributes": {
|
|
@@ -7155,7 +7155,7 @@ var tokens = [{
|
|
|
7155
7155
|
"path": ["color", "chart", "teal", "boldest", "hovered"],
|
|
7156
7156
|
"cleanName": "color.chart.teal.boldest.hovered"
|
|
7157
7157
|
}, {
|
|
7158
|
-
"value": "#
|
|
7158
|
+
"value": "#1558BC",
|
|
7159
7159
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7160
7160
|
"isSource": true,
|
|
7161
7161
|
"attributes": {
|
|
@@ -7177,7 +7177,7 @@ var tokens = [{
|
|
|
7177
7177
|
"path": ["color", "chart", "blue", "bold", "[default]"],
|
|
7178
7178
|
"cleanName": "color.chart.blue.bold"
|
|
7179
7179
|
}, {
|
|
7180
|
-
"value": "#
|
|
7180
|
+
"value": "#123263",
|
|
7181
7181
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7182
7182
|
"isSource": true,
|
|
7183
7183
|
"attributes": {
|
|
@@ -7199,7 +7199,7 @@ var tokens = [{
|
|
|
7199
7199
|
"path": ["color", "chart", "blue", "bold", "hovered"],
|
|
7200
7200
|
"cleanName": "color.chart.blue.bold.hovered"
|
|
7201
7201
|
}, {
|
|
7202
|
-
"value": "#
|
|
7202
|
+
"value": "#123263",
|
|
7203
7203
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7204
7204
|
"isSource": true,
|
|
7205
7205
|
"attributes": {
|
|
@@ -7221,7 +7221,7 @@ var tokens = [{
|
|
|
7221
7221
|
"path": ["color", "chart", "blue", "bolder", "[default]"],
|
|
7222
7222
|
"cleanName": "color.chart.blue.bolder"
|
|
7223
7223
|
}, {
|
|
7224
|
-
"value": "#
|
|
7224
|
+
"value": "#1C2B42",
|
|
7225
7225
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7226
7226
|
"isSource": true,
|
|
7227
7227
|
"attributes": {
|
|
@@ -7243,7 +7243,7 @@ var tokens = [{
|
|
|
7243
7243
|
"path": ["color", "chart", "blue", "bolder", "hovered"],
|
|
7244
7244
|
"cleanName": "color.chart.blue.bolder.hovered"
|
|
7245
7245
|
}, {
|
|
7246
|
-
"value": "#
|
|
7246
|
+
"value": "#1C2B42",
|
|
7247
7247
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7248
7248
|
"isSource": true,
|
|
7249
7249
|
"attributes": {
|
|
@@ -7287,7 +7287,7 @@ var tokens = [{
|
|
|
7287
7287
|
"path": ["color", "chart", "blue", "boldest", "hovered"],
|
|
7288
7288
|
"cleanName": "color.chart.blue.boldest.hovered"
|
|
7289
7289
|
}, {
|
|
7290
|
-
"value": "#
|
|
7290
|
+
"value": "#803FA5",
|
|
7291
7291
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7292
7292
|
"isSource": true,
|
|
7293
7293
|
"attributes": {
|
|
@@ -7309,7 +7309,7 @@ var tokens = [{
|
|
|
7309
7309
|
"path": ["color", "chart", "purple", "bold", "[default]"],
|
|
7310
7310
|
"cleanName": "color.chart.purple.bold"
|
|
7311
7311
|
}, {
|
|
7312
|
-
"value": "#
|
|
7312
|
+
"value": "#48245D",
|
|
7313
7313
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7314
7314
|
"isSource": true,
|
|
7315
7315
|
"attributes": {
|
|
@@ -7331,7 +7331,7 @@ var tokens = [{
|
|
|
7331
7331
|
"path": ["color", "chart", "purple", "bold", "hovered"],
|
|
7332
7332
|
"cleanName": "color.chart.purple.bold.hovered"
|
|
7333
7333
|
}, {
|
|
7334
|
-
"value": "#
|
|
7334
|
+
"value": "#48245D",
|
|
7335
7335
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7336
7336
|
"isSource": true,
|
|
7337
7337
|
"attributes": {
|
|
@@ -7353,7 +7353,7 @@ var tokens = [{
|
|
|
7353
7353
|
"path": ["color", "chart", "purple", "bolder", "[default]"],
|
|
7354
7354
|
"cleanName": "color.chart.purple.bolder"
|
|
7355
7355
|
}, {
|
|
7356
|
-
"value": "#
|
|
7356
|
+
"value": "#35243F",
|
|
7357
7357
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7358
7358
|
"isSource": true,
|
|
7359
7359
|
"attributes": {
|
|
@@ -7375,7 +7375,7 @@ var tokens = [{
|
|
|
7375
7375
|
"path": ["color", "chart", "purple", "bolder", "hovered"],
|
|
7376
7376
|
"cleanName": "color.chart.purple.bolder.hovered"
|
|
7377
7377
|
}, {
|
|
7378
|
-
"value": "#
|
|
7378
|
+
"value": "#35243F",
|
|
7379
7379
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7380
7380
|
"isSource": true,
|
|
7381
7381
|
"attributes": {
|
|
@@ -7551,7 +7551,7 @@ var tokens = [{
|
|
|
7551
7551
|
"path": ["color", "chart", "magenta", "boldest", "hovered"],
|
|
7552
7552
|
"cleanName": "color.chart.magenta.boldest.hovered"
|
|
7553
7553
|
}, {
|
|
7554
|
-
"value": "#
|
|
7554
|
+
"value": "#6B6E76",
|
|
7555
7555
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7556
7556
|
"isSource": true,
|
|
7557
7557
|
"attributes": {
|
|
@@ -7573,7 +7573,7 @@ var tokens = [{
|
|
|
7573
7573
|
"path": ["color", "chart", "gray", "bold", "[default]"],
|
|
7574
7574
|
"cleanName": "color.chart.gray.bold"
|
|
7575
7575
|
}, {
|
|
7576
|
-
"value": "#
|
|
7576
|
+
"value": "#505258",
|
|
7577
7577
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7578
7578
|
"isSource": true,
|
|
7579
7579
|
"attributes": {
|
|
@@ -7595,7 +7595,7 @@ var tokens = [{
|
|
|
7595
7595
|
"path": ["color", "chart", "gray", "bold", "hovered"],
|
|
7596
7596
|
"cleanName": "color.chart.gray.bold.hovered"
|
|
7597
7597
|
}, {
|
|
7598
|
-
"value": "#
|
|
7598
|
+
"value": "#505258",
|
|
7599
7599
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7600
7600
|
"isSource": true,
|
|
7601
7601
|
"attributes": {
|
|
@@ -7617,7 +7617,7 @@ var tokens = [{
|
|
|
7617
7617
|
"path": ["color", "chart", "gray", "bolder", "[default]"],
|
|
7618
7618
|
"cleanName": "color.chart.gray.bolder"
|
|
7619
7619
|
}, {
|
|
7620
|
-
"value": "#
|
|
7620
|
+
"value": "#3B3D42",
|
|
7621
7621
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7622
7622
|
"isSource": true,
|
|
7623
7623
|
"attributes": {
|
|
@@ -7639,7 +7639,7 @@ var tokens = [{
|
|
|
7639
7639
|
"path": ["color", "chart", "gray", "bolder", "hovered"],
|
|
7640
7640
|
"cleanName": "color.chart.gray.bolder.hovered"
|
|
7641
7641
|
}, {
|
|
7642
|
-
"value": "#
|
|
7642
|
+
"value": "#3B3D42",
|
|
7643
7643
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7644
7644
|
"isSource": true,
|
|
7645
7645
|
"attributes": {
|
|
@@ -7661,7 +7661,7 @@ var tokens = [{
|
|
|
7661
7661
|
"path": ["color", "chart", "gray", "boldest", "[default]"],
|
|
7662
7662
|
"cleanName": "color.chart.gray.boldest"
|
|
7663
7663
|
}, {
|
|
7664
|
-
"value": "#
|
|
7664
|
+
"value": "#292A2E",
|
|
7665
7665
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7666
7666
|
"isSource": true,
|
|
7667
7667
|
"attributes": {
|
|
@@ -7683,7 +7683,7 @@ var tokens = [{
|
|
|
7683
7683
|
"path": ["color", "chart", "gray", "boldest", "hovered"],
|
|
7684
7684
|
"cleanName": "color.chart.gray.boldest.hovered"
|
|
7685
7685
|
}, {
|
|
7686
|
-
"value": "#
|
|
7686
|
+
"value": "#1868DB",
|
|
7687
7687
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7688
7688
|
"isSource": true,
|
|
7689
7689
|
"attributes": {
|
|
@@ -7705,7 +7705,7 @@ var tokens = [{
|
|
|
7705
7705
|
"path": ["color", "chart", "brand", "[default]"],
|
|
7706
7706
|
"cleanName": "color.chart.brand"
|
|
7707
7707
|
}, {
|
|
7708
|
-
"value": "#
|
|
7708
|
+
"value": "#1558BC",
|
|
7709
7709
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7710
7710
|
"isSource": true,
|
|
7711
7711
|
"attributes": {
|
|
@@ -7991,7 +7991,7 @@ var tokens = [{
|
|
|
7991
7991
|
"path": ["color", "chart", "success", "bold", "hovered"],
|
|
7992
7992
|
"cleanName": "color.chart.success.bold.hovered"
|
|
7993
7993
|
}, {
|
|
7994
|
-
"value": "#
|
|
7994
|
+
"value": "#964AC0",
|
|
7995
7995
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7996
7996
|
"isSource": true,
|
|
7997
7997
|
"attributes": {
|
|
@@ -8013,7 +8013,7 @@ var tokens = [{
|
|
|
8013
8013
|
"path": ["color", "chart", "discovery", "[default]", "[default]"],
|
|
8014
8014
|
"cleanName": "color.chart.discovery"
|
|
8015
8015
|
}, {
|
|
8016
|
-
"value": "#
|
|
8016
|
+
"value": "#803FA5",
|
|
8017
8017
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8018
8018
|
"isSource": true,
|
|
8019
8019
|
"attributes": {
|
|
@@ -8035,7 +8035,7 @@ var tokens = [{
|
|
|
8035
8035
|
"path": ["color", "chart", "discovery", "[default]", "hovered"],
|
|
8036
8036
|
"cleanName": "color.chart.discovery.hovered"
|
|
8037
8037
|
}, {
|
|
8038
|
-
"value": "#
|
|
8038
|
+
"value": "#48245D",
|
|
8039
8039
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8040
8040
|
"isSource": true,
|
|
8041
8041
|
"attributes": {
|
|
@@ -8057,7 +8057,7 @@ var tokens = [{
|
|
|
8057
8057
|
"path": ["color", "chart", "discovery", "bold", "[default]"],
|
|
8058
8058
|
"cleanName": "color.chart.discovery.bold"
|
|
8059
8059
|
}, {
|
|
8060
|
-
"value": "#
|
|
8060
|
+
"value": "#35243F",
|
|
8061
8061
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8062
8062
|
"isSource": true,
|
|
8063
8063
|
"attributes": {
|
|
@@ -8079,7 +8079,7 @@ var tokens = [{
|
|
|
8079
8079
|
"path": ["color", "chart", "discovery", "bold", "hovered"],
|
|
8080
8080
|
"cleanName": "color.chart.discovery.bold.hovered"
|
|
8081
8081
|
}, {
|
|
8082
|
-
"value": "#
|
|
8082
|
+
"value": "#1868DB",
|
|
8083
8083
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8084
8084
|
"isSource": true,
|
|
8085
8085
|
"attributes": {
|
|
@@ -8101,7 +8101,7 @@ var tokens = [{
|
|
|
8101
8101
|
"path": ["color", "chart", "information", "[default]", "[default]"],
|
|
8102
8102
|
"cleanName": "color.chart.information"
|
|
8103
8103
|
}, {
|
|
8104
|
-
"value": "#
|
|
8104
|
+
"value": "#1558BC",
|
|
8105
8105
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8106
8106
|
"isSource": true,
|
|
8107
8107
|
"attributes": {
|
|
@@ -8123,7 +8123,7 @@ var tokens = [{
|
|
|
8123
8123
|
"path": ["color", "chart", "information", "[default]", "hovered"],
|
|
8124
8124
|
"cleanName": "color.chart.information.hovered"
|
|
8125
8125
|
}, {
|
|
8126
|
-
"value": "#
|
|
8126
|
+
"value": "#123263",
|
|
8127
8127
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8128
8128
|
"isSource": true,
|
|
8129
8129
|
"attributes": {
|
|
@@ -8145,7 +8145,7 @@ var tokens = [{
|
|
|
8145
8145
|
"path": ["color", "chart", "information", "bold", "[default]"],
|
|
8146
8146
|
"cleanName": "color.chart.information.bold"
|
|
8147
8147
|
}, {
|
|
8148
|
-
"value": "#
|
|
8148
|
+
"value": "#1C2B42",
|
|
8149
8149
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8150
8150
|
"isSource": true,
|
|
8151
8151
|
"attributes": {
|
|
@@ -8189,7 +8189,7 @@ var tokens = [{
|
|
|
8189
8189
|
"path": ["elevation", "surface", "[default]", "[default]"],
|
|
8190
8190
|
"cleanName": "elevation.surface"
|
|
8191
8191
|
}, {
|
|
8192
|
-
"value": "#
|
|
8192
|
+
"value": "#F0F1F2",
|
|
8193
8193
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8194
8194
|
"isSource": false,
|
|
8195
8195
|
"attributes": {
|
|
@@ -8211,7 +8211,7 @@ var tokens = [{
|
|
|
8211
8211
|
"path": ["elevation", "surface", "[default]", "hovered"],
|
|
8212
8212
|
"cleanName": "elevation.surface.hovered"
|
|
8213
8213
|
}, {
|
|
8214
|
-
"value": "#
|
|
8214
|
+
"value": "#DDDEE1",
|
|
8215
8215
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8216
8216
|
"isSource": false,
|
|
8217
8217
|
"attributes": {
|
|
@@ -8255,7 +8255,7 @@ var tokens = [{
|
|
|
8255
8255
|
"path": ["elevation", "surface", "overlay", "[default]"],
|
|
8256
8256
|
"cleanName": "elevation.surface.overlay"
|
|
8257
8257
|
}, {
|
|
8258
|
-
"value": "#
|
|
8258
|
+
"value": "#F0F1F2",
|
|
8259
8259
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8260
8260
|
"isSource": false,
|
|
8261
8261
|
"attributes": {
|
|
@@ -8277,7 +8277,7 @@ var tokens = [{
|
|
|
8277
8277
|
"path": ["elevation", "surface", "overlay", "hovered"],
|
|
8278
8278
|
"cleanName": "elevation.surface.overlay.hovered"
|
|
8279
8279
|
}, {
|
|
8280
|
-
"value": "#
|
|
8280
|
+
"value": "#DDDEE1",
|
|
8281
8281
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8282
8282
|
"isSource": false,
|
|
8283
8283
|
"attributes": {
|
|
@@ -8321,7 +8321,7 @@ var tokens = [{
|
|
|
8321
8321
|
"path": ["elevation", "surface", "raised", "[default]"],
|
|
8322
8322
|
"cleanName": "elevation.surface.raised"
|
|
8323
8323
|
}, {
|
|
8324
|
-
"value": "#
|
|
8324
|
+
"value": "#F0F1F2",
|
|
8325
8325
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8326
8326
|
"isSource": false,
|
|
8327
8327
|
"attributes": {
|
|
@@ -8343,7 +8343,7 @@ var tokens = [{
|
|
|
8343
8343
|
"path": ["elevation", "surface", "raised", "hovered"],
|
|
8344
8344
|
"cleanName": "elevation.surface.raised.hovered"
|
|
8345
8345
|
}, {
|
|
8346
|
-
"value": "#
|
|
8346
|
+
"value": "#DDDEE1",
|
|
8347
8347
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8348
8348
|
"isSource": false,
|
|
8349
8349
|
"attributes": {
|
|
@@ -8393,7 +8393,7 @@ var tokens = [{
|
|
|
8393
8393
|
"x": 0,
|
|
8394
8394
|
"y": 0
|
|
8395
8395
|
},
|
|
8396
|
-
"color": "#
|
|
8396
|
+
"color": "#1E1F21",
|
|
8397
8397
|
"opacity": 0.16
|
|
8398
8398
|
}, {
|
|
8399
8399
|
"radius": 1,
|
|
@@ -8401,7 +8401,7 @@ var tokens = [{
|
|
|
8401
8401
|
"x": 0,
|
|
8402
8402
|
"y": 0
|
|
8403
8403
|
},
|
|
8404
|
-
"color": "#
|
|
8404
|
+
"color": "#1E1F21",
|
|
8405
8405
|
"opacity": 0.12
|
|
8406
8406
|
}],
|
|
8407
8407
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
@@ -8441,7 +8441,7 @@ var tokens = [{
|
|
|
8441
8441
|
"path": ["elevation", "shadow", "overflow", "[default]"],
|
|
8442
8442
|
"cleanName": "elevation.shadow.overflow"
|
|
8443
8443
|
}, {
|
|
8444
|
-
"value": "#
|
|
8444
|
+
"value": "#1E1F211f",
|
|
8445
8445
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
8446
8446
|
"isSource": false,
|
|
8447
8447
|
"attributes": {
|
|
@@ -8451,7 +8451,7 @@ var tokens = [{
|
|
|
8451
8451
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
8452
8452
|
},
|
|
8453
8453
|
"original": {
|
|
8454
|
-
"value": "#
|
|
8454
|
+
"value": "#1E1F211f",
|
|
8455
8455
|
"attributes": {
|
|
8456
8456
|
"group": "paint",
|
|
8457
8457
|
"state": "active",
|
|
@@ -8463,7 +8463,7 @@ var tokens = [{
|
|
|
8463
8463
|
"path": ["elevation", "shadow", "overflow", "perimeter"],
|
|
8464
8464
|
"cleanName": "elevation.shadow.overflow.perimeter"
|
|
8465
8465
|
}, {
|
|
8466
|
-
"value": "#
|
|
8466
|
+
"value": "#1E1F2129",
|
|
8467
8467
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
8468
8468
|
"isSource": false,
|
|
8469
8469
|
"attributes": {
|
|
@@ -8473,7 +8473,7 @@ var tokens = [{
|
|
|
8473
8473
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
8474
8474
|
},
|
|
8475
8475
|
"original": {
|
|
8476
|
-
"value": "#
|
|
8476
|
+
"value": "#1E1F2129",
|
|
8477
8477
|
"attributes": {
|
|
8478
8478
|
"group": "paint",
|
|
8479
8479
|
"state": "active",
|
|
@@ -8491,7 +8491,7 @@ var tokens = [{
|
|
|
8491
8491
|
"x": 0,
|
|
8492
8492
|
"y": 0
|
|
8493
8493
|
},
|
|
8494
|
-
"color": "#
|
|
8494
|
+
"color": "#1E1F21",
|
|
8495
8495
|
"opacity": 0.5,
|
|
8496
8496
|
"spread": 1,
|
|
8497
8497
|
"inset": true
|
|
@@ -8501,7 +8501,7 @@ var tokens = [{
|
|
|
8501
8501
|
"x": 0,
|
|
8502
8502
|
"y": 0
|
|
8503
8503
|
},
|
|
8504
|
-
"color": "#
|
|
8504
|
+
"color": "#1E1F21",
|
|
8505
8505
|
"opacity": 0.31
|
|
8506
8506
|
}],
|
|
8507
8507
|
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/shadow.tsx",
|
|
@@ -8549,7 +8549,7 @@ var tokens = [{
|
|
|
8549
8549
|
"x": 0,
|
|
8550
8550
|
"y": 0
|
|
8551
8551
|
},
|
|
8552
|
-
"color": "#
|
|
8552
|
+
"color": "#1E1F21",
|
|
8553
8553
|
"opacity": 0.5,
|
|
8554
8554
|
"spread": 1,
|
|
8555
8555
|
"inset": true
|
|
@@ -8559,7 +8559,7 @@ var tokens = [{
|
|
|
8559
8559
|
"x": 0,
|
|
8560
8560
|
"y": 0
|
|
8561
8561
|
},
|
|
8562
|
-
"color": "#
|
|
8562
|
+
"color": "#1E1F21",
|
|
8563
8563
|
"opacity": 0.31
|
|
8564
8564
|
}],
|
|
8565
8565
|
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/shadow.tsx",
|