@atlaskit/tokens 1.5.2 → 1.7.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 +16 -0
- package/dist/cjs/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/cjs/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +12 -10
- package/dist/cjs/artifacts/token-names.js +12 -10
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/cjs/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/cjs/constants.js +1 -1
- package/dist/cjs/get-token-value.js +1 -1
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/shape-palette.js +2 -1
- package/dist/cjs/set-global-theme.js +38 -3
- package/dist/cjs/tokens/atlassian-shape/shape.js +7 -1
- package/dist/cjs/tokens/default/shape/shape.js +33 -17
- package/dist/cjs/utils/theme-state-transformer.js +2 -1
- package/dist/cjs/utils/token-order.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/es2019/artifacts/themes/atlassian-shape.js +12 -10
- package/dist/es2019/artifacts/token-default-values.js +12 -10
- package/dist/es2019/artifacts/token-names.js +12 -10
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/es2019/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/es2019/constants.js +1 -1
- package/dist/es2019/get-token-value.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/shape-palette.js +2 -1
- package/dist/es2019/set-global-theme.js +34 -2
- package/dist/es2019/tokens/atlassian-shape/shape.js +7 -1
- package/dist/es2019/tokens/default/shape/shape.js +33 -17
- package/dist/es2019/utils/theme-state-transformer.js +2 -1
- package/dist/es2019/utils/token-order.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/shape-palette.js +3 -3
- package/dist/esm/artifacts/themes/atlassian-shape.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +12 -10
- package/dist/esm/artifacts/token-names.js +12 -10
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-new-input-border.js +3 -267
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-light-new-input-border.js +3 -267
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +33 -33
- package/dist/esm/artifacts/tokens-raw/atlassian-shape.js +81 -37
- package/dist/esm/constants.js +1 -1
- package/dist/esm/get-token-value.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/shape-palette.js +2 -1
- package/dist/esm/set-global-theme.js +38 -3
- package/dist/esm/tokens/atlassian-shape/shape.js +7 -1
- package/dist/esm/tokens/default/shape/shape.js +33 -17
- package/dist/esm/utils/theme-state-transformer.js +2 -1
- package/dist/esm/utils/token-order.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/shape-palette.d.ts +3 -18
- package/dist/types/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +12 -10
- package/dist/types/artifacts/token-names.d.ts +23 -19
- package/dist/types/artifacts/tokens-raw/atlassian-shape.d.ts +1 -1
- package/dist/types/artifacts/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/index.d.ts +1 -1
- package/dist/types/palettes/shape-palette.d.ts +1 -1
- package/dist/types/set-global-theme.d.ts +10 -7
- package/dist/types/types.d.ts +3 -1
- package/dist/types-ts4.5/artifacts/palettes-raw/shape-palette.d.ts +3 -18
- package/dist/types-ts4.5/artifacts/themes/atlassian-shape.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +12 -10
- package/dist/types-ts4.5/artifacts/token-names.d.ts +23 -19
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-new-input-border.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-legacy-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-new-input-border.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-shape.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/dist/types-ts4.5/palettes/shape-palette.d.ts +1 -1
- package/dist/types-ts4.5/set-global-theme.d.ts +10 -7
- package/dist/types-ts4.5/types.d.ts +3 -1
- package/figma/atlassian-dark.json +16 -16
- package/figma/atlassian-legacy-dark.json +16 -16
- package/figma/atlassian-legacy-light.json +16 -16
- package/figma/atlassian-light.json +16 -16
- package/figma/atlassian-shape.json +36 -18
- package/package.json +6 -4
- package/report.api.md +125 -22
- package/tmp/api-report-tmp.d.ts +107 -27
|
@@ -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::9f67599bfba65a0405dbfb30738d18c8>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -36,7 +36,7 @@ var tokens = [{
|
|
|
36
36
|
"group": "paint",
|
|
37
37
|
"state": "active",
|
|
38
38
|
"introduced": "0.6.0",
|
|
39
|
-
"description": "Use for red text on
|
|
39
|
+
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
40
40
|
},
|
|
41
41
|
"value": "#FF9C8F",
|
|
42
42
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -46,7 +46,7 @@ var tokens = [{
|
|
|
46
46
|
"group": "paint",
|
|
47
47
|
"state": "active",
|
|
48
48
|
"introduced": "0.6.0",
|
|
49
|
-
"description": "Use for red text on
|
|
49
|
+
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
50
50
|
},
|
|
51
51
|
"value": "Red300"
|
|
52
52
|
},
|
|
@@ -58,7 +58,7 @@ var tokens = [{
|
|
|
58
58
|
"group": "paint",
|
|
59
59
|
"state": "active",
|
|
60
60
|
"introduced": "0.7.0",
|
|
61
|
-
"description": "Use on
|
|
61
|
+
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
62
62
|
},
|
|
63
63
|
"value": "#FFD2CC",
|
|
64
64
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -68,7 +68,7 @@ var tokens = [{
|
|
|
68
68
|
"group": "paint",
|
|
69
69
|
"state": "active",
|
|
70
70
|
"introduced": "0.7.0",
|
|
71
|
-
"description": "Use on
|
|
71
|
+
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
72
72
|
},
|
|
73
73
|
"value": "Red200"
|
|
74
74
|
},
|
|
@@ -80,7 +80,7 @@ var tokens = [{
|
|
|
80
80
|
"group": "paint",
|
|
81
81
|
"state": "active",
|
|
82
82
|
"introduced": "0.6.0",
|
|
83
|
-
"description": "Use for orange text on
|
|
83
|
+
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
84
84
|
},
|
|
85
85
|
"value": "#FEC57B",
|
|
86
86
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -90,7 +90,7 @@ var tokens = [{
|
|
|
90
90
|
"group": "paint",
|
|
91
91
|
"state": "active",
|
|
92
92
|
"introduced": "0.6.0",
|
|
93
|
-
"description": "Use for orange text on
|
|
93
|
+
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
94
94
|
},
|
|
95
95
|
"value": "Orange300"
|
|
96
96
|
},
|
|
@@ -102,7 +102,7 @@ var tokens = [{
|
|
|
102
102
|
"group": "paint",
|
|
103
103
|
"state": "active",
|
|
104
104
|
"introduced": "0.7.0",
|
|
105
|
-
"description": "Use on
|
|
105
|
+
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
106
106
|
},
|
|
107
107
|
"value": "#FFE2BD",
|
|
108
108
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -112,7 +112,7 @@ var tokens = [{
|
|
|
112
112
|
"group": "paint",
|
|
113
113
|
"state": "active",
|
|
114
114
|
"introduced": "0.7.0",
|
|
115
|
-
"description": "Use on
|
|
115
|
+
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
116
116
|
},
|
|
117
117
|
"value": "Orange200"
|
|
118
118
|
},
|
|
@@ -124,7 +124,7 @@ var tokens = [{
|
|
|
124
124
|
"group": "paint",
|
|
125
125
|
"state": "active",
|
|
126
126
|
"introduced": "0.6.0",
|
|
127
|
-
"description": "Use for yellow text on
|
|
127
|
+
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
128
128
|
},
|
|
129
129
|
"value": "#F5CD47",
|
|
130
130
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -134,7 +134,7 @@ var tokens = [{
|
|
|
134
134
|
"group": "paint",
|
|
135
135
|
"state": "active",
|
|
136
136
|
"introduced": "0.6.0",
|
|
137
|
-
"description": "Use for yellow text on
|
|
137
|
+
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
138
138
|
},
|
|
139
139
|
"value": "Yellow300"
|
|
140
140
|
},
|
|
@@ -146,7 +146,7 @@ var tokens = [{
|
|
|
146
146
|
"group": "paint",
|
|
147
147
|
"state": "active",
|
|
148
148
|
"introduced": "0.7.0",
|
|
149
|
-
"description": "Use on
|
|
149
|
+
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
150
150
|
},
|
|
151
151
|
"value": "#F8E6A0",
|
|
152
152
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -156,7 +156,7 @@ var tokens = [{
|
|
|
156
156
|
"group": "paint",
|
|
157
157
|
"state": "active",
|
|
158
158
|
"introduced": "0.7.0",
|
|
159
|
-
"description": "Use on
|
|
159
|
+
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
160
160
|
},
|
|
161
161
|
"value": "Yellow200"
|
|
162
162
|
},
|
|
@@ -168,7 +168,7 @@ var tokens = [{
|
|
|
168
168
|
"group": "paint",
|
|
169
169
|
"state": "active",
|
|
170
170
|
"introduced": "0.6.0",
|
|
171
|
-
"description": "Use for green text on
|
|
171
|
+
"description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
|
|
172
172
|
},
|
|
173
173
|
"value": "#7EE2B8",
|
|
174
174
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -178,7 +178,7 @@ var tokens = [{
|
|
|
178
178
|
"group": "paint",
|
|
179
179
|
"state": "active",
|
|
180
180
|
"introduced": "0.6.0",
|
|
181
|
-
"description": "Use for green text on
|
|
181
|
+
"description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
|
|
182
182
|
},
|
|
183
183
|
"value": "Green300"
|
|
184
184
|
},
|
|
@@ -190,7 +190,7 @@ var tokens = [{
|
|
|
190
190
|
"group": "paint",
|
|
191
191
|
"state": "active",
|
|
192
192
|
"introduced": "0.7.0",
|
|
193
|
-
"description": "Use on
|
|
193
|
+
"description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
|
|
194
194
|
},
|
|
195
195
|
"value": "#BAF3DB",
|
|
196
196
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -200,7 +200,7 @@ var tokens = [{
|
|
|
200
200
|
"group": "paint",
|
|
201
201
|
"state": "active",
|
|
202
202
|
"introduced": "0.7.0",
|
|
203
|
-
"description": "Use on
|
|
203
|
+
"description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
|
|
204
204
|
},
|
|
205
205
|
"value": "Green200"
|
|
206
206
|
},
|
|
@@ -212,7 +212,7 @@ var tokens = [{
|
|
|
212
212
|
"group": "paint",
|
|
213
213
|
"state": "active",
|
|
214
214
|
"introduced": "0.6.0",
|
|
215
|
-
"description": "Use for teal text on
|
|
215
|
+
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
216
216
|
},
|
|
217
217
|
"value": "#8BDBE5",
|
|
218
218
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -222,7 +222,7 @@ var tokens = [{
|
|
|
222
222
|
"group": "paint",
|
|
223
223
|
"state": "active",
|
|
224
224
|
"introduced": "0.6.0",
|
|
225
|
-
"description": "Use for teal text on
|
|
225
|
+
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
226
226
|
},
|
|
227
227
|
"value": "Teal300"
|
|
228
228
|
},
|
|
@@ -234,7 +234,7 @@ var tokens = [{
|
|
|
234
234
|
"group": "paint",
|
|
235
235
|
"state": "active",
|
|
236
236
|
"introduced": "0.7.0",
|
|
237
|
-
"description": "Use on
|
|
237
|
+
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
238
238
|
},
|
|
239
239
|
"value": "#C1F0F5",
|
|
240
240
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -244,7 +244,7 @@ var tokens = [{
|
|
|
244
244
|
"group": "paint",
|
|
245
245
|
"state": "active",
|
|
246
246
|
"introduced": "0.7.0",
|
|
247
|
-
"description": "Use on
|
|
247
|
+
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
248
248
|
},
|
|
249
249
|
"value": "Teal200"
|
|
250
250
|
},
|
|
@@ -256,7 +256,7 @@ var tokens = [{
|
|
|
256
256
|
"group": "paint",
|
|
257
257
|
"state": "active",
|
|
258
258
|
"introduced": "0.6.0",
|
|
259
|
-
"description": "Use for blue text on
|
|
259
|
+
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
260
260
|
},
|
|
261
261
|
"value": "#85B8FF",
|
|
262
262
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -266,7 +266,7 @@ var tokens = [{
|
|
|
266
266
|
"group": "paint",
|
|
267
267
|
"state": "active",
|
|
268
268
|
"introduced": "0.6.0",
|
|
269
|
-
"description": "Use for blue text on
|
|
269
|
+
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
270
270
|
},
|
|
271
271
|
"value": "Blue300"
|
|
272
272
|
},
|
|
@@ -278,7 +278,7 @@ var tokens = [{
|
|
|
278
278
|
"group": "paint",
|
|
279
279
|
"state": "active",
|
|
280
280
|
"introduced": "0.7.0",
|
|
281
|
-
"description": "Use on
|
|
281
|
+
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
282
282
|
},
|
|
283
283
|
"value": "#CCE0FF",
|
|
284
284
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -288,7 +288,7 @@ var tokens = [{
|
|
|
288
288
|
"group": "paint",
|
|
289
289
|
"state": "active",
|
|
290
290
|
"introduced": "0.7.0",
|
|
291
|
-
"description": "Use on
|
|
291
|
+
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
292
292
|
},
|
|
293
293
|
"value": "Blue200"
|
|
294
294
|
},
|
|
@@ -300,7 +300,7 @@ var tokens = [{
|
|
|
300
300
|
"group": "paint",
|
|
301
301
|
"state": "active",
|
|
302
302
|
"introduced": "0.6.0",
|
|
303
|
-
"description": "Use for purple text on
|
|
303
|
+
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
304
304
|
},
|
|
305
305
|
"value": "#B8ACF6",
|
|
306
306
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -310,7 +310,7 @@ var tokens = [{
|
|
|
310
310
|
"group": "paint",
|
|
311
311
|
"state": "active",
|
|
312
312
|
"introduced": "0.6.0",
|
|
313
|
-
"description": "Use for purple text on
|
|
313
|
+
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
314
314
|
},
|
|
315
315
|
"value": "Purple300"
|
|
316
316
|
},
|
|
@@ -322,7 +322,7 @@ var tokens = [{
|
|
|
322
322
|
"group": "paint",
|
|
323
323
|
"state": "active",
|
|
324
324
|
"introduced": "0.7.0",
|
|
325
|
-
"description": "Use on
|
|
325
|
+
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
326
326
|
},
|
|
327
327
|
"value": "#DFD8FD",
|
|
328
328
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -332,7 +332,7 @@ var tokens = [{
|
|
|
332
332
|
"group": "paint",
|
|
333
333
|
"state": "active",
|
|
334
334
|
"introduced": "0.7.0",
|
|
335
|
-
"description": "Use on
|
|
335
|
+
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
336
336
|
},
|
|
337
337
|
"value": "Purple200"
|
|
338
338
|
},
|
|
@@ -344,7 +344,7 @@ var tokens = [{
|
|
|
344
344
|
"group": "paint",
|
|
345
345
|
"state": "active",
|
|
346
346
|
"introduced": "0.6.0",
|
|
347
|
-
"description": "Use for magenta text on
|
|
347
|
+
"description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
|
|
348
348
|
},
|
|
349
349
|
"value": "#F797D2",
|
|
350
350
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -354,7 +354,7 @@ var tokens = [{
|
|
|
354
354
|
"group": "paint",
|
|
355
355
|
"state": "active",
|
|
356
356
|
"introduced": "0.6.0",
|
|
357
|
-
"description": "Use for magenta text on
|
|
357
|
+
"description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
|
|
358
358
|
},
|
|
359
359
|
"value": "Magenta300"
|
|
360
360
|
},
|
|
@@ -366,7 +366,7 @@ var tokens = [{
|
|
|
366
366
|
"group": "paint",
|
|
367
367
|
"state": "active",
|
|
368
368
|
"introduced": "0.7.0",
|
|
369
|
-
"description": "Use on
|
|
369
|
+
"description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
|
|
370
370
|
},
|
|
371
371
|
"value": "#FDD0EC",
|
|
372
372
|
"filePath": "src/tokens/atlassian-dark/color/accent.tsx",
|
|
@@ -376,7 +376,7 @@ var tokens = [{
|
|
|
376
376
|
"group": "paint",
|
|
377
377
|
"state": "active",
|
|
378
378
|
"introduced": "0.7.0",
|
|
379
|
-
"description": "Use on
|
|
379
|
+
"description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
|
|
380
380
|
},
|
|
381
381
|
"value": "Magenta200"
|
|
382
382
|
},
|
|
@@ -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::2cd5fe066fcdc4fd65b0d5ee54a25928>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
var tokens = [{
|
|
@@ -36,7 +36,7 @@ var tokens = [{
|
|
|
36
36
|
"group": "paint",
|
|
37
37
|
"state": "active",
|
|
38
38
|
"introduced": "0.6.0",
|
|
39
|
-
"description": "Use for red text on
|
|
39
|
+
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
40
40
|
},
|
|
41
41
|
"value": "#FF5630",
|
|
42
42
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -46,7 +46,7 @@ var tokens = [{
|
|
|
46
46
|
"group": "paint",
|
|
47
47
|
"state": "active",
|
|
48
48
|
"introduced": "0.6.0",
|
|
49
|
-
"description": "Use for red text on
|
|
49
|
+
"description": "Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."
|
|
50
50
|
},
|
|
51
51
|
"value": "R300"
|
|
52
52
|
},
|
|
@@ -58,7 +58,7 @@ var tokens = [{
|
|
|
58
58
|
"group": "paint",
|
|
59
59
|
"state": "active",
|
|
60
60
|
"introduced": "0.7.0",
|
|
61
|
-
"description": "Use on
|
|
61
|
+
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
62
62
|
},
|
|
63
63
|
"value": "#FF7452",
|
|
64
64
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -68,7 +68,7 @@ var tokens = [{
|
|
|
68
68
|
"group": "paint",
|
|
69
69
|
"state": "active",
|
|
70
70
|
"introduced": "0.7.0",
|
|
71
|
-
"description": "Use on
|
|
71
|
+
"description": "Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."
|
|
72
72
|
},
|
|
73
73
|
"value": "R200"
|
|
74
74
|
},
|
|
@@ -80,7 +80,7 @@ var tokens = [{
|
|
|
80
80
|
"group": "paint",
|
|
81
81
|
"state": "active",
|
|
82
82
|
"introduced": "0.6.0",
|
|
83
|
-
"description": "Use for orange text on
|
|
83
|
+
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
84
84
|
},
|
|
85
85
|
"value": "#FEC57B",
|
|
86
86
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -90,7 +90,7 @@ var tokens = [{
|
|
|
90
90
|
"group": "paint",
|
|
91
91
|
"state": "active",
|
|
92
92
|
"introduced": "0.6.0",
|
|
93
|
-
"description": "Use for orange text on
|
|
93
|
+
"description": "Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."
|
|
94
94
|
},
|
|
95
95
|
"value": "#FEC57B"
|
|
96
96
|
},
|
|
@@ -102,7 +102,7 @@ var tokens = [{
|
|
|
102
102
|
"group": "paint",
|
|
103
103
|
"state": "active",
|
|
104
104
|
"introduced": "0.7.0",
|
|
105
|
-
"description": "Use on
|
|
105
|
+
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
106
106
|
},
|
|
107
107
|
"value": "#F18D13",
|
|
108
108
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -112,7 +112,7 @@ var tokens = [{
|
|
|
112
112
|
"group": "paint",
|
|
113
113
|
"state": "active",
|
|
114
114
|
"introduced": "0.7.0",
|
|
115
|
-
"description": "Use on
|
|
115
|
+
"description": "Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."
|
|
116
116
|
},
|
|
117
117
|
"value": "#F18D13"
|
|
118
118
|
},
|
|
@@ -124,7 +124,7 @@ var tokens = [{
|
|
|
124
124
|
"group": "paint",
|
|
125
125
|
"state": "active",
|
|
126
126
|
"introduced": "0.6.0",
|
|
127
|
-
"description": "Use for yellow text on
|
|
127
|
+
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
128
128
|
},
|
|
129
129
|
"value": "#FFAB00",
|
|
130
130
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -134,7 +134,7 @@ var tokens = [{
|
|
|
134
134
|
"group": "paint",
|
|
135
135
|
"state": "active",
|
|
136
136
|
"introduced": "0.6.0",
|
|
137
|
-
"description": "Use for yellow text on
|
|
137
|
+
"description": "Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."
|
|
138
138
|
},
|
|
139
139
|
"value": "Y300"
|
|
140
140
|
},
|
|
@@ -146,7 +146,7 @@ var tokens = [{
|
|
|
146
146
|
"group": "paint",
|
|
147
147
|
"state": "active",
|
|
148
148
|
"introduced": "0.7.0",
|
|
149
|
-
"description": "Use on
|
|
149
|
+
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
150
150
|
},
|
|
151
151
|
"value": "#FFC400",
|
|
152
152
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -156,7 +156,7 @@ var tokens = [{
|
|
|
156
156
|
"group": "paint",
|
|
157
157
|
"state": "active",
|
|
158
158
|
"introduced": "0.7.0",
|
|
159
|
-
"description": "Use on
|
|
159
|
+
"description": "Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."
|
|
160
160
|
},
|
|
161
161
|
"value": "Y200"
|
|
162
162
|
},
|
|
@@ -168,7 +168,7 @@ var tokens = [{
|
|
|
168
168
|
"group": "paint",
|
|
169
169
|
"state": "active",
|
|
170
170
|
"introduced": "0.6.0",
|
|
171
|
-
"description": "Use for green text on
|
|
171
|
+
"description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
|
|
172
172
|
},
|
|
173
173
|
"value": "#36B37E",
|
|
174
174
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -178,7 +178,7 @@ var tokens = [{
|
|
|
178
178
|
"group": "paint",
|
|
179
179
|
"state": "active",
|
|
180
180
|
"introduced": "0.6.0",
|
|
181
|
-
"description": "Use for green text on
|
|
181
|
+
"description": "Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."
|
|
182
182
|
},
|
|
183
183
|
"value": "G300"
|
|
184
184
|
},
|
|
@@ -190,7 +190,7 @@ var tokens = [{
|
|
|
190
190
|
"group": "paint",
|
|
191
191
|
"state": "active",
|
|
192
192
|
"introduced": "0.7.0",
|
|
193
|
-
"description": "Use on
|
|
193
|
+
"description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
|
|
194
194
|
},
|
|
195
195
|
"value": "#57D9A3",
|
|
196
196
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -200,7 +200,7 @@ var tokens = [{
|
|
|
200
200
|
"group": "paint",
|
|
201
201
|
"state": "active",
|
|
202
202
|
"introduced": "0.7.0",
|
|
203
|
-
"description": "Use on
|
|
203
|
+
"description": "Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."
|
|
204
204
|
},
|
|
205
205
|
"value": "G200"
|
|
206
206
|
},
|
|
@@ -212,7 +212,7 @@ var tokens = [{
|
|
|
212
212
|
"group": "paint",
|
|
213
213
|
"state": "active",
|
|
214
214
|
"introduced": "0.6.0",
|
|
215
|
-
"description": "Use for teal text on
|
|
215
|
+
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
216
216
|
},
|
|
217
217
|
"value": "#00B8D9",
|
|
218
218
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -222,7 +222,7 @@ var tokens = [{
|
|
|
222
222
|
"group": "paint",
|
|
223
223
|
"state": "active",
|
|
224
224
|
"introduced": "0.6.0",
|
|
225
|
-
"description": "Use for teal text on
|
|
225
|
+
"description": "Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."
|
|
226
226
|
},
|
|
227
227
|
"value": "T300"
|
|
228
228
|
},
|
|
@@ -234,7 +234,7 @@ var tokens = [{
|
|
|
234
234
|
"group": "paint",
|
|
235
235
|
"state": "active",
|
|
236
236
|
"introduced": "0.7.0",
|
|
237
|
-
"description": "Use on
|
|
237
|
+
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
238
238
|
},
|
|
239
239
|
"value": "#00C7E6",
|
|
240
240
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -244,7 +244,7 @@ var tokens = [{
|
|
|
244
244
|
"group": "paint",
|
|
245
245
|
"state": "active",
|
|
246
246
|
"introduced": "0.7.0",
|
|
247
|
-
"description": "Use on
|
|
247
|
+
"description": "Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."
|
|
248
248
|
},
|
|
249
249
|
"value": "T200"
|
|
250
250
|
},
|
|
@@ -256,7 +256,7 @@ var tokens = [{
|
|
|
256
256
|
"group": "paint",
|
|
257
257
|
"state": "active",
|
|
258
258
|
"introduced": "0.6.0",
|
|
259
|
-
"description": "Use for blue text on
|
|
259
|
+
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
260
260
|
},
|
|
261
261
|
"value": "#0065FF",
|
|
262
262
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -266,7 +266,7 @@ var tokens = [{
|
|
|
266
266
|
"group": "paint",
|
|
267
267
|
"state": "active",
|
|
268
268
|
"introduced": "0.6.0",
|
|
269
|
-
"description": "Use for blue text on
|
|
269
|
+
"description": "Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."
|
|
270
270
|
},
|
|
271
271
|
"value": "B300"
|
|
272
272
|
},
|
|
@@ -278,7 +278,7 @@ var tokens = [{
|
|
|
278
278
|
"group": "paint",
|
|
279
279
|
"state": "active",
|
|
280
280
|
"introduced": "0.7.0",
|
|
281
|
-
"description": "Use on
|
|
281
|
+
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
282
282
|
},
|
|
283
283
|
"value": "#2684FF",
|
|
284
284
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -288,7 +288,7 @@ var tokens = [{
|
|
|
288
288
|
"group": "paint",
|
|
289
289
|
"state": "active",
|
|
290
290
|
"introduced": "0.7.0",
|
|
291
|
-
"description": "Use on
|
|
291
|
+
"description": "Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."
|
|
292
292
|
},
|
|
293
293
|
"value": "B200"
|
|
294
294
|
},
|
|
@@ -300,7 +300,7 @@ var tokens = [{
|
|
|
300
300
|
"group": "paint",
|
|
301
301
|
"state": "active",
|
|
302
302
|
"introduced": "0.6.0",
|
|
303
|
-
"description": "Use for purple text on
|
|
303
|
+
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
304
304
|
},
|
|
305
305
|
"value": "#6554C0",
|
|
306
306
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -310,7 +310,7 @@ var tokens = [{
|
|
|
310
310
|
"group": "paint",
|
|
311
311
|
"state": "active",
|
|
312
312
|
"introduced": "0.6.0",
|
|
313
|
-
"description": "Use for purple text on
|
|
313
|
+
"description": "Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."
|
|
314
314
|
},
|
|
315
315
|
"value": "P300"
|
|
316
316
|
},
|
|
@@ -322,7 +322,7 @@ var tokens = [{
|
|
|
322
322
|
"group": "paint",
|
|
323
323
|
"state": "active",
|
|
324
324
|
"introduced": "0.7.0",
|
|
325
|
-
"description": "Use on
|
|
325
|
+
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
326
326
|
},
|
|
327
327
|
"value": "#8777D9",
|
|
328
328
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -332,7 +332,7 @@ var tokens = [{
|
|
|
332
332
|
"group": "paint",
|
|
333
333
|
"state": "active",
|
|
334
334
|
"introduced": "0.7.0",
|
|
335
|
-
"description": "Use on
|
|
335
|
+
"description": "Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."
|
|
336
336
|
},
|
|
337
337
|
"value": "P200"
|
|
338
338
|
},
|
|
@@ -344,7 +344,7 @@ var tokens = [{
|
|
|
344
344
|
"group": "paint",
|
|
345
345
|
"state": "active",
|
|
346
346
|
"introduced": "0.6.0",
|
|
347
|
-
"description": "Use for magenta text on
|
|
347
|
+
"description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
|
|
348
348
|
},
|
|
349
349
|
"value": "#F797D2",
|
|
350
350
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -354,7 +354,7 @@ var tokens = [{
|
|
|
354
354
|
"group": "paint",
|
|
355
355
|
"state": "active",
|
|
356
356
|
"introduced": "0.6.0",
|
|
357
|
-
"description": "Use for magenta text on
|
|
357
|
+
"description": "Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."
|
|
358
358
|
},
|
|
359
359
|
"value": "#F797D2"
|
|
360
360
|
},
|
|
@@ -366,7 +366,7 @@ var tokens = [{
|
|
|
366
366
|
"group": "paint",
|
|
367
367
|
"state": "active",
|
|
368
368
|
"introduced": "0.7.0",
|
|
369
|
-
"description": "Use on
|
|
369
|
+
"description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
|
|
370
370
|
},
|
|
371
371
|
"value": "#FDD0EC",
|
|
372
372
|
"filePath": "src/tokens/atlassian-legacy-dark/color/accent.tsx",
|
|
@@ -376,7 +376,7 @@ var tokens = [{
|
|
|
376
376
|
"group": "paint",
|
|
377
377
|
"state": "active",
|
|
378
378
|
"introduced": "0.7.0",
|
|
379
|
-
"description": "Use on
|
|
379
|
+
"description": "Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."
|
|
380
380
|
},
|
|
381
381
|
"value": "#FDD0EC"
|
|
382
382
|
},
|