@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
  "description": "Use for critical text, such as input field error messaging."
236
236
  }
237
237
  },
238
+ "Light increased-contrast/color.text.danger.bolder": {
239
+ "value": "#42221F",
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
  "Light increased-contrast/color.text.warning": {
239
248
  "value": "#693200",
240
249
  "attributes": {
@@ -253,6 +262,15 @@
253
262
  "description": "Use for text when on bold warning backgrounds."
254
263
  }
255
264
  },
265
+ "Light increased-contrast/color.text.warning.bolder": {
266
+ "value": "#3A2C1F",
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
  "Light increased-contrast/color.text.success": {
257
275
  "value": "#164B35",
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
+ "Light increased-contrast/color.text.success.bolder": {
284
+ "value": "#1C3329",
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
  "Light increased-contrast/color.text.discovery": {
266
293
  "value": "#48245D",
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
+ "Light increased-contrast/color.text.discovery.bolder": {
302
+ "value": "#35243F",
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
  "Light increased-contrast/color.text.information": {
275
311
  "value": "#123263",
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
+ "Light increased-contrast/color.text.information.bolder": {
320
+ "value": "#1C2B42",
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
  "Light increased-contrast/color.text.subtlest": {
284
329
  "value": "#3B3D42",
285
330
  "attributes": {
@@ -2134,6 +2179,33 @@
2134
2179
  "description": "Pressed state for color.background.danger"
2135
2180
  }
2136
2181
  },
2182
+ "Light increased-contrast/color.background.danger.subtler": {
2183
+ "value": "#FFD5D2",
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
+ "Light increased-contrast/color.background.danger.subtler.hovered": {
2192
+ "value": "#FFB8B2",
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
+ "Light increased-contrast/color.background.danger.subtler.pressed": {
2201
+ "value": "#FD9891",
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
  "Light increased-contrast/color.background.danger.bold": {
2138
2210
  "value": "#5D1F1A",
2139
2211
  "attributes": {
@@ -2188,6 +2260,33 @@
2188
2260
  "description": "Pressed state for color.background.warning"
2189
2261
  }
2190
2262
  },
2263
+ "Light increased-contrast/color.background.warning.subtler": {
2264
+ "value": "#FCE4A6",
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
+ "Light increased-contrast/color.background.warning.subtler.hovered": {
2273
+ "value": "#FBD779",
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
+ "Light increased-contrast/color.background.warning.subtler.pressed": {
2282
+ "value": "#FBC828",
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
  "Light increased-contrast/color.background.warning.bold": {
2192
2291
  "value": "#533F04",
2193
2292
  "attributes": {
@@ -2242,6 +2341,33 @@
2242
2341
  "description": "Pressed state for color.background.success"
2243
2342
  }
2244
2343
  },
2344
+ "Light increased-contrast/color.background.success.subtler": {
2345
+ "value": "#D3F1A7",
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
+ "Light increased-contrast/color.background.success.subtler.hovered": {
2354
+ "value": "#BDE97C",
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
+ "Light increased-contrast/color.background.success.subtler.pressed": {
2363
+ "value": "#B3DF72",
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
  "Light increased-contrast/color.background.success.bold": {
2246
2372
  "value": "#164B35",
2247
2373
  "attributes": {
@@ -2296,6 +2422,33 @@
2296
2422
  "description": "Pressed state for color.background.discovery"
2297
2423
  }
2298
2424
  },
2425
+ "Light increased-contrast/color.background.discovery.subtler": {
2426
+ "value": "#EED7FC",
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
+ "Light increased-contrast/color.background.discovery.subtler.hovered": {
2435
+ "value": "#E3BDFA",
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
+ "Light increased-contrast/color.background.discovery.subtler.pressed": {
2444
+ "value": "#D8A0F7",
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
  "Light increased-contrast/color.background.discovery.bold": {
2300
2453
  "value": "#48245D",
2301
2454
  "attributes": {
@@ -2350,6 +2503,33 @@
2350
2503
  "description": "Pressed state of color.background.information"
2351
2504
  }
2352
2505
  },
2506
+ "Light increased-contrast/color.background.information.subtler": {
2507
+ "value": "#CFE1FD",
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
+ "Light increased-contrast/color.background.information.subtler.hovered": {
2516
+ "value": "#ADCBFB",
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
+ "Light increased-contrast/color.background.information.subtler.pressed": {
2525
+ "value": "#8FB8F6",
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
  "Light increased-contrast/color.background.information.bold": {
2354
2534
  "value": "#123263",
2355
2535
  "attributes": {
@@ -235,6 +235,15 @@
235
235
  },
236
236
  "value": "#AE2E24"
237
237
  },
238
+ "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": "#5D1F1A"
246
+ },
238
247
  "Light/color.text.warning": {
239
248
  "attributes": {
240
249
  "group": "paint",
@@ -253,6 +262,15 @@
253
262
  },
254
263
  "value": "#292A2E"
255
264
  },
265
+ "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": "#693200"
273
+ },
256
274
  "Light/color.text.success": {
257
275
  "attributes": {
258
276
  "group": "paint",
@@ -262,6 +280,15 @@
262
280
  },
263
281
  "value": "#4C6B1F"
264
282
  },
283
+ "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": "#37471F"
291
+ },
265
292
  "Light/color.text.discovery": {
266
293
  "attributes": {
267
294
  "group": "paint",
@@ -271,6 +298,15 @@
271
298
  },
272
299
  "value": "#803FA5"
273
300
  },
301
+ "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": "#48245D"
309
+ },
274
310
  "Light/color.text.information": {
275
311
  "attributes": {
276
312
  "group": "paint",
@@ -280,6 +316,15 @@
280
316
  },
281
317
  "value": "#1558BC"
282
318
  },
319
+ "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": "#123263"
327
+ },
283
328
  "Light/color.text.subtlest": {
284
329
  "attributes": {
285
330
  "group": "paint",
@@ -2134,6 +2179,33 @@
2134
2179
  },
2135
2180
  "value": "#FFB8B2"
2136
2181
  },
2182
+ "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": "#FFD5D2"
2190
+ },
2191
+ "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": "#FFB8B2"
2199
+ },
2200
+ "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": "#FD9891"
2208
+ },
2137
2209
  "Light/color.background.danger.bold": {
2138
2210
  "attributes": {
2139
2211
  "group": "paint",
@@ -2188,6 +2260,33 @@
2188
2260
  },
2189
2261
  "value": "#FBD779"
2190
2262
  },
2263
+ "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": "#FCE4A6"
2271
+ },
2272
+ "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": "#FBD779"
2280
+ },
2281
+ "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": "#FBC828"
2289
+ },
2191
2290
  "Light/color.background.warning.bold": {
2192
2291
  "attributes": {
2193
2292
  "group": "paint",
@@ -2242,6 +2341,33 @@
2242
2341
  },
2243
2342
  "value": "#BDE97C"
2244
2343
  },
2344
+ "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": "#D3F1A7"
2352
+ },
2353
+ "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": "#BDE97C"
2361
+ },
2362
+ "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": "#B3DF72"
2370
+ },
2245
2371
  "Light/color.background.success.bold": {
2246
2372
  "attributes": {
2247
2373
  "group": "paint",
@@ -2296,6 +2422,33 @@
2296
2422
  },
2297
2423
  "value": "#E3BDFA"
2298
2424
  },
2425
+ "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": "#EED7FC"
2433
+ },
2434
+ "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": "#E3BDFA"
2442
+ },
2443
+ "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": "#D8A0F7"
2451
+ },
2299
2452
  "Light/color.background.discovery.bold": {
2300
2453
  "attributes": {
2301
2454
  "group": "paint",
@@ -2350,6 +2503,33 @@
2350
2503
  },
2351
2504
  "value": "#ADCBFB"
2352
2505
  },
2506
+ "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": "#CFE1FD"
2514
+ },
2515
+ "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": "#ADCBFB"
2523
+ },
2524
+ "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": "#8FB8F6"
2532
+ },
2353
2533
  "Light/color.background.information.bold": {
2354
2534
  "attributes": {
2355
2535
  "group": "paint",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tokens",
3
- "version": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "description": "Design tokens are the single source of truth to name and store design decisions.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/calendar": "^17.1.0",
49
49
  "@atlaskit/checkbox": "^17.1.0",
50
50
  "@atlaskit/code": "^17.3.0",
51
- "@atlaskit/css": "^0.16.0",
51
+ "@atlaskit/css": "^0.17.0",
52
52
  "@atlaskit/docs": "^11.2.0",
53
53
  "@atlaskit/dropdown-menu": "^16.3.0",
54
54
  "@atlaskit/dynamic-table": "^18.3.0",
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/link": "^3.2.0",
61
61
  "@atlaskit/lozenge": "^13.1.0",
62
62
  "@atlaskit/popup": "^4.6.0",
63
- "@atlaskit/primitives": "^16.2.0",
63
+ "@atlaskit/primitives": "^16.3.0",
64
64
  "@atlaskit/radio": "^8.3.0",
65
65
  "@atlaskit/section-message": "^8.9.0",
66
66
  "@atlaskit/select": "^21.4.0",