@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.
- package/CHANGELOG.md +26 -0
- package/codemods/css-to-design-tokens/lib/legacy-colors.tsx +0 -1
- 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-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 +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/cjs/entry-points/token-metadata.codegen.js +196 -16
- package/dist/es2019/artifacts/generated-pairs.js +2 -2
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +21 -1
- package/dist/es2019/artifacts/themes/atlassian-dark.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 +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/es2019/entry-points/token-metadata.codegen.js +196 -16
- 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-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 +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +471 -31
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +471 -31
- package/dist/esm/entry-points/token-metadata.codegen.js +196 -16
- 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-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-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 +3 -3
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +75 -15
- 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-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-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 +3 -3
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +75 -15
- package/figma/atlassian-dark-increased-contrast.json +180 -0
- package/figma/atlassian-dark.json +180 -0
- package/figma/atlassian-light-increased-contrast.json +180 -0
- package/figma/atlassian-light.json +180 -0
- package/package.json +4 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::620de1bdd9882e214dcc9ae141009ae7>>
|
|
7
7
|
* @codegenCommand yarn build tokens
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1035,94 +1035,184 @@ export const tokens = [{
|
|
|
1035
1035
|
}
|
|
1036
1036
|
}, {
|
|
1037
1037
|
name: 'color.border.accent.lime',
|
|
1038
|
-
path: ['color', 'border', 'accent', 'lime'],
|
|
1038
|
+
path: ['color', 'border', 'accent', 'lime', '[default]'],
|
|
1039
1039
|
description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1040
1040
|
exampleValue: '#6A9A23',
|
|
1041
1041
|
usageGuidelines: {
|
|
1042
1042
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1043
1043
|
cssProperties: ['border-color', 'outline-color']
|
|
1044
1044
|
}
|
|
1045
|
+
}, {
|
|
1046
|
+
name: 'color.border.accent.lime.subtle',
|
|
1047
|
+
path: ['color', 'border', 'accent', 'lime', 'subtle'],
|
|
1048
|
+
description: 'Use for decorative lime borders that do not need to meet 3:1 contrast requirements.',
|
|
1049
|
+
exampleValue: '#B3DF72',
|
|
1050
|
+
usageGuidelines: {
|
|
1051
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1052
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1053
|
+
}
|
|
1045
1054
|
}, {
|
|
1046
1055
|
name: 'color.border.accent.red',
|
|
1047
|
-
path: ['color', 'border', 'accent', 'red'],
|
|
1056
|
+
path: ['color', 'border', 'accent', 'red', '[default]'],
|
|
1048
1057
|
description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1049
1058
|
exampleValue: '#E2483D',
|
|
1050
1059
|
usageGuidelines: {
|
|
1051
1060
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1052
1061
|
cssProperties: ['border-color', 'outline-color']
|
|
1053
1062
|
}
|
|
1063
|
+
}, {
|
|
1064
|
+
name: 'color.border.accent.red.subtle',
|
|
1065
|
+
path: ['color', 'border', 'accent', 'red', 'subtle'],
|
|
1066
|
+
description: 'Use for decorative red borders that do not need to meet 3:1 contrast requirements.',
|
|
1067
|
+
exampleValue: '#FD9891',
|
|
1068
|
+
usageGuidelines: {
|
|
1069
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1070
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1071
|
+
}
|
|
1054
1072
|
}, {
|
|
1055
1073
|
name: 'color.border.accent.orange',
|
|
1056
|
-
path: ['color', 'border', 'accent', 'orange'],
|
|
1074
|
+
path: ['color', 'border', 'accent', 'orange', '[default]'],
|
|
1057
1075
|
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1058
1076
|
exampleValue: '#E06C00',
|
|
1059
1077
|
usageGuidelines: {
|
|
1060
1078
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1061
1079
|
cssProperties: ['border-color', 'outline-color']
|
|
1062
1080
|
}
|
|
1081
|
+
}, {
|
|
1082
|
+
name: 'color.border.accent.orange.subtle',
|
|
1083
|
+
path: ['color', 'border', 'accent', 'orange', 'subtle'],
|
|
1084
|
+
description: 'Use for decorative orange borders that do not need to meet 3:1 contrast requirements.',
|
|
1085
|
+
exampleValue: '#FBC828',
|
|
1086
|
+
usageGuidelines: {
|
|
1087
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1088
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1089
|
+
}
|
|
1063
1090
|
}, {
|
|
1064
1091
|
name: 'color.border.accent.yellow',
|
|
1065
|
-
path: ['color', 'border', 'accent', 'yellow'],
|
|
1092
|
+
path: ['color', 'border', 'accent', 'yellow', '[default]'],
|
|
1066
1093
|
description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1067
1094
|
exampleValue: '#B38600',
|
|
1068
1095
|
usageGuidelines: {
|
|
1069
1096
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1070
1097
|
cssProperties: ['border-color', 'outline-color']
|
|
1071
1098
|
}
|
|
1099
|
+
}, {
|
|
1100
|
+
name: 'color.border.accent.yellow.subtle',
|
|
1101
|
+
path: ['color', 'border', 'accent', 'yellow', 'subtle'],
|
|
1102
|
+
description: 'Use for decorative yellow borders that do not need to meet 3:1 contrast requirements.',
|
|
1103
|
+
exampleValue: '#EED12B',
|
|
1104
|
+
usageGuidelines: {
|
|
1105
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1106
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1107
|
+
}
|
|
1072
1108
|
}, {
|
|
1073
1109
|
name: 'color.border.accent.green',
|
|
1074
|
-
path: ['color', 'border', 'accent', 'green'],
|
|
1110
|
+
path: ['color', 'border', 'accent', 'green', '[default]'],
|
|
1075
1111
|
description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1076
1112
|
exampleValue: '#22A06B',
|
|
1077
1113
|
usageGuidelines: {
|
|
1078
1114
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1079
1115
|
cssProperties: ['border-color', 'outline-color']
|
|
1080
1116
|
}
|
|
1117
|
+
}, {
|
|
1118
|
+
name: 'color.border.accent.green.subtle',
|
|
1119
|
+
path: ['color', 'border', 'accent', 'green', 'subtle'],
|
|
1120
|
+
description: 'Use for decorative green borders that do not need to meet 3:1 contrast requirements.',
|
|
1121
|
+
exampleValue: '#7EE2B8',
|
|
1122
|
+
usageGuidelines: {
|
|
1123
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1124
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1125
|
+
}
|
|
1081
1126
|
}, {
|
|
1082
1127
|
name: 'color.border.accent.teal',
|
|
1083
|
-
path: ['color', 'border', 'accent', 'teal'],
|
|
1128
|
+
path: ['color', 'border', 'accent', 'teal', '[default]'],
|
|
1084
1129
|
description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1085
1130
|
exampleValue: '#2898BD',
|
|
1086
1131
|
usageGuidelines: {
|
|
1087
1132
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1088
1133
|
cssProperties: ['border-color', 'outline-color']
|
|
1089
1134
|
}
|
|
1135
|
+
}, {
|
|
1136
|
+
name: 'color.border.accent.teal.subtle',
|
|
1137
|
+
path: ['color', 'border', 'accent', 'teal', 'subtle'],
|
|
1138
|
+
description: 'Use for decorative teal borders that do not need to meet 3:1 contrast requirements.',
|
|
1139
|
+
exampleValue: '#9DD9EE',
|
|
1140
|
+
usageGuidelines: {
|
|
1141
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1142
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1143
|
+
}
|
|
1090
1144
|
}, {
|
|
1091
1145
|
name: 'color.border.accent.blue',
|
|
1092
|
-
path: ['color', 'border', 'accent', 'blue'],
|
|
1146
|
+
path: ['color', 'border', 'accent', 'blue', '[default]'],
|
|
1093
1147
|
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1094
1148
|
exampleValue: '#357DE8',
|
|
1095
1149
|
usageGuidelines: {
|
|
1096
1150
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1097
1151
|
cssProperties: ['border-color', 'outline-color']
|
|
1098
1152
|
}
|
|
1153
|
+
}, {
|
|
1154
|
+
name: 'color.border.accent.blue.subtle',
|
|
1155
|
+
path: ['color', 'border', 'accent', 'blue', 'subtle'],
|
|
1156
|
+
description: 'Use for decorative blue borders that do not need to meet 3:1 contrast requirements.',
|
|
1157
|
+
exampleValue: '#8FB8F6',
|
|
1158
|
+
usageGuidelines: {
|
|
1159
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1160
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1161
|
+
}
|
|
1099
1162
|
}, {
|
|
1100
1163
|
name: 'color.border.accent.purple',
|
|
1101
|
-
path: ['color', 'border', 'accent', 'purple'],
|
|
1164
|
+
path: ['color', 'border', 'accent', 'purple', '[default]'],
|
|
1102
1165
|
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1103
1166
|
exampleValue: '#AF59E1',
|
|
1104
1167
|
usageGuidelines: {
|
|
1105
1168
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1106
1169
|
cssProperties: ['border-color', 'outline-color']
|
|
1107
1170
|
}
|
|
1171
|
+
}, {
|
|
1172
|
+
name: 'color.border.accent.purple.subtle',
|
|
1173
|
+
path: ['color', 'border', 'accent', 'purple', 'subtle'],
|
|
1174
|
+
description: 'Use for decorative purple borders that do not need to meet 3:1 contrast requirements.',
|
|
1175
|
+
exampleValue: '#D8A0F7',
|
|
1176
|
+
usageGuidelines: {
|
|
1177
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1178
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1179
|
+
}
|
|
1108
1180
|
}, {
|
|
1109
1181
|
name: 'color.border.accent.magenta',
|
|
1110
|
-
path: ['color', 'border', 'accent', 'magenta'],
|
|
1182
|
+
path: ['color', 'border', 'accent', 'magenta', '[default]'],
|
|
1111
1183
|
description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
1112
1184
|
exampleValue: '#CD519D',
|
|
1113
1185
|
usageGuidelines: {
|
|
1114
1186
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1115
1187
|
cssProperties: ['border-color', 'outline-color']
|
|
1116
1188
|
}
|
|
1189
|
+
}, {
|
|
1190
|
+
name: 'color.border.accent.magenta.subtle',
|
|
1191
|
+
path: ['color', 'border', 'accent', 'magenta', 'subtle'],
|
|
1192
|
+
description: 'Use for decorative magenta borders that do not need to meet 3:1 contrast requirements.',
|
|
1193
|
+
exampleValue: '#F797D2',
|
|
1194
|
+
usageGuidelines: {
|
|
1195
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1196
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1197
|
+
}
|
|
1117
1198
|
}, {
|
|
1118
1199
|
name: 'color.border.accent.gray',
|
|
1119
|
-
path: ['color', 'border', 'accent', 'gray'],
|
|
1200
|
+
path: ['color', 'border', 'accent', 'gray', '[default]'],
|
|
1120
1201
|
description: 'Use for borders on non-bold gray accent backgrounds.',
|
|
1121
1202
|
exampleValue: '#7D818A',
|
|
1122
1203
|
usageGuidelines: {
|
|
1123
1204
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1124
1205
|
cssProperties: ['border-color', 'outline-color']
|
|
1125
1206
|
}
|
|
1207
|
+
}, {
|
|
1208
|
+
name: 'color.border.accent.gray.subtle',
|
|
1209
|
+
path: ['color', 'border', 'accent', 'gray', 'subtle'],
|
|
1210
|
+
description: 'Use for decorative gray borders that do not need to meet 3:1 contrast requirements.',
|
|
1211
|
+
exampleValue: '#DDDEE1',
|
|
1212
|
+
usageGuidelines: {
|
|
1213
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1214
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1215
|
+
}
|
|
1126
1216
|
}, {
|
|
1127
1217
|
name: 'color.border.disabled',
|
|
1128
1218
|
path: ['color', 'border', 'disabled'],
|
|
@@ -1179,49 +1269,94 @@ export const tokens = [{
|
|
|
1179
1269
|
}
|
|
1180
1270
|
}, {
|
|
1181
1271
|
name: 'color.border.danger',
|
|
1182
|
-
path: ['color', 'border', 'danger'],
|
|
1272
|
+
path: ['color', 'border', 'danger', '[default]'],
|
|
1183
1273
|
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.',
|
|
1184
1274
|
exampleValue: '#E2483D',
|
|
1185
1275
|
usageGuidelines: {
|
|
1186
1276
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1187
1277
|
cssProperties: ['border-color', 'outline-color']
|
|
1188
1278
|
}
|
|
1279
|
+
}, {
|
|
1280
|
+
name: 'color.border.danger.subtle',
|
|
1281
|
+
path: ['color', 'border', 'danger', 'subtle'],
|
|
1282
|
+
description: 'Use for decorative danger borders that do not need to meet 3:1 contrast requirements.',
|
|
1283
|
+
exampleValue: '#FD9891',
|
|
1284
|
+
usageGuidelines: {
|
|
1285
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1286
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1287
|
+
}
|
|
1189
1288
|
}, {
|
|
1190
1289
|
name: 'color.border.warning',
|
|
1191
|
-
path: ['color', 'border', 'warning'],
|
|
1290
|
+
path: ['color', 'border', 'warning', '[default]'],
|
|
1192
1291
|
description: 'Use for borders communicating caution.',
|
|
1193
1292
|
exampleValue: '#E06C00',
|
|
1194
1293
|
usageGuidelines: {
|
|
1195
1294
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1196
1295
|
cssProperties: ['border-color', 'outline-color']
|
|
1197
1296
|
}
|
|
1297
|
+
}, {
|
|
1298
|
+
name: 'color.border.warning.subtle',
|
|
1299
|
+
path: ['color', 'border', 'warning', 'subtle'],
|
|
1300
|
+
description: 'Use for decorative warning borders that do not need to meet 3:1 contrast requirements.',
|
|
1301
|
+
exampleValue: '#FBC828',
|
|
1302
|
+
usageGuidelines: {
|
|
1303
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1304
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1305
|
+
}
|
|
1198
1306
|
}, {
|
|
1199
1307
|
name: 'color.border.success',
|
|
1200
|
-
path: ['color', 'border', 'success'],
|
|
1308
|
+
path: ['color', 'border', 'success', '[default]'],
|
|
1201
1309
|
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
|
|
1202
1310
|
exampleValue: '#6A9A23',
|
|
1203
1311
|
usageGuidelines: {
|
|
1204
1312
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1205
1313
|
cssProperties: ['border-color', 'outline-color']
|
|
1206
1314
|
}
|
|
1315
|
+
}, {
|
|
1316
|
+
name: 'color.border.success.subtle',
|
|
1317
|
+
path: ['color', 'border', 'success', 'subtle'],
|
|
1318
|
+
description: 'Use for decorative success borders that do not need to meet 3:1 contrast requirements.',
|
|
1319
|
+
exampleValue: '#B3DF72',
|
|
1320
|
+
usageGuidelines: {
|
|
1321
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1322
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1323
|
+
}
|
|
1207
1324
|
}, {
|
|
1208
1325
|
name: 'color.border.discovery',
|
|
1209
|
-
path: ['color', 'border', 'discovery'],
|
|
1326
|
+
path: ['color', 'border', 'discovery', '[default]'],
|
|
1210
1327
|
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
|
|
1211
1328
|
exampleValue: '#AF59E1',
|
|
1212
1329
|
usageGuidelines: {
|
|
1213
1330
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1214
1331
|
cssProperties: ['border-color', 'outline-color']
|
|
1215
1332
|
}
|
|
1333
|
+
}, {
|
|
1334
|
+
name: 'color.border.discovery.subtle',
|
|
1335
|
+
path: ['color', 'border', 'discovery', 'subtle'],
|
|
1336
|
+
description: 'Use for decorative discovery borders that do not need to meet 3:1 contrast requirements.',
|
|
1337
|
+
exampleValue: '#D8A0F7',
|
|
1338
|
+
usageGuidelines: {
|
|
1339
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1340
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1341
|
+
}
|
|
1216
1342
|
}, {
|
|
1217
1343
|
name: 'color.border.information',
|
|
1218
|
-
path: ['color', 'border', 'information'],
|
|
1344
|
+
path: ['color', 'border', 'information', '[default]'],
|
|
1219
1345
|
description: 'Use for borders communicating information or something in-progress.',
|
|
1220
1346
|
exampleValue: '#357DE8',
|
|
1221
1347
|
usageGuidelines: {
|
|
1222
1348
|
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1223
1349
|
cssProperties: ['border-color', 'outline-color']
|
|
1224
1350
|
}
|
|
1351
|
+
}, {
|
|
1352
|
+
name: 'color.border.information.subtle',
|
|
1353
|
+
path: ['color', 'border', 'information', 'subtle'],
|
|
1354
|
+
description: 'Use for decorative information borders that do not need to meet 3:1 contrast requirements.',
|
|
1355
|
+
exampleValue: '#8FB8F6',
|
|
1356
|
+
usageGuidelines: {
|
|
1357
|
+
usage: 'The color for borders or outlines. Use for border and outline colors on components (e.g. color.border, color.border.focused)',
|
|
1358
|
+
cssProperties: ['border-color', 'outline-color']
|
|
1359
|
+
}
|
|
1225
1360
|
}, {
|
|
1226
1361
|
name: 'color.border.bold',
|
|
1227
1362
|
path: ['color', 'border', 'bold'],
|
|
@@ -2644,6 +2779,15 @@ export const tokens = [{
|
|
|
2644
2779
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2645
2780
|
cssProperties: ['background-color']
|
|
2646
2781
|
}
|
|
2782
|
+
}, {
|
|
2783
|
+
name: 'color.background.danger.subtle',
|
|
2784
|
+
path: ['color', 'background', 'danger', 'subtle', '[default]'],
|
|
2785
|
+
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.',
|
|
2786
|
+
exampleValue: '#FD9891',
|
|
2787
|
+
usageGuidelines: {
|
|
2788
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2789
|
+
cssProperties: ['background-color']
|
|
2790
|
+
}
|
|
2647
2791
|
}, {
|
|
2648
2792
|
name: 'color.background.danger.bold',
|
|
2649
2793
|
path: ['color', 'background', 'danger', 'bold', '[default]'],
|
|
@@ -2725,6 +2869,15 @@ export const tokens = [{
|
|
|
2725
2869
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2726
2870
|
cssProperties: ['background-color']
|
|
2727
2871
|
}
|
|
2872
|
+
}, {
|
|
2873
|
+
name: 'color.background.warning.subtle',
|
|
2874
|
+
path: ['color', 'background', 'warning', 'subtle', '[default]'],
|
|
2875
|
+
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.',
|
|
2876
|
+
exampleValue: '#FBD779',
|
|
2877
|
+
usageGuidelines: {
|
|
2878
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2879
|
+
cssProperties: ['background-color']
|
|
2880
|
+
}
|
|
2728
2881
|
}, {
|
|
2729
2882
|
name: 'color.background.warning.bold',
|
|
2730
2883
|
path: ['color', 'background', 'warning', 'bold', '[default]'],
|
|
@@ -2806,6 +2959,15 @@ export const tokens = [{
|
|
|
2806
2959
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2807
2960
|
cssProperties: ['background-color']
|
|
2808
2961
|
}
|
|
2962
|
+
}, {
|
|
2963
|
+
name: 'color.background.success.subtle',
|
|
2964
|
+
path: ['color', 'background', 'success', 'subtle', '[default]'],
|
|
2965
|
+
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.',
|
|
2966
|
+
exampleValue: '#B3DF72',
|
|
2967
|
+
usageGuidelines: {
|
|
2968
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2969
|
+
cssProperties: ['background-color']
|
|
2970
|
+
}
|
|
2809
2971
|
}, {
|
|
2810
2972
|
name: 'color.background.success.bold',
|
|
2811
2973
|
path: ['color', 'background', 'success', 'bold', '[default]'],
|
|
@@ -2887,6 +3049,15 @@ export const tokens = [{
|
|
|
2887
3049
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2888
3050
|
cssProperties: ['background-color']
|
|
2889
3051
|
}
|
|
3052
|
+
}, {
|
|
3053
|
+
name: 'color.background.discovery.subtle',
|
|
3054
|
+
path: ['color', 'background', 'discovery', 'subtle', '[default]'],
|
|
3055
|
+
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.',
|
|
3056
|
+
exampleValue: '#D8A0F7',
|
|
3057
|
+
usageGuidelines: {
|
|
3058
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
3059
|
+
cssProperties: ['background-color']
|
|
3060
|
+
}
|
|
2890
3061
|
}, {
|
|
2891
3062
|
name: 'color.background.discovery.bold',
|
|
2892
3063
|
path: ['color', 'background', 'discovery', 'bold', '[default]'],
|
|
@@ -2968,6 +3139,15 @@ export const tokens = [{
|
|
|
2968
3139
|
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
2969
3140
|
cssProperties: ['background-color']
|
|
2970
3141
|
}
|
|
3142
|
+
}, {
|
|
3143
|
+
name: 'color.background.information.subtle',
|
|
3144
|
+
path: ['color', 'background', 'information', 'subtle', '[default]'],
|
|
3145
|
+
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.',
|
|
3146
|
+
exampleValue: '#8FB8F6',
|
|
3147
|
+
usageGuidelines: {
|
|
3148
|
+
usage: 'The color for backgrounds. Use for areas behind content (e.g. color.background.neutral, color.background.selected)',
|
|
3149
|
+
cssProperties: ['background-color']
|
|
3150
|
+
}
|
|
2971
3151
|
}, {
|
|
2972
3152
|
name: 'color.background.information.bold',
|
|
2973
3153
|
path: ['color', 'background', 'information', 'bold', '[default]'],
|