@atlaskit/tokens 8.2.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.
Files changed (96) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  3. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-legacy-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-legacy-light.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  8. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  9. package/dist/cjs/artifacts/token-default-values.js +21 -1
  10. package/dist/cjs/artifacts/token-names.js +21 -1
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +449 -9
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +449 -9
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  14. package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  15. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  16. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +449 -9
  17. package/dist/cjs/entry-points/token-metadata.codegen.js +105 -5
  18. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  19. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +21 -1
  20. package/dist/es2019/artifacts/themes/atlassian-dark.js +21 -1
  21. package/dist/es2019/artifacts/themes/atlassian-legacy-dark.js +21 -1
  22. package/dist/es2019/artifacts/themes/atlassian-legacy-light.js +21 -1
  23. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
  24. package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
  25. package/dist/es2019/artifacts/token-default-values.js +21 -1
  26. package/dist/es2019/artifacts/token-names.js +21 -1
  27. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +449 -9
  28. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +449 -9
  29. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  30. package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  31. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  32. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +449 -9
  33. package/dist/es2019/entry-points/token-metadata.codegen.js +105 -5
  34. package/dist/esm/artifacts/generated-pairs.js +2 -2
  35. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  36. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  37. package/dist/esm/artifacts/themes/atlassian-legacy-dark.js +2 -2
  38. package/dist/esm/artifacts/themes/atlassian-legacy-light.js +2 -2
  39. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  40. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  41. package/dist/esm/artifacts/token-default-values.js +21 -1
  42. package/dist/esm/artifacts/token-names.js +21 -1
  43. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +449 -9
  44. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +449 -9
  45. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +449 -9
  46. package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +449 -9
  47. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +449 -9
  48. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +449 -9
  49. package/dist/esm/entry-points/token-metadata.codegen.js +105 -5
  50. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  51. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  52. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  53. package/dist/types/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  54. package/dist/types/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  55. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  56. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  57. package/dist/types/artifacts/token-default-values.d.ts +21 -1
  58. package/dist/types/artifacts/token-names.d.ts +41 -1
  59. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  60. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  61. package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  62. package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  63. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  64. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  65. package/dist/types/artifacts/types-internal.d.ts +2 -2
  66. package/dist/types/artifacts/types.d.ts +2 -2
  67. package/dist/types/entry-points/css-type-schema.codegen.d.ts +5 -5
  68. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  69. package/dist/types/types.d.ts +42 -4
  70. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  71. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  72. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  73. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-dark.d.ts +2 -2
  74. package/dist/types-ts4.5/artifacts/themes/atlassian-legacy-light.d.ts +2 -2
  75. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  76. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  77. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
  78. package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
  79. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  80. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  81. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +1 -1
  82. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-legacy-light.d.ts +1 -1
  83. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  84. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  85. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  86. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  87. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +5 -5
  88. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  89. package/dist/types-ts4.5/types.d.ts +42 -4
  90. package/figma/atlassian-dark-increased-contrast.json +180 -0
  91. package/figma/atlassian-dark.json +180 -0
  92. package/figma/atlassian-legacy-dark.json +180 -0
  93. package/figma/atlassian-legacy-light.json +180 -0
  94. package/figma/atlassian-light-increased-contrast.json +180 -0
  95. package/figma/atlassian-light.json +180 -0
  96. package/package.json +3 -3
@@ -235,6 +235,15 @@
235
235
  },
236
236
  "value": "#FF5630"
237
237
  },
238
+ "Legacy 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": "#FF7452"
246
+ },
238
247
  "Legacy dark/color.text.warning": {
239
248
  "attributes": {
240
249
  "group": "paint",
@@ -253,6 +262,15 @@
253
262
  },
254
263
  "value": "#0D1424"
255
264
  },
265
+ "Legacy 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": "#253858"
273
+ },
256
274
  "Legacy dark/color.text.success": {
257
275
  "attributes": {
258
276
  "group": "paint",
@@ -262,6 +280,15 @@
262
280
  },
263
281
  "value": "#36B37E"
264
282
  },
283
+ "Legacy 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": "#57D9A3"
291
+ },
265
292
  "Legacy dark/color.text.discovery": {
266
293
  "attributes": {
267
294
  "group": "paint",
@@ -271,6 +298,15 @@
271
298
  },
272
299
  "value": "#6554C0"
273
300
  },
301
+ "Legacy 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": "#8777D9"
309
+ },
274
310
  "Legacy dark/color.text.information": {
275
311
  "attributes": {
276
312
  "group": "paint",
@@ -280,6 +316,15 @@
280
316
  },
281
317
  "value": "#0065FF"
282
318
  },
319
+ "Legacy 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": "#2684FF"
327
+ },
283
328
  "Legacy dark/color.text.subtlest": {
284
329
  "attributes": {
285
330
  "group": "paint",
@@ -2134,6 +2179,33 @@
2134
2179
  },
2135
2180
  "value": "#FF8F73"
2136
2181
  },
2182
+ "Legacy 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": "#FFBDAD"
2190
+ },
2191
+ "Legacy 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": "#FF8F73"
2199
+ },
2200
+ "Legacy 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": "#FF7452"
2208
+ },
2137
2209
  "Legacy dark/color.background.danger.bold": {
2138
2210
  "attributes": {
2139
2211
  "group": "paint",
@@ -2188,6 +2260,33 @@
2188
2260
  },
2189
2261
  "value": "#FFE380"
2190
2262
  },
2263
+ "Legacy 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": "#FFF0B3"
2271
+ },
2272
+ "Legacy 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": "#FFE380"
2280
+ },
2281
+ "Legacy 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": "#FFC400"
2289
+ },
2191
2290
  "Legacy dark/color.background.warning.bold": {
2192
2291
  "attributes": {
2193
2292
  "group": "paint",
@@ -2242,6 +2341,33 @@
2242
2341
  },
2243
2342
  "value": "#79F2C0"
2244
2343
  },
2344
+ "Legacy 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": "#ABF5D1"
2352
+ },
2353
+ "Legacy 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": "#79F2C0"
2361
+ },
2362
+ "Legacy 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": "#57D9A3"
2370
+ },
2245
2371
  "Legacy dark/color.background.success.bold": {
2246
2372
  "attributes": {
2247
2373
  "group": "paint",
@@ -2296,6 +2422,33 @@
2296
2422
  },
2297
2423
  "value": "#998DD9"
2298
2424
  },
2425
+ "Legacy 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": "#C0B6F2"
2433
+ },
2434
+ "Legacy 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": "#998DD9"
2442
+ },
2443
+ "Legacy 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": "#8777D9"
2451
+ },
2299
2452
  "Legacy dark/color.background.discovery.bold": {
2300
2453
  "attributes": {
2301
2454
  "group": "paint",
@@ -2350,6 +2503,33 @@
2350
2503
  },
2351
2504
  "value": "#4C9AFF"
2352
2505
  },
2506
+ "Legacy 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": "#B3D4FF"
2514
+ },
2515
+ "Legacy 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": "#4C9AFF"
2523
+ },
2524
+ "Legacy 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": "#2684FF"
2532
+ },
2353
2533
  "Legacy dark/color.background.information.bold": {
2354
2534
  "attributes": {
2355
2535
  "group": "paint",
@@ -235,6 +235,15 @@
235
235
  },
236
236
  "value": "#DE350B"
237
237
  },
238
+ "Legacy light/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": "#BF2600"
246
+ },
238
247
  "Legacy light/color.text.warning": {
239
248
  "attributes": {
240
249
  "group": "paint",
@@ -253,6 +262,15 @@
253
262
  },
254
263
  "value": "#172B4D"
255
264
  },
265
+ "Legacy light/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": "#974F0C"
273
+ },
256
274
  "Legacy light/color.text.success": {
257
275
  "attributes": {
258
276
  "group": "paint",
@@ -262,6 +280,15 @@
262
280
  },
263
281
  "value": "#006644"
264
282
  },
283
+ "Legacy light/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": "#006644"
291
+ },
265
292
  "Legacy light/color.text.discovery": {
266
293
  "attributes": {
267
294
  "group": "paint",
@@ -271,6 +298,15 @@
271
298
  },
272
299
  "value": "#403294"
273
300
  },
301
+ "Legacy light/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": "#403294"
309
+ },
274
310
  "Legacy light/color.text.information": {
275
311
  "attributes": {
276
312
  "group": "paint",
@@ -280,6 +316,15 @@
280
316
  },
281
317
  "value": "#0052CC"
282
318
  },
319
+ "Legacy light/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": "#0747A6"
327
+ },
283
328
  "Legacy light/color.text.subtlest": {
284
329
  "attributes": {
285
330
  "group": "paint",
@@ -2134,6 +2179,33 @@
2134
2179
  },
2135
2180
  "value": "#FF8F73"
2136
2181
  },
2182
+ "Legacy light/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": "#FFBDAD"
2190
+ },
2191
+ "Legacy light/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": "#FF8F73"
2199
+ },
2200
+ "Legacy light/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": "#FF7452"
2208
+ },
2137
2209
  "Legacy light/color.background.danger.bold": {
2138
2210
  "attributes": {
2139
2211
  "group": "paint",
@@ -2188,6 +2260,33 @@
2188
2260
  },
2189
2261
  "value": "#FFE380"
2190
2262
  },
2263
+ "Legacy light/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": "#FFF0B3"
2271
+ },
2272
+ "Legacy light/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": "#FFE380"
2280
+ },
2281
+ "Legacy light/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": "#FFC400"
2289
+ },
2191
2290
  "Legacy light/color.background.warning.bold": {
2192
2291
  "attributes": {
2193
2292
  "group": "paint",
@@ -2242,6 +2341,33 @@
2242
2341
  },
2243
2342
  "value": "#79F2C0"
2244
2343
  },
2344
+ "Legacy light/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": "#ABF5D1"
2352
+ },
2353
+ "Legacy light/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": "#79F2C0"
2361
+ },
2362
+ "Legacy light/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": "#57D9A3"
2370
+ },
2245
2371
  "Legacy light/color.background.success.bold": {
2246
2372
  "attributes": {
2247
2373
  "group": "paint",
@@ -2296,6 +2422,33 @@
2296
2422
  },
2297
2423
  "value": "#998DD9"
2298
2424
  },
2425
+ "Legacy light/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": "#C0B6F2"
2433
+ },
2434
+ "Legacy light/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": "#998DD9"
2442
+ },
2443
+ "Legacy light/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": "#8777D9"
2451
+ },
2299
2452
  "Legacy light/color.background.discovery.bold": {
2300
2453
  "attributes": {
2301
2454
  "group": "paint",
@@ -2350,6 +2503,33 @@
2350
2503
  },
2351
2504
  "value": "#4C9AFF"
2352
2505
  },
2506
+ "Legacy light/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": "#B3D4FF"
2514
+ },
2515
+ "Legacy light/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": "#4C9AFF"
2523
+ },
2524
+ "Legacy light/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": "#2684FF"
2532
+ },
2353
2533
  "Legacy light/color.background.information.bold": {
2354
2534
  "attributes": {
2355
2535
  "group": "paint",