@atlaskit/tokens 8.1.0 → 8.3.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 +43 -0
- package/dist/cjs/artifacts/generated-pairs.js +2 -2
- 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-legacy-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-legacy-light.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 +21 -1
- package/dist/cjs/artifacts/token-names.js +21 -1
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/cjs/entry-points/token-metadata.codegen.js +105 -5
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-dark.js +28 -8
- package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
- package/dist/es2019/artifacts/token-default-values.js +21 -1
- package/dist/es2019/artifacts/token-names.js +21 -1
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/es2019/entry-points/token-metadata.codegen.js +105 -5
- package/dist/esm/artifacts/generated-pairs.js +2 -2
- 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-legacy-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-legacy-light.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 +21 -1
- package/dist/esm/artifacts/token-names.js +21 -1
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +463 -23
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +449 -9
- package/dist/esm/entry-points/token-metadata.codegen.js +105 -5
- package/dist/types/artifacts/generated-pairs.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-legacy-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-legacy-light.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 +21 -1
- package/dist/types/artifacts/token-names.d.ts +41 -1
- 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-legacy-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.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/types-internal.d.ts +2 -2
- package/dist/types/artifacts/types.d.ts +2 -2
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +5 -5
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +42 -4
- package/dist/types-ts4.5/artifacts/generated-pairs.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-legacy-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.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 +21 -1
- package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
- 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-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-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/types-internal.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +5 -5
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +42 -4
- package/figma/atlassian-dark-increased-contrast.json +187 -7
- package/figma/atlassian-dark.json +187 -7
- package/figma/atlassian-legacy-dark.json +180 -0
- package/figma/atlassian-legacy-light.json +180 -0
- package/figma/atlassian-light-increased-contrast.json +180 -0
- package/figma/atlassian-light.json +180 -0
- package/package.json +5 -5
|
@@ -235,6 +235,15 @@
|
|
|
235
235
|
"description": "Use for critical text, such as input field error messaging."
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
|
+
"Dark increased-contrast/color.text.danger.bolder": {
|
|
239
|
+
"value": "#FFECEB",
|
|
240
|
+
"attributes": {
|
|
241
|
+
"group": "paint",
|
|
242
|
+
"state": "active",
|
|
243
|
+
"introduced": "8.1.0",
|
|
244
|
+
"description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
|
|
245
|
+
}
|
|
246
|
+
},
|
|
238
247
|
"Dark increased-contrast/color.text.warning": {
|
|
239
248
|
"value": "#FCE4A6",
|
|
240
249
|
"attributes": {
|
|
@@ -253,6 +262,15 @@
|
|
|
253
262
|
"description": "Use for text when on bold warning backgrounds."
|
|
254
263
|
}
|
|
255
264
|
},
|
|
265
|
+
"Dark increased-contrast/color.text.warning.bolder": {
|
|
266
|
+
"value": "#FFF5DB",
|
|
267
|
+
"attributes": {
|
|
268
|
+
"group": "paint",
|
|
269
|
+
"state": "active",
|
|
270
|
+
"introduced": "8.1.0",
|
|
271
|
+
"description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
|
|
272
|
+
}
|
|
273
|
+
},
|
|
256
274
|
"Dark increased-contrast/color.text.success": {
|
|
257
275
|
"value": "#BAF3DB",
|
|
258
276
|
"attributes": {
|
|
@@ -262,6 +280,15 @@
|
|
|
262
280
|
"description": "Use for text to communicate a favorable outcome, such as input field success messaging."
|
|
263
281
|
}
|
|
264
282
|
},
|
|
283
|
+
"Dark increased-contrast/color.text.success.bolder": {
|
|
284
|
+
"value": "#DCFFF1",
|
|
285
|
+
"attributes": {
|
|
286
|
+
"group": "paint",
|
|
287
|
+
"state": "active",
|
|
288
|
+
"introduced": "8.1.0",
|
|
289
|
+
"description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
|
|
290
|
+
}
|
|
291
|
+
},
|
|
265
292
|
"Dark increased-contrast/color.text.discovery": {
|
|
266
293
|
"value": "#EED7FC",
|
|
267
294
|
"attributes": {
|
|
@@ -271,6 +298,15 @@
|
|
|
271
298
|
"description": "Use for text to emphasize change or something new, such as in new lozenges."
|
|
272
299
|
}
|
|
273
300
|
},
|
|
301
|
+
"Dark increased-contrast/color.text.discovery.bolder": {
|
|
302
|
+
"value": "#F8EEFE",
|
|
303
|
+
"attributes": {
|
|
304
|
+
"group": "paint",
|
|
305
|
+
"state": "active",
|
|
306
|
+
"introduced": "8.1.0",
|
|
307
|
+
"description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
|
|
308
|
+
}
|
|
309
|
+
},
|
|
274
310
|
"Dark increased-contrast/color.text.information": {
|
|
275
311
|
"value": "#CFE1FD",
|
|
276
312
|
"attributes": {
|
|
@@ -280,6 +316,15 @@
|
|
|
280
316
|
"description": "Use for informative text or to communicate something is in progress, such as in-progress lozenges."
|
|
281
317
|
}
|
|
282
318
|
},
|
|
319
|
+
"Dark increased-contrast/color.text.information.bolder": {
|
|
320
|
+
"value": "#E9F2FE",
|
|
321
|
+
"attributes": {
|
|
322
|
+
"group": "paint",
|
|
323
|
+
"state": "active",
|
|
324
|
+
"introduced": "8.1.0",
|
|
325
|
+
"description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
|
|
326
|
+
}
|
|
327
|
+
},
|
|
283
328
|
"Dark increased-contrast/color.text.subtlest": {
|
|
284
329
|
"value": "#BFC1C4",
|
|
285
330
|
"attributes": {
|
|
@@ -749,7 +794,7 @@
|
|
|
749
794
|
}
|
|
750
795
|
},
|
|
751
796
|
"Dark increased-contrast/color.background.accent.lime.subtlest": {
|
|
752
|
-
"value": "#
|
|
797
|
+
"value": "#28311B",
|
|
753
798
|
"attributes": {
|
|
754
799
|
"group": "paint",
|
|
755
800
|
"state": "active",
|
|
@@ -965,7 +1010,7 @@
|
|
|
965
1010
|
}
|
|
966
1011
|
},
|
|
967
1012
|
"Dark increased-contrast/color.background.accent.orange.subtlest": {
|
|
968
|
-
"value": "#
|
|
1013
|
+
"value": "#3A2C1F",
|
|
969
1014
|
"attributes": {
|
|
970
1015
|
"group": "paint",
|
|
971
1016
|
"state": "active",
|
|
@@ -1073,7 +1118,7 @@
|
|
|
1073
1118
|
}
|
|
1074
1119
|
},
|
|
1075
1120
|
"Dark increased-contrast/color.background.accent.yellow.subtlest": {
|
|
1076
|
-
"value": "#
|
|
1121
|
+
"value": "#332E1B",
|
|
1077
1122
|
"attributes": {
|
|
1078
1123
|
"group": "paint",
|
|
1079
1124
|
"state": "active",
|
|
@@ -1181,7 +1226,7 @@
|
|
|
1181
1226
|
}
|
|
1182
1227
|
},
|
|
1183
1228
|
"Dark increased-contrast/color.background.accent.green.subtlest": {
|
|
1184
|
-
"value": "#
|
|
1229
|
+
"value": "#1C3329",
|
|
1185
1230
|
"attributes": {
|
|
1186
1231
|
"group": "paint",
|
|
1187
1232
|
"state": "active",
|
|
@@ -1289,7 +1334,7 @@
|
|
|
1289
1334
|
}
|
|
1290
1335
|
},
|
|
1291
1336
|
"Dark increased-contrast/color.background.accent.teal.subtlest": {
|
|
1292
|
-
"value": "#
|
|
1337
|
+
"value": "#1E3137",
|
|
1293
1338
|
"attributes": {
|
|
1294
1339
|
"group": "paint",
|
|
1295
1340
|
"state": "active",
|
|
@@ -1505,7 +1550,7 @@
|
|
|
1505
1550
|
}
|
|
1506
1551
|
},
|
|
1507
1552
|
"Dark increased-contrast/color.background.accent.purple.subtlest": {
|
|
1508
|
-
"value": "#
|
|
1553
|
+
"value": "#35243F",
|
|
1509
1554
|
"attributes": {
|
|
1510
1555
|
"group": "paint",
|
|
1511
1556
|
"state": "active",
|
|
@@ -1613,7 +1658,7 @@
|
|
|
1613
1658
|
}
|
|
1614
1659
|
},
|
|
1615
1660
|
"Dark increased-contrast/color.background.accent.magenta.subtlest": {
|
|
1616
|
-
"value": "#
|
|
1661
|
+
"value": "#3D2232",
|
|
1617
1662
|
"attributes": {
|
|
1618
1663
|
"group": "paint",
|
|
1619
1664
|
"state": "active",
|
|
@@ -2134,6 +2179,33 @@
|
|
|
2134
2179
|
"description": "Pressed state for color.background.danger"
|
|
2135
2180
|
}
|
|
2136
2181
|
},
|
|
2182
|
+
"Dark increased-contrast/color.background.danger.subtler": {
|
|
2183
|
+
"value": "#5D1F1A",
|
|
2184
|
+
"attributes": {
|
|
2185
|
+
"group": "paint",
|
|
2186
|
+
"state": "active",
|
|
2187
|
+
"introduced": "8.1.0",
|
|
2188
|
+
"description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
"Dark increased-contrast/color.background.danger.subtler.hovered": {
|
|
2192
|
+
"value": "#872821",
|
|
2193
|
+
"attributes": {
|
|
2194
|
+
"group": "paint",
|
|
2195
|
+
"state": "active",
|
|
2196
|
+
"introduced": "8.1.0",
|
|
2197
|
+
"description": "Hovered state of color.background.danger.subtler"
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
2200
|
+
"Dark increased-contrast/color.background.danger.subtler.pressed": {
|
|
2201
|
+
"value": "#AE2E24",
|
|
2202
|
+
"attributes": {
|
|
2203
|
+
"group": "paint",
|
|
2204
|
+
"state": "active",
|
|
2205
|
+
"introduced": "8.1.0",
|
|
2206
|
+
"description": "Pressed state of color.background.danger.subtler"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2137
2209
|
"Dark increased-contrast/color.background.danger.bold": {
|
|
2138
2210
|
"value": "#FFD5D2",
|
|
2139
2211
|
"attributes": {
|
|
@@ -2188,6 +2260,33 @@
|
|
|
2188
2260
|
"description": "Pressed state for color.background.warning"
|
|
2189
2261
|
}
|
|
2190
2262
|
},
|
|
2263
|
+
"Dark increased-contrast/color.background.warning.subtler": {
|
|
2264
|
+
"value": "#693200",
|
|
2265
|
+
"attributes": {
|
|
2266
|
+
"group": "paint",
|
|
2267
|
+
"state": "active",
|
|
2268
|
+
"introduced": "8.1.0",
|
|
2269
|
+
"description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"Dark increased-contrast/color.background.warning.subtler.hovered": {
|
|
2273
|
+
"value": "#7A3B00",
|
|
2274
|
+
"attributes": {
|
|
2275
|
+
"group": "paint",
|
|
2276
|
+
"state": "active",
|
|
2277
|
+
"introduced": "8.1.0",
|
|
2278
|
+
"description": "Hovered state of color.background.warning.subtler"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2281
|
+
"Dark increased-contrast/color.background.warning.subtler.pressed": {
|
|
2282
|
+
"value": "#9E4C00",
|
|
2283
|
+
"attributes": {
|
|
2284
|
+
"group": "paint",
|
|
2285
|
+
"state": "active",
|
|
2286
|
+
"introduced": "8.1.0",
|
|
2287
|
+
"description": "Pressed state of color.background.warning.subtler"
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
2191
2290
|
"Dark increased-contrast/color.background.warning.bold": {
|
|
2192
2291
|
"value": "#F5E989",
|
|
2193
2292
|
"attributes": {
|
|
@@ -2242,6 +2341,33 @@
|
|
|
2242
2341
|
"description": "Pressed state for color.background.success"
|
|
2243
2342
|
}
|
|
2244
2343
|
},
|
|
2344
|
+
"Dark increased-contrast/color.background.success.subtler": {
|
|
2345
|
+
"value": "#37471F",
|
|
2346
|
+
"attributes": {
|
|
2347
|
+
"group": "paint",
|
|
2348
|
+
"state": "active",
|
|
2349
|
+
"introduced": "8.1.0",
|
|
2350
|
+
"description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"Dark increased-contrast/color.background.success.subtler.hovered": {
|
|
2354
|
+
"value": "#3F5224",
|
|
2355
|
+
"attributes": {
|
|
2356
|
+
"group": "paint",
|
|
2357
|
+
"state": "active",
|
|
2358
|
+
"introduced": "8.1.0",
|
|
2359
|
+
"description": "Hovered state of color.background.success.subtler"
|
|
2360
|
+
}
|
|
2361
|
+
},
|
|
2362
|
+
"Dark increased-contrast/color.background.success.subtler.pressed": {
|
|
2363
|
+
"value": "#4C6B1F",
|
|
2364
|
+
"attributes": {
|
|
2365
|
+
"group": "paint",
|
|
2366
|
+
"state": "active",
|
|
2367
|
+
"introduced": "8.1.0",
|
|
2368
|
+
"description": "Pressed state of color.background.success.subtler"
|
|
2369
|
+
}
|
|
2370
|
+
},
|
|
2245
2371
|
"Dark increased-contrast/color.background.success.bold": {
|
|
2246
2372
|
"value": "#BAF3DB",
|
|
2247
2373
|
"attributes": {
|
|
@@ -2296,6 +2422,33 @@
|
|
|
2296
2422
|
"description": "Pressed state for color.background.discovery"
|
|
2297
2423
|
}
|
|
2298
2424
|
},
|
|
2425
|
+
"Dark increased-contrast/color.background.discovery.subtler": {
|
|
2426
|
+
"value": "#48245D",
|
|
2427
|
+
"attributes": {
|
|
2428
|
+
"group": "paint",
|
|
2429
|
+
"state": "active",
|
|
2430
|
+
"introduced": "8.1.0",
|
|
2431
|
+
"description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
"Dark increased-contrast/color.background.discovery.subtler.hovered": {
|
|
2435
|
+
"value": "#673286",
|
|
2436
|
+
"attributes": {
|
|
2437
|
+
"group": "paint",
|
|
2438
|
+
"state": "active",
|
|
2439
|
+
"introduced": "8.1.0",
|
|
2440
|
+
"description": "Hovered state of color.background.discovery.subtler"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
"Dark increased-contrast/color.background.discovery.subtler.pressed": {
|
|
2444
|
+
"value": "#803FA5",
|
|
2445
|
+
"attributes": {
|
|
2446
|
+
"group": "paint",
|
|
2447
|
+
"state": "active",
|
|
2448
|
+
"introduced": "8.1.0",
|
|
2449
|
+
"description": "Pressed state of color.background.discovery.subtler"
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2299
2452
|
"Dark increased-contrast/color.background.discovery.bold": {
|
|
2300
2453
|
"value": "#EED7FC",
|
|
2301
2454
|
"attributes": {
|
|
@@ -2350,6 +2503,33 @@
|
|
|
2350
2503
|
"description": "Pressed state of color.background.information"
|
|
2351
2504
|
}
|
|
2352
2505
|
},
|
|
2506
|
+
"Dark increased-contrast/color.background.information.subtler": {
|
|
2507
|
+
"value": "#123263",
|
|
2508
|
+
"attributes": {
|
|
2509
|
+
"group": "paint",
|
|
2510
|
+
"state": "active",
|
|
2511
|
+
"introduced": "8.1.0",
|
|
2512
|
+
"description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2513
|
+
}
|
|
2514
|
+
},
|
|
2515
|
+
"Dark increased-contrast/color.background.information.subtler.hovered": {
|
|
2516
|
+
"value": "#144794",
|
|
2517
|
+
"attributes": {
|
|
2518
|
+
"group": "paint",
|
|
2519
|
+
"state": "active",
|
|
2520
|
+
"introduced": "8.1.0",
|
|
2521
|
+
"description": "Hovered state of color.background.information.subtler"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2524
|
+
"Dark increased-contrast/color.background.information.subtler.pressed": {
|
|
2525
|
+
"value": "#1558BC",
|
|
2526
|
+
"attributes": {
|
|
2527
|
+
"group": "paint",
|
|
2528
|
+
"state": "active",
|
|
2529
|
+
"introduced": "8.1.0",
|
|
2530
|
+
"description": "Pressed state of color.background.information.subtler"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2353
2533
|
"Dark increased-contrast/color.background.information.bold": {
|
|
2354
2534
|
"value": "#CFE1FD",
|
|
2355
2535
|
"attributes": {
|
|
@@ -235,6 +235,15 @@
|
|
|
235
235
|
},
|
|
236
236
|
"value": "#FD9891"
|
|
237
237
|
},
|
|
238
|
+
"Dark/color.text.danger.bolder": {
|
|
239
|
+
"attributes": {
|
|
240
|
+
"group": "paint",
|
|
241
|
+
"state": "active",
|
|
242
|
+
"introduced": "8.1.0",
|
|
243
|
+
"description": "Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."
|
|
244
|
+
},
|
|
245
|
+
"value": "#FFD5D2"
|
|
246
|
+
},
|
|
238
247
|
"Dark/color.text.warning": {
|
|
239
248
|
"attributes": {
|
|
240
249
|
"group": "paint",
|
|
@@ -253,6 +262,15 @@
|
|
|
253
262
|
},
|
|
254
263
|
"value": "#1F1F21"
|
|
255
264
|
},
|
|
265
|
+
"Dark/color.text.warning.bolder": {
|
|
266
|
+
"attributes": {
|
|
267
|
+
"group": "paint",
|
|
268
|
+
"state": "active",
|
|
269
|
+
"introduced": "8.1.0",
|
|
270
|
+
"description": "Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."
|
|
271
|
+
},
|
|
272
|
+
"value": "#FCE4A6"
|
|
273
|
+
},
|
|
256
274
|
"Dark/color.text.success": {
|
|
257
275
|
"attributes": {
|
|
258
276
|
"group": "paint",
|
|
@@ -262,6 +280,15 @@
|
|
|
262
280
|
},
|
|
263
281
|
"value": "#B3DF72"
|
|
264
282
|
},
|
|
283
|
+
"Dark/color.text.success.bolder": {
|
|
284
|
+
"attributes": {
|
|
285
|
+
"group": "paint",
|
|
286
|
+
"state": "active",
|
|
287
|
+
"introduced": "8.1.0",
|
|
288
|
+
"description": "Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."
|
|
289
|
+
},
|
|
290
|
+
"value": "#D3F1A7"
|
|
291
|
+
},
|
|
265
292
|
"Dark/color.text.discovery": {
|
|
266
293
|
"attributes": {
|
|
267
294
|
"group": "paint",
|
|
@@ -271,6 +298,15 @@
|
|
|
271
298
|
},
|
|
272
299
|
"value": "#D8A0F7"
|
|
273
300
|
},
|
|
301
|
+
"Dark/color.text.discovery.bolder": {
|
|
302
|
+
"attributes": {
|
|
303
|
+
"group": "paint",
|
|
304
|
+
"state": "active",
|
|
305
|
+
"introduced": "8.1.0",
|
|
306
|
+
"description": "Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."
|
|
307
|
+
},
|
|
308
|
+
"value": "#EED7FC"
|
|
309
|
+
},
|
|
274
310
|
"Dark/color.text.information": {
|
|
275
311
|
"attributes": {
|
|
276
312
|
"group": "paint",
|
|
@@ -280,6 +316,15 @@
|
|
|
280
316
|
},
|
|
281
317
|
"value": "#8FB8F6"
|
|
282
318
|
},
|
|
319
|
+
"Dark/color.text.information.bolder": {
|
|
320
|
+
"attributes": {
|
|
321
|
+
"group": "paint",
|
|
322
|
+
"state": "active",
|
|
323
|
+
"introduced": "8.1.0",
|
|
324
|
+
"description": "Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."
|
|
325
|
+
},
|
|
326
|
+
"value": "#CFE1FD"
|
|
327
|
+
},
|
|
283
328
|
"Dark/color.text.subtlest": {
|
|
284
329
|
"attributes": {
|
|
285
330
|
"group": "paint",
|
|
@@ -755,7 +800,7 @@
|
|
|
755
800
|
"introduced": "1.6.0",
|
|
756
801
|
"description": "Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
757
802
|
},
|
|
758
|
-
"value": "#
|
|
803
|
+
"value": "#28311B"
|
|
759
804
|
},
|
|
760
805
|
"Dark/color.background.accent.lime.subtlest.hovered": {
|
|
761
806
|
"attributes": {
|
|
@@ -971,7 +1016,7 @@
|
|
|
971
1016
|
"introduced": "0.7.0",
|
|
972
1017
|
"description": "Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
973
1018
|
},
|
|
974
|
-
"value": "#
|
|
1019
|
+
"value": "#3A2C1F"
|
|
975
1020
|
},
|
|
976
1021
|
"Dark/color.background.accent.orange.subtlest.hovered": {
|
|
977
1022
|
"attributes": {
|
|
@@ -1079,7 +1124,7 @@
|
|
|
1079
1124
|
"introduced": "0.7.0",
|
|
1080
1125
|
"description": "Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1081
1126
|
},
|
|
1082
|
-
"value": "#
|
|
1127
|
+
"value": "#332E1B"
|
|
1083
1128
|
},
|
|
1084
1129
|
"Dark/color.background.accent.yellow.subtlest.hovered": {
|
|
1085
1130
|
"attributes": {
|
|
@@ -1187,7 +1232,7 @@
|
|
|
1187
1232
|
"introduced": "0.7.0",
|
|
1188
1233
|
"description": "Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1189
1234
|
},
|
|
1190
|
-
"value": "#
|
|
1235
|
+
"value": "#1C3329"
|
|
1191
1236
|
},
|
|
1192
1237
|
"Dark/color.background.accent.green.subtlest.hovered": {
|
|
1193
1238
|
"attributes": {
|
|
@@ -1295,7 +1340,7 @@
|
|
|
1295
1340
|
"introduced": "0.7.0",
|
|
1296
1341
|
"description": "Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1297
1342
|
},
|
|
1298
|
-
"value": "#
|
|
1343
|
+
"value": "#1E3137"
|
|
1299
1344
|
},
|
|
1300
1345
|
"Dark/color.background.accent.teal.subtlest.hovered": {
|
|
1301
1346
|
"attributes": {
|
|
@@ -1511,7 +1556,7 @@
|
|
|
1511
1556
|
"introduced": "0.7.0",
|
|
1512
1557
|
"description": "Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1513
1558
|
},
|
|
1514
|
-
"value": "#
|
|
1559
|
+
"value": "#35243F"
|
|
1515
1560
|
},
|
|
1516
1561
|
"Dark/color.background.accent.purple.subtlest.hovered": {
|
|
1517
1562
|
"attributes": {
|
|
@@ -1619,7 +1664,7 @@
|
|
|
1619
1664
|
"introduced": "0.7.0",
|
|
1620
1665
|
"description": "Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."
|
|
1621
1666
|
},
|
|
1622
|
-
"value": "#
|
|
1667
|
+
"value": "#3D2232"
|
|
1623
1668
|
},
|
|
1624
1669
|
"Dark/color.background.accent.magenta.subtlest.hovered": {
|
|
1625
1670
|
"attributes": {
|
|
@@ -2134,6 +2179,33 @@
|
|
|
2134
2179
|
},
|
|
2135
2180
|
"value": "#872821"
|
|
2136
2181
|
},
|
|
2182
|
+
"Dark/color.background.danger.subtler": {
|
|
2183
|
+
"attributes": {
|
|
2184
|
+
"group": "paint",
|
|
2185
|
+
"state": "active",
|
|
2186
|
+
"introduced": "8.1.0",
|
|
2187
|
+
"description": "Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2188
|
+
},
|
|
2189
|
+
"value": "#5D1F1A"
|
|
2190
|
+
},
|
|
2191
|
+
"Dark/color.background.danger.subtler.hovered": {
|
|
2192
|
+
"attributes": {
|
|
2193
|
+
"group": "paint",
|
|
2194
|
+
"state": "active",
|
|
2195
|
+
"introduced": "8.1.0",
|
|
2196
|
+
"description": "Hovered state of color.background.danger.subtler"
|
|
2197
|
+
},
|
|
2198
|
+
"value": "#872821"
|
|
2199
|
+
},
|
|
2200
|
+
"Dark/color.background.danger.subtler.pressed": {
|
|
2201
|
+
"attributes": {
|
|
2202
|
+
"group": "paint",
|
|
2203
|
+
"state": "active",
|
|
2204
|
+
"introduced": "8.1.0",
|
|
2205
|
+
"description": "Pressed state of color.background.danger.subtler"
|
|
2206
|
+
},
|
|
2207
|
+
"value": "#AE2E24"
|
|
2208
|
+
},
|
|
2137
2209
|
"Dark/color.background.danger.bold": {
|
|
2138
2210
|
"attributes": {
|
|
2139
2211
|
"group": "paint",
|
|
@@ -2188,6 +2260,33 @@
|
|
|
2188
2260
|
},
|
|
2189
2261
|
"value": "#7A3B00"
|
|
2190
2262
|
},
|
|
2263
|
+
"Dark/color.background.warning.subtler": {
|
|
2264
|
+
"attributes": {
|
|
2265
|
+
"group": "paint",
|
|
2266
|
+
"state": "active",
|
|
2267
|
+
"introduced": "8.1.0",
|
|
2268
|
+
"description": "Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2269
|
+
},
|
|
2270
|
+
"value": "#693200"
|
|
2271
|
+
},
|
|
2272
|
+
"Dark/color.background.warning.subtler.hovered": {
|
|
2273
|
+
"attributes": {
|
|
2274
|
+
"group": "paint",
|
|
2275
|
+
"state": "active",
|
|
2276
|
+
"introduced": "8.1.0",
|
|
2277
|
+
"description": "Hovered state of color.background.warning.subtler"
|
|
2278
|
+
},
|
|
2279
|
+
"value": "#7A3B00"
|
|
2280
|
+
},
|
|
2281
|
+
"Dark/color.background.warning.subtler.pressed": {
|
|
2282
|
+
"attributes": {
|
|
2283
|
+
"group": "paint",
|
|
2284
|
+
"state": "active",
|
|
2285
|
+
"introduced": "8.1.0",
|
|
2286
|
+
"description": "Pressed state of color.background.warning.subtler"
|
|
2287
|
+
},
|
|
2288
|
+
"value": "#9E4C00"
|
|
2289
|
+
},
|
|
2191
2290
|
"Dark/color.background.warning.bold": {
|
|
2192
2291
|
"attributes": {
|
|
2193
2292
|
"group": "paint",
|
|
@@ -2242,6 +2341,33 @@
|
|
|
2242
2341
|
},
|
|
2243
2342
|
"value": "#3F5224"
|
|
2244
2343
|
},
|
|
2344
|
+
"Dark/color.background.success.subtler": {
|
|
2345
|
+
"attributes": {
|
|
2346
|
+
"group": "paint",
|
|
2347
|
+
"state": "active",
|
|
2348
|
+
"introduced": "8.1.0",
|
|
2349
|
+
"description": "Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2350
|
+
},
|
|
2351
|
+
"value": "#37471F"
|
|
2352
|
+
},
|
|
2353
|
+
"Dark/color.background.success.subtler.hovered": {
|
|
2354
|
+
"attributes": {
|
|
2355
|
+
"group": "paint",
|
|
2356
|
+
"state": "active",
|
|
2357
|
+
"introduced": "8.1.0",
|
|
2358
|
+
"description": "Hovered state of color.background.success.subtler"
|
|
2359
|
+
},
|
|
2360
|
+
"value": "#3F5224"
|
|
2361
|
+
},
|
|
2362
|
+
"Dark/color.background.success.subtler.pressed": {
|
|
2363
|
+
"attributes": {
|
|
2364
|
+
"group": "paint",
|
|
2365
|
+
"state": "active",
|
|
2366
|
+
"introduced": "8.1.0",
|
|
2367
|
+
"description": "Pressed state of color.background.success.subtler"
|
|
2368
|
+
},
|
|
2369
|
+
"value": "#4C6B1F"
|
|
2370
|
+
},
|
|
2245
2371
|
"Dark/color.background.success.bold": {
|
|
2246
2372
|
"attributes": {
|
|
2247
2373
|
"group": "paint",
|
|
@@ -2296,6 +2422,33 @@
|
|
|
2296
2422
|
},
|
|
2297
2423
|
"value": "#673286"
|
|
2298
2424
|
},
|
|
2425
|
+
"Dark/color.background.discovery.subtler": {
|
|
2426
|
+
"attributes": {
|
|
2427
|
+
"group": "paint",
|
|
2428
|
+
"state": "active",
|
|
2429
|
+
"introduced": "8.1.0",
|
|
2430
|
+
"description": "Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2431
|
+
},
|
|
2432
|
+
"value": "#48245D"
|
|
2433
|
+
},
|
|
2434
|
+
"Dark/color.background.discovery.subtler.hovered": {
|
|
2435
|
+
"attributes": {
|
|
2436
|
+
"group": "paint",
|
|
2437
|
+
"state": "active",
|
|
2438
|
+
"introduced": "8.1.0",
|
|
2439
|
+
"description": "Hovered state of color.background.discovery.subtler"
|
|
2440
|
+
},
|
|
2441
|
+
"value": "#673286"
|
|
2442
|
+
},
|
|
2443
|
+
"Dark/color.background.discovery.subtler.pressed": {
|
|
2444
|
+
"attributes": {
|
|
2445
|
+
"group": "paint",
|
|
2446
|
+
"state": "active",
|
|
2447
|
+
"introduced": "8.1.0",
|
|
2448
|
+
"description": "Pressed state of color.background.discovery.subtler"
|
|
2449
|
+
},
|
|
2450
|
+
"value": "#803FA5"
|
|
2451
|
+
},
|
|
2299
2452
|
"Dark/color.background.discovery.bold": {
|
|
2300
2453
|
"attributes": {
|
|
2301
2454
|
"group": "paint",
|
|
@@ -2350,6 +2503,33 @@
|
|
|
2350
2503
|
},
|
|
2351
2504
|
"value": "#144794"
|
|
2352
2505
|
},
|
|
2506
|
+
"Dark/color.background.information.subtler": {
|
|
2507
|
+
"attributes": {
|
|
2508
|
+
"group": "paint",
|
|
2509
|
+
"state": "active",
|
|
2510
|
+
"introduced": "8.1.0",
|
|
2511
|
+
"description": "Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."
|
|
2512
|
+
},
|
|
2513
|
+
"value": "#123263"
|
|
2514
|
+
},
|
|
2515
|
+
"Dark/color.background.information.subtler.hovered": {
|
|
2516
|
+
"attributes": {
|
|
2517
|
+
"group": "paint",
|
|
2518
|
+
"state": "active",
|
|
2519
|
+
"introduced": "8.1.0",
|
|
2520
|
+
"description": "Hovered state of color.background.information.subtler"
|
|
2521
|
+
},
|
|
2522
|
+
"value": "#144794"
|
|
2523
|
+
},
|
|
2524
|
+
"Dark/color.background.information.subtler.pressed": {
|
|
2525
|
+
"attributes": {
|
|
2526
|
+
"group": "paint",
|
|
2527
|
+
"state": "active",
|
|
2528
|
+
"introduced": "8.1.0",
|
|
2529
|
+
"description": "Pressed state of color.background.information.subtler"
|
|
2530
|
+
},
|
|
2531
|
+
"value": "#1558BC"
|
|
2532
|
+
},
|
|
2353
2533
|
"Dark/color.background.information.bold": {
|
|
2354
2534
|
"attributes": {
|
|
2355
2535
|
"group": "paint",
|