@atlaskit/tokens 1.26.1 → 1.27.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 +108 -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/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/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/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/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/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/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/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/theme-config.d.ts +4 -4
- 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/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/theme-config.d.ts +4 -8
- 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 +2 -9
- package/tmp/api-report-tmp.d.ts +4 -4
- 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
|
@@ -6,7 +6,7 @@ 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::8002d8a3725e4a69481492649872da52>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -82,7 +82,7 @@ var tokens = [{
|
|
|
82
82
|
"introduced": "0.6.0",
|
|
83
83
|
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
84
84
|
},
|
|
85
|
-
"value": "#
|
|
85
|
+
"value": "#AE2E24",
|
|
86
86
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
87
87
|
"isSource": true,
|
|
88
88
|
"original": {
|
|
@@ -104,7 +104,7 @@ var tokens = [{
|
|
|
104
104
|
"introduced": "0.7.0",
|
|
105
105
|
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
106
106
|
},
|
|
107
|
-
"value": "#
|
|
107
|
+
"value": "#5D1F1A",
|
|
108
108
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
109
109
|
"isSource": true,
|
|
110
110
|
"original": {
|
|
@@ -126,7 +126,7 @@ var tokens = [{
|
|
|
126
126
|
"introduced": "0.6.0",
|
|
127
127
|
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
128
128
|
},
|
|
129
|
-
"value": "#
|
|
129
|
+
"value": "#A54800",
|
|
130
130
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
131
131
|
"isSource": true,
|
|
132
132
|
"original": {
|
|
@@ -148,7 +148,7 @@ var tokens = [{
|
|
|
148
148
|
"introduced": "0.7.0",
|
|
149
149
|
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
150
150
|
},
|
|
151
|
-
"value": "#
|
|
151
|
+
"value": "#702E00",
|
|
152
152
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
153
153
|
"isSource": true,
|
|
154
154
|
"original": {
|
|
@@ -258,7 +258,7 @@ var tokens = [{
|
|
|
258
258
|
"introduced": "0.6.0",
|
|
259
259
|
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
260
260
|
},
|
|
261
|
-
"value": "#
|
|
261
|
+
"value": "#206A83",
|
|
262
262
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
263
263
|
"isSource": true,
|
|
264
264
|
"original": {
|
|
@@ -280,7 +280,7 @@ var tokens = [{
|
|
|
280
280
|
"introduced": "0.7.0",
|
|
281
281
|
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
282
282
|
},
|
|
283
|
-
"value": "#
|
|
283
|
+
"value": "#164555",
|
|
284
284
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
285
285
|
"isSource": true,
|
|
286
286
|
"original": {
|
|
@@ -566,7 +566,7 @@ var tokens = [{
|
|
|
566
566
|
"introduced": "0.0.15",
|
|
567
567
|
"description": "Use for critical text, such as input field error messaging."
|
|
568
568
|
},
|
|
569
|
-
"value": "#
|
|
569
|
+
"value": "#AE2E24",
|
|
570
570
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
571
571
|
"isSource": true,
|
|
572
572
|
"original": {
|
|
@@ -588,7 +588,7 @@ var tokens = [{
|
|
|
588
588
|
"introduced": "0.0.15",
|
|
589
589
|
"description": "Use for text to emphasize caution, such as in moved lozenges."
|
|
590
590
|
},
|
|
591
|
-
"value": "#
|
|
591
|
+
"value": "#A54800",
|
|
592
592
|
"filePath": "schema/themes/atlassian-light/color/text.tsx",
|
|
593
593
|
"isSource": true,
|
|
594
594
|
"original": {
|
|
@@ -852,7 +852,7 @@ var tokens = [{
|
|
|
852
852
|
"introduced": "0.6.0",
|
|
853
853
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
854
854
|
},
|
|
855
|
-
"value": "#
|
|
855
|
+
"value": "#C9372C",
|
|
856
856
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
857
857
|
"isSource": true,
|
|
858
858
|
"original": {
|
|
@@ -862,7 +862,7 @@ var tokens = [{
|
|
|
862
862
|
"introduced": "0.6.0",
|
|
863
863
|
"description": "Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
864
864
|
},
|
|
865
|
-
"value": "
|
|
865
|
+
"value": "Red700"
|
|
866
866
|
},
|
|
867
867
|
"name": "color.icon.accent.red",
|
|
868
868
|
"path": ["color", "icon", "accent", "red"],
|
|
@@ -874,7 +874,7 @@ var tokens = [{
|
|
|
874
874
|
"introduced": "0.6.0",
|
|
875
875
|
"description": "Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
876
876
|
},
|
|
877
|
-
"value": "#
|
|
877
|
+
"value": "#E56910",
|
|
878
878
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
879
879
|
"isSource": true,
|
|
880
880
|
"original": {
|
|
@@ -940,7 +940,7 @@ var tokens = [{
|
|
|
940
940
|
"introduced": "0.6.0",
|
|
941
941
|
"description": "Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."
|
|
942
942
|
},
|
|
943
|
-
"value": "#
|
|
943
|
+
"value": "#2898BD",
|
|
944
944
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
945
945
|
"isSource": true,
|
|
946
946
|
"original": {
|
|
@@ -1138,7 +1138,7 @@ var tokens = [{
|
|
|
1138
1138
|
"introduced": "0.6.0",
|
|
1139
1139
|
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
1140
1140
|
},
|
|
1141
|
-
"value": "#
|
|
1141
|
+
"value": "#C9372C",
|
|
1142
1142
|
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1143
1143
|
"isSource": true,
|
|
1144
1144
|
"original": {
|
|
@@ -1148,7 +1148,7 @@ var tokens = [{
|
|
|
1148
1148
|
"introduced": "0.6.0",
|
|
1149
1149
|
"description": "Use for icons communicating critical information, such as those used in error handing."
|
|
1150
1150
|
},
|
|
1151
|
-
"value": "
|
|
1151
|
+
"value": "Red700"
|
|
1152
1152
|
},
|
|
1153
1153
|
"name": "color.icon.danger",
|
|
1154
1154
|
"path": ["color", "icon", "danger"],
|
|
@@ -1160,7 +1160,7 @@ var tokens = [{
|
|
|
1160
1160
|
"introduced": "0.6.0",
|
|
1161
1161
|
"description": "Use for icons communicating caution, such as those used in warning section messages."
|
|
1162
1162
|
},
|
|
1163
|
-
"value": "#
|
|
1163
|
+
"value": "#E56910",
|
|
1164
1164
|
"filePath": "schema/themes/atlassian-light/color/icon.tsx",
|
|
1165
1165
|
"isSource": true,
|
|
1166
1166
|
"original": {
|
|
@@ -1336,7 +1336,7 @@ var tokens = [{
|
|
|
1336
1336
|
"introduced": "0.6.0",
|
|
1337
1337
|
"description": "Use for red borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1338
1338
|
},
|
|
1339
|
-
"value": "#
|
|
1339
|
+
"value": "#E2483D",
|
|
1340
1340
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1341
1341
|
"isSource": true,
|
|
1342
1342
|
"original": {
|
|
@@ -1358,7 +1358,7 @@ var tokens = [{
|
|
|
1358
1358
|
"introduced": "0.6.0",
|
|
1359
1359
|
"description": "Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1360
1360
|
},
|
|
1361
|
-
"value": "#
|
|
1361
|
+
"value": "#E56910",
|
|
1362
1362
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1363
1363
|
"isSource": true,
|
|
1364
1364
|
"original": {
|
|
@@ -1424,7 +1424,7 @@ var tokens = [{
|
|
|
1424
1424
|
"introduced": "0.6.0",
|
|
1425
1425
|
"description": "Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."
|
|
1426
1426
|
},
|
|
1427
|
-
"value": "#
|
|
1427
|
+
"value": "#2898BD",
|
|
1428
1428
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1429
1429
|
"isSource": true,
|
|
1430
1430
|
"original": {
|
|
@@ -1666,7 +1666,7 @@ var tokens = [{
|
|
|
1666
1666
|
"introduced": "0.6.0",
|
|
1667
1667
|
"description": "Use for borders communicating critical information, such as the borders on invalid text fields."
|
|
1668
1668
|
},
|
|
1669
|
-
"value": "#
|
|
1669
|
+
"value": "#E2483D",
|
|
1670
1670
|
"filePath": "schema/themes/atlassian-light/color/border.tsx",
|
|
1671
1671
|
"isSource": true,
|
|
1672
1672
|
"original": {
|
|
@@ -1688,7 +1688,7 @@ var tokens = [{
|
|
|
1688
1688
|
"introduced": "0.6.0",
|
|
1689
1689
|
"description": "Use for borders communicating caution."
|
|
1690
1690
|
},
|
|
1691
|
-
"value": "#
|
|
1691
|
+
"value": "#E56910",
|
|
1692
1692
|
"filePath": "schema/themes/atlassian-light/color/border.tsx",
|
|
1693
1693
|
"isSource": true,
|
|
1694
1694
|
"original": {
|
|
@@ -1798,7 +1798,7 @@ var tokens = [{
|
|
|
1798
1798
|
"introduced": "1.6.0",
|
|
1799
1799
|
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1800
1800
|
},
|
|
1801
|
-
"value": "#
|
|
1801
|
+
"value": "#EFFFD6",
|
|
1802
1802
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
1803
1803
|
"isSource": true,
|
|
1804
1804
|
"original": {
|
|
@@ -2062,7 +2062,7 @@ var tokens = [{
|
|
|
2062
2062
|
"introduced": "0.7.0",
|
|
2063
2063
|
"description": "Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2064
2064
|
},
|
|
2065
|
-
"value": "#
|
|
2065
|
+
"value": "#FFECEB",
|
|
2066
2066
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2067
2067
|
"isSource": true,
|
|
2068
2068
|
"original": {
|
|
@@ -2084,7 +2084,7 @@ var tokens = [{
|
|
|
2084
2084
|
"introduced": "1.19.0",
|
|
2085
2085
|
"description": "Hovered state of color.background.accent.red.subtlest."
|
|
2086
2086
|
},
|
|
2087
|
-
"value": "#
|
|
2087
|
+
"value": "#FFD5D2",
|
|
2088
2088
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2089
2089
|
"isSource": true,
|
|
2090
2090
|
"original": {
|
|
@@ -2106,7 +2106,7 @@ var tokens = [{
|
|
|
2106
2106
|
"introduced": "1.19.0",
|
|
2107
2107
|
"description": "Pressed state of color.background.accent.red.subtlest."
|
|
2108
2108
|
},
|
|
2109
|
-
"value": "#
|
|
2109
|
+
"value": "#FD9891",
|
|
2110
2110
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2111
2111
|
"isSource": true,
|
|
2112
2112
|
"original": {
|
|
@@ -2128,7 +2128,7 @@ var tokens = [{
|
|
|
2128
2128
|
"introduced": "0.7.0",
|
|
2129
2129
|
"description": "Use for red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2130
2130
|
},
|
|
2131
|
-
"value": "#
|
|
2131
|
+
"value": "#FFD5D2",
|
|
2132
2132
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2133
2133
|
"isSource": true,
|
|
2134
2134
|
"original": {
|
|
@@ -2150,7 +2150,7 @@ var tokens = [{
|
|
|
2150
2150
|
"introduced": "1.19.0",
|
|
2151
2151
|
"description": "Hovered state of color.background.accent.red.subtler."
|
|
2152
2152
|
},
|
|
2153
|
-
"value": "#
|
|
2153
|
+
"value": "#FD9891",
|
|
2154
2154
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2155
2155
|
"isSource": true,
|
|
2156
2156
|
"original": {
|
|
@@ -2172,7 +2172,7 @@ var tokens = [{
|
|
|
2172
2172
|
"introduced": "1.19.0",
|
|
2173
2173
|
"description": "Pressed state of color.background.accent.red.subtler."
|
|
2174
2174
|
},
|
|
2175
|
-
"value": "#
|
|
2175
|
+
"value": "#F87168",
|
|
2176
2176
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2177
2177
|
"isSource": true,
|
|
2178
2178
|
"original": {
|
|
@@ -2194,7 +2194,7 @@ var tokens = [{
|
|
|
2194
2194
|
"introduced": "0.7.0",
|
|
2195
2195
|
"description": "Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2196
2196
|
},
|
|
2197
|
-
"value": "#
|
|
2197
|
+
"value": "#F87168",
|
|
2198
2198
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2199
2199
|
"isSource": true,
|
|
2200
2200
|
"original": {
|
|
@@ -2216,7 +2216,7 @@ var tokens = [{
|
|
|
2216
2216
|
"introduced": "1.19.0",
|
|
2217
2217
|
"description": "Hovered state of color.background.accent.red.subtle."
|
|
2218
2218
|
},
|
|
2219
|
-
"value": "#
|
|
2219
|
+
"value": "#FD9891",
|
|
2220
2220
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2221
2221
|
"isSource": true,
|
|
2222
2222
|
"original": {
|
|
@@ -2238,7 +2238,7 @@ var tokens = [{
|
|
|
2238
2238
|
"introduced": "1.19.0",
|
|
2239
2239
|
"description": "Pressed state of color.background.accent.red.subtle."
|
|
2240
2240
|
},
|
|
2241
|
-
"value": "#
|
|
2241
|
+
"value": "#FFD5D2",
|
|
2242
2242
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2243
2243
|
"isSource": true,
|
|
2244
2244
|
"original": {
|
|
@@ -2260,7 +2260,7 @@ var tokens = [{
|
|
|
2260
2260
|
"introduced": "0.7.0",
|
|
2261
2261
|
"description": "Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2262
2262
|
},
|
|
2263
|
-
"value": "#
|
|
2263
|
+
"value": "#C9372C",
|
|
2264
2264
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2265
2265
|
"isSource": true,
|
|
2266
2266
|
"original": {
|
|
@@ -2282,7 +2282,7 @@ var tokens = [{
|
|
|
2282
2282
|
"introduced": "1.19.0",
|
|
2283
2283
|
"description": "Hovered state of color.background.accent.red.bolder."
|
|
2284
2284
|
},
|
|
2285
|
-
"value": "#
|
|
2285
|
+
"value": "#AE2E24",
|
|
2286
2286
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2287
2287
|
"isSource": true,
|
|
2288
2288
|
"original": {
|
|
@@ -2304,7 +2304,7 @@ var tokens = [{
|
|
|
2304
2304
|
"introduced": "1.19.0",
|
|
2305
2305
|
"description": "Pressed state of color.background.accent.red.bolder."
|
|
2306
2306
|
},
|
|
2307
|
-
"value": "#
|
|
2307
|
+
"value": "#5D1F1A",
|
|
2308
2308
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2309
2309
|
"isSource": true,
|
|
2310
2310
|
"original": {
|
|
@@ -2326,7 +2326,7 @@ var tokens = [{
|
|
|
2326
2326
|
"introduced": "0.7.0",
|
|
2327
2327
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2328
2328
|
},
|
|
2329
|
-
"value": "#
|
|
2329
|
+
"value": "#FFF3EB",
|
|
2330
2330
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2331
2331
|
"isSource": true,
|
|
2332
2332
|
"original": {
|
|
@@ -2348,7 +2348,7 @@ var tokens = [{
|
|
|
2348
2348
|
"introduced": "1.19.0",
|
|
2349
2349
|
"description": "Hovered state of color.background.accent.orange.subtlest."
|
|
2350
2350
|
},
|
|
2351
|
-
"value": "#
|
|
2351
|
+
"value": "#FEDEC8",
|
|
2352
2352
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2353
2353
|
"isSource": true,
|
|
2354
2354
|
"original": {
|
|
@@ -2370,7 +2370,7 @@ var tokens = [{
|
|
|
2370
2370
|
"introduced": "1.19.0",
|
|
2371
2371
|
"description": "Pressed state of color.background.accent.orange.subtlest."
|
|
2372
2372
|
},
|
|
2373
|
-
"value": "#
|
|
2373
|
+
"value": "#FEC195",
|
|
2374
2374
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2375
2375
|
"isSource": true,
|
|
2376
2376
|
"original": {
|
|
@@ -2392,7 +2392,7 @@ var tokens = [{
|
|
|
2392
2392
|
"introduced": "0.7.0",
|
|
2393
2393
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2394
2394
|
},
|
|
2395
|
-
"value": "#
|
|
2395
|
+
"value": "#FEDEC8",
|
|
2396
2396
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2397
2397
|
"isSource": true,
|
|
2398
2398
|
"original": {
|
|
@@ -2414,7 +2414,7 @@ var tokens = [{
|
|
|
2414
2414
|
"introduced": "1.19.0",
|
|
2415
2415
|
"description": "Hovered state of color.background.accent.orange.subtler."
|
|
2416
2416
|
},
|
|
2417
|
-
"value": "#
|
|
2417
|
+
"value": "#FEC195",
|
|
2418
2418
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2419
2419
|
"isSource": true,
|
|
2420
2420
|
"original": {
|
|
@@ -2436,7 +2436,7 @@ var tokens = [{
|
|
|
2436
2436
|
"introduced": "1.19.0",
|
|
2437
2437
|
"description": "Pressed state of color.background.accent.orange.subtler."
|
|
2438
2438
|
},
|
|
2439
|
-
"value": "#
|
|
2439
|
+
"value": "#FEA362",
|
|
2440
2440
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2441
2441
|
"isSource": true,
|
|
2442
2442
|
"original": {
|
|
@@ -2458,7 +2458,7 @@ var tokens = [{
|
|
|
2458
2458
|
"introduced": "0.7.0",
|
|
2459
2459
|
"description": "Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2460
2460
|
},
|
|
2461
|
-
"value": "#
|
|
2461
|
+
"value": "#FEA362",
|
|
2462
2462
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2463
2463
|
"isSource": true,
|
|
2464
2464
|
"original": {
|
|
@@ -2480,7 +2480,7 @@ var tokens = [{
|
|
|
2480
2480
|
"introduced": "1.19.0",
|
|
2481
2481
|
"description": "Hovered state of color.background.accent.orange.subtle."
|
|
2482
2482
|
},
|
|
2483
|
-
"value": "#
|
|
2483
|
+
"value": "#FEC195",
|
|
2484
2484
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2485
2485
|
"isSource": true,
|
|
2486
2486
|
"original": {
|
|
@@ -2502,7 +2502,7 @@ var tokens = [{
|
|
|
2502
2502
|
"introduced": "1.19.0",
|
|
2503
2503
|
"description": "Pressed state of color.background.accent.orange.subtle."
|
|
2504
2504
|
},
|
|
2505
|
-
"value": "#
|
|
2505
|
+
"value": "#FEDEC8",
|
|
2506
2506
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2507
2507
|
"isSource": true,
|
|
2508
2508
|
"original": {
|
|
@@ -2524,7 +2524,7 @@ var tokens = [{
|
|
|
2524
2524
|
"introduced": "0.7.0",
|
|
2525
2525
|
"description": "Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
2526
2526
|
},
|
|
2527
|
-
"value": "#
|
|
2527
|
+
"value": "#C25100",
|
|
2528
2528
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2529
2529
|
"isSource": true,
|
|
2530
2530
|
"original": {
|
|
@@ -2546,7 +2546,7 @@ var tokens = [{
|
|
|
2546
2546
|
"introduced": "1.19.0",
|
|
2547
2547
|
"description": "Hovered state of color.background.accent.orange.bolder."
|
|
2548
2548
|
},
|
|
2549
|
-
"value": "#
|
|
2549
|
+
"value": "#A54800",
|
|
2550
2550
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2551
2551
|
"isSource": true,
|
|
2552
2552
|
"original": {
|
|
@@ -2568,7 +2568,7 @@ var tokens = [{
|
|
|
2568
2568
|
"introduced": "1.19.0",
|
|
2569
2569
|
"description": "Pressed state of color.background.accent.orange.bolder."
|
|
2570
2570
|
},
|
|
2571
|
-
"value": "#
|
|
2571
|
+
"value": "#702E00",
|
|
2572
2572
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2573
2573
|
"isSource": true,
|
|
2574
2574
|
"original": {
|
|
@@ -2722,7 +2722,7 @@ var tokens = [{
|
|
|
2722
2722
|
"introduced": "0.7.0",
|
|
2723
2723
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2724
2724
|
},
|
|
2725
|
-
"value": "#
|
|
2725
|
+
"value": "#F5CD47",
|
|
2726
2726
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2727
2727
|
"isSource": true,
|
|
2728
2728
|
"original": {
|
|
@@ -2732,7 +2732,7 @@ var tokens = [{
|
|
|
2732
2732
|
"introduced": "0.7.0",
|
|
2733
2733
|
"description": "Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
2734
2734
|
},
|
|
2735
|
-
"value": "
|
|
2735
|
+
"value": "Yellow300"
|
|
2736
2736
|
},
|
|
2737
2737
|
"name": "color.background.accent.yellow.subtle.[default]",
|
|
2738
2738
|
"path": ["color", "background", "accent", "yellow", "subtle", "[default]"],
|
|
@@ -2744,7 +2744,7 @@ var tokens = [{
|
|
|
2744
2744
|
"introduced": "1.19.0",
|
|
2745
2745
|
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
2746
2746
|
},
|
|
2747
|
-
"value": "#
|
|
2747
|
+
"value": "#E2B203",
|
|
2748
2748
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2749
2749
|
"isSource": true,
|
|
2750
2750
|
"original": {
|
|
@@ -2754,7 +2754,7 @@ var tokens = [{
|
|
|
2754
2754
|
"introduced": "1.19.0",
|
|
2755
2755
|
"description": "Hovered state of color.background.accent.yellow.subtle."
|
|
2756
2756
|
},
|
|
2757
|
-
"value": "
|
|
2757
|
+
"value": "Yellow400"
|
|
2758
2758
|
},
|
|
2759
2759
|
"name": "color.background.accent.yellow.subtle.hovered",
|
|
2760
2760
|
"path": ["color", "background", "accent", "yellow", "subtle", "hovered"],
|
|
@@ -2766,7 +2766,7 @@ var tokens = [{
|
|
|
2766
2766
|
"introduced": "1.19.0",
|
|
2767
2767
|
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
2768
2768
|
},
|
|
2769
|
-
"value": "#
|
|
2769
|
+
"value": "#CF9F02",
|
|
2770
2770
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2771
2771
|
"isSource": true,
|
|
2772
2772
|
"original": {
|
|
@@ -2776,7 +2776,7 @@ var tokens = [{
|
|
|
2776
2776
|
"introduced": "1.19.0",
|
|
2777
2777
|
"description": "Pressed state of color.background.accent.yellow.subtle."
|
|
2778
2778
|
},
|
|
2779
|
-
"value": "
|
|
2779
|
+
"value": "Yellow500"
|
|
2780
2780
|
},
|
|
2781
2781
|
"name": "color.background.accent.yellow.subtle.pressed",
|
|
2782
2782
|
"path": ["color", "background", "accent", "yellow", "subtle", "pressed"],
|
|
@@ -2854,7 +2854,7 @@ var tokens = [{
|
|
|
2854
2854
|
"introduced": "0.7.0",
|
|
2855
2855
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
2856
2856
|
},
|
|
2857
|
-
"value": "#
|
|
2857
|
+
"value": "#DCFFF1",
|
|
2858
2858
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
2859
2859
|
"isSource": true,
|
|
2860
2860
|
"original": {
|
|
@@ -3118,7 +3118,7 @@ var tokens = [{
|
|
|
3118
3118
|
"introduced": "0.7.0",
|
|
3119
3119
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
3120
3120
|
},
|
|
3121
|
-
"value": "#
|
|
3121
|
+
"value": "#E7F9FF",
|
|
3122
3122
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3123
3123
|
"isSource": true,
|
|
3124
3124
|
"original": {
|
|
@@ -3140,7 +3140,7 @@ var tokens = [{
|
|
|
3140
3140
|
"introduced": "1.19.0",
|
|
3141
3141
|
"description": "Hovered state of color.background.accent.teal.subtlest."
|
|
3142
3142
|
},
|
|
3143
|
-
"value": "#
|
|
3143
|
+
"value": "#C6EDFB",
|
|
3144
3144
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3145
3145
|
"isSource": true,
|
|
3146
3146
|
"original": {
|
|
@@ -3162,7 +3162,7 @@ var tokens = [{
|
|
|
3162
3162
|
"introduced": "1.19.0",
|
|
3163
3163
|
"description": "Pressed state of color.background.accent.teal.subtlest."
|
|
3164
3164
|
},
|
|
3165
|
-
"value": "#
|
|
3165
|
+
"value": "#9DD9EE",
|
|
3166
3166
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3167
3167
|
"isSource": true,
|
|
3168
3168
|
"original": {
|
|
@@ -3184,7 +3184,7 @@ var tokens = [{
|
|
|
3184
3184
|
"introduced": "0.7.0",
|
|
3185
3185
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3186
3186
|
},
|
|
3187
|
-
"value": "#
|
|
3187
|
+
"value": "#C6EDFB",
|
|
3188
3188
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3189
3189
|
"isSource": true,
|
|
3190
3190
|
"original": {
|
|
@@ -3206,7 +3206,7 @@ var tokens = [{
|
|
|
3206
3206
|
"introduced": "1.19.0",
|
|
3207
3207
|
"description": "Hovered state of color.background.accent.teal.subtler."
|
|
3208
3208
|
},
|
|
3209
|
-
"value": "#
|
|
3209
|
+
"value": "#9DD9EE",
|
|
3210
3210
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3211
3211
|
"isSource": true,
|
|
3212
3212
|
"original": {
|
|
@@ -3228,7 +3228,7 @@ var tokens = [{
|
|
|
3228
3228
|
"introduced": "1.19.0",
|
|
3229
3229
|
"description": "Pressed state of color.background.accent.teal.subtler."
|
|
3230
3230
|
},
|
|
3231
|
-
"value": "#
|
|
3231
|
+
"value": "#6CC3E0",
|
|
3232
3232
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3233
3233
|
"isSource": true,
|
|
3234
3234
|
"original": {
|
|
@@ -3250,7 +3250,7 @@ var tokens = [{
|
|
|
3250
3250
|
"introduced": "0.7.0",
|
|
3251
3251
|
"description": "Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."
|
|
3252
3252
|
},
|
|
3253
|
-
"value": "#
|
|
3253
|
+
"value": "#6CC3E0",
|
|
3254
3254
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3255
3255
|
"isSource": true,
|
|
3256
3256
|
"original": {
|
|
@@ -3272,7 +3272,7 @@ var tokens = [{
|
|
|
3272
3272
|
"introduced": "1.19.0",
|
|
3273
3273
|
"description": "Hovered state of color.background.accent.teal.subtle."
|
|
3274
3274
|
},
|
|
3275
|
-
"value": "#
|
|
3275
|
+
"value": "#9DD9EE",
|
|
3276
3276
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3277
3277
|
"isSource": true,
|
|
3278
3278
|
"original": {
|
|
@@ -3294,7 +3294,7 @@ var tokens = [{
|
|
|
3294
3294
|
"introduced": "1.19.0",
|
|
3295
3295
|
"description": "Pressed state of color.background.accent.teal.subtle."
|
|
3296
3296
|
},
|
|
3297
|
-
"value": "#
|
|
3297
|
+
"value": "#C6EDFB",
|
|
3298
3298
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3299
3299
|
"isSource": true,
|
|
3300
3300
|
"original": {
|
|
@@ -3316,7 +3316,7 @@ var tokens = [{
|
|
|
3316
3316
|
"introduced": "0.7.0",
|
|
3317
3317
|
"description": "Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."
|
|
3318
3318
|
},
|
|
3319
|
-
"value": "#
|
|
3319
|
+
"value": "#227D9B",
|
|
3320
3320
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3321
3321
|
"isSource": true,
|
|
3322
3322
|
"original": {
|
|
@@ -3338,7 +3338,7 @@ var tokens = [{
|
|
|
3338
3338
|
"introduced": "1.19.0",
|
|
3339
3339
|
"description": "Hovered state of color.background.accent.teal.bolder."
|
|
3340
3340
|
},
|
|
3341
|
-
"value": "#
|
|
3341
|
+
"value": "#206A83",
|
|
3342
3342
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3343
3343
|
"isSource": true,
|
|
3344
3344
|
"original": {
|
|
@@ -3360,7 +3360,7 @@ var tokens = [{
|
|
|
3360
3360
|
"introduced": "1.19.0",
|
|
3361
3361
|
"description": "Pressed state of color.background.accent.teal.bolder."
|
|
3362
3362
|
},
|
|
3363
|
-
"value": "#
|
|
3363
|
+
"value": "#164555",
|
|
3364
3364
|
"filePath": "schema/themes/atlassian-light/color/accent.tsx",
|
|
3365
3365
|
"isSource": true,
|
|
3366
3366
|
"original": {
|
|
@@ -5054,7 +5054,7 @@ var tokens = [{
|
|
|
5054
5054
|
"introduced": "1.13.0",
|
|
5055
5055
|
"description": "Use for the background of elements used to reinforce our brand, that need to stand out a lot."
|
|
5056
5056
|
},
|
|
5057
|
-
"value": "#
|
|
5057
|
+
"value": "#1C2B41",
|
|
5058
5058
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5059
5059
|
"isSource": true,
|
|
5060
5060
|
"original": {
|
|
@@ -5120,7 +5120,7 @@ var tokens = [{
|
|
|
5120
5120
|
"introduced": "0.6.0",
|
|
5121
5121
|
"description": "Use for backgrounds communicating critical information, such in error section messages."
|
|
5122
5122
|
},
|
|
5123
|
-
"value": "#
|
|
5123
|
+
"value": "#FFECEB",
|
|
5124
5124
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5125
5125
|
"isSource": true,
|
|
5126
5126
|
"original": {
|
|
@@ -5142,7 +5142,7 @@ var tokens = [{
|
|
|
5142
5142
|
"introduced": "0.6.0",
|
|
5143
5143
|
"description": "Hovered state for color.background.danger"
|
|
5144
5144
|
},
|
|
5145
|
-
"value": "#
|
|
5145
|
+
"value": "#FFD5D2",
|
|
5146
5146
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5147
5147
|
"isSource": true,
|
|
5148
5148
|
"original": {
|
|
@@ -5164,7 +5164,7 @@ var tokens = [{
|
|
|
5164
5164
|
"introduced": "0.6.0",
|
|
5165
5165
|
"description": "Pressed state for color.background.danger"
|
|
5166
5166
|
},
|
|
5167
|
-
"value": "#
|
|
5167
|
+
"value": "#FD9891",
|
|
5168
5168
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5169
5169
|
"isSource": true,
|
|
5170
5170
|
"original": {
|
|
@@ -5186,7 +5186,7 @@ var tokens = [{
|
|
|
5186
5186
|
"introduced": "0.6.0",
|
|
5187
5187
|
"description": "A vibrant background option for communicating critical information, such as in danger buttons and error banners."
|
|
5188
5188
|
},
|
|
5189
|
-
"value": "#
|
|
5189
|
+
"value": "#C9372C",
|
|
5190
5190
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5191
5191
|
"isSource": true,
|
|
5192
5192
|
"original": {
|
|
@@ -5208,7 +5208,7 @@ var tokens = [{
|
|
|
5208
5208
|
"introduced": "0.6.0",
|
|
5209
5209
|
"description": "Hovered state of color.background.danger.bold"
|
|
5210
5210
|
},
|
|
5211
|
-
"value": "#
|
|
5211
|
+
"value": "#AE2E24",
|
|
5212
5212
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5213
5213
|
"isSource": true,
|
|
5214
5214
|
"original": {
|
|
@@ -5230,7 +5230,7 @@ var tokens = [{
|
|
|
5230
5230
|
"introduced": "0.6.0",
|
|
5231
5231
|
"description": "Pressed state of color.background.danger.bold"
|
|
5232
5232
|
},
|
|
5233
|
-
"value": "#
|
|
5233
|
+
"value": "#5D1F1A",
|
|
5234
5234
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5235
5235
|
"isSource": true,
|
|
5236
5236
|
"original": {
|
|
@@ -5318,7 +5318,7 @@ var tokens = [{
|
|
|
5318
5318
|
"introduced": "0.6.0",
|
|
5319
5319
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
5320
5320
|
},
|
|
5321
|
-
"value": "#
|
|
5321
|
+
"value": "#F5CD47",
|
|
5322
5322
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5323
5323
|
"isSource": true,
|
|
5324
5324
|
"original": {
|
|
@@ -5328,7 +5328,7 @@ var tokens = [{
|
|
|
5328
5328
|
"introduced": "0.6.0",
|
|
5329
5329
|
"description": "A vibrant background option for communicating caution, such as in warning buttons and warning banners."
|
|
5330
5330
|
},
|
|
5331
|
-
"value": "
|
|
5331
|
+
"value": "Yellow300"
|
|
5332
5332
|
},
|
|
5333
5333
|
"name": "color.background.warning.bold.[default]",
|
|
5334
5334
|
"path": ["color", "background", "warning", "bold", "[default]"],
|
|
@@ -5340,7 +5340,7 @@ var tokens = [{
|
|
|
5340
5340
|
"introduced": "0.6.0",
|
|
5341
5341
|
"description": "Hovered state of color.background.warning.bold"
|
|
5342
5342
|
},
|
|
5343
|
-
"value": "#
|
|
5343
|
+
"value": "#E2B203",
|
|
5344
5344
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5345
5345
|
"isSource": true,
|
|
5346
5346
|
"original": {
|
|
@@ -5350,7 +5350,7 @@ var tokens = [{
|
|
|
5350
5350
|
"introduced": "0.6.0",
|
|
5351
5351
|
"description": "Hovered state of color.background.warning.bold"
|
|
5352
5352
|
},
|
|
5353
|
-
"value": "
|
|
5353
|
+
"value": "Yellow400"
|
|
5354
5354
|
},
|
|
5355
5355
|
"name": "color.background.warning.bold.hovered",
|
|
5356
5356
|
"path": ["color", "background", "warning", "bold", "hovered"],
|
|
@@ -5362,7 +5362,7 @@ var tokens = [{
|
|
|
5362
5362
|
"introduced": "0.6.0",
|
|
5363
5363
|
"description": "Pressed state of color.background.warning.bold"
|
|
5364
5364
|
},
|
|
5365
|
-
"value": "#
|
|
5365
|
+
"value": "#CF9F02",
|
|
5366
5366
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5367
5367
|
"isSource": true,
|
|
5368
5368
|
"original": {
|
|
@@ -5372,7 +5372,7 @@ var tokens = [{
|
|
|
5372
5372
|
"introduced": "0.6.0",
|
|
5373
5373
|
"description": "Pressed state of color.background.warning.bold"
|
|
5374
5374
|
},
|
|
5375
|
-
"value": "
|
|
5375
|
+
"value": "Yellow500"
|
|
5376
5376
|
},
|
|
5377
5377
|
"name": "color.background.warning.bold.pressed",
|
|
5378
5378
|
"path": ["color", "background", "warning", "bold", "pressed"],
|
|
@@ -5384,7 +5384,7 @@ var tokens = [{
|
|
|
5384
5384
|
"introduced": "0.6.0",
|
|
5385
5385
|
"description": "Use for backgrounds communicating a favorable outcome, such as in success section messages."
|
|
5386
5386
|
},
|
|
5387
|
-
"value": "#
|
|
5387
|
+
"value": "#DCFFF1",
|
|
5388
5388
|
"filePath": "schema/themes/atlassian-light/color/background.tsx",
|
|
5389
5389
|
"isSource": true,
|
|
5390
5390
|
"original": {
|
|
@@ -5934,7 +5934,7 @@ var tokens = [{
|
|
|
5934
5934
|
"introduced": "0.13.3",
|
|
5935
5935
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
5936
5936
|
},
|
|
5937
|
-
"value": "#
|
|
5937
|
+
"value": "#2898BD",
|
|
5938
5938
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
5939
5939
|
"isSource": true,
|
|
5940
5940
|
"original": {
|
|
@@ -5956,7 +5956,7 @@ var tokens = [{
|
|
|
5956
5956
|
"introduced": "0.13.3",
|
|
5957
5957
|
"description": "Hovered state of color.chart.categorical.1."
|
|
5958
5958
|
},
|
|
5959
|
-
"value": "#
|
|
5959
|
+
"value": "#227D9B",
|
|
5960
5960
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
5961
5961
|
"isSource": true,
|
|
5962
5962
|
"original": {
|
|
@@ -6022,7 +6022,7 @@ var tokens = [{
|
|
|
6022
6022
|
"introduced": "0.13.3",
|
|
6023
6023
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6024
6024
|
},
|
|
6025
|
-
"value": "#
|
|
6025
|
+
"value": "#E56910",
|
|
6026
6026
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6027
6027
|
"isSource": true,
|
|
6028
6028
|
"original": {
|
|
@@ -6044,7 +6044,7 @@ var tokens = [{
|
|
|
6044
6044
|
"introduced": "0.13.3",
|
|
6045
6045
|
"description": "Hovered state of color.chart.categorical.3."
|
|
6046
6046
|
},
|
|
6047
|
-
"value": "#
|
|
6047
|
+
"value": "#C25100",
|
|
6048
6048
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6049
6049
|
"isSource": true,
|
|
6050
6050
|
"original": {
|
|
@@ -6132,7 +6132,7 @@ var tokens = [{
|
|
|
6132
6132
|
"introduced": "0.13.3",
|
|
6133
6133
|
"description": "Hovered state of color.chart.categorical.5."
|
|
6134
6134
|
},
|
|
6135
|
-
"value": "#
|
|
6135
|
+
"value": "#1C2B41",
|
|
6136
6136
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6137
6137
|
"isSource": true,
|
|
6138
6138
|
"original": {
|
|
@@ -6220,7 +6220,7 @@ var tokens = [{
|
|
|
6220
6220
|
"introduced": "0.13.3",
|
|
6221
6221
|
"description": "Hovered state of color.chart.categorical.7."
|
|
6222
6222
|
},
|
|
6223
|
-
"value": "#
|
|
6223
|
+
"value": "#3D2232",
|
|
6224
6224
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6225
6225
|
"isSource": true,
|
|
6226
6226
|
"original": {
|
|
@@ -6242,7 +6242,7 @@ var tokens = [{
|
|
|
6242
6242
|
"introduced": "0.13.3",
|
|
6243
6243
|
"description": "For data visualisation only. Follow numbered sequence."
|
|
6244
6244
|
},
|
|
6245
|
-
"value": "#
|
|
6245
|
+
"value": "#A54800",
|
|
6246
6246
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6247
6247
|
"isSource": true,
|
|
6248
6248
|
"original": {
|
|
@@ -6264,7 +6264,7 @@ var tokens = [{
|
|
|
6264
6264
|
"introduced": "0.13.3",
|
|
6265
6265
|
"description": "Hovered state of color.chart.categorical.8."
|
|
6266
6266
|
},
|
|
6267
|
-
"value": "#
|
|
6267
|
+
"value": "#702E00",
|
|
6268
6268
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6269
6269
|
"isSource": true,
|
|
6270
6270
|
"original": {
|
|
@@ -6462,7 +6462,7 @@ var tokens = [{
|
|
|
6462
6462
|
"introduced": "0.13.3",
|
|
6463
6463
|
"description": "For data visualisation only."
|
|
6464
6464
|
},
|
|
6465
|
-
"value": "#
|
|
6465
|
+
"value": "#F15B50",
|
|
6466
6466
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6467
6467
|
"isSource": true,
|
|
6468
6468
|
"original": {
|
|
@@ -6484,7 +6484,7 @@ var tokens = [{
|
|
|
6484
6484
|
"introduced": "0.13.3",
|
|
6485
6485
|
"description": "Hovered state of color.chart.red.bold."
|
|
6486
6486
|
},
|
|
6487
|
-
"value": "#
|
|
6487
|
+
"value": "#E2483D",
|
|
6488
6488
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6489
6489
|
"isSource": true,
|
|
6490
6490
|
"original": {
|
|
@@ -6506,7 +6506,7 @@ var tokens = [{
|
|
|
6506
6506
|
"introduced": "0.13.3",
|
|
6507
6507
|
"description": "For data visualisation only."
|
|
6508
6508
|
},
|
|
6509
|
-
"value": "#
|
|
6509
|
+
"value": "#E2483D",
|
|
6510
6510
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6511
6511
|
"isSource": true,
|
|
6512
6512
|
"original": {
|
|
@@ -6528,7 +6528,7 @@ var tokens = [{
|
|
|
6528
6528
|
"introduced": "0.13.3",
|
|
6529
6529
|
"description": "Hovered state of color.chart.red.bolder."
|
|
6530
6530
|
},
|
|
6531
|
-
"value": "#
|
|
6531
|
+
"value": "#C9372C",
|
|
6532
6532
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6533
6533
|
"isSource": true,
|
|
6534
6534
|
"original": {
|
|
@@ -6550,7 +6550,7 @@ var tokens = [{
|
|
|
6550
6550
|
"introduced": "0.13.3",
|
|
6551
6551
|
"description": "For data visualisation only."
|
|
6552
6552
|
},
|
|
6553
|
-
"value": "#
|
|
6553
|
+
"value": "#AE2E24",
|
|
6554
6554
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6555
6555
|
"isSource": true,
|
|
6556
6556
|
"original": {
|
|
@@ -6572,7 +6572,7 @@ var tokens = [{
|
|
|
6572
6572
|
"introduced": "0.13.3",
|
|
6573
6573
|
"description": "Hovered state of color.chart.red.boldest."
|
|
6574
6574
|
},
|
|
6575
|
-
"value": "#
|
|
6575
|
+
"value": "#5D1F1A",
|
|
6576
6576
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6577
6577
|
"isSource": true,
|
|
6578
6578
|
"original": {
|
|
@@ -6594,7 +6594,7 @@ var tokens = [{
|
|
|
6594
6594
|
"introduced": "0.13.3",
|
|
6595
6595
|
"description": "For data visualisation only."
|
|
6596
6596
|
},
|
|
6597
|
-
"value": "#
|
|
6597
|
+
"value": "#E56910",
|
|
6598
6598
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6599
6599
|
"isSource": true,
|
|
6600
6600
|
"original": {
|
|
@@ -6616,7 +6616,7 @@ var tokens = [{
|
|
|
6616
6616
|
"introduced": "0.13.3",
|
|
6617
6617
|
"description": "Hovered state of color.chart.orange.bold."
|
|
6618
6618
|
},
|
|
6619
|
-
"value": "#
|
|
6619
|
+
"value": "#C25100",
|
|
6620
6620
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6621
6621
|
"isSource": true,
|
|
6622
6622
|
"original": {
|
|
@@ -6638,7 +6638,7 @@ var tokens = [{
|
|
|
6638
6638
|
"introduced": "0.13.3",
|
|
6639
6639
|
"description": "For data visualisation only."
|
|
6640
6640
|
},
|
|
6641
|
-
"value": "#
|
|
6641
|
+
"value": "#C25100",
|
|
6642
6642
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6643
6643
|
"isSource": true,
|
|
6644
6644
|
"original": {
|
|
@@ -6660,7 +6660,7 @@ var tokens = [{
|
|
|
6660
6660
|
"introduced": "0.13.3",
|
|
6661
6661
|
"description": "Hovered state of color.chart.orange.bolder."
|
|
6662
6662
|
},
|
|
6663
|
-
"value": "#
|
|
6663
|
+
"value": "#A54800",
|
|
6664
6664
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6665
6665
|
"isSource": true,
|
|
6666
6666
|
"original": {
|
|
@@ -6682,7 +6682,7 @@ var tokens = [{
|
|
|
6682
6682
|
"introduced": "0.13.3",
|
|
6683
6683
|
"description": "For data visualisation only."
|
|
6684
6684
|
},
|
|
6685
|
-
"value": "#
|
|
6685
|
+
"value": "#A54800",
|
|
6686
6686
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6687
6687
|
"isSource": true,
|
|
6688
6688
|
"original": {
|
|
@@ -6704,7 +6704,7 @@ var tokens = [{
|
|
|
6704
6704
|
"introduced": "0.13.3",
|
|
6705
6705
|
"description": "Hovered state of color.chart.orange.boldest."
|
|
6706
6706
|
},
|
|
6707
|
-
"value": "#
|
|
6707
|
+
"value": "#702E00",
|
|
6708
6708
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6709
6709
|
"isSource": true,
|
|
6710
6710
|
"original": {
|
|
@@ -6990,7 +6990,7 @@ var tokens = [{
|
|
|
6990
6990
|
"introduced": "0.13.3",
|
|
6991
6991
|
"description": "For data visualisation only."
|
|
6992
6992
|
},
|
|
6993
|
-
"value": "#
|
|
6993
|
+
"value": "#2898BD",
|
|
6994
6994
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
6995
6995
|
"isSource": true,
|
|
6996
6996
|
"original": {
|
|
@@ -7012,7 +7012,7 @@ var tokens = [{
|
|
|
7012
7012
|
"introduced": "0.13.3",
|
|
7013
7013
|
"description": "Hovered state of color.chart.teal.bold."
|
|
7014
7014
|
},
|
|
7015
|
-
"value": "#
|
|
7015
|
+
"value": "#227D9B",
|
|
7016
7016
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7017
7017
|
"isSource": true,
|
|
7018
7018
|
"original": {
|
|
@@ -7034,7 +7034,7 @@ var tokens = [{
|
|
|
7034
7034
|
"introduced": "0.13.3",
|
|
7035
7035
|
"description": "For data visualisation only."
|
|
7036
7036
|
},
|
|
7037
|
-
"value": "#
|
|
7037
|
+
"value": "#227D9B",
|
|
7038
7038
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7039
7039
|
"isSource": true,
|
|
7040
7040
|
"original": {
|
|
@@ -7056,7 +7056,7 @@ var tokens = [{
|
|
|
7056
7056
|
"introduced": "0.13.3",
|
|
7057
7057
|
"description": "Hovered state of color.chart.teal.bolder."
|
|
7058
7058
|
},
|
|
7059
|
-
"value": "#
|
|
7059
|
+
"value": "#206A83",
|
|
7060
7060
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7061
7061
|
"isSource": true,
|
|
7062
7062
|
"original": {
|
|
@@ -7078,7 +7078,7 @@ var tokens = [{
|
|
|
7078
7078
|
"introduced": "0.13.3",
|
|
7079
7079
|
"description": "For data visualisation only."
|
|
7080
7080
|
},
|
|
7081
|
-
"value": "#
|
|
7081
|
+
"value": "#206A83",
|
|
7082
7082
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7083
7083
|
"isSource": true,
|
|
7084
7084
|
"original": {
|
|
@@ -7100,7 +7100,7 @@ var tokens = [{
|
|
|
7100
7100
|
"introduced": "0.13.3",
|
|
7101
7101
|
"description": "Hovered state of color.chart.teal.boldest."
|
|
7102
7102
|
},
|
|
7103
|
-
"value": "#
|
|
7103
|
+
"value": "#164555",
|
|
7104
7104
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7105
7105
|
"isSource": true,
|
|
7106
7106
|
"original": {
|
|
@@ -7694,7 +7694,7 @@ var tokens = [{
|
|
|
7694
7694
|
"introduced": "0.13.3",
|
|
7695
7695
|
"description": "For data visualisation communicating negative information, such as 'off track'."
|
|
7696
7696
|
},
|
|
7697
|
-
"value": "#
|
|
7697
|
+
"value": "#F15B50",
|
|
7698
7698
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7699
7699
|
"isSource": true,
|
|
7700
7700
|
"original": {
|
|
@@ -7716,7 +7716,7 @@ var tokens = [{
|
|
|
7716
7716
|
"introduced": "0.13.3",
|
|
7717
7717
|
"description": "Hovered state of color.chart.danger."
|
|
7718
7718
|
},
|
|
7719
|
-
"value": "#
|
|
7719
|
+
"value": "#E2483D",
|
|
7720
7720
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7721
7721
|
"isSource": true,
|
|
7722
7722
|
"original": {
|
|
@@ -7738,7 +7738,7 @@ var tokens = [{
|
|
|
7738
7738
|
"introduced": "0.13.3",
|
|
7739
7739
|
"description": "A stronger emphasis option of color.chart.danger."
|
|
7740
7740
|
},
|
|
7741
|
-
"value": "#
|
|
7741
|
+
"value": "#AE2E24",
|
|
7742
7742
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7743
7743
|
"isSource": true,
|
|
7744
7744
|
"original": {
|
|
@@ -7760,7 +7760,7 @@ var tokens = [{
|
|
|
7760
7760
|
"introduced": "0.13.3",
|
|
7761
7761
|
"description": "Hovered state of color.chart.danger.bold."
|
|
7762
7762
|
},
|
|
7763
|
-
"value": "#
|
|
7763
|
+
"value": "#5D1F1A",
|
|
7764
7764
|
"filePath": "schema/themes/atlassian-light/color/chart.tsx",
|
|
7765
7765
|
"isSource": true,
|
|
7766
7766
|
"original": {
|