@atlaskit/tokens 7.1.0 → 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 +33 -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/babel-plugin/plugin.js +8 -0
- 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/babel-plugin/plugin.js +8 -0
- 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/babel-plugin/plugin.js +8 -0
- 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/babel-plugin/plugin.d.ts +4 -0
- 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/babel-plugin/plugin.d.ts +4 -0
- 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 +6 -6
- 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::1f9bb1e2b5ec2edbfe1a6eb0d52859b6>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
var tokens = [{
|
|
8
|
-
"value": "#
|
|
8
|
+
"value": "#E2E3E4",
|
|
9
9
|
"filePath": "schema/themes/atlassian-dark-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": "#FCE4A6",
|
|
119
119
|
"filePath": "schema/themes/atlassian-dark-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": "#FFF5DB",
|
|
141
141
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
142
142
|
"isSource": true,
|
|
143
143
|
"attributes": {
|
|
@@ -159,7 +159,7 @@ var tokens = [{
|
|
|
159
159
|
"path": ["color", "text", "accent", "orange", "bolder"],
|
|
160
160
|
"cleanName": "color.text.accent.orange.bolder"
|
|
161
161
|
}, {
|
|
162
|
-
"value": "#
|
|
162
|
+
"value": "#F5E989",
|
|
163
163
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
164
164
|
"isSource": true,
|
|
165
165
|
"attributes": {
|
|
@@ -181,7 +181,7 @@ var tokens = [{
|
|
|
181
181
|
"path": ["color", "text", "accent", "yellow", "[default]"],
|
|
182
182
|
"cleanName": "color.text.accent.yellow"
|
|
183
183
|
}, {
|
|
184
|
-
"value": "#
|
|
184
|
+
"value": "#FEF7C8",
|
|
185
185
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
186
186
|
"isSource": true,
|
|
187
187
|
"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": "#CFE1FD",
|
|
295
295
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
317
317
|
"filePath": "schema/themes/atlassian-dark-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": "#EED7FC",
|
|
339
339
|
"filePath": "schema/themes/atlassian-dark-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": "#F8EEFE",
|
|
361
361
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
427
427
|
"filePath": "schema/themes/atlassian-dark-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": "#E2E3E4",
|
|
449
449
|
"filePath": "schema/themes/atlassian-dark-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": "#E5E9F640",
|
|
471
471
|
"filePath": "schema/themes/atlassian-dark/color/text.tsx",
|
|
472
472
|
"isSource": false,
|
|
473
473
|
"attributes": {
|
|
@@ -489,7 +489,7 @@ var tokens = [{
|
|
|
489
489
|
"path": ["color", "text", "disabled"],
|
|
490
490
|
"cleanName": "color.text.disabled"
|
|
491
491
|
}, {
|
|
492
|
-
"value": "#
|
|
492
|
+
"value": "#1F1F21",
|
|
493
493
|
"filePath": "schema/themes/atlassian-dark/color/text.tsx",
|
|
494
494
|
"isSource": false,
|
|
495
495
|
"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": "#CFE1FD",
|
|
515
515
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
537
537
|
"filePath": "schema/themes/atlassian-dark-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": "#FCE4A6",
|
|
581
581
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
|
|
582
582
|
"isSource": true,
|
|
583
583
|
"attributes": {
|
|
@@ -599,7 +599,7 @@ var tokens = [{
|
|
|
599
599
|
"path": ["color", "text", "warning", "[default]"],
|
|
600
600
|
"cleanName": "color.text.warning"
|
|
601
601
|
}, {
|
|
602
|
-
"value": "#
|
|
602
|
+
"value": "#18191A",
|
|
603
603
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
|
|
604
604
|
"isSource": true,
|
|
605
605
|
"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": "#EED7FC",
|
|
647
647
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
669
669
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
691
691
|
"filePath": "schema/themes/atlassian-dark-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": "#CECFD2",
|
|
713
713
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
735
735
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
757
757
|
"filePath": "schema/themes/atlassian-dark-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": "#D8A0F7",
|
|
779
779
|
"filePath": "schema/themes/atlassian-dark/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": "#EED7FC",
|
|
801
801
|
"filePath": "schema/themes/atlassian-dark/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": "#CECFD2",
|
|
823
823
|
"filePath": "schema/themes/atlassian-dark-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": "#FBC828",
|
|
889
889
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
890
890
|
"isSource": true,
|
|
891
891
|
"attributes": {
|
|
@@ -907,7 +907,7 @@ var tokens = [{
|
|
|
907
907
|
"path": ["color", "icon", "accent", "orange"],
|
|
908
908
|
"cleanName": "color.icon.accent.orange"
|
|
909
909
|
}, {
|
|
910
|
-
"value": "#
|
|
910
|
+
"value": "#EED12B",
|
|
911
911
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
912
912
|
"isSource": true,
|
|
913
913
|
"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": "#8FB8F6",
|
|
977
977
|
"filePath": "schema/themes/atlassian-dark-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": "#D8A0F7",
|
|
999
999
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
1043
1043
|
"filePath": "schema/themes/atlassian-dark-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": "#E5E9F640",
|
|
1065
1065
|
"filePath": "schema/themes/atlassian-dark/color/icon.tsx",
|
|
1066
1066
|
"isSource": false,
|
|
1067
1067
|
"attributes": {
|
|
@@ -1083,7 +1083,7 @@ var tokens = [{
|
|
|
1083
1083
|
"path": ["color", "icon", "disabled"],
|
|
1084
1084
|
"cleanName": "color.icon.disabled"
|
|
1085
1085
|
}, {
|
|
1086
|
-
"value": "#
|
|
1086
|
+
"value": "#1F1F21",
|
|
1087
1087
|
"filePath": "schema/themes/atlassian-dark/color/icon.tsx",
|
|
1088
1088
|
"isSource": false,
|
|
1089
1089
|
"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": "#8FB8F6",
|
|
1109
1109
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
1131
1131
|
"filePath": "schema/themes/atlassian-dark-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": "#FBC828",
|
|
1175
1175
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
1176
1176
|
"isSource": true,
|
|
1177
1177
|
"attributes": {
|
|
@@ -1193,7 +1193,7 @@ var tokens = [{
|
|
|
1193
1193
|
"path": ["color", "icon", "warning", "[default]"],
|
|
1194
1194
|
"cleanName": "color.icon.warning"
|
|
1195
1195
|
}, {
|
|
1196
|
-
"value": "#
|
|
1196
|
+
"value": "#18191A",
|
|
1197
1197
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
1198
1198
|
"isSource": true,
|
|
1199
1199
|
"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": "#C97CF4",
|
|
1241
1241
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
1263
1263
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
1285
1285
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
1307
1307
|
"filePath": "schema/themes/atlassian-dark-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-dark-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": "#FBC828",
|
|
1395
1395
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
1396
1396
|
"isSource": true,
|
|
1397
1397
|
"attributes": {
|
|
@@ -1413,7 +1413,7 @@ var tokens = [{
|
|
|
1413
1413
|
"path": ["color", "border", "accent", "orange"],
|
|
1414
1414
|
"cleanName": "color.border.accent.orange"
|
|
1415
1415
|
}, {
|
|
1416
|
-
"value": "#
|
|
1416
|
+
"value": "#EED12B",
|
|
1417
1417
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
1418
1418
|
"isSource": true,
|
|
1419
1419
|
"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": "#8FB8F6",
|
|
1483
1483
|
"filePath": "schema/themes/atlassian-dark-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": "#D8A0F7",
|
|
1505
1505
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
1549
1549
|
"filePath": "schema/themes/atlassian-dark-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": "#E3E4F21F",
|
|
1571
1571
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
1593
1593
|
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
1594
1594
|
"isSource": false,
|
|
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": "#A9ABAF",
|
|
1615
1615
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
1616
1616
|
"isSource": true,
|
|
1617
1617
|
"attributes": {
|
|
@@ -1633,7 +1633,7 @@ var tokens = [{
|
|
|
1633
1633
|
"path": ["color", "border", "input"],
|
|
1634
1634
|
"cleanName": "color.border.input"
|
|
1635
1635
|
}, {
|
|
1636
|
-
"value": "#
|
|
1636
|
+
"value": "#18191A",
|
|
1637
1637
|
"filePath": "schema/themes/atlassian-dark/color/border.tsx",
|
|
1638
1638
|
"isSource": false,
|
|
1639
1639
|
"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": "#8FB8F6",
|
|
1659
1659
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
1681
1681
|
"filePath": "schema/themes/atlassian-dark-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": "#FBC828",
|
|
1725
1725
|
"filePath": "schema/themes/atlassian-dark-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": "#C97CF4",
|
|
1769
1769
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
1791
1791
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
1813
1813
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
1814
1814
|
"isSource": true,
|
|
1815
1815
|
"attributes": {
|
|
@@ -1831,7 +1831,7 @@ var tokens = [{
|
|
|
1831
1831
|
"path": ["color", "border", "bold"],
|
|
1832
1832
|
"cleanName": "color.border.bold"
|
|
1833
1833
|
}, {
|
|
1834
|
-
"value": "#
|
|
1834
|
+
"value": "#37471F",
|
|
1835
1835
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1836
1836
|
"isSource": false,
|
|
1837
1837
|
"attributes": {
|
|
@@ -1841,7 +1841,7 @@ var tokens = [{
|
|
|
1841
1841
|
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1842
1842
|
},
|
|
1843
1843
|
"original": {
|
|
1844
|
-
"value": "
|
|
1844
|
+
"value": "Lime900",
|
|
1845
1845
|
"attributes": {
|
|
1846
1846
|
"group": "paint",
|
|
1847
1847
|
"state": "active",
|
|
@@ -1853,7 +1853,7 @@ var tokens = [{
|
|
|
1853
1853
|
"path": ["color", "background", "accent", "lime", "subtlest", "[default]"],
|
|
1854
1854
|
"cleanName": "color.background.accent.lime.subtlest"
|
|
1855
1855
|
}, {
|
|
1856
|
-
"value": "#
|
|
1856
|
+
"value": "#3F5224",
|
|
1857
1857
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1858
1858
|
"isSource": false,
|
|
1859
1859
|
"attributes": {
|
|
@@ -1863,7 +1863,7 @@ var tokens = [{
|
|
|
1863
1863
|
"description": "Hovered state of color.background.accent.lime.subtlest."
|
|
1864
1864
|
},
|
|
1865
1865
|
"original": {
|
|
1866
|
-
"value": "
|
|
1866
|
+
"value": "Lime850",
|
|
1867
1867
|
"attributes": {
|
|
1868
1868
|
"group": "paint",
|
|
1869
1869
|
"state": "active",
|
|
@@ -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": "#3F5224",
|
|
1879
1879
|
"filePath": "schema/themes/atlassian-dark/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": "Lime850",
|
|
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": "#3F5224",
|
|
1923
1923
|
"filePath": "schema/themes/atlassian-dark/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": "Lime850",
|
|
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": "#4C6B1F",
|
|
1945
1945
|
"filePath": "schema/themes/atlassian-dark/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": "Lime800",
|
|
1955
1955
|
"attributes": {
|
|
1956
1956
|
"group": "paint",
|
|
1957
1957
|
"state": "active",
|
|
@@ -1985,7 +1985,7 @@ var tokens = [{
|
|
|
1985
1985
|
"path": ["color", "background", "accent", "lime", "subtle", "[default]"],
|
|
1986
1986
|
"cleanName": "color.background.accent.lime.subtle"
|
|
1987
1987
|
}, {
|
|
1988
|
-
"value": "#
|
|
1988
|
+
"value": "#3F5224",
|
|
1989
1989
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1990
1990
|
"isSource": false,
|
|
1991
1991
|
"attributes": {
|
|
@@ -1995,7 +1995,7 @@ var tokens = [{
|
|
|
1995
1995
|
"description": "Hovered state of color.background.accent.lime.subtle."
|
|
1996
1996
|
},
|
|
1997
1997
|
"original": {
|
|
1998
|
-
"value": "
|
|
1998
|
+
"value": "Lime850",
|
|
1999
1999
|
"attributes": {
|
|
2000
2000
|
"group": "paint",
|
|
2001
2001
|
"state": "active",
|
|
@@ -2007,7 +2007,7 @@ var tokens = [{
|
|
|
2007
2007
|
"path": ["color", "background", "accent", "lime", "subtle", "hovered"],
|
|
2008
2008
|
"cleanName": "color.background.accent.lime.subtle.hovered"
|
|
2009
2009
|
}, {
|
|
2010
|
-
"value": "#
|
|
2010
|
+
"value": "#37471F",
|
|
2011
2011
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2012
2012
|
"isSource": false,
|
|
2013
2013
|
"attributes": {
|
|
@@ -2017,7 +2017,7 @@ var tokens = [{
|
|
|
2017
2017
|
"description": "Pressed state of color.background.accent.lime.subtle."
|
|
2018
2018
|
},
|
|
2019
2019
|
"original": {
|
|
2020
|
-
"value": "
|
|
2020
|
+
"value": "Lime900",
|
|
2021
2021
|
"attributes": {
|
|
2022
2022
|
"group": "paint",
|
|
2023
2023
|
"state": "active",
|
|
@@ -2073,7 +2073,7 @@ var tokens = [{
|
|
|
2073
2073
|
"path": ["color", "background", "accent", "lime", "bolder", "hovered"],
|
|
2074
2074
|
"cleanName": "color.background.accent.lime.bolder.hovered"
|
|
2075
2075
|
}, {
|
|
2076
|
-
"value": "#
|
|
2076
|
+
"value": "#BDE97C",
|
|
2077
2077
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2078
2078
|
"isSource": false,
|
|
2079
2079
|
"attributes": {
|
|
@@ -2083,7 +2083,7 @@ var tokens = [{
|
|
|
2083
2083
|
"description": "Pressed state of color.background.accent.lime.bolder."
|
|
2084
2084
|
},
|
|
2085
2085
|
"original": {
|
|
2086
|
-
"value": "
|
|
2086
|
+
"value": "Lime250",
|
|
2087
2087
|
"attributes": {
|
|
2088
2088
|
"group": "paint",
|
|
2089
2089
|
"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": "#872821",
|
|
2143
2143
|
"filePath": "schema/themes/atlassian-dark/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": "Red850",
|
|
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": "#872821",
|
|
2187
2187
|
"filePath": "schema/themes/atlassian-dark/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": "Red850",
|
|
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": "#AE2E24",
|
|
2209
2209
|
"filePath": "schema/themes/atlassian-dark/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": "Red800",
|
|
2219
2219
|
"attributes": {
|
|
2220
2220
|
"group": "paint",
|
|
2221
2221
|
"state": "active",
|
|
@@ -2249,7 +2249,7 @@ var tokens = [{
|
|
|
2249
2249
|
"path": ["color", "background", "accent", "red", "subtle", "[default]"],
|
|
2250
2250
|
"cleanName": "color.background.accent.red.subtle"
|
|
2251
2251
|
}, {
|
|
2252
|
-
"value": "#
|
|
2252
|
+
"value": "#872821",
|
|
2253
2253
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2254
2254
|
"isSource": false,
|
|
2255
2255
|
"attributes": {
|
|
@@ -2259,7 +2259,7 @@ var tokens = [{
|
|
|
2259
2259
|
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2260
2260
|
},
|
|
2261
2261
|
"original": {
|
|
2262
|
-
"value": "
|
|
2262
|
+
"value": "Red850",
|
|
2263
2263
|
"attributes": {
|
|
2264
2264
|
"group": "paint",
|
|
2265
2265
|
"state": "active",
|
|
@@ -2271,7 +2271,7 @@ var tokens = [{
|
|
|
2271
2271
|
"path": ["color", "background", "accent", "red", "subtle", "hovered"],
|
|
2272
2272
|
"cleanName": "color.background.accent.red.subtle.hovered"
|
|
2273
2273
|
}, {
|
|
2274
|
-
"value": "#
|
|
2274
|
+
"value": "#5D1F1A",
|
|
2275
2275
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2276
2276
|
"isSource": false,
|
|
2277
2277
|
"attributes": {
|
|
@@ -2281,7 +2281,7 @@ var tokens = [{
|
|
|
2281
2281
|
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2282
2282
|
},
|
|
2283
2283
|
"original": {
|
|
2284
|
-
"value": "
|
|
2284
|
+
"value": "Red900",
|
|
2285
2285
|
"attributes": {
|
|
2286
2286
|
"group": "paint",
|
|
2287
2287
|
"state": "active",
|
|
@@ -2337,7 +2337,7 @@ var tokens = [{
|
|
|
2337
2337
|
"path": ["color", "background", "accent", "red", "bolder", "hovered"],
|
|
2338
2338
|
"cleanName": "color.background.accent.red.bolder.hovered"
|
|
2339
2339
|
}, {
|
|
2340
|
-
"value": "#
|
|
2340
|
+
"value": "#FFB8B2",
|
|
2341
2341
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2342
2342
|
"isSource": false,
|
|
2343
2343
|
"attributes": {
|
|
@@ -2347,7 +2347,7 @@ var tokens = [{
|
|
|
2347
2347
|
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2348
2348
|
},
|
|
2349
2349
|
"original": {
|
|
2350
|
-
"value": "
|
|
2350
|
+
"value": "Red250",
|
|
2351
2351
|
"attributes": {
|
|
2352
2352
|
"group": "paint",
|
|
2353
2353
|
"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": "#693200",
|
|
2363
2363
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2364
2364
|
"isSource": false,
|
|
2365
2365
|
"attributes": {
|
|
@@ -2369,7 +2369,7 @@ var tokens = [{
|
|
|
2369
2369
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2370
2370
|
},
|
|
2371
2371
|
"original": {
|
|
2372
|
-
"value": "
|
|
2372
|
+
"value": "Orange900",
|
|
2373
2373
|
"attributes": {
|
|
2374
2374
|
"group": "paint",
|
|
2375
2375
|
"state": "active",
|
|
@@ -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": "#7A3B00",
|
|
2385
2385
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2386
2386
|
"isSource": false,
|
|
2387
2387
|
"attributes": {
|
|
@@ -2391,7 +2391,7 @@ var tokens = [{
|
|
|
2391
2391
|
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
2392
2392
|
},
|
|
2393
2393
|
"original": {
|
|
2394
|
-
"value": "
|
|
2394
|
+
"value": "Orange850",
|
|
2395
2395
|
"attributes": {
|
|
2396
2396
|
"group": "paint",
|
|
2397
2397
|
"state": "active",
|
|
@@ -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": "#7A3B00",
|
|
2407
2407
|
"filePath": "schema/themes/atlassian-dark/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": "Orange850",
|
|
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": "#693200",
|
|
2429
2429
|
"filePath": "schema/themes/atlassian-dark/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": "#7A3B00",
|
|
2451
2451
|
"filePath": "schema/themes/atlassian-dark/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": "Orange850",
|
|
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": "#9E4C00",
|
|
2473
2473
|
"filePath": "schema/themes/atlassian-dark/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": "Orange800",
|
|
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": "#9E4C00",
|
|
2495
2495
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2496
2496
|
"isSource": false,
|
|
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": "#7A3B00",
|
|
2517
2517
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2518
2518
|
"isSource": false,
|
|
2519
2519
|
"attributes": {
|
|
@@ -2523,7 +2523,7 @@ var tokens = [{
|
|
|
2523
2523
|
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
2524
2524
|
},
|
|
2525
2525
|
"original": {
|
|
2526
|
-
"value": "
|
|
2526
|
+
"value": "Orange850",
|
|
2527
2527
|
"attributes": {
|
|
2528
2528
|
"group": "paint",
|
|
2529
2529
|
"state": "active",
|
|
@@ -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": "#693200",
|
|
2539
2539
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2540
2540
|
"isSource": false,
|
|
2541
2541
|
"attributes": {
|
|
@@ -2545,7 +2545,7 @@ var tokens = [{
|
|
|
2545
2545
|
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
2546
2546
|
},
|
|
2547
2547
|
"original": {
|
|
2548
|
-
"value": "
|
|
2548
|
+
"value": "Orange900",
|
|
2549
2549
|
"attributes": {
|
|
2550
2550
|
"group": "paint",
|
|
2551
2551
|
"state": "active",
|
|
@@ -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": "#FCE4A6",
|
|
2561
2561
|
"filePath": "schema/themes/atlassian-dark-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": "#FFF5DB",
|
|
2583
2583
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2584
2584
|
"isSource": true,
|
|
2585
2585
|
"attributes": {
|
|
@@ -2601,7 +2601,7 @@ var tokens = [{
|
|
|
2601
2601
|
"path": ["color", "background", "accent", "orange", "bolder", "hovered"],
|
|
2602
2602
|
"cleanName": "color.background.accent.orange.bolder.hovered"
|
|
2603
2603
|
}, {
|
|
2604
|
-
"value": "#
|
|
2604
|
+
"value": "#FBD779",
|
|
2605
2605
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2606
2606
|
"isSource": false,
|
|
2607
2607
|
"attributes": {
|
|
@@ -2611,7 +2611,7 @@ var tokens = [{
|
|
|
2611
2611
|
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
2612
2612
|
},
|
|
2613
2613
|
"original": {
|
|
2614
|
-
"value": "
|
|
2614
|
+
"value": "Orange250",
|
|
2615
2615
|
"attributes": {
|
|
2616
2616
|
"group": "paint",
|
|
2617
2617
|
"state": "active",
|
|
@@ -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": "#533F04",
|
|
2627
2627
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2628
2628
|
"isSource": false,
|
|
2629
2629
|
"attributes": {
|
|
@@ -2633,7 +2633,7 @@ var tokens = [{
|
|
|
2633
2633
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2634
2634
|
},
|
|
2635
2635
|
"original": {
|
|
2636
|
-
"value": "
|
|
2636
|
+
"value": "Yellow900",
|
|
2637
2637
|
"attributes": {
|
|
2638
2638
|
"group": "paint",
|
|
2639
2639
|
"state": "active",
|
|
@@ -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": "#614A05",
|
|
2649
2649
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2650
2650
|
"isSource": false,
|
|
2651
2651
|
"attributes": {
|
|
@@ -2655,7 +2655,7 @@ var tokens = [{
|
|
|
2655
2655
|
"description": "Hovered state of color.background.accent.yellow.subtlest."
|
|
2656
2656
|
},
|
|
2657
2657
|
"original": {
|
|
2658
|
-
"value": "
|
|
2658
|
+
"value": "Yellow850",
|
|
2659
2659
|
"attributes": {
|
|
2660
2660
|
"group": "paint",
|
|
2661
2661
|
"state": "active",
|
|
@@ -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": "#614A05",
|
|
2671
2671
|
"filePath": "schema/themes/atlassian-dark/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": "Yellow850",
|
|
2681
2681
|
"attributes": {
|
|
2682
2682
|
"group": "paint",
|
|
2683
2683
|
"state": "active",
|
|
@@ -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": "#614A05",
|
|
2715
2715
|
"filePath": "schema/themes/atlassian-dark/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": "Yellow850",
|
|
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": "#7F5F01",
|
|
2737
2737
|
"filePath": "schema/themes/atlassian-dark/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": "Yellow800",
|
|
2747
2747
|
"attributes": {
|
|
2748
2748
|
"group": "paint",
|
|
2749
2749
|
"state": "active",
|
|
@@ -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": "#614A05",
|
|
2781
2781
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2782
2782
|
"isSource": false,
|
|
2783
2783
|
"attributes": {
|
|
@@ -2787,7 +2787,7 @@ var tokens = [{
|
|
|
2787
2787
|
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
2788
2788
|
},
|
|
2789
2789
|
"original": {
|
|
2790
|
-
"value": "
|
|
2790
|
+
"value": "Yellow850",
|
|
2791
2791
|
"attributes": {
|
|
2792
2792
|
"group": "paint",
|
|
2793
2793
|
"state": "active",
|
|
@@ -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": "#533F04",
|
|
2803
2803
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2804
2804
|
"isSource": false,
|
|
2805
2805
|
"attributes": {
|
|
@@ -2809,7 +2809,7 @@ var tokens = [{
|
|
|
2809
2809
|
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
2810
2810
|
},
|
|
2811
2811
|
"original": {
|
|
2812
|
-
"value": "
|
|
2812
|
+
"value": "Yellow900",
|
|
2813
2813
|
"attributes": {
|
|
2814
2814
|
"group": "paint",
|
|
2815
2815
|
"state": "active",
|
|
@@ -2821,7 +2821,7 @@ var tokens = [{
|
|
|
2821
2821
|
"path": ["color", "background", "accent", "yellow", "subtle", "pressed"],
|
|
2822
2822
|
"cleanName": "color.background.accent.yellow.subtle.pressed"
|
|
2823
2823
|
}, {
|
|
2824
|
-
"value": "#
|
|
2824
|
+
"value": "#F5E989",
|
|
2825
2825
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2826
2826
|
"isSource": true,
|
|
2827
2827
|
"attributes": {
|
|
@@ -2843,7 +2843,7 @@ var tokens = [{
|
|
|
2843
2843
|
"path": ["color", "background", "accent", "yellow", "bolder", "[default]"],
|
|
2844
2844
|
"cleanName": "color.background.accent.yellow.bolder"
|
|
2845
2845
|
}, {
|
|
2846
|
-
"value": "#
|
|
2846
|
+
"value": "#FEF7C8",
|
|
2847
2847
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2848
2848
|
"isSource": true,
|
|
2849
2849
|
"attributes": {
|
|
@@ -2865,7 +2865,7 @@ var tokens = [{
|
|
|
2865
2865
|
"path": ["color", "background", "accent", "yellow", "bolder", "hovered"],
|
|
2866
2866
|
"cleanName": "color.background.accent.yellow.bolder.hovered"
|
|
2867
2867
|
}, {
|
|
2868
|
-
"value": "#
|
|
2868
|
+
"value": "#EFDD4E",
|
|
2869
2869
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2870
2870
|
"isSource": false,
|
|
2871
2871
|
"attributes": {
|
|
@@ -2875,7 +2875,7 @@ var tokens = [{
|
|
|
2875
2875
|
"description": "Pressed state of color.background.accent.yellow.bolder."
|
|
2876
2876
|
},
|
|
2877
2877
|
"original": {
|
|
2878
|
-
"value": "
|
|
2878
|
+
"value": "Yellow250",
|
|
2879
2879
|
"attributes": {
|
|
2880
2880
|
"group": "paint",
|
|
2881
2881
|
"state": "active",
|
|
@@ -2887,7 +2887,7 @@ var tokens = [{
|
|
|
2887
2887
|
"path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
|
|
2888
2888
|
"cleanName": "color.background.accent.yellow.bolder.pressed"
|
|
2889
2889
|
}, {
|
|
2890
|
-
"value": "#
|
|
2890
|
+
"value": "#164B35",
|
|
2891
2891
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2892
2892
|
"isSource": false,
|
|
2893
2893
|
"attributes": {
|
|
@@ -2897,7 +2897,7 @@ var tokens = [{
|
|
|
2897
2897
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2898
2898
|
},
|
|
2899
2899
|
"original": {
|
|
2900
|
-
"value": "
|
|
2900
|
+
"value": "Green900",
|
|
2901
2901
|
"attributes": {
|
|
2902
2902
|
"group": "paint",
|
|
2903
2903
|
"state": "active",
|
|
@@ -2909,7 +2909,7 @@ var tokens = [{
|
|
|
2909
2909
|
"path": ["color", "background", "accent", "green", "subtlest", "[default]"],
|
|
2910
2910
|
"cleanName": "color.background.accent.green.subtlest"
|
|
2911
2911
|
}, {
|
|
2912
|
-
"value": "#
|
|
2912
|
+
"value": "#19573D",
|
|
2913
2913
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2914
2914
|
"isSource": false,
|
|
2915
2915
|
"attributes": {
|
|
@@ -2919,7 +2919,7 @@ var tokens = [{
|
|
|
2919
2919
|
"description": "Hovered state of color.background.accent.green.subtlest."
|
|
2920
2920
|
},
|
|
2921
2921
|
"original": {
|
|
2922
|
-
"value": "
|
|
2922
|
+
"value": "Green850",
|
|
2923
2923
|
"attributes": {
|
|
2924
2924
|
"group": "paint",
|
|
2925
2925
|
"state": "active",
|
|
@@ -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": "#19573D",
|
|
2935
2935
|
"filePath": "schema/themes/atlassian-dark/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": "Green850",
|
|
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": "#19573D",
|
|
2979
2979
|
"filePath": "schema/themes/atlassian-dark/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": "Green850",
|
|
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": "#216E4E",
|
|
3001
3001
|
"filePath": "schema/themes/atlassian-dark/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": "Green800",
|
|
3011
3011
|
"attributes": {
|
|
3012
3012
|
"group": "paint",
|
|
3013
3013
|
"state": "active",
|
|
@@ -3041,7 +3041,7 @@ var tokens = [{
|
|
|
3041
3041
|
"path": ["color", "background", "accent", "green", "subtle", "[default]"],
|
|
3042
3042
|
"cleanName": "color.background.accent.green.subtle"
|
|
3043
3043
|
}, {
|
|
3044
|
-
"value": "#
|
|
3044
|
+
"value": "#19573D",
|
|
3045
3045
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3046
3046
|
"isSource": false,
|
|
3047
3047
|
"attributes": {
|
|
@@ -3051,7 +3051,7 @@ var tokens = [{
|
|
|
3051
3051
|
"description": "Hovered state of color.background.accent.green.subtle."
|
|
3052
3052
|
},
|
|
3053
3053
|
"original": {
|
|
3054
|
-
"value": "
|
|
3054
|
+
"value": "Green850",
|
|
3055
3055
|
"attributes": {
|
|
3056
3056
|
"group": "paint",
|
|
3057
3057
|
"state": "active",
|
|
@@ -3063,7 +3063,7 @@ var tokens = [{
|
|
|
3063
3063
|
"path": ["color", "background", "accent", "green", "subtle", "hovered"],
|
|
3064
3064
|
"cleanName": "color.background.accent.green.subtle.hovered"
|
|
3065
3065
|
}, {
|
|
3066
|
-
"value": "#
|
|
3066
|
+
"value": "#164B35",
|
|
3067
3067
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3068
3068
|
"isSource": false,
|
|
3069
3069
|
"attributes": {
|
|
@@ -3073,7 +3073,7 @@ var tokens = [{
|
|
|
3073
3073
|
"description": "Pressed state of color.background.accent.green.subtle."
|
|
3074
3074
|
},
|
|
3075
3075
|
"original": {
|
|
3076
|
-
"value": "
|
|
3076
|
+
"value": "Green900",
|
|
3077
3077
|
"attributes": {
|
|
3078
3078
|
"group": "paint",
|
|
3079
3079
|
"state": "active",
|
|
@@ -3129,7 +3129,7 @@ var tokens = [{
|
|
|
3129
3129
|
"path": ["color", "background", "accent", "green", "bolder", "hovered"],
|
|
3130
3130
|
"cleanName": "color.background.accent.green.bolder.hovered"
|
|
3131
3131
|
}, {
|
|
3132
|
-
"value": "#
|
|
3132
|
+
"value": "#97EDC9",
|
|
3133
3133
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3134
3134
|
"isSource": false,
|
|
3135
3135
|
"attributes": {
|
|
@@ -3139,7 +3139,7 @@ var tokens = [{
|
|
|
3139
3139
|
"description": "Pressed state of color.background.accent.green.bolder."
|
|
3140
3140
|
},
|
|
3141
3141
|
"original": {
|
|
3142
|
-
"value": "
|
|
3142
|
+
"value": "Green250",
|
|
3143
3143
|
"attributes": {
|
|
3144
3144
|
"group": "paint",
|
|
3145
3145
|
"state": "active",
|
|
@@ -3151,7 +3151,7 @@ var tokens = [{
|
|
|
3151
3151
|
"path": ["color", "background", "accent", "green", "bolder", "pressed"],
|
|
3152
3152
|
"cleanName": "color.background.accent.green.bolder.pressed"
|
|
3153
3153
|
}, {
|
|
3154
|
-
"value": "#
|
|
3154
|
+
"value": "#164555",
|
|
3155
3155
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3156
3156
|
"isSource": false,
|
|
3157
3157
|
"attributes": {
|
|
@@ -3161,7 +3161,7 @@ var tokens = [{
|
|
|
3161
3161
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3162
3162
|
},
|
|
3163
3163
|
"original": {
|
|
3164
|
-
"value": "
|
|
3164
|
+
"value": "Teal900",
|
|
3165
3165
|
"attributes": {
|
|
3166
3166
|
"group": "paint",
|
|
3167
3167
|
"state": "active",
|
|
@@ -3173,7 +3173,7 @@ var tokens = [{
|
|
|
3173
3173
|
"path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
|
|
3174
3174
|
"cleanName": "color.background.accent.teal.subtlest"
|
|
3175
3175
|
}, {
|
|
3176
|
-
"value": "#
|
|
3176
|
+
"value": "#1A5265",
|
|
3177
3177
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3178
3178
|
"isSource": false,
|
|
3179
3179
|
"attributes": {
|
|
@@ -3183,7 +3183,7 @@ var tokens = [{
|
|
|
3183
3183
|
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
3184
3184
|
},
|
|
3185
3185
|
"original": {
|
|
3186
|
-
"value": "
|
|
3186
|
+
"value": "Teal850",
|
|
3187
3187
|
"attributes": {
|
|
3188
3188
|
"group": "paint",
|
|
3189
3189
|
"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": "#1A5265",
|
|
3199
3199
|
"filePath": "schema/themes/atlassian-dark/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": "Teal850",
|
|
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": "#1A5265",
|
|
3243
3243
|
"filePath": "schema/themes/atlassian-dark/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": "Teal850",
|
|
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": "#206A83",
|
|
3265
3265
|
"filePath": "schema/themes/atlassian-dark/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": "Teal800",
|
|
3275
3275
|
"attributes": {
|
|
3276
3276
|
"group": "paint",
|
|
3277
3277
|
"state": "active",
|
|
@@ -3305,7 +3305,7 @@ var tokens = [{
|
|
|
3305
3305
|
"path": ["color", "background", "accent", "teal", "subtle", "[default]"],
|
|
3306
3306
|
"cleanName": "color.background.accent.teal.subtle"
|
|
3307
3307
|
}, {
|
|
3308
|
-
"value": "#
|
|
3308
|
+
"value": "#1A5265",
|
|
3309
3309
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3310
3310
|
"isSource": false,
|
|
3311
3311
|
"attributes": {
|
|
@@ -3315,7 +3315,7 @@ var tokens = [{
|
|
|
3315
3315
|
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
3316
3316
|
},
|
|
3317
3317
|
"original": {
|
|
3318
|
-
"value": "
|
|
3318
|
+
"value": "Teal850",
|
|
3319
3319
|
"attributes": {
|
|
3320
3320
|
"group": "paint",
|
|
3321
3321
|
"state": "active",
|
|
@@ -3327,7 +3327,7 @@ var tokens = [{
|
|
|
3327
3327
|
"path": ["color", "background", "accent", "teal", "subtle", "hovered"],
|
|
3328
3328
|
"cleanName": "color.background.accent.teal.subtle.hovered"
|
|
3329
3329
|
}, {
|
|
3330
|
-
"value": "#
|
|
3330
|
+
"value": "#164555",
|
|
3331
3331
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3332
3332
|
"isSource": false,
|
|
3333
3333
|
"attributes": {
|
|
@@ -3337,7 +3337,7 @@ var tokens = [{
|
|
|
3337
3337
|
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
3338
3338
|
},
|
|
3339
3339
|
"original": {
|
|
3340
|
-
"value": "
|
|
3340
|
+
"value": "Teal900",
|
|
3341
3341
|
"attributes": {
|
|
3342
3342
|
"group": "paint",
|
|
3343
3343
|
"state": "active",
|
|
@@ -3393,7 +3393,7 @@ var tokens = [{
|
|
|
3393
3393
|
"path": ["color", "background", "accent", "teal", "bolder", "hovered"],
|
|
3394
3394
|
"cleanName": "color.background.accent.teal.bolder.hovered"
|
|
3395
3395
|
}, {
|
|
3396
|
-
"value": "#
|
|
3396
|
+
"value": "#B1E4F7",
|
|
3397
3397
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3398
3398
|
"isSource": false,
|
|
3399
3399
|
"attributes": {
|
|
@@ -3403,7 +3403,7 @@ var tokens = [{
|
|
|
3403
3403
|
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
3404
3404
|
},
|
|
3405
3405
|
"original": {
|
|
3406
|
-
"value": "
|
|
3406
|
+
"value": "Teal250",
|
|
3407
3407
|
"attributes": {
|
|
3408
3408
|
"group": "paint",
|
|
3409
3409
|
"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": "#1C2B42",
|
|
3419
3419
|
"filePath": "schema/themes/atlassian-dark/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": "#123263",
|
|
3441
3441
|
"filePath": "schema/themes/atlassian-dark/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": "#144794",
|
|
3463
3463
|
"filePath": "schema/themes/atlassian-dark/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": "Blue850",
|
|
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": "#123263",
|
|
3485
3485
|
"filePath": "schema/themes/atlassian-dark/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": "#144794",
|
|
3507
3507
|
"filePath": "schema/themes/atlassian-dark/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": "Blue850",
|
|
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": "#1558BC",
|
|
3529
3529
|
"filePath": "schema/themes/atlassian-dark/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": "Blue800",
|
|
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": "#1558BC",
|
|
3551
3551
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3552
3552
|
"isSource": false,
|
|
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": "#144794",
|
|
3573
3573
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3574
3574
|
"isSource": false,
|
|
3575
3575
|
"attributes": {
|
|
@@ -3579,7 +3579,7 @@ var tokens = [{
|
|
|
3579
3579
|
"description": "Hovered state of color.background.accent.blue.subtle."
|
|
3580
3580
|
},
|
|
3581
3581
|
"original": {
|
|
3582
|
-
"value": "
|
|
3582
|
+
"value": "Blue850",
|
|
3583
3583
|
"attributes": {
|
|
3584
3584
|
"group": "paint",
|
|
3585
3585
|
"state": "active",
|
|
@@ -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": "#123263",
|
|
3595
3595
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3596
3596
|
"isSource": false,
|
|
3597
3597
|
"attributes": {
|
|
@@ -3601,7 +3601,7 @@ var tokens = [{
|
|
|
3601
3601
|
"description": "Pressed state of color.background.accent.blue.subtle."
|
|
3602
3602
|
},
|
|
3603
3603
|
"original": {
|
|
3604
|
-
"value": "
|
|
3604
|
+
"value": "Blue900",
|
|
3605
3605
|
"attributes": {
|
|
3606
3606
|
"group": "paint",
|
|
3607
3607
|
"state": "active",
|
|
@@ -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": "#669DF1",
|
|
3617
3617
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3618
3618
|
"isSource": false,
|
|
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": "#8FB8F6",
|
|
3639
3639
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3640
3640
|
"isSource": false,
|
|
3641
3641
|
"attributes": {
|
|
@@ -3657,7 +3657,7 @@ var tokens = [{
|
|
|
3657
3657
|
"path": ["color", "background", "accent", "blue", "bolder", "hovered"],
|
|
3658
3658
|
"cleanName": "color.background.accent.blue.bolder.hovered"
|
|
3659
3659
|
}, {
|
|
3660
|
-
"value": "#
|
|
3660
|
+
"value": "#ADCBFB",
|
|
3661
3661
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3662
3662
|
"isSource": false,
|
|
3663
3663
|
"attributes": {
|
|
@@ -3667,7 +3667,7 @@ var tokens = [{
|
|
|
3667
3667
|
"description": "Pressed state of color.background.accent.blue.bolder."
|
|
3668
3668
|
},
|
|
3669
3669
|
"original": {
|
|
3670
|
-
"value": "
|
|
3670
|
+
"value": "Blue250",
|
|
3671
3671
|
"attributes": {
|
|
3672
3672
|
"group": "paint",
|
|
3673
3673
|
"state": "active",
|
|
@@ -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": "#48245D",
|
|
3683
3683
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3684
3684
|
"isSource": false,
|
|
3685
3685
|
"attributes": {
|
|
@@ -3689,7 +3689,7 @@ var tokens = [{
|
|
|
3689
3689
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3690
3690
|
},
|
|
3691
3691
|
"original": {
|
|
3692
|
-
"value": "
|
|
3692
|
+
"value": "Purple900",
|
|
3693
3693
|
"attributes": {
|
|
3694
3694
|
"group": "paint",
|
|
3695
3695
|
"state": "active",
|
|
@@ -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": "#673286",
|
|
3705
3705
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3706
3706
|
"isSource": false,
|
|
3707
3707
|
"attributes": {
|
|
@@ -3711,7 +3711,7 @@ var tokens = [{
|
|
|
3711
3711
|
"description": "Hovered state of color.background.accent.purple.subtlest."
|
|
3712
3712
|
},
|
|
3713
3713
|
"original": {
|
|
3714
|
-
"value": "
|
|
3714
|
+
"value": "Purple850",
|
|
3715
3715
|
"attributes": {
|
|
3716
3716
|
"group": "paint",
|
|
3717
3717
|
"state": "active",
|
|
@@ -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": "#673286",
|
|
3727
3727
|
"filePath": "schema/themes/atlassian-dark/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": "Purple850",
|
|
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": "#48245D",
|
|
3749
3749
|
"filePath": "schema/themes/atlassian-dark/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": "#673286",
|
|
3771
3771
|
"filePath": "schema/themes/atlassian-dark/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": "Purple850",
|
|
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": "#803FA5",
|
|
3793
3793
|
"filePath": "schema/themes/atlassian-dark/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": "Purple800",
|
|
3803
3803
|
"attributes": {
|
|
3804
3804
|
"group": "paint",
|
|
3805
3805
|
"state": "active",
|
|
@@ -3811,7 +3811,7 @@ var tokens = [{
|
|
|
3811
3811
|
"path": ["color", "background", "accent", "purple", "subtler", "pressed"],
|
|
3812
3812
|
"cleanName": "color.background.accent.purple.subtler.pressed"
|
|
3813
3813
|
}, {
|
|
3814
|
-
"value": "#
|
|
3814
|
+
"value": "#803FA5",
|
|
3815
3815
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3816
3816
|
"isSource": false,
|
|
3817
3817
|
"attributes": {
|
|
@@ -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": "#673286",
|
|
3837
3837
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3838
3838
|
"isSource": false,
|
|
3839
3839
|
"attributes": {
|
|
@@ -3843,7 +3843,7 @@ var tokens = [{
|
|
|
3843
3843
|
"description": "Hovered state of color.background.accent.purple.subtle."
|
|
3844
3844
|
},
|
|
3845
3845
|
"original": {
|
|
3846
|
-
"value": "
|
|
3846
|
+
"value": "Purple850",
|
|
3847
3847
|
"attributes": {
|
|
3848
3848
|
"group": "paint",
|
|
3849
3849
|
"state": "active",
|
|
@@ -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": "#48245D",
|
|
3859
3859
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3860
3860
|
"isSource": false,
|
|
3861
3861
|
"attributes": {
|
|
@@ -3865,7 +3865,7 @@ var tokens = [{
|
|
|
3865
3865
|
"description": "Pressed state of color.background.accent.purple.subtle."
|
|
3866
3866
|
},
|
|
3867
3867
|
"original": {
|
|
3868
|
-
"value": "
|
|
3868
|
+
"value": "Purple900",
|
|
3869
3869
|
"attributes": {
|
|
3870
3870
|
"group": "paint",
|
|
3871
3871
|
"state": "active",
|
|
@@ -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": "#EED7FC",
|
|
3881
3881
|
"filePath": "schema/themes/atlassian-dark-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": "#F8EEFE",
|
|
3903
3903
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
3904
3904
|
"isSource": true,
|
|
3905
3905
|
"attributes": {
|
|
@@ -3921,7 +3921,7 @@ var tokens = [{
|
|
|
3921
3921
|
"path": ["color", "background", "accent", "purple", "bolder", "hovered"],
|
|
3922
3922
|
"cleanName": "color.background.accent.purple.bolder.hovered"
|
|
3923
3923
|
}, {
|
|
3924
|
-
"value": "#
|
|
3924
|
+
"value": "#E3BDFA",
|
|
3925
3925
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3926
3926
|
"isSource": false,
|
|
3927
3927
|
"attributes": {
|
|
@@ -3931,7 +3931,7 @@ var tokens = [{
|
|
|
3931
3931
|
"description": "Pressed state of color.background.accent.purple.bolder."
|
|
3932
3932
|
},
|
|
3933
3933
|
"original": {
|
|
3934
|
-
"value": "
|
|
3934
|
+
"value": "Purple250",
|
|
3935
3935
|
"attributes": {
|
|
3936
3936
|
"group": "paint",
|
|
3937
3937
|
"state": "active",
|
|
@@ -3943,7 +3943,7 @@ var tokens = [{
|
|
|
3943
3943
|
"path": ["color", "background", "accent", "purple", "bolder", "pressed"],
|
|
3944
3944
|
"cleanName": "color.background.accent.purple.bolder.pressed"
|
|
3945
3945
|
}, {
|
|
3946
|
-
"value": "#
|
|
3946
|
+
"value": "#50253F",
|
|
3947
3947
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3948
3948
|
"isSource": false,
|
|
3949
3949
|
"attributes": {
|
|
@@ -3953,7 +3953,7 @@ var tokens = [{
|
|
|
3953
3953
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3954
3954
|
},
|
|
3955
3955
|
"original": {
|
|
3956
|
-
"value": "
|
|
3956
|
+
"value": "Magenta900",
|
|
3957
3957
|
"attributes": {
|
|
3958
3958
|
"group": "paint",
|
|
3959
3959
|
"state": "active",
|
|
@@ -3965,7 +3965,7 @@ var tokens = [{
|
|
|
3965
3965
|
"path": ["color", "background", "accent", "magenta", "subtlest", "[default]"],
|
|
3966
3966
|
"cleanName": "color.background.accent.magenta.subtlest"
|
|
3967
3967
|
}, {
|
|
3968
|
-
"value": "#
|
|
3968
|
+
"value": "#77325B",
|
|
3969
3969
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3970
3970
|
"isSource": false,
|
|
3971
3971
|
"attributes": {
|
|
@@ -3975,7 +3975,7 @@ var tokens = [{
|
|
|
3975
3975
|
"description": "Hovered state of color.background.accent.magenta.subtlest."
|
|
3976
3976
|
},
|
|
3977
3977
|
"original": {
|
|
3978
|
-
"value": "
|
|
3978
|
+
"value": "Magenta850",
|
|
3979
3979
|
"attributes": {
|
|
3980
3980
|
"group": "paint",
|
|
3981
3981
|
"state": "active",
|
|
@@ -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": "#77325B",
|
|
3991
3991
|
"filePath": "schema/themes/atlassian-dark/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": "Magenta850",
|
|
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": "#77325B",
|
|
4035
4035
|
"filePath": "schema/themes/atlassian-dark/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": "Magenta850",
|
|
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": "#943D73",
|
|
4057
4057
|
"filePath": "schema/themes/atlassian-dark/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": "Magenta800",
|
|
4067
4067
|
"attributes": {
|
|
4068
4068
|
"group": "paint",
|
|
4069
4069
|
"state": "active",
|
|
@@ -4097,7 +4097,7 @@ var tokens = [{
|
|
|
4097
4097
|
"path": ["color", "background", "accent", "magenta", "subtle", "[default]"],
|
|
4098
4098
|
"cleanName": "color.background.accent.magenta.subtle"
|
|
4099
4099
|
}, {
|
|
4100
|
-
"value": "#
|
|
4100
|
+
"value": "#77325B",
|
|
4101
4101
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
4102
4102
|
"isSource": false,
|
|
4103
4103
|
"attributes": {
|
|
@@ -4107,7 +4107,7 @@ var tokens = [{
|
|
|
4107
4107
|
"description": "Hovered state of color.background.accent.magenta.subtle."
|
|
4108
4108
|
},
|
|
4109
4109
|
"original": {
|
|
4110
|
-
"value": "
|
|
4110
|
+
"value": "Magenta850",
|
|
4111
4111
|
"attributes": {
|
|
4112
4112
|
"group": "paint",
|
|
4113
4113
|
"state": "active",
|
|
@@ -4119,7 +4119,7 @@ var tokens = [{
|
|
|
4119
4119
|
"path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
|
|
4120
4120
|
"cleanName": "color.background.accent.magenta.subtle.hovered"
|
|
4121
4121
|
}, {
|
|
4122
|
-
"value": "#
|
|
4122
|
+
"value": "#50253F",
|
|
4123
4123
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
4124
4124
|
"isSource": false,
|
|
4125
4125
|
"attributes": {
|
|
@@ -4129,7 +4129,7 @@ var tokens = [{
|
|
|
4129
4129
|
"description": "Pressed state of color.background.accent.magenta.subtle."
|
|
4130
4130
|
},
|
|
4131
4131
|
"original": {
|
|
4132
|
-
"value": "
|
|
4132
|
+
"value": "Magenta900",
|
|
4133
4133
|
"attributes": {
|
|
4134
4134
|
"group": "paint",
|
|
4135
4135
|
"state": "active",
|
|
@@ -4185,7 +4185,7 @@ var tokens = [{
|
|
|
4185
4185
|
"path": ["color", "background", "accent", "magenta", "bolder", "hovered"],
|
|
4186
4186
|
"cleanName": "color.background.accent.magenta.bolder.hovered"
|
|
4187
4187
|
}, {
|
|
4188
|
-
"value": "#
|
|
4188
|
+
"value": "#FCB6E1",
|
|
4189
4189
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
4190
4190
|
"isSource": false,
|
|
4191
4191
|
"attributes": {
|
|
@@ -4195,7 +4195,7 @@ var tokens = [{
|
|
|
4195
4195
|
"description": "Pressed state of color.background.accent.magenta.bolder."
|
|
4196
4196
|
},
|
|
4197
4197
|
"original": {
|
|
4198
|
-
"value": "
|
|
4198
|
+
"value": "Magenta250",
|
|
4199
4199
|
"attributes": {
|
|
4200
4200
|
"group": "paint",
|
|
4201
4201
|
"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": "#303134",
|
|
4211
4211
|
"filePath": "schema/themes/atlassian-dark/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": "#3D3F43",
|
|
4233
4233
|
"filePath": "schema/themes/atlassian-dark/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": "#4B4D51",
|
|
4255
4255
|
"filePath": "schema/themes/atlassian-dark/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": "#4B4D51",
|
|
4277
4277
|
"filePath": "schema/themes/atlassian-dark/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": "#63666B",
|
|
4299
4299
|
"filePath": "schema/themes/atlassian-dark/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": "#7E8188",
|
|
4321
4321
|
"filePath": "schema/themes/atlassian-dark/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": "#4B4D51",
|
|
4343
4343
|
"filePath": "schema/themes/atlassian-dark-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": "#303134",
|
|
4365
4365
|
"filePath": "schema/themes/atlassian-dark-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": "#242528",
|
|
4387
4387
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
4409
4409
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
4431
4431
|
"filePath": "schema/themes/atlassian-dark-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": "#CECFD2",
|
|
4453
4453
|
"filePath": "schema/themes/atlassian-dark-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": "#BDBDBD0A",
|
|
4475
4475
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4476
4476
|
"isSource": false,
|
|
4477
4477
|
"attributes": {
|
|
@@ -4493,7 +4493,7 @@ var tokens = [{
|
|
|
4493
4493
|
"path": ["color", "background", "disabled"],
|
|
4494
4494
|
"cleanName": "color.background.disabled"
|
|
4495
4495
|
}, {
|
|
4496
|
-
"value": "#
|
|
4496
|
+
"value": "#242528",
|
|
4497
4497
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4498
4498
|
"isSource": false,
|
|
4499
4499
|
"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": "#2B2C2F",
|
|
4519
4519
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4520
4520
|
"isSource": false,
|
|
4521
4521
|
"attributes": {
|
|
@@ -4537,7 +4537,7 @@ var tokens = [{
|
|
|
4537
4537
|
"path": ["color", "background", "input", "hovered"],
|
|
4538
4538
|
"cleanName": "color.background.input.hovered"
|
|
4539
4539
|
}, {
|
|
4540
|
-
"value": "#
|
|
4540
|
+
"value": "#242528",
|
|
4541
4541
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4542
4542
|
"isSource": false,
|
|
4543
4543
|
"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": "#CECED912",
|
|
4629
4629
|
"filePath": "schema/themes/atlassian-dark/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": "#E3E4F21F",
|
|
4651
4651
|
"filePath": "schema/themes/atlassian-dark/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": "#E5E9F640",
|
|
4673
4673
|
"filePath": "schema/themes/atlassian-dark/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": "#CECED912",
|
|
4717
4717
|
"filePath": "schema/themes/atlassian-dark/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": "#E3E4F21F",
|
|
4739
4739
|
"filePath": "schema/themes/atlassian-dark/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": "#CECFD2",
|
|
4761
4761
|
"filePath": "schema/themes/atlassian-dark/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": "DarkNeutral1000",
|
|
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": "#BFC1C4",
|
|
4783
4783
|
"filePath": "schema/themes/atlassian-dark/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": "#A9ABAF",
|
|
4805
4805
|
"filePath": "schema/themes/atlassian-dark/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": "DarkNeutral800",
|
|
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": "#1C2B42",
|
|
4827
4827
|
"filePath": "schema/themes/atlassian-dark/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": "#123263",
|
|
4849
4849
|
"filePath": "schema/themes/atlassian-dark/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": "#1558BC",
|
|
4871
4871
|
"filePath": "schema/themes/atlassian-dark/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": "#CFE1FD",
|
|
4893
4893
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
4915
4915
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
4916
4916
|
"isSource": true,
|
|
4917
4917
|
"attributes": {
|
|
@@ -4933,7 +4933,7 @@ var tokens = [{
|
|
|
4933
4933
|
"path": ["color", "background", "selected", "bold", "hovered"],
|
|
4934
4934
|
"cleanName": "color.background.selected.bold.hovered"
|
|
4935
4935
|
}, {
|
|
4936
|
-
"value": "#
|
|
4936
|
+
"value": "#E2E3E4",
|
|
4937
4937
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
4938
4938
|
"isSource": true,
|
|
4939
4939
|
"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": "#1C2B42",
|
|
4959
4959
|
"filePath": "schema/themes/atlassian-dark/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": "#123263",
|
|
4981
4981
|
"filePath": "schema/themes/atlassian-dark/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": "#144794",
|
|
5003
5003
|
"filePath": "schema/themes/atlassian-dark/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": "Blue850",
|
|
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": "#CFE1FD",
|
|
5025
5025
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
5047
5047
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5048
5048
|
"isSource": true,
|
|
5049
5049
|
"attributes": {
|
|
@@ -5065,7 +5065,7 @@ var tokens = [{
|
|
|
5065
5065
|
"path": ["color", "background", "brand", "bold", "hovered"],
|
|
5066
5066
|
"cleanName": "color.background.brand.bold.hovered"
|
|
5067
5067
|
}, {
|
|
5068
|
-
"value": "#
|
|
5068
|
+
"value": "#E2E3E4",
|
|
5069
5069
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5070
5070
|
"isSource": true,
|
|
5071
5071
|
"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": "#E9F2FE",
|
|
5091
5091
|
"filePath": "schema/themes/atlassian-dark/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": "#CFE1FD",
|
|
5113
5113
|
"filePath": "schema/themes/atlassian-dark/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": "#ADCBFB",
|
|
5135
5135
|
"filePath": "schema/themes/atlassian-dark/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": "Blue250",
|
|
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": "#872821",
|
|
5201
5201
|
"filePath": "schema/themes/atlassian-dark/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": "Red850",
|
|
5211
5211
|
"attributes": {
|
|
5212
5212
|
"group": "paint",
|
|
5213
5213
|
"state": "active",
|
|
@@ -5263,7 +5263,7 @@ var tokens = [{
|
|
|
5263
5263
|
"path": ["color", "background", "danger", "bold", "hovered"],
|
|
5264
5264
|
"cleanName": "color.background.danger.bold.hovered"
|
|
5265
5265
|
}, {
|
|
5266
|
-
"value": "#
|
|
5266
|
+
"value": "#E2E3E4",
|
|
5267
5267
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5268
5268
|
"isSource": true,
|
|
5269
5269
|
"attributes": {
|
|
@@ -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": "#3A2C1F",
|
|
5289
5289
|
"filePath": "schema/themes/atlassian-dark/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": "Orange1000",
|
|
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": "#693200",
|
|
5311
5311
|
"filePath": "schema/themes/atlassian-dark/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": "Orange900",
|
|
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": "#7A3B00",
|
|
5333
5333
|
"filePath": "schema/themes/atlassian-dark/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": "Orange850",
|
|
5343
5343
|
"attributes": {
|
|
5344
5344
|
"group": "paint",
|
|
5345
5345
|
"state": "active",
|
|
@@ -5351,7 +5351,7 @@ var tokens = [{
|
|
|
5351
5351
|
"path": ["color", "background", "warning", "[default]", "pressed"],
|
|
5352
5352
|
"cleanName": "color.background.warning.pressed"
|
|
5353
5353
|
}, {
|
|
5354
|
-
"value": "#
|
|
5354
|
+
"value": "#F5E989",
|
|
5355
5355
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5356
5356
|
"isSource": true,
|
|
5357
5357
|
"attributes": {
|
|
@@ -5373,7 +5373,7 @@ var tokens = [{
|
|
|
5373
5373
|
"path": ["color", "background", "warning", "bold", "[default]"],
|
|
5374
5374
|
"cleanName": "color.background.warning.bold"
|
|
5375
5375
|
}, {
|
|
5376
|
-
"value": "#
|
|
5376
|
+
"value": "#FEF7C8",
|
|
5377
5377
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5378
5378
|
"isSource": true,
|
|
5379
5379
|
"attributes": {
|
|
@@ -5395,7 +5395,7 @@ var tokens = [{
|
|
|
5395
5395
|
"path": ["color", "background", "warning", "bold", "hovered"],
|
|
5396
5396
|
"cleanName": "color.background.warning.bold.hovered"
|
|
5397
5397
|
}, {
|
|
5398
|
-
"value": "#
|
|
5398
|
+
"value": "#E2E3E4",
|
|
5399
5399
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5400
5400
|
"isSource": true,
|
|
5401
5401
|
"attributes": {
|
|
@@ -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": "#28311B",
|
|
5421
5421
|
"filePath": "schema/themes/atlassian-dark/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": "Lime1000",
|
|
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": "#37471F",
|
|
5443
5443
|
"filePath": "schema/themes/atlassian-dark/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": "Lime900",
|
|
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": "#3F5224",
|
|
5465
5465
|
"filePath": "schema/themes/atlassian-dark/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": "Lime850",
|
|
5475
5475
|
"attributes": {
|
|
5476
5476
|
"group": "paint",
|
|
5477
5477
|
"state": "active",
|
|
@@ -5527,7 +5527,7 @@ var tokens = [{
|
|
|
5527
5527
|
"path": ["color", "background", "success", "bold", "hovered"],
|
|
5528
5528
|
"cleanName": "color.background.success.bold.hovered"
|
|
5529
5529
|
}, {
|
|
5530
|
-
"value": "#
|
|
5530
|
+
"value": "#E2E3E4",
|
|
5531
5531
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5532
5532
|
"isSource": true,
|
|
5533
5533
|
"attributes": {
|
|
@@ -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": "#35243F",
|
|
5553
5553
|
"filePath": "schema/themes/atlassian-dark/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": "#48245D",
|
|
5575
5575
|
"filePath": "schema/themes/atlassian-dark/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": "#673286",
|
|
5597
5597
|
"filePath": "schema/themes/atlassian-dark/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": "Purple850",
|
|
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": "#EED7FC",
|
|
5619
5619
|
"filePath": "schema/themes/atlassian-dark-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": "#F8EEFE",
|
|
5641
5641
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5642
5642
|
"isSource": true,
|
|
5643
5643
|
"attributes": {
|
|
@@ -5659,7 +5659,7 @@ var tokens = [{
|
|
|
5659
5659
|
"path": ["color", "background", "discovery", "bold", "hovered"],
|
|
5660
5660
|
"cleanName": "color.background.discovery.bold.hovered"
|
|
5661
5661
|
}, {
|
|
5662
|
-
"value": "#
|
|
5662
|
+
"value": "#E2E3E4",
|
|
5663
5663
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5664
5664
|
"isSource": true,
|
|
5665
5665
|
"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": "#1C2B42",
|
|
5685
5685
|
"filePath": "schema/themes/atlassian-dark/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": "#123263",
|
|
5707
5707
|
"filePath": "schema/themes/atlassian-dark/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": "#144794",
|
|
5729
5729
|
"filePath": "schema/themes/atlassian-dark/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": "Blue850",
|
|
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": "#CFE1FD",
|
|
5751
5751
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
5773
5773
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5774
5774
|
"isSource": true,
|
|
5775
5775
|
"attributes": {
|
|
@@ -5791,7 +5791,7 @@ var tokens = [{
|
|
|
5791
5791
|
"path": ["color", "background", "information", "bold", "hovered"],
|
|
5792
5792
|
"cleanName": "color.background.information.bold.hovered"
|
|
5793
5793
|
}, {
|
|
5794
|
-
"value": "#
|
|
5794
|
+
"value": "#E2E3E4",
|
|
5795
5795
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5796
5796
|
"isSource": true,
|
|
5797
5797
|
"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": "#CECED912",
|
|
5927
5927
|
"filePath": "schema/themes/atlassian-dark/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": "#BDBDBD0A",
|
|
5949
5949
|
"filePath": "schema/themes/atlassian-dark/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": "#94C748",
|
|
6015
6015
|
"filePath": "schema/themes/atlassian-dark/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": "Lime400",
|
|
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": "#B3DF72",
|
|
6037
6037
|
"filePath": "schema/themes/atlassian-dark/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": "Lime300",
|
|
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": "#FBC828",
|
|
6059
6059
|
"filePath": "schema/themes/atlassian-dark-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": "#FCE4A6",
|
|
6081
6081
|
"filePath": "schema/themes/atlassian-dark-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": "#FCA700",
|
|
6103
6103
|
"filePath": "schema/themes/atlassian-dark/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": "Orange400",
|
|
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": "#FBC828",
|
|
6125
6125
|
"filePath": "schema/themes/atlassian-dark/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": "Orange300",
|
|
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-dark/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": "#1868DB",
|
|
6169
6169
|
"filePath": "schema/themes/atlassian-dark/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": "Blue700",
|
|
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": "#D8A0F7",
|
|
6191
6191
|
"filePath": "schema/themes/atlassian-dark-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": "#EED7FC",
|
|
6213
6213
|
"filePath": "schema/themes/atlassian-dark-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-dark/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": "#6CC3E0",
|
|
6257
6257
|
"filePath": "schema/themes/atlassian-dark/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": "Teal400",
|
|
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": "#E06C00",
|
|
6279
6279
|
"filePath": "schema/themes/atlassian-dark/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": "Orange600",
|
|
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": "#FBD779",
|
|
6301
6301
|
"filePath": "schema/themes/atlassian-dark/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": "Orange250",
|
|
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": "#96999E",
|
|
6455
6455
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
6477
6477
|
"filePath": "schema/themes/atlassian-dark-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": "#FBC828",
|
|
6631
6631
|
"filePath": "schema/themes/atlassian-dark-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": "#FCE4A6",
|
|
6653
6653
|
"filePath": "schema/themes/atlassian-dark-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": "#FCE4A6",
|
|
6675
6675
|
"filePath": "schema/themes/atlassian-dark-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": "#FFF5DB",
|
|
6697
6697
|
"filePath": "schema/themes/atlassian-dark-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": "#FFF5DB",
|
|
6719
6719
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6720
6720
|
"isSource": true,
|
|
6721
6721
|
"attributes": {
|
|
@@ -6737,7 +6737,7 @@ var tokens = [{
|
|
|
6737
6737
|
"path": ["color", "chart", "orange", "boldest", "[default]"],
|
|
6738
6738
|
"cleanName": "color.chart.orange.boldest"
|
|
6739
6739
|
}, {
|
|
6740
|
-
"value": "#
|
|
6740
|
+
"value": "#FCE4A6",
|
|
6741
6741
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
6742
6742
|
"isSource": false,
|
|
6743
6743
|
"attributes": {
|
|
@@ -6759,7 +6759,7 @@ var tokens = [{
|
|
|
6759
6759
|
"path": ["color", "chart", "orange", "boldest", "hovered"],
|
|
6760
6760
|
"cleanName": "color.chart.orange.boldest.hovered"
|
|
6761
6761
|
}, {
|
|
6762
|
-
"value": "#
|
|
6762
|
+
"value": "#EED12B",
|
|
6763
6763
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6764
6764
|
"isSource": true,
|
|
6765
6765
|
"attributes": {
|
|
@@ -6781,7 +6781,7 @@ var tokens = [{
|
|
|
6781
6781
|
"path": ["color", "chart", "yellow", "bold", "[default]"],
|
|
6782
6782
|
"cleanName": "color.chart.yellow.bold"
|
|
6783
6783
|
}, {
|
|
6784
|
-
"value": "#
|
|
6784
|
+
"value": "#F5E989",
|
|
6785
6785
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6786
6786
|
"isSource": true,
|
|
6787
6787
|
"attributes": {
|
|
@@ -6803,7 +6803,7 @@ var tokens = [{
|
|
|
6803
6803
|
"path": ["color", "chart", "yellow", "bold", "hovered"],
|
|
6804
6804
|
"cleanName": "color.chart.yellow.bold.hovered"
|
|
6805
6805
|
}, {
|
|
6806
|
-
"value": "#
|
|
6806
|
+
"value": "#F5E989",
|
|
6807
6807
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6808
6808
|
"isSource": true,
|
|
6809
6809
|
"attributes": {
|
|
@@ -6825,7 +6825,7 @@ var tokens = [{
|
|
|
6825
6825
|
"path": ["color", "chart", "yellow", "bolder", "[default]"],
|
|
6826
6826
|
"cleanName": "color.chart.yellow.bolder"
|
|
6827
6827
|
}, {
|
|
6828
|
-
"value": "#
|
|
6828
|
+
"value": "#FEF7C8",
|
|
6829
6829
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6830
6830
|
"isSource": true,
|
|
6831
6831
|
"attributes": {
|
|
@@ -6847,7 +6847,7 @@ var tokens = [{
|
|
|
6847
6847
|
"path": ["color", "chart", "yellow", "bolder", "hovered"],
|
|
6848
6848
|
"cleanName": "color.chart.yellow.bolder.hovered"
|
|
6849
6849
|
}, {
|
|
6850
|
-
"value": "#
|
|
6850
|
+
"value": "#FEF7C8",
|
|
6851
6851
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6852
6852
|
"isSource": true,
|
|
6853
6853
|
"attributes": {
|
|
@@ -6869,7 +6869,7 @@ var tokens = [{
|
|
|
6869
6869
|
"path": ["color", "chart", "yellow", "boldest", "[default]"],
|
|
6870
6870
|
"cleanName": "color.chart.yellow.boldest"
|
|
6871
6871
|
}, {
|
|
6872
|
-
"value": "#
|
|
6872
|
+
"value": "#F5E989",
|
|
6873
6873
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
6874
6874
|
"isSource": false,
|
|
6875
6875
|
"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": "#8FB8F6",
|
|
7159
7159
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
7181
7181
|
"filePath": "schema/themes/atlassian-dark-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": "#CFE1FD",
|
|
7203
7203
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
7225
7225
|
"filePath": "schema/themes/atlassian-dark-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": "#E9F2FE",
|
|
7247
7247
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7248
7248
|
"isSource": true,
|
|
7249
7249
|
"attributes": {
|
|
@@ -7265,7 +7265,7 @@ var tokens = [{
|
|
|
7265
7265
|
"path": ["color", "chart", "blue", "boldest", "[default]"],
|
|
7266
7266
|
"cleanName": "color.chart.blue.boldest"
|
|
7267
7267
|
}, {
|
|
7268
|
-
"value": "#
|
|
7268
|
+
"value": "#CFE1FD",
|
|
7269
7269
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7270
7270
|
"isSource": false,
|
|
7271
7271
|
"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": "#D8A0F7",
|
|
7291
7291
|
"filePath": "schema/themes/atlassian-dark-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": "#EED7FC",
|
|
7313
7313
|
"filePath": "schema/themes/atlassian-dark-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": "#EED7FC",
|
|
7335
7335
|
"filePath": "schema/themes/atlassian-dark-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": "#F8EEFE",
|
|
7357
7357
|
"filePath": "schema/themes/atlassian-dark-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": "#F8EEFE",
|
|
7379
7379
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7380
7380
|
"isSource": true,
|
|
7381
7381
|
"attributes": {
|
|
@@ -7397,7 +7397,7 @@ var tokens = [{
|
|
|
7397
7397
|
"path": ["color", "chart", "purple", "boldest", "[default]"],
|
|
7398
7398
|
"cleanName": "color.chart.purple.boldest"
|
|
7399
7399
|
}, {
|
|
7400
|
-
"value": "#
|
|
7400
|
+
"value": "#EED7FC",
|
|
7401
7401
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7402
7402
|
"isSource": false,
|
|
7403
7403
|
"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": "#96999E",
|
|
7555
7555
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
7577
7577
|
"filePath": "schema/themes/atlassian-dark-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": "#A9ABAF",
|
|
7599
7599
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
7621
7621
|
"filePath": "schema/themes/atlassian-dark-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": "#BFC1C4",
|
|
7643
7643
|
"filePath": "schema/themes/atlassian-dark-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": "#CECFD2",
|
|
7665
7665
|
"filePath": "schema/themes/atlassian-dark-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": "#669DF1",
|
|
7687
7687
|
"filePath": "schema/themes/atlassian-dark-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": "#8FB8F6",
|
|
7709
7709
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7710
7710
|
"isSource": true,
|
|
7711
7711
|
"attributes": {
|
|
@@ -7771,7 +7771,7 @@ var tokens = [{
|
|
|
7771
7771
|
"path": ["color", "chart", "danger", "[default]", "hovered"],
|
|
7772
7772
|
"cleanName": "color.chart.danger.hovered"
|
|
7773
7773
|
}, {
|
|
7774
|
-
"value": "#
|
|
7774
|
+
"value": "#FFB8B2",
|
|
7775
7775
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7776
7776
|
"isSource": false,
|
|
7777
7777
|
"attributes": {
|
|
@@ -7781,7 +7781,7 @@ var tokens = [{
|
|
|
7781
7781
|
"description": "A stronger emphasis option of color.chart.danger."
|
|
7782
7782
|
},
|
|
7783
7783
|
"original": {
|
|
7784
|
-
"value": "
|
|
7784
|
+
"value": "Red250",
|
|
7785
7785
|
"attributes": {
|
|
7786
7786
|
"group": "paint",
|
|
7787
7787
|
"state": "active",
|
|
@@ -7793,7 +7793,7 @@ var tokens = [{
|
|
|
7793
7793
|
"path": ["color", "chart", "danger", "bold", "[default]"],
|
|
7794
7794
|
"cleanName": "color.chart.danger.bold"
|
|
7795
7795
|
}, {
|
|
7796
|
-
"value": "#
|
|
7796
|
+
"value": "#FD9891",
|
|
7797
7797
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7798
7798
|
"isSource": false,
|
|
7799
7799
|
"attributes": {
|
|
@@ -7803,7 +7803,7 @@ var tokens = [{
|
|
|
7803
7803
|
"description": "Hovered state of color.chart.danger.bold."
|
|
7804
7804
|
},
|
|
7805
7805
|
"original": {
|
|
7806
|
-
"value": "
|
|
7806
|
+
"value": "Red300",
|
|
7807
7807
|
"attributes": {
|
|
7808
7808
|
"group": "paint",
|
|
7809
7809
|
"state": "active",
|
|
@@ -7815,7 +7815,7 @@ var tokens = [{
|
|
|
7815
7815
|
"path": ["color", "chart", "danger", "bold", "hovered"],
|
|
7816
7816
|
"cleanName": "color.chart.danger.bold.hovered"
|
|
7817
7817
|
}, {
|
|
7818
|
-
"value": "#
|
|
7818
|
+
"value": "#F68909",
|
|
7819
7819
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7820
7820
|
"isSource": false,
|
|
7821
7821
|
"attributes": {
|
|
@@ -7825,7 +7825,7 @@ var tokens = [{
|
|
|
7825
7825
|
"description": "For data visualisation communicating caution, such as 'at risk' statuses."
|
|
7826
7826
|
},
|
|
7827
7827
|
"original": {
|
|
7828
|
-
"value": "
|
|
7828
|
+
"value": "Orange500",
|
|
7829
7829
|
"attributes": {
|
|
7830
7830
|
"group": "paint",
|
|
7831
7831
|
"state": "active",
|
|
@@ -7837,7 +7837,7 @@ var tokens = [{
|
|
|
7837
7837
|
"path": ["color", "chart", "warning", "[default]", "[default]"],
|
|
7838
7838
|
"cleanName": "color.chart.warning"
|
|
7839
7839
|
}, {
|
|
7840
|
-
"value": "#
|
|
7840
|
+
"value": "#FCA700",
|
|
7841
7841
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7842
7842
|
"isSource": false,
|
|
7843
7843
|
"attributes": {
|
|
@@ -7847,7 +7847,7 @@ var tokens = [{
|
|
|
7847
7847
|
"description": "Hovered state of color.chart.warning."
|
|
7848
7848
|
},
|
|
7849
7849
|
"original": {
|
|
7850
|
-
"value": "
|
|
7850
|
+
"value": "Orange400",
|
|
7851
7851
|
"attributes": {
|
|
7852
7852
|
"group": "paint",
|
|
7853
7853
|
"state": "active",
|
|
@@ -7859,7 +7859,7 @@ var tokens = [{
|
|
|
7859
7859
|
"path": ["color", "chart", "warning", "[default]", "hovered"],
|
|
7860
7860
|
"cleanName": "color.chart.warning.hovered"
|
|
7861
7861
|
}, {
|
|
7862
|
-
"value": "#
|
|
7862
|
+
"value": "#FBC828",
|
|
7863
7863
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7864
7864
|
"isSource": false,
|
|
7865
7865
|
"attributes": {
|
|
@@ -7869,7 +7869,7 @@ var tokens = [{
|
|
|
7869
7869
|
"description": "A stronger emphasis option of color.chart.warning."
|
|
7870
7870
|
},
|
|
7871
7871
|
"original": {
|
|
7872
|
-
"value": "
|
|
7872
|
+
"value": "Orange300",
|
|
7873
7873
|
"attributes": {
|
|
7874
7874
|
"group": "paint",
|
|
7875
7875
|
"state": "active",
|
|
@@ -7881,7 +7881,7 @@ var tokens = [{
|
|
|
7881
7881
|
"path": ["color", "chart", "warning", "bold", "[default]"],
|
|
7882
7882
|
"cleanName": "color.chart.warning.bold"
|
|
7883
7883
|
}, {
|
|
7884
|
-
"value": "#
|
|
7884
|
+
"value": "#FCE4A6",
|
|
7885
7885
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7886
7886
|
"isSource": false,
|
|
7887
7887
|
"attributes": {
|
|
@@ -7891,7 +7891,7 @@ var tokens = [{
|
|
|
7891
7891
|
"description": "Hovered state of color.chart.warning.bold."
|
|
7892
7892
|
},
|
|
7893
7893
|
"original": {
|
|
7894
|
-
"value": "
|
|
7894
|
+
"value": "Orange200",
|
|
7895
7895
|
"attributes": {
|
|
7896
7896
|
"group": "paint",
|
|
7897
7897
|
"state": "active",
|
|
@@ -7903,7 +7903,7 @@ var tokens = [{
|
|
|
7903
7903
|
"path": ["color", "chart", "warning", "bold", "hovered"],
|
|
7904
7904
|
"cleanName": "color.chart.warning.bold.hovered"
|
|
7905
7905
|
}, {
|
|
7906
|
-
"value": "#
|
|
7906
|
+
"value": "#82B536",
|
|
7907
7907
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7908
7908
|
"isSource": false,
|
|
7909
7909
|
"attributes": {
|
|
@@ -7913,7 +7913,7 @@ var tokens = [{
|
|
|
7913
7913
|
"description": "For data visualisation communicating positive information, such as 'on track'."
|
|
7914
7914
|
},
|
|
7915
7915
|
"original": {
|
|
7916
|
-
"value": "
|
|
7916
|
+
"value": "Lime500",
|
|
7917
7917
|
"attributes": {
|
|
7918
7918
|
"group": "paint",
|
|
7919
7919
|
"state": "active",
|
|
@@ -7925,7 +7925,7 @@ var tokens = [{
|
|
|
7925
7925
|
"path": ["color", "chart", "success", "[default]", "[default]"],
|
|
7926
7926
|
"cleanName": "color.chart.success"
|
|
7927
7927
|
}, {
|
|
7928
|
-
"value": "#
|
|
7928
|
+
"value": "#94C748",
|
|
7929
7929
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7930
7930
|
"isSource": false,
|
|
7931
7931
|
"attributes": {
|
|
@@ -7935,7 +7935,7 @@ var tokens = [{
|
|
|
7935
7935
|
"description": "Hovered state of color.chart.success."
|
|
7936
7936
|
},
|
|
7937
7937
|
"original": {
|
|
7938
|
-
"value": "
|
|
7938
|
+
"value": "Lime400",
|
|
7939
7939
|
"attributes": {
|
|
7940
7940
|
"group": "paint",
|
|
7941
7941
|
"state": "active",
|
|
@@ -7947,7 +7947,7 @@ var tokens = [{
|
|
|
7947
7947
|
"path": ["color", "chart", "success", "[default]", "hovered"],
|
|
7948
7948
|
"cleanName": "color.chart.success.hovered"
|
|
7949
7949
|
}, {
|
|
7950
|
-
"value": "#
|
|
7950
|
+
"value": "#B3DF72",
|
|
7951
7951
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7952
7952
|
"isSource": false,
|
|
7953
7953
|
"attributes": {
|
|
@@ -7957,7 +7957,7 @@ var tokens = [{
|
|
|
7957
7957
|
"description": "A stronger emphasis option of color.chart.success."
|
|
7958
7958
|
},
|
|
7959
7959
|
"original": {
|
|
7960
|
-
"value": "
|
|
7960
|
+
"value": "Lime300",
|
|
7961
7961
|
"attributes": {
|
|
7962
7962
|
"group": "paint",
|
|
7963
7963
|
"state": "active",
|
|
@@ -7969,7 +7969,7 @@ var tokens = [{
|
|
|
7969
7969
|
"path": ["color", "chart", "success", "bold", "[default]"],
|
|
7970
7970
|
"cleanName": "color.chart.success.bold"
|
|
7971
7971
|
}, {
|
|
7972
|
-
"value": "#
|
|
7972
|
+
"value": "#D3F1A7",
|
|
7973
7973
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7974
7974
|
"isSource": false,
|
|
7975
7975
|
"attributes": {
|
|
@@ -7979,7 +7979,7 @@ var tokens = [{
|
|
|
7979
7979
|
"description": "Hovered state of color.chart.success.bold."
|
|
7980
7980
|
},
|
|
7981
7981
|
"original": {
|
|
7982
|
-
"value": "
|
|
7982
|
+
"value": "Lime200",
|
|
7983
7983
|
"attributes": {
|
|
7984
7984
|
"group": "paint",
|
|
7985
7985
|
"state": "active",
|
|
@@ -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": "#C97CF4",
|
|
7995
7995
|
"filePath": "schema/themes/atlassian-dark-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": "#C97CF4",
|
|
8017
8017
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8018
8018
|
"isSource": false,
|
|
8019
8019
|
"attributes": {
|
|
@@ -8023,7 +8023,7 @@ var tokens = [{
|
|
|
8023
8023
|
"description": "Hovered state of color.chart.discovery."
|
|
8024
8024
|
},
|
|
8025
8025
|
"original": {
|
|
8026
|
-
"value": "
|
|
8026
|
+
"value": "Purple400",
|
|
8027
8027
|
"attributes": {
|
|
8028
8028
|
"group": "paint",
|
|
8029
8029
|
"state": "active",
|
|
@@ -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": "#D8A0F7",
|
|
8039
8039
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8040
8040
|
"isSource": false,
|
|
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": "#EED7FC",
|
|
8061
8061
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8062
8062
|
"isSource": false,
|
|
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": "#669DF1",
|
|
8083
8083
|
"filePath": "schema/themes/atlassian-dark-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": "#669DF1",
|
|
8105
8105
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8106
8106
|
"isSource": false,
|
|
8107
8107
|
"attributes": {
|
|
@@ -8111,7 +8111,7 @@ var tokens = [{
|
|
|
8111
8111
|
"description": "Hovered state of color.chart.information."
|
|
8112
8112
|
},
|
|
8113
8113
|
"original": {
|
|
8114
|
-
"value": "
|
|
8114
|
+
"value": "Blue400",
|
|
8115
8115
|
"attributes": {
|
|
8116
8116
|
"group": "paint",
|
|
8117
8117
|
"state": "active",
|
|
@@ -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": "#8FB8F6",
|
|
8127
8127
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8128
8128
|
"isSource": false,
|
|
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": "#CFE1FD",
|
|
8149
8149
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
8150
8150
|
"isSource": false,
|
|
8151
8151
|
"attributes": {
|
|
@@ -8167,7 +8167,7 @@ var tokens = [{
|
|
|
8167
8167
|
"path": ["color", "chart", "information", "bold", "hovered"],
|
|
8168
8168
|
"cleanName": "color.chart.information.bold.hovered"
|
|
8169
8169
|
}, {
|
|
8170
|
-
"value": "#
|
|
8170
|
+
"value": "#1F1F21",
|
|
8171
8171
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8172
8172
|
"isSource": false,
|
|
8173
8173
|
"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": "#242528",
|
|
8193
8193
|
"filePath": "schema/themes/atlassian-dark/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": "#2B2C2F",
|
|
8215
8215
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8216
8216
|
"isSource": false,
|
|
8217
8217
|
"attributes": {
|
|
@@ -8233,7 +8233,7 @@ var tokens = [{
|
|
|
8233
8233
|
"path": ["elevation", "surface", "[default]", "pressed"],
|
|
8234
8234
|
"cleanName": "elevation.surface.pressed"
|
|
8235
8235
|
}, {
|
|
8236
|
-
"value": "#
|
|
8236
|
+
"value": "#2B2C2F",
|
|
8237
8237
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8238
8238
|
"isSource": false,
|
|
8239
8239
|
"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": "#303134",
|
|
8259
8259
|
"filePath": "schema/themes/atlassian-dark/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": "#3D3F43",
|
|
8281
8281
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8282
8282
|
"isSource": false,
|
|
8283
8283
|
"attributes": {
|
|
@@ -8299,7 +8299,7 @@ var tokens = [{
|
|
|
8299
8299
|
"path": ["elevation", "surface", "overlay", "pressed"],
|
|
8300
8300
|
"cleanName": "elevation.surface.overlay.pressed"
|
|
8301
8301
|
}, {
|
|
8302
|
-
"value": "#
|
|
8302
|
+
"value": "#242528",
|
|
8303
8303
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8304
8304
|
"isSource": false,
|
|
8305
8305
|
"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": "#2B2C2F",
|
|
8325
8325
|
"filePath": "schema/themes/atlassian-dark/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": "#303134",
|
|
8347
8347
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8348
8348
|
"isSource": false,
|
|
8349
8349
|
"attributes": {
|
|
@@ -8365,7 +8365,7 @@ var tokens = [{
|
|
|
8365
8365
|
"path": ["elevation", "surface", "raised", "pressed"],
|
|
8366
8366
|
"cleanName": "elevation.surface.raised.pressed"
|
|
8367
8367
|
}, {
|
|
8368
|
-
"value": "#
|
|
8368
|
+
"value": "#18191A",
|
|
8369
8369
|
"filePath": "schema/themes/atlassian-dark/elevation/surface.tsx",
|
|
8370
8370
|
"isSource": false,
|
|
8371
8371
|
"attributes": {
|
|
@@ -8393,7 +8393,7 @@ var tokens = [{
|
|
|
8393
8393
|
"x": 0,
|
|
8394
8394
|
"y": 0
|
|
8395
8395
|
},
|
|
8396
|
-
"color": "#
|
|
8396
|
+
"color": "#01040475",
|
|
8397
8397
|
"opacity": 0.56
|
|
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": "#01040475",
|
|
8405
8405
|
"opacity": 0.5
|
|
8406
8406
|
}],
|
|
8407
8407
|
"filePath": "schema/themes/atlassian-dark/elevation/shadow.tsx",
|
|
@@ -8419,7 +8419,7 @@ var tokens = [{
|
|
|
8419
8419
|
"x": 0,
|
|
8420
8420
|
"y": 0
|
|
8421
8421
|
},
|
|
8422
|
-
"color": "
|
|
8422
|
+
"color": "DarkNeutral-100A",
|
|
8423
8423
|
"opacity": 0.56
|
|
8424
8424
|
}, {
|
|
8425
8425
|
"radius": 1,
|
|
@@ -8427,7 +8427,7 @@ var tokens = [{
|
|
|
8427
8427
|
"x": 0,
|
|
8428
8428
|
"y": 0
|
|
8429
8429
|
},
|
|
8430
|
-
"color": "
|
|
8430
|
+
"color": "DarkNeutral-100A",
|
|
8431
8431
|
"opacity": 0.5
|
|
8432
8432
|
}],
|
|
8433
8433
|
"attributes": {
|
|
@@ -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": "#01040480",
|
|
8445
8445
|
"filePath": "schema/themes/atlassian-dark/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": "#01040480",
|
|
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": "#0104048f",
|
|
8467
8467
|
"filePath": "schema/themes/atlassian-dark/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": "#0104048f",
|
|
8477
8477
|
"attributes": {
|
|
8478
8478
|
"group": "paint",
|
|
8479
8479
|
"state": "active",
|
|
@@ -8488,7 +8488,7 @@ var tokens = [{
|
|
|
8488
8488
|
"value": [{
|
|
8489
8489
|
"radius": 0,
|
|
8490
8490
|
"spread": 1,
|
|
8491
|
-
"color": "#
|
|
8491
|
+
"color": "#E9F0FB5C",
|
|
8492
8492
|
"offset": {
|
|
8493
8493
|
"x": 0,
|
|
8494
8494
|
"y": 0
|
|
@@ -8501,7 +8501,7 @@ var tokens = [{
|
|
|
8501
8501
|
"x": 0,
|
|
8502
8502
|
"y": 8
|
|
8503
8503
|
},
|
|
8504
|
-
"color": "#
|
|
8504
|
+
"color": "#01040475",
|
|
8505
8505
|
"opacity": 0.36
|
|
8506
8506
|
}, {
|
|
8507
8507
|
"radius": 1,
|
|
@@ -8510,7 +8510,7 @@ var tokens = [{
|
|
|
8510
8510
|
"x": 0,
|
|
8511
8511
|
"y": 0
|
|
8512
8512
|
},
|
|
8513
|
-
"color": "#
|
|
8513
|
+
"color": "#01040475",
|
|
8514
8514
|
"opacity": 0.5
|
|
8515
8515
|
}],
|
|
8516
8516
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/elevation/shadow.tsx",
|
|
@@ -8564,7 +8564,7 @@ var tokens = [{
|
|
|
8564
8564
|
"value": [{
|
|
8565
8565
|
"radius": 0,
|
|
8566
8566
|
"spread": 1,
|
|
8567
|
-
"color": "#
|
|
8567
|
+
"color": "#E9F0FB5C",
|
|
8568
8568
|
"offset": {
|
|
8569
8569
|
"x": 0,
|
|
8570
8570
|
"y": 0
|
|
@@ -8577,7 +8577,7 @@ var tokens = [{
|
|
|
8577
8577
|
"x": 0,
|
|
8578
8578
|
"y": 1
|
|
8579
8579
|
},
|
|
8580
|
-
"color": "#
|
|
8580
|
+
"color": "#01040475",
|
|
8581
8581
|
"opacity": 0.5
|
|
8582
8582
|
}, {
|
|
8583
8583
|
"radius": 1,
|
|
@@ -8585,7 +8585,7 @@ var tokens = [{
|
|
|
8585
8585
|
"x": 0,
|
|
8586
8586
|
"y": 0
|
|
8587
8587
|
},
|
|
8588
|
-
"color": "#
|
|
8588
|
+
"color": "#01040475",
|
|
8589
8589
|
"opacity": 0.5
|
|
8590
8590
|
}],
|
|
8591
8591
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/elevation/shadow.tsx",
|
|
@@ -8701,7 +8701,7 @@ var tokens = [{
|
|
|
8701
8701
|
"path": ["utility", "UNSAFE", "transparent"],
|
|
8702
8702
|
"cleanName": "utility.UNSAFE.transparent"
|
|
8703
8703
|
}, {
|
|
8704
|
-
"value": "#
|
|
8704
|
+
"value": "#1F1F21",
|
|
8705
8705
|
"filePath": "schema/themes/atlassian-dark/utility/utility.tsx",
|
|
8706
8706
|
"isSource": false,
|
|
8707
8707
|
"attributes": {
|