@atlaskit/tokens 1.26.1 → 1.28.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 +114 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/cjs/artifacts/palettes-raw/palette.js +77 -77
- 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/themes/atlassian-typography-minor3.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +101 -101
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +17 -9
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/theme-config.js +1 -25
- package/dist/cjs/utils/get-theme-preferences.js +0 -13
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/es2019/artifacts/palettes-raw/palette.js +77 -77
- package/dist/es2019/artifacts/theme-import-map.js +1 -5
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +115 -115
- package/dist/es2019/artifacts/themes/atlassian-dark.js +109 -109
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +124 -124
- package/dist/es2019/artifacts/themes/atlassian-light.js +101 -101
- package/dist/es2019/artifacts/themes/atlassian-typography-minor3.js +7 -1
- package/dist/es2019/artifacts/token-default-values.js +101 -101
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +17 -9
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/theme-config.js +1 -25
- package/dist/es2019/utils/get-theme-preferences.js +0 -13
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +2 -2
- package/dist/esm/artifacts/palettes-raw/palette.js +77 -77
- 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/themes/atlassian-typography-minor3.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +101 -101
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +115 -115
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +115 -115
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +124 -124
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +109 -109
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-adg3.js +17 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-typography-minor3.js +17 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +17 -9
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/theme-config.js +1 -25
- package/dist/esm/utils/get-theme-preferences.js +0 -13
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
- 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/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +101 -101
- 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/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
- package/dist/types/theme-config.d.ts +4 -4
- package/dist/types/types.d.ts +10 -3
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +2 -2
- 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/themes/atlassian-typography-minor3.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +101 -101
- 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/artifacts/tokens-raw/atlassian-typography-adg3.d.ts +36 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography-minor3.d.ts +36 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +36 -1
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/dist/types-ts4.5/types.d.ts +10 -3
- package/figma/atlassian-dark-increased-contrast.json +114 -114
- package/figma/atlassian-dark.json +108 -108
- package/figma/atlassian-light-increased-contrast.json +123 -123
- package/figma/atlassian-light.json +100 -100
- package/package.json +1 -4
- package/report.api.md +59 -20
- package/tmp/api-report-tmp.d.ts +53 -7
- package/dist/cjs/artifacts/palettes-raw/updated-saturated-palette.js +0 -2257
- package/dist/cjs/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -12
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8683
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8645
- package/dist/es2019/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
- package/dist/es2019/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -399
- package/dist/es2019/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -399
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
- package/dist/esm/artifacts/palettes-raw/updated-saturated-palette.js +0 -2251
- package/dist/esm/artifacts/themes/atlassian-dark-saturated-palette-changes.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-saturated-palette-changes.js +0 -6
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.js +0 -8677
- package/dist/esm/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.js +0 -8639
- package/dist/types/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
- package/dist/types/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
- package/dist/types/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
- package/dist/types/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
- package/dist/types-ts4.5/artifacts/palettes-raw/updated-saturated-palette.d.ts +0 -41
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-saturated-palette-changes.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-saturated-palette-changes.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-saturated-palette-changes.d.ts +0 -109
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-saturated-palette-changes.d.ts +0 -89
- package/figma/atlassian-dark-saturated-palette-changes.json +0 -3540
- package/figma/atlassian-light-saturated-palette-changes.json +0 -3519
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::f47d9f47ef16beee5acf8619a5053ef1>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
const tokens = [{
|
|
@@ -48,7 +48,7 @@ const tokens = [{
|
|
|
48
48
|
"path": ["color", "text", "accent", "lime", "[default]"],
|
|
49
49
|
"cleanName": "color.text.accent.lime"
|
|
50
50
|
}, {
|
|
51
|
-
"value": "#
|
|
51
|
+
"value": "#EFFFD6",
|
|
52
52
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
53
53
|
"isSource": true,
|
|
54
54
|
"attributes": {
|
|
@@ -70,7 +70,7 @@ const tokens = [{
|
|
|
70
70
|
"path": ["color", "text", "accent", "lime", "bolder"],
|
|
71
71
|
"cleanName": "color.text.accent.lime.bolder"
|
|
72
72
|
}, {
|
|
73
|
-
"value": "#
|
|
73
|
+
"value": "#FFD5D2",
|
|
74
74
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
75
75
|
"isSource": true,
|
|
76
76
|
"attributes": {
|
|
@@ -92,7 +92,7 @@ const tokens = [{
|
|
|
92
92
|
"path": ["color", "text", "accent", "red", "[default]"],
|
|
93
93
|
"cleanName": "color.text.accent.red"
|
|
94
94
|
}, {
|
|
95
|
-
"value": "#
|
|
95
|
+
"value": "#FFECEB",
|
|
96
96
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
97
97
|
"isSource": true,
|
|
98
98
|
"attributes": {
|
|
@@ -114,7 +114,7 @@ const tokens = [{
|
|
|
114
114
|
"path": ["color", "text", "accent", "red", "bolder"],
|
|
115
115
|
"cleanName": "color.text.accent.red.bolder"
|
|
116
116
|
}, {
|
|
117
|
-
"value": "#
|
|
117
|
+
"value": "#FEDEC8",
|
|
118
118
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
119
119
|
"isSource": true,
|
|
120
120
|
"attributes": {
|
|
@@ -136,7 +136,7 @@ const tokens = [{
|
|
|
136
136
|
"path": ["color", "text", "accent", "orange", "[default]"],
|
|
137
137
|
"cleanName": "color.text.accent.orange"
|
|
138
138
|
}, {
|
|
139
|
-
"value": "#
|
|
139
|
+
"value": "#FFF3EB",
|
|
140
140
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
141
141
|
"isSource": true,
|
|
142
142
|
"attributes": {
|
|
@@ -224,7 +224,7 @@ const tokens = [{
|
|
|
224
224
|
"path": ["color", "text", "accent", "green", "[default]"],
|
|
225
225
|
"cleanName": "color.text.accent.green"
|
|
226
226
|
}, {
|
|
227
|
-
"value": "#
|
|
227
|
+
"value": "#DCFFF1",
|
|
228
228
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
229
229
|
"isSource": true,
|
|
230
230
|
"attributes": {
|
|
@@ -246,7 +246,7 @@ const tokens = [{
|
|
|
246
246
|
"path": ["color", "text", "accent", "green", "bolder"],
|
|
247
247
|
"cleanName": "color.text.accent.green.bolder"
|
|
248
248
|
}, {
|
|
249
|
-
"value": "#
|
|
249
|
+
"value": "#C6EDFB",
|
|
250
250
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
251
251
|
"isSource": true,
|
|
252
252
|
"attributes": {
|
|
@@ -268,7 +268,7 @@ const tokens = [{
|
|
|
268
268
|
"path": ["color", "text", "accent", "teal", "[default]"],
|
|
269
269
|
"cleanName": "color.text.accent.teal"
|
|
270
270
|
}, {
|
|
271
|
-
"value": "#
|
|
271
|
+
"value": "#E7F9FF",
|
|
272
272
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
273
273
|
"isSource": true,
|
|
274
274
|
"attributes": {
|
|
@@ -554,7 +554,7 @@ const tokens = [{
|
|
|
554
554
|
"path": ["color", "text", "brand"],
|
|
555
555
|
"cleanName": "color.text.brand"
|
|
556
556
|
}, {
|
|
557
|
-
"value": "#
|
|
557
|
+
"value": "#FFD5D2",
|
|
558
558
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
|
|
559
559
|
"isSource": true,
|
|
560
560
|
"attributes": {
|
|
@@ -576,7 +576,7 @@ const tokens = [{
|
|
|
576
576
|
"path": ["color", "text", "danger"],
|
|
577
577
|
"cleanName": "color.text.danger"
|
|
578
578
|
}, {
|
|
579
|
-
"value": "#
|
|
579
|
+
"value": "#FEDEC8",
|
|
580
580
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/text.tsx",
|
|
581
581
|
"isSource": true,
|
|
582
582
|
"attributes": {
|
|
@@ -840,7 +840,7 @@ const tokens = [{
|
|
|
840
840
|
"path": ["color", "icon", "accent", "lime"],
|
|
841
841
|
"cleanName": "color.icon.accent.lime"
|
|
842
842
|
}, {
|
|
843
|
-
"value": "#
|
|
843
|
+
"value": "#FD9891",
|
|
844
844
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
845
845
|
"isSource": true,
|
|
846
846
|
"attributes": {
|
|
@@ -862,7 +862,7 @@ const tokens = [{
|
|
|
862
862
|
"path": ["color", "icon", "accent", "red"],
|
|
863
863
|
"cleanName": "color.icon.accent.red"
|
|
864
864
|
}, {
|
|
865
|
-
"value": "#
|
|
865
|
+
"value": "#FEC195",
|
|
866
866
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
867
867
|
"isSource": true,
|
|
868
868
|
"attributes": {
|
|
@@ -928,7 +928,7 @@ const tokens = [{
|
|
|
928
928
|
"path": ["color", "icon", "accent", "green"],
|
|
929
929
|
"cleanName": "color.icon.accent.green"
|
|
930
930
|
}, {
|
|
931
|
-
"value": "#
|
|
931
|
+
"value": "#9DD9EE",
|
|
932
932
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
933
933
|
"isSource": true,
|
|
934
934
|
"attributes": {
|
|
@@ -1126,7 +1126,7 @@ const tokens = [{
|
|
|
1126
1126
|
"path": ["color", "icon", "brand"],
|
|
1127
1127
|
"cleanName": "color.icon.brand"
|
|
1128
1128
|
}, {
|
|
1129
|
-
"value": "#
|
|
1129
|
+
"value": "#F87168",
|
|
1130
1130
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
1131
1131
|
"isSource": true,
|
|
1132
1132
|
"attributes": {
|
|
@@ -1148,7 +1148,7 @@ const tokens = [{
|
|
|
1148
1148
|
"path": ["color", "icon", "danger"],
|
|
1149
1149
|
"cleanName": "color.icon.danger"
|
|
1150
1150
|
}, {
|
|
1151
|
-
"value": "#
|
|
1151
|
+
"value": "#FEC195",
|
|
1152
1152
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/icon.tsx",
|
|
1153
1153
|
"isSource": true,
|
|
1154
1154
|
"attributes": {
|
|
@@ -1324,7 +1324,7 @@ const tokens = [{
|
|
|
1324
1324
|
"path": ["color", "border", "accent", "lime"],
|
|
1325
1325
|
"cleanName": "color.border.accent.lime"
|
|
1326
1326
|
}, {
|
|
1327
|
-
"value": "#
|
|
1327
|
+
"value": "#FD9891",
|
|
1328
1328
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
1329
1329
|
"isSource": true,
|
|
1330
1330
|
"attributes": {
|
|
@@ -1346,7 +1346,7 @@ const tokens = [{
|
|
|
1346
1346
|
"path": ["color", "border", "accent", "red"],
|
|
1347
1347
|
"cleanName": "color.border.accent.red"
|
|
1348
1348
|
}, {
|
|
1349
|
-
"value": "#
|
|
1349
|
+
"value": "#FEC195",
|
|
1350
1350
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
1351
1351
|
"isSource": true,
|
|
1352
1352
|
"attributes": {
|
|
@@ -1412,7 +1412,7 @@ const tokens = [{
|
|
|
1412
1412
|
"path": ["color", "border", "accent", "green"],
|
|
1413
1413
|
"cleanName": "color.border.accent.green"
|
|
1414
1414
|
}, {
|
|
1415
|
-
"value": "#
|
|
1415
|
+
"value": "#9DD9EE",
|
|
1416
1416
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
1417
1417
|
"isSource": true,
|
|
1418
1418
|
"attributes": {
|
|
@@ -1654,7 +1654,7 @@ const tokens = [{
|
|
|
1654
1654
|
"path": ["color", "border", "brand"],
|
|
1655
1655
|
"cleanName": "color.border.brand"
|
|
1656
1656
|
}, {
|
|
1657
|
-
"value": "#
|
|
1657
|
+
"value": "#F87168",
|
|
1658
1658
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
1659
1659
|
"isSource": true,
|
|
1660
1660
|
"attributes": {
|
|
@@ -1676,7 +1676,7 @@ const tokens = [{
|
|
|
1676
1676
|
"path": ["color", "border", "danger"],
|
|
1677
1677
|
"cleanName": "color.border.danger"
|
|
1678
1678
|
}, {
|
|
1679
|
-
"value": "#
|
|
1679
|
+
"value": "#FEC195",
|
|
1680
1680
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/border.tsx",
|
|
1681
1681
|
"isSource": true,
|
|
1682
1682
|
"attributes": {
|
|
@@ -1786,7 +1786,7 @@ const tokens = [{
|
|
|
1786
1786
|
"path": ["color", "border", "bold"],
|
|
1787
1787
|
"cleanName": "color.border.bold"
|
|
1788
1788
|
}, {
|
|
1789
|
-
"value": "#
|
|
1789
|
+
"value": "#28311B",
|
|
1790
1790
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1791
1791
|
"isSource": false,
|
|
1792
1792
|
"attributes": {
|
|
@@ -1962,7 +1962,7 @@ const tokens = [{
|
|
|
1962
1962
|
"path": ["color", "background", "accent", "lime", "subtle", "hovered"],
|
|
1963
1963
|
"cleanName": "color.background.accent.lime.subtle.hovered"
|
|
1964
1964
|
}, {
|
|
1965
|
-
"value": "#
|
|
1965
|
+
"value": "#28311B",
|
|
1966
1966
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
1967
1967
|
"isSource": false,
|
|
1968
1968
|
"attributes": {
|
|
@@ -2006,7 +2006,7 @@ const tokens = [{
|
|
|
2006
2006
|
"path": ["color", "background", "accent", "lime", "bolder", "[default]"],
|
|
2007
2007
|
"cleanName": "color.background.accent.lime.bolder"
|
|
2008
2008
|
}, {
|
|
2009
|
-
"value": "#
|
|
2009
|
+
"value": "#EFFFD6",
|
|
2010
2010
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2011
2011
|
"isSource": true,
|
|
2012
2012
|
"attributes": {
|
|
@@ -2050,7 +2050,7 @@ const tokens = [{
|
|
|
2050
2050
|
"path": ["color", "background", "accent", "lime", "bolder", "pressed"],
|
|
2051
2051
|
"cleanName": "color.background.accent.lime.bolder.pressed"
|
|
2052
2052
|
}, {
|
|
2053
|
-
"value": "#
|
|
2053
|
+
"value": "#42221F",
|
|
2054
2054
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2055
2055
|
"isSource": false,
|
|
2056
2056
|
"attributes": {
|
|
@@ -2072,7 +2072,7 @@ const tokens = [{
|
|
|
2072
2072
|
"path": ["color", "background", "accent", "red", "subtlest", "[default]"],
|
|
2073
2073
|
"cleanName": "color.background.accent.red.subtlest"
|
|
2074
2074
|
}, {
|
|
2075
|
-
"value": "#
|
|
2075
|
+
"value": "#5D1F1A",
|
|
2076
2076
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2077
2077
|
"isSource": false,
|
|
2078
2078
|
"attributes": {
|
|
@@ -2094,7 +2094,7 @@ const tokens = [{
|
|
|
2094
2094
|
"path": ["color", "background", "accent", "red", "subtlest", "hovered"],
|
|
2095
2095
|
"cleanName": "color.background.accent.red.subtlest.hovered"
|
|
2096
2096
|
}, {
|
|
2097
|
-
"value": "#
|
|
2097
|
+
"value": "#AE2E24",
|
|
2098
2098
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2099
2099
|
"isSource": false,
|
|
2100
2100
|
"attributes": {
|
|
@@ -2116,7 +2116,7 @@ const tokens = [{
|
|
|
2116
2116
|
"path": ["color", "background", "accent", "red", "subtlest", "pressed"],
|
|
2117
2117
|
"cleanName": "color.background.accent.red.subtlest.pressed"
|
|
2118
2118
|
}, {
|
|
2119
|
-
"value": "#
|
|
2119
|
+
"value": "#5D1F1A",
|
|
2120
2120
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2121
2121
|
"isSource": false,
|
|
2122
2122
|
"attributes": {
|
|
@@ -2138,7 +2138,7 @@ const tokens = [{
|
|
|
2138
2138
|
"path": ["color", "background", "accent", "red", "subtler", "[default]"],
|
|
2139
2139
|
"cleanName": "color.background.accent.red.subtler"
|
|
2140
2140
|
}, {
|
|
2141
|
-
"value": "#
|
|
2141
|
+
"value": "#AE2E24",
|
|
2142
2142
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2143
2143
|
"isSource": false,
|
|
2144
2144
|
"attributes": {
|
|
@@ -2160,7 +2160,7 @@ const tokens = [{
|
|
|
2160
2160
|
"path": ["color", "background", "accent", "red", "subtler", "hovered"],
|
|
2161
2161
|
"cleanName": "color.background.accent.red.subtler.hovered"
|
|
2162
2162
|
}, {
|
|
2163
|
-
"value": "#
|
|
2163
|
+
"value": "#C9372C",
|
|
2164
2164
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2165
2165
|
"isSource": false,
|
|
2166
2166
|
"attributes": {
|
|
@@ -2182,7 +2182,7 @@ const tokens = [{
|
|
|
2182
2182
|
"path": ["color", "background", "accent", "red", "subtler", "pressed"],
|
|
2183
2183
|
"cleanName": "color.background.accent.red.subtler.pressed"
|
|
2184
2184
|
}, {
|
|
2185
|
-
"value": "#
|
|
2185
|
+
"value": "#AE2E24",
|
|
2186
2186
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2187
2187
|
"isSource": false,
|
|
2188
2188
|
"attributes": {
|
|
@@ -2204,7 +2204,7 @@ const tokens = [{
|
|
|
2204
2204
|
"path": ["color", "background", "accent", "red", "subtle", "[default]"],
|
|
2205
2205
|
"cleanName": "color.background.accent.red.subtle"
|
|
2206
2206
|
}, {
|
|
2207
|
-
"value": "#
|
|
2207
|
+
"value": "#5D1F1A",
|
|
2208
2208
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2209
2209
|
"isSource": false,
|
|
2210
2210
|
"attributes": {
|
|
@@ -2226,7 +2226,7 @@ const tokens = [{
|
|
|
2226
2226
|
"path": ["color", "background", "accent", "red", "subtle", "hovered"],
|
|
2227
2227
|
"cleanName": "color.background.accent.red.subtle.hovered"
|
|
2228
2228
|
}, {
|
|
2229
|
-
"value": "#
|
|
2229
|
+
"value": "#42221F",
|
|
2230
2230
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2231
2231
|
"isSource": false,
|
|
2232
2232
|
"attributes": {
|
|
@@ -2248,7 +2248,7 @@ const tokens = [{
|
|
|
2248
2248
|
"path": ["color", "background", "accent", "red", "subtle", "pressed"],
|
|
2249
2249
|
"cleanName": "color.background.accent.red.subtle.pressed"
|
|
2250
2250
|
}, {
|
|
2251
|
-
"value": "#
|
|
2251
|
+
"value": "#FFD5D2",
|
|
2252
2252
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2253
2253
|
"isSource": true,
|
|
2254
2254
|
"attributes": {
|
|
@@ -2270,7 +2270,7 @@ const tokens = [{
|
|
|
2270
2270
|
"path": ["color", "background", "accent", "red", "bolder", "[default]"],
|
|
2271
2271
|
"cleanName": "color.background.accent.red.bolder"
|
|
2272
2272
|
}, {
|
|
2273
|
-
"value": "#
|
|
2273
|
+
"value": "#FFECEB",
|
|
2274
2274
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2275
2275
|
"isSource": true,
|
|
2276
2276
|
"attributes": {
|
|
@@ -2292,7 +2292,7 @@ const tokens = [{
|
|
|
2292
2292
|
"path": ["color", "background", "accent", "red", "bolder", "hovered"],
|
|
2293
2293
|
"cleanName": "color.background.accent.red.bolder.hovered"
|
|
2294
2294
|
}, {
|
|
2295
|
-
"value": "#
|
|
2295
|
+
"value": "#FFD5D2",
|
|
2296
2296
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2297
2297
|
"isSource": false,
|
|
2298
2298
|
"attributes": {
|
|
@@ -2314,7 +2314,7 @@ const tokens = [{
|
|
|
2314
2314
|
"path": ["color", "background", "accent", "red", "bolder", "pressed"],
|
|
2315
2315
|
"cleanName": "color.background.accent.red.bolder.pressed"
|
|
2316
2316
|
}, {
|
|
2317
|
-
"value": "#
|
|
2317
|
+
"value": "#38291E",
|
|
2318
2318
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2319
2319
|
"isSource": false,
|
|
2320
2320
|
"attributes": {
|
|
@@ -2336,7 +2336,7 @@ const tokens = [{
|
|
|
2336
2336
|
"path": ["color", "background", "accent", "orange", "subtlest", "[default]"],
|
|
2337
2337
|
"cleanName": "color.background.accent.orange.subtlest"
|
|
2338
2338
|
}, {
|
|
2339
|
-
"value": "#
|
|
2339
|
+
"value": "#702E00",
|
|
2340
2340
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2341
2341
|
"isSource": false,
|
|
2342
2342
|
"attributes": {
|
|
@@ -2358,7 +2358,7 @@ const tokens = [{
|
|
|
2358
2358
|
"path": ["color", "background", "accent", "orange", "subtlest", "hovered"],
|
|
2359
2359
|
"cleanName": "color.background.accent.orange.subtlest.hovered"
|
|
2360
2360
|
}, {
|
|
2361
|
-
"value": "#
|
|
2361
|
+
"value": "#A54800",
|
|
2362
2362
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2363
2363
|
"isSource": false,
|
|
2364
2364
|
"attributes": {
|
|
@@ -2380,7 +2380,7 @@ const tokens = [{
|
|
|
2380
2380
|
"path": ["color", "background", "accent", "orange", "subtlest", "pressed"],
|
|
2381
2381
|
"cleanName": "color.background.accent.orange.subtlest.pressed"
|
|
2382
2382
|
}, {
|
|
2383
|
-
"value": "#
|
|
2383
|
+
"value": "#702E00",
|
|
2384
2384
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2385
2385
|
"isSource": false,
|
|
2386
2386
|
"attributes": {
|
|
@@ -2402,7 +2402,7 @@ const tokens = [{
|
|
|
2402
2402
|
"path": ["color", "background", "accent", "orange", "subtler", "[default]"],
|
|
2403
2403
|
"cleanName": "color.background.accent.orange.subtler"
|
|
2404
2404
|
}, {
|
|
2405
|
-
"value": "#
|
|
2405
|
+
"value": "#A54800",
|
|
2406
2406
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2407
2407
|
"isSource": false,
|
|
2408
2408
|
"attributes": {
|
|
@@ -2424,7 +2424,7 @@ const tokens = [{
|
|
|
2424
2424
|
"path": ["color", "background", "accent", "orange", "subtler", "hovered"],
|
|
2425
2425
|
"cleanName": "color.background.accent.orange.subtler.hovered"
|
|
2426
2426
|
}, {
|
|
2427
|
-
"value": "#
|
|
2427
|
+
"value": "#C25100",
|
|
2428
2428
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2429
2429
|
"isSource": false,
|
|
2430
2430
|
"attributes": {
|
|
@@ -2446,7 +2446,7 @@ const tokens = [{
|
|
|
2446
2446
|
"path": ["color", "background", "accent", "orange", "subtler", "pressed"],
|
|
2447
2447
|
"cleanName": "color.background.accent.orange.subtler.pressed"
|
|
2448
2448
|
}, {
|
|
2449
|
-
"value": "#
|
|
2449
|
+
"value": "#A54800",
|
|
2450
2450
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2451
2451
|
"isSource": false,
|
|
2452
2452
|
"attributes": {
|
|
@@ -2468,7 +2468,7 @@ const tokens = [{
|
|
|
2468
2468
|
"path": ["color", "background", "accent", "orange", "subtle", "[default]"],
|
|
2469
2469
|
"cleanName": "color.background.accent.orange.subtle"
|
|
2470
2470
|
}, {
|
|
2471
|
-
"value": "#
|
|
2471
|
+
"value": "#702E00",
|
|
2472
2472
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2473
2473
|
"isSource": false,
|
|
2474
2474
|
"attributes": {
|
|
@@ -2490,7 +2490,7 @@ const tokens = [{
|
|
|
2490
2490
|
"path": ["color", "background", "accent", "orange", "subtle", "hovered"],
|
|
2491
2491
|
"cleanName": "color.background.accent.orange.subtle.hovered"
|
|
2492
2492
|
}, {
|
|
2493
|
-
"value": "#
|
|
2493
|
+
"value": "#38291E",
|
|
2494
2494
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2495
2495
|
"isSource": false,
|
|
2496
2496
|
"attributes": {
|
|
@@ -2512,7 +2512,7 @@ const tokens = [{
|
|
|
2512
2512
|
"path": ["color", "background", "accent", "orange", "subtle", "pressed"],
|
|
2513
2513
|
"cleanName": "color.background.accent.orange.subtle.pressed"
|
|
2514
2514
|
}, {
|
|
2515
|
-
"value": "#
|
|
2515
|
+
"value": "#FEDEC8",
|
|
2516
2516
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2517
2517
|
"isSource": true,
|
|
2518
2518
|
"attributes": {
|
|
@@ -2534,7 +2534,7 @@ const tokens = [{
|
|
|
2534
2534
|
"path": ["color", "background", "accent", "orange", "bolder", "[default]"],
|
|
2535
2535
|
"cleanName": "color.background.accent.orange.bolder"
|
|
2536
2536
|
}, {
|
|
2537
|
-
"value": "#
|
|
2537
|
+
"value": "#FFF3EB",
|
|
2538
2538
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
2539
2539
|
"isSource": true,
|
|
2540
2540
|
"attributes": {
|
|
@@ -2556,7 +2556,7 @@ const tokens = [{
|
|
|
2556
2556
|
"path": ["color", "background", "accent", "orange", "bolder", "hovered"],
|
|
2557
2557
|
"cleanName": "color.background.accent.orange.bolder.hovered"
|
|
2558
2558
|
}, {
|
|
2559
|
-
"value": "#
|
|
2559
|
+
"value": "#FEDEC8",
|
|
2560
2560
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2561
2561
|
"isSource": false,
|
|
2562
2562
|
"attributes": {
|
|
@@ -2578,7 +2578,7 @@ const tokens = [{
|
|
|
2578
2578
|
"path": ["color", "background", "accent", "orange", "bolder", "pressed"],
|
|
2579
2579
|
"cleanName": "color.background.accent.orange.bolder.pressed"
|
|
2580
2580
|
}, {
|
|
2581
|
-
"value": "#
|
|
2581
|
+
"value": "#332E1B",
|
|
2582
2582
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2583
2583
|
"isSource": false,
|
|
2584
2584
|
"attributes": {
|
|
@@ -2754,7 +2754,7 @@ const tokens = [{
|
|
|
2754
2754
|
"path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
|
|
2755
2755
|
"cleanName": "color.background.accent.yellow.subtle.hovered"
|
|
2756
2756
|
}, {
|
|
2757
|
-
"value": "#
|
|
2757
|
+
"value": "#332E1B",
|
|
2758
2758
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2759
2759
|
"isSource": false,
|
|
2760
2760
|
"attributes": {
|
|
@@ -2842,7 +2842,7 @@ const tokens = [{
|
|
|
2842
2842
|
"path": ["color", "background", "accent", "yellow", "bolder", "pressed"],
|
|
2843
2843
|
"cleanName": "color.background.accent.yellow.bolder.pressed"
|
|
2844
2844
|
}, {
|
|
2845
|
-
"value": "#
|
|
2845
|
+
"value": "#1C3329",
|
|
2846
2846
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
2847
2847
|
"isSource": false,
|
|
2848
2848
|
"attributes": {
|
|
@@ -3018,7 +3018,7 @@ const tokens = [{
|
|
|
3018
3018
|
"path": ["color", "background", "accent", "green", "subtle", "hovered"],
|
|
3019
3019
|
"cleanName": "color.background.accent.green.subtle.hovered"
|
|
3020
3020
|
}, {
|
|
3021
|
-
"value": "#
|
|
3021
|
+
"value": "#1C3329",
|
|
3022
3022
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3023
3023
|
"isSource": false,
|
|
3024
3024
|
"attributes": {
|
|
@@ -3062,7 +3062,7 @@ const tokens = [{
|
|
|
3062
3062
|
"path": ["color", "background", "accent", "green", "bolder", "[default]"],
|
|
3063
3063
|
"cleanName": "color.background.accent.green.bolder"
|
|
3064
3064
|
}, {
|
|
3065
|
-
"value": "#
|
|
3065
|
+
"value": "#DCFFF1",
|
|
3066
3066
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
3067
3067
|
"isSource": true,
|
|
3068
3068
|
"attributes": {
|
|
@@ -3106,7 +3106,7 @@ const tokens = [{
|
|
|
3106
3106
|
"path": ["color", "background", "accent", "green", "bolder", "pressed"],
|
|
3107
3107
|
"cleanName": "color.background.accent.green.bolder.pressed"
|
|
3108
3108
|
}, {
|
|
3109
|
-
"value": "#
|
|
3109
|
+
"value": "#1E3137",
|
|
3110
3110
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3111
3111
|
"isSource": false,
|
|
3112
3112
|
"attributes": {
|
|
@@ -3128,7 +3128,7 @@ const tokens = [{
|
|
|
3128
3128
|
"path": ["color", "background", "accent", "teal", "subtlest", "[default]"],
|
|
3129
3129
|
"cleanName": "color.background.accent.teal.subtlest"
|
|
3130
3130
|
}, {
|
|
3131
|
-
"value": "#
|
|
3131
|
+
"value": "#164555",
|
|
3132
3132
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3133
3133
|
"isSource": false,
|
|
3134
3134
|
"attributes": {
|
|
@@ -3150,7 +3150,7 @@ const tokens = [{
|
|
|
3150
3150
|
"path": ["color", "background", "accent", "teal", "subtlest", "hovered"],
|
|
3151
3151
|
"cleanName": "color.background.accent.teal.subtlest.hovered"
|
|
3152
3152
|
}, {
|
|
3153
|
-
"value": "#
|
|
3153
|
+
"value": "#206A83",
|
|
3154
3154
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3155
3155
|
"isSource": false,
|
|
3156
3156
|
"attributes": {
|
|
@@ -3172,7 +3172,7 @@ const tokens = [{
|
|
|
3172
3172
|
"path": ["color", "background", "accent", "teal", "subtlest", "pressed"],
|
|
3173
3173
|
"cleanName": "color.background.accent.teal.subtlest.pressed"
|
|
3174
3174
|
}, {
|
|
3175
|
-
"value": "#
|
|
3175
|
+
"value": "#164555",
|
|
3176
3176
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3177
3177
|
"isSource": false,
|
|
3178
3178
|
"attributes": {
|
|
@@ -3194,7 +3194,7 @@ const tokens = [{
|
|
|
3194
3194
|
"path": ["color", "background", "accent", "teal", "subtler", "[default]"],
|
|
3195
3195
|
"cleanName": "color.background.accent.teal.subtler"
|
|
3196
3196
|
}, {
|
|
3197
|
-
"value": "#
|
|
3197
|
+
"value": "#206A83",
|
|
3198
3198
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3199
3199
|
"isSource": false,
|
|
3200
3200
|
"attributes": {
|
|
@@ -3216,7 +3216,7 @@ const tokens = [{
|
|
|
3216
3216
|
"path": ["color", "background", "accent", "teal", "subtler", "hovered"],
|
|
3217
3217
|
"cleanName": "color.background.accent.teal.subtler.hovered"
|
|
3218
3218
|
}, {
|
|
3219
|
-
"value": "#
|
|
3219
|
+
"value": "#227D9B",
|
|
3220
3220
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3221
3221
|
"isSource": false,
|
|
3222
3222
|
"attributes": {
|
|
@@ -3238,7 +3238,7 @@ const tokens = [{
|
|
|
3238
3238
|
"path": ["color", "background", "accent", "teal", "subtler", "pressed"],
|
|
3239
3239
|
"cleanName": "color.background.accent.teal.subtler.pressed"
|
|
3240
3240
|
}, {
|
|
3241
|
-
"value": "#
|
|
3241
|
+
"value": "#206A83",
|
|
3242
3242
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3243
3243
|
"isSource": false,
|
|
3244
3244
|
"attributes": {
|
|
@@ -3260,7 +3260,7 @@ const tokens = [{
|
|
|
3260
3260
|
"path": ["color", "background", "accent", "teal", "subtle", "[default]"],
|
|
3261
3261
|
"cleanName": "color.background.accent.teal.subtle"
|
|
3262
3262
|
}, {
|
|
3263
|
-
"value": "#
|
|
3263
|
+
"value": "#164555",
|
|
3264
3264
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3265
3265
|
"isSource": false,
|
|
3266
3266
|
"attributes": {
|
|
@@ -3282,7 +3282,7 @@ const tokens = [{
|
|
|
3282
3282
|
"path": ["color", "background", "accent", "teal", "subtle", "hovered"],
|
|
3283
3283
|
"cleanName": "color.background.accent.teal.subtle.hovered"
|
|
3284
3284
|
}, {
|
|
3285
|
-
"value": "#
|
|
3285
|
+
"value": "#1E3137",
|
|
3286
3286
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3287
3287
|
"isSource": false,
|
|
3288
3288
|
"attributes": {
|
|
@@ -3304,7 +3304,7 @@ const tokens = [{
|
|
|
3304
3304
|
"path": ["color", "background", "accent", "teal", "subtle", "pressed"],
|
|
3305
3305
|
"cleanName": "color.background.accent.teal.subtle.pressed"
|
|
3306
3306
|
}, {
|
|
3307
|
-
"value": "#
|
|
3307
|
+
"value": "#C6EDFB",
|
|
3308
3308
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
3309
3309
|
"isSource": true,
|
|
3310
3310
|
"attributes": {
|
|
@@ -3326,7 +3326,7 @@ const tokens = [{
|
|
|
3326
3326
|
"path": ["color", "background", "accent", "teal", "bolder", "[default]"],
|
|
3327
3327
|
"cleanName": "color.background.accent.teal.bolder"
|
|
3328
3328
|
}, {
|
|
3329
|
-
"value": "#
|
|
3329
|
+
"value": "#E7F9FF",
|
|
3330
3330
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/accent.tsx",
|
|
3331
3331
|
"isSource": true,
|
|
3332
3332
|
"attributes": {
|
|
@@ -3348,7 +3348,7 @@ const tokens = [{
|
|
|
3348
3348
|
"path": ["color", "background", "accent", "teal", "bolder", "hovered"],
|
|
3349
3349
|
"cleanName": "color.background.accent.teal.bolder.hovered"
|
|
3350
3350
|
}, {
|
|
3351
|
-
"value": "#
|
|
3351
|
+
"value": "#C6EDFB",
|
|
3352
3352
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3353
3353
|
"isSource": false,
|
|
3354
3354
|
"attributes": {
|
|
@@ -3370,7 +3370,7 @@ const tokens = [{
|
|
|
3370
3370
|
"path": ["color", "background", "accent", "teal", "bolder", "pressed"],
|
|
3371
3371
|
"cleanName": "color.background.accent.teal.bolder.pressed"
|
|
3372
3372
|
}, {
|
|
3373
|
-
"value": "#
|
|
3373
|
+
"value": "#1C2B41",
|
|
3374
3374
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3375
3375
|
"isSource": false,
|
|
3376
3376
|
"attributes": {
|
|
@@ -3546,7 +3546,7 @@ const tokens = [{
|
|
|
3546
3546
|
"path": ["color", "background", "accent", "blue", "subtle", "hovered"],
|
|
3547
3547
|
"cleanName": "color.background.accent.blue.subtle.hovered"
|
|
3548
3548
|
}, {
|
|
3549
|
-
"value": "#
|
|
3549
|
+
"value": "#1C2B41",
|
|
3550
3550
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3551
3551
|
"isSource": false,
|
|
3552
3552
|
"attributes": {
|
|
@@ -3634,7 +3634,7 @@ const tokens = [{
|
|
|
3634
3634
|
"path": ["color", "background", "accent", "blue", "bolder", "pressed"],
|
|
3635
3635
|
"cleanName": "color.background.accent.blue.bolder.pressed"
|
|
3636
3636
|
}, {
|
|
3637
|
-
"value": "#
|
|
3637
|
+
"value": "#2B273F",
|
|
3638
3638
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3639
3639
|
"isSource": false,
|
|
3640
3640
|
"attributes": {
|
|
@@ -3810,7 +3810,7 @@ const tokens = [{
|
|
|
3810
3810
|
"path": ["color", "background", "accent", "purple", "subtle", "hovered"],
|
|
3811
3811
|
"cleanName": "color.background.accent.purple.subtle.hovered"
|
|
3812
3812
|
}, {
|
|
3813
|
-
"value": "#
|
|
3813
|
+
"value": "#2B273F",
|
|
3814
3814
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3815
3815
|
"isSource": false,
|
|
3816
3816
|
"attributes": {
|
|
@@ -3898,7 +3898,7 @@ const tokens = [{
|
|
|
3898
3898
|
"path": ["color", "background", "accent", "purple", "bolder", "pressed"],
|
|
3899
3899
|
"cleanName": "color.background.accent.purple.bolder.pressed"
|
|
3900
3900
|
}, {
|
|
3901
|
-
"value": "#
|
|
3901
|
+
"value": "#3D2232",
|
|
3902
3902
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
3903
3903
|
"isSource": false,
|
|
3904
3904
|
"attributes": {
|
|
@@ -4074,7 +4074,7 @@ const tokens = [{
|
|
|
4074
4074
|
"path": ["color", "background", "accent", "magenta", "subtle", "hovered"],
|
|
4075
4075
|
"cleanName": "color.background.accent.magenta.subtle.hovered"
|
|
4076
4076
|
}, {
|
|
4077
|
-
"value": "#
|
|
4077
|
+
"value": "#3D2232",
|
|
4078
4078
|
"filePath": "schema/themes/atlassian-dark/color/accent.tsx",
|
|
4079
4079
|
"isSource": false,
|
|
4080
4080
|
"attributes": {
|
|
@@ -4778,7 +4778,7 @@ const tokens = [{
|
|
|
4778
4778
|
"path": ["color", "background", "neutral", "bold", "pressed"],
|
|
4779
4779
|
"cleanName": "color.background.neutral.bold.pressed"
|
|
4780
4780
|
}, {
|
|
4781
|
-
"value": "#
|
|
4781
|
+
"value": "#1C2B41",
|
|
4782
4782
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4783
4783
|
"isSource": false,
|
|
4784
4784
|
"attributes": {
|
|
@@ -4910,7 +4910,7 @@ const tokens = [{
|
|
|
4910
4910
|
"path": ["color", "background", "selected", "bold", "pressed"],
|
|
4911
4911
|
"cleanName": "color.background.selected.bold.pressed"
|
|
4912
4912
|
}, {
|
|
4913
|
-
"value": "#
|
|
4913
|
+
"value": "#1C2B41",
|
|
4914
4914
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
4915
4915
|
"isSource": false,
|
|
4916
4916
|
"attributes": {
|
|
@@ -5108,7 +5108,7 @@ const tokens = [{
|
|
|
5108
5108
|
"path": ["color", "background", "brand", "boldest", "pressed"],
|
|
5109
5109
|
"cleanName": "color.background.brand.boldest.pressed"
|
|
5110
5110
|
}, {
|
|
5111
|
-
"value": "#
|
|
5111
|
+
"value": "#42221F",
|
|
5112
5112
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5113
5113
|
"isSource": false,
|
|
5114
5114
|
"attributes": {
|
|
@@ -5130,7 +5130,7 @@ const tokens = [{
|
|
|
5130
5130
|
"path": ["color", "background", "danger", "[default]", "[default]"],
|
|
5131
5131
|
"cleanName": "color.background.danger"
|
|
5132
5132
|
}, {
|
|
5133
|
-
"value": "#
|
|
5133
|
+
"value": "#5D1F1A",
|
|
5134
5134
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5135
5135
|
"isSource": false,
|
|
5136
5136
|
"attributes": {
|
|
@@ -5152,7 +5152,7 @@ const tokens = [{
|
|
|
5152
5152
|
"path": ["color", "background", "danger", "[default]", "hovered"],
|
|
5153
5153
|
"cleanName": "color.background.danger.hovered"
|
|
5154
5154
|
}, {
|
|
5155
|
-
"value": "#
|
|
5155
|
+
"value": "#AE2E24",
|
|
5156
5156
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5157
5157
|
"isSource": false,
|
|
5158
5158
|
"attributes": {
|
|
@@ -5174,7 +5174,7 @@ const tokens = [{
|
|
|
5174
5174
|
"path": ["color", "background", "danger", "[default]", "pressed"],
|
|
5175
5175
|
"cleanName": "color.background.danger.pressed"
|
|
5176
5176
|
}, {
|
|
5177
|
-
"value": "#
|
|
5177
|
+
"value": "#FFD5D2",
|
|
5178
5178
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5179
5179
|
"isSource": true,
|
|
5180
5180
|
"attributes": {
|
|
@@ -5196,7 +5196,7 @@ const tokens = [{
|
|
|
5196
5196
|
"path": ["color", "background", "danger", "bold", "[default]"],
|
|
5197
5197
|
"cleanName": "color.background.danger.bold"
|
|
5198
5198
|
}, {
|
|
5199
|
-
"value": "#
|
|
5199
|
+
"value": "#FFECEB",
|
|
5200
5200
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5201
5201
|
"isSource": true,
|
|
5202
5202
|
"attributes": {
|
|
@@ -5240,7 +5240,7 @@ const tokens = [{
|
|
|
5240
5240
|
"path": ["color", "background", "danger", "bold", "pressed"],
|
|
5241
5241
|
"cleanName": "color.background.danger.bold.pressed"
|
|
5242
5242
|
}, {
|
|
5243
|
-
"value": "#
|
|
5243
|
+
"value": "#332E1B",
|
|
5244
5244
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5245
5245
|
"isSource": false,
|
|
5246
5246
|
"attributes": {
|
|
@@ -5372,7 +5372,7 @@ const tokens = [{
|
|
|
5372
5372
|
"path": ["color", "background", "warning", "bold", "pressed"],
|
|
5373
5373
|
"cleanName": "color.background.warning.bold.pressed"
|
|
5374
5374
|
}, {
|
|
5375
|
-
"value": "#
|
|
5375
|
+
"value": "#1C3329",
|
|
5376
5376
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5377
5377
|
"isSource": false,
|
|
5378
5378
|
"attributes": {
|
|
@@ -5460,7 +5460,7 @@ const tokens = [{
|
|
|
5460
5460
|
"path": ["color", "background", "success", "bold", "[default]"],
|
|
5461
5461
|
"cleanName": "color.background.success.bold"
|
|
5462
5462
|
}, {
|
|
5463
|
-
"value": "#
|
|
5463
|
+
"value": "#DCFFF1",
|
|
5464
5464
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/background.tsx",
|
|
5465
5465
|
"isSource": true,
|
|
5466
5466
|
"attributes": {
|
|
@@ -5504,7 +5504,7 @@ const tokens = [{
|
|
|
5504
5504
|
"path": ["color", "background", "success", "bold", "pressed"],
|
|
5505
5505
|
"cleanName": "color.background.success.bold.pressed"
|
|
5506
5506
|
}, {
|
|
5507
|
-
"value": "#
|
|
5507
|
+
"value": "#2B273F",
|
|
5508
5508
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5509
5509
|
"isSource": false,
|
|
5510
5510
|
"attributes": {
|
|
@@ -5636,7 +5636,7 @@ const tokens = [{
|
|
|
5636
5636
|
"path": ["color", "background", "discovery", "bold", "pressed"],
|
|
5637
5637
|
"cleanName": "color.background.discovery.bold.pressed"
|
|
5638
5638
|
}, {
|
|
5639
|
-
"value": "#
|
|
5639
|
+
"value": "#1C2B41",
|
|
5640
5640
|
"filePath": "schema/themes/atlassian-dark/color/background.tsx",
|
|
5641
5641
|
"isSource": false,
|
|
5642
5642
|
"attributes": {
|
|
@@ -5922,7 +5922,7 @@ const tokens = [{
|
|
|
5922
5922
|
"path": ["color", "skeleton", "subtle"],
|
|
5923
5923
|
"cleanName": "color.skeleton.subtle"
|
|
5924
5924
|
}, {
|
|
5925
|
-
"value": "#
|
|
5925
|
+
"value": "#9DD9EE",
|
|
5926
5926
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
5927
5927
|
"isSource": true,
|
|
5928
5928
|
"attributes": {
|
|
@@ -5944,7 +5944,7 @@ const tokens = [{
|
|
|
5944
5944
|
"path": ["color", "chart", "categorical", "1", "[default]"],
|
|
5945
5945
|
"cleanName": "color.chart.categorical.1"
|
|
5946
5946
|
}, {
|
|
5947
|
-
"value": "#
|
|
5947
|
+
"value": "#C6EDFB",
|
|
5948
5948
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
5949
5949
|
"isSource": true,
|
|
5950
5950
|
"attributes": {
|
|
@@ -6010,7 +6010,7 @@ const tokens = [{
|
|
|
6010
6010
|
"path": ["color", "chart", "categorical", "2", "hovered"],
|
|
6011
6011
|
"cleanName": "color.chart.categorical.2.hovered"
|
|
6012
6012
|
}, {
|
|
6013
|
-
"value": "#
|
|
6013
|
+
"value": "#FEC195",
|
|
6014
6014
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6015
6015
|
"isSource": true,
|
|
6016
6016
|
"attributes": {
|
|
@@ -6032,7 +6032,7 @@ const tokens = [{
|
|
|
6032
6032
|
"path": ["color", "chart", "categorical", "3", "[default]"],
|
|
6033
6033
|
"cleanName": "color.chart.categorical.3"
|
|
6034
6034
|
}, {
|
|
6035
|
-
"value": "#
|
|
6035
|
+
"value": "#FEDEC8",
|
|
6036
6036
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6037
6037
|
"isSource": true,
|
|
6038
6038
|
"attributes": {
|
|
@@ -6230,7 +6230,7 @@ const tokens = [{
|
|
|
6230
6230
|
"path": ["color", "chart", "categorical", "7", "hovered"],
|
|
6231
6231
|
"cleanName": "color.chart.categorical.7.hovered"
|
|
6232
6232
|
}, {
|
|
6233
|
-
"value": "#
|
|
6233
|
+
"value": "#FEC195",
|
|
6234
6234
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
6235
6235
|
"isSource": false,
|
|
6236
6236
|
"attributes": {
|
|
@@ -6252,7 +6252,7 @@ const tokens = [{
|
|
|
6252
6252
|
"path": ["color", "chart", "categorical", "8", "[default]"],
|
|
6253
6253
|
"cleanName": "color.chart.categorical.8"
|
|
6254
6254
|
}, {
|
|
6255
|
-
"value": "#
|
|
6255
|
+
"value": "#FEDEC8",
|
|
6256
6256
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
6257
6257
|
"isSource": false,
|
|
6258
6258
|
"attributes": {
|
|
@@ -6340,7 +6340,7 @@ const tokens = [{
|
|
|
6340
6340
|
"path": ["color", "chart", "lime", "bolder", "[default]"],
|
|
6341
6341
|
"cleanName": "color.chart.lime.bolder"
|
|
6342
6342
|
}, {
|
|
6343
|
-
"value": "#
|
|
6343
|
+
"value": "#EFFFD6",
|
|
6344
6344
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6345
6345
|
"isSource": true,
|
|
6346
6346
|
"attributes": {
|
|
@@ -6362,7 +6362,7 @@ const tokens = [{
|
|
|
6362
6362
|
"path": ["color", "chart", "lime", "bolder", "hovered"],
|
|
6363
6363
|
"cleanName": "color.chart.lime.bolder.hovered"
|
|
6364
6364
|
}, {
|
|
6365
|
-
"value": "#
|
|
6365
|
+
"value": "#EFFFD6",
|
|
6366
6366
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6367
6367
|
"isSource": true,
|
|
6368
6368
|
"attributes": {
|
|
@@ -6450,7 +6450,7 @@ const tokens = [{
|
|
|
6450
6450
|
"path": ["color", "chart", "neutral", "hovered"],
|
|
6451
6451
|
"cleanName": "color.chart.neutral.hovered"
|
|
6452
6452
|
}, {
|
|
6453
|
-
"value": "#
|
|
6453
|
+
"value": "#FD9891",
|
|
6454
6454
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6455
6455
|
"isSource": true,
|
|
6456
6456
|
"attributes": {
|
|
@@ -6472,7 +6472,7 @@ const tokens = [{
|
|
|
6472
6472
|
"path": ["color", "chart", "red", "bold", "[default]"],
|
|
6473
6473
|
"cleanName": "color.chart.red.bold"
|
|
6474
6474
|
}, {
|
|
6475
|
-
"value": "#
|
|
6475
|
+
"value": "#FFD5D2",
|
|
6476
6476
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6477
6477
|
"isSource": true,
|
|
6478
6478
|
"attributes": {
|
|
@@ -6494,7 +6494,7 @@ const tokens = [{
|
|
|
6494
6494
|
"path": ["color", "chart", "red", "bold", "hovered"],
|
|
6495
6495
|
"cleanName": "color.chart.red.bold.hovered"
|
|
6496
6496
|
}, {
|
|
6497
|
-
"value": "#
|
|
6497
|
+
"value": "#FFD5D2",
|
|
6498
6498
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6499
6499
|
"isSource": true,
|
|
6500
6500
|
"attributes": {
|
|
@@ -6516,7 +6516,7 @@ const tokens = [{
|
|
|
6516
6516
|
"path": ["color", "chart", "red", "bolder", "[default]"],
|
|
6517
6517
|
"cleanName": "color.chart.red.bolder"
|
|
6518
6518
|
}, {
|
|
6519
|
-
"value": "#
|
|
6519
|
+
"value": "#FFECEB",
|
|
6520
6520
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6521
6521
|
"isSource": true,
|
|
6522
6522
|
"attributes": {
|
|
@@ -6538,7 +6538,7 @@ const tokens = [{
|
|
|
6538
6538
|
"path": ["color", "chart", "red", "bolder", "hovered"],
|
|
6539
6539
|
"cleanName": "color.chart.red.bolder.hovered"
|
|
6540
6540
|
}, {
|
|
6541
|
-
"value": "#
|
|
6541
|
+
"value": "#FFECEB",
|
|
6542
6542
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6543
6543
|
"isSource": true,
|
|
6544
6544
|
"attributes": {
|
|
@@ -6560,7 +6560,7 @@ const tokens = [{
|
|
|
6560
6560
|
"path": ["color", "chart", "red", "boldest", "[default]"],
|
|
6561
6561
|
"cleanName": "color.chart.red.boldest"
|
|
6562
6562
|
}, {
|
|
6563
|
-
"value": "#
|
|
6563
|
+
"value": "#FFD5D2",
|
|
6564
6564
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6565
6565
|
"isSource": true,
|
|
6566
6566
|
"attributes": {
|
|
@@ -6582,7 +6582,7 @@ const tokens = [{
|
|
|
6582
6582
|
"path": ["color", "chart", "red", "boldest", "hovered"],
|
|
6583
6583
|
"cleanName": "color.chart.red.boldest.hovered"
|
|
6584
6584
|
}, {
|
|
6585
|
-
"value": "#
|
|
6585
|
+
"value": "#FEC195",
|
|
6586
6586
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6587
6587
|
"isSource": true,
|
|
6588
6588
|
"attributes": {
|
|
@@ -6604,7 +6604,7 @@ const tokens = [{
|
|
|
6604
6604
|
"path": ["color", "chart", "orange", "bold", "[default]"],
|
|
6605
6605
|
"cleanName": "color.chart.orange.bold"
|
|
6606
6606
|
}, {
|
|
6607
|
-
"value": "#
|
|
6607
|
+
"value": "#FEDEC8",
|
|
6608
6608
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6609
6609
|
"isSource": true,
|
|
6610
6610
|
"attributes": {
|
|
@@ -6626,7 +6626,7 @@ const tokens = [{
|
|
|
6626
6626
|
"path": ["color", "chart", "orange", "bold", "hovered"],
|
|
6627
6627
|
"cleanName": "color.chart.orange.bold.hovered"
|
|
6628
6628
|
}, {
|
|
6629
|
-
"value": "#
|
|
6629
|
+
"value": "#FEDEC8",
|
|
6630
6630
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6631
6631
|
"isSource": true,
|
|
6632
6632
|
"attributes": {
|
|
@@ -6648,7 +6648,7 @@ const tokens = [{
|
|
|
6648
6648
|
"path": ["color", "chart", "orange", "bolder", "[default]"],
|
|
6649
6649
|
"cleanName": "color.chart.orange.bolder"
|
|
6650
6650
|
}, {
|
|
6651
|
-
"value": "#
|
|
6651
|
+
"value": "#FFF3EB",
|
|
6652
6652
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6653
6653
|
"isSource": true,
|
|
6654
6654
|
"attributes": {
|
|
@@ -6670,7 +6670,7 @@ const tokens = [{
|
|
|
6670
6670
|
"path": ["color", "chart", "orange", "bolder", "hovered"],
|
|
6671
6671
|
"cleanName": "color.chart.orange.bolder.hovered"
|
|
6672
6672
|
}, {
|
|
6673
|
-
"value": "#
|
|
6673
|
+
"value": "#FFF3EB",
|
|
6674
6674
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6675
6675
|
"isSource": true,
|
|
6676
6676
|
"attributes": {
|
|
@@ -6692,7 +6692,7 @@ const tokens = [{
|
|
|
6692
6692
|
"path": ["color", "chart", "orange", "boldest", "[default]"],
|
|
6693
6693
|
"cleanName": "color.chart.orange.boldest"
|
|
6694
6694
|
}, {
|
|
6695
|
-
"value": "#
|
|
6695
|
+
"value": "#FEDEC8",
|
|
6696
6696
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
6697
6697
|
"isSource": false,
|
|
6698
6698
|
"attributes": {
|
|
@@ -6912,7 +6912,7 @@ const tokens = [{
|
|
|
6912
6912
|
"path": ["color", "chart", "green", "bolder", "[default]"],
|
|
6913
6913
|
"cleanName": "color.chart.green.bolder"
|
|
6914
6914
|
}, {
|
|
6915
|
-
"value": "#
|
|
6915
|
+
"value": "#DCFFF1",
|
|
6916
6916
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6917
6917
|
"isSource": true,
|
|
6918
6918
|
"attributes": {
|
|
@@ -6934,7 +6934,7 @@ const tokens = [{
|
|
|
6934
6934
|
"path": ["color", "chart", "green", "bolder", "hovered"],
|
|
6935
6935
|
"cleanName": "color.chart.green.bolder.hovered"
|
|
6936
6936
|
}, {
|
|
6937
|
-
"value": "#
|
|
6937
|
+
"value": "#DCFFF1",
|
|
6938
6938
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6939
6939
|
"isSource": true,
|
|
6940
6940
|
"attributes": {
|
|
@@ -6978,7 +6978,7 @@ const tokens = [{
|
|
|
6978
6978
|
"path": ["color", "chart", "green", "boldest", "hovered"],
|
|
6979
6979
|
"cleanName": "color.chart.green.boldest.hovered"
|
|
6980
6980
|
}, {
|
|
6981
|
-
"value": "#
|
|
6981
|
+
"value": "#9DD9EE",
|
|
6982
6982
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
6983
6983
|
"isSource": true,
|
|
6984
6984
|
"attributes": {
|
|
@@ -7000,7 +7000,7 @@ const tokens = [{
|
|
|
7000
7000
|
"path": ["color", "chart", "teal", "bold", "[default]"],
|
|
7001
7001
|
"cleanName": "color.chart.teal.bold"
|
|
7002
7002
|
}, {
|
|
7003
|
-
"value": "#
|
|
7003
|
+
"value": "#C6EDFB",
|
|
7004
7004
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7005
7005
|
"isSource": true,
|
|
7006
7006
|
"attributes": {
|
|
@@ -7022,7 +7022,7 @@ const tokens = [{
|
|
|
7022
7022
|
"path": ["color", "chart", "teal", "bold", "hovered"],
|
|
7023
7023
|
"cleanName": "color.chart.teal.bold.hovered"
|
|
7024
7024
|
}, {
|
|
7025
|
-
"value": "#
|
|
7025
|
+
"value": "#C6EDFB",
|
|
7026
7026
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7027
7027
|
"isSource": true,
|
|
7028
7028
|
"attributes": {
|
|
@@ -7044,7 +7044,7 @@ const tokens = [{
|
|
|
7044
7044
|
"path": ["color", "chart", "teal", "bolder", "[default]"],
|
|
7045
7045
|
"cleanName": "color.chart.teal.bolder"
|
|
7046
7046
|
}, {
|
|
7047
|
-
"value": "#
|
|
7047
|
+
"value": "#E7F9FF",
|
|
7048
7048
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7049
7049
|
"isSource": true,
|
|
7050
7050
|
"attributes": {
|
|
@@ -7066,7 +7066,7 @@ const tokens = [{
|
|
|
7066
7066
|
"path": ["color", "chart", "teal", "bolder", "hovered"],
|
|
7067
7067
|
"cleanName": "color.chart.teal.bolder.hovered"
|
|
7068
7068
|
}, {
|
|
7069
|
-
"value": "#
|
|
7069
|
+
"value": "#E7F9FF",
|
|
7070
7070
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7071
7071
|
"isSource": true,
|
|
7072
7072
|
"attributes": {
|
|
@@ -7088,7 +7088,7 @@ const tokens = [{
|
|
|
7088
7088
|
"path": ["color", "chart", "teal", "boldest", "[default]"],
|
|
7089
7089
|
"cleanName": "color.chart.teal.boldest"
|
|
7090
7090
|
}, {
|
|
7091
|
-
"value": "#
|
|
7091
|
+
"value": "#C6EDFB",
|
|
7092
7092
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7093
7093
|
"isSource": false,
|
|
7094
7094
|
"attributes": {
|
|
@@ -7682,7 +7682,7 @@ const tokens = [{
|
|
|
7682
7682
|
"path": ["color", "chart", "brand", "hovered"],
|
|
7683
7683
|
"cleanName": "color.chart.brand.hovered"
|
|
7684
7684
|
}, {
|
|
7685
|
-
"value": "#
|
|
7685
|
+
"value": "#F87168",
|
|
7686
7686
|
"filePath": "schema/themes/atlassian-dark-increased-contrast/color/chart.tsx",
|
|
7687
7687
|
"isSource": true,
|
|
7688
7688
|
"attributes": {
|
|
@@ -7704,7 +7704,7 @@ const tokens = [{
|
|
|
7704
7704
|
"path": ["color", "chart", "danger", "[default]", "[default]"],
|
|
7705
7705
|
"cleanName": "color.chart.danger"
|
|
7706
7706
|
}, {
|
|
7707
|
-
"value": "#
|
|
7707
|
+
"value": "#F15B50",
|
|
7708
7708
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7709
7709
|
"isSource": false,
|
|
7710
7710
|
"attributes": {
|
|
@@ -7726,7 +7726,7 @@ const tokens = [{
|
|
|
7726
7726
|
"path": ["color", "chart", "danger", "[default]", "hovered"],
|
|
7727
7727
|
"cleanName": "color.chart.danger.hovered"
|
|
7728
7728
|
}, {
|
|
7729
|
-
"value": "#
|
|
7729
|
+
"value": "#FD9891",
|
|
7730
7730
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7731
7731
|
"isSource": false,
|
|
7732
7732
|
"attributes": {
|
|
@@ -7748,7 +7748,7 @@ const tokens = [{
|
|
|
7748
7748
|
"path": ["color", "chart", "danger", "bold", "[default]"],
|
|
7749
7749
|
"cleanName": "color.chart.danger.bold"
|
|
7750
7750
|
}, {
|
|
7751
|
-
"value": "#
|
|
7751
|
+
"value": "#FFD5D2",
|
|
7752
7752
|
"filePath": "schema/themes/atlassian-dark/color/chart.tsx",
|
|
7753
7753
|
"isSource": false,
|
|
7754
7754
|
"attributes": {
|