@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
|
@@ -6,12 +6,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
8
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
9
|
-
* @codegen <<SignedSource::
|
|
9
|
+
* @codegen <<SignedSource::b82a8b02b639656e8d896b7b19368212>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
var tokens = [{
|
|
14
|
-
"value": "#
|
|
14
|
+
"value": "#1E1F21",
|
|
15
15
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
16
16
|
"isSource": true,
|
|
17
17
|
"attributes": {
|
|
@@ -121,7 +121,7 @@ var tokens = [{
|
|
|
121
121
|
"path": ["color", "text", "accent", "red", "bolder"],
|
|
122
122
|
"cleanName": "color.text.accent.red.bolder"
|
|
123
123
|
}, {
|
|
124
|
-
"value": "#
|
|
124
|
+
"value": "#693200",
|
|
125
125
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
126
126
|
"isSource": true,
|
|
127
127
|
"attributes": {
|
|
@@ -143,7 +143,7 @@ var tokens = [{
|
|
|
143
143
|
"path": ["color", "text", "accent", "orange", "[default]"],
|
|
144
144
|
"cleanName": "color.text.accent.orange"
|
|
145
145
|
}, {
|
|
146
|
-
"value": "#
|
|
146
|
+
"value": "#3A2C1F",
|
|
147
147
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
148
148
|
"isSource": true,
|
|
149
149
|
"attributes": {
|
|
@@ -297,7 +297,7 @@ var tokens = [{
|
|
|
297
297
|
"path": ["color", "text", "accent", "teal", "bolder"],
|
|
298
298
|
"cleanName": "color.text.accent.teal.bolder"
|
|
299
299
|
}, {
|
|
300
|
-
"value": "#
|
|
300
|
+
"value": "#123263",
|
|
301
301
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
302
302
|
"isSource": true,
|
|
303
303
|
"attributes": {
|
|
@@ -319,7 +319,7 @@ var tokens = [{
|
|
|
319
319
|
"path": ["color", "text", "accent", "blue", "[default]"],
|
|
320
320
|
"cleanName": "color.text.accent.blue"
|
|
321
321
|
}, {
|
|
322
|
-
"value": "#
|
|
322
|
+
"value": "#1C2B42",
|
|
323
323
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
324
324
|
"isSource": true,
|
|
325
325
|
"attributes": {
|
|
@@ -341,7 +341,7 @@ var tokens = [{
|
|
|
341
341
|
"path": ["color", "text", "accent", "blue", "bolder"],
|
|
342
342
|
"cleanName": "color.text.accent.blue.bolder"
|
|
343
343
|
}, {
|
|
344
|
-
"value": "#
|
|
344
|
+
"value": "#48245D",
|
|
345
345
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
346
346
|
"isSource": true,
|
|
347
347
|
"attributes": {
|
|
@@ -363,7 +363,7 @@ var tokens = [{
|
|
|
363
363
|
"path": ["color", "text", "accent", "purple", "[default]"],
|
|
364
364
|
"cleanName": "color.text.accent.purple"
|
|
365
365
|
}, {
|
|
366
|
-
"value": "#
|
|
366
|
+
"value": "#35243F",
|
|
367
367
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
368
368
|
"isSource": true,
|
|
369
369
|
"attributes": {
|
|
@@ -429,7 +429,7 @@ var tokens = [{
|
|
|
429
429
|
"path": ["color", "text", "accent", "magenta", "bolder"],
|
|
430
430
|
"cleanName": "color.text.accent.magenta.bolder"
|
|
431
431
|
}, {
|
|
432
|
-
"value": "#
|
|
432
|
+
"value": "#3B3D42",
|
|
433
433
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
434
434
|
"isSource": true,
|
|
435
435
|
"attributes": {
|
|
@@ -451,7 +451,7 @@ var tokens = [{
|
|
|
451
451
|
"path": ["color", "text", "accent", "gray", "[default]"],
|
|
452
452
|
"cleanName": "color.text.accent.gray"
|
|
453
453
|
}, {
|
|
454
|
-
"value": "#
|
|
454
|
+
"value": "#292A2E",
|
|
455
455
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
456
456
|
"isSource": true,
|
|
457
457
|
"attributes": {
|
|
@@ -473,7 +473,7 @@ var tokens = [{
|
|
|
473
473
|
"path": ["color", "text", "accent", "gray", "bolder"],
|
|
474
474
|
"cleanName": "color.text.accent.gray.bolder"
|
|
475
475
|
}, {
|
|
476
|
-
"value": "#
|
|
476
|
+
"value": "#080F214A",
|
|
477
477
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
478
478
|
"isSource": false,
|
|
479
479
|
"attributes": {
|
|
@@ -517,7 +517,7 @@ var tokens = [{
|
|
|
517
517
|
"path": ["color", "text", "inverse"],
|
|
518
518
|
"cleanName": "color.text.inverse"
|
|
519
519
|
}, {
|
|
520
|
-
"value": "#
|
|
520
|
+
"value": "#123263",
|
|
521
521
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
522
522
|
"isSource": true,
|
|
523
523
|
"attributes": {
|
|
@@ -539,7 +539,7 @@ var tokens = [{
|
|
|
539
539
|
"path": ["color", "text", "selected"],
|
|
540
540
|
"cleanName": "color.text.selected"
|
|
541
541
|
}, {
|
|
542
|
-
"value": "#
|
|
542
|
+
"value": "#123263",
|
|
543
543
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
544
544
|
"isSource": true,
|
|
545
545
|
"attributes": {
|
|
@@ -583,7 +583,7 @@ var tokens = [{
|
|
|
583
583
|
"path": ["color", "text", "danger"],
|
|
584
584
|
"cleanName": "color.text.danger"
|
|
585
585
|
}, {
|
|
586
|
-
"value": "#
|
|
586
|
+
"value": "#693200",
|
|
587
587
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
588
588
|
"isSource": true,
|
|
589
589
|
"attributes": {
|
|
@@ -649,7 +649,7 @@ var tokens = [{
|
|
|
649
649
|
"path": ["color", "text", "success"],
|
|
650
650
|
"cleanName": "color.text.success"
|
|
651
651
|
}, {
|
|
652
|
-
"value": "#
|
|
652
|
+
"value": "#48245D",
|
|
653
653
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
654
654
|
"isSource": true,
|
|
655
655
|
"attributes": {
|
|
@@ -671,7 +671,7 @@ var tokens = [{
|
|
|
671
671
|
"path": ["color", "text", "discovery"],
|
|
672
672
|
"cleanName": "color.text.discovery"
|
|
673
673
|
}, {
|
|
674
|
-
"value": "#
|
|
674
|
+
"value": "#123263",
|
|
675
675
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
676
676
|
"isSource": true,
|
|
677
677
|
"attributes": {
|
|
@@ -693,7 +693,7 @@ var tokens = [{
|
|
|
693
693
|
"path": ["color", "text", "information"],
|
|
694
694
|
"cleanName": "color.text.information"
|
|
695
695
|
}, {
|
|
696
|
-
"value": "#
|
|
696
|
+
"value": "#3B3D42",
|
|
697
697
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
698
698
|
"isSource": true,
|
|
699
699
|
"attributes": {
|
|
@@ -715,7 +715,7 @@ var tokens = [{
|
|
|
715
715
|
"path": ["color", "text", "subtlest"],
|
|
716
716
|
"cleanName": "color.text.subtlest"
|
|
717
717
|
}, {
|
|
718
|
-
"value": "#
|
|
718
|
+
"value": "#292A2E",
|
|
719
719
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
720
720
|
"isSource": true,
|
|
721
721
|
"attributes": {
|
|
@@ -737,7 +737,7 @@ var tokens = [{
|
|
|
737
737
|
"path": ["color", "text", "subtle"],
|
|
738
738
|
"cleanName": "color.text.subtle"
|
|
739
739
|
}, {
|
|
740
|
-
"value": "#
|
|
740
|
+
"value": "#123263",
|
|
741
741
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
742
742
|
"isSource": true,
|
|
743
743
|
"attributes": {
|
|
@@ -759,7 +759,7 @@ var tokens = [{
|
|
|
759
759
|
"path": ["color", "link", "[default]"],
|
|
760
760
|
"cleanName": "color.link"
|
|
761
761
|
}, {
|
|
762
|
-
"value": "#
|
|
762
|
+
"value": "#123263",
|
|
763
763
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/text.tsx",
|
|
764
764
|
"isSource": true,
|
|
765
765
|
"attributes": {
|
|
@@ -781,7 +781,7 @@ var tokens = [{
|
|
|
781
781
|
"path": ["color", "link", "pressed"],
|
|
782
782
|
"cleanName": "color.link.pressed"
|
|
783
783
|
}, {
|
|
784
|
-
"value": "#
|
|
784
|
+
"value": "#803FA5",
|
|
785
785
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
786
786
|
"isSource": false,
|
|
787
787
|
"attributes": {
|
|
@@ -803,7 +803,7 @@ var tokens = [{
|
|
|
803
803
|
"path": ["color", "link", "visited", "[default]"],
|
|
804
804
|
"cleanName": "color.link.visited"
|
|
805
805
|
}, {
|
|
806
|
-
"value": "#
|
|
806
|
+
"value": "#48245D",
|
|
807
807
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
808
808
|
"isSource": false,
|
|
809
809
|
"attributes": {
|
|
@@ -825,7 +825,7 @@ var tokens = [{
|
|
|
825
825
|
"path": ["color", "link", "visited", "pressed"],
|
|
826
826
|
"cleanName": "color.link.visited.pressed"
|
|
827
827
|
}, {
|
|
828
|
-
"value": "#
|
|
828
|
+
"value": "#292A2E",
|
|
829
829
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
830
830
|
"isSource": true,
|
|
831
831
|
"attributes": {
|
|
@@ -891,7 +891,7 @@ var tokens = [{
|
|
|
891
891
|
"path": ["color", "icon", "accent", "red"],
|
|
892
892
|
"cleanName": "color.icon.accent.red"
|
|
893
893
|
}, {
|
|
894
|
-
"value": "#
|
|
894
|
+
"value": "#9E4C00",
|
|
895
895
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
896
896
|
"isSource": true,
|
|
897
897
|
"attributes": {
|
|
@@ -979,7 +979,7 @@ var tokens = [{
|
|
|
979
979
|
"path": ["color", "icon", "accent", "teal"],
|
|
980
980
|
"cleanName": "color.icon.accent.teal"
|
|
981
981
|
}, {
|
|
982
|
-
"value": "#
|
|
982
|
+
"value": "#1558BC",
|
|
983
983
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
984
984
|
"isSource": true,
|
|
985
985
|
"attributes": {
|
|
@@ -1001,7 +1001,7 @@ var tokens = [{
|
|
|
1001
1001
|
"path": ["color", "icon", "accent", "blue"],
|
|
1002
1002
|
"cleanName": "color.icon.accent.blue"
|
|
1003
1003
|
}, {
|
|
1004
|
-
"value": "#
|
|
1004
|
+
"value": "#803FA5",
|
|
1005
1005
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1006
1006
|
"isSource": true,
|
|
1007
1007
|
"attributes": {
|
|
@@ -1045,7 +1045,7 @@ var tokens = [{
|
|
|
1045
1045
|
"path": ["color", "icon", "accent", "magenta"],
|
|
1046
1046
|
"cleanName": "color.icon.accent.magenta"
|
|
1047
1047
|
}, {
|
|
1048
|
-
"value": "#
|
|
1048
|
+
"value": "#505258",
|
|
1049
1049
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1050
1050
|
"isSource": true,
|
|
1051
1051
|
"attributes": {
|
|
@@ -1067,7 +1067,7 @@ var tokens = [{
|
|
|
1067
1067
|
"path": ["color", "icon", "accent", "gray"],
|
|
1068
1068
|
"cleanName": "color.icon.accent.gray"
|
|
1069
1069
|
}, {
|
|
1070
|
-
"value": "#
|
|
1070
|
+
"value": "#080F214A",
|
|
1071
1071
|
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1072
1072
|
"isSource": false,
|
|
1073
1073
|
"attributes": {
|
|
@@ -1111,7 +1111,7 @@ var tokens = [{
|
|
|
1111
1111
|
"path": ["color", "icon", "inverse"],
|
|
1112
1112
|
"cleanName": "color.icon.inverse"
|
|
1113
1113
|
}, {
|
|
1114
|
-
"value": "#
|
|
1114
|
+
"value": "#1558BC",
|
|
1115
1115
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1116
1116
|
"isSource": true,
|
|
1117
1117
|
"attributes": {
|
|
@@ -1133,7 +1133,7 @@ var tokens = [{
|
|
|
1133
1133
|
"path": ["color", "icon", "selected"],
|
|
1134
1134
|
"cleanName": "color.icon.selected"
|
|
1135
1135
|
}, {
|
|
1136
|
-
"value": "#
|
|
1136
|
+
"value": "#1558BC",
|
|
1137
1137
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1138
1138
|
"isSource": true,
|
|
1139
1139
|
"attributes": {
|
|
@@ -1177,7 +1177,7 @@ var tokens = [{
|
|
|
1177
1177
|
"path": ["color", "icon", "danger"],
|
|
1178
1178
|
"cleanName": "color.icon.danger"
|
|
1179
1179
|
}, {
|
|
1180
|
-
"value": "#
|
|
1180
|
+
"value": "#9E4C00",
|
|
1181
1181
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1182
1182
|
"isSource": true,
|
|
1183
1183
|
"attributes": {
|
|
@@ -1243,7 +1243,7 @@ var tokens = [{
|
|
|
1243
1243
|
"path": ["color", "icon", "success"],
|
|
1244
1244
|
"cleanName": "color.icon.success"
|
|
1245
1245
|
}, {
|
|
1246
|
-
"value": "#
|
|
1246
|
+
"value": "#964AC0",
|
|
1247
1247
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1248
1248
|
"isSource": true,
|
|
1249
1249
|
"attributes": {
|
|
@@ -1265,7 +1265,7 @@ var tokens = [{
|
|
|
1265
1265
|
"path": ["color", "icon", "discovery"],
|
|
1266
1266
|
"cleanName": "color.icon.discovery"
|
|
1267
1267
|
}, {
|
|
1268
|
-
"value": "#
|
|
1268
|
+
"value": "#1558BC",
|
|
1269
1269
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1270
1270
|
"isSource": true,
|
|
1271
1271
|
"attributes": {
|
|
@@ -1287,7 +1287,7 @@ var tokens = [{
|
|
|
1287
1287
|
"path": ["color", "icon", "information"],
|
|
1288
1288
|
"cleanName": "color.icon.information"
|
|
1289
1289
|
}, {
|
|
1290
|
-
"value": "#
|
|
1290
|
+
"value": "#3B3D42",
|
|
1291
1291
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1292
1292
|
"isSource": true,
|
|
1293
1293
|
"attributes": {
|
|
@@ -1309,7 +1309,7 @@ var tokens = [{
|
|
|
1309
1309
|
"path": ["color", "icon", "subtlest"],
|
|
1310
1310
|
"cleanName": "color.icon.subtlest"
|
|
1311
1311
|
}, {
|
|
1312
|
-
"value": "#
|
|
1312
|
+
"value": "#3B3D42",
|
|
1313
1313
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/icon.tsx",
|
|
1314
1314
|
"isSource": true,
|
|
1315
1315
|
"attributes": {
|
|
@@ -1331,7 +1331,7 @@ var tokens = [{
|
|
|
1331
1331
|
"path": ["color", "icon", "subtle"],
|
|
1332
1332
|
"cleanName": "color.icon.subtle"
|
|
1333
1333
|
}, {
|
|
1334
|
-
"value": "#
|
|
1334
|
+
"value": "#E9F0FB5C",
|
|
1335
1335
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1336
1336
|
"isSource": true,
|
|
1337
1337
|
"attributes": {
|
|
@@ -1397,7 +1397,7 @@ var tokens = [{
|
|
|
1397
1397
|
"path": ["color", "border", "accent", "red"],
|
|
1398
1398
|
"cleanName": "color.border.accent.red"
|
|
1399
1399
|
}, {
|
|
1400
|
-
"value": "#
|
|
1400
|
+
"value": "#9E4C00",
|
|
1401
1401
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1402
1402
|
"isSource": true,
|
|
1403
1403
|
"attributes": {
|
|
@@ -1485,7 +1485,7 @@ var tokens = [{
|
|
|
1485
1485
|
"path": ["color", "border", "accent", "teal"],
|
|
1486
1486
|
"cleanName": "color.border.accent.teal"
|
|
1487
1487
|
}, {
|
|
1488
|
-
"value": "#
|
|
1488
|
+
"value": "#1558BC",
|
|
1489
1489
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1490
1490
|
"isSource": true,
|
|
1491
1491
|
"attributes": {
|
|
@@ -1507,7 +1507,7 @@ var tokens = [{
|
|
|
1507
1507
|
"path": ["color", "border", "accent", "blue"],
|
|
1508
1508
|
"cleanName": "color.border.accent.blue"
|
|
1509
1509
|
}, {
|
|
1510
|
-
"value": "#
|
|
1510
|
+
"value": "#803FA5",
|
|
1511
1511
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1512
1512
|
"isSource": true,
|
|
1513
1513
|
"attributes": {
|
|
@@ -1551,7 +1551,7 @@ var tokens = [{
|
|
|
1551
1551
|
"path": ["color", "border", "accent", "magenta"],
|
|
1552
1552
|
"cleanName": "color.border.accent.magenta"
|
|
1553
1553
|
}, {
|
|
1554
|
-
"value": "#
|
|
1554
|
+
"value": "#505258",
|
|
1555
1555
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
1556
1556
|
"isSource": true,
|
|
1557
1557
|
"attributes": {
|
|
@@ -1573,7 +1573,7 @@ var tokens = [{
|
|
|
1573
1573
|
"path": ["color", "border", "accent", "gray"],
|
|
1574
1574
|
"cleanName": "color.border.accent.gray"
|
|
1575
1575
|
}, {
|
|
1576
|
-
"value": "#
|
|
1576
|
+
"value": "#0B120E24",
|
|
1577
1577
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1578
1578
|
"isSource": true,
|
|
1579
1579
|
"attributes": {
|
|
@@ -1595,7 +1595,7 @@ var tokens = [{
|
|
|
1595
1595
|
"path": ["color", "border", "disabled"],
|
|
1596
1596
|
"cleanName": "color.border.disabled"
|
|
1597
1597
|
}, {
|
|
1598
|
-
"value": "#
|
|
1598
|
+
"value": "#1558BC",
|
|
1599
1599
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1600
1600
|
"isSource": true,
|
|
1601
1601
|
"attributes": {
|
|
@@ -1617,7 +1617,7 @@ var tokens = [{
|
|
|
1617
1617
|
"path": ["color", "border", "focused"],
|
|
1618
1618
|
"cleanName": "color.border.focused"
|
|
1619
1619
|
}, {
|
|
1620
|
-
"value": "#
|
|
1620
|
+
"value": "#505258",
|
|
1621
1621
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1622
1622
|
"isSource": true,
|
|
1623
1623
|
"attributes": {
|
|
@@ -1661,7 +1661,7 @@ var tokens = [{
|
|
|
1661
1661
|
"path": ["color", "border", "inverse"],
|
|
1662
1662
|
"cleanName": "color.border.inverse"
|
|
1663
1663
|
}, {
|
|
1664
|
-
"value": "#
|
|
1664
|
+
"value": "#1558BC",
|
|
1665
1665
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1666
1666
|
"isSource": true,
|
|
1667
1667
|
"attributes": {
|
|
@@ -1683,7 +1683,7 @@ var tokens = [{
|
|
|
1683
1683
|
"path": ["color", "border", "selected"],
|
|
1684
1684
|
"cleanName": "color.border.selected"
|
|
1685
1685
|
}, {
|
|
1686
|
-
"value": "#
|
|
1686
|
+
"value": "#1558BC",
|
|
1687
1687
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1688
1688
|
"isSource": true,
|
|
1689
1689
|
"attributes": {
|
|
@@ -1727,7 +1727,7 @@ var tokens = [{
|
|
|
1727
1727
|
"path": ["color", "border", "danger"],
|
|
1728
1728
|
"cleanName": "color.border.danger"
|
|
1729
1729
|
}, {
|
|
1730
|
-
"value": "#
|
|
1730
|
+
"value": "#9E4C00",
|
|
1731
1731
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1732
1732
|
"isSource": true,
|
|
1733
1733
|
"attributes": {
|
|
@@ -1771,7 +1771,7 @@ var tokens = [{
|
|
|
1771
1771
|
"path": ["color", "border", "success"],
|
|
1772
1772
|
"cleanName": "color.border.success"
|
|
1773
1773
|
}, {
|
|
1774
|
-
"value": "#
|
|
1774
|
+
"value": "#964AC0",
|
|
1775
1775
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1776
1776
|
"isSource": true,
|
|
1777
1777
|
"attributes": {
|
|
@@ -1793,7 +1793,7 @@ var tokens = [{
|
|
|
1793
1793
|
"path": ["color", "border", "discovery"],
|
|
1794
1794
|
"cleanName": "color.border.discovery"
|
|
1795
1795
|
}, {
|
|
1796
|
-
"value": "#
|
|
1796
|
+
"value": "#1558BC",
|
|
1797
1797
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1798
1798
|
"isSource": true,
|
|
1799
1799
|
"attributes": {
|
|
@@ -1815,7 +1815,7 @@ var tokens = [{
|
|
|
1815
1815
|
"path": ["color", "border", "information"],
|
|
1816
1816
|
"cleanName": "color.border.information"
|
|
1817
1817
|
}, {
|
|
1818
|
-
"value": "#
|
|
1818
|
+
"value": "#505258",
|
|
1819
1819
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/border.tsx",
|
|
1820
1820
|
"isSource": true,
|
|
1821
1821
|
"attributes": {
|
|
@@ -1881,7 +1881,7 @@ var tokens = [{
|
|
|
1881
1881
|
"path": ["color", "background", "accent", "lime", "subtlest", "hovered"],
|
|
1882
1882
|
"cleanName": "color.background.accent.lime.subtlest.hovered"
|
|
1883
1883
|
}, {
|
|
1884
|
-
"value": "#
|
|
1884
|
+
"value": "#BDE97C",
|
|
1885
1885
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1886
1886
|
"isSource": false,
|
|
1887
1887
|
"attributes": {
|
|
@@ -1891,7 +1891,7 @@ var tokens = [{
|
|
|
1891
1891
|
"description": "Pressed state of color.background.accent.lime.subtlest."
|
|
1892
1892
|
},
|
|
1893
1893
|
"original": {
|
|
1894
|
-
"value": "
|
|
1894
|
+
"value": "Lime250",
|
|
1895
1895
|
"attributes": {
|
|
1896
1896
|
"group": "paint",
|
|
1897
1897
|
"state": "active",
|
|
@@ -1925,7 +1925,7 @@ var tokens = [{
|
|
|
1925
1925
|
"path": ["color", "background", "accent", "lime", "subtler", "[default]"],
|
|
1926
1926
|
"cleanName": "color.background.accent.lime.subtler"
|
|
1927
1927
|
}, {
|
|
1928
|
-
"value": "#
|
|
1928
|
+
"value": "#BDE97C",
|
|
1929
1929
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1930
1930
|
"isSource": false,
|
|
1931
1931
|
"attributes": {
|
|
@@ -1935,7 +1935,7 @@ var tokens = [{
|
|
|
1935
1935
|
"description": "Hovered state of color.background.accent.lime.subtler."
|
|
1936
1936
|
},
|
|
1937
1937
|
"original": {
|
|
1938
|
-
"value": "
|
|
1938
|
+
"value": "Lime250",
|
|
1939
1939
|
"attributes": {
|
|
1940
1940
|
"group": "paint",
|
|
1941
1941
|
"state": "active",
|
|
@@ -1947,7 +1947,7 @@ var tokens = [{
|
|
|
1947
1947
|
"path": ["color", "background", "accent", "lime", "subtler", "hovered"],
|
|
1948
1948
|
"cleanName": "color.background.accent.lime.subtler.hovered"
|
|
1949
1949
|
}, {
|
|
1950
|
-
"value": "#
|
|
1950
|
+
"value": "#B3DF72",
|
|
1951
1951
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1952
1952
|
"isSource": false,
|
|
1953
1953
|
"attributes": {
|
|
@@ -1957,7 +1957,7 @@ var tokens = [{
|
|
|
1957
1957
|
"description": "Pressed state of color.background.accent.lime.subtler."
|
|
1958
1958
|
},
|
|
1959
1959
|
"original": {
|
|
1960
|
-
"value": "
|
|
1960
|
+
"value": "Lime300",
|
|
1961
1961
|
"attributes": {
|
|
1962
1962
|
"group": "paint",
|
|
1963
1963
|
"state": "active",
|
|
@@ -2145,7 +2145,7 @@ var tokens = [{
|
|
|
2145
2145
|
"path": ["color", "background", "accent", "red", "subtlest", "hovered"],
|
|
2146
2146
|
"cleanName": "color.background.accent.red.subtlest.hovered"
|
|
2147
2147
|
}, {
|
|
2148
|
-
"value": "#
|
|
2148
|
+
"value": "#FFB8B2",
|
|
2149
2149
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2150
2150
|
"isSource": false,
|
|
2151
2151
|
"attributes": {
|
|
@@ -2155,7 +2155,7 @@ var tokens = [{
|
|
|
2155
2155
|
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2156
2156
|
},
|
|
2157
2157
|
"original": {
|
|
2158
|
-
"value": "
|
|
2158
|
+
"value": "Red250",
|
|
2159
2159
|
"attributes": {
|
|
2160
2160
|
"group": "paint",
|
|
2161
2161
|
"state": "active",
|
|
@@ -2189,7 +2189,7 @@ var tokens = [{
|
|
|
2189
2189
|
"path": ["color", "background", "accent", "red", "subtler", "[default]"],
|
|
2190
2190
|
"cleanName": "color.background.accent.red.subtler"
|
|
2191
2191
|
}, {
|
|
2192
|
-
"value": "#
|
|
2192
|
+
"value": "#FFB8B2",
|
|
2193
2193
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2194
2194
|
"isSource": false,
|
|
2195
2195
|
"attributes": {
|
|
@@ -2199,7 +2199,7 @@ var tokens = [{
|
|
|
2199
2199
|
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2200
2200
|
},
|
|
2201
2201
|
"original": {
|
|
2202
|
-
"value": "
|
|
2202
|
+
"value": "Red250",
|
|
2203
2203
|
"attributes": {
|
|
2204
2204
|
"group": "paint",
|
|
2205
2205
|
"state": "active",
|
|
@@ -2211,7 +2211,7 @@ var tokens = [{
|
|
|
2211
2211
|
"path": ["color", "background", "accent", "red", "subtler", "hovered"],
|
|
2212
2212
|
"cleanName": "color.background.accent.red.subtler.hovered"
|
|
2213
2213
|
}, {
|
|
2214
|
-
"value": "#
|
|
2214
|
+
"value": "#FD9891",
|
|
2215
2215
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2216
2216
|
"isSource": false,
|
|
2217
2217
|
"attributes": {
|
|
@@ -2221,7 +2221,7 @@ var tokens = [{
|
|
|
2221
2221
|
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2222
2222
|
},
|
|
2223
2223
|
"original": {
|
|
2224
|
-
"value": "
|
|
2224
|
+
"value": "Red300",
|
|
2225
2225
|
"attributes": {
|
|
2226
2226
|
"group": "paint",
|
|
2227
2227
|
"state": "active",
|
|
@@ -2365,7 +2365,7 @@ var tokens = [{
|
|
|
2365
2365
|
"path": ["color", "background", "accent", "red", "bolder", "pressed"],
|
|
2366
2366
|
"cleanName": "color.background.accent.red.bolder.pressed"
|
|
2367
2367
|
}, {
|
|
2368
|
-
"value": "#
|
|
2368
|
+
"value": "#FFF5DB",
|
|
2369
2369
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2370
2370
|
"isSource": false,
|
|
2371
2371
|
"attributes": {
|
|
@@ -2387,7 +2387,7 @@ var tokens = [{
|
|
|
2387
2387
|
"path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
|
|
2388
2388
|
"cleanName": "color.background.accent.orange.subtlest"
|
|
2389
2389
|
}, {
|
|
2390
|
-
"value": "#
|
|
2390
|
+
"value": "#FCE4A6",
|
|
2391
2391
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2392
2392
|
"isSource": false,
|
|
2393
2393
|
"attributes": {
|
|
@@ -2409,7 +2409,7 @@ var tokens = [{
|
|
|
2409
2409
|
"path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
|
|
2410
2410
|
"cleanName": "color.background.accent.orange.subtlest.hovered"
|
|
2411
2411
|
}, {
|
|
2412
|
-
"value": "#
|
|
2412
|
+
"value": "#FBD779",
|
|
2413
2413
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2414
2414
|
"isSource": false,
|
|
2415
2415
|
"attributes": {
|
|
@@ -2419,7 +2419,7 @@ var tokens = [{
|
|
|
2419
2419
|
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2420
2420
|
},
|
|
2421
2421
|
"original": {
|
|
2422
|
-
"value": "
|
|
2422
|
+
"value": "Orange250",
|
|
2423
2423
|
"attributes": {
|
|
2424
2424
|
"group": "paint",
|
|
2425
2425
|
"state": "active",
|
|
@@ -2431,7 +2431,7 @@ var tokens = [{
|
|
|
2431
2431
|
"path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
|
|
2432
2432
|
"cleanName": "color.background.accent.orange.subtlest.pressed"
|
|
2433
2433
|
}, {
|
|
2434
|
-
"value": "#
|
|
2434
|
+
"value": "#FCE4A6",
|
|
2435
2435
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2436
2436
|
"isSource": false,
|
|
2437
2437
|
"attributes": {
|
|
@@ -2453,7 +2453,7 @@ var tokens = [{
|
|
|
2453
2453
|
"path": ["color", "background", "accent", "orange", "subtler", "[default]"],
|
|
2454
2454
|
"cleanName": "color.background.accent.orange.subtler"
|
|
2455
2455
|
}, {
|
|
2456
|
-
"value": "#
|
|
2456
|
+
"value": "#FBD779",
|
|
2457
2457
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2458
2458
|
"isSource": false,
|
|
2459
2459
|
"attributes": {
|
|
@@ -2463,7 +2463,7 @@ var tokens = [{
|
|
|
2463
2463
|
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2464
2464
|
},
|
|
2465
2465
|
"original": {
|
|
2466
|
-
"value": "
|
|
2466
|
+
"value": "Orange250",
|
|
2467
2467
|
"attributes": {
|
|
2468
2468
|
"group": "paint",
|
|
2469
2469
|
"state": "active",
|
|
@@ -2475,7 +2475,7 @@ var tokens = [{
|
|
|
2475
2475
|
"path": ["color", "background", "accent", "orange", "subtler", "hovered"],
|
|
2476
2476
|
"cleanName": "color.background.accent.orange.subtler.hovered"
|
|
2477
2477
|
}, {
|
|
2478
|
-
"value": "#
|
|
2478
|
+
"value": "#FBC828",
|
|
2479
2479
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2480
2480
|
"isSource": false,
|
|
2481
2481
|
"attributes": {
|
|
@@ -2485,7 +2485,7 @@ var tokens = [{
|
|
|
2485
2485
|
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
2486
2486
|
},
|
|
2487
2487
|
"original": {
|
|
2488
|
-
"value": "
|
|
2488
|
+
"value": "Orange300",
|
|
2489
2489
|
"attributes": {
|
|
2490
2490
|
"group": "paint",
|
|
2491
2491
|
"state": "active",
|
|
@@ -2497,7 +2497,7 @@ var tokens = [{
|
|
|
2497
2497
|
"path": ["color", "background", "accent", "orange", "subtler", "pressed"],
|
|
2498
2498
|
"cleanName": "color.background.accent.orange.subtler.pressed"
|
|
2499
2499
|
}, {
|
|
2500
|
-
"value": "#
|
|
2500
|
+
"value": "#FBC828",
|
|
2501
2501
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2502
2502
|
"isSource": true,
|
|
2503
2503
|
"attributes": {
|
|
@@ -2519,7 +2519,7 @@ var tokens = [{
|
|
|
2519
2519
|
"path": ["color", "background", "accent", "orange", "subtle", "[default]"],
|
|
2520
2520
|
"cleanName": "color.background.accent.orange.subtle"
|
|
2521
2521
|
}, {
|
|
2522
|
-
"value": "#
|
|
2522
|
+
"value": "#FCE4A6",
|
|
2523
2523
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2524
2524
|
"isSource": true,
|
|
2525
2525
|
"attributes": {
|
|
@@ -2541,7 +2541,7 @@ var tokens = [{
|
|
|
2541
2541
|
"path": ["color", "background", "accent", "orange", "subtle", "hovered"],
|
|
2542
2542
|
"cleanName": "color.background.accent.orange.subtle.hovered"
|
|
2543
2543
|
}, {
|
|
2544
|
-
"value": "#
|
|
2544
|
+
"value": "#FFF5DB",
|
|
2545
2545
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2546
2546
|
"isSource": true,
|
|
2547
2547
|
"attributes": {
|
|
@@ -2563,7 +2563,7 @@ var tokens = [{
|
|
|
2563
2563
|
"path": ["color", "background", "accent", "orange", "subtle", "pressed"],
|
|
2564
2564
|
"cleanName": "color.background.accent.orange.subtle.pressed"
|
|
2565
2565
|
}, {
|
|
2566
|
-
"value": "#
|
|
2566
|
+
"value": "#693200",
|
|
2567
2567
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2568
2568
|
"isSource": true,
|
|
2569
2569
|
"attributes": {
|
|
@@ -2585,7 +2585,7 @@ var tokens = [{
|
|
|
2585
2585
|
"path": ["color", "background", "accent", "orange", "bolder", "[default]"],
|
|
2586
2586
|
"cleanName": "color.background.accent.orange.bolder"
|
|
2587
2587
|
}, {
|
|
2588
|
-
"value": "#
|
|
2588
|
+
"value": "#3A2C1F",
|
|
2589
2589
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2590
2590
|
"isSource": true,
|
|
2591
2591
|
"attributes": {
|
|
@@ -2629,7 +2629,7 @@ var tokens = [{
|
|
|
2629
2629
|
"path": ["color", "background", "accent", "orange", "bolder", "pressed"],
|
|
2630
2630
|
"cleanName": "color.background.accent.orange.bolder.pressed"
|
|
2631
2631
|
}, {
|
|
2632
|
-
"value": "#
|
|
2632
|
+
"value": "#FEF7C8",
|
|
2633
2633
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2634
2634
|
"isSource": false,
|
|
2635
2635
|
"attributes": {
|
|
@@ -2651,7 +2651,7 @@ var tokens = [{
|
|
|
2651
2651
|
"path": ["color", "background", "accent", "yellow", "subtlest", "[default]"],
|
|
2652
2652
|
"cleanName": "color.background.accent.yellow.subtlest"
|
|
2653
2653
|
}, {
|
|
2654
|
-
"value": "#
|
|
2654
|
+
"value": "#F5E989",
|
|
2655
2655
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2656
2656
|
"isSource": false,
|
|
2657
2657
|
"attributes": {
|
|
@@ -2673,7 +2673,7 @@ var tokens = [{
|
|
|
2673
2673
|
"path": ["color", "background", "accent", "yellow", "subtlest", "hovered"],
|
|
2674
2674
|
"cleanName": "color.background.accent.yellow.subtlest.hovered"
|
|
2675
2675
|
}, {
|
|
2676
|
-
"value": "#
|
|
2676
|
+
"value": "#EFDD4E",
|
|
2677
2677
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2678
2678
|
"isSource": false,
|
|
2679
2679
|
"attributes": {
|
|
@@ -2683,7 +2683,7 @@ var tokens = [{
|
|
|
2683
2683
|
"description": "Pressed state of color.background.accent.yellow.subtlest."
|
|
2684
2684
|
},
|
|
2685
2685
|
"original": {
|
|
2686
|
-
"value": "
|
|
2686
|
+
"value": "Yellow250",
|
|
2687
2687
|
"attributes": {
|
|
2688
2688
|
"group": "paint",
|
|
2689
2689
|
"state": "active",
|
|
@@ -2695,7 +2695,7 @@ var tokens = [{
|
|
|
2695
2695
|
"path": ["color", "background", "accent", "yellow", "subtlest", "pressed"],
|
|
2696
2696
|
"cleanName": "color.background.accent.yellow.subtlest.pressed"
|
|
2697
2697
|
}, {
|
|
2698
|
-
"value": "#
|
|
2698
|
+
"value": "#F5E989",
|
|
2699
2699
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2700
2700
|
"isSource": false,
|
|
2701
2701
|
"attributes": {
|
|
@@ -2717,7 +2717,7 @@ var tokens = [{
|
|
|
2717
2717
|
"path": ["color", "background", "accent", "yellow", "subtler", "[default]"],
|
|
2718
2718
|
"cleanName": "color.background.accent.yellow.subtler"
|
|
2719
2719
|
}, {
|
|
2720
|
-
"value": "#
|
|
2720
|
+
"value": "#EFDD4E",
|
|
2721
2721
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2722
2722
|
"isSource": false,
|
|
2723
2723
|
"attributes": {
|
|
@@ -2727,7 +2727,7 @@ var tokens = [{
|
|
|
2727
2727
|
"description": "Hovered state of color.background.accent.yellow.subtler."
|
|
2728
2728
|
},
|
|
2729
2729
|
"original": {
|
|
2730
|
-
"value": "
|
|
2730
|
+
"value": "Yellow250",
|
|
2731
2731
|
"attributes": {
|
|
2732
2732
|
"group": "paint",
|
|
2733
2733
|
"state": "active",
|
|
@@ -2739,7 +2739,7 @@ var tokens = [{
|
|
|
2739
2739
|
"path": ["color", "background", "accent", "yellow", "subtler", "hovered"],
|
|
2740
2740
|
"cleanName": "color.background.accent.yellow.subtler.hovered"
|
|
2741
2741
|
}, {
|
|
2742
|
-
"value": "#
|
|
2742
|
+
"value": "#EED12B",
|
|
2743
2743
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2744
2744
|
"isSource": false,
|
|
2745
2745
|
"attributes": {
|
|
@@ -2749,7 +2749,7 @@ var tokens = [{
|
|
|
2749
2749
|
"description": "Pressed state of color.background.accent.yellow.subtler."
|
|
2750
2750
|
},
|
|
2751
2751
|
"original": {
|
|
2752
|
-
"value": "
|
|
2752
|
+
"value": "Yellow300",
|
|
2753
2753
|
"attributes": {
|
|
2754
2754
|
"group": "paint",
|
|
2755
2755
|
"state": "active",
|
|
@@ -2761,7 +2761,7 @@ var tokens = [{
|
|
|
2761
2761
|
"path": ["color", "background", "accent", "yellow", "subtler", "pressed"],
|
|
2762
2762
|
"cleanName": "color.background.accent.yellow.subtler.pressed"
|
|
2763
2763
|
}, {
|
|
2764
|
-
"value": "#
|
|
2764
|
+
"value": "#EED12B",
|
|
2765
2765
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2766
2766
|
"isSource": true,
|
|
2767
2767
|
"attributes": {
|
|
@@ -2783,7 +2783,7 @@ var tokens = [{
|
|
|
2783
2783
|
"path": ["color", "background", "accent", "yellow", "subtle", "[default]"],
|
|
2784
2784
|
"cleanName": "color.background.accent.yellow.subtle"
|
|
2785
2785
|
}, {
|
|
2786
|
-
"value": "#
|
|
2786
|
+
"value": "#F5E989",
|
|
2787
2787
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2788
2788
|
"isSource": true,
|
|
2789
2789
|
"attributes": {
|
|
@@ -2805,7 +2805,7 @@ var tokens = [{
|
|
|
2805
2805
|
"path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
|
|
2806
2806
|
"cleanName": "color.background.accent.yellow.subtle.hovered"
|
|
2807
2807
|
}, {
|
|
2808
|
-
"value": "#
|
|
2808
|
+
"value": "#FEF7C8",
|
|
2809
2809
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
2810
2810
|
"isSource": true,
|
|
2811
2811
|
"attributes": {
|
|
@@ -2937,7 +2937,7 @@ var tokens = [{
|
|
|
2937
2937
|
"path": ["color", "background", "accent", "green", "subtlest", "hovered"],
|
|
2938
2938
|
"cleanName": "color.background.accent.green.subtlest.hovered"
|
|
2939
2939
|
}, {
|
|
2940
|
-
"value": "#
|
|
2940
|
+
"value": "#97EDC9",
|
|
2941
2941
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2942
2942
|
"isSource": false,
|
|
2943
2943
|
"attributes": {
|
|
@@ -2947,7 +2947,7 @@ var tokens = [{
|
|
|
2947
2947
|
"description": "Pressed state of color.background.accent.green.subtlest."
|
|
2948
2948
|
},
|
|
2949
2949
|
"original": {
|
|
2950
|
-
"value": "
|
|
2950
|
+
"value": "Green250",
|
|
2951
2951
|
"attributes": {
|
|
2952
2952
|
"group": "paint",
|
|
2953
2953
|
"state": "active",
|
|
@@ -2981,7 +2981,7 @@ var tokens = [{
|
|
|
2981
2981
|
"path": ["color", "background", "accent", "green", "subtler", "[default]"],
|
|
2982
2982
|
"cleanName": "color.background.accent.green.subtler"
|
|
2983
2983
|
}, {
|
|
2984
|
-
"value": "#
|
|
2984
|
+
"value": "#97EDC9",
|
|
2985
2985
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2986
2986
|
"isSource": false,
|
|
2987
2987
|
"attributes": {
|
|
@@ -2991,7 +2991,7 @@ var tokens = [{
|
|
|
2991
2991
|
"description": "Hovered state of color.background.accent.green.subtler."
|
|
2992
2992
|
},
|
|
2993
2993
|
"original": {
|
|
2994
|
-
"value": "
|
|
2994
|
+
"value": "Green250",
|
|
2995
2995
|
"attributes": {
|
|
2996
2996
|
"group": "paint",
|
|
2997
2997
|
"state": "active",
|
|
@@ -3003,7 +3003,7 @@ var tokens = [{
|
|
|
3003
3003
|
"path": ["color", "background", "accent", "green", "subtler", "hovered"],
|
|
3004
3004
|
"cleanName": "color.background.accent.green.subtler.hovered"
|
|
3005
3005
|
}, {
|
|
3006
|
-
"value": "#
|
|
3006
|
+
"value": "#7EE2B8",
|
|
3007
3007
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3008
3008
|
"isSource": false,
|
|
3009
3009
|
"attributes": {
|
|
@@ -3013,7 +3013,7 @@ var tokens = [{
|
|
|
3013
3013
|
"description": "Pressed state of color.background.accent.green.subtler."
|
|
3014
3014
|
},
|
|
3015
3015
|
"original": {
|
|
3016
|
-
"value": "
|
|
3016
|
+
"value": "Green300",
|
|
3017
3017
|
"attributes": {
|
|
3018
3018
|
"group": "paint",
|
|
3019
3019
|
"state": "active",
|
|
@@ -3201,7 +3201,7 @@ var tokens = [{
|
|
|
3201
3201
|
"path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
|
|
3202
3202
|
"cleanName": "color.background.accent.teal.subtlest.hovered"
|
|
3203
3203
|
}, {
|
|
3204
|
-
"value": "#
|
|
3204
|
+
"value": "#B1E4F7",
|
|
3205
3205
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3206
3206
|
"isSource": false,
|
|
3207
3207
|
"attributes": {
|
|
@@ -3211,7 +3211,7 @@ var tokens = [{
|
|
|
3211
3211
|
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
3212
3212
|
},
|
|
3213
3213
|
"original": {
|
|
3214
|
-
"value": "
|
|
3214
|
+
"value": "Teal250",
|
|
3215
3215
|
"attributes": {
|
|
3216
3216
|
"group": "paint",
|
|
3217
3217
|
"state": "active",
|
|
@@ -3245,7 +3245,7 @@ var tokens = [{
|
|
|
3245
3245
|
"path": ["color", "background", "accent", "teal", "subtler", "[default]"],
|
|
3246
3246
|
"cleanName": "color.background.accent.teal.subtler"
|
|
3247
3247
|
}, {
|
|
3248
|
-
"value": "#
|
|
3248
|
+
"value": "#B1E4F7",
|
|
3249
3249
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3250
3250
|
"isSource": false,
|
|
3251
3251
|
"attributes": {
|
|
@@ -3255,7 +3255,7 @@ var tokens = [{
|
|
|
3255
3255
|
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
3256
3256
|
},
|
|
3257
3257
|
"original": {
|
|
3258
|
-
"value": "
|
|
3258
|
+
"value": "Teal250",
|
|
3259
3259
|
"attributes": {
|
|
3260
3260
|
"group": "paint",
|
|
3261
3261
|
"state": "active",
|
|
@@ -3267,7 +3267,7 @@ var tokens = [{
|
|
|
3267
3267
|
"path": ["color", "background", "accent", "teal", "subtler", "hovered"],
|
|
3268
3268
|
"cleanName": "color.background.accent.teal.subtler.hovered"
|
|
3269
3269
|
}, {
|
|
3270
|
-
"value": "#
|
|
3270
|
+
"value": "#9DD9EE",
|
|
3271
3271
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3272
3272
|
"isSource": false,
|
|
3273
3273
|
"attributes": {
|
|
@@ -3277,7 +3277,7 @@ var tokens = [{
|
|
|
3277
3277
|
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
3278
3278
|
},
|
|
3279
3279
|
"original": {
|
|
3280
|
-
"value": "
|
|
3280
|
+
"value": "Teal300",
|
|
3281
3281
|
"attributes": {
|
|
3282
3282
|
"group": "paint",
|
|
3283
3283
|
"state": "active",
|
|
@@ -3421,7 +3421,7 @@ var tokens = [{
|
|
|
3421
3421
|
"path": ["color", "background", "accent", "teal", "bolder", "pressed"],
|
|
3422
3422
|
"cleanName": "color.background.accent.teal.bolder.pressed"
|
|
3423
3423
|
}, {
|
|
3424
|
-
"value": "#
|
|
3424
|
+
"value": "#E9F2FE",
|
|
3425
3425
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3426
3426
|
"isSource": false,
|
|
3427
3427
|
"attributes": {
|
|
@@ -3443,7 +3443,7 @@ var tokens = [{
|
|
|
3443
3443
|
"path": ["color", "background", "accent", "blue", "subtlest", "[default]"],
|
|
3444
3444
|
"cleanName": "color.background.accent.blue.subtlest"
|
|
3445
3445
|
}, {
|
|
3446
|
-
"value": "#
|
|
3446
|
+
"value": "#CFE1FD",
|
|
3447
3447
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3448
3448
|
"isSource": false,
|
|
3449
3449
|
"attributes": {
|
|
@@ -3465,7 +3465,7 @@ var tokens = [{
|
|
|
3465
3465
|
"path": ["color", "background", "accent", "blue", "subtlest", "hovered"],
|
|
3466
3466
|
"cleanName": "color.background.accent.blue.subtlest.hovered"
|
|
3467
3467
|
}, {
|
|
3468
|
-
"value": "#
|
|
3468
|
+
"value": "#ADCBFB",
|
|
3469
3469
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3470
3470
|
"isSource": false,
|
|
3471
3471
|
"attributes": {
|
|
@@ -3475,7 +3475,7 @@ var tokens = [{
|
|
|
3475
3475
|
"description": "Pressed state of color.background.accent.blue.subtlest."
|
|
3476
3476
|
},
|
|
3477
3477
|
"original": {
|
|
3478
|
-
"value": "
|
|
3478
|
+
"value": "Blue250",
|
|
3479
3479
|
"attributes": {
|
|
3480
3480
|
"group": "paint",
|
|
3481
3481
|
"state": "active",
|
|
@@ -3487,7 +3487,7 @@ var tokens = [{
|
|
|
3487
3487
|
"path": ["color", "background", "accent", "blue", "subtlest", "pressed"],
|
|
3488
3488
|
"cleanName": "color.background.accent.blue.subtlest.pressed"
|
|
3489
3489
|
}, {
|
|
3490
|
-
"value": "#
|
|
3490
|
+
"value": "#CFE1FD",
|
|
3491
3491
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3492
3492
|
"isSource": false,
|
|
3493
3493
|
"attributes": {
|
|
@@ -3509,7 +3509,7 @@ var tokens = [{
|
|
|
3509
3509
|
"path": ["color", "background", "accent", "blue", "subtler", "[default]"],
|
|
3510
3510
|
"cleanName": "color.background.accent.blue.subtler"
|
|
3511
3511
|
}, {
|
|
3512
|
-
"value": "#
|
|
3512
|
+
"value": "#ADCBFB",
|
|
3513
3513
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3514
3514
|
"isSource": false,
|
|
3515
3515
|
"attributes": {
|
|
@@ -3519,7 +3519,7 @@ var tokens = [{
|
|
|
3519
3519
|
"description": "Hovered state of color.background.accent.blue.subtler."
|
|
3520
3520
|
},
|
|
3521
3521
|
"original": {
|
|
3522
|
-
"value": "
|
|
3522
|
+
"value": "Blue250",
|
|
3523
3523
|
"attributes": {
|
|
3524
3524
|
"group": "paint",
|
|
3525
3525
|
"state": "active",
|
|
@@ -3531,7 +3531,7 @@ var tokens = [{
|
|
|
3531
3531
|
"path": ["color", "background", "accent", "blue", "subtler", "hovered"],
|
|
3532
3532
|
"cleanName": "color.background.accent.blue.subtler.hovered"
|
|
3533
3533
|
}, {
|
|
3534
|
-
"value": "#
|
|
3534
|
+
"value": "#8FB8F6",
|
|
3535
3535
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3536
3536
|
"isSource": false,
|
|
3537
3537
|
"attributes": {
|
|
@@ -3541,7 +3541,7 @@ var tokens = [{
|
|
|
3541
3541
|
"description": "Pressed state of color.background.accent.blue.subtler."
|
|
3542
3542
|
},
|
|
3543
3543
|
"original": {
|
|
3544
|
-
"value": "
|
|
3544
|
+
"value": "Blue300",
|
|
3545
3545
|
"attributes": {
|
|
3546
3546
|
"group": "paint",
|
|
3547
3547
|
"state": "active",
|
|
@@ -3553,7 +3553,7 @@ var tokens = [{
|
|
|
3553
3553
|
"path": ["color", "background", "accent", "blue", "subtler", "pressed"],
|
|
3554
3554
|
"cleanName": "color.background.accent.blue.subtler.pressed"
|
|
3555
3555
|
}, {
|
|
3556
|
-
"value": "#
|
|
3556
|
+
"value": "#8FB8F6",
|
|
3557
3557
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3558
3558
|
"isSource": true,
|
|
3559
3559
|
"attributes": {
|
|
@@ -3575,7 +3575,7 @@ var tokens = [{
|
|
|
3575
3575
|
"path": ["color", "background", "accent", "blue", "subtle", "[default]"],
|
|
3576
3576
|
"cleanName": "color.background.accent.blue.subtle"
|
|
3577
3577
|
}, {
|
|
3578
|
-
"value": "#
|
|
3578
|
+
"value": "#CFE1FD",
|
|
3579
3579
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3580
3580
|
"isSource": true,
|
|
3581
3581
|
"attributes": {
|
|
@@ -3597,7 +3597,7 @@ var tokens = [{
|
|
|
3597
3597
|
"path": ["color", "background", "accent", "blue", "subtle", "hovered"],
|
|
3598
3598
|
"cleanName": "color.background.accent.blue.subtle.hovered"
|
|
3599
3599
|
}, {
|
|
3600
|
-
"value": "#
|
|
3600
|
+
"value": "#E9F2FE",
|
|
3601
3601
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3602
3602
|
"isSource": true,
|
|
3603
3603
|
"attributes": {
|
|
@@ -3619,7 +3619,7 @@ var tokens = [{
|
|
|
3619
3619
|
"path": ["color", "background", "accent", "blue", "subtle", "pressed"],
|
|
3620
3620
|
"cleanName": "color.background.accent.blue.subtle.pressed"
|
|
3621
3621
|
}, {
|
|
3622
|
-
"value": "#
|
|
3622
|
+
"value": "#123263",
|
|
3623
3623
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3624
3624
|
"isSource": true,
|
|
3625
3625
|
"attributes": {
|
|
@@ -3641,7 +3641,7 @@ var tokens = [{
|
|
|
3641
3641
|
"path": ["color", "background", "accent", "blue", "bolder", "[default]"],
|
|
3642
3642
|
"cleanName": "color.background.accent.blue.bolder"
|
|
3643
3643
|
}, {
|
|
3644
|
-
"value": "#
|
|
3644
|
+
"value": "#1C2B42",
|
|
3645
3645
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3646
3646
|
"isSource": true,
|
|
3647
3647
|
"attributes": {
|
|
@@ -3685,7 +3685,7 @@ var tokens = [{
|
|
|
3685
3685
|
"path": ["color", "background", "accent", "blue", "bolder", "pressed"],
|
|
3686
3686
|
"cleanName": "color.background.accent.blue.bolder.pressed"
|
|
3687
3687
|
}, {
|
|
3688
|
-
"value": "#
|
|
3688
|
+
"value": "#F8EEFE",
|
|
3689
3689
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3690
3690
|
"isSource": false,
|
|
3691
3691
|
"attributes": {
|
|
@@ -3707,7 +3707,7 @@ var tokens = [{
|
|
|
3707
3707
|
"path": ["color", "background", "accent", "purple", "subtlest", "[default]"],
|
|
3708
3708
|
"cleanName": "color.background.accent.purple.subtlest"
|
|
3709
3709
|
}, {
|
|
3710
|
-
"value": "#
|
|
3710
|
+
"value": "#EED7FC",
|
|
3711
3711
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3712
3712
|
"isSource": false,
|
|
3713
3713
|
"attributes": {
|
|
@@ -3729,7 +3729,7 @@ var tokens = [{
|
|
|
3729
3729
|
"path": ["color", "background", "accent", "purple", "subtlest", "hovered"],
|
|
3730
3730
|
"cleanName": "color.background.accent.purple.subtlest.hovered"
|
|
3731
3731
|
}, {
|
|
3732
|
-
"value": "#
|
|
3732
|
+
"value": "#E3BDFA",
|
|
3733
3733
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3734
3734
|
"isSource": false,
|
|
3735
3735
|
"attributes": {
|
|
@@ -3739,7 +3739,7 @@ var tokens = [{
|
|
|
3739
3739
|
"description": "Pressed state of color.background.accent.purple.subtlest."
|
|
3740
3740
|
},
|
|
3741
3741
|
"original": {
|
|
3742
|
-
"value": "
|
|
3742
|
+
"value": "Purple250",
|
|
3743
3743
|
"attributes": {
|
|
3744
3744
|
"group": "paint",
|
|
3745
3745
|
"state": "active",
|
|
@@ -3751,7 +3751,7 @@ var tokens = [{
|
|
|
3751
3751
|
"path": ["color", "background", "accent", "purple", "subtlest", "pressed"],
|
|
3752
3752
|
"cleanName": "color.background.accent.purple.subtlest.pressed"
|
|
3753
3753
|
}, {
|
|
3754
|
-
"value": "#
|
|
3754
|
+
"value": "#EED7FC",
|
|
3755
3755
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3756
3756
|
"isSource": false,
|
|
3757
3757
|
"attributes": {
|
|
@@ -3773,7 +3773,7 @@ var tokens = [{
|
|
|
3773
3773
|
"path": ["color", "background", "accent", "purple", "subtler", "[default]"],
|
|
3774
3774
|
"cleanName": "color.background.accent.purple.subtler"
|
|
3775
3775
|
}, {
|
|
3776
|
-
"value": "#
|
|
3776
|
+
"value": "#E3BDFA",
|
|
3777
3777
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3778
3778
|
"isSource": false,
|
|
3779
3779
|
"attributes": {
|
|
@@ -3783,7 +3783,7 @@ var tokens = [{
|
|
|
3783
3783
|
"description": "Hovered state of color.background.accent.purple.subtler."
|
|
3784
3784
|
},
|
|
3785
3785
|
"original": {
|
|
3786
|
-
"value": "
|
|
3786
|
+
"value": "Purple250",
|
|
3787
3787
|
"attributes": {
|
|
3788
3788
|
"group": "paint",
|
|
3789
3789
|
"state": "active",
|
|
@@ -3795,7 +3795,7 @@ var tokens = [{
|
|
|
3795
3795
|
"path": ["color", "background", "accent", "purple", "subtler", "hovered"],
|
|
3796
3796
|
"cleanName": "color.background.accent.purple.subtler.hovered"
|
|
3797
3797
|
}, {
|
|
3798
|
-
"value": "#
|
|
3798
|
+
"value": "#D8A0F7",
|
|
3799
3799
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3800
3800
|
"isSource": false,
|
|
3801
3801
|
"attributes": {
|
|
@@ -3805,7 +3805,7 @@ var tokens = [{
|
|
|
3805
3805
|
"description": "Pressed state of color.background.accent.purple.subtler."
|
|
3806
3806
|
},
|
|
3807
3807
|
"original": {
|
|
3808
|
-
"value": "
|
|
3808
|
+
"value": "Purple300",
|
|
3809
3809
|
"attributes": {
|
|
3810
3810
|
"group": "paint",
|
|
3811
3811
|
"state": "active",
|
|
@@ -3839,7 +3839,7 @@ var tokens = [{
|
|
|
3839
3839
|
"path": ["color", "background", "accent", "purple", "subtle", "[default]"],
|
|
3840
3840
|
"cleanName": "color.background.accent.purple.subtle"
|
|
3841
3841
|
}, {
|
|
3842
|
-
"value": "#
|
|
3842
|
+
"value": "#EED7FC",
|
|
3843
3843
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3844
3844
|
"isSource": true,
|
|
3845
3845
|
"attributes": {
|
|
@@ -3861,7 +3861,7 @@ var tokens = [{
|
|
|
3861
3861
|
"path": ["color", "background", "accent", "purple", "subtle", "hovered"],
|
|
3862
3862
|
"cleanName": "color.background.accent.purple.subtle.hovered"
|
|
3863
3863
|
}, {
|
|
3864
|
-
"value": "#
|
|
3864
|
+
"value": "#F8EEFE",
|
|
3865
3865
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3866
3866
|
"isSource": true,
|
|
3867
3867
|
"attributes": {
|
|
@@ -3883,7 +3883,7 @@ var tokens = [{
|
|
|
3883
3883
|
"path": ["color", "background", "accent", "purple", "subtle", "pressed"],
|
|
3884
3884
|
"cleanName": "color.background.accent.purple.subtle.pressed"
|
|
3885
3885
|
}, {
|
|
3886
|
-
"value": "#
|
|
3886
|
+
"value": "#48245D",
|
|
3887
3887
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3888
3888
|
"isSource": true,
|
|
3889
3889
|
"attributes": {
|
|
@@ -3905,7 +3905,7 @@ var tokens = [{
|
|
|
3905
3905
|
"path": ["color", "background", "accent", "purple", "bolder", "[default]"],
|
|
3906
3906
|
"cleanName": "color.background.accent.purple.bolder"
|
|
3907
3907
|
}, {
|
|
3908
|
-
"value": "#
|
|
3908
|
+
"value": "#35243F",
|
|
3909
3909
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
3910
3910
|
"isSource": true,
|
|
3911
3911
|
"attributes": {
|
|
@@ -3993,7 +3993,7 @@ var tokens = [{
|
|
|
3993
3993
|
"path": ["color", "background", "accent", "magenta", "subtlest", "hovered"],
|
|
3994
3994
|
"cleanName": "color.background.accent.magenta.subtlest.hovered"
|
|
3995
3995
|
}, {
|
|
3996
|
-
"value": "#
|
|
3996
|
+
"value": "#FCB6E1",
|
|
3997
3997
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3998
3998
|
"isSource": false,
|
|
3999
3999
|
"attributes": {
|
|
@@ -4003,7 +4003,7 @@ var tokens = [{
|
|
|
4003
4003
|
"description": "Pressed state of color.background.accent.magenta.subtlest."
|
|
4004
4004
|
},
|
|
4005
4005
|
"original": {
|
|
4006
|
-
"value": "
|
|
4006
|
+
"value": "Magenta250",
|
|
4007
4007
|
"attributes": {
|
|
4008
4008
|
"group": "paint",
|
|
4009
4009
|
"state": "active",
|
|
@@ -4037,7 +4037,7 @@ var tokens = [{
|
|
|
4037
4037
|
"path": ["color", "background", "accent", "magenta", "subtler", "[default]"],
|
|
4038
4038
|
"cleanName": "color.background.accent.magenta.subtler"
|
|
4039
4039
|
}, {
|
|
4040
|
-
"value": "#
|
|
4040
|
+
"value": "#FCB6E1",
|
|
4041
4041
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4042
4042
|
"isSource": false,
|
|
4043
4043
|
"attributes": {
|
|
@@ -4047,7 +4047,7 @@ var tokens = [{
|
|
|
4047
4047
|
"description": "Hovered state of color.background.accent.magenta.subtler."
|
|
4048
4048
|
},
|
|
4049
4049
|
"original": {
|
|
4050
|
-
"value": "
|
|
4050
|
+
"value": "Magenta250",
|
|
4051
4051
|
"attributes": {
|
|
4052
4052
|
"group": "paint",
|
|
4053
4053
|
"state": "active",
|
|
@@ -4059,7 +4059,7 @@ var tokens = [{
|
|
|
4059
4059
|
"path": ["color", "background", "accent", "magenta", "subtler", "hovered"],
|
|
4060
4060
|
"cleanName": "color.background.accent.magenta.subtler.hovered"
|
|
4061
4061
|
}, {
|
|
4062
|
-
"value": "#
|
|
4062
|
+
"value": "#F797D2",
|
|
4063
4063
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4064
4064
|
"isSource": false,
|
|
4065
4065
|
"attributes": {
|
|
@@ -4069,7 +4069,7 @@ var tokens = [{
|
|
|
4069
4069
|
"description": "Pressed state of color.background.accent.magenta.subtler."
|
|
4070
4070
|
},
|
|
4071
4071
|
"original": {
|
|
4072
|
-
"value": "
|
|
4072
|
+
"value": "Magenta300",
|
|
4073
4073
|
"attributes": {
|
|
4074
4074
|
"group": "paint",
|
|
4075
4075
|
"state": "active",
|
|
@@ -4213,7 +4213,7 @@ var tokens = [{
|
|
|
4213
4213
|
"path": ["color", "background", "accent", "magenta", "bolder", "pressed"],
|
|
4214
4214
|
"cleanName": "color.background.accent.magenta.bolder.pressed"
|
|
4215
4215
|
}, {
|
|
4216
|
-
"value": "#
|
|
4216
|
+
"value": "#F0F1F2",
|
|
4217
4217
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4218
4218
|
"isSource": false,
|
|
4219
4219
|
"attributes": {
|
|
@@ -4235,7 +4235,7 @@ var tokens = [{
|
|
|
4235
4235
|
"path": ["color", "background", "accent", "gray", "subtlest", "[default]"],
|
|
4236
4236
|
"cleanName": "color.background.accent.gray.subtlest"
|
|
4237
4237
|
}, {
|
|
4238
|
-
"value": "#
|
|
4238
|
+
"value": "#DDDEE1",
|
|
4239
4239
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4240
4240
|
"isSource": false,
|
|
4241
4241
|
"attributes": {
|
|
@@ -4257,7 +4257,7 @@ var tokens = [{
|
|
|
4257
4257
|
"path": ["color", "background", "accent", "gray", "subtlest", "hovered"],
|
|
4258
4258
|
"cleanName": "color.background.accent.gray.subtlest.hovered"
|
|
4259
4259
|
}, {
|
|
4260
|
-
"value": "#
|
|
4260
|
+
"value": "#B7B9BE",
|
|
4261
4261
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4262
4262
|
"isSource": false,
|
|
4263
4263
|
"attributes": {
|
|
@@ -4279,7 +4279,7 @@ var tokens = [{
|
|
|
4279
4279
|
"path": ["color", "background", "accent", "gray", "subtlest", "pressed"],
|
|
4280
4280
|
"cleanName": "color.background.accent.gray.subtlest.pressed"
|
|
4281
4281
|
}, {
|
|
4282
|
-
"value": "#
|
|
4282
|
+
"value": "#DDDEE1",
|
|
4283
4283
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4284
4284
|
"isSource": false,
|
|
4285
4285
|
"attributes": {
|
|
@@ -4301,7 +4301,7 @@ var tokens = [{
|
|
|
4301
4301
|
"path": ["color", "background", "accent", "gray", "subtler", "[default]"],
|
|
4302
4302
|
"cleanName": "color.background.accent.gray.subtler"
|
|
4303
4303
|
}, {
|
|
4304
|
-
"value": "#
|
|
4304
|
+
"value": "#B7B9BE",
|
|
4305
4305
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4306
4306
|
"isSource": false,
|
|
4307
4307
|
"attributes": {
|
|
@@ -4323,7 +4323,7 @@ var tokens = [{
|
|
|
4323
4323
|
"path": ["color", "background", "accent", "gray", "subtler", "hovered"],
|
|
4324
4324
|
"cleanName": "color.background.accent.gray.subtler.hovered"
|
|
4325
4325
|
}, {
|
|
4326
|
-
"value": "#
|
|
4326
|
+
"value": "#8C8F97",
|
|
4327
4327
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
4328
4328
|
"isSource": false,
|
|
4329
4329
|
"attributes": {
|
|
@@ -4345,7 +4345,7 @@ var tokens = [{
|
|
|
4345
4345
|
"path": ["color", "background", "accent", "gray", "subtler", "pressed"],
|
|
4346
4346
|
"cleanName": "color.background.accent.gray.subtler.pressed"
|
|
4347
4347
|
}, {
|
|
4348
|
-
"value": "#
|
|
4348
|
+
"value": "#B7B9BE",
|
|
4349
4349
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4350
4350
|
"isSource": true,
|
|
4351
4351
|
"attributes": {
|
|
@@ -4367,7 +4367,7 @@ var tokens = [{
|
|
|
4367
4367
|
"path": ["color", "background", "accent", "gray", "subtle", "[default]"],
|
|
4368
4368
|
"cleanName": "color.background.accent.gray.subtle"
|
|
4369
4369
|
}, {
|
|
4370
|
-
"value": "#
|
|
4370
|
+
"value": "#DDDEE1",
|
|
4371
4371
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4372
4372
|
"isSource": true,
|
|
4373
4373
|
"attributes": {
|
|
@@ -4389,7 +4389,7 @@ var tokens = [{
|
|
|
4389
4389
|
"path": ["color", "background", "accent", "gray", "subtle", "hovered"],
|
|
4390
4390
|
"cleanName": "color.background.accent.gray.subtle.hovered"
|
|
4391
4391
|
}, {
|
|
4392
|
-
"value": "#
|
|
4392
|
+
"value": "#F0F1F2",
|
|
4393
4393
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4394
4394
|
"isSource": true,
|
|
4395
4395
|
"attributes": {
|
|
@@ -4411,7 +4411,7 @@ var tokens = [{
|
|
|
4411
4411
|
"path": ["color", "background", "accent", "gray", "subtle", "pressed"],
|
|
4412
4412
|
"cleanName": "color.background.accent.gray.subtle.pressed"
|
|
4413
4413
|
}, {
|
|
4414
|
-
"value": "#
|
|
4414
|
+
"value": "#505258",
|
|
4415
4415
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4416
4416
|
"isSource": true,
|
|
4417
4417
|
"attributes": {
|
|
@@ -4433,7 +4433,7 @@ var tokens = [{
|
|
|
4433
4433
|
"path": ["color", "background", "accent", "gray", "bolder", "[default]"],
|
|
4434
4434
|
"cleanName": "color.background.accent.gray.bolder"
|
|
4435
4435
|
}, {
|
|
4436
|
-
"value": "#
|
|
4436
|
+
"value": "#3B3D42",
|
|
4437
4437
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4438
4438
|
"isSource": true,
|
|
4439
4439
|
"attributes": {
|
|
@@ -4455,7 +4455,7 @@ var tokens = [{
|
|
|
4455
4455
|
"path": ["color", "background", "accent", "gray", "bolder", "hovered"],
|
|
4456
4456
|
"cleanName": "color.background.accent.gray.bolder.hovered"
|
|
4457
4457
|
}, {
|
|
4458
|
-
"value": "#
|
|
4458
|
+
"value": "#292A2E",
|
|
4459
4459
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/accent.tsx",
|
|
4460
4460
|
"isSource": true,
|
|
4461
4461
|
"attributes": {
|
|
@@ -4477,7 +4477,7 @@ var tokens = [{
|
|
|
4477
4477
|
"path": ["color", "background", "accent", "gray", "bolder", "pressed"],
|
|
4478
4478
|
"cleanName": "color.background.accent.gray.bolder.pressed"
|
|
4479
4479
|
}, {
|
|
4480
|
-
"value": "#
|
|
4480
|
+
"value": "#17171708",
|
|
4481
4481
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4482
4482
|
"isSource": false,
|
|
4483
4483
|
"attributes": {
|
|
@@ -4521,7 +4521,7 @@ var tokens = [{
|
|
|
4521
4521
|
"path": ["color", "background", "input", "[default]"],
|
|
4522
4522
|
"cleanName": "color.background.input"
|
|
4523
4523
|
}, {
|
|
4524
|
-
"value": "#
|
|
4524
|
+
"value": "#F8F8F8",
|
|
4525
4525
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4526
4526
|
"isSource": false,
|
|
4527
4527
|
"attributes": {
|
|
@@ -4631,7 +4631,7 @@ var tokens = [{
|
|
|
4631
4631
|
"path": ["color", "background", "inverse", "subtle", "pressed"],
|
|
4632
4632
|
"cleanName": "color.background.inverse.subtle.pressed"
|
|
4633
4633
|
}, {
|
|
4634
|
-
"value": "#
|
|
4634
|
+
"value": "#0515240F",
|
|
4635
4635
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4636
4636
|
"isSource": false,
|
|
4637
4637
|
"attributes": {
|
|
@@ -4653,7 +4653,7 @@ var tokens = [{
|
|
|
4653
4653
|
"path": ["color", "background", "neutral", "[default]", "[default]"],
|
|
4654
4654
|
"cleanName": "color.background.neutral"
|
|
4655
4655
|
}, {
|
|
4656
|
-
"value": "#
|
|
4656
|
+
"value": "#0B120E24",
|
|
4657
4657
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4658
4658
|
"isSource": false,
|
|
4659
4659
|
"attributes": {
|
|
@@ -4675,7 +4675,7 @@ var tokens = [{
|
|
|
4675
4675
|
"path": ["color", "background", "neutral", "[default]", "hovered"],
|
|
4676
4676
|
"cleanName": "color.background.neutral.hovered"
|
|
4677
4677
|
}, {
|
|
4678
|
-
"value": "#
|
|
4678
|
+
"value": "#080F214A",
|
|
4679
4679
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4680
4680
|
"isSource": false,
|
|
4681
4681
|
"attributes": {
|
|
@@ -4719,7 +4719,7 @@ var tokens = [{
|
|
|
4719
4719
|
"path": ["color", "background", "neutral", "subtle", "[default]"],
|
|
4720
4720
|
"cleanName": "color.background.neutral.subtle"
|
|
4721
4721
|
}, {
|
|
4722
|
-
"value": "#
|
|
4722
|
+
"value": "#0515240F",
|
|
4723
4723
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4724
4724
|
"isSource": false,
|
|
4725
4725
|
"attributes": {
|
|
@@ -4741,7 +4741,7 @@ var tokens = [{
|
|
|
4741
4741
|
"path": ["color", "background", "neutral", "subtle", "hovered"],
|
|
4742
4742
|
"cleanName": "color.background.neutral.subtle.hovered"
|
|
4743
4743
|
}, {
|
|
4744
|
-
"value": "#
|
|
4744
|
+
"value": "#0B120E24",
|
|
4745
4745
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4746
4746
|
"isSource": false,
|
|
4747
4747
|
"attributes": {
|
|
@@ -4763,7 +4763,7 @@ var tokens = [{
|
|
|
4763
4763
|
"path": ["color", "background", "neutral", "subtle", "pressed"],
|
|
4764
4764
|
"cleanName": "color.background.neutral.subtle.pressed"
|
|
4765
4765
|
}, {
|
|
4766
|
-
"value": "#
|
|
4766
|
+
"value": "#292A2E",
|
|
4767
4767
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4768
4768
|
"isSource": false,
|
|
4769
4769
|
"attributes": {
|
|
@@ -4773,7 +4773,7 @@ var tokens = [{
|
|
|
4773
4773
|
"description": "A vibrant background option for neutral UI elements, such as announcement banners."
|
|
4774
4774
|
},
|
|
4775
4775
|
"original": {
|
|
4776
|
-
"value": "
|
|
4776
|
+
"value": "Neutral1000",
|
|
4777
4777
|
"attributes": {
|
|
4778
4778
|
"group": "paint",
|
|
4779
4779
|
"state": "active",
|
|
@@ -4785,7 +4785,7 @@ var tokens = [{
|
|
|
4785
4785
|
"path": ["color", "background", "neutral", "bold", "[default]"],
|
|
4786
4786
|
"cleanName": "color.background.neutral.bold"
|
|
4787
4787
|
}, {
|
|
4788
|
-
"value": "#
|
|
4788
|
+
"value": "#3B3D42",
|
|
4789
4789
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4790
4790
|
"isSource": false,
|
|
4791
4791
|
"attributes": {
|
|
@@ -4807,7 +4807,7 @@ var tokens = [{
|
|
|
4807
4807
|
"path": ["color", "background", "neutral", "bold", "hovered"],
|
|
4808
4808
|
"cleanName": "color.background.neutral.bold.hovered"
|
|
4809
4809
|
}, {
|
|
4810
|
-
"value": "#
|
|
4810
|
+
"value": "#505258",
|
|
4811
4811
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4812
4812
|
"isSource": false,
|
|
4813
4813
|
"attributes": {
|
|
@@ -4817,7 +4817,7 @@ var tokens = [{
|
|
|
4817
4817
|
"description": "Pressed state of color.background.neutral.bold"
|
|
4818
4818
|
},
|
|
4819
4819
|
"original": {
|
|
4820
|
-
"value": "
|
|
4820
|
+
"value": "Neutral800",
|
|
4821
4821
|
"attributes": {
|
|
4822
4822
|
"group": "paint",
|
|
4823
4823
|
"state": "active",
|
|
@@ -4829,7 +4829,7 @@ var tokens = [{
|
|
|
4829
4829
|
"path": ["color", "background", "neutral", "bold", "pressed"],
|
|
4830
4830
|
"cleanName": "color.background.neutral.bold.pressed"
|
|
4831
4831
|
}, {
|
|
4832
|
-
"value": "#
|
|
4832
|
+
"value": "#E9F2FE",
|
|
4833
4833
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4834
4834
|
"isSource": false,
|
|
4835
4835
|
"attributes": {
|
|
@@ -4851,7 +4851,7 @@ var tokens = [{
|
|
|
4851
4851
|
"path": ["color", "background", "selected", "[default]", "[default]"],
|
|
4852
4852
|
"cleanName": "color.background.selected"
|
|
4853
4853
|
}, {
|
|
4854
|
-
"value": "#
|
|
4854
|
+
"value": "#CFE1FD",
|
|
4855
4855
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4856
4856
|
"isSource": false,
|
|
4857
4857
|
"attributes": {
|
|
@@ -4873,7 +4873,7 @@ var tokens = [{
|
|
|
4873
4873
|
"path": ["color", "background", "selected", "[default]", "hovered"],
|
|
4874
4874
|
"cleanName": "color.background.selected.hovered"
|
|
4875
4875
|
}, {
|
|
4876
|
-
"value": "#
|
|
4876
|
+
"value": "#8FB8F6",
|
|
4877
4877
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4878
4878
|
"isSource": false,
|
|
4879
4879
|
"attributes": {
|
|
@@ -4895,7 +4895,7 @@ var tokens = [{
|
|
|
4895
4895
|
"path": ["color", "background", "selected", "[default]", "pressed"],
|
|
4896
4896
|
"cleanName": "color.background.selected.pressed"
|
|
4897
4897
|
}, {
|
|
4898
|
-
"value": "#
|
|
4898
|
+
"value": "#123263",
|
|
4899
4899
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
4900
4900
|
"isSource": true,
|
|
4901
4901
|
"attributes": {
|
|
@@ -4917,7 +4917,7 @@ var tokens = [{
|
|
|
4917
4917
|
"path": ["color", "background", "selected", "bold", "[default]"],
|
|
4918
4918
|
"cleanName": "color.background.selected.bold"
|
|
4919
4919
|
}, {
|
|
4920
|
-
"value": "#
|
|
4920
|
+
"value": "#1C2B42",
|
|
4921
4921
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
4922
4922
|
"isSource": true,
|
|
4923
4923
|
"attributes": {
|
|
@@ -4961,7 +4961,7 @@ var tokens = [{
|
|
|
4961
4961
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
4962
4962
|
"cleanName": "color.background.selected.bold.pressed"
|
|
4963
4963
|
}, {
|
|
4964
|
-
"value": "#
|
|
4964
|
+
"value": "#E9F2FE",
|
|
4965
4965
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4966
4966
|
"isSource": false,
|
|
4967
4967
|
"attributes": {
|
|
@@ -4983,7 +4983,7 @@ var tokens = [{
|
|
|
4983
4983
|
"path": ["color", "background", "brand", "subtlest", "[default]"],
|
|
4984
4984
|
"cleanName": "color.background.brand.subtlest"
|
|
4985
4985
|
}, {
|
|
4986
|
-
"value": "#
|
|
4986
|
+
"value": "#CFE1FD",
|
|
4987
4987
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
4988
4988
|
"isSource": false,
|
|
4989
4989
|
"attributes": {
|
|
@@ -5005,7 +5005,7 @@ var tokens = [{
|
|
|
5005
5005
|
"path": ["color", "background", "brand", "subtlest", "hovered"],
|
|
5006
5006
|
"cleanName": "color.background.brand.subtlest.hovered"
|
|
5007
5007
|
}, {
|
|
5008
|
-
"value": "#
|
|
5008
|
+
"value": "#ADCBFB",
|
|
5009
5009
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5010
5010
|
"isSource": false,
|
|
5011
5011
|
"attributes": {
|
|
@@ -5015,7 +5015,7 @@ var tokens = [{
|
|
|
5015
5015
|
"description": "Pressed state of color.background.brand.subtlest"
|
|
5016
5016
|
},
|
|
5017
5017
|
"original": {
|
|
5018
|
-
"value": "
|
|
5018
|
+
"value": "Blue250",
|
|
5019
5019
|
"attributes": {
|
|
5020
5020
|
"group": "paint",
|
|
5021
5021
|
"state": "active",
|
|
@@ -5027,7 +5027,7 @@ var tokens = [{
|
|
|
5027
5027
|
"path": ["color", "background", "brand", "subtlest", "pressed"],
|
|
5028
5028
|
"cleanName": "color.background.brand.subtlest.pressed"
|
|
5029
5029
|
}, {
|
|
5030
|
-
"value": "#
|
|
5030
|
+
"value": "#123263",
|
|
5031
5031
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5032
5032
|
"isSource": true,
|
|
5033
5033
|
"attributes": {
|
|
@@ -5049,7 +5049,7 @@ var tokens = [{
|
|
|
5049
5049
|
"path": ["color", "background", "brand", "bold", "[default]"],
|
|
5050
5050
|
"cleanName": "color.background.brand.bold"
|
|
5051
5051
|
}, {
|
|
5052
|
-
"value": "#
|
|
5052
|
+
"value": "#1C2B42",
|
|
5053
5053
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5054
5054
|
"isSource": true,
|
|
5055
5055
|
"attributes": {
|
|
@@ -5093,7 +5093,7 @@ var tokens = [{
|
|
|
5093
5093
|
"path": ["color", "background", "brand", "bold", "pressed"],
|
|
5094
5094
|
"cleanName": "color.background.brand.bold.pressed"
|
|
5095
5095
|
}, {
|
|
5096
|
-
"value": "#
|
|
5096
|
+
"value": "#1C2B42",
|
|
5097
5097
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5098
5098
|
"isSource": false,
|
|
5099
5099
|
"attributes": {
|
|
@@ -5115,7 +5115,7 @@ var tokens = [{
|
|
|
5115
5115
|
"path": ["color", "background", "brand", "boldest", "[default]"],
|
|
5116
5116
|
"cleanName": "color.background.brand.boldest"
|
|
5117
5117
|
}, {
|
|
5118
|
-
"value": "#
|
|
5118
|
+
"value": "#123263",
|
|
5119
5119
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5120
5120
|
"isSource": false,
|
|
5121
5121
|
"attributes": {
|
|
@@ -5137,7 +5137,7 @@ var tokens = [{
|
|
|
5137
5137
|
"path": ["color", "background", "brand", "boldest", "hovered"],
|
|
5138
5138
|
"cleanName": "color.background.brand.boldest.hovered"
|
|
5139
5139
|
}, {
|
|
5140
|
-
"value": "#
|
|
5140
|
+
"value": "#144794",
|
|
5141
5141
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5142
5142
|
"isSource": false,
|
|
5143
5143
|
"attributes": {
|
|
@@ -5147,7 +5147,7 @@ var tokens = [{
|
|
|
5147
5147
|
"description": "Pressed state of color.background.brand.boldest."
|
|
5148
5148
|
},
|
|
5149
5149
|
"original": {
|
|
5150
|
-
"value": "
|
|
5150
|
+
"value": "Blue850",
|
|
5151
5151
|
"attributes": {
|
|
5152
5152
|
"group": "paint",
|
|
5153
5153
|
"state": "active",
|
|
@@ -5203,7 +5203,7 @@ var tokens = [{
|
|
|
5203
5203
|
"path": ["color", "background", "danger", "[default]", "hovered"],
|
|
5204
5204
|
"cleanName": "color.background.danger.hovered"
|
|
5205
5205
|
}, {
|
|
5206
|
-
"value": "#
|
|
5206
|
+
"value": "#FFB8B2",
|
|
5207
5207
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5208
5208
|
"isSource": false,
|
|
5209
5209
|
"attributes": {
|
|
@@ -5213,7 +5213,7 @@ var tokens = [{
|
|
|
5213
5213
|
"description": "Pressed state for color.background.danger"
|
|
5214
5214
|
},
|
|
5215
5215
|
"original": {
|
|
5216
|
-
"value": "
|
|
5216
|
+
"value": "Red250",
|
|
5217
5217
|
"attributes": {
|
|
5218
5218
|
"group": "paint",
|
|
5219
5219
|
"state": "active",
|
|
@@ -5291,7 +5291,7 @@ var tokens = [{
|
|
|
5291
5291
|
"path": ["color", "background", "danger", "bold", "pressed"],
|
|
5292
5292
|
"cleanName": "color.background.danger.bold.pressed"
|
|
5293
5293
|
}, {
|
|
5294
|
-
"value": "#
|
|
5294
|
+
"value": "#FFF5DB",
|
|
5295
5295
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5296
5296
|
"isSource": false,
|
|
5297
5297
|
"attributes": {
|
|
@@ -5301,7 +5301,7 @@ var tokens = [{
|
|
|
5301
5301
|
"description": "Use for backgrounds communicating caution, such as in warning section messages."
|
|
5302
5302
|
},
|
|
5303
5303
|
"original": {
|
|
5304
|
-
"value": "
|
|
5304
|
+
"value": "Orange100",
|
|
5305
5305
|
"attributes": {
|
|
5306
5306
|
"group": "paint",
|
|
5307
5307
|
"state": "active",
|
|
@@ -5313,7 +5313,7 @@ var tokens = [{
|
|
|
5313
5313
|
"path": ["color", "background", "warning", "[default]", "[default]"],
|
|
5314
5314
|
"cleanName": "color.background.warning"
|
|
5315
5315
|
}, {
|
|
5316
|
-
"value": "#
|
|
5316
|
+
"value": "#FCE4A6",
|
|
5317
5317
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5318
5318
|
"isSource": false,
|
|
5319
5319
|
"attributes": {
|
|
@@ -5323,7 +5323,7 @@ var tokens = [{
|
|
|
5323
5323
|
"description": "Hovered state for color.background.warning"
|
|
5324
5324
|
},
|
|
5325
5325
|
"original": {
|
|
5326
|
-
"value": "
|
|
5326
|
+
"value": "Orange200",
|
|
5327
5327
|
"attributes": {
|
|
5328
5328
|
"group": "paint",
|
|
5329
5329
|
"state": "active",
|
|
@@ -5335,7 +5335,7 @@ var tokens = [{
|
|
|
5335
5335
|
"path": ["color", "background", "warning", "[default]", "hovered"],
|
|
5336
5336
|
"cleanName": "color.background.warning.hovered"
|
|
5337
5337
|
}, {
|
|
5338
|
-
"value": "#
|
|
5338
|
+
"value": "#FBD779",
|
|
5339
5339
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5340
5340
|
"isSource": false,
|
|
5341
5341
|
"attributes": {
|
|
@@ -5345,7 +5345,7 @@ var tokens = [{
|
|
|
5345
5345
|
"description": "Pressed state for color.background.warning"
|
|
5346
5346
|
},
|
|
5347
5347
|
"original": {
|
|
5348
|
-
"value": "
|
|
5348
|
+
"value": "Orange250",
|
|
5349
5349
|
"attributes": {
|
|
5350
5350
|
"group": "paint",
|
|
5351
5351
|
"state": "active",
|
|
@@ -5423,7 +5423,7 @@ var tokens = [{
|
|
|
5423
5423
|
"path": ["color", "background", "warning", "bold", "pressed"],
|
|
5424
5424
|
"cleanName": "color.background.warning.bold.pressed"
|
|
5425
5425
|
}, {
|
|
5426
|
-
"value": "#
|
|
5426
|
+
"value": "#EFFFD6",
|
|
5427
5427
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5428
5428
|
"isSource": false,
|
|
5429
5429
|
"attributes": {
|
|
@@ -5433,7 +5433,7 @@ var tokens = [{
|
|
|
5433
5433
|
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
5434
5434
|
},
|
|
5435
5435
|
"original": {
|
|
5436
|
-
"value": "
|
|
5436
|
+
"value": "Lime100",
|
|
5437
5437
|
"attributes": {
|
|
5438
5438
|
"group": "paint",
|
|
5439
5439
|
"state": "active",
|
|
@@ -5445,7 +5445,7 @@ var tokens = [{
|
|
|
5445
5445
|
"path": ["color", "background", "success", "[default]", "[default]"],
|
|
5446
5446
|
"cleanName": "color.background.success"
|
|
5447
5447
|
}, {
|
|
5448
|
-
"value": "#
|
|
5448
|
+
"value": "#D3F1A7",
|
|
5449
5449
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5450
5450
|
"isSource": false,
|
|
5451
5451
|
"attributes": {
|
|
@@ -5455,7 +5455,7 @@ var tokens = [{
|
|
|
5455
5455
|
"description": "Hovered state for color.background.success"
|
|
5456
5456
|
},
|
|
5457
5457
|
"original": {
|
|
5458
|
-
"value": "
|
|
5458
|
+
"value": "Lime200",
|
|
5459
5459
|
"attributes": {
|
|
5460
5460
|
"group": "paint",
|
|
5461
5461
|
"state": "active",
|
|
@@ -5467,7 +5467,7 @@ var tokens = [{
|
|
|
5467
5467
|
"path": ["color", "background", "success", "[default]", "hovered"],
|
|
5468
5468
|
"cleanName": "color.background.success.hovered"
|
|
5469
5469
|
}, {
|
|
5470
|
-
"value": "#
|
|
5470
|
+
"value": "#BDE97C",
|
|
5471
5471
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5472
5472
|
"isSource": false,
|
|
5473
5473
|
"attributes": {
|
|
@@ -5477,7 +5477,7 @@ var tokens = [{
|
|
|
5477
5477
|
"description": "Pressed state for color.background.success"
|
|
5478
5478
|
},
|
|
5479
5479
|
"original": {
|
|
5480
|
-
"value": "
|
|
5480
|
+
"value": "Lime250",
|
|
5481
5481
|
"attributes": {
|
|
5482
5482
|
"group": "paint",
|
|
5483
5483
|
"state": "active",
|
|
@@ -5555,7 +5555,7 @@ var tokens = [{
|
|
|
5555
5555
|
"path": ["color", "background", "success", "bold", "pressed"],
|
|
5556
5556
|
"cleanName": "color.background.success.bold.pressed"
|
|
5557
5557
|
}, {
|
|
5558
|
-
"value": "#
|
|
5558
|
+
"value": "#F8EEFE",
|
|
5559
5559
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5560
5560
|
"isSource": false,
|
|
5561
5561
|
"attributes": {
|
|
@@ -5577,7 +5577,7 @@ var tokens = [{
|
|
|
5577
5577
|
"path": ["color", "background", "discovery", "[default]", "[default]"],
|
|
5578
5578
|
"cleanName": "color.background.discovery"
|
|
5579
5579
|
}, {
|
|
5580
|
-
"value": "#
|
|
5580
|
+
"value": "#EED7FC",
|
|
5581
5581
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5582
5582
|
"isSource": false,
|
|
5583
5583
|
"attributes": {
|
|
@@ -5599,7 +5599,7 @@ var tokens = [{
|
|
|
5599
5599
|
"path": ["color", "background", "discovery", "[default]", "hovered"],
|
|
5600
5600
|
"cleanName": "color.background.discovery.hovered"
|
|
5601
5601
|
}, {
|
|
5602
|
-
"value": "#
|
|
5602
|
+
"value": "#E3BDFA",
|
|
5603
5603
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5604
5604
|
"isSource": false,
|
|
5605
5605
|
"attributes": {
|
|
@@ -5609,7 +5609,7 @@ var tokens = [{
|
|
|
5609
5609
|
"description": "Pressed state for color.background.discovery"
|
|
5610
5610
|
},
|
|
5611
5611
|
"original": {
|
|
5612
|
-
"value": "
|
|
5612
|
+
"value": "Purple250",
|
|
5613
5613
|
"attributes": {
|
|
5614
5614
|
"group": "paint",
|
|
5615
5615
|
"state": "active",
|
|
@@ -5621,7 +5621,7 @@ var tokens = [{
|
|
|
5621
5621
|
"path": ["color", "background", "discovery", "[default]", "pressed"],
|
|
5622
5622
|
"cleanName": "color.background.discovery.pressed"
|
|
5623
5623
|
}, {
|
|
5624
|
-
"value": "#
|
|
5624
|
+
"value": "#48245D",
|
|
5625
5625
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5626
5626
|
"isSource": true,
|
|
5627
5627
|
"attributes": {
|
|
@@ -5643,7 +5643,7 @@ var tokens = [{
|
|
|
5643
5643
|
"path": ["color", "background", "discovery", "bold", "[default]"],
|
|
5644
5644
|
"cleanName": "color.background.discovery.bold"
|
|
5645
5645
|
}, {
|
|
5646
|
-
"value": "#
|
|
5646
|
+
"value": "#35243F",
|
|
5647
5647
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5648
5648
|
"isSource": true,
|
|
5649
5649
|
"attributes": {
|
|
@@ -5687,7 +5687,7 @@ var tokens = [{
|
|
|
5687
5687
|
"path": ["color", "background", "discovery", "bold", "pressed"],
|
|
5688
5688
|
"cleanName": "color.background.discovery.bold.pressed"
|
|
5689
5689
|
}, {
|
|
5690
|
-
"value": "#
|
|
5690
|
+
"value": "#E9F2FE",
|
|
5691
5691
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5692
5692
|
"isSource": false,
|
|
5693
5693
|
"attributes": {
|
|
@@ -5709,7 +5709,7 @@ var tokens = [{
|
|
|
5709
5709
|
"path": ["color", "background", "information", "[default]", "[default]"],
|
|
5710
5710
|
"cleanName": "color.background.information"
|
|
5711
5711
|
}, {
|
|
5712
|
-
"value": "#
|
|
5712
|
+
"value": "#CFE1FD",
|
|
5713
5713
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5714
5714
|
"isSource": false,
|
|
5715
5715
|
"attributes": {
|
|
@@ -5731,7 +5731,7 @@ var tokens = [{
|
|
|
5731
5731
|
"path": ["color", "background", "information", "[default]", "hovered"],
|
|
5732
5732
|
"cleanName": "color.background.information.hovered"
|
|
5733
5733
|
}, {
|
|
5734
|
-
"value": "#
|
|
5734
|
+
"value": "#ADCBFB",
|
|
5735
5735
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5736
5736
|
"isSource": false,
|
|
5737
5737
|
"attributes": {
|
|
@@ -5741,7 +5741,7 @@ var tokens = [{
|
|
|
5741
5741
|
"description": "Pressed state of color.background.information"
|
|
5742
5742
|
},
|
|
5743
5743
|
"original": {
|
|
5744
|
-
"value": "
|
|
5744
|
+
"value": "Blue250",
|
|
5745
5745
|
"attributes": {
|
|
5746
5746
|
"group": "paint",
|
|
5747
5747
|
"state": "active",
|
|
@@ -5753,7 +5753,7 @@ var tokens = [{
|
|
|
5753
5753
|
"path": ["color", "background", "information", "[default]", "pressed"],
|
|
5754
5754
|
"cleanName": "color.background.information.pressed"
|
|
5755
5755
|
}, {
|
|
5756
|
-
"value": "#
|
|
5756
|
+
"value": "#123263",
|
|
5757
5757
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5758
5758
|
"isSource": true,
|
|
5759
5759
|
"attributes": {
|
|
@@ -5775,7 +5775,7 @@ var tokens = [{
|
|
|
5775
5775
|
"path": ["color", "background", "information", "bold", "[default]"],
|
|
5776
5776
|
"cleanName": "color.background.information.bold"
|
|
5777
5777
|
}, {
|
|
5778
|
-
"value": "#
|
|
5778
|
+
"value": "#1C2B42",
|
|
5779
5779
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/background.tsx",
|
|
5780
5780
|
"isSource": true,
|
|
5781
5781
|
"attributes": {
|
|
@@ -5819,7 +5819,7 @@ var tokens = [{
|
|
|
5819
5819
|
"path": ["color", "background", "information", "bold", "pressed"],
|
|
5820
5820
|
"cleanName": "color.background.information.bold.pressed"
|
|
5821
5821
|
}, {
|
|
5822
|
-
"value": "#
|
|
5822
|
+
"value": "#050C1F75",
|
|
5823
5823
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5824
5824
|
"isSource": false,
|
|
5825
5825
|
"attributes": {
|
|
@@ -5929,7 +5929,7 @@ var tokens = [{
|
|
|
5929
5929
|
"path": ["color", "interaction", "pressed"],
|
|
5930
5930
|
"cleanName": "color.interaction.pressed"
|
|
5931
5931
|
}, {
|
|
5932
|
-
"value": "#
|
|
5932
|
+
"value": "#0515240F",
|
|
5933
5933
|
"filePath": "schema/themes/atlassian-light/color/skeleton.tsx",
|
|
5934
5934
|
"isSource": false,
|
|
5935
5935
|
"attributes": {
|
|
@@ -5951,7 +5951,7 @@ var tokens = [{
|
|
|
5951
5951
|
"path": ["color", "skeleton", "[default]"],
|
|
5952
5952
|
"cleanName": "color.skeleton"
|
|
5953
5953
|
}, {
|
|
5954
|
-
"value": "#
|
|
5954
|
+
"value": "#17171708",
|
|
5955
5955
|
"filePath": "schema/themes/atlassian-light/color/skeleton.tsx",
|
|
5956
5956
|
"isSource": false,
|
|
5957
5957
|
"attributes": {
|
|
@@ -6017,7 +6017,7 @@ var tokens = [{
|
|
|
6017
6017
|
"path": ["color", "chart", "categorical", "1", "hovered"],
|
|
6018
6018
|
"cleanName": "color.chart.categorical.1.hovered"
|
|
6019
6019
|
}, {
|
|
6020
|
-
"value": "#
|
|
6020
|
+
"value": "#82B536",
|
|
6021
6021
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6022
6022
|
"isSource": false,
|
|
6023
6023
|
"attributes": {
|
|
@@ -6027,7 +6027,7 @@ var tokens = [{
|
|
|
6027
6027
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6028
6028
|
},
|
|
6029
6029
|
"original": {
|
|
6030
|
-
"value": "
|
|
6030
|
+
"value": "Lime500",
|
|
6031
6031
|
"attributes": {
|
|
6032
6032
|
"group": "paint",
|
|
6033
6033
|
"state": "active",
|
|
@@ -6039,7 +6039,7 @@ var tokens = [{
|
|
|
6039
6039
|
"path": ["color", "chart", "categorical", "2", "[default]"],
|
|
6040
6040
|
"cleanName": "color.chart.categorical.2"
|
|
6041
6041
|
}, {
|
|
6042
|
-
"value": "#
|
|
6042
|
+
"value": "#6A9A23",
|
|
6043
6043
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6044
6044
|
"isSource": false,
|
|
6045
6045
|
"attributes": {
|
|
@@ -6049,7 +6049,7 @@ var tokens = [{
|
|
|
6049
6049
|
"description": "Hovered state of color.chart.categorical.2."
|
|
6050
6050
|
},
|
|
6051
6051
|
"original": {
|
|
6052
|
-
"value": "
|
|
6052
|
+
"value": "Lime600",
|
|
6053
6053
|
"attributes": {
|
|
6054
6054
|
"group": "paint",
|
|
6055
6055
|
"state": "active",
|
|
@@ -6061,7 +6061,7 @@ var tokens = [{
|
|
|
6061
6061
|
"path": ["color", "chart", "categorical", "2", "hovered"],
|
|
6062
6062
|
"cleanName": "color.chart.categorical.2.hovered"
|
|
6063
6063
|
}, {
|
|
6064
|
-
"value": "#
|
|
6064
|
+
"value": "#9E4C00",
|
|
6065
6065
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6066
6066
|
"isSource": true,
|
|
6067
6067
|
"attributes": {
|
|
@@ -6083,7 +6083,7 @@ var tokens = [{
|
|
|
6083
6083
|
"path": ["color", "chart", "categorical", "3", "[default]"],
|
|
6084
6084
|
"cleanName": "color.chart.categorical.3"
|
|
6085
6085
|
}, {
|
|
6086
|
-
"value": "#
|
|
6086
|
+
"value": "#693200",
|
|
6087
6087
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6088
6088
|
"isSource": true,
|
|
6089
6089
|
"attributes": {
|
|
@@ -6105,7 +6105,7 @@ var tokens = [{
|
|
|
6105
6105
|
"path": ["color", "chart", "categorical", "3", "hovered"],
|
|
6106
6106
|
"cleanName": "color.chart.categorical.3.hovered"
|
|
6107
6107
|
}, {
|
|
6108
|
-
"value": "#
|
|
6108
|
+
"value": "#F68909",
|
|
6109
6109
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6110
6110
|
"isSource": false,
|
|
6111
6111
|
"attributes": {
|
|
@@ -6115,7 +6115,7 @@ var tokens = [{
|
|
|
6115
6115
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6116
6116
|
},
|
|
6117
6117
|
"original": {
|
|
6118
|
-
"value": "
|
|
6118
|
+
"value": "Orange500",
|
|
6119
6119
|
"attributes": {
|
|
6120
6120
|
"group": "paint",
|
|
6121
6121
|
"state": "active",
|
|
@@ -6127,7 +6127,7 @@ var tokens = [{
|
|
|
6127
6127
|
"path": ["color", "chart", "categorical", "4", "[default]"],
|
|
6128
6128
|
"cleanName": "color.chart.categorical.4"
|
|
6129
6129
|
}, {
|
|
6130
|
-
"value": "#
|
|
6130
|
+
"value": "#E06C00",
|
|
6131
6131
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6132
6132
|
"isSource": false,
|
|
6133
6133
|
"attributes": {
|
|
@@ -6137,7 +6137,7 @@ var tokens = [{
|
|
|
6137
6137
|
"description": "Hovered state of color.chart.categorical.4."
|
|
6138
6138
|
},
|
|
6139
6139
|
"original": {
|
|
6140
|
-
"value": "
|
|
6140
|
+
"value": "Orange600",
|
|
6141
6141
|
"attributes": {
|
|
6142
6142
|
"group": "paint",
|
|
6143
6143
|
"state": "active",
|
|
@@ -6149,7 +6149,7 @@ var tokens = [{
|
|
|
6149
6149
|
"path": ["color", "chart", "categorical", "4", "hovered"],
|
|
6150
6150
|
"cleanName": "color.chart.categorical.4.hovered"
|
|
6151
6151
|
}, {
|
|
6152
|
-
"value": "#
|
|
6152
|
+
"value": "#1558BC",
|
|
6153
6153
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6154
6154
|
"isSource": false,
|
|
6155
6155
|
"attributes": {
|
|
@@ -6159,7 +6159,7 @@ var tokens = [{
|
|
|
6159
6159
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6160
6160
|
},
|
|
6161
6161
|
"original": {
|
|
6162
|
-
"value": "
|
|
6162
|
+
"value": "Blue800",
|
|
6163
6163
|
"attributes": {
|
|
6164
6164
|
"group": "paint",
|
|
6165
6165
|
"state": "active",
|
|
@@ -6171,7 +6171,7 @@ var tokens = [{
|
|
|
6171
6171
|
"path": ["color", "chart", "categorical", "5", "[default]"],
|
|
6172
6172
|
"cleanName": "color.chart.categorical.5"
|
|
6173
6173
|
}, {
|
|
6174
|
-
"value": "#
|
|
6174
|
+
"value": "#123263",
|
|
6175
6175
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6176
6176
|
"isSource": false,
|
|
6177
6177
|
"attributes": {
|
|
@@ -6181,7 +6181,7 @@ var tokens = [{
|
|
|
6181
6181
|
"description": "Hovered state of color.chart.categorical.5."
|
|
6182
6182
|
},
|
|
6183
6183
|
"original": {
|
|
6184
|
-
"value": "
|
|
6184
|
+
"value": "Blue900",
|
|
6185
6185
|
"attributes": {
|
|
6186
6186
|
"group": "paint",
|
|
6187
6187
|
"state": "active",
|
|
@@ -6193,7 +6193,7 @@ var tokens = [{
|
|
|
6193
6193
|
"path": ["color", "chart", "categorical", "5", "hovered"],
|
|
6194
6194
|
"cleanName": "color.chart.categorical.5.hovered"
|
|
6195
6195
|
}, {
|
|
6196
|
-
"value": "#
|
|
6196
|
+
"value": "#803FA5",
|
|
6197
6197
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6198
6198
|
"isSource": true,
|
|
6199
6199
|
"attributes": {
|
|
@@ -6215,7 +6215,7 @@ var tokens = [{
|
|
|
6215
6215
|
"path": ["color", "chart", "categorical", "6", "[default]"],
|
|
6216
6216
|
"cleanName": "color.chart.categorical.6"
|
|
6217
6217
|
}, {
|
|
6218
|
-
"value": "#
|
|
6218
|
+
"value": "#48245D",
|
|
6219
6219
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6220
6220
|
"isSource": true,
|
|
6221
6221
|
"attributes": {
|
|
@@ -6237,7 +6237,7 @@ var tokens = [{
|
|
|
6237
6237
|
"path": ["color", "chart", "categorical", "6", "hovered"],
|
|
6238
6238
|
"cleanName": "color.chart.categorical.6.hovered"
|
|
6239
6239
|
}, {
|
|
6240
|
-
"value": "#
|
|
6240
|
+
"value": "#42B2D7",
|
|
6241
6241
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6242
6242
|
"isSource": false,
|
|
6243
6243
|
"attributes": {
|
|
@@ -6247,7 +6247,7 @@ var tokens = [{
|
|
|
6247
6247
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6248
6248
|
},
|
|
6249
6249
|
"original": {
|
|
6250
|
-
"value": "
|
|
6250
|
+
"value": "Teal500",
|
|
6251
6251
|
"attributes": {
|
|
6252
6252
|
"group": "paint",
|
|
6253
6253
|
"state": "active",
|
|
@@ -6259,7 +6259,7 @@ var tokens = [{
|
|
|
6259
6259
|
"path": ["color", "chart", "categorical", "7", "[default]"],
|
|
6260
6260
|
"cleanName": "color.chart.categorical.7"
|
|
6261
6261
|
}, {
|
|
6262
|
-
"value": "#
|
|
6262
|
+
"value": "#2898BD",
|
|
6263
6263
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6264
6264
|
"isSource": false,
|
|
6265
6265
|
"attributes": {
|
|
@@ -6269,7 +6269,7 @@ var tokens = [{
|
|
|
6269
6269
|
"description": "Hovered state of color.chart.categorical.7."
|
|
6270
6270
|
},
|
|
6271
6271
|
"original": {
|
|
6272
|
-
"value": "
|
|
6272
|
+
"value": "Teal600",
|
|
6273
6273
|
"attributes": {
|
|
6274
6274
|
"group": "paint",
|
|
6275
6275
|
"state": "active",
|
|
@@ -6281,7 +6281,7 @@ var tokens = [{
|
|
|
6281
6281
|
"path": ["color", "chart", "categorical", "7", "hovered"],
|
|
6282
6282
|
"cleanName": "color.chart.categorical.7.hovered"
|
|
6283
6283
|
}, {
|
|
6284
|
-
"value": "#
|
|
6284
|
+
"value": "#BD5B00",
|
|
6285
6285
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6286
6286
|
"isSource": false,
|
|
6287
6287
|
"attributes": {
|
|
@@ -6291,7 +6291,7 @@ var tokens = [{
|
|
|
6291
6291
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6292
6292
|
},
|
|
6293
6293
|
"original": {
|
|
6294
|
-
"value": "
|
|
6294
|
+
"value": "Orange700",
|
|
6295
6295
|
"attributes": {
|
|
6296
6296
|
"group": "paint",
|
|
6297
6297
|
"state": "active",
|
|
@@ -6303,7 +6303,7 @@ var tokens = [{
|
|
|
6303
6303
|
"path": ["color", "chart", "categorical", "8", "[default]"],
|
|
6304
6304
|
"cleanName": "color.chart.categorical.8"
|
|
6305
6305
|
}, {
|
|
6306
|
-
"value": "#
|
|
6306
|
+
"value": "#7A3B00",
|
|
6307
6307
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6308
6308
|
"isSource": false,
|
|
6309
6309
|
"attributes": {
|
|
@@ -6313,7 +6313,7 @@ var tokens = [{
|
|
|
6313
6313
|
"description": "Hovered state of color.chart.categorical.8."
|
|
6314
6314
|
},
|
|
6315
6315
|
"original": {
|
|
6316
|
-
"value": "
|
|
6316
|
+
"value": "Orange850",
|
|
6317
6317
|
"attributes": {
|
|
6318
6318
|
"group": "paint",
|
|
6319
6319
|
"state": "active",
|
|
@@ -6457,7 +6457,7 @@ var tokens = [{
|
|
|
6457
6457
|
"path": ["color", "chart", "lime", "boldest", "hovered"],
|
|
6458
6458
|
"cleanName": "color.chart.lime.boldest.hovered"
|
|
6459
6459
|
}, {
|
|
6460
|
-
"value": "#
|
|
6460
|
+
"value": "#6B6E76",
|
|
6461
6461
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6462
6462
|
"isSource": true,
|
|
6463
6463
|
"attributes": {
|
|
@@ -6479,7 +6479,7 @@ var tokens = [{
|
|
|
6479
6479
|
"path": ["color", "chart", "neutral", "[default]"],
|
|
6480
6480
|
"cleanName": "color.chart.neutral"
|
|
6481
6481
|
}, {
|
|
6482
|
-
"value": "#
|
|
6482
|
+
"value": "#505258",
|
|
6483
6483
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6484
6484
|
"isSource": true,
|
|
6485
6485
|
"attributes": {
|
|
@@ -6633,7 +6633,7 @@ var tokens = [{
|
|
|
6633
6633
|
"path": ["color", "chart", "red", "boldest", "hovered"],
|
|
6634
6634
|
"cleanName": "color.chart.red.boldest.hovered"
|
|
6635
6635
|
}, {
|
|
6636
|
-
"value": "#
|
|
6636
|
+
"value": "#9E4C00",
|
|
6637
6637
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6638
6638
|
"isSource": true,
|
|
6639
6639
|
"attributes": {
|
|
@@ -6655,7 +6655,7 @@ var tokens = [{
|
|
|
6655
6655
|
"path": ["color", "chart", "orange", "bold", "[default]"],
|
|
6656
6656
|
"cleanName": "color.chart.orange.bold"
|
|
6657
6657
|
}, {
|
|
6658
|
-
"value": "#
|
|
6658
|
+
"value": "#693200",
|
|
6659
6659
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6660
6660
|
"isSource": true,
|
|
6661
6661
|
"attributes": {
|
|
@@ -6677,7 +6677,7 @@ var tokens = [{
|
|
|
6677
6677
|
"path": ["color", "chart", "orange", "bold", "hovered"],
|
|
6678
6678
|
"cleanName": "color.chart.orange.bold.hovered"
|
|
6679
6679
|
}, {
|
|
6680
|
-
"value": "#
|
|
6680
|
+
"value": "#693200",
|
|
6681
6681
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6682
6682
|
"isSource": true,
|
|
6683
6683
|
"attributes": {
|
|
@@ -6699,7 +6699,7 @@ var tokens = [{
|
|
|
6699
6699
|
"path": ["color", "chart", "orange", "bolder", "[default]"],
|
|
6700
6700
|
"cleanName": "color.chart.orange.bolder"
|
|
6701
6701
|
}, {
|
|
6702
|
-
"value": "#
|
|
6702
|
+
"value": "#3A2C1F",
|
|
6703
6703
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6704
6704
|
"isSource": true,
|
|
6705
6705
|
"attributes": {
|
|
@@ -6721,7 +6721,7 @@ var tokens = [{
|
|
|
6721
6721
|
"path": ["color", "chart", "orange", "bolder", "hovered"],
|
|
6722
6722
|
"cleanName": "color.chart.orange.bolder.hovered"
|
|
6723
6723
|
}, {
|
|
6724
|
-
"value": "#
|
|
6724
|
+
"value": "#3A2C1F",
|
|
6725
6725
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
6726
6726
|
"isSource": true,
|
|
6727
6727
|
"attributes": {
|
|
@@ -7161,7 +7161,7 @@ var tokens = [{
|
|
|
7161
7161
|
"path": ["color", "chart", "teal", "boldest", "hovered"],
|
|
7162
7162
|
"cleanName": "color.chart.teal.boldest.hovered"
|
|
7163
7163
|
}, {
|
|
7164
|
-
"value": "#
|
|
7164
|
+
"value": "#1558BC",
|
|
7165
7165
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7166
7166
|
"isSource": true,
|
|
7167
7167
|
"attributes": {
|
|
@@ -7183,7 +7183,7 @@ var tokens = [{
|
|
|
7183
7183
|
"path": ["color", "chart", "blue", "bold", "[default]"],
|
|
7184
7184
|
"cleanName": "color.chart.blue.bold"
|
|
7185
7185
|
}, {
|
|
7186
|
-
"value": "#
|
|
7186
|
+
"value": "#123263",
|
|
7187
7187
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7188
7188
|
"isSource": true,
|
|
7189
7189
|
"attributes": {
|
|
@@ -7205,7 +7205,7 @@ var tokens = [{
|
|
|
7205
7205
|
"path": ["color", "chart", "blue", "bold", "hovered"],
|
|
7206
7206
|
"cleanName": "color.chart.blue.bold.hovered"
|
|
7207
7207
|
}, {
|
|
7208
|
-
"value": "#
|
|
7208
|
+
"value": "#123263",
|
|
7209
7209
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7210
7210
|
"isSource": true,
|
|
7211
7211
|
"attributes": {
|
|
@@ -7227,7 +7227,7 @@ var tokens = [{
|
|
|
7227
7227
|
"path": ["color", "chart", "blue", "bolder", "[default]"],
|
|
7228
7228
|
"cleanName": "color.chart.blue.bolder"
|
|
7229
7229
|
}, {
|
|
7230
|
-
"value": "#
|
|
7230
|
+
"value": "#1C2B42",
|
|
7231
7231
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7232
7232
|
"isSource": true,
|
|
7233
7233
|
"attributes": {
|
|
@@ -7249,7 +7249,7 @@ var tokens = [{
|
|
|
7249
7249
|
"path": ["color", "chart", "blue", "bolder", "hovered"],
|
|
7250
7250
|
"cleanName": "color.chart.blue.bolder.hovered"
|
|
7251
7251
|
}, {
|
|
7252
|
-
"value": "#
|
|
7252
|
+
"value": "#1C2B42",
|
|
7253
7253
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7254
7254
|
"isSource": true,
|
|
7255
7255
|
"attributes": {
|
|
@@ -7293,7 +7293,7 @@ var tokens = [{
|
|
|
7293
7293
|
"path": ["color", "chart", "blue", "boldest", "hovered"],
|
|
7294
7294
|
"cleanName": "color.chart.blue.boldest.hovered"
|
|
7295
7295
|
}, {
|
|
7296
|
-
"value": "#
|
|
7296
|
+
"value": "#803FA5",
|
|
7297
7297
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7298
7298
|
"isSource": true,
|
|
7299
7299
|
"attributes": {
|
|
@@ -7315,7 +7315,7 @@ var tokens = [{
|
|
|
7315
7315
|
"path": ["color", "chart", "purple", "bold", "[default]"],
|
|
7316
7316
|
"cleanName": "color.chart.purple.bold"
|
|
7317
7317
|
}, {
|
|
7318
|
-
"value": "#
|
|
7318
|
+
"value": "#48245D",
|
|
7319
7319
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7320
7320
|
"isSource": true,
|
|
7321
7321
|
"attributes": {
|
|
@@ -7337,7 +7337,7 @@ var tokens = [{
|
|
|
7337
7337
|
"path": ["color", "chart", "purple", "bold", "hovered"],
|
|
7338
7338
|
"cleanName": "color.chart.purple.bold.hovered"
|
|
7339
7339
|
}, {
|
|
7340
|
-
"value": "#
|
|
7340
|
+
"value": "#48245D",
|
|
7341
7341
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7342
7342
|
"isSource": true,
|
|
7343
7343
|
"attributes": {
|
|
@@ -7359,7 +7359,7 @@ var tokens = [{
|
|
|
7359
7359
|
"path": ["color", "chart", "purple", "bolder", "[default]"],
|
|
7360
7360
|
"cleanName": "color.chart.purple.bolder"
|
|
7361
7361
|
}, {
|
|
7362
|
-
"value": "#
|
|
7362
|
+
"value": "#35243F",
|
|
7363
7363
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7364
7364
|
"isSource": true,
|
|
7365
7365
|
"attributes": {
|
|
@@ -7381,7 +7381,7 @@ var tokens = [{
|
|
|
7381
7381
|
"path": ["color", "chart", "purple", "bolder", "hovered"],
|
|
7382
7382
|
"cleanName": "color.chart.purple.bolder.hovered"
|
|
7383
7383
|
}, {
|
|
7384
|
-
"value": "#
|
|
7384
|
+
"value": "#35243F",
|
|
7385
7385
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7386
7386
|
"isSource": true,
|
|
7387
7387
|
"attributes": {
|
|
@@ -7557,7 +7557,7 @@ var tokens = [{
|
|
|
7557
7557
|
"path": ["color", "chart", "magenta", "boldest", "hovered"],
|
|
7558
7558
|
"cleanName": "color.chart.magenta.boldest.hovered"
|
|
7559
7559
|
}, {
|
|
7560
|
-
"value": "#
|
|
7560
|
+
"value": "#6B6E76",
|
|
7561
7561
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7562
7562
|
"isSource": true,
|
|
7563
7563
|
"attributes": {
|
|
@@ -7579,7 +7579,7 @@ var tokens = [{
|
|
|
7579
7579
|
"path": ["color", "chart", "gray", "bold", "[default]"],
|
|
7580
7580
|
"cleanName": "color.chart.gray.bold"
|
|
7581
7581
|
}, {
|
|
7582
|
-
"value": "#
|
|
7582
|
+
"value": "#505258",
|
|
7583
7583
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7584
7584
|
"isSource": true,
|
|
7585
7585
|
"attributes": {
|
|
@@ -7601,7 +7601,7 @@ var tokens = [{
|
|
|
7601
7601
|
"path": ["color", "chart", "gray", "bold", "hovered"],
|
|
7602
7602
|
"cleanName": "color.chart.gray.bold.hovered"
|
|
7603
7603
|
}, {
|
|
7604
|
-
"value": "#
|
|
7604
|
+
"value": "#505258",
|
|
7605
7605
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7606
7606
|
"isSource": true,
|
|
7607
7607
|
"attributes": {
|
|
@@ -7623,7 +7623,7 @@ var tokens = [{
|
|
|
7623
7623
|
"path": ["color", "chart", "gray", "bolder", "[default]"],
|
|
7624
7624
|
"cleanName": "color.chart.gray.bolder"
|
|
7625
7625
|
}, {
|
|
7626
|
-
"value": "#
|
|
7626
|
+
"value": "#3B3D42",
|
|
7627
7627
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7628
7628
|
"isSource": true,
|
|
7629
7629
|
"attributes": {
|
|
@@ -7645,7 +7645,7 @@ var tokens = [{
|
|
|
7645
7645
|
"path": ["color", "chart", "gray", "bolder", "hovered"],
|
|
7646
7646
|
"cleanName": "color.chart.gray.bolder.hovered"
|
|
7647
7647
|
}, {
|
|
7648
|
-
"value": "#
|
|
7648
|
+
"value": "#3B3D42",
|
|
7649
7649
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7650
7650
|
"isSource": true,
|
|
7651
7651
|
"attributes": {
|
|
@@ -7667,7 +7667,7 @@ var tokens = [{
|
|
|
7667
7667
|
"path": ["color", "chart", "gray", "boldest", "[default]"],
|
|
7668
7668
|
"cleanName": "color.chart.gray.boldest"
|
|
7669
7669
|
}, {
|
|
7670
|
-
"value": "#
|
|
7670
|
+
"value": "#292A2E",
|
|
7671
7671
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7672
7672
|
"isSource": true,
|
|
7673
7673
|
"attributes": {
|
|
@@ -7689,7 +7689,7 @@ var tokens = [{
|
|
|
7689
7689
|
"path": ["color", "chart", "gray", "boldest", "hovered"],
|
|
7690
7690
|
"cleanName": "color.chart.gray.boldest.hovered"
|
|
7691
7691
|
}, {
|
|
7692
|
-
"value": "#
|
|
7692
|
+
"value": "#1868DB",
|
|
7693
7693
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7694
7694
|
"isSource": true,
|
|
7695
7695
|
"attributes": {
|
|
@@ -7711,7 +7711,7 @@ var tokens = [{
|
|
|
7711
7711
|
"path": ["color", "chart", "brand", "[default]"],
|
|
7712
7712
|
"cleanName": "color.chart.brand"
|
|
7713
7713
|
}, {
|
|
7714
|
-
"value": "#
|
|
7714
|
+
"value": "#1558BC",
|
|
7715
7715
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
7716
7716
|
"isSource": true,
|
|
7717
7717
|
"attributes": {
|
|
@@ -7997,7 +7997,7 @@ var tokens = [{
|
|
|
7997
7997
|
"path": ["color", "chart", "success", "bold", "hovered"],
|
|
7998
7998
|
"cleanName": "color.chart.success.bold.hovered"
|
|
7999
7999
|
}, {
|
|
8000
|
-
"value": "#
|
|
8000
|
+
"value": "#964AC0",
|
|
8001
8001
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8002
8002
|
"isSource": true,
|
|
8003
8003
|
"attributes": {
|
|
@@ -8019,7 +8019,7 @@ var tokens = [{
|
|
|
8019
8019
|
"path": ["color", "chart", "discovery", "[default]", "[default]"],
|
|
8020
8020
|
"cleanName": "color.chart.discovery"
|
|
8021
8021
|
}, {
|
|
8022
|
-
"value": "#
|
|
8022
|
+
"value": "#803FA5",
|
|
8023
8023
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8024
8024
|
"isSource": true,
|
|
8025
8025
|
"attributes": {
|
|
@@ -8041,7 +8041,7 @@ var tokens = [{
|
|
|
8041
8041
|
"path": ["color", "chart", "discovery", "[default]", "hovered"],
|
|
8042
8042
|
"cleanName": "color.chart.discovery.hovered"
|
|
8043
8043
|
}, {
|
|
8044
|
-
"value": "#
|
|
8044
|
+
"value": "#48245D",
|
|
8045
8045
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8046
8046
|
"isSource": true,
|
|
8047
8047
|
"attributes": {
|
|
@@ -8063,7 +8063,7 @@ var tokens = [{
|
|
|
8063
8063
|
"path": ["color", "chart", "discovery", "bold", "[default]"],
|
|
8064
8064
|
"cleanName": "color.chart.discovery.bold"
|
|
8065
8065
|
}, {
|
|
8066
|
-
"value": "#
|
|
8066
|
+
"value": "#35243F",
|
|
8067
8067
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8068
8068
|
"isSource": true,
|
|
8069
8069
|
"attributes": {
|
|
@@ -8085,7 +8085,7 @@ var tokens = [{
|
|
|
8085
8085
|
"path": ["color", "chart", "discovery", "bold", "hovered"],
|
|
8086
8086
|
"cleanName": "color.chart.discovery.bold.hovered"
|
|
8087
8087
|
}, {
|
|
8088
|
-
"value": "#
|
|
8088
|
+
"value": "#1868DB",
|
|
8089
8089
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8090
8090
|
"isSource": true,
|
|
8091
8091
|
"attributes": {
|
|
@@ -8107,7 +8107,7 @@ var tokens = [{
|
|
|
8107
8107
|
"path": ["color", "chart", "information", "[default]", "[default]"],
|
|
8108
8108
|
"cleanName": "color.chart.information"
|
|
8109
8109
|
}, {
|
|
8110
|
-
"value": "#
|
|
8110
|
+
"value": "#1558BC",
|
|
8111
8111
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8112
8112
|
"isSource": true,
|
|
8113
8113
|
"attributes": {
|
|
@@ -8129,7 +8129,7 @@ var tokens = [{
|
|
|
8129
8129
|
"path": ["color", "chart", "information", "[default]", "hovered"],
|
|
8130
8130
|
"cleanName": "color.chart.information.hovered"
|
|
8131
8131
|
}, {
|
|
8132
|
-
"value": "#
|
|
8132
|
+
"value": "#123263",
|
|
8133
8133
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8134
8134
|
"isSource": true,
|
|
8135
8135
|
"attributes": {
|
|
@@ -8151,7 +8151,7 @@ var tokens = [{
|
|
|
8151
8151
|
"path": ["color", "chart", "information", "bold", "[default]"],
|
|
8152
8152
|
"cleanName": "color.chart.information.bold"
|
|
8153
8153
|
}, {
|
|
8154
|
-
"value": "#
|
|
8154
|
+
"value": "#1C2B42",
|
|
8155
8155
|
"filePath": "schema/themes/atlassian-light-increased-contrast/color/chart.tsx",
|
|
8156
8156
|
"isSource": true,
|
|
8157
8157
|
"attributes": {
|
|
@@ -8195,7 +8195,7 @@ var tokens = [{
|
|
|
8195
8195
|
"path": ["elevation", "surface", "[default]", "[default]"],
|
|
8196
8196
|
"cleanName": "elevation.surface"
|
|
8197
8197
|
}, {
|
|
8198
|
-
"value": "#
|
|
8198
|
+
"value": "#F0F1F2",
|
|
8199
8199
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8200
8200
|
"isSource": false,
|
|
8201
8201
|
"attributes": {
|
|
@@ -8217,7 +8217,7 @@ var tokens = [{
|
|
|
8217
8217
|
"path": ["elevation", "surface", "[default]", "hovered"],
|
|
8218
8218
|
"cleanName": "elevation.surface.hovered"
|
|
8219
8219
|
}, {
|
|
8220
|
-
"value": "#
|
|
8220
|
+
"value": "#DDDEE1",
|
|
8221
8221
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8222
8222
|
"isSource": false,
|
|
8223
8223
|
"attributes": {
|
|
@@ -8261,7 +8261,7 @@ var tokens = [{
|
|
|
8261
8261
|
"path": ["elevation", "surface", "overlay", "[default]"],
|
|
8262
8262
|
"cleanName": "elevation.surface.overlay"
|
|
8263
8263
|
}, {
|
|
8264
|
-
"value": "#
|
|
8264
|
+
"value": "#F0F1F2",
|
|
8265
8265
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8266
8266
|
"isSource": false,
|
|
8267
8267
|
"attributes": {
|
|
@@ -8283,7 +8283,7 @@ var tokens = [{
|
|
|
8283
8283
|
"path": ["elevation", "surface", "overlay", "hovered"],
|
|
8284
8284
|
"cleanName": "elevation.surface.overlay.hovered"
|
|
8285
8285
|
}, {
|
|
8286
|
-
"value": "#
|
|
8286
|
+
"value": "#DDDEE1",
|
|
8287
8287
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8288
8288
|
"isSource": false,
|
|
8289
8289
|
"attributes": {
|
|
@@ -8327,7 +8327,7 @@ var tokens = [{
|
|
|
8327
8327
|
"path": ["elevation", "surface", "raised", "[default]"],
|
|
8328
8328
|
"cleanName": "elevation.surface.raised"
|
|
8329
8329
|
}, {
|
|
8330
|
-
"value": "#
|
|
8330
|
+
"value": "#F0F1F2",
|
|
8331
8331
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8332
8332
|
"isSource": false,
|
|
8333
8333
|
"attributes": {
|
|
@@ -8349,7 +8349,7 @@ var tokens = [{
|
|
|
8349
8349
|
"path": ["elevation", "surface", "raised", "hovered"],
|
|
8350
8350
|
"cleanName": "elevation.surface.raised.hovered"
|
|
8351
8351
|
}, {
|
|
8352
|
-
"value": "#
|
|
8352
|
+
"value": "#DDDEE1",
|
|
8353
8353
|
"filePath": "schema/themes/atlassian-light/elevation/surface.tsx",
|
|
8354
8354
|
"isSource": false,
|
|
8355
8355
|
"attributes": {
|
|
@@ -8399,7 +8399,7 @@ var tokens = [{
|
|
|
8399
8399
|
"x": 0,
|
|
8400
8400
|
"y": 0
|
|
8401
8401
|
},
|
|
8402
|
-
"color": "#
|
|
8402
|
+
"color": "#1E1F21",
|
|
8403
8403
|
"opacity": 0.16
|
|
8404
8404
|
}, {
|
|
8405
8405
|
"radius": 1,
|
|
@@ -8407,7 +8407,7 @@ var tokens = [{
|
|
|
8407
8407
|
"x": 0,
|
|
8408
8408
|
"y": 0
|
|
8409
8409
|
},
|
|
8410
|
-
"color": "#
|
|
8410
|
+
"color": "#1E1F21",
|
|
8411
8411
|
"opacity": 0.12
|
|
8412
8412
|
}],
|
|
8413
8413
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
@@ -8447,7 +8447,7 @@ var tokens = [{
|
|
|
8447
8447
|
"path": ["elevation", "shadow", "overflow", "[default]"],
|
|
8448
8448
|
"cleanName": "elevation.shadow.overflow"
|
|
8449
8449
|
}, {
|
|
8450
|
-
"value": "#
|
|
8450
|
+
"value": "#1E1F211f",
|
|
8451
8451
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
8452
8452
|
"isSource": false,
|
|
8453
8453
|
"attributes": {
|
|
@@ -8457,7 +8457,7 @@ var tokens = [{
|
|
|
8457
8457
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."
|
|
8458
8458
|
},
|
|
8459
8459
|
"original": {
|
|
8460
|
-
"value": "#
|
|
8460
|
+
"value": "#1E1F211f",
|
|
8461
8461
|
"attributes": {
|
|
8462
8462
|
"group": "paint",
|
|
8463
8463
|
"state": "active",
|
|
@@ -8469,7 +8469,7 @@ var tokens = [{
|
|
|
8469
8469
|
"path": ["elevation", "shadow", "overflow", "perimeter"],
|
|
8470
8470
|
"cleanName": "elevation.shadow.overflow.perimeter"
|
|
8471
8471
|
}, {
|
|
8472
|
-
"value": "#
|
|
8472
|
+
"value": "#1E1F2129",
|
|
8473
8473
|
"filePath": "schema/themes/atlassian-light/elevation/shadow.tsx",
|
|
8474
8474
|
"isSource": false,
|
|
8475
8475
|
"attributes": {
|
|
@@ -8479,7 +8479,7 @@ var tokens = [{
|
|
|
8479
8479
|
"description": "Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."
|
|
8480
8480
|
},
|
|
8481
8481
|
"original": {
|
|
8482
|
-
"value": "#
|
|
8482
|
+
"value": "#1E1F2129",
|
|
8483
8483
|
"attributes": {
|
|
8484
8484
|
"group": "paint",
|
|
8485
8485
|
"state": "active",
|
|
@@ -8497,7 +8497,7 @@ var tokens = [{
|
|
|
8497
8497
|
"x": 0,
|
|
8498
8498
|
"y": 0
|
|
8499
8499
|
},
|
|
8500
|
-
"color": "#
|
|
8500
|
+
"color": "#1E1F21",
|
|
8501
8501
|
"opacity": 0.5,
|
|
8502
8502
|
"spread": 1,
|
|
8503
8503
|
"inset": true
|
|
@@ -8507,7 +8507,7 @@ var tokens = [{
|
|
|
8507
8507
|
"x": 0,
|
|
8508
8508
|
"y": 0
|
|
8509
8509
|
},
|
|
8510
|
-
"color": "#
|
|
8510
|
+
"color": "#1E1F21",
|
|
8511
8511
|
"opacity": 0.31
|
|
8512
8512
|
}],
|
|
8513
8513
|
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/shadow.tsx",
|
|
@@ -8555,7 +8555,7 @@ var tokens = [{
|
|
|
8555
8555
|
"x": 0,
|
|
8556
8556
|
"y": 0
|
|
8557
8557
|
},
|
|
8558
|
-
"color": "#
|
|
8558
|
+
"color": "#1E1F21",
|
|
8559
8559
|
"opacity": 0.5,
|
|
8560
8560
|
"spread": 1,
|
|
8561
8561
|
"inset": true
|
|
@@ -8565,7 +8565,7 @@ var tokens = [{
|
|
|
8565
8565
|
"x": 0,
|
|
8566
8566
|
"y": 0
|
|
8567
8567
|
},
|
|
8568
|
-
"color": "#
|
|
8568
|
+
"color": "#1E1F21",
|
|
8569
8569
|
"opacity": 0.31
|
|
8570
8570
|
}],
|
|
8571
8571
|
"filePath": "schema/themes/atlassian-light-increased-contrast/elevation/shadow.tsx",
|