@atlaskit/ads-mcp 0.16.0 → 0.17.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 +7 -0
- package/dist/cjs/index.js +6 -0
- package/dist/cjs/tools/get-guidelines/guidelines-structured-content.codegen.js +49 -0
- package/dist/cjs/tools/get-guidelines/index.js +99 -0
- package/dist/cjs/tools/get-icons/icon-mcp-structured-content.codegen.js +3 -5155
- package/dist/cjs/tools/get-tokens/token-mcp-structured-content.codegen.js +469 -1873
- package/dist/cjs/tools/i18n-conversion/guide.js +1 -1
- package/dist/es2019/index.js +6 -0
- package/dist/es2019/tools/get-guidelines/guidelines-structured-content.codegen.js +43 -0
- package/dist/es2019/tools/get-guidelines/index.js +78 -0
- package/dist/es2019/tools/get-icons/icon-mcp-structured-content.codegen.js +2 -5148
- package/dist/es2019/tools/get-tokens/token-mcp-structured-content.codegen.js +469 -1873
- package/dist/es2019/tools/i18n-conversion/guide.js +1 -1
- package/dist/esm/index.js +6 -0
- package/dist/esm/tools/get-guidelines/guidelines-structured-content.codegen.js +43 -0
- package/dist/esm/tools/get-guidelines/index.js +92 -0
- package/dist/esm/tools/get-icons/icon-mcp-structured-content.codegen.js +2 -5148
- package/dist/esm/tools/get-tokens/token-mcp-structured-content.codegen.js +469 -1873
- package/dist/esm/tools/i18n-conversion/guide.js +1 -1
- package/dist/types/tools/get-guidelines/guidelines-structured-content.codegen.d.ts +13 -0
- package/dist/types/tools/get-guidelines/index.d.ts +13 -0
- package/dist/types/tools/get-icons/icon-mcp-structured-content.codegen.d.ts +1 -1
- package/dist/types/tools/get-tokens/token-mcp-structured-content.codegen.d.ts +1 -1
- package/dist/types-ts4.5/tools/get-guidelines/guidelines-structured-content.codegen.d.ts +13 -0
- package/dist/types-ts4.5/tools/get-guidelines/index.d.ts +13 -0
- package/dist/types-ts4.5/tools/get-icons/icon-mcp-structured-content.codegen.d.ts +1 -1
- package/dist/types-ts4.5/tools/get-tokens/token-mcp-structured-content.codegen.d.ts +1 -1
- package/package.json +1 -1
|
@@ -9,3751 +9,2347 @@ exports.tokenMcpStructuredContent = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* Structured content for MCP (JSON) for tokens from token-metadata.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::1373abb13616c49e336b0e694b149fe8>>
|
|
13
13
|
* @codegenCommand yarn build structured-docs
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
16
|
var tokenMcpStructuredContent = exports.tokenMcpStructuredContent = [{
|
|
17
|
-
content: {
|
|
18
|
-
name: 'color.text',
|
|
19
|
-
description: 'Use for primary text, such as body copy, sentence case headers, and buttons.'
|
|
20
|
-
},
|
|
17
|
+
content: '{"name":"color.text","description":"Use for primary text, such as body copy, sentence case headers, and buttons."}',
|
|
21
18
|
name: 'color.text',
|
|
22
19
|
description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
|
|
23
20
|
exampleValue: '#292A2E'
|
|
24
21
|
}, {
|
|
25
|
-
content: {
|
|
26
|
-
name: 'color.text.accent.lime',
|
|
27
|
-
description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.'
|
|
28
|
-
},
|
|
22
|
+
content: '{"name":"color.text.accent.lime","description":"Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color."}',
|
|
29
23
|
name: 'color.text.accent.lime',
|
|
30
24
|
description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.',
|
|
31
25
|
exampleValue: '#4C6B1F'
|
|
32
26
|
}, {
|
|
33
|
-
content: {
|
|
34
|
-
name: 'color.text.accent.lime.bolder',
|
|
35
|
-
description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.'
|
|
36
|
-
},
|
|
27
|
+
content: '{"name":"color.text.accent.lime.bolder","description":"Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color."}',
|
|
37
28
|
name: 'color.text.accent.lime.bolder',
|
|
38
29
|
description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.',
|
|
39
30
|
exampleValue: '#37471F'
|
|
40
31
|
}, {
|
|
41
|
-
content: {
|
|
42
|
-
name: 'color.text.accent.red',
|
|
43
|
-
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.'
|
|
44
|
-
},
|
|
32
|
+
content: '{"name":"color.text.accent.red","description":"Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color."}',
|
|
45
33
|
name: 'color.text.accent.red',
|
|
46
34
|
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.',
|
|
47
35
|
exampleValue: '#AE2E24'
|
|
48
36
|
}, {
|
|
49
|
-
content: {
|
|
50
|
-
name: 'color.text.accent.red.bolder',
|
|
51
|
-
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.'
|
|
52
|
-
},
|
|
37
|
+
content: '{"name":"color.text.accent.red.bolder","description":"Use for red text on subtle red accent backgrounds when there is no meaning tied to the color."}',
|
|
53
38
|
name: 'color.text.accent.red.bolder',
|
|
54
39
|
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.',
|
|
55
40
|
exampleValue: '#5D1F1A'
|
|
56
41
|
}, {
|
|
57
|
-
content: {
|
|
58
|
-
name: 'color.text.accent.orange',
|
|
59
|
-
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.'
|
|
60
|
-
},
|
|
42
|
+
content: '{"name":"color.text.accent.orange","description":"Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color."}',
|
|
61
43
|
name: 'color.text.accent.orange',
|
|
62
44
|
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
|
|
63
45
|
exampleValue: '#9E4C00'
|
|
64
46
|
}, {
|
|
65
|
-
content: {
|
|
66
|
-
name: 'color.text.accent.orange.bolder',
|
|
67
|
-
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.'
|
|
68
|
-
},
|
|
47
|
+
content: '{"name":"color.text.accent.orange.bolder","description":"Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color."}',
|
|
69
48
|
name: 'color.text.accent.orange.bolder',
|
|
70
49
|
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
|
|
71
50
|
exampleValue: '#693200'
|
|
72
51
|
}, {
|
|
73
|
-
content: {
|
|
74
|
-
name: 'color.text.accent.yellow',
|
|
75
|
-
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.'
|
|
76
|
-
},
|
|
52
|
+
content: '{"name":"color.text.accent.yellow","description":"Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color."}',
|
|
77
53
|
name: 'color.text.accent.yellow',
|
|
78
54
|
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.',
|
|
79
55
|
exampleValue: '#7F5F01'
|
|
80
56
|
}, {
|
|
81
|
-
content: {
|
|
82
|
-
name: 'color.text.accent.yellow.bolder',
|
|
83
|
-
description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.'
|
|
84
|
-
},
|
|
57
|
+
content: '{"name":"color.text.accent.yellow.bolder","description":"Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color."}',
|
|
85
58
|
name: 'color.text.accent.yellow.bolder',
|
|
86
59
|
description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.',
|
|
87
60
|
exampleValue: '#533F04'
|
|
88
61
|
}, {
|
|
89
|
-
content: {
|
|
90
|
-
name: 'color.text.accent.green',
|
|
91
|
-
description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.'
|
|
92
|
-
},
|
|
62
|
+
content: '{"name":"color.text.accent.green","description":"Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color."}',
|
|
93
63
|
name: 'color.text.accent.green',
|
|
94
64
|
description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.',
|
|
95
65
|
exampleValue: '#216E4E'
|
|
96
66
|
}, {
|
|
97
|
-
content: {
|
|
98
|
-
name: 'color.text.accent.green.bolder',
|
|
99
|
-
description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.'
|
|
100
|
-
},
|
|
67
|
+
content: '{"name":"color.text.accent.green.bolder","description":"Use for green text on subtle green accent backgrounds when there is no meaning tied to the color."}',
|
|
101
68
|
name: 'color.text.accent.green.bolder',
|
|
102
69
|
description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.',
|
|
103
70
|
exampleValue: '#164B35'
|
|
104
71
|
}, {
|
|
105
|
-
content: {
|
|
106
|
-
name: 'color.text.accent.teal',
|
|
107
|
-
description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.'
|
|
108
|
-
},
|
|
72
|
+
content: '{"name":"color.text.accent.teal","description":"Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color."}',
|
|
109
73
|
name: 'color.text.accent.teal',
|
|
110
74
|
description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.',
|
|
111
75
|
exampleValue: '#206A83'
|
|
112
76
|
}, {
|
|
113
|
-
content: {
|
|
114
|
-
name: 'color.text.accent.teal.bolder',
|
|
115
|
-
description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.'
|
|
116
|
-
},
|
|
77
|
+
content: '{"name":"color.text.accent.teal.bolder","description":"Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color."}',
|
|
117
78
|
name: 'color.text.accent.teal.bolder',
|
|
118
79
|
description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.',
|
|
119
80
|
exampleValue: '#164555'
|
|
120
81
|
}, {
|
|
121
|
-
content: {
|
|
122
|
-
name: 'color.text.accent.blue',
|
|
123
|
-
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.'
|
|
124
|
-
},
|
|
82
|
+
content: '{"name":"color.text.accent.blue","description":"Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color."}',
|
|
125
83
|
name: 'color.text.accent.blue',
|
|
126
84
|
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.',
|
|
127
85
|
exampleValue: '#1558BC'
|
|
128
86
|
}, {
|
|
129
|
-
content: {
|
|
130
|
-
name: 'color.text.accent.blue.bolder',
|
|
131
|
-
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.'
|
|
132
|
-
},
|
|
87
|
+
content: '{"name":"color.text.accent.blue.bolder","description":"Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color."}',
|
|
133
88
|
name: 'color.text.accent.blue.bolder',
|
|
134
89
|
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.',
|
|
135
90
|
exampleValue: '#123263'
|
|
136
91
|
}, {
|
|
137
|
-
content: {
|
|
138
|
-
name: 'color.text.accent.purple',
|
|
139
|
-
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.'
|
|
140
|
-
},
|
|
92
|
+
content: '{"name":"color.text.accent.purple","description":"Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color."}',
|
|
141
93
|
name: 'color.text.accent.purple',
|
|
142
94
|
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.',
|
|
143
95
|
exampleValue: '#803FA5'
|
|
144
96
|
}, {
|
|
145
|
-
content: {
|
|
146
|
-
name: 'color.text.accent.purple.bolder',
|
|
147
|
-
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.'
|
|
148
|
-
},
|
|
97
|
+
content: '{"name":"color.text.accent.purple.bolder","description":"Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color."}',
|
|
149
98
|
name: 'color.text.accent.purple.bolder',
|
|
150
99
|
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.',
|
|
151
100
|
exampleValue: '#48245D'
|
|
152
101
|
}, {
|
|
153
|
-
content: {
|
|
154
|
-
name: 'color.text.accent.magenta',
|
|
155
|
-
description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.'
|
|
156
|
-
},
|
|
102
|
+
content: '{"name":"color.text.accent.magenta","description":"Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color."}',
|
|
157
103
|
name: 'color.text.accent.magenta',
|
|
158
104
|
description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.',
|
|
159
105
|
exampleValue: '#943D73'
|
|
160
106
|
}, {
|
|
161
|
-
content: {
|
|
162
|
-
name: 'color.text.accent.magenta.bolder',
|
|
163
|
-
description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.'
|
|
164
|
-
},
|
|
107
|
+
content: '{"name":"color.text.accent.magenta.bolder","description":"Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color."}',
|
|
165
108
|
name: 'color.text.accent.magenta.bolder',
|
|
166
109
|
description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.',
|
|
167
110
|
exampleValue: '#50253F'
|
|
168
111
|
}, {
|
|
169
|
-
content: {
|
|
170
|
-
name: 'color.text.accent.gray',
|
|
171
|
-
description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.'
|
|
172
|
-
},
|
|
112
|
+
content: '{"name":"color.text.accent.gray","description":"Use for text on non-bold gray accent backgrounds, such as colored tags."}',
|
|
173
113
|
name: 'color.text.accent.gray',
|
|
174
114
|
description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.',
|
|
175
115
|
exampleValue: '#505258'
|
|
176
116
|
}, {
|
|
177
|
-
content: {
|
|
178
|
-
name: 'color.text.accent.gray.bolder',
|
|
179
|
-
description: 'Use for text and icons on gray subtle accent backgrounds.'
|
|
180
|
-
},
|
|
117
|
+
content: '{"name":"color.text.accent.gray.bolder","description":"Use for text and icons on gray subtle accent backgrounds."}',
|
|
181
118
|
name: 'color.text.accent.gray.bolder',
|
|
182
119
|
description: 'Use for text and icons on gray subtle accent backgrounds.',
|
|
183
120
|
exampleValue: '#1E1F21'
|
|
184
121
|
}, {
|
|
185
|
-
content: {
|
|
186
|
-
name: 'color.text.disabled',
|
|
187
|
-
description: 'Use for text in a disabled state.'
|
|
188
|
-
},
|
|
122
|
+
content: '{"name":"color.text.disabled","description":"Use for text in a disabled state."}',
|
|
189
123
|
name: 'color.text.disabled',
|
|
190
124
|
description: 'Use for text in a disabled state.',
|
|
191
125
|
exampleValue: '#080F214A'
|
|
192
126
|
}, {
|
|
193
|
-
content: {
|
|
194
|
-
name: 'color.text.inverse',
|
|
195
|
-
description: 'Use for text on bold backgrounds.'
|
|
196
|
-
},
|
|
127
|
+
content: '{"name":"color.text.inverse","description":"Use for text on bold backgrounds."}',
|
|
197
128
|
name: 'color.text.inverse',
|
|
198
129
|
description: 'Use for text on bold backgrounds.',
|
|
199
130
|
exampleValue: '#FFFFFF'
|
|
200
131
|
}, {
|
|
201
|
-
content: {
|
|
202
|
-
name: 'color.text.selected',
|
|
203
|
-
description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.'
|
|
204
|
-
},
|
|
132
|
+
content: '{"name":"color.text.selected","description":"Use for text in selected or opened states, such as tabs and dropdown buttons."}',
|
|
205
133
|
name: 'color.text.selected',
|
|
206
134
|
description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.',
|
|
207
135
|
exampleValue: '#1868DB'
|
|
208
136
|
}, {
|
|
209
|
-
content: {
|
|
210
|
-
name: 'color.text.brand',
|
|
211
|
-
description: 'Use for text that reinforces our brand.'
|
|
212
|
-
},
|
|
137
|
+
content: '{"name":"color.text.brand","description":"Use for text that reinforces our brand."}',
|
|
213
138
|
name: 'color.text.brand',
|
|
214
139
|
description: 'Use for text that reinforces our brand.',
|
|
215
140
|
exampleValue: '#1868DB'
|
|
216
141
|
}, {
|
|
217
|
-
content: {
|
|
218
|
-
name: 'color.text.danger',
|
|
219
|
-
description: 'Use for critical text, such as input field error messaging.'
|
|
220
|
-
},
|
|
142
|
+
content: '{"name":"color.text.danger","description":"Use for critical text, such as input field error messaging."}',
|
|
221
143
|
name: 'color.text.danger',
|
|
222
144
|
description: 'Use for critical text, such as input field error messaging.',
|
|
223
145
|
exampleValue: '#AE2E24'
|
|
224
146
|
}, {
|
|
225
|
-
content: {
|
|
226
|
-
name: 'color.text.danger.bolder',
|
|
227
|
-
description: 'Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance.'
|
|
228
|
-
},
|
|
147
|
+
content: '{"name":"color.text.danger.bolder","description":"Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance."}',
|
|
229
148
|
name: 'color.text.danger.bolder',
|
|
230
149
|
description: 'Use for text on top of danger semantic labels to ensure accessibility and desired visual appearance.',
|
|
231
150
|
exampleValue: '#5D1F1A'
|
|
232
151
|
}, {
|
|
233
|
-
content: {
|
|
234
|
-
name: 'color.text.warning',
|
|
235
|
-
description: 'Use for text to emphasize caution, such as in moved lozenges.'
|
|
236
|
-
},
|
|
152
|
+
content: '{"name":"color.text.warning","description":"Use for text to emphasize caution, such as in moved lozenges."}',
|
|
237
153
|
name: 'color.text.warning',
|
|
238
154
|
description: 'Use for text to emphasize caution, such as in moved lozenges.',
|
|
239
155
|
exampleValue: '#9E4C00'
|
|
240
156
|
}, {
|
|
241
|
-
content: {
|
|
242
|
-
name: 'color.text.warning.inverse',
|
|
243
|
-
description: 'Use for text when on bold warning backgrounds.'
|
|
244
|
-
},
|
|
157
|
+
content: '{"name":"color.text.warning.inverse","description":"Use for text when on bold warning backgrounds."}',
|
|
245
158
|
name: 'color.text.warning.inverse',
|
|
246
159
|
description: 'Use for text when on bold warning backgrounds.',
|
|
247
160
|
exampleValue: '#292A2E'
|
|
248
161
|
}, {
|
|
249
|
-
content: {
|
|
250
|
-
name: 'color.text.warning.bolder',
|
|
251
|
-
description: 'Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance.'
|
|
252
|
-
},
|
|
162
|
+
content: '{"name":"color.text.warning.bolder","description":"Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance."}',
|
|
253
163
|
name: 'color.text.warning.bolder',
|
|
254
164
|
description: 'Use for text on top of warning semantic labels to ensure accessibility and desired visual appearance.',
|
|
255
165
|
exampleValue: '#693200'
|
|
256
166
|
}, {
|
|
257
|
-
content: {
|
|
258
|
-
name: 'color.text.success',
|
|
259
|
-
description: 'Use for text to communicate a favorable outcome, such as input field success messaging.'
|
|
260
|
-
},
|
|
167
|
+
content: '{"name":"color.text.success","description":"Use for text to communicate a favorable outcome, such as input field success messaging."}',
|
|
261
168
|
name: 'color.text.success',
|
|
262
169
|
description: 'Use for text to communicate a favorable outcome, such as input field success messaging.',
|
|
263
170
|
exampleValue: '#4C6B1F'
|
|
264
171
|
}, {
|
|
265
|
-
content: {
|
|
266
|
-
name: 'color.text.success.bolder',
|
|
267
|
-
description: 'Use for text on top of success semantic labels to ensure accessibility and desired visual appearance.'
|
|
268
|
-
},
|
|
172
|
+
content: '{"name":"color.text.success.bolder","description":"Use for text on top of success semantic labels to ensure accessibility and desired visual appearance."}',
|
|
269
173
|
name: 'color.text.success.bolder',
|
|
270
174
|
description: 'Use for text on top of success semantic labels to ensure accessibility and desired visual appearance.',
|
|
271
175
|
exampleValue: '#37471F'
|
|
272
176
|
}, {
|
|
273
|
-
content: {
|
|
274
|
-
name: 'color.text.discovery',
|
|
275
|
-
description: 'Use for text to emphasize change or something new, such as in new lozenges.'
|
|
276
|
-
},
|
|
177
|
+
content: '{"name":"color.text.discovery","description":"Use for text to emphasize change or something new, such as in new lozenges."}',
|
|
277
178
|
name: 'color.text.discovery',
|
|
278
179
|
description: 'Use for text to emphasize change or something new, such as in new lozenges.',
|
|
279
180
|
exampleValue: '#803FA5'
|
|
280
181
|
}, {
|
|
281
|
-
content: {
|
|
282
|
-
name: 'color.text.discovery.bolder',
|
|
283
|
-
description: 'Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance.'
|
|
284
|
-
},
|
|
182
|
+
content: '{"name":"color.text.discovery.bolder","description":"Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance."}',
|
|
285
183
|
name: 'color.text.discovery.bolder',
|
|
286
184
|
description: 'Use for text on top of discovery semantic labels to ensure accessibility and desired visual appearance.',
|
|
287
185
|
exampleValue: '#48245D'
|
|
288
186
|
}, {
|
|
289
|
-
content: {
|
|
290
|
-
name: 'color.text.information',
|
|
291
|
-
description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.'
|
|
292
|
-
},
|
|
187
|
+
content: '{"name":"color.text.information","description":"Use for informative text or to communicate something is in progress, such as in-progress lozenges."}',
|
|
293
188
|
name: 'color.text.information',
|
|
294
189
|
description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.',
|
|
295
190
|
exampleValue: '#1558BC'
|
|
296
191
|
}, {
|
|
297
|
-
content: {
|
|
298
|
-
name: 'color.text.information.bolder',
|
|
299
|
-
description: 'Use for text on top of information semantic labels to ensure accessibility and desired visual appearance.'
|
|
300
|
-
},
|
|
192
|
+
content: '{"name":"color.text.information.bolder","description":"Use for text on top of information semantic labels to ensure accessibility and desired visual appearance."}',
|
|
301
193
|
name: 'color.text.information.bolder',
|
|
302
194
|
description: 'Use for text on top of information semantic labels to ensure accessibility and desired visual appearance.',
|
|
303
195
|
exampleValue: '#123263'
|
|
304
196
|
}, {
|
|
305
|
-
content: {
|
|
306
|
-
name: 'color.text.subtlest',
|
|
307
|
-
description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.'
|
|
308
|
-
},
|
|
197
|
+
content: '{"name":"color.text.subtlest","description":"Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text."}',
|
|
309
198
|
name: 'color.text.subtlest',
|
|
310
199
|
description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.',
|
|
311
200
|
exampleValue: '#6B6E76'
|
|
312
201
|
}, {
|
|
313
|
-
content: {
|
|
314
|
-
name: 'color.text.subtle',
|
|
315
|
-
description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.'
|
|
316
|
-
},
|
|
202
|
+
content: '{"name":"color.text.subtle","description":"Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings."}',
|
|
317
203
|
name: 'color.text.subtle',
|
|
318
204
|
description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.',
|
|
319
205
|
exampleValue: '#505258'
|
|
320
206
|
}, {
|
|
321
|
-
content: {
|
|
322
|
-
name: 'color.link',
|
|
323
|
-
description: 'Use for links in a default or hovered state. Add an underline for hovered states.'
|
|
324
|
-
},
|
|
207
|
+
content: '{"name":"color.link","description":"Use for links in a default or hovered state. Add an underline for hovered states."}',
|
|
325
208
|
name: 'color.link',
|
|
326
209
|
description: 'Use for links in a default or hovered state. Add an underline for hovered states.',
|
|
327
210
|
exampleValue: '#1868DB'
|
|
328
211
|
}, {
|
|
329
|
-
content: {
|
|
330
|
-
name: 'color.link.pressed',
|
|
331
|
-
description: 'Use for links in a pressed state.'
|
|
332
|
-
},
|
|
212
|
+
content: '{"name":"color.link.pressed","description":"Use for links in a pressed state."}',
|
|
333
213
|
name: 'color.link.pressed',
|
|
334
214
|
description: 'Use for links in a pressed state.',
|
|
335
215
|
exampleValue: '#1558BC'
|
|
336
216
|
}, {
|
|
337
|
-
content: {
|
|
338
|
-
name: 'color.link.visited',
|
|
339
|
-
description: 'Use for visited links.'
|
|
340
|
-
},
|
|
217
|
+
content: '{"name":"color.link.visited","description":"Use for visited links."}',
|
|
341
218
|
name: 'color.link.visited',
|
|
342
219
|
description: 'Use for visited links.',
|
|
343
220
|
exampleValue: '#803FA5'
|
|
344
221
|
}, {
|
|
345
|
-
content: {
|
|
346
|
-
name: 'color.link.visited.pressed',
|
|
347
|
-
description: 'Use for visited links in a pressed state.'
|
|
348
|
-
},
|
|
222
|
+
content: '{"name":"color.link.visited.pressed","description":"Use for visited links in a pressed state."}',
|
|
349
223
|
name: 'color.link.visited.pressed',
|
|
350
224
|
description: 'Use for visited links in a pressed state.',
|
|
351
225
|
exampleValue: '#48245D'
|
|
352
226
|
}, {
|
|
353
|
-
content: {
|
|
354
|
-
name: 'color.icon',
|
|
355
|
-
description: 'Use for icon-only buttons, or icons paired with color.text'
|
|
356
|
-
},
|
|
227
|
+
content: '{"name":"color.icon","description":"Use for icon-only buttons, or icons paired with color.text"}',
|
|
357
228
|
name: 'color.icon',
|
|
358
229
|
description: 'Use for icon-only buttons, or icons paired with color.text',
|
|
359
230
|
exampleValue: '#292A2E'
|
|
360
231
|
}, {
|
|
361
|
-
content: {
|
|
362
|
-
name: 'color.icon.accent.lime',
|
|
363
|
-
description: 'Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
364
|
-
},
|
|
232
|
+
content: '{"name":"color.icon.accent.lime","description":"Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
365
233
|
name: 'color.icon.accent.lime',
|
|
366
234
|
description: 'Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
367
235
|
exampleValue: '#6A9A23'
|
|
368
236
|
}, {
|
|
369
|
-
content: {
|
|
370
|
-
name: 'color.icon.accent.red',
|
|
371
|
-
description: 'Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
372
|
-
},
|
|
237
|
+
content: '{"name":"color.icon.accent.red","description":"Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
373
238
|
name: 'color.icon.accent.red',
|
|
374
239
|
description: 'Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
375
240
|
exampleValue: '#C9372C'
|
|
376
241
|
}, {
|
|
377
|
-
content: {
|
|
378
|
-
name: 'color.icon.accent.orange',
|
|
379
|
-
description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
380
|
-
},
|
|
242
|
+
content: '{"name":"color.icon.accent.orange","description":"Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
381
243
|
name: 'color.icon.accent.orange',
|
|
382
244
|
description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
383
245
|
exampleValue: '#E06C00'
|
|
384
246
|
}, {
|
|
385
|
-
content: {
|
|
386
|
-
name: 'color.icon.accent.yellow',
|
|
387
|
-
description: 'Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
388
|
-
},
|
|
247
|
+
content: '{"name":"color.icon.accent.yellow","description":"Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
389
248
|
name: 'color.icon.accent.yellow',
|
|
390
249
|
description: 'Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
391
250
|
exampleValue: '#B38600'
|
|
392
251
|
}, {
|
|
393
|
-
content: {
|
|
394
|
-
name: 'color.icon.accent.green',
|
|
395
|
-
description: 'Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
396
|
-
},
|
|
252
|
+
content: '{"name":"color.icon.accent.green","description":"Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
397
253
|
name: 'color.icon.accent.green',
|
|
398
254
|
description: 'Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
399
255
|
exampleValue: '#22A06B'
|
|
400
256
|
}, {
|
|
401
|
-
content: {
|
|
402
|
-
name: 'color.icon.accent.teal',
|
|
403
|
-
description: 'Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
404
|
-
},
|
|
257
|
+
content: '{"name":"color.icon.accent.teal","description":"Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
405
258
|
name: 'color.icon.accent.teal',
|
|
406
259
|
description: 'Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
407
260
|
exampleValue: '#2898BD'
|
|
408
261
|
}, {
|
|
409
|
-
content: {
|
|
410
|
-
name: 'color.icon.accent.blue',
|
|
411
|
-
description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
412
|
-
},
|
|
262
|
+
content: '{"name":"color.icon.accent.blue","description":"Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
413
263
|
name: 'color.icon.accent.blue',
|
|
414
264
|
description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
415
265
|
exampleValue: '#357DE8'
|
|
416
266
|
}, {
|
|
417
|
-
content: {
|
|
418
|
-
name: 'color.icon.accent.purple',
|
|
419
|
-
description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
420
|
-
},
|
|
267
|
+
content: '{"name":"color.icon.accent.purple","description":"Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
421
268
|
name: 'color.icon.accent.purple',
|
|
422
269
|
description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
423
270
|
exampleValue: '#AF59E1'
|
|
424
271
|
}, {
|
|
425
|
-
content: {
|
|
426
|
-
name: 'color.icon.accent.magenta',
|
|
427
|
-
description: 'Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.'
|
|
428
|
-
},
|
|
272
|
+
content: '{"name":"color.icon.accent.magenta","description":"Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons."}',
|
|
429
273
|
name: 'color.icon.accent.magenta',
|
|
430
274
|
description: 'Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
431
275
|
exampleValue: '#CD519D'
|
|
432
276
|
}, {
|
|
433
|
-
content: {
|
|
434
|
-
name: 'color.icon.accent.gray',
|
|
435
|
-
description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.'
|
|
436
|
-
},
|
|
277
|
+
content: '{"name":"color.icon.accent.gray","description":"Use for icons on non-bold gray accent backgrounds, such as file type icons."}',
|
|
437
278
|
name: 'color.icon.accent.gray',
|
|
438
279
|
description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.',
|
|
439
280
|
exampleValue: '#7D818A'
|
|
440
281
|
}, {
|
|
441
|
-
content: {
|
|
442
|
-
name: 'color.icon.disabled',
|
|
443
|
-
description: 'Use for icons in a disabled state.'
|
|
444
|
-
},
|
|
282
|
+
content: '{"name":"color.icon.disabled","description":"Use for icons in a disabled state."}',
|
|
445
283
|
name: 'color.icon.disabled',
|
|
446
284
|
description: 'Use for icons in a disabled state.',
|
|
447
285
|
exampleValue: '#080F214A'
|
|
448
286
|
}, {
|
|
449
|
-
content: {
|
|
450
|
-
name: 'color.icon.inverse',
|
|
451
|
-
description: 'Use for icons on bold backgrounds.'
|
|
452
|
-
},
|
|
287
|
+
content: '{"name":"color.icon.inverse","description":"Use for icons on bold backgrounds."}',
|
|
453
288
|
name: 'color.icon.inverse',
|
|
454
289
|
description: 'Use for icons on bold backgrounds.',
|
|
455
290
|
exampleValue: '#FFFFFF'
|
|
456
291
|
}, {
|
|
457
|
-
content: {
|
|
458
|
-
name: 'color.icon.selected',
|
|
459
|
-
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.'
|
|
460
|
-
},
|
|
292
|
+
content: '{"name":"color.icon.selected","description":"Use for icons in selected or opened states, such as those used in dropdown buttons."}',
|
|
461
293
|
name: 'color.icon.selected',
|
|
462
294
|
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.',
|
|
463
295
|
exampleValue: '#1868DB'
|
|
464
296
|
}, {
|
|
465
|
-
content: {
|
|
466
|
-
name: 'color.icon.brand',
|
|
467
|
-
description: 'Use for icons that reinforce our brand.'
|
|
468
|
-
},
|
|
297
|
+
content: '{"name":"color.icon.brand","description":"Use for icons that reinforce our brand."}',
|
|
469
298
|
name: 'color.icon.brand',
|
|
470
299
|
description: 'Use for icons that reinforce our brand.',
|
|
471
300
|
exampleValue: '#1868DB'
|
|
472
301
|
}, {
|
|
473
|
-
content: {
|
|
474
|
-
name: 'color.icon.danger',
|
|
475
|
-
description: 'Use for icons communicating critical information, such as those used in error handing.'
|
|
476
|
-
},
|
|
302
|
+
content: '{"name":"color.icon.danger","description":"Use for icons communicating critical information, such as those used in error handing."}',
|
|
477
303
|
name: 'color.icon.danger',
|
|
478
304
|
description: 'Use for icons communicating critical information, such as those used in error handing.',
|
|
479
305
|
exampleValue: '#C9372C'
|
|
480
306
|
}, {
|
|
481
|
-
content: {
|
|
482
|
-
name: 'color.icon.warning',
|
|
483
|
-
description: 'Use for icons communicating caution, such as those used in warning section messages.'
|
|
484
|
-
},
|
|
307
|
+
content: '{"name":"color.icon.warning","description":"Use for icons communicating caution, such as those used in warning section messages."}',
|
|
485
308
|
name: 'color.icon.warning',
|
|
486
309
|
description: 'Use for icons communicating caution, such as those used in warning section messages.',
|
|
487
310
|
exampleValue: '#E06C00'
|
|
488
311
|
}, {
|
|
489
|
-
content: {
|
|
490
|
-
name: 'color.icon.warning.inverse',
|
|
491
|
-
description: 'Use for icons when on bold warning backgrounds.'
|
|
492
|
-
},
|
|
312
|
+
content: '{"name":"color.icon.warning.inverse","description":"Use for icons when on bold warning backgrounds."}',
|
|
493
313
|
name: 'color.icon.warning.inverse',
|
|
494
314
|
description: 'Use for icons when on bold warning backgrounds.',
|
|
495
315
|
exampleValue: '#292A2E'
|
|
496
316
|
}, {
|
|
497
|
-
content: {
|
|
498
|
-
name: 'color.icon.success',
|
|
499
|
-
description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.'
|
|
500
|
-
},
|
|
317
|
+
content: '{"name":"color.icon.success","description":"Use for icons communicating a favorable outcome, such as those used in success section messaged."}',
|
|
501
318
|
name: 'color.icon.success',
|
|
502
319
|
description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.',
|
|
503
320
|
exampleValue: '#6A9A23'
|
|
504
321
|
}, {
|
|
505
|
-
content: {
|
|
506
|
-
name: 'color.icon.discovery',
|
|
507
|
-
description: 'Use for icons communicating change or something new, such as discovery section messages.'
|
|
508
|
-
},
|
|
322
|
+
content: '{"name":"color.icon.discovery","description":"Use for icons communicating change or something new, such as discovery section messages."}',
|
|
509
323
|
name: 'color.icon.discovery',
|
|
510
324
|
description: 'Use for icons communicating change or something new, such as discovery section messages.',
|
|
511
325
|
exampleValue: '#AF59E1'
|
|
512
326
|
}, {
|
|
513
|
-
content: {
|
|
514
|
-
name: 'color.icon.information',
|
|
515
|
-
description: 'Use for icons communicating information or something in-progress, such as information section messages.'
|
|
516
|
-
},
|
|
327
|
+
content: '{"name":"color.icon.information","description":"Use for icons communicating information or something in-progress, such as information section messages."}',
|
|
517
328
|
name: 'color.icon.information',
|
|
518
329
|
description: 'Use for icons communicating information or something in-progress, such as information section messages.',
|
|
519
330
|
exampleValue: '#357DE8'
|
|
520
331
|
}, {
|
|
521
|
-
content: {
|
|
522
|
-
name: 'color.icon.subtlest',
|
|
523
|
-
description: 'Use for icons paired with color.text.subtlest'
|
|
524
|
-
},
|
|
332
|
+
content: '{"name":"color.icon.subtlest","description":"Use for icons paired with color.text.subtlest"}',
|
|
525
333
|
name: 'color.icon.subtlest',
|
|
526
334
|
description: 'Use for icons paired with color.text.subtlest',
|
|
527
335
|
exampleValue: '#6B6E76'
|
|
528
336
|
}, {
|
|
529
|
-
content: {
|
|
530
|
-
name: 'color.icon.subtle',
|
|
531
|
-
description: 'Use for icons paired with color.text.subtle'
|
|
532
|
-
},
|
|
337
|
+
content: '{"name":"color.icon.subtle","description":"Use for icons paired with color.text.subtle"}',
|
|
533
338
|
name: 'color.icon.subtle',
|
|
534
339
|
description: 'Use for icons paired with color.text.subtle',
|
|
535
340
|
exampleValue: '#505258'
|
|
536
341
|
}, {
|
|
537
|
-
content: {
|
|
538
|
-
name: 'color.border',
|
|
539
|
-
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.'
|
|
540
|
-
},
|
|
342
|
+
content: '{"name":"color.border","description":"Use to visually group or separate UI elements, such as flat cards or side panel dividers."}',
|
|
541
343
|
name: 'color.border',
|
|
542
344
|
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.',
|
|
543
345
|
exampleValue: '#0B120E24'
|
|
544
346
|
}, {
|
|
545
|
-
content: {
|
|
546
|
-
name: 'color.border.accent.lime',
|
|
547
|
-
description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
548
|
-
},
|
|
347
|
+
content: '{"name":"color.border.accent.lime","description":"Use for lime borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
549
348
|
name: 'color.border.accent.lime',
|
|
550
349
|
description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
551
350
|
exampleValue: '#6A9A23'
|
|
552
351
|
}, {
|
|
553
|
-
content: {
|
|
554
|
-
name: 'color.border.accent.red',
|
|
555
|
-
description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
556
|
-
},
|
|
352
|
+
content: '{"name":"color.border.accent.red","description":"Use for red borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
557
353
|
name: 'color.border.accent.red',
|
|
558
354
|
description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
559
355
|
exampleValue: '#E2483D'
|
|
560
356
|
}, {
|
|
561
|
-
content: {
|
|
562
|
-
name: 'color.border.accent.orange',
|
|
563
|
-
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
564
|
-
},
|
|
357
|
+
content: '{"name":"color.border.accent.orange","description":"Use for orange borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
565
358
|
name: 'color.border.accent.orange',
|
|
566
359
|
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
567
360
|
exampleValue: '#E06C00'
|
|
568
361
|
}, {
|
|
569
|
-
content: {
|
|
570
|
-
name: 'color.border.accent.yellow',
|
|
571
|
-
description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
572
|
-
},
|
|
362
|
+
content: '{"name":"color.border.accent.yellow","description":"Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
573
363
|
name: 'color.border.accent.yellow',
|
|
574
364
|
description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
575
365
|
exampleValue: '#B38600'
|
|
576
366
|
}, {
|
|
577
|
-
content: {
|
|
578
|
-
name: 'color.border.accent.green',
|
|
579
|
-
description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
580
|
-
},
|
|
367
|
+
content: '{"name":"color.border.accent.green","description":"Use for green borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
581
368
|
name: 'color.border.accent.green',
|
|
582
369
|
description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
583
370
|
exampleValue: '#22A06B'
|
|
584
371
|
}, {
|
|
585
|
-
content: {
|
|
586
|
-
name: 'color.border.accent.teal',
|
|
587
|
-
description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
588
|
-
},
|
|
372
|
+
content: '{"name":"color.border.accent.teal","description":"Use for teal borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
589
373
|
name: 'color.border.accent.teal',
|
|
590
374
|
description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
591
375
|
exampleValue: '#2898BD'
|
|
592
376
|
}, {
|
|
593
|
-
content: {
|
|
594
|
-
name: 'color.border.accent.blue',
|
|
595
|
-
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
596
|
-
},
|
|
377
|
+
content: '{"name":"color.border.accent.blue","description":"Use for blue borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
597
378
|
name: 'color.border.accent.blue',
|
|
598
379
|
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
599
380
|
exampleValue: '#357DE8'
|
|
600
381
|
}, {
|
|
601
|
-
content: {
|
|
602
|
-
name: 'color.border.accent.purple',
|
|
603
|
-
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
604
|
-
},
|
|
382
|
+
content: '{"name":"color.border.accent.purple","description":"Use for purple borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
605
383
|
name: 'color.border.accent.purple',
|
|
606
384
|
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
607
385
|
exampleValue: '#AF59E1'
|
|
608
386
|
}, {
|
|
609
|
-
content: {
|
|
610
|
-
name: 'color.border.accent.magenta',
|
|
611
|
-
description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.'
|
|
612
|
-
},
|
|
387
|
+
content: '{"name":"color.border.accent.magenta","description":"Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color."}',
|
|
613
388
|
name: 'color.border.accent.magenta',
|
|
614
389
|
description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
615
390
|
exampleValue: '#CD519D'
|
|
616
391
|
}, {
|
|
617
|
-
content: {
|
|
618
|
-
name: 'color.border.accent.gray',
|
|
619
|
-
description: 'Use for borders on non-bold gray accent backgrounds.'
|
|
620
|
-
},
|
|
392
|
+
content: '{"name":"color.border.accent.gray","description":"Use for borders on non-bold gray accent backgrounds."}',
|
|
621
393
|
name: 'color.border.accent.gray',
|
|
622
394
|
description: 'Use for borders on non-bold gray accent backgrounds.',
|
|
623
395
|
exampleValue: '#7D818A'
|
|
624
396
|
}, {
|
|
625
|
-
content: {
|
|
626
|
-
name: 'color.border.disabled',
|
|
627
|
-
description: 'Use for borders of elements in a disabled state.'
|
|
628
|
-
},
|
|
397
|
+
content: '{"name":"color.border.disabled","description":"Use for borders of elements in a disabled state."}',
|
|
629
398
|
name: 'color.border.disabled',
|
|
630
399
|
description: 'Use for borders of elements in a disabled state.',
|
|
631
400
|
exampleValue: '#0515240F'
|
|
632
401
|
}, {
|
|
633
|
-
content: {
|
|
634
|
-
name: 'color.border.focused',
|
|
635
|
-
description: 'Use for focus rings of elements in a focus state.'
|
|
636
|
-
},
|
|
402
|
+
content: '{"name":"color.border.focused","description":"Use for focus rings of elements in a focus state."}',
|
|
637
403
|
name: 'color.border.focused',
|
|
638
404
|
description: 'Use for focus rings of elements in a focus state.',
|
|
639
405
|
exampleValue: '#4688EC'
|
|
640
406
|
}, {
|
|
641
|
-
content: {
|
|
642
|
-
name: 'color.border.input',
|
|
643
|
-
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.'
|
|
644
|
-
},
|
|
407
|
+
content: '{"name":"color.border.input","description":"Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons."}',
|
|
645
408
|
name: 'color.border.input',
|
|
646
409
|
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
647
410
|
exampleValue: '#8C8F97'
|
|
648
411
|
}, {
|
|
649
|
-
content: {
|
|
650
|
-
name: 'color.border.inverse',
|
|
651
|
-
description: 'Use for borders on bold backgrounds.'
|
|
652
|
-
},
|
|
412
|
+
content: '{"name":"color.border.inverse","description":"Use for borders on bold backgrounds."}',
|
|
653
413
|
name: 'color.border.inverse',
|
|
654
414
|
description: 'Use for borders on bold backgrounds.',
|
|
655
415
|
exampleValue: '#FFFFFF'
|
|
656
416
|
}, {
|
|
657
|
-
content: {
|
|
658
|
-
name: 'color.border.selected',
|
|
659
|
-
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.'
|
|
660
|
-
},
|
|
417
|
+
content: '{"name":"color.border.selected","description":"Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items."}',
|
|
661
418
|
name: 'color.border.selected',
|
|
662
419
|
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.',
|
|
663
420
|
exampleValue: '#1868DB'
|
|
664
421
|
}, {
|
|
665
|
-
content: {
|
|
666
|
-
name: 'color.border.brand',
|
|
667
|
-
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.'
|
|
668
|
-
},
|
|
422
|
+
content: '{"name":"color.border.brand","description":"Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons."}',
|
|
669
423
|
name: 'color.border.brand',
|
|
670
424
|
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.',
|
|
671
425
|
exampleValue: '#1868DB'
|
|
672
426
|
}, {
|
|
673
|
-
content: {
|
|
674
|
-
name: 'color.border.danger',
|
|
675
|
-
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.'
|
|
676
|
-
},
|
|
427
|
+
content: '{"name":"color.border.danger","description":"Use for borders communicating critical information, such as the borders on invalid text fields."}',
|
|
677
428
|
name: 'color.border.danger',
|
|
678
429
|
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.',
|
|
679
430
|
exampleValue: '#E2483D'
|
|
680
431
|
}, {
|
|
681
|
-
content: {
|
|
682
|
-
name: 'color.border.warning',
|
|
683
|
-
description: 'Use for borders communicating caution.'
|
|
684
|
-
},
|
|
432
|
+
content: '{"name":"color.border.warning","description":"Use for borders communicating caution."}',
|
|
685
433
|
name: 'color.border.warning',
|
|
686
434
|
description: 'Use for borders communicating caution.',
|
|
687
435
|
exampleValue: '#E06C00'
|
|
688
436
|
}, {
|
|
689
|
-
content: {
|
|
690
|
-
name: 'color.border.success',
|
|
691
|
-
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.'
|
|
692
|
-
},
|
|
437
|
+
content: '{"name":"color.border.success","description":"Use for borders communicating a favorable outcome, such as the borders on validated text fields."}',
|
|
693
438
|
name: 'color.border.success',
|
|
694
439
|
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
|
|
695
440
|
exampleValue: '#6A9A23'
|
|
696
441
|
}, {
|
|
697
|
-
content: {
|
|
698
|
-
name: 'color.border.discovery',
|
|
699
|
-
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.'
|
|
700
|
-
},
|
|
442
|
+
content: '{"name":"color.border.discovery","description":"Use for borders communicating change or something new, such as the borders in onboarding spotlights."}',
|
|
701
443
|
name: 'color.border.discovery',
|
|
702
444
|
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
|
|
703
445
|
exampleValue: '#AF59E1'
|
|
704
446
|
}, {
|
|
705
|
-
content: {
|
|
706
|
-
name: 'color.border.information',
|
|
707
|
-
description: 'Use for borders communicating information or something in-progress.'
|
|
708
|
-
},
|
|
447
|
+
content: '{"name":"color.border.information","description":"Use for borders communicating information or something in-progress."}',
|
|
709
448
|
name: 'color.border.information',
|
|
710
449
|
description: 'Use for borders communicating information or something in-progress.',
|
|
711
450
|
exampleValue: '#357DE8'
|
|
712
451
|
}, {
|
|
713
|
-
content: {
|
|
714
|
-
name: 'color.border.bold',
|
|
715
|
-
description: 'A neutral border option that passes min 3:1 contrast ratios.'
|
|
716
|
-
},
|
|
452
|
+
content: '{"name":"color.border.bold","description":"A neutral border option that passes min 3:1 contrast ratios."}',
|
|
717
453
|
name: 'color.border.bold',
|
|
718
454
|
description: 'A neutral border option that passes min 3:1 contrast ratios.',
|
|
719
455
|
exampleValue: '#7D818A'
|
|
720
456
|
}, {
|
|
721
|
-
content: {
|
|
722
|
-
name: 'color.background.accent.lime.subtlest',
|
|
723
|
-
description: 'Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
724
|
-
},
|
|
457
|
+
content: '{"name":"color.background.accent.lime.subtlest","description":"Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
725
458
|
name: 'color.background.accent.lime.subtlest',
|
|
726
459
|
description: 'Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
727
460
|
exampleValue: '#EFFFD6'
|
|
728
461
|
}, {
|
|
729
|
-
content: {
|
|
730
|
-
name: 'color.background.accent.lime.subtlest.hovered',
|
|
731
|
-
description: 'Hovered state of color.background.accent.lime.subtlest.'
|
|
732
|
-
},
|
|
462
|
+
content: '{"name":"color.background.accent.lime.subtlest.hovered","description":"Hovered state of color.background.accent.lime.subtlest."}',
|
|
733
463
|
name: 'color.background.accent.lime.subtlest.hovered',
|
|
734
464
|
description: 'Hovered state of color.background.accent.lime.subtlest.',
|
|
735
465
|
exampleValue: '#D3F1A7'
|
|
736
466
|
}, {
|
|
737
|
-
content: {
|
|
738
|
-
name: 'color.background.accent.lime.subtlest.pressed',
|
|
739
|
-
description: 'Pressed state of color.background.accent.lime.subtlest.'
|
|
740
|
-
},
|
|
467
|
+
content: '{"name":"color.background.accent.lime.subtlest.pressed","description":"Pressed state of color.background.accent.lime.subtlest."}',
|
|
741
468
|
name: 'color.background.accent.lime.subtlest.pressed',
|
|
742
469
|
description: 'Pressed state of color.background.accent.lime.subtlest.',
|
|
743
470
|
exampleValue: '#BDE97C'
|
|
744
471
|
}, {
|
|
745
|
-
content: {
|
|
746
|
-
name: 'color.background.accent.lime.subtler',
|
|
747
|
-
description: 'Use for for backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
748
|
-
},
|
|
472
|
+
content: '{"name":"color.background.accent.lime.subtler","description":"Use for for backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
749
473
|
name: 'color.background.accent.lime.subtler',
|
|
750
474
|
description: 'Use for for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
751
475
|
exampleValue: '#D3F1A7'
|
|
752
476
|
}, {
|
|
753
|
-
content: {
|
|
754
|
-
name: 'color.background.accent.lime.subtler.hovered',
|
|
755
|
-
description: 'Hovered state of color.background.accent.lime.subtler.'
|
|
756
|
-
},
|
|
477
|
+
content: '{"name":"color.background.accent.lime.subtler.hovered","description":"Hovered state of color.background.accent.lime.subtler."}',
|
|
757
478
|
name: 'color.background.accent.lime.subtler.hovered',
|
|
758
479
|
description: 'Hovered state of color.background.accent.lime.subtler.',
|
|
759
480
|
exampleValue: '#BDE97C'
|
|
760
481
|
}, {
|
|
761
|
-
content: {
|
|
762
|
-
name: 'color.background.accent.lime.subtler.pressed',
|
|
763
|
-
description: 'Pressed state of color.background.accent.lime.subtler.'
|
|
764
|
-
},
|
|
482
|
+
content: '{"name":"color.background.accent.lime.subtler.pressed","description":"Pressed state of color.background.accent.lime.subtler."}',
|
|
765
483
|
name: 'color.background.accent.lime.subtler.pressed',
|
|
766
484
|
description: 'Pressed state of color.background.accent.lime.subtler.',
|
|
767
485
|
exampleValue: '#B3DF72'
|
|
768
486
|
}, {
|
|
769
|
-
content: {
|
|
770
|
-
name: 'color.background.accent.lime.subtle',
|
|
771
|
-
description: 'Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
772
|
-
},
|
|
487
|
+
content: '{"name":"color.background.accent.lime.subtle","description":"Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
773
488
|
name: 'color.background.accent.lime.subtle',
|
|
774
489
|
description: 'Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
775
490
|
exampleValue: '#94C748'
|
|
776
491
|
}, {
|
|
777
|
-
content: {
|
|
778
|
-
name: 'color.background.accent.lime.subtle.hovered',
|
|
779
|
-
description: 'Hovered state of color.background.accent.lime.subtle.'
|
|
780
|
-
},
|
|
492
|
+
content: '{"name":"color.background.accent.lime.subtle.hovered","description":"Hovered state of color.background.accent.lime.subtle."}',
|
|
781
493
|
name: 'color.background.accent.lime.subtle.hovered',
|
|
782
494
|
description: 'Hovered state of color.background.accent.lime.subtle.',
|
|
783
495
|
exampleValue: '#B3DF72'
|
|
784
496
|
}, {
|
|
785
|
-
content: {
|
|
786
|
-
name: 'color.background.accent.lime.subtle.pressed',
|
|
787
|
-
description: 'Pressed state of color.background.accent.lime.subtle.'
|
|
788
|
-
},
|
|
497
|
+
content: '{"name":"color.background.accent.lime.subtle.pressed","description":"Pressed state of color.background.accent.lime.subtle."}',
|
|
789
498
|
name: 'color.background.accent.lime.subtle.pressed',
|
|
790
499
|
description: 'Pressed state of color.background.accent.lime.subtle.',
|
|
791
500
|
exampleValue: '#BDE97C'
|
|
792
501
|
}, {
|
|
793
|
-
content: {
|
|
794
|
-
name: 'color.background.accent.lime.bolder',
|
|
795
|
-
description: 'Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
796
|
-
},
|
|
502
|
+
content: '{"name":"color.background.accent.lime.bolder","description":"Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
797
503
|
name: 'color.background.accent.lime.bolder',
|
|
798
504
|
description: 'Use for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
799
505
|
exampleValue: '#5B7F24'
|
|
800
506
|
}, {
|
|
801
|
-
content: {
|
|
802
|
-
name: 'color.background.accent.lime.bolder.hovered',
|
|
803
|
-
description: 'Hovered state of color.background.accent.lime.bolder.'
|
|
804
|
-
},
|
|
507
|
+
content: '{"name":"color.background.accent.lime.bolder.hovered","description":"Hovered state of color.background.accent.lime.bolder."}',
|
|
805
508
|
name: 'color.background.accent.lime.bolder.hovered',
|
|
806
509
|
description: 'Hovered state of color.background.accent.lime.bolder.',
|
|
807
510
|
exampleValue: '#4C6B1F'
|
|
808
511
|
}, {
|
|
809
|
-
content: {
|
|
810
|
-
name: 'color.background.accent.lime.bolder.pressed',
|
|
811
|
-
description: 'Pressed state of color.background.accent.lime.bolder.'
|
|
812
|
-
},
|
|
512
|
+
content: '{"name":"color.background.accent.lime.bolder.pressed","description":"Pressed state of color.background.accent.lime.bolder."}',
|
|
813
513
|
name: 'color.background.accent.lime.bolder.pressed',
|
|
814
514
|
description: 'Pressed state of color.background.accent.lime.bolder.',
|
|
815
515
|
exampleValue: '#3F5224'
|
|
816
516
|
}, {
|
|
817
|
-
content: {
|
|
818
|
-
name: 'color.background.accent.red.subtlest',
|
|
819
|
-
description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
820
|
-
},
|
|
517
|
+
content: '{"name":"color.background.accent.red.subtlest","description":"Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
821
518
|
name: 'color.background.accent.red.subtlest',
|
|
822
519
|
description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
823
520
|
exampleValue: '#FFECEB'
|
|
824
521
|
}, {
|
|
825
|
-
content: {
|
|
826
|
-
name: 'color.background.accent.red.subtlest.hovered',
|
|
827
|
-
description: 'Hovered state of color.background.accent.red.subtlest.'
|
|
828
|
-
},
|
|
522
|
+
content: '{"name":"color.background.accent.red.subtlest.hovered","description":"Hovered state of color.background.accent.red.subtlest."}',
|
|
829
523
|
name: 'color.background.accent.red.subtlest.hovered',
|
|
830
524
|
description: 'Hovered state of color.background.accent.red.subtlest.',
|
|
831
525
|
exampleValue: '#FFD5D2'
|
|
832
526
|
}, {
|
|
833
|
-
content: {
|
|
834
|
-
name: 'color.background.accent.red.subtlest.pressed',
|
|
835
|
-
description: 'Pressed state of color.background.accent.red.subtlest.'
|
|
836
|
-
},
|
|
527
|
+
content: '{"name":"color.background.accent.red.subtlest.pressed","description":"Pressed state of color.background.accent.red.subtlest."}',
|
|
837
528
|
name: 'color.background.accent.red.subtlest.pressed',
|
|
838
529
|
description: 'Pressed state of color.background.accent.red.subtlest.',
|
|
839
530
|
exampleValue: '#FFB8B2'
|
|
840
531
|
}, {
|
|
841
|
-
content: {
|
|
842
|
-
name: 'color.background.accent.red.subtler',
|
|
843
|
-
description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
844
|
-
},
|
|
532
|
+
content: '{"name":"color.background.accent.red.subtler","description":"Use for red backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
845
533
|
name: 'color.background.accent.red.subtler',
|
|
846
534
|
description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
847
535
|
exampleValue: '#FFD5D2'
|
|
848
536
|
}, {
|
|
849
|
-
content: {
|
|
850
|
-
name: 'color.background.accent.red.subtler.hovered',
|
|
851
|
-
description: 'Hovered state of color.background.accent.red.subtler.'
|
|
852
|
-
},
|
|
537
|
+
content: '{"name":"color.background.accent.red.subtler.hovered","description":"Hovered state of color.background.accent.red.subtler."}',
|
|
853
538
|
name: 'color.background.accent.red.subtler.hovered',
|
|
854
539
|
description: 'Hovered state of color.background.accent.red.subtler.',
|
|
855
540
|
exampleValue: '#FFB8B2'
|
|
856
541
|
}, {
|
|
857
|
-
content: {
|
|
858
|
-
name: 'color.background.accent.red.subtler.pressed',
|
|
859
|
-
description: 'Pressed state of color.background.accent.red.subtler.'
|
|
860
|
-
},
|
|
542
|
+
content: '{"name":"color.background.accent.red.subtler.pressed","description":"Pressed state of color.background.accent.red.subtler."}',
|
|
861
543
|
name: 'color.background.accent.red.subtler.pressed',
|
|
862
544
|
description: 'Pressed state of color.background.accent.red.subtler.',
|
|
863
545
|
exampleValue: '#FD9891'
|
|
864
546
|
}, {
|
|
865
|
-
content: {
|
|
866
|
-
name: 'color.background.accent.red.subtle',
|
|
867
|
-
description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
868
|
-
},
|
|
547
|
+
content: '{"name":"color.background.accent.red.subtle","description":"Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
869
548
|
name: 'color.background.accent.red.subtle',
|
|
870
549
|
description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
871
550
|
exampleValue: '#F87168'
|
|
872
551
|
}, {
|
|
873
|
-
content: {
|
|
874
|
-
name: 'color.background.accent.red.subtle.hovered',
|
|
875
|
-
description: 'Hovered state of color.background.accent.red.subtle.'
|
|
876
|
-
},
|
|
552
|
+
content: '{"name":"color.background.accent.red.subtle.hovered","description":"Hovered state of color.background.accent.red.subtle."}',
|
|
877
553
|
name: 'color.background.accent.red.subtle.hovered',
|
|
878
554
|
description: 'Hovered state of color.background.accent.red.subtle.',
|
|
879
555
|
exampleValue: '#FD9891'
|
|
880
556
|
}, {
|
|
881
|
-
content: {
|
|
882
|
-
name: 'color.background.accent.red.subtle.pressed',
|
|
883
|
-
description: 'Pressed state of color.background.accent.red.subtle.'
|
|
884
|
-
},
|
|
557
|
+
content: '{"name":"color.background.accent.red.subtle.pressed","description":"Pressed state of color.background.accent.red.subtle."}',
|
|
885
558
|
name: 'color.background.accent.red.subtle.pressed',
|
|
886
559
|
description: 'Pressed state of color.background.accent.red.subtle.',
|
|
887
560
|
exampleValue: '#FFB8B2'
|
|
888
561
|
}, {
|
|
889
|
-
content: {
|
|
890
|
-
name: 'color.background.accent.red.bolder',
|
|
891
|
-
description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
892
|
-
},
|
|
562
|
+
content: '{"name":"color.background.accent.red.bolder","description":"Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
893
563
|
name: 'color.background.accent.red.bolder',
|
|
894
564
|
description: 'Use for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
895
565
|
exampleValue: '#C9372C'
|
|
896
566
|
}, {
|
|
897
|
-
content: {
|
|
898
|
-
name: 'color.background.accent.red.bolder.hovered',
|
|
899
|
-
description: 'Hovered state of color.background.accent.red.bolder.'
|
|
900
|
-
},
|
|
567
|
+
content: '{"name":"color.background.accent.red.bolder.hovered","description":"Hovered state of color.background.accent.red.bolder."}',
|
|
901
568
|
name: 'color.background.accent.red.bolder.hovered',
|
|
902
569
|
description: 'Hovered state of color.background.accent.red.bolder.',
|
|
903
570
|
exampleValue: '#AE2E24'
|
|
904
571
|
}, {
|
|
905
|
-
content: {
|
|
906
|
-
name: 'color.background.accent.red.bolder.pressed',
|
|
907
|
-
description: 'Pressed state of color.background.accent.red.bolder.'
|
|
908
|
-
},
|
|
572
|
+
content: '{"name":"color.background.accent.red.bolder.pressed","description":"Pressed state of color.background.accent.red.bolder."}',
|
|
909
573
|
name: 'color.background.accent.red.bolder.pressed',
|
|
910
574
|
description: 'Pressed state of color.background.accent.red.bolder.',
|
|
911
575
|
exampleValue: '#872821'
|
|
912
576
|
}, {
|
|
913
|
-
content: {
|
|
914
|
-
name: 'color.background.accent.orange.subtlest',
|
|
915
|
-
description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
916
|
-
},
|
|
577
|
+
content: '{"name":"color.background.accent.orange.subtlest","description":"Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
917
578
|
name: 'color.background.accent.orange.subtlest',
|
|
918
579
|
description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
919
580
|
exampleValue: '#FFF5DB'
|
|
920
581
|
}, {
|
|
921
|
-
content: {
|
|
922
|
-
name: 'color.background.accent.orange.subtlest.hovered',
|
|
923
|
-
description: 'Hovered state of color.background.accent.orange.subtlest.'
|
|
924
|
-
},
|
|
582
|
+
content: '{"name":"color.background.accent.orange.subtlest.hovered","description":"Hovered state of color.background.accent.orange.subtlest."}',
|
|
925
583
|
name: 'color.background.accent.orange.subtlest.hovered',
|
|
926
584
|
description: 'Hovered state of color.background.accent.orange.subtlest.',
|
|
927
585
|
exampleValue: '#FCE4A6'
|
|
928
586
|
}, {
|
|
929
|
-
content: {
|
|
930
|
-
name: 'color.background.accent.orange.subtlest.pressed',
|
|
931
|
-
description: 'Pressed state of color.background.accent.orange.subtlest.'
|
|
932
|
-
},
|
|
587
|
+
content: '{"name":"color.background.accent.orange.subtlest.pressed","description":"Pressed state of color.background.accent.orange.subtlest."}',
|
|
933
588
|
name: 'color.background.accent.orange.subtlest.pressed',
|
|
934
589
|
description: 'Pressed state of color.background.accent.orange.subtlest.',
|
|
935
590
|
exampleValue: '#FBD779'
|
|
936
591
|
}, {
|
|
937
|
-
content: {
|
|
938
|
-
name: 'color.background.accent.orange.subtler',
|
|
939
|
-
description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
940
|
-
},
|
|
592
|
+
content: '{"name":"color.background.accent.orange.subtler","description":"Use for orange backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
941
593
|
name: 'color.background.accent.orange.subtler',
|
|
942
594
|
description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
943
595
|
exampleValue: '#FCE4A6'
|
|
944
596
|
}, {
|
|
945
|
-
content: {
|
|
946
|
-
name: 'color.background.accent.orange.subtler.hovered',
|
|
947
|
-
description: 'Hovered state of color.background.accent.orange.subtler.'
|
|
948
|
-
},
|
|
597
|
+
content: '{"name":"color.background.accent.orange.subtler.hovered","description":"Hovered state of color.background.accent.orange.subtler."}',
|
|
949
598
|
name: 'color.background.accent.orange.subtler.hovered',
|
|
950
599
|
description: 'Hovered state of color.background.accent.orange.subtler.',
|
|
951
600
|
exampleValue: '#FBD779'
|
|
952
601
|
}, {
|
|
953
|
-
content: {
|
|
954
|
-
name: 'color.background.accent.orange.subtler.pressed',
|
|
955
|
-
description: 'Pressed state of color.background.accent.orange.subtler.'
|
|
956
|
-
},
|
|
602
|
+
content: '{"name":"color.background.accent.orange.subtler.pressed","description":"Pressed state of color.background.accent.orange.subtler."}',
|
|
957
603
|
name: 'color.background.accent.orange.subtler.pressed',
|
|
958
604
|
description: 'Pressed state of color.background.accent.orange.subtler.',
|
|
959
605
|
exampleValue: '#FBC828'
|
|
960
606
|
}, {
|
|
961
|
-
content: {
|
|
962
|
-
name: 'color.background.accent.orange.subtle',
|
|
963
|
-
description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
964
|
-
},
|
|
607
|
+
content: '{"name":"color.background.accent.orange.subtle","description":"Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
965
608
|
name: 'color.background.accent.orange.subtle',
|
|
966
609
|
description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
967
610
|
exampleValue: '#FCA700'
|
|
968
611
|
}, {
|
|
969
|
-
content: {
|
|
970
|
-
name: 'color.background.accent.orange.subtle.hovered',
|
|
971
|
-
description: 'Hovered state of color.background.accent.orange.subtle.'
|
|
972
|
-
},
|
|
612
|
+
content: '{"name":"color.background.accent.orange.subtle.hovered","description":"Hovered state of color.background.accent.orange.subtle."}',
|
|
973
613
|
name: 'color.background.accent.orange.subtle.hovered',
|
|
974
614
|
description: 'Hovered state of color.background.accent.orange.subtle.',
|
|
975
615
|
exampleValue: '#FBC828'
|
|
976
616
|
}, {
|
|
977
|
-
content: {
|
|
978
|
-
name: 'color.background.accent.orange.subtle.pressed',
|
|
979
|
-
description: 'Pressed state of color.background.accent.orange.subtle.'
|
|
980
|
-
},
|
|
617
|
+
content: '{"name":"color.background.accent.orange.subtle.pressed","description":"Pressed state of color.background.accent.orange.subtle."}',
|
|
981
618
|
name: 'color.background.accent.orange.subtle.pressed',
|
|
982
619
|
description: 'Pressed state of color.background.accent.orange.subtle.',
|
|
983
620
|
exampleValue: '#FBD779'
|
|
984
621
|
}, {
|
|
985
|
-
content: {
|
|
986
|
-
name: 'color.background.accent.orange.bolder',
|
|
987
|
-
description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
988
|
-
},
|
|
622
|
+
content: '{"name":"color.background.accent.orange.bolder","description":"Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
989
623
|
name: 'color.background.accent.orange.bolder',
|
|
990
624
|
description: 'Use for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
991
625
|
exampleValue: '#BD5B00'
|
|
992
626
|
}, {
|
|
993
|
-
content: {
|
|
994
|
-
name: 'color.background.accent.orange.bolder.hovered',
|
|
995
|
-
description: 'Hovered state of color.background.accent.orange.bolder.'
|
|
996
|
-
},
|
|
627
|
+
content: '{"name":"color.background.accent.orange.bolder.hovered","description":"Hovered state of color.background.accent.orange.bolder."}',
|
|
997
628
|
name: 'color.background.accent.orange.bolder.hovered',
|
|
998
629
|
description: 'Hovered state of color.background.accent.orange.bolder.',
|
|
999
630
|
exampleValue: '#9E4C00'
|
|
1000
631
|
}, {
|
|
1001
|
-
content: {
|
|
1002
|
-
name: 'color.background.accent.orange.bolder.pressed',
|
|
1003
|
-
description: 'Pressed state of color.background.accent.orange.bolder.'
|
|
1004
|
-
},
|
|
632
|
+
content: '{"name":"color.background.accent.orange.bolder.pressed","description":"Pressed state of color.background.accent.orange.bolder."}',
|
|
1005
633
|
name: 'color.background.accent.orange.bolder.pressed',
|
|
1006
634
|
description: 'Pressed state of color.background.accent.orange.bolder.',
|
|
1007
635
|
exampleValue: '#7A3B00'
|
|
1008
636
|
}, {
|
|
1009
|
-
content: {
|
|
1010
|
-
name: 'color.background.accent.yellow.subtlest',
|
|
1011
|
-
description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1012
|
-
},
|
|
637
|
+
content: '{"name":"color.background.accent.yellow.subtlest","description":"Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1013
638
|
name: 'color.background.accent.yellow.subtlest',
|
|
1014
639
|
description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1015
640
|
exampleValue: '#FEF7C8'
|
|
1016
641
|
}, {
|
|
1017
|
-
content: {
|
|
1018
|
-
name: 'color.background.accent.yellow.subtlest.hovered',
|
|
1019
|
-
description: 'Hovered state of color.background.accent.yellow.subtlest.'
|
|
1020
|
-
},
|
|
642
|
+
content: '{"name":"color.background.accent.yellow.subtlest.hovered","description":"Hovered state of color.background.accent.yellow.subtlest."}',
|
|
1021
643
|
name: 'color.background.accent.yellow.subtlest.hovered',
|
|
1022
644
|
description: 'Hovered state of color.background.accent.yellow.subtlest.',
|
|
1023
645
|
exampleValue: '#F5E989'
|
|
1024
646
|
}, {
|
|
1025
|
-
content: {
|
|
1026
|
-
name: 'color.background.accent.yellow.subtlest.pressed',
|
|
1027
|
-
description: 'Pressed state of color.background.accent.yellow.subtlest.'
|
|
1028
|
-
},
|
|
647
|
+
content: '{"name":"color.background.accent.yellow.subtlest.pressed","description":"Pressed state of color.background.accent.yellow.subtlest."}',
|
|
1029
648
|
name: 'color.background.accent.yellow.subtlest.pressed',
|
|
1030
649
|
description: 'Pressed state of color.background.accent.yellow.subtlest.',
|
|
1031
650
|
exampleValue: '#EFDD4E'
|
|
1032
651
|
}, {
|
|
1033
|
-
content: {
|
|
1034
|
-
name: 'color.background.accent.yellow.subtler',
|
|
1035
|
-
description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1036
|
-
},
|
|
652
|
+
content: '{"name":"color.background.accent.yellow.subtler","description":"Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1037
653
|
name: 'color.background.accent.yellow.subtler',
|
|
1038
654
|
description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1039
655
|
exampleValue: '#F5E989'
|
|
1040
656
|
}, {
|
|
1041
|
-
content: {
|
|
1042
|
-
name: 'color.background.accent.yellow.subtler.hovered',
|
|
1043
|
-
description: 'Hovered state of color.background.accent.yellow.subtler.'
|
|
1044
|
-
},
|
|
657
|
+
content: '{"name":"color.background.accent.yellow.subtler.hovered","description":"Hovered state of color.background.accent.yellow.subtler."}',
|
|
1045
658
|
name: 'color.background.accent.yellow.subtler.hovered',
|
|
1046
659
|
description: 'Hovered state of color.background.accent.yellow.subtler.',
|
|
1047
660
|
exampleValue: '#EFDD4E'
|
|
1048
661
|
}, {
|
|
1049
|
-
content: {
|
|
1050
|
-
name: 'color.background.accent.yellow.subtler.pressed',
|
|
1051
|
-
description: 'Pressed state of color.background.accent.yellow.subtler.'
|
|
1052
|
-
},
|
|
662
|
+
content: '{"name":"color.background.accent.yellow.subtler.pressed","description":"Pressed state of color.background.accent.yellow.subtler."}',
|
|
1053
663
|
name: 'color.background.accent.yellow.subtler.pressed',
|
|
1054
664
|
description: 'Pressed state of color.background.accent.yellow.subtler.',
|
|
1055
665
|
exampleValue: '#EED12B'
|
|
1056
666
|
}, {
|
|
1057
|
-
content: {
|
|
1058
|
-
name: 'color.background.accent.yellow.subtle',
|
|
1059
|
-
description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1060
|
-
},
|
|
667
|
+
content: '{"name":"color.background.accent.yellow.subtle","description":"Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1061
668
|
name: 'color.background.accent.yellow.subtle',
|
|
1062
669
|
description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1063
670
|
exampleValue: '#EED12B'
|
|
1064
671
|
}, {
|
|
1065
|
-
content: {
|
|
1066
|
-
name: 'color.background.accent.yellow.subtle.hovered',
|
|
1067
|
-
description: 'Hovered state of color.background.accent.yellow.subtle.'
|
|
1068
|
-
},
|
|
672
|
+
content: '{"name":"color.background.accent.yellow.subtle.hovered","description":"Hovered state of color.background.accent.yellow.subtle."}',
|
|
1069
673
|
name: 'color.background.accent.yellow.subtle.hovered',
|
|
1070
674
|
description: 'Hovered state of color.background.accent.yellow.subtle.',
|
|
1071
675
|
exampleValue: '#DDB30E'
|
|
1072
676
|
}, {
|
|
1073
|
-
content: {
|
|
1074
|
-
name: 'color.background.accent.yellow.subtle.pressed',
|
|
1075
|
-
description: 'Pressed state of color.background.accent.yellow.subtle.'
|
|
1076
|
-
},
|
|
677
|
+
content: '{"name":"color.background.accent.yellow.subtle.pressed","description":"Pressed state of color.background.accent.yellow.subtle."}',
|
|
1077
678
|
name: 'color.background.accent.yellow.subtle.pressed',
|
|
1078
679
|
description: 'Pressed state of color.background.accent.yellow.subtle.',
|
|
1079
680
|
exampleValue: '#EFDD4E'
|
|
1080
681
|
}, {
|
|
1081
|
-
content: {
|
|
1082
|
-
name: 'color.background.accent.yellow.bolder',
|
|
1083
|
-
description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1084
|
-
},
|
|
682
|
+
content: '{"name":"color.background.accent.yellow.bolder","description":"Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1085
683
|
name: 'color.background.accent.yellow.bolder',
|
|
1086
684
|
description: 'Use for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1087
685
|
exampleValue: '#946F00'
|
|
1088
686
|
}, {
|
|
1089
|
-
content: {
|
|
1090
|
-
name: 'color.background.accent.yellow.bolder.hovered',
|
|
1091
|
-
description: 'Hovered state of color.background.accent.yellow.bolder.'
|
|
1092
|
-
},
|
|
687
|
+
content: '{"name":"color.background.accent.yellow.bolder.hovered","description":"Hovered state of color.background.accent.yellow.bolder."}',
|
|
1093
688
|
name: 'color.background.accent.yellow.bolder.hovered',
|
|
1094
689
|
description: 'Hovered state of color.background.accent.yellow.bolder.',
|
|
1095
690
|
exampleValue: '#7F5F01'
|
|
1096
691
|
}, {
|
|
1097
|
-
content: {
|
|
1098
|
-
name: 'color.background.accent.yellow.bolder.pressed',
|
|
1099
|
-
description: 'Pressed state of color.background.accent.yellow.bolder.'
|
|
1100
|
-
},
|
|
692
|
+
content: '{"name":"color.background.accent.yellow.bolder.pressed","description":"Pressed state of color.background.accent.yellow.bolder."}',
|
|
1101
693
|
name: 'color.background.accent.yellow.bolder.pressed',
|
|
1102
694
|
description: 'Pressed state of color.background.accent.yellow.bolder.',
|
|
1103
695
|
exampleValue: '#614A05'
|
|
1104
696
|
}, {
|
|
1105
|
-
content: {
|
|
1106
|
-
name: 'color.background.accent.green.subtlest',
|
|
1107
|
-
description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1108
|
-
},
|
|
697
|
+
content: '{"name":"color.background.accent.green.subtlest","description":"Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1109
698
|
name: 'color.background.accent.green.subtlest',
|
|
1110
699
|
description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1111
700
|
exampleValue: '#DCFFF1'
|
|
1112
701
|
}, {
|
|
1113
|
-
content: {
|
|
1114
|
-
name: 'color.background.accent.green.subtlest.hovered',
|
|
1115
|
-
description: 'Hovered state of color.background.accent.green.subtlest.'
|
|
1116
|
-
},
|
|
702
|
+
content: '{"name":"color.background.accent.green.subtlest.hovered","description":"Hovered state of color.background.accent.green.subtlest."}',
|
|
1117
703
|
name: 'color.background.accent.green.subtlest.hovered',
|
|
1118
704
|
description: 'Hovered state of color.background.accent.green.subtlest.',
|
|
1119
705
|
exampleValue: '#BAF3DB'
|
|
1120
706
|
}, {
|
|
1121
|
-
content: {
|
|
1122
|
-
name: 'color.background.accent.green.subtlest.pressed',
|
|
1123
|
-
description: 'Pressed state of color.background.accent.green.subtlest.'
|
|
1124
|
-
},
|
|
707
|
+
content: '{"name":"color.background.accent.green.subtlest.pressed","description":"Pressed state of color.background.accent.green.subtlest."}',
|
|
1125
708
|
name: 'color.background.accent.green.subtlest.pressed',
|
|
1126
709
|
description: 'Pressed state of color.background.accent.green.subtlest.',
|
|
1127
710
|
exampleValue: '#97EDC9'
|
|
1128
711
|
}, {
|
|
1129
|
-
content: {
|
|
1130
|
-
name: 'color.background.accent.green.subtler',
|
|
1131
|
-
description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1132
|
-
},
|
|
712
|
+
content: '{"name":"color.background.accent.green.subtler","description":"Use for green backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1133
713
|
name: 'color.background.accent.green.subtler',
|
|
1134
714
|
description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1135
715
|
exampleValue: '#BAF3DB'
|
|
1136
716
|
}, {
|
|
1137
|
-
content: {
|
|
1138
|
-
name: 'color.background.accent.green.subtler.hovered',
|
|
1139
|
-
description: 'Hovered state of color.background.accent.green.subtler.'
|
|
1140
|
-
},
|
|
717
|
+
content: '{"name":"color.background.accent.green.subtler.hovered","description":"Hovered state of color.background.accent.green.subtler."}',
|
|
1141
718
|
name: 'color.background.accent.green.subtler.hovered',
|
|
1142
719
|
description: 'Hovered state of color.background.accent.green.subtler.',
|
|
1143
720
|
exampleValue: '#97EDC9'
|
|
1144
721
|
}, {
|
|
1145
|
-
content: {
|
|
1146
|
-
name: 'color.background.accent.green.subtler.pressed',
|
|
1147
|
-
description: 'Pressed state of color.background.accent.green.subtler.'
|
|
1148
|
-
},
|
|
722
|
+
content: '{"name":"color.background.accent.green.subtler.pressed","description":"Pressed state of color.background.accent.green.subtler."}',
|
|
1149
723
|
name: 'color.background.accent.green.subtler.pressed',
|
|
1150
724
|
description: 'Pressed state of color.background.accent.green.subtler.',
|
|
1151
725
|
exampleValue: '#7EE2B8'
|
|
1152
726
|
}, {
|
|
1153
|
-
content: {
|
|
1154
|
-
name: 'color.background.accent.green.subtle',
|
|
1155
|
-
description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1156
|
-
},
|
|
727
|
+
content: '{"name":"color.background.accent.green.subtle","description":"Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1157
728
|
name: 'color.background.accent.green.subtle',
|
|
1158
729
|
description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1159
730
|
exampleValue: '#4BCE97'
|
|
1160
731
|
}, {
|
|
1161
|
-
content: {
|
|
1162
|
-
name: 'color.background.accent.green.subtle.hovered',
|
|
1163
|
-
description: 'Hovered state of color.background.accent.green.subtle.'
|
|
1164
|
-
},
|
|
732
|
+
content: '{"name":"color.background.accent.green.subtle.hovered","description":"Hovered state of color.background.accent.green.subtle."}',
|
|
1165
733
|
name: 'color.background.accent.green.subtle.hovered',
|
|
1166
734
|
description: 'Hovered state of color.background.accent.green.subtle.',
|
|
1167
735
|
exampleValue: '#7EE2B8'
|
|
1168
736
|
}, {
|
|
1169
|
-
content: {
|
|
1170
|
-
name: 'color.background.accent.green.subtle.pressed',
|
|
1171
|
-
description: 'Pressed state of color.background.accent.green.subtle.'
|
|
1172
|
-
},
|
|
737
|
+
content: '{"name":"color.background.accent.green.subtle.pressed","description":"Pressed state of color.background.accent.green.subtle."}',
|
|
1173
738
|
name: 'color.background.accent.green.subtle.pressed',
|
|
1174
739
|
description: 'Pressed state of color.background.accent.green.subtle.',
|
|
1175
740
|
exampleValue: '#97EDC9'
|
|
1176
741
|
}, {
|
|
1177
|
-
content: {
|
|
1178
|
-
name: 'color.background.accent.green.bolder',
|
|
1179
|
-
description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1180
|
-
},
|
|
742
|
+
content: '{"name":"color.background.accent.green.bolder","description":"Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1181
743
|
name: 'color.background.accent.green.bolder',
|
|
1182
744
|
description: 'Use for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1183
745
|
exampleValue: '#1F845A'
|
|
1184
746
|
}, {
|
|
1185
|
-
content: {
|
|
1186
|
-
name: 'color.background.accent.green.bolder.hovered',
|
|
1187
|
-
description: 'Hovered state of color.background.accent.green.bolder.'
|
|
1188
|
-
},
|
|
747
|
+
content: '{"name":"color.background.accent.green.bolder.hovered","description":"Hovered state of color.background.accent.green.bolder."}',
|
|
1189
748
|
name: 'color.background.accent.green.bolder.hovered',
|
|
1190
749
|
description: 'Hovered state of color.background.accent.green.bolder.',
|
|
1191
750
|
exampleValue: '#216E4E'
|
|
1192
751
|
}, {
|
|
1193
|
-
content: {
|
|
1194
|
-
name: 'color.background.accent.green.bolder.pressed',
|
|
1195
|
-
description: 'Pressed state of color.background.accent.green.bolder.'
|
|
1196
|
-
},
|
|
752
|
+
content: '{"name":"color.background.accent.green.bolder.pressed","description":"Pressed state of color.background.accent.green.bolder."}',
|
|
1197
753
|
name: 'color.background.accent.green.bolder.pressed',
|
|
1198
754
|
description: 'Pressed state of color.background.accent.green.bolder.',
|
|
1199
755
|
exampleValue: '#19573D'
|
|
1200
756
|
}, {
|
|
1201
|
-
content: {
|
|
1202
|
-
name: 'color.background.accent.teal.subtlest',
|
|
1203
|
-
description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1204
|
-
},
|
|
757
|
+
content: '{"name":"color.background.accent.teal.subtlest","description":"Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1205
758
|
name: 'color.background.accent.teal.subtlest',
|
|
1206
759
|
description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1207
760
|
exampleValue: '#E7F9FF'
|
|
1208
761
|
}, {
|
|
1209
|
-
content: {
|
|
1210
|
-
name: 'color.background.accent.teal.subtlest.hovered',
|
|
1211
|
-
description: 'Hovered state of color.background.accent.teal.subtlest.'
|
|
1212
|
-
},
|
|
762
|
+
content: '{"name":"color.background.accent.teal.subtlest.hovered","description":"Hovered state of color.background.accent.teal.subtlest."}',
|
|
1213
763
|
name: 'color.background.accent.teal.subtlest.hovered',
|
|
1214
764
|
description: 'Hovered state of color.background.accent.teal.subtlest.',
|
|
1215
765
|
exampleValue: '#C6EDFB'
|
|
1216
766
|
}, {
|
|
1217
|
-
content: {
|
|
1218
|
-
name: 'color.background.accent.teal.subtlest.pressed',
|
|
1219
|
-
description: 'Pressed state of color.background.accent.teal.subtlest.'
|
|
1220
|
-
},
|
|
767
|
+
content: '{"name":"color.background.accent.teal.subtlest.pressed","description":"Pressed state of color.background.accent.teal.subtlest."}',
|
|
1221
768
|
name: 'color.background.accent.teal.subtlest.pressed',
|
|
1222
769
|
description: 'Pressed state of color.background.accent.teal.subtlest.',
|
|
1223
770
|
exampleValue: '#B1E4F7'
|
|
1224
771
|
}, {
|
|
1225
|
-
content: {
|
|
1226
|
-
name: 'color.background.accent.teal.subtler',
|
|
1227
|
-
description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1228
|
-
},
|
|
772
|
+
content: '{"name":"color.background.accent.teal.subtler","description":"Use for teal backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1229
773
|
name: 'color.background.accent.teal.subtler',
|
|
1230
774
|
description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1231
775
|
exampleValue: '#C6EDFB'
|
|
1232
776
|
}, {
|
|
1233
|
-
content: {
|
|
1234
|
-
name: 'color.background.accent.teal.subtler.hovered',
|
|
1235
|
-
description: 'Hovered state of color.background.accent.teal.subtler.'
|
|
1236
|
-
},
|
|
777
|
+
content: '{"name":"color.background.accent.teal.subtler.hovered","description":"Hovered state of color.background.accent.teal.subtler."}',
|
|
1237
778
|
name: 'color.background.accent.teal.subtler.hovered',
|
|
1238
779
|
description: 'Hovered state of color.background.accent.teal.subtler.',
|
|
1239
780
|
exampleValue: '#B1E4F7'
|
|
1240
781
|
}, {
|
|
1241
|
-
content: {
|
|
1242
|
-
name: 'color.background.accent.teal.subtler.pressed',
|
|
1243
|
-
description: 'Pressed state of color.background.accent.teal.subtler.'
|
|
1244
|
-
},
|
|
782
|
+
content: '{"name":"color.background.accent.teal.subtler.pressed","description":"Pressed state of color.background.accent.teal.subtler."}',
|
|
1245
783
|
name: 'color.background.accent.teal.subtler.pressed',
|
|
1246
784
|
description: 'Pressed state of color.background.accent.teal.subtler.',
|
|
1247
785
|
exampleValue: '#9DD9EE'
|
|
1248
786
|
}, {
|
|
1249
|
-
content: {
|
|
1250
|
-
name: 'color.background.accent.teal.subtle',
|
|
1251
|
-
description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1252
|
-
},
|
|
787
|
+
content: '{"name":"color.background.accent.teal.subtle","description":"Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1253
788
|
name: 'color.background.accent.teal.subtle',
|
|
1254
789
|
description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1255
790
|
exampleValue: '#6CC3E0'
|
|
1256
791
|
}, {
|
|
1257
|
-
content: {
|
|
1258
|
-
name: 'color.background.accent.teal.subtle.hovered',
|
|
1259
|
-
description: 'Hovered state of color.background.accent.teal.subtle.'
|
|
1260
|
-
},
|
|
792
|
+
content: '{"name":"color.background.accent.teal.subtle.hovered","description":"Hovered state of color.background.accent.teal.subtle."}',
|
|
1261
793
|
name: 'color.background.accent.teal.subtle.hovered',
|
|
1262
794
|
description: 'Hovered state of color.background.accent.teal.subtle.',
|
|
1263
795
|
exampleValue: '#9DD9EE'
|
|
1264
796
|
}, {
|
|
1265
|
-
content: {
|
|
1266
|
-
name: 'color.background.accent.teal.subtle.pressed',
|
|
1267
|
-
description: 'Pressed state of color.background.accent.teal.subtle.'
|
|
1268
|
-
},
|
|
797
|
+
content: '{"name":"color.background.accent.teal.subtle.pressed","description":"Pressed state of color.background.accent.teal.subtle."}',
|
|
1269
798
|
name: 'color.background.accent.teal.subtle.pressed',
|
|
1270
799
|
description: 'Pressed state of color.background.accent.teal.subtle.',
|
|
1271
800
|
exampleValue: '#B1E4F7'
|
|
1272
801
|
}, {
|
|
1273
|
-
content: {
|
|
1274
|
-
name: 'color.background.accent.teal.bolder',
|
|
1275
|
-
description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1276
|
-
},
|
|
802
|
+
content: '{"name":"color.background.accent.teal.bolder","description":"Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1277
803
|
name: 'color.background.accent.teal.bolder',
|
|
1278
804
|
description: 'Use for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1279
805
|
exampleValue: '#227D9B'
|
|
1280
806
|
}, {
|
|
1281
|
-
content: {
|
|
1282
|
-
name: 'color.background.accent.teal.bolder.hovered',
|
|
1283
|
-
description: 'Hovered state of color.background.accent.teal.bolder.'
|
|
1284
|
-
},
|
|
807
|
+
content: '{"name":"color.background.accent.teal.bolder.hovered","description":"Hovered state of color.background.accent.teal.bolder."}',
|
|
1285
808
|
name: 'color.background.accent.teal.bolder.hovered',
|
|
1286
809
|
description: 'Hovered state of color.background.accent.teal.bolder.',
|
|
1287
810
|
exampleValue: '#206A83'
|
|
1288
811
|
}, {
|
|
1289
|
-
content: {
|
|
1290
|
-
name: 'color.background.accent.teal.bolder.pressed',
|
|
1291
|
-
description: 'Pressed state of color.background.accent.teal.bolder.'
|
|
1292
|
-
},
|
|
812
|
+
content: '{"name":"color.background.accent.teal.bolder.pressed","description":"Pressed state of color.background.accent.teal.bolder."}',
|
|
1293
813
|
name: 'color.background.accent.teal.bolder.pressed',
|
|
1294
814
|
description: 'Pressed state of color.background.accent.teal.bolder.',
|
|
1295
815
|
exampleValue: '#1A5265'
|
|
1296
816
|
}, {
|
|
1297
|
-
content: {
|
|
1298
|
-
name: 'color.background.accent.blue.subtlest',
|
|
1299
|
-
description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1300
|
-
},
|
|
817
|
+
content: '{"name":"color.background.accent.blue.subtlest","description":"Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1301
818
|
name: 'color.background.accent.blue.subtlest',
|
|
1302
819
|
description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1303
820
|
exampleValue: '#E9F2FE'
|
|
1304
821
|
}, {
|
|
1305
|
-
content: {
|
|
1306
|
-
name: 'color.background.accent.blue.subtlest.hovered',
|
|
1307
|
-
description: 'Hovered state of color.background.accent.blue.subtlest.'
|
|
1308
|
-
},
|
|
822
|
+
content: '{"name":"color.background.accent.blue.subtlest.hovered","description":"Hovered state of color.background.accent.blue.subtlest."}',
|
|
1309
823
|
name: 'color.background.accent.blue.subtlest.hovered',
|
|
1310
824
|
description: 'Hovered state of color.background.accent.blue.subtlest.',
|
|
1311
825
|
exampleValue: '#CFE1FD'
|
|
1312
826
|
}, {
|
|
1313
|
-
content: {
|
|
1314
|
-
name: 'color.background.accent.blue.subtlest.pressed',
|
|
1315
|
-
description: 'Pressed state of color.background.accent.blue.subtlest.'
|
|
1316
|
-
},
|
|
827
|
+
content: '{"name":"color.background.accent.blue.subtlest.pressed","description":"Pressed state of color.background.accent.blue.subtlest."}',
|
|
1317
828
|
name: 'color.background.accent.blue.subtlest.pressed',
|
|
1318
829
|
description: 'Pressed state of color.background.accent.blue.subtlest.',
|
|
1319
830
|
exampleValue: '#ADCBFB'
|
|
1320
831
|
}, {
|
|
1321
|
-
content: {
|
|
1322
|
-
name: 'color.background.accent.blue.subtler',
|
|
1323
|
-
description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1324
|
-
},
|
|
832
|
+
content: '{"name":"color.background.accent.blue.subtler","description":"Use for blue backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1325
833
|
name: 'color.background.accent.blue.subtler',
|
|
1326
834
|
description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1327
835
|
exampleValue: '#CFE1FD'
|
|
1328
836
|
}, {
|
|
1329
|
-
content: {
|
|
1330
|
-
name: 'color.background.accent.blue.subtler.hovered',
|
|
1331
|
-
description: 'Hovered state of color.background.accent.blue.subtler.'
|
|
1332
|
-
},
|
|
837
|
+
content: '{"name":"color.background.accent.blue.subtler.hovered","description":"Hovered state of color.background.accent.blue.subtler."}',
|
|
1333
838
|
name: 'color.background.accent.blue.subtler.hovered',
|
|
1334
839
|
description: 'Hovered state of color.background.accent.blue.subtler.',
|
|
1335
840
|
exampleValue: '#ADCBFB'
|
|
1336
841
|
}, {
|
|
1337
|
-
content: {
|
|
1338
|
-
name: 'color.background.accent.blue.subtler.pressed',
|
|
1339
|
-
description: 'Pressed state of color.background.accent.blue.subtler.'
|
|
1340
|
-
},
|
|
842
|
+
content: '{"name":"color.background.accent.blue.subtler.pressed","description":"Pressed state of color.background.accent.blue.subtler."}',
|
|
1341
843
|
name: 'color.background.accent.blue.subtler.pressed',
|
|
1342
844
|
description: 'Pressed state of color.background.accent.blue.subtler.',
|
|
1343
845
|
exampleValue: '#8FB8F6'
|
|
1344
846
|
}, {
|
|
1345
|
-
content: {
|
|
1346
|
-
name: 'color.background.accent.blue.subtle',
|
|
1347
|
-
description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1348
|
-
},
|
|
847
|
+
content: '{"name":"color.background.accent.blue.subtle","description":"Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1349
848
|
name: 'color.background.accent.blue.subtle',
|
|
1350
849
|
description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1351
850
|
exampleValue: '#669DF1'
|
|
1352
851
|
}, {
|
|
1353
|
-
content: {
|
|
1354
|
-
name: 'color.background.accent.blue.subtle.hovered',
|
|
1355
|
-
description: 'Hovered state of color.background.accent.blue.subtle.'
|
|
1356
|
-
},
|
|
852
|
+
content: '{"name":"color.background.accent.blue.subtle.hovered","description":"Hovered state of color.background.accent.blue.subtle."}',
|
|
1357
853
|
name: 'color.background.accent.blue.subtle.hovered',
|
|
1358
854
|
description: 'Hovered state of color.background.accent.blue.subtle.',
|
|
1359
855
|
exampleValue: '#8FB8F6'
|
|
1360
856
|
}, {
|
|
1361
|
-
content: {
|
|
1362
|
-
name: 'color.background.accent.blue.subtle.pressed',
|
|
1363
|
-
description: 'Pressed state of color.background.accent.blue.subtle.'
|
|
1364
|
-
},
|
|
857
|
+
content: '{"name":"color.background.accent.blue.subtle.pressed","description":"Pressed state of color.background.accent.blue.subtle."}',
|
|
1365
858
|
name: 'color.background.accent.blue.subtle.pressed',
|
|
1366
859
|
description: 'Pressed state of color.background.accent.blue.subtle.',
|
|
1367
860
|
exampleValue: '#ADCBFB'
|
|
1368
861
|
}, {
|
|
1369
|
-
content: {
|
|
1370
|
-
name: 'color.background.accent.blue.bolder',
|
|
1371
|
-
description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1372
|
-
},
|
|
862
|
+
content: '{"name":"color.background.accent.blue.bolder","description":"Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1373
863
|
name: 'color.background.accent.blue.bolder',
|
|
1374
864
|
description: 'Use for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1375
865
|
exampleValue: '#1868DB'
|
|
1376
866
|
}, {
|
|
1377
|
-
content: {
|
|
1378
|
-
name: 'color.background.accent.blue.bolder.hovered',
|
|
1379
|
-
description: 'Hovered state of color.background.accent.blue.bolder.'
|
|
1380
|
-
},
|
|
867
|
+
content: '{"name":"color.background.accent.blue.bolder.hovered","description":"Hovered state of color.background.accent.blue.bolder."}',
|
|
1381
868
|
name: 'color.background.accent.blue.bolder.hovered',
|
|
1382
869
|
description: 'Hovered state of color.background.accent.blue.bolder.',
|
|
1383
870
|
exampleValue: '#1558BC'
|
|
1384
871
|
}, {
|
|
1385
|
-
content: {
|
|
1386
|
-
name: 'color.background.accent.blue.bolder.pressed',
|
|
1387
|
-
description: 'Pressed state of color.background.accent.blue.bolder.'
|
|
1388
|
-
},
|
|
872
|
+
content: '{"name":"color.background.accent.blue.bolder.pressed","description":"Pressed state of color.background.accent.blue.bolder."}',
|
|
1389
873
|
name: 'color.background.accent.blue.bolder.pressed',
|
|
1390
874
|
description: 'Pressed state of color.background.accent.blue.bolder.',
|
|
1391
875
|
exampleValue: '#144794'
|
|
1392
876
|
}, {
|
|
1393
|
-
content: {
|
|
1394
|
-
name: 'color.background.accent.purple.subtlest',
|
|
1395
|
-
description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1396
|
-
},
|
|
877
|
+
content: '{"name":"color.background.accent.purple.subtlest","description":"Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1397
878
|
name: 'color.background.accent.purple.subtlest',
|
|
1398
879
|
description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1399
880
|
exampleValue: '#F8EEFE'
|
|
1400
881
|
}, {
|
|
1401
|
-
content: {
|
|
1402
|
-
name: 'color.background.accent.purple.subtlest.hovered',
|
|
1403
|
-
description: 'Hovered state of color.background.accent.purple.subtlest.'
|
|
1404
|
-
},
|
|
882
|
+
content: '{"name":"color.background.accent.purple.subtlest.hovered","description":"Hovered state of color.background.accent.purple.subtlest."}',
|
|
1405
883
|
name: 'color.background.accent.purple.subtlest.hovered',
|
|
1406
884
|
description: 'Hovered state of color.background.accent.purple.subtlest.',
|
|
1407
885
|
exampleValue: '#EED7FC'
|
|
1408
886
|
}, {
|
|
1409
|
-
content: {
|
|
1410
|
-
name: 'color.background.accent.purple.subtlest.pressed',
|
|
1411
|
-
description: 'Pressed state of color.background.accent.purple.subtlest.'
|
|
1412
|
-
},
|
|
887
|
+
content: '{"name":"color.background.accent.purple.subtlest.pressed","description":"Pressed state of color.background.accent.purple.subtlest."}',
|
|
1413
888
|
name: 'color.background.accent.purple.subtlest.pressed',
|
|
1414
889
|
description: 'Pressed state of color.background.accent.purple.subtlest.',
|
|
1415
890
|
exampleValue: '#E3BDFA'
|
|
1416
891
|
}, {
|
|
1417
|
-
content: {
|
|
1418
|
-
name: 'color.background.accent.purple.subtler',
|
|
1419
|
-
description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1420
|
-
},
|
|
892
|
+
content: '{"name":"color.background.accent.purple.subtler","description":"Use for purple backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1421
893
|
name: 'color.background.accent.purple.subtler',
|
|
1422
894
|
description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1423
895
|
exampleValue: '#EED7FC'
|
|
1424
896
|
}, {
|
|
1425
|
-
content: {
|
|
1426
|
-
name: 'color.background.accent.purple.subtler.hovered',
|
|
1427
|
-
description: 'Hovered state of color.background.accent.purple.subtler.'
|
|
1428
|
-
},
|
|
897
|
+
content: '{"name":"color.background.accent.purple.subtler.hovered","description":"Hovered state of color.background.accent.purple.subtler."}',
|
|
1429
898
|
name: 'color.background.accent.purple.subtler.hovered',
|
|
1430
899
|
description: 'Hovered state of color.background.accent.purple.subtler.',
|
|
1431
900
|
exampleValue: '#E3BDFA'
|
|
1432
901
|
}, {
|
|
1433
|
-
content: {
|
|
1434
|
-
name: 'color.background.accent.purple.subtler.pressed',
|
|
1435
|
-
description: 'Pressed state of color.background.accent.purple.subtler.'
|
|
1436
|
-
},
|
|
902
|
+
content: '{"name":"color.background.accent.purple.subtler.pressed","description":"Pressed state of color.background.accent.purple.subtler."}',
|
|
1437
903
|
name: 'color.background.accent.purple.subtler.pressed',
|
|
1438
904
|
description: 'Pressed state of color.background.accent.purple.subtler.',
|
|
1439
905
|
exampleValue: '#D8A0F7'
|
|
1440
906
|
}, {
|
|
1441
|
-
content: {
|
|
1442
|
-
name: 'color.background.accent.purple.subtle',
|
|
1443
|
-
description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1444
|
-
},
|
|
907
|
+
content: '{"name":"color.background.accent.purple.subtle","description":"Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1445
908
|
name: 'color.background.accent.purple.subtle',
|
|
1446
909
|
description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1447
910
|
exampleValue: '#C97CF4'
|
|
1448
911
|
}, {
|
|
1449
|
-
content: {
|
|
1450
|
-
name: 'color.background.accent.purple.subtle.hovered',
|
|
1451
|
-
description: 'Hovered state of color.background.accent.purple.subtle.'
|
|
1452
|
-
},
|
|
912
|
+
content: '{"name":"color.background.accent.purple.subtle.hovered","description":"Hovered state of color.background.accent.purple.subtle."}',
|
|
1453
913
|
name: 'color.background.accent.purple.subtle.hovered',
|
|
1454
914
|
description: 'Hovered state of color.background.accent.purple.subtle.',
|
|
1455
915
|
exampleValue: '#D8A0F7'
|
|
1456
916
|
}, {
|
|
1457
|
-
content: {
|
|
1458
|
-
name: 'color.background.accent.purple.subtle.pressed',
|
|
1459
|
-
description: 'Pressed state of color.background.accent.purple.subtle.'
|
|
1460
|
-
},
|
|
917
|
+
content: '{"name":"color.background.accent.purple.subtle.pressed","description":"Pressed state of color.background.accent.purple.subtle."}',
|
|
1461
918
|
name: 'color.background.accent.purple.subtle.pressed',
|
|
1462
919
|
description: 'Pressed state of color.background.accent.purple.subtle.',
|
|
1463
920
|
exampleValue: '#E3BDFA'
|
|
1464
921
|
}, {
|
|
1465
|
-
content: {
|
|
1466
|
-
name: 'color.background.accent.purple.bolder',
|
|
1467
|
-
description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1468
|
-
},
|
|
922
|
+
content: '{"name":"color.background.accent.purple.bolder","description":"Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1469
923
|
name: 'color.background.accent.purple.bolder',
|
|
1470
924
|
description: 'Use for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1471
925
|
exampleValue: '#964AC0'
|
|
1472
926
|
}, {
|
|
1473
|
-
content: {
|
|
1474
|
-
name: 'color.background.accent.purple.bolder.hovered',
|
|
1475
|
-
description: 'Hovered state of color.background.accent.purple.bolder.'
|
|
1476
|
-
},
|
|
927
|
+
content: '{"name":"color.background.accent.purple.bolder.hovered","description":"Hovered state of color.background.accent.purple.bolder."}',
|
|
1477
928
|
name: 'color.background.accent.purple.bolder.hovered',
|
|
1478
929
|
description: 'Hovered state of color.background.accent.purple.bolder.',
|
|
1479
930
|
exampleValue: '#803FA5'
|
|
1480
931
|
}, {
|
|
1481
|
-
content: {
|
|
1482
|
-
name: 'color.background.accent.purple.bolder.pressed',
|
|
1483
|
-
description: 'Pressed state of color.background.accent.purple.bolder.'
|
|
1484
|
-
},
|
|
932
|
+
content: '{"name":"color.background.accent.purple.bolder.pressed","description":"Pressed state of color.background.accent.purple.bolder."}',
|
|
1485
933
|
name: 'color.background.accent.purple.bolder.pressed',
|
|
1486
934
|
description: 'Pressed state of color.background.accent.purple.bolder.',
|
|
1487
935
|
exampleValue: '#673286'
|
|
1488
936
|
}, {
|
|
1489
|
-
content: {
|
|
1490
|
-
name: 'color.background.accent.magenta.subtlest',
|
|
1491
|
-
description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1492
|
-
},
|
|
937
|
+
content: '{"name":"color.background.accent.magenta.subtlest","description":"Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1493
938
|
name: 'color.background.accent.magenta.subtlest',
|
|
1494
939
|
description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1495
940
|
exampleValue: '#FFECF8'
|
|
1496
941
|
}, {
|
|
1497
|
-
content: {
|
|
1498
|
-
name: 'color.background.accent.magenta.subtlest.hovered',
|
|
1499
|
-
description: 'Hovered state of color.background.accent.magenta.subtlest.'
|
|
1500
|
-
},
|
|
942
|
+
content: '{"name":"color.background.accent.magenta.subtlest.hovered","description":"Hovered state of color.background.accent.magenta.subtlest."}',
|
|
1501
943
|
name: 'color.background.accent.magenta.subtlest.hovered',
|
|
1502
944
|
description: 'Hovered state of color.background.accent.magenta.subtlest.',
|
|
1503
945
|
exampleValue: '#FDD0EC'
|
|
1504
946
|
}, {
|
|
1505
|
-
content: {
|
|
1506
|
-
name: 'color.background.accent.magenta.subtlest.pressed',
|
|
1507
|
-
description: 'Pressed state of color.background.accent.magenta.subtlest.'
|
|
1508
|
-
},
|
|
947
|
+
content: '{"name":"color.background.accent.magenta.subtlest.pressed","description":"Pressed state of color.background.accent.magenta.subtlest."}',
|
|
1509
948
|
name: 'color.background.accent.magenta.subtlest.pressed',
|
|
1510
949
|
description: 'Pressed state of color.background.accent.magenta.subtlest.',
|
|
1511
950
|
exampleValue: '#FCB6E1'
|
|
1512
951
|
}, {
|
|
1513
|
-
content: {
|
|
1514
|
-
name: 'color.background.accent.magenta.subtler',
|
|
1515
|
-
description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1516
|
-
},
|
|
952
|
+
content: '{"name":"color.background.accent.magenta.subtler","description":"Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1517
953
|
name: 'color.background.accent.magenta.subtler',
|
|
1518
954
|
description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1519
955
|
exampleValue: '#FDD0EC'
|
|
1520
956
|
}, {
|
|
1521
|
-
content: {
|
|
1522
|
-
name: 'color.background.accent.magenta.subtler.hovered',
|
|
1523
|
-
description: 'Hovered state of color.background.accent.magenta.subtler.'
|
|
1524
|
-
},
|
|
957
|
+
content: '{"name":"color.background.accent.magenta.subtler.hovered","description":"Hovered state of color.background.accent.magenta.subtler."}',
|
|
1525
958
|
name: 'color.background.accent.magenta.subtler.hovered',
|
|
1526
959
|
description: 'Hovered state of color.background.accent.magenta.subtler.',
|
|
1527
960
|
exampleValue: '#FCB6E1'
|
|
1528
961
|
}, {
|
|
1529
|
-
content: {
|
|
1530
|
-
name: 'color.background.accent.magenta.subtler.pressed',
|
|
1531
|
-
description: 'Pressed state of color.background.accent.magenta.subtler.'
|
|
1532
|
-
},
|
|
962
|
+
content: '{"name":"color.background.accent.magenta.subtler.pressed","description":"Pressed state of color.background.accent.magenta.subtler."}',
|
|
1533
963
|
name: 'color.background.accent.magenta.subtler.pressed',
|
|
1534
964
|
description: 'Pressed state of color.background.accent.magenta.subtler.',
|
|
1535
965
|
exampleValue: '#F797D2'
|
|
1536
966
|
}, {
|
|
1537
|
-
content: {
|
|
1538
|
-
name: 'color.background.accent.magenta.subtle',
|
|
1539
|
-
description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1540
|
-
},
|
|
967
|
+
content: '{"name":"color.background.accent.magenta.subtle","description":"Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1541
968
|
name: 'color.background.accent.magenta.subtle',
|
|
1542
969
|
description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1543
970
|
exampleValue: '#E774BB'
|
|
1544
971
|
}, {
|
|
1545
|
-
content: {
|
|
1546
|
-
name: 'color.background.accent.magenta.subtle.hovered',
|
|
1547
|
-
description: 'Hovered state of color.background.accent.magenta.subtle.'
|
|
1548
|
-
},
|
|
972
|
+
content: '{"name":"color.background.accent.magenta.subtle.hovered","description":"Hovered state of color.background.accent.magenta.subtle."}',
|
|
1549
973
|
name: 'color.background.accent.magenta.subtle.hovered',
|
|
1550
974
|
description: 'Hovered state of color.background.accent.magenta.subtle.',
|
|
1551
975
|
exampleValue: '#F797D2'
|
|
1552
976
|
}, {
|
|
1553
|
-
content: {
|
|
1554
|
-
name: 'color.background.accent.magenta.subtle.pressed',
|
|
1555
|
-
description: 'Pressed state of color.background.accent.magenta.subtle.'
|
|
1556
|
-
},
|
|
977
|
+
content: '{"name":"color.background.accent.magenta.subtle.pressed","description":"Pressed state of color.background.accent.magenta.subtle."}',
|
|
1557
978
|
name: 'color.background.accent.magenta.subtle.pressed',
|
|
1558
979
|
description: 'Pressed state of color.background.accent.magenta.subtle.',
|
|
1559
980
|
exampleValue: '#FCB6E1'
|
|
1560
981
|
}, {
|
|
1561
|
-
content: {
|
|
1562
|
-
name: 'color.background.accent.magenta.bolder',
|
|
1563
|
-
description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1564
|
-
},
|
|
982
|
+
content: '{"name":"color.background.accent.magenta.bolder","description":"Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1565
983
|
name: 'color.background.accent.magenta.bolder',
|
|
1566
984
|
description: 'Use for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1567
985
|
exampleValue: '#AE4787'
|
|
1568
986
|
}, {
|
|
1569
|
-
content: {
|
|
1570
|
-
name: 'color.background.accent.magenta.bolder.hovered',
|
|
1571
|
-
description: 'Hovered state of color.background.accent.magenta.bolder.'
|
|
1572
|
-
},
|
|
987
|
+
content: '{"name":"color.background.accent.magenta.bolder.hovered","description":"Hovered state of color.background.accent.magenta.bolder."}',
|
|
1573
988
|
name: 'color.background.accent.magenta.bolder.hovered',
|
|
1574
989
|
description: 'Hovered state of color.background.accent.magenta.bolder.',
|
|
1575
990
|
exampleValue: '#943D73'
|
|
1576
991
|
}, {
|
|
1577
|
-
content: {
|
|
1578
|
-
name: 'color.background.accent.magenta.bolder.pressed',
|
|
1579
|
-
description: 'Pressed state of color.background.accent.magenta.bolder.'
|
|
1580
|
-
},
|
|
992
|
+
content: '{"name":"color.background.accent.magenta.bolder.pressed","description":"Pressed state of color.background.accent.magenta.bolder."}',
|
|
1581
993
|
name: 'color.background.accent.magenta.bolder.pressed',
|
|
1582
994
|
description: 'Pressed state of color.background.accent.magenta.bolder.',
|
|
1583
995
|
exampleValue: '#77325B'
|
|
1584
996
|
}, {
|
|
1585
|
-
content: {
|
|
1586
|
-
name: 'color.background.accent.gray.subtlest',
|
|
1587
|
-
description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.'
|
|
1588
|
-
},
|
|
997
|
+
content: '{"name":"color.background.accent.gray.subtlest","description":"Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color."}',
|
|
1589
998
|
name: 'color.background.accent.gray.subtlest',
|
|
1590
999
|
description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
1591
1000
|
exampleValue: '#F0F1F2'
|
|
1592
1001
|
}, {
|
|
1593
|
-
content: {
|
|
1594
|
-
name: 'color.background.accent.gray.subtlest.hovered',
|
|
1595
|
-
description: 'Hovered state of color.background.accent.gray.subtlest.'
|
|
1596
|
-
},
|
|
1002
|
+
content: '{"name":"color.background.accent.gray.subtlest.hovered","description":"Hovered state of color.background.accent.gray.subtlest."}',
|
|
1597
1003
|
name: 'color.background.accent.gray.subtlest.hovered',
|
|
1598
1004
|
description: 'Hovered state of color.background.accent.gray.subtlest.',
|
|
1599
1005
|
exampleValue: '#DDDEE1'
|
|
1600
1006
|
}, {
|
|
1601
|
-
content: {
|
|
1602
|
-
name: 'color.background.accent.gray.subtlest.pressed',
|
|
1603
|
-
description: 'Pressed state of color.background.accent.gray.subtlest.'
|
|
1604
|
-
},
|
|
1007
|
+
content: '{"name":"color.background.accent.gray.subtlest.pressed","description":"Pressed state of color.background.accent.gray.subtlest."}',
|
|
1605
1008
|
name: 'color.background.accent.gray.subtlest.pressed',
|
|
1606
1009
|
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1607
1010
|
exampleValue: '#B7B9BE'
|
|
1608
1011
|
}, {
|
|
1609
|
-
content: {
|
|
1610
|
-
name: 'color.background.accent.gray.subtler',
|
|
1611
|
-
description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1612
|
-
},
|
|
1012
|
+
content: '{"name":"color.background.accent.gray.subtler","description":"Use for gray backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1613
1013
|
name: 'color.background.accent.gray.subtler',
|
|
1614
1014
|
description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1615
1015
|
exampleValue: '#DDDEE1'
|
|
1616
1016
|
}, {
|
|
1617
|
-
content: {
|
|
1618
|
-
name: 'color.background.accent.gray.subtler.hovered',
|
|
1619
|
-
description: 'Hovered state of color.background.accent.gray.subtler.'
|
|
1620
|
-
},
|
|
1017
|
+
content: '{"name":"color.background.accent.gray.subtler.hovered","description":"Hovered state of color.background.accent.gray.subtler."}',
|
|
1621
1018
|
name: 'color.background.accent.gray.subtler.hovered',
|
|
1622
1019
|
description: 'Hovered state of color.background.accent.gray.subtler.',
|
|
1623
1020
|
exampleValue: '#B7B9BE'
|
|
1624
1021
|
}, {
|
|
1625
|
-
content: {
|
|
1626
|
-
name: 'color.background.accent.gray.subtler.pressed',
|
|
1627
|
-
description: 'Pressed state of color.background.accent.gray.subtler.'
|
|
1628
|
-
},
|
|
1022
|
+
content: '{"name":"color.background.accent.gray.subtler.pressed","description":"Pressed state of color.background.accent.gray.subtler."}',
|
|
1629
1023
|
name: 'color.background.accent.gray.subtler.pressed',
|
|
1630
1024
|
description: 'Pressed state of color.background.accent.gray.subtler.',
|
|
1631
1025
|
exampleValue: '#8C8F97'
|
|
1632
1026
|
}, {
|
|
1633
|
-
content: {
|
|
1634
|
-
name: 'color.background.accent.gray.subtle',
|
|
1635
|
-
description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.'
|
|
1636
|
-
},
|
|
1027
|
+
content: '{"name":"color.background.accent.gray.subtle","description":"Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags."}',
|
|
1637
1028
|
name: 'color.background.accent.gray.subtle',
|
|
1638
1029
|
description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1639
1030
|
exampleValue: '#8C8F97'
|
|
1640
1031
|
}, {
|
|
1641
|
-
content: {
|
|
1642
|
-
name: 'color.background.accent.gray.subtle.hovered',
|
|
1643
|
-
description: 'Hovered state of color.background.accent.gray.subtle.'
|
|
1644
|
-
},
|
|
1032
|
+
content: '{"name":"color.background.accent.gray.subtle.hovered","description":"Hovered state of color.background.accent.gray.subtle."}',
|
|
1645
1033
|
name: 'color.background.accent.gray.subtle.hovered',
|
|
1646
1034
|
description: 'Hovered state of color.background.accent.gray.subtle.',
|
|
1647
1035
|
exampleValue: '#B7B9BE'
|
|
1648
1036
|
}, {
|
|
1649
|
-
content: {
|
|
1650
|
-
name: 'color.background.accent.gray.subtle.pressed',
|
|
1651
|
-
description: 'Pressed state of color.background.accent.gray.subtle.'
|
|
1652
|
-
},
|
|
1037
|
+
content: '{"name":"color.background.accent.gray.subtle.pressed","description":"Pressed state of color.background.accent.gray.subtle."}',
|
|
1653
1038
|
name: 'color.background.accent.gray.subtle.pressed',
|
|
1654
1039
|
description: 'Pressed state of color.background.accent.gray.subtle.',
|
|
1655
1040
|
exampleValue: '#DDDEE1'
|
|
1656
1041
|
}, {
|
|
1657
|
-
content: {
|
|
1658
|
-
name: 'color.background.accent.gray.bolder',
|
|
1659
|
-
description: 'Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.'
|
|
1660
|
-
},
|
|
1042
|
+
content: '{"name":"color.background.accent.gray.bolder","description":"Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements."}',
|
|
1661
1043
|
name: 'color.background.accent.gray.bolder',
|
|
1662
1044
|
description: 'Use for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.',
|
|
1663
1045
|
exampleValue: '#6B6E76'
|
|
1664
1046
|
}, {
|
|
1665
|
-
content: {
|
|
1666
|
-
name: 'color.background.accent.gray.bolder.hovered',
|
|
1667
|
-
description: 'Hovered state of color.background.accent.gray.bolder.'
|
|
1668
|
-
},
|
|
1047
|
+
content: '{"name":"color.background.accent.gray.bolder.hovered","description":"Hovered state of color.background.accent.gray.bolder."}',
|
|
1669
1048
|
name: 'color.background.accent.gray.bolder.hovered',
|
|
1670
1049
|
description: 'Hovered state of color.background.accent.gray.bolder.',
|
|
1671
1050
|
exampleValue: '#505258'
|
|
1672
1051
|
}, {
|
|
1673
|
-
content: {
|
|
1674
|
-
name: 'color.background.accent.gray.bolder.pressed',
|
|
1675
|
-
description: 'Pressed state of color.background.accent.gray.subtlest.'
|
|
1676
|
-
},
|
|
1052
|
+
content: '{"name":"color.background.accent.gray.bolder.pressed","description":"Pressed state of color.background.accent.gray.subtlest."}',
|
|
1677
1053
|
name: 'color.background.accent.gray.bolder.pressed',
|
|
1678
1054
|
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1679
1055
|
exampleValue: '#3B3D42'
|
|
1680
1056
|
}, {
|
|
1681
|
-
content: {
|
|
1682
|
-
name: 'color.background.disabled',
|
|
1683
|
-
description: 'Use for backgrounds of elements in a disabled state.'
|
|
1684
|
-
},
|
|
1057
|
+
content: '{"name":"color.background.disabled","description":"Use for backgrounds of elements in a disabled state."}',
|
|
1685
1058
|
name: 'color.background.disabled',
|
|
1686
1059
|
description: 'Use for backgrounds of elements in a disabled state.',
|
|
1687
1060
|
exampleValue: '#17171708'
|
|
1688
1061
|
}, {
|
|
1689
|
-
content: {
|
|
1690
|
-
name: 'color.background.input',
|
|
1691
|
-
description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.'
|
|
1692
|
-
},
|
|
1062
|
+
content: '{"name":"color.background.input","description":"Use for background of form UI elements, such as text fields, checkboxes, and radio buttons."}',
|
|
1693
1063
|
name: 'color.background.input',
|
|
1694
1064
|
description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
1695
1065
|
exampleValue: '#FFFFFF'
|
|
1696
1066
|
}, {
|
|
1697
|
-
content: {
|
|
1698
|
-
name: 'color.background.input.hovered',
|
|
1699
|
-
description: 'Hovered state for color.background.input'
|
|
1700
|
-
},
|
|
1067
|
+
content: '{"name":"color.background.input.hovered","description":"Hovered state for color.background.input"}',
|
|
1701
1068
|
name: 'color.background.input.hovered',
|
|
1702
1069
|
description: 'Hovered state for color.background.input',
|
|
1703
1070
|
exampleValue: '#F8F8F8'
|
|
1704
1071
|
}, {
|
|
1705
|
-
content: {
|
|
1706
|
-
name: 'color.background.input.pressed',
|
|
1707
|
-
description: 'Pressed state for color.background.input'
|
|
1708
|
-
},
|
|
1072
|
+
content: '{"name":"color.background.input.pressed","description":"Pressed state for color.background.input"}',
|
|
1709
1073
|
name: 'color.background.input.pressed',
|
|
1710
1074
|
description: 'Pressed state for color.background.input',
|
|
1711
1075
|
exampleValue: '#FFFFFF'
|
|
1712
1076
|
}, {
|
|
1713
|
-
content: {
|
|
1714
|
-
name: 'color.background.inverse.subtle',
|
|
1715
|
-
description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.'
|
|
1716
|
-
},
|
|
1077
|
+
content: '{"name":"color.background.inverse.subtle","description":"Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards."}',
|
|
1717
1078
|
name: 'color.background.inverse.subtle',
|
|
1718
1079
|
description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.',
|
|
1719
1080
|
exampleValue: '#00000029'
|
|
1720
1081
|
}, {
|
|
1721
|
-
content: {
|
|
1722
|
-
name: 'color.background.inverse.subtle.hovered',
|
|
1723
|
-
description: 'Use for the hovered state of color.background.inverse.subtle'
|
|
1724
|
-
},
|
|
1082
|
+
content: '{"name":"color.background.inverse.subtle.hovered","description":"Use for the hovered state of color.background.inverse.subtle"}',
|
|
1725
1083
|
name: 'color.background.inverse.subtle.hovered',
|
|
1726
1084
|
description: 'Use for the hovered state of color.background.inverse.subtle',
|
|
1727
1085
|
exampleValue: '#0000003D'
|
|
1728
1086
|
}, {
|
|
1729
|
-
content: {
|
|
1730
|
-
name: 'color.background.inverse.subtle.pressed',
|
|
1731
|
-
description: 'Use for the pressed state of color.background.inverse.subtle'
|
|
1732
|
-
},
|
|
1087
|
+
content: '{"name":"color.background.inverse.subtle.pressed","description":"Use for the pressed state of color.background.inverse.subtle"}',
|
|
1733
1088
|
name: 'color.background.inverse.subtle.pressed',
|
|
1734
1089
|
description: 'Use for the pressed state of color.background.inverse.subtle',
|
|
1735
1090
|
exampleValue: '#00000052'
|
|
1736
1091
|
}, {
|
|
1737
|
-
content: {
|
|
1738
|
-
name: 'color.background.neutral',
|
|
1739
|
-
description: 'The default background for neutral elements, such as default buttons.'
|
|
1740
|
-
},
|
|
1092
|
+
content: '{"name":"color.background.neutral","description":"The default background for neutral elements, such as default buttons."}',
|
|
1741
1093
|
name: 'color.background.neutral',
|
|
1742
1094
|
description: 'The default background for neutral elements, such as default buttons.',
|
|
1743
1095
|
exampleValue: '#0515240F'
|
|
1744
1096
|
}, {
|
|
1745
|
-
content: {
|
|
1746
|
-
name: 'color.background.neutral.hovered',
|
|
1747
|
-
description: 'Hovered state for color.background.neutral'
|
|
1748
|
-
},
|
|
1097
|
+
content: '{"name":"color.background.neutral.hovered","description":"Hovered state for color.background.neutral"}',
|
|
1749
1098
|
name: 'color.background.neutral.hovered',
|
|
1750
1099
|
description: 'Hovered state for color.background.neutral',
|
|
1751
1100
|
exampleValue: '#0B120E24'
|
|
1752
1101
|
}, {
|
|
1753
|
-
content: {
|
|
1754
|
-
name: 'color.background.neutral.pressed',
|
|
1755
|
-
description: 'Pressed state for color.background.neutral'
|
|
1756
|
-
},
|
|
1102
|
+
content: '{"name":"color.background.neutral.pressed","description":"Pressed state for color.background.neutral"}',
|
|
1757
1103
|
name: 'color.background.neutral.pressed',
|
|
1758
1104
|
description: 'Pressed state for color.background.neutral',
|
|
1759
1105
|
exampleValue: '#080F214A'
|
|
1760
1106
|
}, {
|
|
1761
|
-
content: {
|
|
1762
|
-
name: 'color.background.neutral.subtle',
|
|
1763
|
-
description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.'
|
|
1764
|
-
},
|
|
1107
|
+
content: '{"name":"color.background.neutral.subtle","description":"Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items."}',
|
|
1765
1108
|
name: 'color.background.neutral.subtle',
|
|
1766
1109
|
description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.',
|
|
1767
1110
|
exampleValue: '#00000000'
|
|
1768
1111
|
}, {
|
|
1769
|
-
content: {
|
|
1770
|
-
name: 'color.background.neutral.subtle.hovered',
|
|
1771
|
-
description: 'Hovered state for color.background.neutral.subtle'
|
|
1772
|
-
},
|
|
1112
|
+
content: '{"name":"color.background.neutral.subtle.hovered","description":"Hovered state for color.background.neutral.subtle"}',
|
|
1773
1113
|
name: 'color.background.neutral.subtle.hovered',
|
|
1774
1114
|
description: 'Hovered state for color.background.neutral.subtle',
|
|
1775
1115
|
exampleValue: '#0515240F'
|
|
1776
1116
|
}, {
|
|
1777
|
-
content: {
|
|
1778
|
-
name: 'color.background.neutral.subtle.pressed',
|
|
1779
|
-
description: 'Pressed state for color.background.neutral.subtle'
|
|
1780
|
-
},
|
|
1117
|
+
content: '{"name":"color.background.neutral.subtle.pressed","description":"Pressed state for color.background.neutral.subtle"}',
|
|
1781
1118
|
name: 'color.background.neutral.subtle.pressed',
|
|
1782
1119
|
description: 'Pressed state for color.background.neutral.subtle',
|
|
1783
1120
|
exampleValue: '#0B120E24'
|
|
1784
1121
|
}, {
|
|
1785
|
-
content: {
|
|
1786
|
-
name: 'color.background.neutral.bold',
|
|
1787
|
-
description: 'A vibrant background option for neutral UI elements, such as announcement banners.'
|
|
1788
|
-
},
|
|
1122
|
+
content: '{"name":"color.background.neutral.bold","description":"A vibrant background option for neutral UI elements, such as announcement banners."}',
|
|
1789
1123
|
name: 'color.background.neutral.bold',
|
|
1790
1124
|
description: 'A vibrant background option for neutral UI elements, such as announcement banners.',
|
|
1791
1125
|
exampleValue: '#292A2E'
|
|
1792
1126
|
}, {
|
|
1793
|
-
content: {
|
|
1794
|
-
name: 'color.background.neutral.bold.hovered',
|
|
1795
|
-
description: 'Hovered state of color.background.neutral.bold'
|
|
1796
|
-
},
|
|
1127
|
+
content: '{"name":"color.background.neutral.bold.hovered","description":"Hovered state of color.background.neutral.bold"}',
|
|
1797
1128
|
name: 'color.background.neutral.bold.hovered',
|
|
1798
1129
|
description: 'Hovered state of color.background.neutral.bold',
|
|
1799
1130
|
exampleValue: '#3B3D42'
|
|
1800
1131
|
}, {
|
|
1801
|
-
content: {
|
|
1802
|
-
name: 'color.background.neutral.bold.pressed',
|
|
1803
|
-
description: 'Pressed state of color.background.neutral.bold'
|
|
1804
|
-
},
|
|
1132
|
+
content: '{"name":"color.background.neutral.bold.pressed","description":"Pressed state of color.background.neutral.bold"}',
|
|
1805
1133
|
name: 'color.background.neutral.bold.pressed',
|
|
1806
1134
|
description: 'Pressed state of color.background.neutral.bold',
|
|
1807
1135
|
exampleValue: '#505258'
|
|
1808
1136
|
}, {
|
|
1809
|
-
content: {
|
|
1810
|
-
name: 'color.background.selected',
|
|
1811
|
-
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.'
|
|
1812
|
-
},
|
|
1137
|
+
content: '{"name":"color.background.selected","description":"Use for the background of elements in a selected state, such as in opened dropdown buttons."}',
|
|
1813
1138
|
name: 'color.background.selected',
|
|
1814
1139
|
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.',
|
|
1815
1140
|
exampleValue: '#E9F2FE'
|
|
1816
1141
|
}, {
|
|
1817
|
-
content: {
|
|
1818
|
-
name: 'color.background.selected.hovered',
|
|
1819
|
-
description: 'Hovered state for color.background.selected'
|
|
1820
|
-
},
|
|
1142
|
+
content: '{"name":"color.background.selected.hovered","description":"Hovered state for color.background.selected"}',
|
|
1821
1143
|
name: 'color.background.selected.hovered',
|
|
1822
1144
|
description: 'Hovered state for color.background.selected',
|
|
1823
1145
|
exampleValue: '#CFE1FD'
|
|
1824
1146
|
}, {
|
|
1825
|
-
content: {
|
|
1826
|
-
name: 'color.background.selected.pressed',
|
|
1827
|
-
description: 'Pressed state for color.background.selected'
|
|
1828
|
-
},
|
|
1147
|
+
content: '{"name":"color.background.selected.pressed","description":"Pressed state for color.background.selected"}',
|
|
1829
1148
|
name: 'color.background.selected.pressed',
|
|
1830
1149
|
description: 'Pressed state for color.background.selected',
|
|
1831
1150
|
exampleValue: '#8FB8F6'
|
|
1832
1151
|
}, {
|
|
1833
|
-
content: {
|
|
1834
|
-
name: 'color.background.selected.bold',
|
|
1835
|
-
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.'
|
|
1836
|
-
},
|
|
1152
|
+
content: '{"name":"color.background.selected.bold","description":"Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons."}',
|
|
1837
1153
|
name: 'color.background.selected.bold',
|
|
1838
1154
|
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.',
|
|
1839
1155
|
exampleValue: '#1868DB'
|
|
1840
1156
|
}, {
|
|
1841
|
-
content: {
|
|
1842
|
-
name: 'color.background.selected.bold.hovered',
|
|
1843
|
-
description: 'Hovered state of color.background.selected.bold'
|
|
1844
|
-
},
|
|
1157
|
+
content: '{"name":"color.background.selected.bold.hovered","description":"Hovered state of color.background.selected.bold"}',
|
|
1845
1158
|
name: 'color.background.selected.bold.hovered',
|
|
1846
1159
|
description: 'Hovered state of color.background.selected.bold',
|
|
1847
1160
|
exampleValue: '#1558BC'
|
|
1848
1161
|
}, {
|
|
1849
|
-
content: {
|
|
1850
|
-
name: 'color.background.selected.bold.pressed',
|
|
1851
|
-
description: 'Pressed state of color.background.selected.bold'
|
|
1852
|
-
},
|
|
1162
|
+
content: '{"name":"color.background.selected.bold.pressed","description":"Pressed state of color.background.selected.bold"}',
|
|
1853
1163
|
name: 'color.background.selected.bold.pressed',
|
|
1854
1164
|
description: 'Pressed state of color.background.selected.bold',
|
|
1855
1165
|
exampleValue: '#123263'
|
|
1856
1166
|
}, {
|
|
1857
|
-
content: {
|
|
1858
|
-
name: 'color.background.brand.subtlest',
|
|
1859
|
-
description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.'
|
|
1860
|
-
},
|
|
1167
|
+
content: '{"name":"color.background.brand.subtlest","description":"Use for the background of elements used to reinforce our brand, but with less emphasis."}',
|
|
1861
1168
|
name: 'color.background.brand.subtlest',
|
|
1862
1169
|
description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.',
|
|
1863
1170
|
exampleValue: '#E9F2FE'
|
|
1864
1171
|
}, {
|
|
1865
|
-
content: {
|
|
1866
|
-
name: 'color.background.brand.subtlest.hovered',
|
|
1867
|
-
description: 'Hovered state of color.background.brand.subtlest.'
|
|
1868
|
-
},
|
|
1172
|
+
content: '{"name":"color.background.brand.subtlest.hovered","description":"Hovered state of color.background.brand.subtlest."}',
|
|
1869
1173
|
name: 'color.background.brand.subtlest.hovered',
|
|
1870
1174
|
description: 'Hovered state of color.background.brand.subtlest.',
|
|
1871
1175
|
exampleValue: '#CFE1FD'
|
|
1872
1176
|
}, {
|
|
1873
|
-
content: {
|
|
1874
|
-
name: 'color.background.brand.subtlest.pressed',
|
|
1875
|
-
description: 'Pressed state of color.background.brand.subtlest'
|
|
1876
|
-
},
|
|
1177
|
+
content: '{"name":"color.background.brand.subtlest.pressed","description":"Pressed state of color.background.brand.subtlest"}',
|
|
1877
1178
|
name: 'color.background.brand.subtlest.pressed',
|
|
1878
1179
|
description: 'Pressed state of color.background.brand.subtlest',
|
|
1879
1180
|
exampleValue: '#ADCBFB'
|
|
1880
1181
|
}, {
|
|
1881
|
-
content: {
|
|
1882
|
-
name: 'color.background.brand.bold',
|
|
1883
|
-
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.'
|
|
1884
|
-
},
|
|
1182
|
+
content: '{"name":"color.background.brand.bold","description":"Use for the background of elements used to reinforce our brand, but with more emphasis."}',
|
|
1885
1183
|
name: 'color.background.brand.bold',
|
|
1886
1184
|
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.',
|
|
1887
1185
|
exampleValue: '#1868DB'
|
|
1888
1186
|
}, {
|
|
1889
|
-
content: {
|
|
1890
|
-
name: 'color.background.brand.bold.hovered',
|
|
1891
|
-
description: 'Hovered state of color.background.brand.bold.'
|
|
1892
|
-
},
|
|
1187
|
+
content: '{"name":"color.background.brand.bold.hovered","description":"Hovered state of color.background.brand.bold."}',
|
|
1893
1188
|
name: 'color.background.brand.bold.hovered',
|
|
1894
1189
|
description: 'Hovered state of color.background.brand.bold.',
|
|
1895
1190
|
exampleValue: '#1558BC'
|
|
1896
1191
|
}, {
|
|
1897
|
-
content: {
|
|
1898
|
-
name: 'color.background.brand.bold.pressed',
|
|
1899
|
-
description: 'Pressed state of color.background.brand.bold.'
|
|
1900
|
-
},
|
|
1192
|
+
content: '{"name":"color.background.brand.bold.pressed","description":"Pressed state of color.background.brand.bold."}',
|
|
1901
1193
|
name: 'color.background.brand.bold.pressed',
|
|
1902
1194
|
description: 'Pressed state of color.background.brand.bold.',
|
|
1903
1195
|
exampleValue: '#144794'
|
|
1904
1196
|
}, {
|
|
1905
|
-
content: {
|
|
1906
|
-
name: 'color.background.brand.boldest',
|
|
1907
|
-
description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.'
|
|
1908
|
-
},
|
|
1197
|
+
content: '{"name":"color.background.brand.boldest","description":"Use for the background of elements used to reinforce our brand, that need to stand out a lot."}',
|
|
1909
1198
|
name: 'color.background.brand.boldest',
|
|
1910
1199
|
description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.',
|
|
1911
1200
|
exampleValue: '#1C2B42'
|
|
1912
1201
|
}, {
|
|
1913
|
-
content: {
|
|
1914
|
-
name: 'color.background.brand.boldest.hovered',
|
|
1915
|
-
description: 'Hovered state of color.background.brand.boldest.'
|
|
1916
|
-
},
|
|
1202
|
+
content: '{"name":"color.background.brand.boldest.hovered","description":"Hovered state of color.background.brand.boldest."}',
|
|
1917
1203
|
name: 'color.background.brand.boldest.hovered',
|
|
1918
1204
|
description: 'Hovered state of color.background.brand.boldest.',
|
|
1919
1205
|
exampleValue: '#123263'
|
|
1920
1206
|
}, {
|
|
1921
|
-
content: {
|
|
1922
|
-
name: 'color.background.brand.boldest.pressed',
|
|
1923
|
-
description: 'Pressed state of color.background.brand.boldest.'
|
|
1924
|
-
},
|
|
1207
|
+
content: '{"name":"color.background.brand.boldest.pressed","description":"Pressed state of color.background.brand.boldest."}',
|
|
1925
1208
|
name: 'color.background.brand.boldest.pressed',
|
|
1926
1209
|
description: 'Pressed state of color.background.brand.boldest.',
|
|
1927
1210
|
exampleValue: '#144794'
|
|
1928
1211
|
}, {
|
|
1929
|
-
content: {
|
|
1930
|
-
name: 'color.background.danger',
|
|
1931
|
-
description: 'Use for backgrounds communicating critical information, such in error section messages.'
|
|
1932
|
-
},
|
|
1212
|
+
content: '{"name":"color.background.danger","description":"Use for backgrounds communicating critical information, such in error section messages."}',
|
|
1933
1213
|
name: 'color.background.danger',
|
|
1934
1214
|
description: 'Use for backgrounds communicating critical information, such in error section messages.',
|
|
1935
1215
|
exampleValue: '#FFECEB'
|
|
1936
1216
|
}, {
|
|
1937
|
-
content: {
|
|
1938
|
-
name: 'color.background.danger.hovered',
|
|
1939
|
-
description: 'Hovered state for color.background.danger'
|
|
1940
|
-
},
|
|
1217
|
+
content: '{"name":"color.background.danger.hovered","description":"Hovered state for color.background.danger"}',
|
|
1941
1218
|
name: 'color.background.danger.hovered',
|
|
1942
1219
|
description: 'Hovered state for color.background.danger',
|
|
1943
1220
|
exampleValue: '#FFD5D2'
|
|
1944
1221
|
}, {
|
|
1945
|
-
content: {
|
|
1946
|
-
name: 'color.background.danger.pressed',
|
|
1947
|
-
description: 'Pressed state for color.background.danger'
|
|
1948
|
-
},
|
|
1222
|
+
content: '{"name":"color.background.danger.pressed","description":"Pressed state for color.background.danger"}',
|
|
1949
1223
|
name: 'color.background.danger.pressed',
|
|
1950
1224
|
description: 'Pressed state for color.background.danger',
|
|
1951
1225
|
exampleValue: '#FFB8B2'
|
|
1952
1226
|
}, {
|
|
1953
|
-
content: {
|
|
1954
|
-
name: 'color.background.danger.subtler',
|
|
1955
|
-
description: 'Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance.'
|
|
1956
|
-
},
|
|
1227
|
+
content: '{"name":"color.background.danger.subtler","description":"Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance."}',
|
|
1957
1228
|
name: 'color.background.danger.subtler',
|
|
1958
1229
|
description: 'Use for backgrounds of danger lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
1959
1230
|
exampleValue: '#FFD5D2'
|
|
1960
1231
|
}, {
|
|
1961
|
-
content: {
|
|
1962
|
-
name: 'color.background.danger.subtler.hovered',
|
|
1963
|
-
description: 'Hovered state of color.background.danger.subtler'
|
|
1964
|
-
},
|
|
1232
|
+
content: '{"name":"color.background.danger.subtler.hovered","description":"Hovered state of color.background.danger.subtler"}',
|
|
1965
1233
|
name: 'color.background.danger.subtler.hovered',
|
|
1966
1234
|
description: 'Hovered state of color.background.danger.subtler',
|
|
1967
1235
|
exampleValue: '#FFB8B2'
|
|
1968
1236
|
}, {
|
|
1969
|
-
content: {
|
|
1970
|
-
name: 'color.background.danger.subtler.pressed',
|
|
1971
|
-
description: 'Pressed state of color.background.danger.subtler'
|
|
1972
|
-
},
|
|
1237
|
+
content: '{"name":"color.background.danger.subtler.pressed","description":"Pressed state of color.background.danger.subtler"}',
|
|
1973
1238
|
name: 'color.background.danger.subtler.pressed',
|
|
1974
1239
|
description: 'Pressed state of color.background.danger.subtler',
|
|
1975
1240
|
exampleValue: '#FD9891'
|
|
1976
1241
|
}, {
|
|
1977
|
-
content: {
|
|
1978
|
-
name: 'color.background.danger.bold',
|
|
1979
|
-
description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.'
|
|
1980
|
-
},
|
|
1242
|
+
content: '{"name":"color.background.danger.bold","description":"A vibrant background option for communicating critical information, such as in danger buttons and error banners."}',
|
|
1981
1243
|
name: 'color.background.danger.bold',
|
|
1982
1244
|
description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.',
|
|
1983
1245
|
exampleValue: '#C9372C'
|
|
1984
1246
|
}, {
|
|
1985
|
-
content: {
|
|
1986
|
-
name: 'color.background.danger.bold.hovered',
|
|
1987
|
-
description: 'Hovered state of color.background.danger.bold'
|
|
1988
|
-
},
|
|
1247
|
+
content: '{"name":"color.background.danger.bold.hovered","description":"Hovered state of color.background.danger.bold"}',
|
|
1989
1248
|
name: 'color.background.danger.bold.hovered',
|
|
1990
1249
|
description: 'Hovered state of color.background.danger.bold',
|
|
1991
1250
|
exampleValue: '#AE2E24'
|
|
1992
1251
|
}, {
|
|
1993
|
-
content: {
|
|
1994
|
-
name: 'color.background.danger.bold.pressed',
|
|
1995
|
-
description: 'Pressed state of color.background.danger.bold'
|
|
1996
|
-
},
|
|
1252
|
+
content: '{"name":"color.background.danger.bold.pressed","description":"Pressed state of color.background.danger.bold"}',
|
|
1997
1253
|
name: 'color.background.danger.bold.pressed',
|
|
1998
1254
|
description: 'Pressed state of color.background.danger.bold',
|
|
1999
1255
|
exampleValue: '#872821'
|
|
2000
1256
|
}, {
|
|
2001
|
-
content: {
|
|
2002
|
-
name: 'color.background.warning',
|
|
2003
|
-
description: 'Use for backgrounds communicating caution, such as in warning section messages.'
|
|
2004
|
-
},
|
|
1257
|
+
content: '{"name":"color.background.warning","description":"Use for backgrounds communicating caution, such as in warning section messages."}',
|
|
2005
1258
|
name: 'color.background.warning',
|
|
2006
1259
|
description: 'Use for backgrounds communicating caution, such as in warning section messages.',
|
|
2007
1260
|
exampleValue: '#FFF5DB'
|
|
2008
1261
|
}, {
|
|
2009
|
-
content: {
|
|
2010
|
-
name: 'color.background.warning.hovered',
|
|
2011
|
-
description: 'Hovered state for color.background.warning'
|
|
2012
|
-
},
|
|
1262
|
+
content: '{"name":"color.background.warning.hovered","description":"Hovered state for color.background.warning"}',
|
|
2013
1263
|
name: 'color.background.warning.hovered',
|
|
2014
1264
|
description: 'Hovered state for color.background.warning',
|
|
2015
1265
|
exampleValue: '#FCE4A6'
|
|
2016
1266
|
}, {
|
|
2017
|
-
content: {
|
|
2018
|
-
name: 'color.background.warning.pressed',
|
|
2019
|
-
description: 'Pressed state for color.background.warning'
|
|
2020
|
-
},
|
|
1267
|
+
content: '{"name":"color.background.warning.pressed","description":"Pressed state for color.background.warning"}',
|
|
2021
1268
|
name: 'color.background.warning.pressed',
|
|
2022
1269
|
description: 'Pressed state for color.background.warning',
|
|
2023
1270
|
exampleValue: '#FBD779'
|
|
2024
1271
|
}, {
|
|
2025
|
-
content: {
|
|
2026
|
-
name: 'color.background.warning.subtler',
|
|
2027
|
-
description: 'Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance.'
|
|
2028
|
-
},
|
|
1272
|
+
content: '{"name":"color.background.warning.subtler","description":"Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance."}',
|
|
2029
1273
|
name: 'color.background.warning.subtler',
|
|
2030
1274
|
description: 'Use for backgrounds of warning lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2031
1275
|
exampleValue: '#FCE4A6'
|
|
2032
1276
|
}, {
|
|
2033
|
-
content: {
|
|
2034
|
-
name: 'color.background.warning.subtler.hovered',
|
|
2035
|
-
description: 'Hovered state of color.background.warning.subtler'
|
|
2036
|
-
},
|
|
1277
|
+
content: '{"name":"color.background.warning.subtler.hovered","description":"Hovered state of color.background.warning.subtler"}',
|
|
2037
1278
|
name: 'color.background.warning.subtler.hovered',
|
|
2038
1279
|
description: 'Hovered state of color.background.warning.subtler',
|
|
2039
1280
|
exampleValue: '#FBD779'
|
|
2040
1281
|
}, {
|
|
2041
|
-
content: {
|
|
2042
|
-
name: 'color.background.warning.subtler.pressed',
|
|
2043
|
-
description: 'Pressed state of color.background.warning.subtler'
|
|
2044
|
-
},
|
|
1282
|
+
content: '{"name":"color.background.warning.subtler.pressed","description":"Pressed state of color.background.warning.subtler"}',
|
|
2045
1283
|
name: 'color.background.warning.subtler.pressed',
|
|
2046
1284
|
description: 'Pressed state of color.background.warning.subtler',
|
|
2047
1285
|
exampleValue: '#FBC828'
|
|
2048
1286
|
}, {
|
|
2049
|
-
content: {
|
|
2050
|
-
name: 'color.background.warning.bold',
|
|
2051
|
-
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.'
|
|
2052
|
-
},
|
|
1287
|
+
content: '{"name":"color.background.warning.bold","description":"A vibrant background option for communicating caution, such as in warning buttons and warning banners."}',
|
|
2053
1288
|
name: 'color.background.warning.bold',
|
|
2054
1289
|
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.',
|
|
2055
1290
|
exampleValue: '#FBC828'
|
|
2056
1291
|
}, {
|
|
2057
|
-
content: {
|
|
2058
|
-
name: 'color.background.warning.bold.hovered',
|
|
2059
|
-
description: 'Hovered state of color.background.warning.bold'
|
|
2060
|
-
},
|
|
1292
|
+
content: '{"name":"color.background.warning.bold.hovered","description":"Hovered state of color.background.warning.bold"}',
|
|
2061
1293
|
name: 'color.background.warning.bold.hovered',
|
|
2062
1294
|
description: 'Hovered state of color.background.warning.bold',
|
|
2063
1295
|
exampleValue: '#FCA700'
|
|
2064
1296
|
}, {
|
|
2065
|
-
content: {
|
|
2066
|
-
name: 'color.background.warning.bold.pressed',
|
|
2067
|
-
description: 'Pressed state of color.background.warning.bold'
|
|
2068
|
-
},
|
|
1297
|
+
content: '{"name":"color.background.warning.bold.pressed","description":"Pressed state of color.background.warning.bold"}',
|
|
2069
1298
|
name: 'color.background.warning.bold.pressed',
|
|
2070
1299
|
description: 'Pressed state of color.background.warning.bold',
|
|
2071
1300
|
exampleValue: '#F68909'
|
|
2072
1301
|
}, {
|
|
2073
|
-
content: {
|
|
2074
|
-
name: 'color.background.success',
|
|
2075
|
-
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.'
|
|
2076
|
-
},
|
|
1302
|
+
content: '{"name":"color.background.success","description":"Use for backgrounds communicating a favorable outcome, such as in success section messages."}',
|
|
2077
1303
|
name: 'color.background.success',
|
|
2078
1304
|
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.',
|
|
2079
1305
|
exampleValue: '#EFFFD6'
|
|
2080
1306
|
}, {
|
|
2081
|
-
content: {
|
|
2082
|
-
name: 'color.background.success.hovered',
|
|
2083
|
-
description: 'Hovered state for color.background.success'
|
|
2084
|
-
},
|
|
1307
|
+
content: '{"name":"color.background.success.hovered","description":"Hovered state for color.background.success"}',
|
|
2085
1308
|
name: 'color.background.success.hovered',
|
|
2086
1309
|
description: 'Hovered state for color.background.success',
|
|
2087
1310
|
exampleValue: '#D3F1A7'
|
|
2088
1311
|
}, {
|
|
2089
|
-
content: {
|
|
2090
|
-
name: 'color.background.success.pressed',
|
|
2091
|
-
description: 'Pressed state for color.background.success'
|
|
2092
|
-
},
|
|
1312
|
+
content: '{"name":"color.background.success.pressed","description":"Pressed state for color.background.success"}',
|
|
2093
1313
|
name: 'color.background.success.pressed',
|
|
2094
1314
|
description: 'Pressed state for color.background.success',
|
|
2095
1315
|
exampleValue: '#BDE97C'
|
|
2096
1316
|
}, {
|
|
2097
|
-
content: {
|
|
2098
|
-
name: 'color.background.success.subtler',
|
|
2099
|
-
description: 'Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance.'
|
|
2100
|
-
},
|
|
1317
|
+
content: '{"name":"color.background.success.subtler","description":"Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance."}',
|
|
2101
1318
|
name: 'color.background.success.subtler',
|
|
2102
1319
|
description: 'Use for backgrounds of success lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2103
1320
|
exampleValue: '#D3F1A7'
|
|
2104
1321
|
}, {
|
|
2105
|
-
content: {
|
|
2106
|
-
name: 'color.background.success.subtler.hovered',
|
|
2107
|
-
description: 'Hovered state of color.background.success.subtler'
|
|
2108
|
-
},
|
|
1322
|
+
content: '{"name":"color.background.success.subtler.hovered","description":"Hovered state of color.background.success.subtler"}',
|
|
2109
1323
|
name: 'color.background.success.subtler.hovered',
|
|
2110
1324
|
description: 'Hovered state of color.background.success.subtler',
|
|
2111
1325
|
exampleValue: '#BDE97C'
|
|
2112
1326
|
}, {
|
|
2113
|
-
content: {
|
|
2114
|
-
name: 'color.background.success.subtler.pressed',
|
|
2115
|
-
description: 'Pressed state of color.background.success.subtler'
|
|
2116
|
-
},
|
|
1327
|
+
content: '{"name":"color.background.success.subtler.pressed","description":"Pressed state of color.background.success.subtler"}',
|
|
2117
1328
|
name: 'color.background.success.subtler.pressed',
|
|
2118
1329
|
description: 'Pressed state of color.background.success.subtler',
|
|
2119
1330
|
exampleValue: '#B3DF72'
|
|
2120
1331
|
}, {
|
|
2121
|
-
content: {
|
|
2122
|
-
name: 'color.background.success.bold',
|
|
2123
|
-
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.'
|
|
2124
|
-
},
|
|
1332
|
+
content: '{"name":"color.background.success.bold","description":"A vibrant background option for communicating a favorable outcome, such as in checked toggles."}',
|
|
2125
1333
|
name: 'color.background.success.bold',
|
|
2126
1334
|
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.',
|
|
2127
1335
|
exampleValue: '#5B7F24'
|
|
2128
1336
|
}, {
|
|
2129
|
-
content: {
|
|
2130
|
-
name: 'color.background.success.bold.hovered',
|
|
2131
|
-
description: 'Hovered state of color.background.success.bold'
|
|
2132
|
-
},
|
|
1337
|
+
content: '{"name":"color.background.success.bold.hovered","description":"Hovered state of color.background.success.bold"}',
|
|
2133
1338
|
name: 'color.background.success.bold.hovered',
|
|
2134
1339
|
description: 'Hovered state of color.background.success.bold',
|
|
2135
1340
|
exampleValue: '#4C6B1F'
|
|
2136
1341
|
}, {
|
|
2137
|
-
content: {
|
|
2138
|
-
name: 'color.background.success.bold.pressed',
|
|
2139
|
-
description: 'Pressed state of color.background.success.bold'
|
|
2140
|
-
},
|
|
1342
|
+
content: '{"name":"color.background.success.bold.pressed","description":"Pressed state of color.background.success.bold"}',
|
|
2141
1343
|
name: 'color.background.success.bold.pressed',
|
|
2142
1344
|
description: 'Pressed state of color.background.success.bold',
|
|
2143
1345
|
exampleValue: '#3F5224'
|
|
2144
1346
|
}, {
|
|
2145
|
-
content: {
|
|
2146
|
-
name: 'color.background.discovery',
|
|
2147
|
-
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.'
|
|
2148
|
-
},
|
|
1347
|
+
content: '{"name":"color.background.discovery","description":"Use for backgrounds communicating change or something new, such as in discovery section messages."}',
|
|
2149
1348
|
name: 'color.background.discovery',
|
|
2150
1349
|
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.',
|
|
2151
1350
|
exampleValue: '#F8EEFE'
|
|
2152
1351
|
}, {
|
|
2153
|
-
content: {
|
|
2154
|
-
name: 'color.background.discovery.hovered',
|
|
2155
|
-
description: 'Hover state for color.background.discovery'
|
|
2156
|
-
},
|
|
1352
|
+
content: '{"name":"color.background.discovery.hovered","description":"Hover state for color.background.discovery"}',
|
|
2157
1353
|
name: 'color.background.discovery.hovered',
|
|
2158
1354
|
description: 'Hover state for color.background.discovery',
|
|
2159
1355
|
exampleValue: '#EED7FC'
|
|
2160
1356
|
}, {
|
|
2161
|
-
content: {
|
|
2162
|
-
name: 'color.background.discovery.pressed',
|
|
2163
|
-
description: 'Pressed state for color.background.discovery'
|
|
2164
|
-
},
|
|
1357
|
+
content: '{"name":"color.background.discovery.pressed","description":"Pressed state for color.background.discovery"}',
|
|
2165
1358
|
name: 'color.background.discovery.pressed',
|
|
2166
1359
|
description: 'Pressed state for color.background.discovery',
|
|
2167
1360
|
exampleValue: '#E3BDFA'
|
|
2168
1361
|
}, {
|
|
2169
|
-
content: {
|
|
2170
|
-
name: 'color.background.discovery.subtler',
|
|
2171
|
-
description: 'Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance.'
|
|
2172
|
-
},
|
|
1362
|
+
content: '{"name":"color.background.discovery.subtler","description":"Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance."}',
|
|
2173
1363
|
name: 'color.background.discovery.subtler',
|
|
2174
1364
|
description: 'Use for backgrounds of discovery lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2175
1365
|
exampleValue: '#EED7FC'
|
|
2176
1366
|
}, {
|
|
2177
|
-
content: {
|
|
2178
|
-
name: 'color.background.discovery.subtler.hovered',
|
|
2179
|
-
description: 'Hovered state of color.background.discovery.subtler'
|
|
2180
|
-
},
|
|
1367
|
+
content: '{"name":"color.background.discovery.subtler.hovered","description":"Hovered state of color.background.discovery.subtler"}',
|
|
2181
1368
|
name: 'color.background.discovery.subtler.hovered',
|
|
2182
1369
|
description: 'Hovered state of color.background.discovery.subtler',
|
|
2183
1370
|
exampleValue: '#E3BDFA'
|
|
2184
1371
|
}, {
|
|
2185
|
-
content: {
|
|
2186
|
-
name: 'color.background.discovery.subtler.pressed',
|
|
2187
|
-
description: 'Pressed state of color.background.discovery.subtler'
|
|
2188
|
-
},
|
|
1372
|
+
content: '{"name":"color.background.discovery.subtler.pressed","description":"Pressed state of color.background.discovery.subtler"}',
|
|
2189
1373
|
name: 'color.background.discovery.subtler.pressed',
|
|
2190
1374
|
description: 'Pressed state of color.background.discovery.subtler',
|
|
2191
1375
|
exampleValue: '#D8A0F7'
|
|
2192
1376
|
}, {
|
|
2193
|
-
content: {
|
|
2194
|
-
name: 'color.background.discovery.bold',
|
|
2195
|
-
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.'
|
|
2196
|
-
},
|
|
1377
|
+
content: '{"name":"color.background.discovery.bold","description":"A vibrant background option communicating change or something new, such as in onboarding spotlights."}',
|
|
2197
1378
|
name: 'color.background.discovery.bold',
|
|
2198
1379
|
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.',
|
|
2199
1380
|
exampleValue: '#964AC0'
|
|
2200
1381
|
}, {
|
|
2201
|
-
content: {
|
|
2202
|
-
name: 'color.background.discovery.bold.hovered',
|
|
2203
|
-
description: 'Hovered state of color.background.discovery.bold'
|
|
2204
|
-
},
|
|
1382
|
+
content: '{"name":"color.background.discovery.bold.hovered","description":"Hovered state of color.background.discovery.bold"}',
|
|
2205
1383
|
name: 'color.background.discovery.bold.hovered',
|
|
2206
1384
|
description: 'Hovered state of color.background.discovery.bold',
|
|
2207
1385
|
exampleValue: '#803FA5'
|
|
2208
1386
|
}, {
|
|
2209
|
-
content: {
|
|
2210
|
-
name: 'color.background.discovery.bold.pressed',
|
|
2211
|
-
description: 'Pressed state of color.background.discovery.bold'
|
|
2212
|
-
},
|
|
1387
|
+
content: '{"name":"color.background.discovery.bold.pressed","description":"Pressed state of color.background.discovery.bold"}',
|
|
2213
1388
|
name: 'color.background.discovery.bold.pressed',
|
|
2214
1389
|
description: 'Pressed state of color.background.discovery.bold',
|
|
2215
1390
|
exampleValue: '#673286'
|
|
2216
1391
|
}, {
|
|
2217
|
-
content: {
|
|
2218
|
-
name: 'color.background.information',
|
|
2219
|
-
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.'
|
|
2220
|
-
},
|
|
1392
|
+
content: '{"name":"color.background.information","description":"Use for backgrounds communicating information or something in-progress, such as in information section messages."}',
|
|
2221
1393
|
name: 'color.background.information',
|
|
2222
1394
|
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.',
|
|
2223
1395
|
exampleValue: '#E9F2FE'
|
|
2224
1396
|
}, {
|
|
2225
|
-
content: {
|
|
2226
|
-
name: 'color.background.information.hovered',
|
|
2227
|
-
description: 'Hovered state of color.background.information'
|
|
2228
|
-
},
|
|
1397
|
+
content: '{"name":"color.background.information.hovered","description":"Hovered state of color.background.information"}',
|
|
2229
1398
|
name: 'color.background.information.hovered',
|
|
2230
1399
|
description: 'Hovered state of color.background.information',
|
|
2231
1400
|
exampleValue: '#CFE1FD'
|
|
2232
1401
|
}, {
|
|
2233
|
-
content: {
|
|
2234
|
-
name: 'color.background.information.pressed',
|
|
2235
|
-
description: 'Pressed state of color.background.information'
|
|
2236
|
-
},
|
|
1402
|
+
content: '{"name":"color.background.information.pressed","description":"Pressed state of color.background.information"}',
|
|
2237
1403
|
name: 'color.background.information.pressed',
|
|
2238
1404
|
description: 'Pressed state of color.background.information',
|
|
2239
1405
|
exampleValue: '#ADCBFB'
|
|
2240
1406
|
}, {
|
|
2241
|
-
content: {
|
|
2242
|
-
name: 'color.background.information.subtler',
|
|
2243
|
-
description: 'Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance.'
|
|
2244
|
-
},
|
|
1407
|
+
content: '{"name":"color.background.information.subtler","description":"Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance."}',
|
|
2245
1408
|
name: 'color.background.information.subtler',
|
|
2246
1409
|
description: 'Use for backgrounds of information lozenges and badges to ensure accessibility and desired visual appearance.',
|
|
2247
1410
|
exampleValue: '#CFE1FD'
|
|
2248
1411
|
}, {
|
|
2249
|
-
content: {
|
|
2250
|
-
name: 'color.background.information.subtler.hovered',
|
|
2251
|
-
description: 'Hovered state of color.background.information.subtler'
|
|
2252
|
-
},
|
|
1412
|
+
content: '{"name":"color.background.information.subtler.hovered","description":"Hovered state of color.background.information.subtler"}',
|
|
2253
1413
|
name: 'color.background.information.subtler.hovered',
|
|
2254
1414
|
description: 'Hovered state of color.background.information.subtler',
|
|
2255
1415
|
exampleValue: '#ADCBFB'
|
|
2256
1416
|
}, {
|
|
2257
|
-
content: {
|
|
2258
|
-
name: 'color.background.information.subtler.pressed',
|
|
2259
|
-
description: 'Pressed state of color.background.information.subtler'
|
|
2260
|
-
},
|
|
1417
|
+
content: '{"name":"color.background.information.subtler.pressed","description":"Pressed state of color.background.information.subtler"}',
|
|
2261
1418
|
name: 'color.background.information.subtler.pressed',
|
|
2262
1419
|
description: 'Pressed state of color.background.information.subtler',
|
|
2263
1420
|
exampleValue: '#8FB8F6'
|
|
2264
1421
|
}, {
|
|
2265
|
-
content: {
|
|
2266
|
-
name: 'color.background.information.bold',
|
|
2267
|
-
description: 'A vibrant background option for communicating information or something in-progress.'
|
|
2268
|
-
},
|
|
1422
|
+
content: '{"name":"color.background.information.bold","description":"A vibrant background option for communicating information or something in-progress."}',
|
|
2269
1423
|
name: 'color.background.information.bold',
|
|
2270
1424
|
description: 'A vibrant background option for communicating information or something in-progress.',
|
|
2271
1425
|
exampleValue: '#1868DB'
|
|
2272
1426
|
}, {
|
|
2273
|
-
content: {
|
|
2274
|
-
name: 'color.background.information.bold.hovered',
|
|
2275
|
-
description: 'Hovered state of color.background.information.bold'
|
|
2276
|
-
},
|
|
1427
|
+
content: '{"name":"color.background.information.bold.hovered","description":"Hovered state of color.background.information.bold"}',
|
|
2277
1428
|
name: 'color.background.information.bold.hovered',
|
|
2278
1429
|
description: 'Hovered state of color.background.information.bold',
|
|
2279
1430
|
exampleValue: '#1558BC'
|
|
2280
1431
|
}, {
|
|
2281
|
-
content: {
|
|
2282
|
-
name: 'color.background.information.bold.pressed',
|
|
2283
|
-
description: 'Pressed state of color.background.information.bold'
|
|
2284
|
-
},
|
|
1432
|
+
content: '{"name":"color.background.information.bold.pressed","description":"Pressed state of color.background.information.bold"}',
|
|
2285
1433
|
name: 'color.background.information.bold.pressed',
|
|
2286
1434
|
description: 'Pressed state of color.background.information.bold',
|
|
2287
1435
|
exampleValue: '#144794'
|
|
2288
1436
|
}, {
|
|
2289
|
-
content: {
|
|
2290
|
-
name: 'color.blanket',
|
|
2291
|
-
description: 'Use for the screen overlay that appears with modal dialogs'
|
|
2292
|
-
},
|
|
1437
|
+
content: '{"name":"color.blanket","description":"Use for the screen overlay that appears with modal dialogs"}',
|
|
2293
1438
|
name: 'color.blanket',
|
|
2294
1439
|
description: 'Use for the screen overlay that appears with modal dialogs',
|
|
2295
1440
|
exampleValue: '#050C1F75'
|
|
2296
1441
|
}, {
|
|
2297
|
-
content: {
|
|
2298
|
-
name: 'color.blanket.selected',
|
|
2299
|
-
description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements"
|
|
2300
|
-
},
|
|
1442
|
+
content: '{"name":"color.blanket.selected","description":"Use as an overlay to communicate selected states when a simple background color change isn\'t possible, such as in Editor block elements"}',
|
|
2301
1443
|
name: 'color.blanket.selected',
|
|
2302
1444
|
description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements",
|
|
2303
1445
|
exampleValue: '#388BFF14'
|
|
2304
1446
|
}, {
|
|
2305
|
-
content: {
|
|
2306
|
-
name: 'color.blanket.danger',
|
|
2307
|
-
description: "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements"
|
|
2308
|
-
},
|
|
1447
|
+
content: '{"name":"color.blanket.danger","description":"Use as an overlay to communicate danger states when a simple background color change isn\'t possible, such as deletion of Editor block elements"}',
|
|
2309
1448
|
name: 'color.blanket.danger',
|
|
2310
1449
|
description: "Use as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements",
|
|
2311
1450
|
exampleValue: '#EF5C4814'
|
|
2312
1451
|
}, {
|
|
2313
|
-
content: {
|
|
2314
|
-
name: 'color.interaction.hovered',
|
|
2315
|
-
description: 'Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.'
|
|
2316
|
-
},
|
|
1452
|
+
content: '{"name":"color.interaction.hovered","description":"Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars."}',
|
|
2317
1453
|
name: 'color.interaction.hovered',
|
|
2318
1454
|
description: 'Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.',
|
|
2319
1455
|
exampleValue: '#00000029'
|
|
2320
1456
|
}, {
|
|
2321
|
-
content: {
|
|
2322
|
-
name: 'color.interaction.pressed',
|
|
2323
|
-
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.'
|
|
2324
|
-
},
|
|
1457
|
+
content: '{"name":"color.interaction.pressed","description":"Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars."}',
|
|
2325
1458
|
name: 'color.interaction.pressed',
|
|
2326
1459
|
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.',
|
|
2327
1460
|
exampleValue: '#00000052'
|
|
2328
1461
|
}, {
|
|
2329
|
-
content: {
|
|
2330
|
-
name: 'color.skeleton',
|
|
2331
|
-
description: 'Use for skeleton loading states'
|
|
2332
|
-
},
|
|
1462
|
+
content: '{"name":"color.skeleton","description":"Use for skeleton loading states"}',
|
|
2333
1463
|
name: 'color.skeleton',
|
|
2334
1464
|
description: 'Use for skeleton loading states',
|
|
2335
1465
|
exampleValue: '#0515240F'
|
|
2336
1466
|
}, {
|
|
2337
|
-
content: {
|
|
2338
|
-
name: 'color.skeleton.subtle',
|
|
2339
|
-
description: 'Use for the pulse or shimmer effect in skeleton loading states'
|
|
2340
|
-
},
|
|
1467
|
+
content: '{"name":"color.skeleton.subtle","description":"Use for the pulse or shimmer effect in skeleton loading states"}',
|
|
2341
1468
|
name: 'color.skeleton.subtle',
|
|
2342
1469
|
description: 'Use for the pulse or shimmer effect in skeleton loading states',
|
|
2343
1470
|
exampleValue: '#17171708'
|
|
2344
1471
|
}, {
|
|
2345
|
-
content: {
|
|
2346
|
-
name: 'color.chart.categorical.1',
|
|
2347
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2348
|
-
},
|
|
1472
|
+
content: '{"name":"color.chart.categorical.1","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2349
1473
|
name: 'color.chart.categorical.1',
|
|
2350
1474
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2351
1475
|
exampleValue: '#357DE8'
|
|
2352
1476
|
}, {
|
|
2353
|
-
content: {
|
|
2354
|
-
name: 'color.chart.categorical.1.hovered',
|
|
2355
|
-
description: 'Hovered state of color.chart.categorical.1.'
|
|
2356
|
-
},
|
|
1477
|
+
content: '{"name":"color.chart.categorical.1.hovered","description":"Hovered state of color.chart.categorical.1."}',
|
|
2357
1478
|
name: 'color.chart.categorical.1.hovered',
|
|
2358
1479
|
description: 'Hovered state of color.chart.categorical.1.',
|
|
2359
1480
|
exampleValue: '#1868DB'
|
|
2360
1481
|
}, {
|
|
2361
|
-
content: {
|
|
2362
|
-
name: 'color.chart.categorical.2',
|
|
2363
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2364
|
-
},
|
|
1482
|
+
content: '{"name":"color.chart.categorical.2","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2365
1483
|
name: 'color.chart.categorical.2',
|
|
2366
1484
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2367
1485
|
exampleValue: '#82B536'
|
|
2368
1486
|
}, {
|
|
2369
|
-
content: {
|
|
2370
|
-
name: 'color.chart.categorical.2.hovered',
|
|
2371
|
-
description: 'Hovered state of color.chart.categorical.2.'
|
|
2372
|
-
},
|
|
1487
|
+
content: '{"name":"color.chart.categorical.2.hovered","description":"Hovered state of color.chart.categorical.2."}',
|
|
2373
1488
|
name: 'color.chart.categorical.2.hovered',
|
|
2374
1489
|
description: 'Hovered state of color.chart.categorical.2.',
|
|
2375
1490
|
exampleValue: '#6A9A23'
|
|
2376
1491
|
}, {
|
|
2377
|
-
content: {
|
|
2378
|
-
name: 'color.chart.categorical.3',
|
|
2379
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2380
|
-
},
|
|
1492
|
+
content: '{"name":"color.chart.categorical.3","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2381
1493
|
name: 'color.chart.categorical.3',
|
|
2382
1494
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2383
1495
|
exampleValue: '#BF63F3'
|
|
2384
1496
|
}, {
|
|
2385
|
-
content: {
|
|
2386
|
-
name: 'color.chart.categorical.3.hovered',
|
|
2387
|
-
description: 'Hovered state of color.chart.categorical.3.'
|
|
2388
|
-
},
|
|
1497
|
+
content: '{"name":"color.chart.categorical.3.hovered","description":"Hovered state of color.chart.categorical.3."}',
|
|
2389
1498
|
name: 'color.chart.categorical.3.hovered',
|
|
2390
1499
|
description: 'Hovered state of color.chart.categorical.3.',
|
|
2391
1500
|
exampleValue: '#AF59E1'
|
|
2392
1501
|
}, {
|
|
2393
|
-
content: {
|
|
2394
|
-
name: 'color.chart.categorical.4',
|
|
2395
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2396
|
-
},
|
|
1502
|
+
content: '{"name":"color.chart.categorical.4","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2397
1503
|
name: 'color.chart.categorical.4',
|
|
2398
1504
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2399
1505
|
exampleValue: '#F68909'
|
|
2400
1506
|
}, {
|
|
2401
|
-
content: {
|
|
2402
|
-
name: 'color.chart.categorical.4.hovered',
|
|
2403
|
-
description: 'Hovered state of color.chart.categorical.4.'
|
|
2404
|
-
},
|
|
1507
|
+
content: '{"name":"color.chart.categorical.4.hovered","description":"Hovered state of color.chart.categorical.4."}',
|
|
2405
1508
|
name: 'color.chart.categorical.4.hovered',
|
|
2406
1509
|
description: 'Hovered state of color.chart.categorical.4.',
|
|
2407
1510
|
exampleValue: '#E06C00'
|
|
2408
1511
|
}, {
|
|
2409
|
-
content: {
|
|
2410
|
-
name: 'color.chart.categorical.5',
|
|
2411
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2412
|
-
},
|
|
1512
|
+
content: '{"name":"color.chart.categorical.5","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2413
1513
|
name: 'color.chart.categorical.5',
|
|
2414
1514
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2415
1515
|
exampleValue: '#1558BC'
|
|
2416
1516
|
}, {
|
|
2417
|
-
content: {
|
|
2418
|
-
name: 'color.chart.categorical.5.hovered',
|
|
2419
|
-
description: 'Hovered state of color.chart.categorical.5.'
|
|
2420
|
-
},
|
|
1517
|
+
content: '{"name":"color.chart.categorical.5.hovered","description":"Hovered state of color.chart.categorical.5."}',
|
|
2421
1518
|
name: 'color.chart.categorical.5.hovered',
|
|
2422
1519
|
description: 'Hovered state of color.chart.categorical.5.',
|
|
2423
1520
|
exampleValue: '#123263'
|
|
2424
1521
|
}, {
|
|
2425
|
-
content: {
|
|
2426
|
-
name: 'color.chart.categorical.6',
|
|
2427
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2428
|
-
},
|
|
1522
|
+
content: '{"name":"color.chart.categorical.6","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2429
1523
|
name: 'color.chart.categorical.6',
|
|
2430
1524
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2431
1525
|
exampleValue: '#964AC0'
|
|
2432
1526
|
}, {
|
|
2433
|
-
content: {
|
|
2434
|
-
name: 'color.chart.categorical.6.hovered',
|
|
2435
|
-
description: 'Hovered state of color.chart.categorical.6.'
|
|
2436
|
-
},
|
|
1527
|
+
content: '{"name":"color.chart.categorical.6.hovered","description":"Hovered state of color.chart.categorical.6."}',
|
|
2437
1528
|
name: 'color.chart.categorical.6.hovered',
|
|
2438
1529
|
description: 'Hovered state of color.chart.categorical.6.',
|
|
2439
1530
|
exampleValue: '#803FA5'
|
|
2440
1531
|
}, {
|
|
2441
|
-
content: {
|
|
2442
|
-
name: 'color.chart.categorical.7',
|
|
2443
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2444
|
-
},
|
|
1532
|
+
content: '{"name":"color.chart.categorical.7","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2445
1533
|
name: 'color.chart.categorical.7',
|
|
2446
1534
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2447
1535
|
exampleValue: '#42B2D7'
|
|
2448
1536
|
}, {
|
|
2449
|
-
content: {
|
|
2450
|
-
name: 'color.chart.categorical.7.hovered',
|
|
2451
|
-
description: 'Hovered state of color.chart.categorical.7.'
|
|
2452
|
-
},
|
|
1537
|
+
content: '{"name":"color.chart.categorical.7.hovered","description":"Hovered state of color.chart.categorical.7."}',
|
|
2453
1538
|
name: 'color.chart.categorical.7.hovered',
|
|
2454
1539
|
description: 'Hovered state of color.chart.categorical.7.',
|
|
2455
1540
|
exampleValue: '#2898BD'
|
|
2456
1541
|
}, {
|
|
2457
|
-
content: {
|
|
2458
|
-
name: 'color.chart.categorical.8',
|
|
2459
|
-
description: 'For data visualisation only. Follow numbered sequence.'
|
|
2460
|
-
},
|
|
1542
|
+
content: '{"name":"color.chart.categorical.8","description":"For data visualisation only. Follow numbered sequence."}',
|
|
2461
1543
|
name: 'color.chart.categorical.8',
|
|
2462
1544
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
2463
1545
|
exampleValue: '#BD5B00'
|
|
2464
1546
|
}, {
|
|
2465
|
-
content: {
|
|
2466
|
-
name: 'color.chart.categorical.8.hovered',
|
|
2467
|
-
description: 'Hovered state of color.chart.categorical.8.'
|
|
2468
|
-
},
|
|
1547
|
+
content: '{"name":"color.chart.categorical.8.hovered","description":"Hovered state of color.chart.categorical.8."}',
|
|
2469
1548
|
name: 'color.chart.categorical.8.hovered',
|
|
2470
1549
|
description: 'Hovered state of color.chart.categorical.8.',
|
|
2471
1550
|
exampleValue: '#7A3B00'
|
|
2472
1551
|
}, {
|
|
2473
|
-
content: {
|
|
2474
|
-
name: 'color.chart.lime.bold',
|
|
2475
|
-
description: 'For data visualisation only.'
|
|
2476
|
-
},
|
|
1552
|
+
content: '{"name":"color.chart.lime.bold","description":"For data visualisation only."}',
|
|
2477
1553
|
name: 'color.chart.lime.bold',
|
|
2478
1554
|
description: 'For data visualisation only.',
|
|
2479
1555
|
exampleValue: '#6A9A23'
|
|
2480
1556
|
}, {
|
|
2481
|
-
content: {
|
|
2482
|
-
name: 'color.chart.lime.bold.hovered',
|
|
2483
|
-
description: 'Hovered state of color.chart.lime.bold.'
|
|
2484
|
-
},
|
|
1557
|
+
content: '{"name":"color.chart.lime.bold.hovered","description":"Hovered state of color.chart.lime.bold."}',
|
|
2485
1558
|
name: 'color.chart.lime.bold.hovered',
|
|
2486
1559
|
description: 'Hovered state of color.chart.lime.bold.',
|
|
2487
1560
|
exampleValue: '#5B7F24'
|
|
2488
1561
|
}, {
|
|
2489
|
-
content: {
|
|
2490
|
-
name: 'color.chart.lime.bolder',
|
|
2491
|
-
description: 'For data visualisation only.'
|
|
2492
|
-
},
|
|
1562
|
+
content: '{"name":"color.chart.lime.bolder","description":"For data visualisation only."}',
|
|
2493
1563
|
name: 'color.chart.lime.bolder',
|
|
2494
1564
|
description: 'For data visualisation only.',
|
|
2495
1565
|
exampleValue: '#5B7F24'
|
|
2496
1566
|
}, {
|
|
2497
|
-
content: {
|
|
2498
|
-
name: 'color.chart.lime.bolder.hovered',
|
|
2499
|
-
description: 'Hovered state of color.chart.lime.bolder.'
|
|
2500
|
-
},
|
|
1567
|
+
content: '{"name":"color.chart.lime.bolder.hovered","description":"Hovered state of color.chart.lime.bolder."}',
|
|
2501
1568
|
name: 'color.chart.lime.bolder.hovered',
|
|
2502
1569
|
description: 'Hovered state of color.chart.lime.bolder.',
|
|
2503
1570
|
exampleValue: '#4C6B1F'
|
|
2504
1571
|
}, {
|
|
2505
|
-
content: {
|
|
2506
|
-
name: 'color.chart.lime.boldest',
|
|
2507
|
-
description: 'For data visualisation only.'
|
|
2508
|
-
},
|
|
1572
|
+
content: '{"name":"color.chart.lime.boldest","description":"For data visualisation only."}',
|
|
2509
1573
|
name: 'color.chart.lime.boldest',
|
|
2510
1574
|
description: 'For data visualisation only.',
|
|
2511
1575
|
exampleValue: '#4C6B1F'
|
|
2512
1576
|
}, {
|
|
2513
|
-
content: {
|
|
2514
|
-
name: 'color.chart.lime.boldest.hovered',
|
|
2515
|
-
description: 'Hovered state of color.chart.lime.boldest.'
|
|
2516
|
-
},
|
|
1577
|
+
content: '{"name":"color.chart.lime.boldest.hovered","description":"Hovered state of color.chart.lime.boldest."}',
|
|
2517
1578
|
name: 'color.chart.lime.boldest.hovered',
|
|
2518
1579
|
description: 'Hovered state of color.chart.lime.boldest.',
|
|
2519
1580
|
exampleValue: '#37471F'
|
|
2520
1581
|
}, {
|
|
2521
|
-
content: {
|
|
2522
|
-
name: 'color.chart.neutral',
|
|
2523
|
-
description: "A secondary color for data visualisation or to communicate 'to-do' statues."
|
|
2524
|
-
},
|
|
1582
|
+
content: '{"name":"color.chart.neutral","description":"A secondary color for data visualisation or to communicate \'to-do\' statues."}',
|
|
2525
1583
|
name: 'color.chart.neutral',
|
|
2526
1584
|
description: "A secondary color for data visualisation or to communicate 'to-do' statues.",
|
|
2527
1585
|
exampleValue: '#8C8F97'
|
|
2528
1586
|
}, {
|
|
2529
|
-
content: {
|
|
2530
|
-
name: 'color.chart.neutral.hovered',
|
|
2531
|
-
description: 'Hovered state of color.chart.neutral.'
|
|
2532
|
-
},
|
|
1587
|
+
content: '{"name":"color.chart.neutral.hovered","description":"Hovered state of color.chart.neutral."}',
|
|
2533
1588
|
name: 'color.chart.neutral.hovered',
|
|
2534
1589
|
description: 'Hovered state of color.chart.neutral.',
|
|
2535
1590
|
exampleValue: '#7D818A'
|
|
2536
1591
|
}, {
|
|
2537
|
-
content: {
|
|
2538
|
-
name: 'color.chart.red.bold',
|
|
2539
|
-
description: 'For data visualisation only.'
|
|
2540
|
-
},
|
|
1592
|
+
content: '{"name":"color.chart.red.bold","description":"For data visualisation only."}',
|
|
2541
1593
|
name: 'color.chart.red.bold',
|
|
2542
1594
|
description: 'For data visualisation only.',
|
|
2543
1595
|
exampleValue: '#F15B50'
|
|
2544
1596
|
}, {
|
|
2545
|
-
content: {
|
|
2546
|
-
name: 'color.chart.red.bold.hovered',
|
|
2547
|
-
description: 'Hovered state of color.chart.red.bold.'
|
|
2548
|
-
},
|
|
1597
|
+
content: '{"name":"color.chart.red.bold.hovered","description":"Hovered state of color.chart.red.bold."}',
|
|
2549
1598
|
name: 'color.chart.red.bold.hovered',
|
|
2550
1599
|
description: 'Hovered state of color.chart.red.bold.',
|
|
2551
1600
|
exampleValue: '#E2483D'
|
|
2552
1601
|
}, {
|
|
2553
|
-
content: {
|
|
2554
|
-
name: 'color.chart.red.bolder',
|
|
2555
|
-
description: 'For data visualisation only.'
|
|
2556
|
-
},
|
|
1602
|
+
content: '{"name":"color.chart.red.bolder","description":"For data visualisation only."}',
|
|
2557
1603
|
name: 'color.chart.red.bolder',
|
|
2558
1604
|
description: 'For data visualisation only.',
|
|
2559
1605
|
exampleValue: '#E2483D'
|
|
2560
1606
|
}, {
|
|
2561
|
-
content: {
|
|
2562
|
-
name: 'color.chart.red.bolder.hovered',
|
|
2563
|
-
description: 'Hovered state of color.chart.red.bolder.'
|
|
2564
|
-
},
|
|
1607
|
+
content: '{"name":"color.chart.red.bolder.hovered","description":"Hovered state of color.chart.red.bolder."}',
|
|
2565
1608
|
name: 'color.chart.red.bolder.hovered',
|
|
2566
1609
|
description: 'Hovered state of color.chart.red.bolder.',
|
|
2567
1610
|
exampleValue: '#C9372C'
|
|
2568
1611
|
}, {
|
|
2569
|
-
content: {
|
|
2570
|
-
name: 'color.chart.red.boldest',
|
|
2571
|
-
description: 'For data visualisation only.'
|
|
2572
|
-
},
|
|
1612
|
+
content: '{"name":"color.chart.red.boldest","description":"For data visualisation only."}',
|
|
2573
1613
|
name: 'color.chart.red.boldest',
|
|
2574
1614
|
description: 'For data visualisation only.',
|
|
2575
1615
|
exampleValue: '#AE2E24'
|
|
2576
1616
|
}, {
|
|
2577
|
-
content: {
|
|
2578
|
-
name: 'color.chart.red.boldest.hovered',
|
|
2579
|
-
description: 'Hovered state of color.chart.red.boldest.'
|
|
2580
|
-
},
|
|
1617
|
+
content: '{"name":"color.chart.red.boldest.hovered","description":"Hovered state of color.chart.red.boldest."}',
|
|
2581
1618
|
name: 'color.chart.red.boldest.hovered',
|
|
2582
1619
|
description: 'Hovered state of color.chart.red.boldest.',
|
|
2583
1620
|
exampleValue: '#5D1F1A'
|
|
2584
1621
|
}, {
|
|
2585
|
-
content: {
|
|
2586
|
-
name: 'color.chart.orange.bold',
|
|
2587
|
-
description: 'For data visualisation only.'
|
|
2588
|
-
},
|
|
1622
|
+
content: '{"name":"color.chart.orange.bold","description":"For data visualisation only."}',
|
|
2589
1623
|
name: 'color.chart.orange.bold',
|
|
2590
1624
|
description: 'For data visualisation only.',
|
|
2591
1625
|
exampleValue: '#E06C00'
|
|
2592
1626
|
}, {
|
|
2593
|
-
content: {
|
|
2594
|
-
name: 'color.chart.orange.bold.hovered',
|
|
2595
|
-
description: 'Hovered state of color.chart.orange.bold.'
|
|
2596
|
-
},
|
|
1627
|
+
content: '{"name":"color.chart.orange.bold.hovered","description":"Hovered state of color.chart.orange.bold."}',
|
|
2597
1628
|
name: 'color.chart.orange.bold.hovered',
|
|
2598
1629
|
description: 'Hovered state of color.chart.orange.bold.',
|
|
2599
1630
|
exampleValue: '#BD5B00'
|
|
2600
1631
|
}, {
|
|
2601
|
-
content: {
|
|
2602
|
-
name: 'color.chart.orange.bolder',
|
|
2603
|
-
description: 'For data visualisation only.'
|
|
2604
|
-
},
|
|
1632
|
+
content: '{"name":"color.chart.orange.bolder","description":"For data visualisation only."}',
|
|
2605
1633
|
name: 'color.chart.orange.bolder',
|
|
2606
1634
|
description: 'For data visualisation only.',
|
|
2607
1635
|
exampleValue: '#BD5B00'
|
|
2608
1636
|
}, {
|
|
2609
|
-
content: {
|
|
2610
|
-
name: 'color.chart.orange.bolder.hovered',
|
|
2611
|
-
description: 'Hovered state of color.chart.orange.bolder.'
|
|
2612
|
-
},
|
|
1637
|
+
content: '{"name":"color.chart.orange.bolder.hovered","description":"Hovered state of color.chart.orange.bolder."}',
|
|
2613
1638
|
name: 'color.chart.orange.bolder.hovered',
|
|
2614
1639
|
description: 'Hovered state of color.chart.orange.bolder.',
|
|
2615
1640
|
exampleValue: '#9E4C00'
|
|
2616
1641
|
}, {
|
|
2617
|
-
content: {
|
|
2618
|
-
name: 'color.chart.orange.boldest',
|
|
2619
|
-
description: 'For data visualisation only.'
|
|
2620
|
-
},
|
|
1642
|
+
content: '{"name":"color.chart.orange.boldest","description":"For data visualisation only."}',
|
|
2621
1643
|
name: 'color.chart.orange.boldest',
|
|
2622
1644
|
description: 'For data visualisation only.',
|
|
2623
1645
|
exampleValue: '#7A3B00'
|
|
2624
1646
|
}, {
|
|
2625
|
-
content: {
|
|
2626
|
-
name: 'color.chart.orange.boldest.hovered',
|
|
2627
|
-
description: 'Hovered state of color.chart.orange.boldest.'
|
|
2628
|
-
},
|
|
1647
|
+
content: '{"name":"color.chart.orange.boldest.hovered","description":"Hovered state of color.chart.orange.boldest."}',
|
|
2629
1648
|
name: 'color.chart.orange.boldest.hovered',
|
|
2630
1649
|
description: 'Hovered state of color.chart.orange.boldest.',
|
|
2631
1650
|
exampleValue: '#693200'
|
|
2632
1651
|
}, {
|
|
2633
|
-
content: {
|
|
2634
|
-
name: 'color.chart.yellow.bold',
|
|
2635
|
-
description: 'For data visualisation only.'
|
|
2636
|
-
},
|
|
1652
|
+
content: '{"name":"color.chart.yellow.bold","description":"For data visualisation only."}',
|
|
2637
1653
|
name: 'color.chart.yellow.bold',
|
|
2638
1654
|
description: 'For data visualisation only.',
|
|
2639
1655
|
exampleValue: '#B38600'
|
|
2640
1656
|
}, {
|
|
2641
|
-
content: {
|
|
2642
|
-
name: 'color.chart.yellow.bold.hovered',
|
|
2643
|
-
description: 'Hovered state of color.chart.yellow.bold.'
|
|
2644
|
-
},
|
|
1657
|
+
content: '{"name":"color.chart.yellow.bold.hovered","description":"Hovered state of color.chart.yellow.bold."}',
|
|
2645
1658
|
name: 'color.chart.yellow.bold.hovered',
|
|
2646
1659
|
description: 'Hovered state of color.chart.yellow.bold.',
|
|
2647
1660
|
exampleValue: '#946F00'
|
|
2648
1661
|
}, {
|
|
2649
|
-
content: {
|
|
2650
|
-
name: 'color.chart.yellow.bolder',
|
|
2651
|
-
description: 'For data visualisation only.'
|
|
2652
|
-
},
|
|
1662
|
+
content: '{"name":"color.chart.yellow.bolder","description":"For data visualisation only."}',
|
|
2653
1663
|
name: 'color.chart.yellow.bolder',
|
|
2654
1664
|
description: 'For data visualisation only.',
|
|
2655
1665
|
exampleValue: '#946F00'
|
|
2656
1666
|
}, {
|
|
2657
|
-
content: {
|
|
2658
|
-
name: 'color.chart.yellow.bolder.hovered',
|
|
2659
|
-
description: 'Hovered state of color.chart.yellow.bolder.'
|
|
2660
|
-
},
|
|
1667
|
+
content: '{"name":"color.chart.yellow.bolder.hovered","description":"Hovered state of color.chart.yellow.bolder."}',
|
|
2661
1668
|
name: 'color.chart.yellow.bolder.hovered',
|
|
2662
1669
|
description: 'Hovered state of color.chart.yellow.bolder.',
|
|
2663
1670
|
exampleValue: '#7F5F01'
|
|
2664
1671
|
}, {
|
|
2665
|
-
content: {
|
|
2666
|
-
name: 'color.chart.yellow.boldest',
|
|
2667
|
-
description: 'For data visualisation only.'
|
|
2668
|
-
},
|
|
1672
|
+
content: '{"name":"color.chart.yellow.boldest","description":"For data visualisation only."}',
|
|
2669
1673
|
name: 'color.chart.yellow.boldest',
|
|
2670
1674
|
description: 'For data visualisation only.',
|
|
2671
1675
|
exampleValue: '#7F5F01'
|
|
2672
1676
|
}, {
|
|
2673
|
-
content: {
|
|
2674
|
-
name: 'color.chart.yellow.boldest.hovered',
|
|
2675
|
-
description: 'Hovered state of color.chart.yellow.boldest.'
|
|
2676
|
-
},
|
|
1677
|
+
content: '{"name":"color.chart.yellow.boldest.hovered","description":"Hovered state of color.chart.yellow.boldest."}',
|
|
2677
1678
|
name: 'color.chart.yellow.boldest.hovered',
|
|
2678
1679
|
description: 'Hovered state of color.chart.yellow.boldest.',
|
|
2679
1680
|
exampleValue: '#533F04'
|
|
2680
1681
|
}, {
|
|
2681
|
-
content: {
|
|
2682
|
-
name: 'color.chart.green.bold',
|
|
2683
|
-
description: 'For data visualisation only.'
|
|
2684
|
-
},
|
|
1682
|
+
content: '{"name":"color.chart.green.bold","description":"For data visualisation only."}',
|
|
2685
1683
|
name: 'color.chart.green.bold',
|
|
2686
1684
|
description: 'For data visualisation only.',
|
|
2687
1685
|
exampleValue: '#22A06B'
|
|
2688
1686
|
}, {
|
|
2689
|
-
content: {
|
|
2690
|
-
name: 'color.chart.green.bold.hovered',
|
|
2691
|
-
description: 'Hovered state of color.chart.green.bold.'
|
|
2692
|
-
},
|
|
1687
|
+
content: '{"name":"color.chart.green.bold.hovered","description":"Hovered state of color.chart.green.bold."}',
|
|
2693
1688
|
name: 'color.chart.green.bold.hovered',
|
|
2694
1689
|
description: 'Hovered state of color.chart.green.bold.',
|
|
2695
1690
|
exampleValue: '#1F845A'
|
|
2696
1691
|
}, {
|
|
2697
|
-
content: {
|
|
2698
|
-
name: 'color.chart.green.bolder',
|
|
2699
|
-
description: 'For data visualisation only.'
|
|
2700
|
-
},
|
|
1692
|
+
content: '{"name":"color.chart.green.bolder","description":"For data visualisation only."}',
|
|
2701
1693
|
name: 'color.chart.green.bolder',
|
|
2702
1694
|
description: 'For data visualisation only.',
|
|
2703
1695
|
exampleValue: '#1F845A'
|
|
2704
1696
|
}, {
|
|
2705
|
-
content: {
|
|
2706
|
-
name: 'color.chart.green.bolder.hovered',
|
|
2707
|
-
description: 'Hovered state of color.chart.green.bolder.'
|
|
2708
|
-
},
|
|
1697
|
+
content: '{"name":"color.chart.green.bolder.hovered","description":"Hovered state of color.chart.green.bolder."}',
|
|
2709
1698
|
name: 'color.chart.green.bolder.hovered',
|
|
2710
1699
|
description: 'Hovered state of color.chart.green.bolder.',
|
|
2711
1700
|
exampleValue: '#216E4E'
|
|
2712
1701
|
}, {
|
|
2713
|
-
content: {
|
|
2714
|
-
name: 'color.chart.green.boldest',
|
|
2715
|
-
description: 'For data visualisation only.'
|
|
2716
|
-
},
|
|
1702
|
+
content: '{"name":"color.chart.green.boldest","description":"For data visualisation only."}',
|
|
2717
1703
|
name: 'color.chart.green.boldest',
|
|
2718
1704
|
description: 'For data visualisation only.',
|
|
2719
1705
|
exampleValue: '#216E4E'
|
|
2720
1706
|
}, {
|
|
2721
|
-
content: {
|
|
2722
|
-
name: 'color.chart.green.boldest.hovered',
|
|
2723
|
-
description: 'Hovered state of color.chart.green.boldest.'
|
|
2724
|
-
},
|
|
1707
|
+
content: '{"name":"color.chart.green.boldest.hovered","description":"Hovered state of color.chart.green.boldest."}',
|
|
2725
1708
|
name: 'color.chart.green.boldest.hovered',
|
|
2726
1709
|
description: 'Hovered state of color.chart.green.boldest.',
|
|
2727
1710
|
exampleValue: '#164B35'
|
|
2728
1711
|
}, {
|
|
2729
|
-
content: {
|
|
2730
|
-
name: 'color.chart.teal.bold',
|
|
2731
|
-
description: 'For data visualisation only.'
|
|
2732
|
-
},
|
|
1712
|
+
content: '{"name":"color.chart.teal.bold","description":"For data visualisation only."}',
|
|
2733
1713
|
name: 'color.chart.teal.bold',
|
|
2734
1714
|
description: 'For data visualisation only.',
|
|
2735
1715
|
exampleValue: '#2898BD'
|
|
2736
1716
|
}, {
|
|
2737
|
-
content: {
|
|
2738
|
-
name: 'color.chart.teal.bold.hovered',
|
|
2739
|
-
description: 'Hovered state of color.chart.teal.bold.'
|
|
2740
|
-
},
|
|
1717
|
+
content: '{"name":"color.chart.teal.bold.hovered","description":"Hovered state of color.chart.teal.bold."}',
|
|
2741
1718
|
name: 'color.chart.teal.bold.hovered',
|
|
2742
1719
|
description: 'Hovered state of color.chart.teal.bold.',
|
|
2743
1720
|
exampleValue: '#227D9B'
|
|
2744
1721
|
}, {
|
|
2745
|
-
content: {
|
|
2746
|
-
name: 'color.chart.teal.bolder',
|
|
2747
|
-
description: 'For data visualisation only.'
|
|
2748
|
-
},
|
|
1722
|
+
content: '{"name":"color.chart.teal.bolder","description":"For data visualisation only."}',
|
|
2749
1723
|
name: 'color.chart.teal.bolder',
|
|
2750
1724
|
description: 'For data visualisation only.',
|
|
2751
1725
|
exampleValue: '#227D9B'
|
|
2752
1726
|
}, {
|
|
2753
|
-
content: {
|
|
2754
|
-
name: 'color.chart.teal.bolder.hovered',
|
|
2755
|
-
description: 'Hovered state of color.chart.teal.bolder.'
|
|
2756
|
-
},
|
|
1727
|
+
content: '{"name":"color.chart.teal.bolder.hovered","description":"Hovered state of color.chart.teal.bolder."}',
|
|
2757
1728
|
name: 'color.chart.teal.bolder.hovered',
|
|
2758
1729
|
description: 'Hovered state of color.chart.teal.bolder.',
|
|
2759
1730
|
exampleValue: '#206A83'
|
|
2760
1731
|
}, {
|
|
2761
|
-
content: {
|
|
2762
|
-
name: 'color.chart.teal.boldest',
|
|
2763
|
-
description: 'For data visualisation only.'
|
|
2764
|
-
},
|
|
1732
|
+
content: '{"name":"color.chart.teal.boldest","description":"For data visualisation only."}',
|
|
2765
1733
|
name: 'color.chart.teal.boldest',
|
|
2766
1734
|
description: 'For data visualisation only.',
|
|
2767
1735
|
exampleValue: '#206A83'
|
|
2768
1736
|
}, {
|
|
2769
|
-
content: {
|
|
2770
|
-
name: 'color.chart.teal.boldest.hovered',
|
|
2771
|
-
description: 'Hovered state of color.chart.teal.boldest.'
|
|
2772
|
-
},
|
|
1737
|
+
content: '{"name":"color.chart.teal.boldest.hovered","description":"Hovered state of color.chart.teal.boldest."}',
|
|
2773
1738
|
name: 'color.chart.teal.boldest.hovered',
|
|
2774
1739
|
description: 'Hovered state of color.chart.teal.boldest.',
|
|
2775
1740
|
exampleValue: '#164555'
|
|
2776
1741
|
}, {
|
|
2777
|
-
content: {
|
|
2778
|
-
name: 'color.chart.blue.bold',
|
|
2779
|
-
description: 'For data visualisation only.'
|
|
2780
|
-
},
|
|
1742
|
+
content: '{"name":"color.chart.blue.bold","description":"For data visualisation only."}',
|
|
2781
1743
|
name: 'color.chart.blue.bold',
|
|
2782
1744
|
description: 'For data visualisation only.',
|
|
2783
1745
|
exampleValue: '#4688EC'
|
|
2784
1746
|
}, {
|
|
2785
|
-
content: {
|
|
2786
|
-
name: 'color.chart.blue.bold.hovered',
|
|
2787
|
-
description: 'Hovered state of color.chart.blue.bold.'
|
|
2788
|
-
},
|
|
1747
|
+
content: '{"name":"color.chart.blue.bold.hovered","description":"Hovered state of color.chart.blue.bold."}',
|
|
2789
1748
|
name: 'color.chart.blue.bold.hovered',
|
|
2790
1749
|
description: 'Hovered state of color.chart.blue.bold.',
|
|
2791
1750
|
exampleValue: '#357DE8'
|
|
2792
1751
|
}, {
|
|
2793
|
-
content: {
|
|
2794
|
-
name: 'color.chart.blue.bolder',
|
|
2795
|
-
description: 'For data visualisation only.'
|
|
2796
|
-
},
|
|
1752
|
+
content: '{"name":"color.chart.blue.bolder","description":"For data visualisation only."}',
|
|
2797
1753
|
name: 'color.chart.blue.bolder',
|
|
2798
1754
|
description: 'For data visualisation only.',
|
|
2799
1755
|
exampleValue: '#357DE8'
|
|
2800
1756
|
}, {
|
|
2801
|
-
content: {
|
|
2802
|
-
name: 'color.chart.blue.bolder.hovered',
|
|
2803
|
-
description: 'Hovered state of color.chart.blue.bolder.'
|
|
2804
|
-
},
|
|
1757
|
+
content: '{"name":"color.chart.blue.bolder.hovered","description":"Hovered state of color.chart.blue.bolder."}',
|
|
2805
1758
|
name: 'color.chart.blue.bolder.hovered',
|
|
2806
1759
|
description: 'Hovered state of color.chart.blue.bolder.',
|
|
2807
1760
|
exampleValue: '#1868DB'
|
|
2808
1761
|
}, {
|
|
2809
|
-
content: {
|
|
2810
|
-
name: 'color.chart.blue.boldest',
|
|
2811
|
-
description: 'For data visualisation only.'
|
|
2812
|
-
},
|
|
1762
|
+
content: '{"name":"color.chart.blue.boldest","description":"For data visualisation only."}',
|
|
2813
1763
|
name: 'color.chart.blue.boldest',
|
|
2814
1764
|
description: 'For data visualisation only.',
|
|
2815
1765
|
exampleValue: '#1558BC'
|
|
2816
1766
|
}, {
|
|
2817
|
-
content: {
|
|
2818
|
-
name: 'color.chart.blue.boldest.hovered',
|
|
2819
|
-
description: 'Hovered state of color.chart.blue.boldest.'
|
|
2820
|
-
},
|
|
1767
|
+
content: '{"name":"color.chart.blue.boldest.hovered","description":"Hovered state of color.chart.blue.boldest."}',
|
|
2821
1768
|
name: 'color.chart.blue.boldest.hovered',
|
|
2822
1769
|
description: 'Hovered state of color.chart.blue.boldest.',
|
|
2823
1770
|
exampleValue: '#123263'
|
|
2824
1771
|
}, {
|
|
2825
|
-
content: {
|
|
2826
|
-
name: 'color.chart.purple.bold',
|
|
2827
|
-
description: 'For data visualisation only.'
|
|
2828
|
-
},
|
|
1772
|
+
content: '{"name":"color.chart.purple.bold","description":"For data visualisation only."}',
|
|
2829
1773
|
name: 'color.chart.purple.bold',
|
|
2830
1774
|
description: 'For data visualisation only.',
|
|
2831
1775
|
exampleValue: '#BF63F3'
|
|
2832
1776
|
}, {
|
|
2833
|
-
content: {
|
|
2834
|
-
name: 'color.chart.purple.bold.hovered',
|
|
2835
|
-
description: 'Hovered state of color.chart.purple.bold.'
|
|
2836
|
-
},
|
|
1777
|
+
content: '{"name":"color.chart.purple.bold.hovered","description":"Hovered state of color.chart.purple.bold."}',
|
|
2837
1778
|
name: 'color.chart.purple.bold.hovered',
|
|
2838
1779
|
description: 'Hovered state of color.chart.purple.bold.',
|
|
2839
1780
|
exampleValue: '#AF59E1'
|
|
2840
1781
|
}, {
|
|
2841
|
-
content: {
|
|
2842
|
-
name: 'color.chart.purple.bolder',
|
|
2843
|
-
description: 'For data visualisation only.'
|
|
2844
|
-
},
|
|
1782
|
+
content: '{"name":"color.chart.purple.bolder","description":"For data visualisation only."}',
|
|
2845
1783
|
name: 'color.chart.purple.bolder',
|
|
2846
1784
|
description: 'For data visualisation only.',
|
|
2847
1785
|
exampleValue: '#AF59E1'
|
|
2848
1786
|
}, {
|
|
2849
|
-
content: {
|
|
2850
|
-
name: 'color.chart.purple.bolder.hovered',
|
|
2851
|
-
description: 'Hovered state of color.chart.purple.bolder.'
|
|
2852
|
-
},
|
|
1787
|
+
content: '{"name":"color.chart.purple.bolder.hovered","description":"Hovered state of color.chart.purple.bolder."}',
|
|
2853
1788
|
name: 'color.chart.purple.bolder.hovered',
|
|
2854
1789
|
description: 'Hovered state of color.chart.purple.bolder.',
|
|
2855
1790
|
exampleValue: '#964AC0'
|
|
2856
1791
|
}, {
|
|
2857
|
-
content: {
|
|
2858
|
-
name: 'color.chart.purple.boldest',
|
|
2859
|
-
description: 'For data visualisation only.'
|
|
2860
|
-
},
|
|
1792
|
+
content: '{"name":"color.chart.purple.boldest","description":"For data visualisation only."}',
|
|
2861
1793
|
name: 'color.chart.purple.boldest',
|
|
2862
1794
|
description: 'For data visualisation only.',
|
|
2863
1795
|
exampleValue: '#803FA5'
|
|
2864
1796
|
}, {
|
|
2865
|
-
content: {
|
|
2866
|
-
name: 'color.chart.purple.boldest.hovered',
|
|
2867
|
-
description: 'Hovered state of color.chart.purple.boldest.'
|
|
2868
|
-
},
|
|
1797
|
+
content: '{"name":"color.chart.purple.boldest.hovered","description":"Hovered state of color.chart.purple.boldest."}',
|
|
2869
1798
|
name: 'color.chart.purple.boldest.hovered',
|
|
2870
1799
|
description: 'Hovered state of color.chart.purple.boldest.',
|
|
2871
1800
|
exampleValue: '#48245D'
|
|
2872
1801
|
}, {
|
|
2873
|
-
content: {
|
|
2874
|
-
name: 'color.chart.magenta.bold',
|
|
2875
|
-
description: 'For data visualisation only.'
|
|
2876
|
-
},
|
|
1802
|
+
content: '{"name":"color.chart.magenta.bold","description":"For data visualisation only."}',
|
|
2877
1803
|
name: 'color.chart.magenta.bold',
|
|
2878
1804
|
description: 'For data visualisation only.',
|
|
2879
1805
|
exampleValue: '#DA62AC'
|
|
2880
1806
|
}, {
|
|
2881
|
-
content: {
|
|
2882
|
-
name: 'color.chart.magenta.bold.hovered',
|
|
2883
|
-
description: 'Hovered state of color.chart.magenta.bold.'
|
|
2884
|
-
},
|
|
1807
|
+
content: '{"name":"color.chart.magenta.bold.hovered","description":"Hovered state of color.chart.magenta.bold."}',
|
|
2885
1808
|
name: 'color.chart.magenta.bold.hovered',
|
|
2886
1809
|
description: 'Hovered state of color.chart.magenta.bold.',
|
|
2887
1810
|
exampleValue: '#CD519D'
|
|
2888
1811
|
}, {
|
|
2889
|
-
content: {
|
|
2890
|
-
name: 'color.chart.magenta.bolder',
|
|
2891
|
-
description: 'For data visualisation only.'
|
|
2892
|
-
},
|
|
1812
|
+
content: '{"name":"color.chart.magenta.bolder","description":"For data visualisation only."}',
|
|
2893
1813
|
name: 'color.chart.magenta.bolder',
|
|
2894
1814
|
description: 'For data visualisation only.',
|
|
2895
1815
|
exampleValue: '#CD519D'
|
|
2896
1816
|
}, {
|
|
2897
|
-
content: {
|
|
2898
|
-
name: 'color.chart.magenta.bolder.hovered',
|
|
2899
|
-
description: 'Hovered state of color.chart.magenta.bolder.'
|
|
2900
|
-
},
|
|
1817
|
+
content: '{"name":"color.chart.magenta.bolder.hovered","description":"Hovered state of color.chart.magenta.bolder."}',
|
|
2901
1818
|
name: 'color.chart.magenta.bolder.hovered',
|
|
2902
1819
|
description: 'Hovered state of color.chart.magenta.bolder.',
|
|
2903
1820
|
exampleValue: '#AE4787'
|
|
2904
1821
|
}, {
|
|
2905
|
-
content: {
|
|
2906
|
-
name: 'color.chart.magenta.boldest',
|
|
2907
|
-
description: 'For data visualisation only.'
|
|
2908
|
-
},
|
|
1822
|
+
content: '{"name":"color.chart.magenta.boldest","description":"For data visualisation only."}',
|
|
2909
1823
|
name: 'color.chart.magenta.boldest',
|
|
2910
1824
|
description: 'For data visualisation only.',
|
|
2911
1825
|
exampleValue: '#943D73'
|
|
2912
1826
|
}, {
|
|
2913
|
-
content: {
|
|
2914
|
-
name: 'color.chart.magenta.boldest.hovered',
|
|
2915
|
-
description: 'Hovered state of color.chart.magenta.boldest.'
|
|
2916
|
-
},
|
|
1827
|
+
content: '{"name":"color.chart.magenta.boldest.hovered","description":"Hovered state of color.chart.magenta.boldest."}',
|
|
2917
1828
|
name: 'color.chart.magenta.boldest.hovered',
|
|
2918
1829
|
description: 'Hovered state of color.chart.magenta.boldest.',
|
|
2919
1830
|
exampleValue: '#50253F'
|
|
2920
1831
|
}, {
|
|
2921
|
-
content: {
|
|
2922
|
-
name: 'color.chart.gray.bold',
|
|
2923
|
-
description: 'For data visualisation only.'
|
|
2924
|
-
},
|
|
1832
|
+
content: '{"name":"color.chart.gray.bold","description":"For data visualisation only."}',
|
|
2925
1833
|
name: 'color.chart.gray.bold',
|
|
2926
1834
|
description: 'For data visualisation only.',
|
|
2927
1835
|
exampleValue: '#8C8F97'
|
|
2928
1836
|
}, {
|
|
2929
|
-
content: {
|
|
2930
|
-
name: 'color.chart.gray.bold.hovered',
|
|
2931
|
-
description: 'Hovered state of color.chart.gray.bold.'
|
|
2932
|
-
},
|
|
1837
|
+
content: '{"name":"color.chart.gray.bold.hovered","description":"Hovered state of color.chart.gray.bold."}',
|
|
2933
1838
|
name: 'color.chart.gray.bold.hovered',
|
|
2934
1839
|
description: 'Hovered state of color.chart.gray.bold.',
|
|
2935
1840
|
exampleValue: '#7D818A'
|
|
2936
1841
|
}, {
|
|
2937
|
-
content: {
|
|
2938
|
-
name: 'color.chart.gray.bolder',
|
|
2939
|
-
description: 'For data visualisation only.'
|
|
2940
|
-
},
|
|
1842
|
+
content: '{"name":"color.chart.gray.bolder","description":"For data visualisation only."}',
|
|
2941
1843
|
name: 'color.chart.gray.bolder',
|
|
2942
1844
|
description: 'For data visualisation only.',
|
|
2943
1845
|
exampleValue: '#7D818A'
|
|
2944
1846
|
}, {
|
|
2945
|
-
content: {
|
|
2946
|
-
name: 'color.chart.gray.bolder.hovered',
|
|
2947
|
-
description: 'Hovered state of color.chart.gray.bolder.'
|
|
2948
|
-
},
|
|
1847
|
+
content: '{"name":"color.chart.gray.bolder.hovered","description":"Hovered state of color.chart.gray.bolder."}',
|
|
2949
1848
|
name: 'color.chart.gray.bolder.hovered',
|
|
2950
1849
|
description: 'Hovered state of color.chart.gray.bolder.',
|
|
2951
1850
|
exampleValue: '#6B6E76'
|
|
2952
1851
|
}, {
|
|
2953
|
-
content: {
|
|
2954
|
-
name: 'color.chart.gray.boldest',
|
|
2955
|
-
description: 'For data visualisation only.'
|
|
2956
|
-
},
|
|
1852
|
+
content: '{"name":"color.chart.gray.boldest","description":"For data visualisation only."}',
|
|
2957
1853
|
name: 'color.chart.gray.boldest',
|
|
2958
1854
|
description: 'For data visualisation only.',
|
|
2959
1855
|
exampleValue: '#505258'
|
|
2960
1856
|
}, {
|
|
2961
|
-
content: {
|
|
2962
|
-
name: 'color.chart.gray.boldest.hovered',
|
|
2963
|
-
description: 'Hovered state of color.chart.gray.boldest.'
|
|
2964
|
-
},
|
|
1857
|
+
content: '{"name":"color.chart.gray.boldest.hovered","description":"Hovered state of color.chart.gray.boldest."}',
|
|
2965
1858
|
name: 'color.chart.gray.boldest.hovered',
|
|
2966
1859
|
description: 'Hovered state of color.chart.gray.boldest.',
|
|
2967
1860
|
exampleValue: '#3B3D42'
|
|
2968
1861
|
}, {
|
|
2969
|
-
content: {
|
|
2970
|
-
name: 'color.chart.brand',
|
|
2971
|
-
description: 'Our primary color for data visualisation. Use when only one color is required.'
|
|
2972
|
-
},
|
|
1862
|
+
content: '{"name":"color.chart.brand","description":"Our primary color for data visualisation. Use when only one color is required."}',
|
|
2973
1863
|
name: 'color.chart.brand',
|
|
2974
1864
|
description: 'Our primary color for data visualisation. Use when only one color is required.',
|
|
2975
1865
|
exampleValue: '#357DE8'
|
|
2976
1866
|
}, {
|
|
2977
|
-
content: {
|
|
2978
|
-
name: 'color.chart.brand.hovered',
|
|
2979
|
-
description: 'Hovered state of color.chart.brand.'
|
|
2980
|
-
},
|
|
1867
|
+
content: '{"name":"color.chart.brand.hovered","description":"Hovered state of color.chart.brand."}',
|
|
2981
1868
|
name: 'color.chart.brand.hovered',
|
|
2982
1869
|
description: 'Hovered state of color.chart.brand.',
|
|
2983
1870
|
exampleValue: '#1868DB'
|
|
2984
1871
|
}, {
|
|
2985
|
-
content: {
|
|
2986
|
-
name: 'color.chart.danger',
|
|
2987
|
-
description: "For data visualisation communicating negative information, such as 'off track'."
|
|
2988
|
-
},
|
|
1872
|
+
content: '{"name":"color.chart.danger","description":"For data visualisation communicating negative information, such as \'off track\'."}',
|
|
2989
1873
|
name: 'color.chart.danger',
|
|
2990
1874
|
description: "For data visualisation communicating negative information, such as 'off track'.",
|
|
2991
1875
|
exampleValue: '#E2483D'
|
|
2992
1876
|
}, {
|
|
2993
|
-
content: {
|
|
2994
|
-
name: 'color.chart.danger.hovered',
|
|
2995
|
-
description: 'Hovered state of color.chart.danger.'
|
|
2996
|
-
},
|
|
1877
|
+
content: '{"name":"color.chart.danger.hovered","description":"Hovered state of color.chart.danger."}',
|
|
2997
1878
|
name: 'color.chart.danger.hovered',
|
|
2998
1879
|
description: 'Hovered state of color.chart.danger.',
|
|
2999
1880
|
exampleValue: '#C9372C'
|
|
3000
1881
|
}, {
|
|
3001
|
-
content: {
|
|
3002
|
-
name: 'color.chart.danger.bold',
|
|
3003
|
-
description: 'A stronger emphasis option of color.chart.danger.'
|
|
3004
|
-
},
|
|
1882
|
+
content: '{"name":"color.chart.danger.bold","description":"A stronger emphasis option of color.chart.danger."}',
|
|
3005
1883
|
name: 'color.chart.danger.bold',
|
|
3006
1884
|
description: 'A stronger emphasis option of color.chart.danger.',
|
|
3007
1885
|
exampleValue: '#872821'
|
|
3008
1886
|
}, {
|
|
3009
|
-
content: {
|
|
3010
|
-
name: 'color.chart.danger.bold.hovered',
|
|
3011
|
-
description: 'Hovered state of color.chart.danger.bold.'
|
|
3012
|
-
},
|
|
1887
|
+
content: '{"name":"color.chart.danger.bold.hovered","description":"Hovered state of color.chart.danger.bold."}',
|
|
3013
1888
|
name: 'color.chart.danger.bold.hovered',
|
|
3014
1889
|
description: 'Hovered state of color.chart.danger.bold.',
|
|
3015
1890
|
exampleValue: '#5D1F1A'
|
|
3016
1891
|
}, {
|
|
3017
|
-
content: {
|
|
3018
|
-
name: 'color.chart.warning',
|
|
3019
|
-
description: "For data visualisation communicating caution, such as 'at risk' statuses."
|
|
3020
|
-
},
|
|
1892
|
+
content: '{"name":"color.chart.warning","description":"For data visualisation communicating caution, such as \'at risk\' statuses."}',
|
|
3021
1893
|
name: 'color.chart.warning',
|
|
3022
1894
|
description: "For data visualisation communicating caution, such as 'at risk' statuses.",
|
|
3023
1895
|
exampleValue: '#F68909'
|
|
3024
1896
|
}, {
|
|
3025
|
-
content: {
|
|
3026
|
-
name: 'color.chart.warning.hovered',
|
|
3027
|
-
description: 'Hovered state of color.chart.warning.'
|
|
3028
|
-
},
|
|
1897
|
+
content: '{"name":"color.chart.warning.hovered","description":"Hovered state of color.chart.warning."}',
|
|
3029
1898
|
name: 'color.chart.warning.hovered',
|
|
3030
1899
|
description: 'Hovered state of color.chart.warning.',
|
|
3031
1900
|
exampleValue: '#E06C00'
|
|
3032
1901
|
}, {
|
|
3033
|
-
content: {
|
|
3034
|
-
name: 'color.chart.warning.bold',
|
|
3035
|
-
description: 'A stronger emphasis option of color.chart.warning.'
|
|
3036
|
-
},
|
|
1902
|
+
content: '{"name":"color.chart.warning.bold","description":"A stronger emphasis option of color.chart.warning."}',
|
|
3037
1903
|
name: 'color.chart.warning.bold',
|
|
3038
1904
|
description: 'A stronger emphasis option of color.chart.warning.',
|
|
3039
1905
|
exampleValue: '#BD5B00'
|
|
3040
1906
|
}, {
|
|
3041
|
-
content: {
|
|
3042
|
-
name: 'color.chart.warning.bold.hovered',
|
|
3043
|
-
description: 'Hovered state of color.chart.warning.bold.'
|
|
3044
|
-
},
|
|
1907
|
+
content: '{"name":"color.chart.warning.bold.hovered","description":"Hovered state of color.chart.warning.bold."}',
|
|
3045
1908
|
name: 'color.chart.warning.bold.hovered',
|
|
3046
1909
|
description: 'Hovered state of color.chart.warning.bold.',
|
|
3047
1910
|
exampleValue: '#9E4C00'
|
|
3048
1911
|
}, {
|
|
3049
|
-
content: {
|
|
3050
|
-
name: 'color.chart.success',
|
|
3051
|
-
description: "For data visualisation communicating positive information, such as 'on track'."
|
|
3052
|
-
},
|
|
1912
|
+
content: '{"name":"color.chart.success","description":"For data visualisation communicating positive information, such as \'on track\'."}',
|
|
3053
1913
|
name: 'color.chart.success',
|
|
3054
1914
|
description: "For data visualisation communicating positive information, such as 'on track'.",
|
|
3055
1915
|
exampleValue: '#82B536'
|
|
3056
1916
|
}, {
|
|
3057
|
-
content: {
|
|
3058
|
-
name: 'color.chart.success.hovered',
|
|
3059
|
-
description: 'Hovered state of color.chart.success.'
|
|
3060
|
-
},
|
|
1917
|
+
content: '{"name":"color.chart.success.hovered","description":"Hovered state of color.chart.success."}',
|
|
3061
1918
|
name: 'color.chart.success.hovered',
|
|
3062
1919
|
description: 'Hovered state of color.chart.success.',
|
|
3063
1920
|
exampleValue: '#6A9A23'
|
|
3064
1921
|
}, {
|
|
3065
|
-
content: {
|
|
3066
|
-
name: 'color.chart.success.bold',
|
|
3067
|
-
description: 'A stronger emphasis option of color.chart.success.'
|
|
3068
|
-
},
|
|
1922
|
+
content: '{"name":"color.chart.success.bold","description":"A stronger emphasis option of color.chart.success."}',
|
|
3069
1923
|
name: 'color.chart.success.bold',
|
|
3070
1924
|
description: 'A stronger emphasis option of color.chart.success.',
|
|
3071
1925
|
exampleValue: '#5B7F24'
|
|
3072
1926
|
}, {
|
|
3073
|
-
content: {
|
|
3074
|
-
name: 'color.chart.success.bold.hovered',
|
|
3075
|
-
description: 'Hovered state of color.chart.success.bold.'
|
|
3076
|
-
},
|
|
1927
|
+
content: '{"name":"color.chart.success.bold.hovered","description":"Hovered state of color.chart.success.bold."}',
|
|
3077
1928
|
name: 'color.chart.success.bold.hovered',
|
|
3078
1929
|
description: 'Hovered state of color.chart.success.bold.',
|
|
3079
1930
|
exampleValue: '#4C6B1F'
|
|
3080
1931
|
}, {
|
|
3081
|
-
content: {
|
|
3082
|
-
name: 'color.chart.discovery',
|
|
3083
|
-
description: "For data visualisation communicating 'new' statuses."
|
|
3084
|
-
},
|
|
1932
|
+
content: '{"name":"color.chart.discovery","description":"For data visualisation communicating \'new\' statuses."}',
|
|
3085
1933
|
name: 'color.chart.discovery',
|
|
3086
1934
|
description: "For data visualisation communicating 'new' statuses.",
|
|
3087
1935
|
exampleValue: '#BF63F3'
|
|
3088
1936
|
}, {
|
|
3089
|
-
content: {
|
|
3090
|
-
name: 'color.chart.discovery.hovered',
|
|
3091
|
-
description: 'Hovered state of color.chart.discovery.'
|
|
3092
|
-
},
|
|
1937
|
+
content: '{"name":"color.chart.discovery.hovered","description":"Hovered state of color.chart.discovery."}',
|
|
3093
1938
|
name: 'color.chart.discovery.hovered',
|
|
3094
1939
|
description: 'Hovered state of color.chart.discovery.',
|
|
3095
1940
|
exampleValue: '#AF59E1'
|
|
3096
1941
|
}, {
|
|
3097
|
-
content: {
|
|
3098
|
-
name: 'color.chart.discovery.bold',
|
|
3099
|
-
description: 'A stronger emphasis option of color.chart.discovery.'
|
|
3100
|
-
},
|
|
1942
|
+
content: '{"name":"color.chart.discovery.bold","description":"A stronger emphasis option of color.chart.discovery."}',
|
|
3101
1943
|
name: 'color.chart.discovery.bold',
|
|
3102
1944
|
description: 'A stronger emphasis option of color.chart.discovery.',
|
|
3103
1945
|
exampleValue: '#803FA5'
|
|
3104
1946
|
}, {
|
|
3105
|
-
content: {
|
|
3106
|
-
name: 'color.chart.discovery.bold.hovered',
|
|
3107
|
-
description: 'Hovered state of color.chart.discovery.bold.'
|
|
3108
|
-
},
|
|
1947
|
+
content: '{"name":"color.chart.discovery.bold.hovered","description":"Hovered state of color.chart.discovery.bold."}',
|
|
3109
1948
|
name: 'color.chart.discovery.bold.hovered',
|
|
3110
1949
|
description: 'Hovered state of color.chart.discovery.bold.',
|
|
3111
1950
|
exampleValue: '#964AC0'
|
|
3112
1951
|
}, {
|
|
3113
|
-
content: {
|
|
3114
|
-
name: 'color.chart.information',
|
|
3115
|
-
description: 'For data visualisation communicating low priority or in-progress statuses.'
|
|
3116
|
-
},
|
|
1952
|
+
content: '{"name":"color.chart.information","description":"For data visualisation communicating low priority or in-progress statuses."}',
|
|
3117
1953
|
name: 'color.chart.information',
|
|
3118
1954
|
description: 'For data visualisation communicating low priority or in-progress statuses.',
|
|
3119
1955
|
exampleValue: '#357DE8'
|
|
3120
1956
|
}, {
|
|
3121
|
-
content: {
|
|
3122
|
-
name: 'color.chart.information.hovered',
|
|
3123
|
-
description: 'Hovered state of color.chart.information.'
|
|
3124
|
-
},
|
|
1957
|
+
content: '{"name":"color.chart.information.hovered","description":"Hovered state of color.chart.information."}',
|
|
3125
1958
|
name: 'color.chart.information.hovered',
|
|
3126
1959
|
description: 'Hovered state of color.chart.information.',
|
|
3127
1960
|
exampleValue: '#1868DB'
|
|
3128
1961
|
}, {
|
|
3129
|
-
content: {
|
|
3130
|
-
name: 'color.chart.information.bold',
|
|
3131
|
-
description: 'A stronger emphasis option of color.chart.information.'
|
|
3132
|
-
},
|
|
1962
|
+
content: '{"name":"color.chart.information.bold","description":"A stronger emphasis option of color.chart.information."}',
|
|
3133
1963
|
name: 'color.chart.information.bold',
|
|
3134
1964
|
description: 'A stronger emphasis option of color.chart.information.',
|
|
3135
1965
|
exampleValue: '#1558BC'
|
|
3136
1966
|
}, {
|
|
3137
|
-
content: {
|
|
3138
|
-
name: 'color.chart.information.bold.hovered',
|
|
3139
|
-
description: 'Hovered state of color.chart.information.bold.'
|
|
3140
|
-
},
|
|
1967
|
+
content: '{"name":"color.chart.information.bold.hovered","description":"Hovered state of color.chart.information.bold."}',
|
|
3141
1968
|
name: 'color.chart.information.bold.hovered',
|
|
3142
1969
|
description: 'Hovered state of color.chart.information.bold.',
|
|
3143
1970
|
exampleValue: '#123263'
|
|
3144
1971
|
}, {
|
|
3145
|
-
content: {
|
|
3146
|
-
name: 'elevation.surface',
|
|
3147
|
-
description: 'Use as the primary background for the UI.'
|
|
3148
|
-
},
|
|
1972
|
+
content: '{"name":"elevation.surface","description":"Use as the primary background for the UI."}',
|
|
3149
1973
|
name: 'elevation.surface',
|
|
3150
1974
|
description: 'Use as the primary background for the UI.',
|
|
3151
1975
|
exampleValue: '#FFFFFF'
|
|
3152
1976
|
}, {
|
|
3153
|
-
content: {
|
|
3154
|
-
name: 'elevation.surface.hovered',
|
|
3155
|
-
description: 'Hovered state of elevation.surface'
|
|
3156
|
-
},
|
|
1977
|
+
content: '{"name":"elevation.surface.hovered","description":"Hovered state of elevation.surface"}',
|
|
3157
1978
|
name: 'elevation.surface.hovered',
|
|
3158
1979
|
description: 'Hovered state of elevation.surface',
|
|
3159
1980
|
exampleValue: '#F0F1F2'
|
|
3160
1981
|
}, {
|
|
3161
|
-
content: {
|
|
3162
|
-
name: 'elevation.surface.pressed',
|
|
3163
|
-
description: 'Pressed state of elevation.surface'
|
|
3164
|
-
},
|
|
1982
|
+
content: '{"name":"elevation.surface.pressed","description":"Pressed state of elevation.surface"}',
|
|
3165
1983
|
name: 'elevation.surface.pressed',
|
|
3166
1984
|
description: 'Pressed state of elevation.surface',
|
|
3167
1985
|
exampleValue: '#DDDEE1'
|
|
3168
1986
|
}, {
|
|
3169
|
-
content: {
|
|
3170
|
-
name: 'elevation.surface.overlay',
|
|
3171
|
-
description: 'Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay.'
|
|
3172
|
-
},
|
|
1987
|
+
content: '{"name":"elevation.surface.overlay","description":"Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay."}',
|
|
3173
1988
|
name: 'elevation.surface.overlay',
|
|
3174
1989
|
description: 'Use for the background of elements that sit on top of they UI, such as modals, dialogs, dropdown menus, floating toolbars, and floating single-action buttons. Also use for the background of raised cards in a dragged state. Combine with elevation.shadow.overlay.',
|
|
3175
1990
|
exampleValue: '#FFFFFF'
|
|
3176
1991
|
}, {
|
|
3177
|
-
content: {
|
|
3178
|
-
name: 'elevation.surface.overlay.hovered',
|
|
3179
|
-
description: 'Hovered state of elevation.surface.overlay'
|
|
3180
|
-
},
|
|
1992
|
+
content: '{"name":"elevation.surface.overlay.hovered","description":"Hovered state of elevation.surface.overlay"}',
|
|
3181
1993
|
name: 'elevation.surface.overlay.hovered',
|
|
3182
1994
|
description: 'Hovered state of elevation.surface.overlay',
|
|
3183
1995
|
exampleValue: '#F0F1F2'
|
|
3184
1996
|
}, {
|
|
3185
|
-
content: {
|
|
3186
|
-
name: 'elevation.surface.overlay.pressed',
|
|
3187
|
-
description: 'Pressed state of elevation.surface.overlay'
|
|
3188
|
-
},
|
|
1997
|
+
content: '{"name":"elevation.surface.overlay.pressed","description":"Pressed state of elevation.surface.overlay"}',
|
|
3189
1998
|
name: 'elevation.surface.overlay.pressed',
|
|
3190
1999
|
description: 'Pressed state of elevation.surface.overlay',
|
|
3191
2000
|
exampleValue: '#DDDEE1'
|
|
3192
2001
|
}, {
|
|
3193
|
-
content: {
|
|
3194
|
-
name: 'elevation.surface.raised',
|
|
3195
|
-
description: 'Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised.'
|
|
3196
|
-
},
|
|
2002
|
+
content: '{"name":"elevation.surface.raised","description":"Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised."}',
|
|
3197
2003
|
name: 'elevation.surface.raised',
|
|
3198
2004
|
description: 'Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised.',
|
|
3199
2005
|
exampleValue: '#FFFFFF'
|
|
3200
2006
|
}, {
|
|
3201
|
-
content: {
|
|
3202
|
-
name: 'elevation.surface.raised.hovered',
|
|
3203
|
-
description: 'Hovered state of elevation.surface.raised'
|
|
3204
|
-
},
|
|
2007
|
+
content: '{"name":"elevation.surface.raised.hovered","description":"Hovered state of elevation.surface.raised"}',
|
|
3205
2008
|
name: 'elevation.surface.raised.hovered',
|
|
3206
2009
|
description: 'Hovered state of elevation.surface.raised',
|
|
3207
2010
|
exampleValue: '#F0F1F2'
|
|
3208
2011
|
}, {
|
|
3209
|
-
content: {
|
|
3210
|
-
name: 'elevation.surface.raised.pressed',
|
|
3211
|
-
description: 'Pressed state of elevation.surface.raised'
|
|
3212
|
-
},
|
|
2012
|
+
content: '{"name":"elevation.surface.raised.pressed","description":"Pressed state of elevation.surface.raised"}',
|
|
3213
2013
|
name: 'elevation.surface.raised.pressed',
|
|
3214
2014
|
description: 'Pressed state of elevation.surface.raised',
|
|
3215
2015
|
exampleValue: '#DDDEE1'
|
|
3216
2016
|
}, {
|
|
3217
|
-
content: {
|
|
3218
|
-
name: 'elevation.surface.sunken',
|
|
3219
|
-
description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.'
|
|
3220
|
-
},
|
|
2017
|
+
content: '{"name":"elevation.surface.sunken","description":"A secondary background for the UI commonly used for grouping items, such as Jira cards in columns."}',
|
|
3221
2018
|
name: 'elevation.surface.sunken',
|
|
3222
2019
|
description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.',
|
|
3223
2020
|
exampleValue: '#F8F8F8'
|
|
3224
2021
|
}, {
|
|
3225
|
-
content: {
|
|
3226
|
-
name: 'elevation.shadow.overflow',
|
|
3227
|
-
description: 'Use to create a shadow when content scrolls under other content.'
|
|
3228
|
-
},
|
|
2022
|
+
content: '{"name":"elevation.shadow.overflow","description":"Use to create a shadow when content scrolls under other content."}',
|
|
3229
2023
|
name: 'elevation.shadow.overflow',
|
|
3230
2024
|
description: 'Use to create a shadow when content scrolls under other content.',
|
|
3231
2025
|
exampleValue: '0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F'
|
|
3232
2026
|
}, {
|
|
3233
|
-
content: {
|
|
3234
|
-
name: 'elevation.shadow.overflow.perimeter',
|
|
3235
|
-
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.'
|
|
3236
|
-
},
|
|
2027
|
+
content: '{"name":"elevation.shadow.overflow.perimeter","description":"Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow."}',
|
|
3237
2028
|
name: 'elevation.shadow.overflow.perimeter',
|
|
3238
2029
|
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.',
|
|
3239
2030
|
exampleValue: '#1E1F211f'
|
|
3240
2031
|
}, {
|
|
3241
|
-
content: {
|
|
3242
|
-
name: 'elevation.shadow.overflow.spread',
|
|
3243
|
-
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.'
|
|
3244
|
-
},
|
|
2032
|
+
content: '{"name":"elevation.shadow.overflow.spread","description":"Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow."}',
|
|
3245
2033
|
name: 'elevation.shadow.overflow.spread',
|
|
3246
2034
|
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.',
|
|
3247
2035
|
exampleValue: '#1E1F2129'
|
|
3248
2036
|
}, {
|
|
3249
|
-
content: {
|
|
3250
|
-
name: 'elevation.shadow.overlay',
|
|
3251
|
-
description: 'Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state.'
|
|
3252
|
-
},
|
|
2037
|
+
content: '{"name":"elevation.shadow.overlay","description":"Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\\n\\nAlso use for the box shadow of raised cards in a dragged state."}',
|
|
3253
2038
|
name: 'elevation.shadow.overlay',
|
|
3254
2039
|
description: 'Use for the box shadow of elements that sit on top of the UI, such as modals, dropdown menus, flags, and inline dialogs. Combine with elevation.surface.overlay\n\nAlso use for the box shadow of raised cards in a dragged state.',
|
|
3255
2040
|
exampleValue: '0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F'
|
|
3256
2041
|
}, {
|
|
3257
|
-
content: {
|
|
3258
|
-
name: 'elevation.shadow.raised',
|
|
3259
|
-
description: 'Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised'
|
|
3260
|
-
},
|
|
2042
|
+
content: '{"name":"elevation.shadow.raised","description":"Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised"}',
|
|
3261
2043
|
name: 'elevation.shadow.raised',
|
|
3262
2044
|
description: 'Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised',
|
|
3263
2045
|
exampleValue: '0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F'
|
|
3264
2046
|
}, {
|
|
3265
|
-
content: {
|
|
3266
|
-
name: 'opacity.disabled',
|
|
3267
|
-
description: 'Apply to images when in a disabled state.'
|
|
3268
|
-
},
|
|
2047
|
+
content: '{"name":"opacity.disabled","description":"Apply to images when in a disabled state."}',
|
|
3269
2048
|
name: 'opacity.disabled',
|
|
3270
2049
|
description: 'Apply to images when in a disabled state.',
|
|
3271
2050
|
exampleValue: '0.4'
|
|
3272
2051
|
}, {
|
|
3273
|
-
content: {
|
|
3274
|
-
name: 'opacity.loading',
|
|
3275
|
-
description: 'Apply to content that sits under a loading spinner.'
|
|
3276
|
-
},
|
|
2052
|
+
content: '{"name":"opacity.loading","description":"Apply to content that sits under a loading spinner."}',
|
|
3277
2053
|
name: 'opacity.loading',
|
|
3278
2054
|
description: 'Apply to content that sits under a loading spinner.',
|
|
3279
2055
|
exampleValue: '0.2'
|
|
3280
2056
|
}, {
|
|
3281
|
-
content: {
|
|
3282
|
-
name: 'utility.UNSAFE.transparent',
|
|
3283
|
-
description: 'Transparent token used for backwards compatibility between new and old theming solutions'
|
|
3284
|
-
},
|
|
2057
|
+
content: '{"name":"utility.UNSAFE.transparent","description":"Transparent token used for backwards compatibility between new and old theming solutions"}',
|
|
3285
2058
|
name: 'utility.UNSAFE.transparent',
|
|
3286
2059
|
description: 'Transparent token used for backwards compatibility between new and old theming solutions',
|
|
3287
2060
|
exampleValue: 'transparent'
|
|
3288
2061
|
}, {
|
|
3289
|
-
content: {
|
|
3290
|
-
name: 'utility.elevation.surface.current',
|
|
3291
|
-
description: "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value."
|
|
3292
|
-
},
|
|
2062
|
+
content: '{"name":"utility.elevation.surface.current","description":"A dynamic token that represents the current surface color set by a parent element. It defaults to the \'elevation.surface\' token value."}',
|
|
3293
2063
|
name: 'utility.elevation.surface.current',
|
|
3294
2064
|
description: "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value.",
|
|
3295
2065
|
exampleValue: '#FFFFFF'
|
|
3296
2066
|
}, {
|
|
3297
|
-
content: {
|
|
3298
|
-
name: 'space.0',
|
|
3299
|
-
description: 'Equates to `0`. Use for resetting default spacing styles.'
|
|
3300
|
-
},
|
|
2067
|
+
content: '{"name":"space.0","description":"Equates to `0`. Use for resetting default spacing styles."}',
|
|
3301
2068
|
name: 'space.0',
|
|
3302
2069
|
description: 'Equates to `0`. Use for resetting default spacing styles.',
|
|
3303
2070
|
exampleValue: '0rem'
|
|
3304
2071
|
}, {
|
|
3305
|
-
content: {
|
|
3306
|
-
name: 'space.025',
|
|
3307
|
-
description: 'Use for small and compact pieces of UI.'
|
|
3308
|
-
},
|
|
2072
|
+
content: '{"name":"space.025","description":"Use for small and compact pieces of UI."}',
|
|
3309
2073
|
name: 'space.025',
|
|
3310
2074
|
description: 'Use for small and compact pieces of UI.',
|
|
3311
2075
|
exampleValue: '0.125rem'
|
|
3312
2076
|
}, {
|
|
3313
|
-
content: {
|
|
3314
|
-
name: 'space.050',
|
|
3315
|
-
description: 'Use for small and compact pieces of UI.'
|
|
3316
|
-
},
|
|
2077
|
+
content: '{"name":"space.050","description":"Use for small and compact pieces of UI."}',
|
|
3317
2078
|
name: 'space.050',
|
|
3318
2079
|
description: 'Use for small and compact pieces of UI.',
|
|
3319
2080
|
exampleValue: '0.25rem'
|
|
3320
2081
|
}, {
|
|
3321
|
-
content: {
|
|
3322
|
-
name: 'space.075',
|
|
3323
|
-
description: 'Use for small and compact pieces of UI.'
|
|
3324
|
-
},
|
|
2082
|
+
content: '{"name":"space.075","description":"Use for small and compact pieces of UI."}',
|
|
3325
2083
|
name: 'space.075',
|
|
3326
2084
|
description: 'Use for small and compact pieces of UI.',
|
|
3327
2085
|
exampleValue: '0.375rem'
|
|
3328
2086
|
}, {
|
|
3329
|
-
content: {
|
|
3330
|
-
name: 'space.100',
|
|
3331
|
-
description: 'Use for small and compact pieces of UI.'
|
|
3332
|
-
},
|
|
2087
|
+
content: '{"name":"space.100","description":"Use for small and compact pieces of UI."}',
|
|
3333
2088
|
name: 'space.100',
|
|
3334
2089
|
description: 'Use for small and compact pieces of UI.',
|
|
3335
2090
|
exampleValue: '0.5rem'
|
|
3336
2091
|
}, {
|
|
3337
|
-
content: {
|
|
3338
|
-
name: 'space.150',
|
|
3339
|
-
description: 'Use for larger and less dense pieces of UI.'
|
|
3340
|
-
},
|
|
2092
|
+
content: '{"name":"space.150","description":"Use for larger and less dense pieces of UI."}',
|
|
3341
2093
|
name: 'space.150',
|
|
3342
2094
|
description: 'Use for larger and less dense pieces of UI.',
|
|
3343
2095
|
exampleValue: '0.75rem'
|
|
3344
2096
|
}, {
|
|
3345
|
-
content: {
|
|
3346
|
-
name: 'space.200',
|
|
3347
|
-
description: 'Use for larger and less dense pieces of UI.'
|
|
3348
|
-
},
|
|
2097
|
+
content: '{"name":"space.200","description":"Use for larger and less dense pieces of UI."}',
|
|
3349
2098
|
name: 'space.200',
|
|
3350
2099
|
description: 'Use for larger and less dense pieces of UI.',
|
|
3351
2100
|
exampleValue: '1rem'
|
|
3352
2101
|
}, {
|
|
3353
|
-
content: {
|
|
3354
|
-
name: 'space.250',
|
|
3355
|
-
description: 'Use for larger and less dense pieces of UI.'
|
|
3356
|
-
},
|
|
2102
|
+
content: '{"name":"space.250","description":"Use for larger and less dense pieces of UI."}',
|
|
3357
2103
|
name: 'space.250',
|
|
3358
2104
|
description: 'Use for larger and less dense pieces of UI.',
|
|
3359
2105
|
exampleValue: '1.25rem'
|
|
3360
2106
|
}, {
|
|
3361
|
-
content: {
|
|
3362
|
-
name: 'space.300',
|
|
3363
|
-
description: 'Use for larger and less dense pieces of UI.'
|
|
3364
|
-
},
|
|
2107
|
+
content: '{"name":"space.300","description":"Use for larger and less dense pieces of UI."}',
|
|
3365
2108
|
name: 'space.300',
|
|
3366
2109
|
description: 'Use for larger and less dense pieces of UI.',
|
|
3367
2110
|
exampleValue: '1.5rem'
|
|
3368
2111
|
}, {
|
|
3369
|
-
content: {
|
|
3370
|
-
name: 'space.400',
|
|
3371
|
-
description: 'Use for the largest pieces of UI and for layout elements.'
|
|
3372
|
-
},
|
|
2112
|
+
content: '{"name":"space.400","description":"Use for the largest pieces of UI and for layout elements."}',
|
|
3373
2113
|
name: 'space.400',
|
|
3374
2114
|
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
3375
2115
|
exampleValue: '2rem'
|
|
3376
2116
|
}, {
|
|
3377
|
-
content: {
|
|
3378
|
-
name: 'space.500',
|
|
3379
|
-
description: 'Use for the largest pieces of UI and for layout elements.'
|
|
3380
|
-
},
|
|
2117
|
+
content: '{"name":"space.500","description":"Use for the largest pieces of UI and for layout elements."}',
|
|
3381
2118
|
name: 'space.500',
|
|
3382
2119
|
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
3383
2120
|
exampleValue: '2.5rem'
|
|
3384
2121
|
}, {
|
|
3385
|
-
content: {
|
|
3386
|
-
name: 'space.600',
|
|
3387
|
-
description: 'Use for the largest pieces of UI and for layout elements.'
|
|
3388
|
-
},
|
|
2122
|
+
content: '{"name":"space.600","description":"Use for the largest pieces of UI and for layout elements."}',
|
|
3389
2123
|
name: 'space.600',
|
|
3390
2124
|
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
3391
2125
|
exampleValue: '3rem'
|
|
3392
2126
|
}, {
|
|
3393
|
-
content: {
|
|
3394
|
-
name: 'space.800',
|
|
3395
|
-
description: 'Use for the largest pieces of UI and for layout elements.'
|
|
3396
|
-
},
|
|
2127
|
+
content: '{"name":"space.800","description":"Use for the largest pieces of UI and for layout elements."}',
|
|
3397
2128
|
name: 'space.800',
|
|
3398
2129
|
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
3399
2130
|
exampleValue: '4rem'
|
|
3400
2131
|
}, {
|
|
3401
|
-
content: {
|
|
3402
|
-
name: 'space.1000',
|
|
3403
|
-
description: 'Use for the largest pieces of UI and for layout elements.'
|
|
3404
|
-
},
|
|
2132
|
+
content: '{"name":"space.1000","description":"Use for the largest pieces of UI and for layout elements."}',
|
|
3405
2133
|
name: 'space.1000',
|
|
3406
2134
|
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
3407
2135
|
exampleValue: '5rem'
|
|
3408
2136
|
}, {
|
|
3409
|
-
content: {
|
|
3410
|
-
name: 'space.negative.025',
|
|
3411
|
-
description: 'Use to negate parent whitespace or overlap small pieces of UI.'
|
|
3412
|
-
},
|
|
2137
|
+
content: '{"name":"space.negative.025","description":"Use to negate parent whitespace or overlap small pieces of UI."}',
|
|
3413
2138
|
name: 'space.negative.025',
|
|
3414
2139
|
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
3415
2140
|
exampleValue: '-0.125rem'
|
|
3416
2141
|
}, {
|
|
3417
|
-
content: {
|
|
3418
|
-
name: 'space.negative.050',
|
|
3419
|
-
description: 'Use to negate parent whitespace or overlap small pieces of UI.'
|
|
3420
|
-
},
|
|
2142
|
+
content: '{"name":"space.negative.050","description":"Use to negate parent whitespace or overlap small pieces of UI."}',
|
|
3421
2143
|
name: 'space.negative.050',
|
|
3422
2144
|
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
3423
2145
|
exampleValue: '-0.25rem'
|
|
3424
2146
|
}, {
|
|
3425
|
-
content: {
|
|
3426
|
-
name: 'space.negative.075',
|
|
3427
|
-
description: 'Use to negate parent whitespace or overlap small pieces of UI.'
|
|
3428
|
-
},
|
|
2147
|
+
content: '{"name":"space.negative.075","description":"Use to negate parent whitespace or overlap small pieces of UI."}',
|
|
3429
2148
|
name: 'space.negative.075',
|
|
3430
2149
|
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
3431
2150
|
exampleValue: '-0.375rem'
|
|
3432
2151
|
}, {
|
|
3433
|
-
content: {
|
|
3434
|
-
name: 'space.negative.100',
|
|
3435
|
-
description: 'Use to negate parent whitespace or overlap small pieces of UI.'
|
|
3436
|
-
},
|
|
2152
|
+
content: '{"name":"space.negative.100","description":"Use to negate parent whitespace or overlap small pieces of UI."}',
|
|
3437
2153
|
name: 'space.negative.100',
|
|
3438
2154
|
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
3439
2155
|
exampleValue: '-0.5rem'
|
|
3440
2156
|
}, {
|
|
3441
|
-
content: {
|
|
3442
|
-
name: 'space.negative.150',
|
|
3443
|
-
description: 'Use to negate parent whitespace or overlap larger pieces of UI.'
|
|
3444
|
-
},
|
|
2157
|
+
content: '{"name":"space.negative.150","description":"Use to negate parent whitespace or overlap larger pieces of UI."}',
|
|
3445
2158
|
name: 'space.negative.150',
|
|
3446
2159
|
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
3447
2160
|
exampleValue: '-0.75rem'
|
|
3448
2161
|
}, {
|
|
3449
|
-
content: {
|
|
3450
|
-
name: 'space.negative.200',
|
|
3451
|
-
description: 'Use to negate parent whitespace or overlap larger pieces of UI.'
|
|
3452
|
-
},
|
|
2162
|
+
content: '{"name":"space.negative.200","description":"Use to negate parent whitespace or overlap larger pieces of UI."}',
|
|
3453
2163
|
name: 'space.negative.200',
|
|
3454
2164
|
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
3455
2165
|
exampleValue: '-1rem'
|
|
3456
2166
|
}, {
|
|
3457
|
-
content: {
|
|
3458
|
-
name: 'space.negative.250',
|
|
3459
|
-
description: 'Use to negate parent whitespace or overlap larger pieces of UI.'
|
|
3460
|
-
},
|
|
2167
|
+
content: '{"name":"space.negative.250","description":"Use to negate parent whitespace or overlap larger pieces of UI."}',
|
|
3461
2168
|
name: 'space.negative.250',
|
|
3462
2169
|
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
3463
2170
|
exampleValue: '-1.25rem'
|
|
3464
2171
|
}, {
|
|
3465
|
-
content: {
|
|
3466
|
-
name: 'space.negative.300',
|
|
3467
|
-
description: 'Use to negate parent whitespace or overlap larger pieces of UI.'
|
|
3468
|
-
},
|
|
2172
|
+
content: '{"name":"space.negative.300","description":"Use to negate parent whitespace or overlap larger pieces of UI."}',
|
|
3469
2173
|
name: 'space.negative.300',
|
|
3470
2174
|
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
3471
2175
|
exampleValue: '-1.5rem'
|
|
3472
2176
|
}, {
|
|
3473
|
-
content: {
|
|
3474
|
-
name: 'space.negative.400',
|
|
3475
|
-
description: 'Use to negate parent whitespace or overlap the largest pieces of UI.'
|
|
3476
|
-
},
|
|
2177
|
+
content: '{"name":"space.negative.400","description":"Use to negate parent whitespace or overlap the largest pieces of UI."}',
|
|
3477
2178
|
name: 'space.negative.400',
|
|
3478
2179
|
description: 'Use to negate parent whitespace or overlap the largest pieces of UI.',
|
|
3479
2180
|
exampleValue: '-2rem'
|
|
3480
2181
|
}, {
|
|
3481
|
-
content: {
|
|
3482
|
-
name: 'font.heading.xxlarge',
|
|
3483
|
-
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.'
|
|
3484
|
-
},
|
|
2182
|
+
content: '{"name":"font.heading.xxlarge","description":"For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL."}',
|
|
3485
2183
|
name: 'font.heading.xxlarge',
|
|
3486
2184
|
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.',
|
|
3487
2185
|
exampleValue: 'normal 653 2rem/2.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3488
2186
|
}, {
|
|
3489
|
-
content: {
|
|
3490
|
-
name: 'font.heading.xlarge',
|
|
3491
|
-
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL.'
|
|
3492
|
-
},
|
|
2187
|
+
content: '{"name":"font.heading.xlarge","description":"For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL."}',
|
|
3493
2188
|
name: 'font.heading.xlarge',
|
|
3494
2189
|
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL.',
|
|
3495
2190
|
exampleValue: 'normal 653 1.75rem/2rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3496
2191
|
}, {
|
|
3497
|
-
content: {
|
|
3498
|
-
name: 'font.heading.large',
|
|
3499
|
-
description: 'App page titles, such as forms. Migrate instances of H700 to Heading L.'
|
|
3500
|
-
},
|
|
2192
|
+
content: '{"name":"font.heading.large","description":"App page titles, such as forms. Migrate instances of H700 to Heading L."}',
|
|
3501
2193
|
name: 'font.heading.large',
|
|
3502
2194
|
description: 'App page titles, such as forms. Migrate instances of H700 to Heading L.',
|
|
3503
2195
|
exampleValue: 'normal 653 1.5rem/1.75rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3504
2196
|
}, {
|
|
3505
|
-
content: {
|
|
3506
|
-
name: 'font.heading.medium',
|
|
3507
|
-
description: 'Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M.'
|
|
3508
|
-
},
|
|
2197
|
+
content: '{"name":"font.heading.medium","description":"Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M."}',
|
|
3509
2198
|
name: 'font.heading.medium',
|
|
3510
2199
|
description: 'Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M.',
|
|
3511
2200
|
exampleValue: 'normal 653 1.25rem/1.5rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3512
2201
|
}, {
|
|
3513
|
-
content: {
|
|
3514
|
-
name: 'font.heading.small',
|
|
3515
|
-
description: 'For headers in small components where space is limited. Migrate instances of H500 to Heading S.'
|
|
3516
|
-
},
|
|
2202
|
+
content: '{"name":"font.heading.small","description":"For headers in small components where space is limited. Migrate instances of H500 to Heading S."}',
|
|
3517
2203
|
name: 'font.heading.small',
|
|
3518
2204
|
description: 'For headers in small components where space is limited. Migrate instances of H500 to Heading S.',
|
|
3519
2205
|
exampleValue: 'normal 653 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3520
2206
|
}, {
|
|
3521
|
-
content: {
|
|
3522
|
-
name: 'font.heading.xsmall',
|
|
3523
|
-
description: 'For headers in small components where space is limited. Migrate instances of H400 to Heading XS.'
|
|
3524
|
-
},
|
|
2207
|
+
content: '{"name":"font.heading.xsmall","description":"For headers in small components where space is limited. Migrate instances of H400 to Heading XS."}',
|
|
3525
2208
|
name: 'font.heading.xsmall',
|
|
3526
2209
|
description: 'For headers in small components where space is limited. Migrate instances of H400 to Heading XS.',
|
|
3527
2210
|
exampleValue: 'normal 653 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3528
2211
|
}, {
|
|
3529
|
-
content: {
|
|
3530
|
-
name: 'font.heading.xxsmall',
|
|
3531
|
-
description: 'For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS.'
|
|
3532
|
-
},
|
|
2212
|
+
content: '{"name":"font.heading.xxsmall","description":"For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS."}',
|
|
3533
2213
|
name: 'font.heading.xxsmall',
|
|
3534
2214
|
description: 'For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS.',
|
|
3535
2215
|
exampleValue: 'normal 653 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3536
2216
|
}, {
|
|
3537
|
-
content: {
|
|
3538
|
-
name: 'font.body.large',
|
|
3539
|
-
description: 'For long-form text, such as in blogs.'
|
|
3540
|
-
},
|
|
2217
|
+
content: '{"name":"font.body.large","description":"For long-form text, such as in blogs."}',
|
|
3541
2218
|
name: 'font.body.large',
|
|
3542
2219
|
description: 'For long-form text, such as in blogs.',
|
|
3543
2220
|
exampleValue: 'normal 400 1rem/1.5rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3544
2221
|
}, {
|
|
3545
|
-
content: {
|
|
3546
|
-
name: 'font.body',
|
|
3547
|
-
description: 'Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M.'
|
|
3548
|
-
},
|
|
2222
|
+
content: '{"name":"font.body","description":"Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M."}',
|
|
3549
2223
|
name: 'font.body',
|
|
3550
2224
|
description: 'Use in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M.',
|
|
3551
2225
|
exampleValue: 'normal 400 0.875rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3552
2226
|
}, {
|
|
3553
|
-
content: {
|
|
3554
|
-
name: 'font.body.small',
|
|
3555
|
-
description: 'Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S.'
|
|
3556
|
-
},
|
|
2227
|
+
content: '{"name":"font.body.small","description":"Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S."}',
|
|
3557
2228
|
name: 'font.body.small',
|
|
3558
2229
|
description: 'Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S.',
|
|
3559
2230
|
exampleValue: 'normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3560
2231
|
}, {
|
|
3561
|
-
content: {
|
|
3562
|
-
name: 'font.body.UNSAFE_small',
|
|
3563
|
-
description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token'
|
|
3564
|
-
},
|
|
2232
|
+
content: '{"name":"font.body.UNSAFE_small","description":"UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token"}',
|
|
3565
2233
|
name: 'font.body.UNSAFE_small',
|
|
3566
2234
|
description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token',
|
|
3567
2235
|
exampleValue: 'normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3568
2236
|
}, {
|
|
3569
|
-
content: {
|
|
3570
|
-
name: 'font.metric.large',
|
|
3571
|
-
description: 'Use to emphasize a number within a large donut.'
|
|
3572
|
-
},
|
|
2237
|
+
content: '{"name":"font.metric.large","description":"Use to emphasize a number within a large donut."}',
|
|
3573
2238
|
name: 'font.metric.large',
|
|
3574
2239
|
description: 'Use to emphasize a number within a large donut.',
|
|
3575
2240
|
exampleValue: 'normal 653 1.75rem/2rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3576
2241
|
}, {
|
|
3577
|
-
content: {
|
|
3578
|
-
name: 'font.metric.medium',
|
|
3579
|
-
description: 'Use to emphasize a number within a medium donut.'
|
|
3580
|
-
},
|
|
2242
|
+
content: '{"name":"font.metric.medium","description":"Use to emphasize a number within a medium donut."}',
|
|
3581
2243
|
name: 'font.metric.medium',
|
|
3582
2244
|
description: 'Use to emphasize a number within a medium donut.',
|
|
3583
2245
|
exampleValue: 'normal 653 1.5rem/1.75rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3584
2246
|
}, {
|
|
3585
|
-
content: {
|
|
3586
|
-
name: 'font.metric.small',
|
|
3587
|
-
description: 'Use to emphasize a number and words in single-value tiles, or small donuts.'
|
|
3588
|
-
},
|
|
2247
|
+
content: '{"name":"font.metric.small","description":"Use to emphasize a number and words in single-value tiles, or small donuts."}',
|
|
3589
2248
|
name: 'font.metric.small',
|
|
3590
2249
|
description: 'Use to emphasize a number and words in single-value tiles, or small donuts.',
|
|
3591
2250
|
exampleValue: 'normal 653 1rem/1.25rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3592
2251
|
}, {
|
|
3593
|
-
content: {
|
|
3594
|
-
name: 'font.code',
|
|
3595
|
-
description: 'For representing code only, either inline or in code blocks.'
|
|
3596
|
-
},
|
|
2252
|
+
content: '{"name":"font.code","description":"For representing code only, either inline or in code blocks."}',
|
|
3597
2253
|
name: 'font.code',
|
|
3598
2254
|
description: 'For representing code only, either inline or in code blocks.',
|
|
3599
2255
|
exampleValue: 'normal 400 0.875em/1 "Atlassian Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace'
|
|
3600
2256
|
}, {
|
|
3601
|
-
content: {
|
|
3602
|
-
name: 'font.weight.regular',
|
|
3603
|
-
description: 'Default font weight for body text styles.'
|
|
3604
|
-
},
|
|
2257
|
+
content: '{"name":"font.weight.regular","description":"Default font weight for body text styles."}',
|
|
3605
2258
|
name: 'font.weight.regular',
|
|
3606
2259
|
description: 'Default font weight for body text styles.',
|
|
3607
2260
|
exampleValue: '400'
|
|
3608
2261
|
}, {
|
|
3609
|
-
content: {
|
|
3610
|
-
name: 'font.weight.medium',
|
|
3611
|
-
description: 'For all text that may appear beside iconography, such as in a button.'
|
|
3612
|
-
},
|
|
2262
|
+
content: '{"name":"font.weight.medium","description":"For all text that may appear beside iconography, such as in a button."}',
|
|
3613
2263
|
name: 'font.weight.medium',
|
|
3614
2264
|
description: 'For all text that may appear beside iconography, such as in a button.',
|
|
3615
2265
|
exampleValue: '500'
|
|
3616
2266
|
}, {
|
|
3617
|
-
content: {
|
|
3618
|
-
name: 'font.weight.semibold',
|
|
3619
|
-
description: 'Use with caution as fallback fonts do not support this font weight and will default to bold weight.'
|
|
3620
|
-
},
|
|
2267
|
+
content: '{"name":"font.weight.semibold","description":"Use with caution as fallback fonts do not support this font weight and will default to bold weight."}',
|
|
3621
2268
|
name: 'font.weight.semibold',
|
|
3622
2269
|
description: 'Use with caution as fallback fonts do not support this font weight and will default to bold weight.',
|
|
3623
2270
|
exampleValue: '600'
|
|
3624
2271
|
}, {
|
|
3625
|
-
content: {
|
|
3626
|
-
name: 'font.weight.bold',
|
|
3627
|
-
description: 'Use sparingly for emphasising text, such as in a lozenge.'
|
|
3628
|
-
},
|
|
2272
|
+
content: '{"name":"font.weight.bold","description":"Use sparingly for emphasising text, such as in a lozenge."}',
|
|
3629
2273
|
name: 'font.weight.bold',
|
|
3630
2274
|
description: 'Use sparingly for emphasising text, such as in a lozenge.',
|
|
3631
2275
|
exampleValue: '653'
|
|
3632
2276
|
}, {
|
|
3633
|
-
content: {
|
|
3634
|
-
name: 'font.family.heading',
|
|
3635
|
-
description: 'For our default UI heading text.'
|
|
3636
|
-
},
|
|
2277
|
+
content: '{"name":"font.family.heading","description":"For our default UI heading text."}',
|
|
3637
2278
|
name: 'font.family.heading',
|
|
3638
2279
|
description: 'For our default UI heading text.',
|
|
3639
2280
|
exampleValue: '"Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3640
2281
|
}, {
|
|
3641
|
-
content: {
|
|
3642
|
-
name: 'font.family.body',
|
|
3643
|
-
description: 'For our default UI body text.'
|
|
3644
|
-
},
|
|
2282
|
+
content: '{"name":"font.family.body","description":"For our default UI body text."}',
|
|
3645
2283
|
name: 'font.family.body',
|
|
3646
2284
|
description: 'For our default UI body text.',
|
|
3647
2285
|
exampleValue: '"Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3648
2286
|
}, {
|
|
3649
|
-
content: {
|
|
3650
|
-
name: 'font.family.code',
|
|
3651
|
-
description: 'For representing code only.'
|
|
3652
|
-
},
|
|
2287
|
+
content: '{"name":"font.family.code","description":"For representing code only."}',
|
|
3653
2288
|
name: 'font.family.code',
|
|
3654
2289
|
description: 'For representing code only.',
|
|
3655
2290
|
exampleValue: '"Atlassian Mono", ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace'
|
|
3656
2291
|
}, {
|
|
3657
|
-
content: {
|
|
3658
|
-
name: 'font.family.brand.heading',
|
|
3659
|
-
description: 'For our brand heading text. Uses Charlie Display.'
|
|
3660
|
-
},
|
|
2292
|
+
content: '{"name":"font.family.brand.heading","description":"For our brand heading text. Uses Charlie Display."}',
|
|
3661
2293
|
name: 'font.family.brand.heading',
|
|
3662
2294
|
description: 'For our brand heading text. Uses Charlie Display.',
|
|
3663
2295
|
exampleValue: '"Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3664
2296
|
}, {
|
|
3665
|
-
content: {
|
|
3666
|
-
name: 'font.family.brand.body',
|
|
3667
|
-
description: 'For our brand body text. Uses Charlie Text.'
|
|
3668
|
-
},
|
|
2297
|
+
content: '{"name":"font.family.brand.body","description":"For our brand body text. Uses Charlie Text."}',
|
|
3669
2298
|
name: 'font.family.brand.body',
|
|
3670
2299
|
description: 'For our brand body text. Uses Charlie Text.',
|
|
3671
2300
|
exampleValue: '"Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
3672
2301
|
}, {
|
|
3673
|
-
content: {
|
|
3674
|
-
name: 'radius.xsmall',
|
|
3675
|
-
description: 'Use for small detail elements: badges, checkboxes, avatar labels, keyboard shortcuts.'
|
|
3676
|
-
},
|
|
2302
|
+
content: '{"name":"radius.xsmall","description":"Use for small detail elements: badges, checkboxes, avatar labels, keyboard shortcuts."}',
|
|
3677
2303
|
name: 'radius.xsmall',
|
|
3678
2304
|
description: 'Use for small detail elements: badges, checkboxes, avatar labels, keyboard shortcuts.',
|
|
3679
2305
|
exampleValue: '0.125rem'
|
|
3680
2306
|
}, {
|
|
3681
|
-
content: {
|
|
3682
|
-
name: 'radius.small',
|
|
3683
|
-
description: 'Use for supporting elements: labels, lozenges, timestamps, tags, dates, tooltip containers, imagery inside a table, compact buttons.'
|
|
3684
|
-
},
|
|
2307
|
+
content: '{"name":"radius.small","description":"Use for supporting elements: labels, lozenges, timestamps, tags, dates, tooltip containers, imagery inside a table, compact buttons."}',
|
|
3685
2308
|
name: 'radius.small',
|
|
3686
2309
|
description: 'Use for supporting elements: labels, lozenges, timestamps, tags, dates, tooltip containers, imagery inside a table, compact buttons.',
|
|
3687
2310
|
exampleValue: '0.25rem'
|
|
3688
2311
|
}, {
|
|
3689
|
-
content: {
|
|
3690
|
-
name: 'radius.medium',
|
|
3691
|
-
description: 'Use for interactive elements: buttons, inputs, text areas, selects, navigation items, smart links.'
|
|
3692
|
-
},
|
|
2312
|
+
content: '{"name":"radius.medium","description":"Use for interactive elements: buttons, inputs, text areas, selects, navigation items, smart links."}',
|
|
3693
2313
|
name: 'radius.medium',
|
|
3694
2314
|
description: 'Use for interactive elements: buttons, inputs, text areas, selects, navigation items, smart links.',
|
|
3695
2315
|
exampleValue: '0.375rem'
|
|
3696
2316
|
}, {
|
|
3697
|
-
content: {
|
|
3698
|
-
name: 'radius.large',
|
|
3699
|
-
description: 'Use for containment elements: cards, in-page containers, floating UI, dropdown menus.'
|
|
3700
|
-
},
|
|
2317
|
+
content: '{"name":"radius.large","description":"Use for containment elements: cards, in-page containers, floating UI, dropdown menus."}',
|
|
3701
2318
|
name: 'radius.large',
|
|
3702
2319
|
description: 'Use for containment elements: cards, in-page containers, floating UI, dropdown menus.',
|
|
3703
2320
|
exampleValue: '0.5rem'
|
|
3704
2321
|
}, {
|
|
3705
|
-
content: {
|
|
3706
|
-
name: 'radius.xlarge',
|
|
3707
|
-
description: 'Use for large page elements: full-page containers, large containers, modals, Kanban columns, tables.'
|
|
3708
|
-
},
|
|
2322
|
+
content: '{"name":"radius.xlarge","description":"Use for large page elements: full-page containers, large containers, modals, Kanban columns, tables."}',
|
|
3709
2323
|
name: 'radius.xlarge',
|
|
3710
2324
|
description: 'Use for large page elements: full-page containers, large containers, modals, Kanban columns, tables.',
|
|
3711
2325
|
exampleValue: '0.75rem'
|
|
3712
2326
|
}, {
|
|
3713
|
-
content: {
|
|
3714
|
-
name: 'radius.xxlarge',
|
|
3715
|
-
description: 'Use for video player containers.'
|
|
3716
|
-
},
|
|
2327
|
+
content: '{"name":"radius.xxlarge","description":"Use for video player containers."}',
|
|
3717
2328
|
name: 'radius.xxlarge',
|
|
3718
2329
|
description: 'Use for video player containers.',
|
|
3719
2330
|
exampleValue: '1rem'
|
|
3720
2331
|
}, {
|
|
3721
|
-
content: {
|
|
3722
|
-
name: 'radius.full',
|
|
3723
|
-
description: 'Use for circular elements (user/people related): avatars, names, user-related UI, emoji reactions.'
|
|
3724
|
-
},
|
|
2332
|
+
content: '{"name":"radius.full","description":"Use for circular elements (user/people related): avatars, names, user-related UI, emoji reactions."}',
|
|
3725
2333
|
name: 'radius.full',
|
|
3726
2334
|
description: 'Use for circular elements (user/people related): avatars, names, user-related UI, emoji reactions.',
|
|
3727
2335
|
exampleValue: '624.9375rem'
|
|
3728
2336
|
}, {
|
|
3729
|
-
content: {
|
|
3730
|
-
name: 'radius.tile',
|
|
3731
|
-
description: 'Use this specific radius token exclusively for the tile component system.'
|
|
3732
|
-
},
|
|
2337
|
+
content: '{"name":"radius.tile","description":"Use this specific radius token exclusively for the tile component system."}',
|
|
3733
2338
|
name: 'radius.tile',
|
|
3734
2339
|
description: 'Use this specific radius token exclusively for the tile component system.',
|
|
3735
2340
|
exampleValue: '25%'
|
|
3736
2341
|
}, {
|
|
3737
|
-
content: {
|
|
3738
|
-
name: 'border.width',
|
|
3739
|
-
description: 'The default width for all standard component borders and dividers.'
|
|
3740
|
-
},
|
|
2342
|
+
content: '{"name":"border.width","description":"The default width for all standard component borders and dividers."}',
|
|
3741
2343
|
name: 'border.width',
|
|
3742
2344
|
description: 'The default width for all standard component borders and dividers.',
|
|
3743
2345
|
exampleValue: '0.0625rem'
|
|
3744
2346
|
}, {
|
|
3745
|
-
content: {
|
|
3746
|
-
name: 'border.width.selected',
|
|
3747
|
-
description: 'The width used to indicate a selected element, such as an active tab or a chosen item.'
|
|
3748
|
-
},
|
|
2347
|
+
content: '{"name":"border.width.selected","description":"The width used to indicate a selected element, such as an active tab or a chosen item."}',
|
|
3749
2348
|
name: 'border.width.selected',
|
|
3750
2349
|
description: 'The width used to indicate a selected element, such as an active tab or a chosen item.',
|
|
3751
2350
|
exampleValue: '0.125rem'
|
|
3752
2351
|
}, {
|
|
3753
|
-
content: {
|
|
3754
|
-
name: 'border.width.focused',
|
|
3755
|
-
description: 'The width used for the focus ring on interactive elements.'
|
|
3756
|
-
},
|
|
2352
|
+
content: '{"name":"border.width.focused","description":"The width used for the focus ring on interactive elements."}',
|
|
3757
2353
|
name: 'border.width.focused',
|
|
3758
2354
|
description: 'The width used for the focus ring on interactive elements.',
|
|
3759
2355
|
exampleValue: '0.125rem'
|