@atlaskit/tokens 13.1.1 → 13.2.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 (75) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +0 -1
  3. package/dist/cjs/artifacts/generated-pairs.js +2 -2
  4. package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
  6. package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  7. package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
  8. package/dist/cjs/artifacts/token-default-values.js +21 -1
  9. package/dist/cjs/artifacts/token-names.js +21 -1
  10. package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  11. package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +471 -31
  12. package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  13. package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +471 -31
  14. package/dist/cjs/entry-points/token-metadata.codegen.js +196 -16
  15. package/dist/es2019/artifacts/generated-pairs.js +2 -2
  16. package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +21 -1
  17. package/dist/es2019/artifacts/themes/atlassian-dark.js +21 -1
  18. package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +21 -1
  19. package/dist/es2019/artifacts/themes/atlassian-light.js +21 -1
  20. package/dist/es2019/artifacts/token-default-values.js +21 -1
  21. package/dist/es2019/artifacts/token-names.js +21 -1
  22. package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  23. package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +471 -31
  24. package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  25. package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +471 -31
  26. package/dist/es2019/entry-points/token-metadata.codegen.js +196 -16
  27. package/dist/esm/artifacts/generated-pairs.js +2 -2
  28. package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
  29. package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
  30. package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
  31. package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
  32. package/dist/esm/artifacts/token-default-values.js +21 -1
  33. package/dist/esm/artifacts/token-names.js +21 -1
  34. package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +471 -31
  35. package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +471 -31
  36. package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
  37. package/dist/esm/artifacts/tokens-raw/atlassian-light.js +471 -31
  38. package/dist/esm/entry-points/token-metadata.codegen.js +196 -16
  39. package/dist/types/artifacts/generated-pairs.d.ts +1 -1
  40. package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  41. package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
  42. package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  43. package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
  44. package/dist/types/artifacts/token-default-values.d.ts +21 -1
  45. package/dist/types/artifacts/token-names.d.ts +41 -1
  46. package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  47. package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  48. package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  49. package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  50. package/dist/types/artifacts/types-internal.d.ts +2 -2
  51. package/dist/types/artifacts/types.d.ts +2 -2
  52. package/dist/types/entry-points/css-type-schema.codegen.d.ts +3 -3
  53. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  54. package/dist/types/types.d.ts +75 -15
  55. package/dist/types-ts4.5/artifacts/generated-pairs.d.ts +1 -1
  56. package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
  57. package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
  58. package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
  59. package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
  60. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +21 -1
  61. package/dist/types-ts4.5/artifacts/token-names.d.ts +41 -1
  62. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
  63. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
  64. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
  65. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
  66. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  67. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  68. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +3 -3
  69. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  70. package/dist/types-ts4.5/types.d.ts +75 -15
  71. package/figma/atlassian-dark-increased-contrast.json +180 -0
  72. package/figma/atlassian-dark.json +180 -0
  73. package/figma/atlassian-light-increased-contrast.json +180 -0
  74. package/figma/atlassian-light.json +180 -0
  75. package/package.json +4 -4
@@ -9,7 +9,7 @@ exports.tokens = void 0;
9
9
  *
10
10
  * Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
11
11
  *
12
- * @codegen <<SignedSource::ecdf4f84ae7b36849943b200af52ee54>>
12
+ * @codegen <<SignedSource::620de1bdd9882e214dcc9ae141009ae7>>
13
13
  * @codegenCommand yarn build tokens
14
14
  */
15
15
 
@@ -1041,94 +1041,184 @@ var tokens = exports.tokens = [{
1041
1041
  }
1042
1042
  }, {
1043
1043
  name: 'color.border.accent.lime',
1044
- path: ['color', 'border', 'accent', 'lime'],
1044
+ path: ['color', 'border', 'accent', 'lime', '[default]'],
1045
1045
  description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.',
1046
1046
  exampleValue: '#6A9A23',
1047
1047
  usageGuidelines: {
1048
1048
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1049
1049
  cssProperties: ['border-color', 'outline-color']
1050
1050
  }
1051
+ }, {
1052
+ name: 'color.border.accent.lime.subtle',
1053
+ path: ['color', 'border', 'accent', 'lime', 'subtle'],
1054
+ description: 'Use for decorative lime borders that do not need to meet 3:1 contrast requirements.',
1055
+ exampleValue: '#B3DF72',
1056
+ usageGuidelines: {
1057
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1058
+ cssProperties: ['border-color', 'outline-color']
1059
+ }
1051
1060
  }, {
1052
1061
  name: 'color.border.accent.red',
1053
- path: ['color', 'border', 'accent', 'red'],
1062
+ path: ['color', 'border', 'accent', 'red', '[default]'],
1054
1063
  description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.',
1055
1064
  exampleValue: '#E2483D',
1056
1065
  usageGuidelines: {
1057
1066
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1058
1067
  cssProperties: ['border-color', 'outline-color']
1059
1068
  }
1069
+ }, {
1070
+ name: 'color.border.accent.red.subtle',
1071
+ path: ['color', 'border', 'accent', 'red', 'subtle'],
1072
+ description: 'Use for decorative red borders that do not need to meet 3:1 contrast requirements.',
1073
+ exampleValue: '#FD9891',
1074
+ usageGuidelines: {
1075
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1076
+ cssProperties: ['border-color', 'outline-color']
1077
+ }
1060
1078
  }, {
1061
1079
  name: 'color.border.accent.orange',
1062
- path: ['color', 'border', 'accent', 'orange'],
1080
+ path: ['color', 'border', 'accent', 'orange', '[default]'],
1063
1081
  description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
1064
1082
  exampleValue: '#E06C00',
1065
1083
  usageGuidelines: {
1066
1084
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1067
1085
  cssProperties: ['border-color', 'outline-color']
1068
1086
  }
1087
+ }, {
1088
+ name: 'color.border.accent.orange.subtle',
1089
+ path: ['color', 'border', 'accent', 'orange', 'subtle'],
1090
+ description: 'Use for decorative orange borders that do not need to meet 3:1 contrast requirements.',
1091
+ exampleValue: '#FBC828',
1092
+ usageGuidelines: {
1093
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1094
+ cssProperties: ['border-color', 'outline-color']
1095
+ }
1069
1096
  }, {
1070
1097
  name: 'color.border.accent.yellow',
1071
- path: ['color', 'border', 'accent', 'yellow'],
1098
+ path: ['color', 'border', 'accent', 'yellow', '[default]'],
1072
1099
  description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.',
1073
1100
  exampleValue: '#B38600',
1074
1101
  usageGuidelines: {
1075
1102
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1076
1103
  cssProperties: ['border-color', 'outline-color']
1077
1104
  }
1105
+ }, {
1106
+ name: 'color.border.accent.yellow.subtle',
1107
+ path: ['color', 'border', 'accent', 'yellow', 'subtle'],
1108
+ description: 'Use for decorative yellow borders that do not need to meet 3:1 contrast requirements.',
1109
+ exampleValue: '#EED12B',
1110
+ usageGuidelines: {
1111
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1112
+ cssProperties: ['border-color', 'outline-color']
1113
+ }
1078
1114
  }, {
1079
1115
  name: 'color.border.accent.green',
1080
- path: ['color', 'border', 'accent', 'green'],
1116
+ path: ['color', 'border', 'accent', 'green', '[default]'],
1081
1117
  description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.',
1082
1118
  exampleValue: '#22A06B',
1083
1119
  usageGuidelines: {
1084
1120
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1085
1121
  cssProperties: ['border-color', 'outline-color']
1086
1122
  }
1123
+ }, {
1124
+ name: 'color.border.accent.green.subtle',
1125
+ path: ['color', 'border', 'accent', 'green', 'subtle'],
1126
+ description: 'Use for decorative green borders that do not need to meet 3:1 contrast requirements.',
1127
+ exampleValue: '#7EE2B8',
1128
+ usageGuidelines: {
1129
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1130
+ cssProperties: ['border-color', 'outline-color']
1131
+ }
1087
1132
  }, {
1088
1133
  name: 'color.border.accent.teal',
1089
- path: ['color', 'border', 'accent', 'teal'],
1134
+ path: ['color', 'border', 'accent', 'teal', '[default]'],
1090
1135
  description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.',
1091
1136
  exampleValue: '#2898BD',
1092
1137
  usageGuidelines: {
1093
1138
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1094
1139
  cssProperties: ['border-color', 'outline-color']
1095
1140
  }
1141
+ }, {
1142
+ name: 'color.border.accent.teal.subtle',
1143
+ path: ['color', 'border', 'accent', 'teal', 'subtle'],
1144
+ description: 'Use for decorative teal borders that do not need to meet 3:1 contrast requirements.',
1145
+ exampleValue: '#9DD9EE',
1146
+ usageGuidelines: {
1147
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1148
+ cssProperties: ['border-color', 'outline-color']
1149
+ }
1096
1150
  }, {
1097
1151
  name: 'color.border.accent.blue',
1098
- path: ['color', 'border', 'accent', 'blue'],
1152
+ path: ['color', 'border', 'accent', 'blue', '[default]'],
1099
1153
  description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
1100
1154
  exampleValue: '#357DE8',
1101
1155
  usageGuidelines: {
1102
1156
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1103
1157
  cssProperties: ['border-color', 'outline-color']
1104
1158
  }
1159
+ }, {
1160
+ name: 'color.border.accent.blue.subtle',
1161
+ path: ['color', 'border', 'accent', 'blue', 'subtle'],
1162
+ description: 'Use for decorative blue borders that do not need to meet 3:1 contrast requirements.',
1163
+ exampleValue: '#8FB8F6',
1164
+ usageGuidelines: {
1165
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1166
+ cssProperties: ['border-color', 'outline-color']
1167
+ }
1105
1168
  }, {
1106
1169
  name: 'color.border.accent.purple',
1107
- path: ['color', 'border', 'accent', 'purple'],
1170
+ path: ['color', 'border', 'accent', 'purple', '[default]'],
1108
1171
  description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
1109
1172
  exampleValue: '#AF59E1',
1110
1173
  usageGuidelines: {
1111
1174
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1112
1175
  cssProperties: ['border-color', 'outline-color']
1113
1176
  }
1177
+ }, {
1178
+ name: 'color.border.accent.purple.subtle',
1179
+ path: ['color', 'border', 'accent', 'purple', 'subtle'],
1180
+ description: 'Use for decorative purple borders that do not need to meet 3:1 contrast requirements.',
1181
+ exampleValue: '#D8A0F7',
1182
+ usageGuidelines: {
1183
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1184
+ cssProperties: ['border-color', 'outline-color']
1185
+ }
1114
1186
  }, {
1115
1187
  name: 'color.border.accent.magenta',
1116
- path: ['color', 'border', 'accent', 'magenta'],
1188
+ path: ['color', 'border', 'accent', 'magenta', '[default]'],
1117
1189
  description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.',
1118
1190
  exampleValue: '#CD519D',
1119
1191
  usageGuidelines: {
1120
1192
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1121
1193
  cssProperties: ['border-color', 'outline-color']
1122
1194
  }
1195
+ }, {
1196
+ name: 'color.border.accent.magenta.subtle',
1197
+ path: ['color', 'border', 'accent', 'magenta', 'subtle'],
1198
+ description: 'Use for decorative magenta borders that do not need to meet 3:1 contrast requirements.',
1199
+ exampleValue: '#F797D2',
1200
+ usageGuidelines: {
1201
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1202
+ cssProperties: ['border-color', 'outline-color']
1203
+ }
1123
1204
  }, {
1124
1205
  name: 'color.border.accent.gray',
1125
- path: ['color', 'border', 'accent', 'gray'],
1206
+ path: ['color', 'border', 'accent', 'gray', '[default]'],
1126
1207
  description: 'Use for borders on non-bold gray accent backgrounds.',
1127
1208
  exampleValue: '#7D818A',
1128
1209
  usageGuidelines: {
1129
1210
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1130
1211
  cssProperties: ['border-color', 'outline-color']
1131
1212
  }
1213
+ }, {
1214
+ name: 'color.border.accent.gray.subtle',
1215
+ path: ['color', 'border', 'accent', 'gray', 'subtle'],
1216
+ description: 'Use for decorative gray borders that do not need to meet 3:1 contrast requirements.',
1217
+ exampleValue: '#DDDEE1',
1218
+ usageGuidelines: {
1219
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1220
+ cssProperties: ['border-color', 'outline-color']
1221
+ }
1132
1222
  }, {
1133
1223
  name: 'color.border.disabled',
1134
1224
  path: ['color', 'border', 'disabled'],
@@ -1185,49 +1275,94 @@ var tokens = exports.tokens = [{
1185
1275
  }
1186
1276
  }, {
1187
1277
  name: 'color.border.danger',
1188
- path: ['color', 'border', 'danger'],
1278
+ path: ['color', 'border', 'danger', '[default]'],
1189
1279
  description: 'Use for borders communicating critical information, such as the borders on invalid text fields.',
1190
1280
  exampleValue: '#E2483D',
1191
1281
  usageGuidelines: {
1192
1282
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1193
1283
  cssProperties: ['border-color', 'outline-color']
1194
1284
  }
1285
+ }, {
1286
+ name: 'color.border.danger.subtle',
1287
+ path: ['color', 'border', 'danger', 'subtle'],
1288
+ description: 'Use for decorative danger borders that do not need to meet 3:1 contrast requirements.',
1289
+ exampleValue: '#FD9891',
1290
+ usageGuidelines: {
1291
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1292
+ cssProperties: ['border-color', 'outline-color']
1293
+ }
1195
1294
  }, {
1196
1295
  name: 'color.border.warning',
1197
- path: ['color', 'border', 'warning'],
1296
+ path: ['color', 'border', 'warning', '[default]'],
1198
1297
  description: 'Use for borders communicating caution.',
1199
1298
  exampleValue: '#E06C00',
1200
1299
  usageGuidelines: {
1201
1300
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1202
1301
  cssProperties: ['border-color', 'outline-color']
1203
1302
  }
1303
+ }, {
1304
+ name: 'color.border.warning.subtle',
1305
+ path: ['color', 'border', 'warning', 'subtle'],
1306
+ description: 'Use for decorative warning borders that do not need to meet 3:1 contrast requirements.',
1307
+ exampleValue: '#FBC828',
1308
+ usageGuidelines: {
1309
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1310
+ cssProperties: ['border-color', 'outline-color']
1311
+ }
1204
1312
  }, {
1205
1313
  name: 'color.border.success',
1206
- path: ['color', 'border', 'success'],
1314
+ path: ['color', 'border', 'success', '[default]'],
1207
1315
  description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
1208
1316
  exampleValue: '#6A9A23',
1209
1317
  usageGuidelines: {
1210
1318
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1211
1319
  cssProperties: ['border-color', 'outline-color']
1212
1320
  }
1321
+ }, {
1322
+ name: 'color.border.success.subtle',
1323
+ path: ['color', 'border', 'success', 'subtle'],
1324
+ description: 'Use for decorative success borders that do not need to meet 3:1 contrast requirements.',
1325
+ exampleValue: '#B3DF72',
1326
+ usageGuidelines: {
1327
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1328
+ cssProperties: ['border-color', 'outline-color']
1329
+ }
1213
1330
  }, {
1214
1331
  name: 'color.border.discovery',
1215
- path: ['color', 'border', 'discovery'],
1332
+ path: ['color', 'border', 'discovery', '[default]'],
1216
1333
  description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
1217
1334
  exampleValue: '#AF59E1',
1218
1335
  usageGuidelines: {
1219
1336
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1220
1337
  cssProperties: ['border-color', 'outline-color']
1221
1338
  }
1339
+ }, {
1340
+ name: 'color.border.discovery.subtle',
1341
+ path: ['color', 'border', 'discovery', 'subtle'],
1342
+ description: 'Use for decorative discovery borders that do not need to meet 3:1 contrast requirements.',
1343
+ exampleValue: '#D8A0F7',
1344
+ usageGuidelines: {
1345
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1346
+ cssProperties: ['border-color', 'outline-color']
1347
+ }
1222
1348
  }, {
1223
1349
  name: 'color.border.information',
1224
- path: ['color', 'border', 'information'],
1350
+ path: ['color', 'border', 'information', '[default]'],
1225
1351
  description: 'Use for borders communicating information or something in-progress.',
1226
1352
  exampleValue: '#357DE8',
1227
1353
  usageGuidelines: {
1228
1354
  usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1229
1355
  cssProperties: ['border-color', 'outline-color']
1230
1356
  }
1357
+ }, {
1358
+ name: 'color.border.information.subtle',
1359
+ path: ['color', 'border', 'information', 'subtle'],
1360
+ description: 'Use for decorative information borders that do not need to meet 3:1 contrast requirements.',
1361
+ exampleValue: '#8FB8F6',
1362
+ usageGuidelines: {
1363
+ usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
1364
+ cssProperties: ['border-color', 'outline-color']
1365
+ }
1231
1366
  }, {
1232
1367
  name: 'color.border.bold',
1233
1368
  path: ['color', 'border', 'bold'],
@@ -2650,6 +2785,15 @@ var tokens = exports.tokens = [{
2650
2785
  usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2651
2786
  cssProperties: ['background-color']
2652
2787
  }
2788
+ }, {
2789
+ name: 'color.background.danger.subtle',
2790
+ path: ['color', 'background', 'danger', 'subtle', '[default]'],
2791
+ description: 'Background colour for non-interactive elements communicating critical danger information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.danger.bold or color.background.danger.subtler for interactive states.',
2792
+ exampleValue: '#FD9891',
2793
+ usageGuidelines: {
2794
+ usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2795
+ cssProperties: ['background-color']
2796
+ }
2653
2797
  }, {
2654
2798
  name: 'color.background.danger.bold',
2655
2799
  path: ['color', 'background', 'danger', 'bold', '[default]'],
@@ -2731,6 +2875,15 @@ var tokens = exports.tokens = [{
2731
2875
  usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2732
2876
  cssProperties: ['background-color']
2733
2877
  }
2878
+ }, {
2879
+ name: 'color.background.warning.subtle',
2880
+ path: ['color', 'background', 'warning', 'subtle', '[default]'],
2881
+ description: 'Background colour for non-interactive elements communicating caution (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.warning.bold or color.background.warning.subtler for interactive states.',
2882
+ exampleValue: '#FBD779',
2883
+ usageGuidelines: {
2884
+ usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2885
+ cssProperties: ['background-color']
2886
+ }
2734
2887
  }, {
2735
2888
  name: 'color.background.warning.bold',
2736
2889
  path: ['color', 'background', 'warning', 'bold', '[default]'],
@@ -2812,6 +2965,15 @@ var tokens = exports.tokens = [{
2812
2965
  usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2813
2966
  cssProperties: ['background-color']
2814
2967
  }
2968
+ }, {
2969
+ name: 'color.background.success.subtle',
2970
+ path: ['color', 'background', 'success', 'subtle', '[default]'],
2971
+ description: 'Background colour for non-interactive elements communicating success (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.success.bold or color.background.success.subtler for interactive states.',
2972
+ exampleValue: '#B3DF72',
2973
+ usageGuidelines: {
2974
+ usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2975
+ cssProperties: ['background-color']
2976
+ }
2815
2977
  }, {
2816
2978
  name: 'color.background.success.bold',
2817
2979
  path: ['color', 'background', 'success', 'bold', '[default]'],
@@ -2893,6 +3055,15 @@ var tokens = exports.tokens = [{
2893
3055
  usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2894
3056
  cssProperties: ['background-color']
2895
3057
  }
3058
+ }, {
3059
+ name: 'color.background.discovery.subtle',
3060
+ path: ['color', 'background', 'discovery', 'subtle', '[default]'],
3061
+ description: 'Background colour for non-interactive elements communicating discovery (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.discovery.bold or color.background.discovery.subtler for interactive states.',
3062
+ exampleValue: '#D8A0F7',
3063
+ usageGuidelines: {
3064
+ usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
3065
+ cssProperties: ['background-color']
3066
+ }
2896
3067
  }, {
2897
3068
  name: 'color.background.discovery.bold',
2898
3069
  path: ['color', 'background', 'discovery', 'bold', '[default]'],
@@ -2974,6 +3145,15 @@ var tokens = exports.tokens = [{
2974
3145
  usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
2975
3146
  cssProperties: ['background-color']
2976
3147
  }
3148
+ }, {
3149
+ name: 'color.background.information.subtle',
3150
+ path: ['color', 'background', 'information', 'subtle', '[default]'],
3151
+ description: 'Background colour for non-interactive elements communicating information (e.g. semantic badges, status pills, callout chips). Sits between subtler and bold in visual emphasis. Not for interactive surfaces — see color.background.information.bold or color.background.information.subtler for interactive states.',
3152
+ exampleValue: '#8FB8F6',
3153
+ usageGuidelines: {
3154
+ usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
3155
+ cssProperties: ['background-color']
3156
+ }
2977
3157
  }, {
2978
3158
  name: 'color.background.information.bold',
2979
3159
  path: ['color', 'background', 'information', 'bold', '[default]'],