@atlaskit/ads-mcp 0.9.1 → 0.10.1
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 +15 -0
- package/dist/cjs/helpers/analytics.js +2 -2
- package/dist/cjs/index.js +14 -9
- package/dist/cjs/tools/get-icons/icon-structured-content.codegen.js +2585 -0
- package/dist/cjs/tools/get-icons/index.js +133 -0
- package/dist/cjs/tools/get-tokens/index.js +15 -22
- package/dist/cjs/tools/get-tokens/token-structured-content.codegen.js +2261 -0
- package/dist/es2019/helpers/analytics.js +2 -2
- package/dist/es2019/index.js +13 -9
- package/dist/es2019/tools/analyze-a11y/index.js +1 -1
- package/dist/es2019/tools/get-icons/icon-structured-content.codegen.js +2579 -0
- package/dist/es2019/tools/get-icons/index.js +108 -0
- package/dist/es2019/tools/get-tokens/index.js +7 -22
- package/dist/es2019/tools/get-tokens/token-structured-content.codegen.js +2255 -0
- package/dist/esm/helpers/analytics.js +2 -2
- package/dist/esm/index.js +14 -9
- package/dist/esm/tools/get-icons/icon-structured-content.codegen.js +2579 -0
- package/dist/esm/tools/get-icons/index.js +126 -0
- package/dist/esm/tools/get-tokens/index.js +15 -22
- package/dist/esm/tools/get-tokens/token-structured-content.codegen.js +2255 -0
- package/dist/types/index.d.ts +0 -1
- package/dist/types/tools/get-icons/icon-structured-content.codegen.d.ts +13 -0
- package/dist/types/tools/get-icons/index.d.ts +35 -0
- package/dist/types/tools/get-tokens/index.d.ts +6 -4
- package/dist/types/tools/get-tokens/token-structured-content.codegen.d.ts +13 -0
- package/dist/types-ts4.5/index.d.ts +0 -1
- package/dist/types-ts4.5/tools/get-icons/icon-structured-content.codegen.d.ts +13 -0
- package/dist/types-ts4.5/tools/get-icons/index.d.ts +35 -0
- package/dist/types-ts4.5/tools/get-tokens/index.d.ts +6 -4
- package/dist/types-ts4.5/tools/get-tokens/token-structured-content.codegen.d.ts +13 -0
- package/package.json +5 -1
- package/dist/cjs/structured-content/formatters/token.js +0 -11
- package/dist/cjs/structured-content/types.js +0 -1
- package/dist/es2019/structured-content/formatters/token.js +0 -10
- package/dist/es2019/structured-content/types.js +0 -0
- package/dist/esm/structured-content/formatters/token.js +0 -5
- package/dist/esm/structured-content/types.js +0 -0
- package/dist/types/structured-content/formatters/token.d.ts +0 -2
- package/dist/types/structured-content/types.d.ts +0 -20
- package/dist/types-ts4.5/structured-content/formatters/token.d.ts +0 -2
- package/dist/types-ts4.5/structured-content/types.d.ts +0 -20
|
@@ -0,0 +1,2255 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Structured content for tokens generated from token-metadata.
|
|
5
|
+
*
|
|
6
|
+
* @codegen <<SignedSource::41dd1fd7431557df57b792c2eb5e5f70>>
|
|
7
|
+
* @codegenCommand yarn build structured-docs
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
export var tokenStructuredContent = [{
|
|
11
|
+
content: '# color.text\n\nUse for primary text, such as body copy, sentence case headers, and buttons.\n\nExample Value: `#292A2E`\n',
|
|
12
|
+
name: 'color.text',
|
|
13
|
+
description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
|
|
14
|
+
exampleValue: '#292A2E'
|
|
15
|
+
}, {
|
|
16
|
+
content: '# color.text.accent.lime\n\nUse for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#4C6B1F`\n',
|
|
17
|
+
name: 'color.text.accent.lime',
|
|
18
|
+
description: 'Use for lime text on subtlest and subtler lime accent backgrounds when there is no meaning tied to the color.',
|
|
19
|
+
exampleValue: '#4C6B1F'
|
|
20
|
+
}, {
|
|
21
|
+
content: '# color.text.accent.lime.bolder\n\nUse for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#37471F`\n',
|
|
22
|
+
name: 'color.text.accent.lime.bolder',
|
|
23
|
+
description: 'Use for lime text on subtle lime accent backgrounds when there is no meaning tied to the color.',
|
|
24
|
+
exampleValue: '#37471F'
|
|
25
|
+
}, {
|
|
26
|
+
content: '# color.text.accent.red\n\nUse for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#AE2E24`\n',
|
|
27
|
+
name: 'color.text.accent.red',
|
|
28
|
+
description: 'Use for red text on subtlest and subtler red accent backgrounds when there is no meaning tied to the color.',
|
|
29
|
+
exampleValue: '#AE2E24'
|
|
30
|
+
}, {
|
|
31
|
+
content: '# color.text.accent.red.bolder\n\nUse for red text on subtle red accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#5D1F1A`\n',
|
|
32
|
+
name: 'color.text.accent.red.bolder',
|
|
33
|
+
description: 'Use for red text on subtle red accent backgrounds when there is no meaning tied to the color.',
|
|
34
|
+
exampleValue: '#5D1F1A'
|
|
35
|
+
}, {
|
|
36
|
+
content: '# color.text.accent.orange\n\nUse for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#9E4C00`\n',
|
|
37
|
+
name: 'color.text.accent.orange',
|
|
38
|
+
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
|
|
39
|
+
exampleValue: '#9E4C00'
|
|
40
|
+
}, {
|
|
41
|
+
content: '# color.text.accent.orange.bolder\n\nUse for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#693200`\n',
|
|
42
|
+
name: 'color.text.accent.orange.bolder',
|
|
43
|
+
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
|
|
44
|
+
exampleValue: '#693200'
|
|
45
|
+
}, {
|
|
46
|
+
content: '# color.text.accent.yellow\n\nUse for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#7F5F01`\n',
|
|
47
|
+
name: 'color.text.accent.yellow',
|
|
48
|
+
description: 'Use for yellow text on subtlest and subtler yellow accent backgrounds when there is no meaning tied to the color.',
|
|
49
|
+
exampleValue: '#7F5F01'
|
|
50
|
+
}, {
|
|
51
|
+
content: '# color.text.accent.yellow.bolder\n\nUse for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#533F04`\n',
|
|
52
|
+
name: 'color.text.accent.yellow.bolder',
|
|
53
|
+
description: 'Use for yellow text on subtle yellow accent backgrounds when there is no meaning tied to the color.',
|
|
54
|
+
exampleValue: '#533F04'
|
|
55
|
+
}, {
|
|
56
|
+
content: '# color.text.accent.green\n\nUse for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#216E4E`\n',
|
|
57
|
+
name: 'color.text.accent.green',
|
|
58
|
+
description: 'Use for green text on subtlest and subtler green accent backgrounds when there is no meaning tied to the color.',
|
|
59
|
+
exampleValue: '#216E4E'
|
|
60
|
+
}, {
|
|
61
|
+
content: '# color.text.accent.green.bolder\n\nUse for green text on subtle green accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#164B35`\n',
|
|
62
|
+
name: 'color.text.accent.green.bolder',
|
|
63
|
+
description: 'Use for green text on subtle green accent backgrounds when there is no meaning tied to the color.',
|
|
64
|
+
exampleValue: '#164B35'
|
|
65
|
+
}, {
|
|
66
|
+
content: '# color.text.accent.teal\n\nUse for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#206A83`\n',
|
|
67
|
+
name: 'color.text.accent.teal',
|
|
68
|
+
description: 'Use for teal text on subtlest and subtler teal accent backgrounds when there is no meaning tied to the color.',
|
|
69
|
+
exampleValue: '#206A83'
|
|
70
|
+
}, {
|
|
71
|
+
content: '# color.text.accent.teal.bolder\n\nUse for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#164555`\n',
|
|
72
|
+
name: 'color.text.accent.teal.bolder',
|
|
73
|
+
description: 'Use for teal text on subtle teal accent backgrounds when there is no meaning tied to the color.',
|
|
74
|
+
exampleValue: '#164555'
|
|
75
|
+
}, {
|
|
76
|
+
content: '# color.text.accent.blue\n\nUse for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#1558BC`\n',
|
|
77
|
+
name: 'color.text.accent.blue',
|
|
78
|
+
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.',
|
|
79
|
+
exampleValue: '#1558BC'
|
|
80
|
+
}, {
|
|
81
|
+
content: '# color.text.accent.blue.bolder\n\nUse for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#123263`\n',
|
|
82
|
+
name: 'color.text.accent.blue.bolder',
|
|
83
|
+
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.',
|
|
84
|
+
exampleValue: '#123263'
|
|
85
|
+
}, {
|
|
86
|
+
content: '# color.text.accent.purple\n\nUse for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#803FA5`\n',
|
|
87
|
+
name: 'color.text.accent.purple',
|
|
88
|
+
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.',
|
|
89
|
+
exampleValue: '#803FA5'
|
|
90
|
+
}, {
|
|
91
|
+
content: '# color.text.accent.purple.bolder\n\nUse for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#48245D`\n',
|
|
92
|
+
name: 'color.text.accent.purple.bolder',
|
|
93
|
+
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.',
|
|
94
|
+
exampleValue: '#48245D'
|
|
95
|
+
}, {
|
|
96
|
+
content: '# color.text.accent.magenta\n\nUse for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#943D73`\n',
|
|
97
|
+
name: 'color.text.accent.magenta',
|
|
98
|
+
description: 'Use for magenta text on subtlest and subtler magenta accent backgrounds when there is no meaning tied to the color.',
|
|
99
|
+
exampleValue: '#943D73'
|
|
100
|
+
}, {
|
|
101
|
+
content: '# color.text.accent.magenta.bolder\n\nUse for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.\n\nExample Value: `#50253F`\n',
|
|
102
|
+
name: 'color.text.accent.magenta.bolder',
|
|
103
|
+
description: 'Use for magenta text on subtle magenta accent backgrounds when there is no meaning tied to the color.',
|
|
104
|
+
exampleValue: '#50253F'
|
|
105
|
+
}, {
|
|
106
|
+
content: '# color.text.accent.gray\n\nUse for text on non-bold gray accent backgrounds, such as colored tags.\n\nExample Value: `#505258`\n',
|
|
107
|
+
name: 'color.text.accent.gray',
|
|
108
|
+
description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.',
|
|
109
|
+
exampleValue: '#505258'
|
|
110
|
+
}, {
|
|
111
|
+
content: '# color.text.accent.gray.bolder\n\nUse for text and icons on gray subtle accent backgrounds.\n\nExample Value: `#1E1F21`\n',
|
|
112
|
+
name: 'color.text.accent.gray.bolder',
|
|
113
|
+
description: 'Use for text and icons on gray subtle accent backgrounds.',
|
|
114
|
+
exampleValue: '#1E1F21'
|
|
115
|
+
}, {
|
|
116
|
+
content: '# color.text.disabled\n\nUse for text in a disabled state.\n\nExample Value: `#080F214A`\n',
|
|
117
|
+
name: 'color.text.disabled',
|
|
118
|
+
description: 'Use for text in a disabled state.',
|
|
119
|
+
exampleValue: '#080F214A'
|
|
120
|
+
}, {
|
|
121
|
+
content: '# color.text.inverse\n\nUse for text on bold backgrounds.\n\nExample Value: `#FFFFFF`\n',
|
|
122
|
+
name: 'color.text.inverse',
|
|
123
|
+
description: 'Use for text on bold backgrounds.',
|
|
124
|
+
exampleValue: '#FFFFFF'
|
|
125
|
+
}, {
|
|
126
|
+
content: '# color.text.selected\n\nUse for text in selected or opened states, such as tabs and dropdown buttons.\n\nExample Value: `#1868DB`\n',
|
|
127
|
+
name: 'color.text.selected',
|
|
128
|
+
description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.',
|
|
129
|
+
exampleValue: '#1868DB'
|
|
130
|
+
}, {
|
|
131
|
+
content: '# color.text.brand\n\nUse for text that reinforces our brand.\n\nExample Value: `#1868DB`\n',
|
|
132
|
+
name: 'color.text.brand',
|
|
133
|
+
description: 'Use for text that reinforces our brand.',
|
|
134
|
+
exampleValue: '#1868DB'
|
|
135
|
+
}, {
|
|
136
|
+
content: '# color.text.danger\n\nUse for critical text, such as input field error messaging.\n\nExample Value: `#AE2E24`\n',
|
|
137
|
+
name: 'color.text.danger',
|
|
138
|
+
description: 'Use for critical text, such as input field error messaging.',
|
|
139
|
+
exampleValue: '#AE2E24'
|
|
140
|
+
}, {
|
|
141
|
+
content: '# color.text.warning\n\nUse for text to emphasize caution, such as in moved lozenges.\n\nExample Value: `#9E4C00`\n',
|
|
142
|
+
name: 'color.text.warning',
|
|
143
|
+
description: 'Use for text to emphasize caution, such as in moved lozenges.',
|
|
144
|
+
exampleValue: '#9E4C00'
|
|
145
|
+
}, {
|
|
146
|
+
content: '# color.text.warning.inverse\n\nUse for text when on bold warning backgrounds.\n\nExample Value: `#292A2E`\n',
|
|
147
|
+
name: 'color.text.warning.inverse',
|
|
148
|
+
description: 'Use for text when on bold warning backgrounds.',
|
|
149
|
+
exampleValue: '#292A2E'
|
|
150
|
+
}, {
|
|
151
|
+
content: '# color.text.success\n\nUse for text to communicate a favorable outcome, such as input field success messaging.\n\nExample Value: `#4C6B1F`\n',
|
|
152
|
+
name: 'color.text.success',
|
|
153
|
+
description: 'Use for text to communicate a favorable outcome, such as input field success messaging.',
|
|
154
|
+
exampleValue: '#4C6B1F'
|
|
155
|
+
}, {
|
|
156
|
+
content: '# color.text.discovery\n\nUse for text to emphasize change or something new, such as in new lozenges.\n\nExample Value: `#803FA5`\n',
|
|
157
|
+
name: 'color.text.discovery',
|
|
158
|
+
description: 'Use for text to emphasize change or something new, such as in new lozenges.',
|
|
159
|
+
exampleValue: '#803FA5'
|
|
160
|
+
}, {
|
|
161
|
+
content: '# color.text.information\n\nUse for informative text or to communicate something is in progress, such as in-progress lozenges.\n\nExample Value: `#1558BC`\n',
|
|
162
|
+
name: 'color.text.information',
|
|
163
|
+
description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.',
|
|
164
|
+
exampleValue: '#1558BC'
|
|
165
|
+
}, {
|
|
166
|
+
content: '# color.text.subtlest\n\nUse for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.\n\nExample Value: `#6B6E76`\n',
|
|
167
|
+
name: 'color.text.subtlest',
|
|
168
|
+
description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.',
|
|
169
|
+
exampleValue: '#6B6E76'
|
|
170
|
+
}, {
|
|
171
|
+
content: '# color.text.subtle\n\nUse for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.\n\nExample Value: `#505258`\n',
|
|
172
|
+
name: 'color.text.subtle',
|
|
173
|
+
description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.',
|
|
174
|
+
exampleValue: '#505258'
|
|
175
|
+
}, {
|
|
176
|
+
content: '# color.link\n\nUse for links in a default or hovered state. Add an underline for hovered states.\n\nExample Value: `#1868DB`\n',
|
|
177
|
+
name: 'color.link',
|
|
178
|
+
description: 'Use for links in a default or hovered state. Add an underline for hovered states.',
|
|
179
|
+
exampleValue: '#1868DB'
|
|
180
|
+
}, {
|
|
181
|
+
content: '# color.link.pressed\n\nUse for links in a pressed state.\n\nExample Value: `#1558BC`\n',
|
|
182
|
+
name: 'color.link.pressed',
|
|
183
|
+
description: 'Use for links in a pressed state.',
|
|
184
|
+
exampleValue: '#1558BC'
|
|
185
|
+
}, {
|
|
186
|
+
content: '# color.link.visited\n\nUse for visited links.\n\nExample Value: `#803FA5`\n',
|
|
187
|
+
name: 'color.link.visited',
|
|
188
|
+
description: 'Use for visited links.',
|
|
189
|
+
exampleValue: '#803FA5'
|
|
190
|
+
}, {
|
|
191
|
+
content: '# color.link.visited.pressed\n\nUse for visited links in a pressed state.\n\nExample Value: `#48245D`\n',
|
|
192
|
+
name: 'color.link.visited.pressed',
|
|
193
|
+
description: 'Use for visited links in a pressed state.',
|
|
194
|
+
exampleValue: '#48245D'
|
|
195
|
+
}, {
|
|
196
|
+
content: '# color.icon\n\nUse for icon-only buttons, or icons paired with color.text\n\nExample Value: `#292A2E`\n',
|
|
197
|
+
name: 'color.icon',
|
|
198
|
+
description: 'Use for icon-only buttons, or icons paired with color.text',
|
|
199
|
+
exampleValue: '#292A2E'
|
|
200
|
+
}, {
|
|
201
|
+
content: '# color.icon.accent.lime\n\nUse for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#6A9A23`\n',
|
|
202
|
+
name: 'color.icon.accent.lime',
|
|
203
|
+
description: 'Use for lime icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
204
|
+
exampleValue: '#6A9A23'
|
|
205
|
+
}, {
|
|
206
|
+
content: '# color.icon.accent.red\n\nUse for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#C9372C`\n',
|
|
207
|
+
name: 'color.icon.accent.red',
|
|
208
|
+
description: 'Use for red icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
209
|
+
exampleValue: '#C9372C'
|
|
210
|
+
}, {
|
|
211
|
+
content: '# color.icon.accent.orange\n\nUse for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#E06C00`\n',
|
|
212
|
+
name: 'color.icon.accent.orange',
|
|
213
|
+
description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
214
|
+
exampleValue: '#E06C00'
|
|
215
|
+
}, {
|
|
216
|
+
content: '# color.icon.accent.yellow\n\nUse for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#B38600`\n',
|
|
217
|
+
name: 'color.icon.accent.yellow',
|
|
218
|
+
description: 'Use for yellow icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
219
|
+
exampleValue: '#B38600'
|
|
220
|
+
}, {
|
|
221
|
+
content: '# color.icon.accent.green\n\nUse for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#22A06B`\n',
|
|
222
|
+
name: 'color.icon.accent.green',
|
|
223
|
+
description: 'Use for green icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
224
|
+
exampleValue: '#22A06B'
|
|
225
|
+
}, {
|
|
226
|
+
content: '# color.icon.accent.teal\n\nUse for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#2898BD`\n',
|
|
227
|
+
name: 'color.icon.accent.teal',
|
|
228
|
+
description: 'Use for teal icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
229
|
+
exampleValue: '#2898BD'
|
|
230
|
+
}, {
|
|
231
|
+
content: '# color.icon.accent.blue\n\nUse for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#357DE8`\n',
|
|
232
|
+
name: 'color.icon.accent.blue',
|
|
233
|
+
description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
234
|
+
exampleValue: '#357DE8'
|
|
235
|
+
}, {
|
|
236
|
+
content: '# color.icon.accent.purple\n\nUse for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#AF59E1`\n',
|
|
237
|
+
name: 'color.icon.accent.purple',
|
|
238
|
+
description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
239
|
+
exampleValue: '#AF59E1'
|
|
240
|
+
}, {
|
|
241
|
+
content: '# color.icon.accent.magenta\n\nUse for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.\n\nExample Value: `#CD519D`\n',
|
|
242
|
+
name: 'color.icon.accent.magenta',
|
|
243
|
+
description: 'Use for magenta icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
244
|
+
exampleValue: '#CD519D'
|
|
245
|
+
}, {
|
|
246
|
+
content: '# color.icon.accent.gray\n\nUse for icons on non-bold gray accent backgrounds, such as file type icons.\n\nExample Value: `#7D818A`\n',
|
|
247
|
+
name: 'color.icon.accent.gray',
|
|
248
|
+
description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.',
|
|
249
|
+
exampleValue: '#7D818A'
|
|
250
|
+
}, {
|
|
251
|
+
content: '# color.icon.disabled\n\nUse for icons in a disabled state.\n\nExample Value: `#080F214A`\n',
|
|
252
|
+
name: 'color.icon.disabled',
|
|
253
|
+
description: 'Use for icons in a disabled state.',
|
|
254
|
+
exampleValue: '#080F214A'
|
|
255
|
+
}, {
|
|
256
|
+
content: '# color.icon.inverse\n\nUse for icons on bold backgrounds.\n\nExample Value: `#FFFFFF`\n',
|
|
257
|
+
name: 'color.icon.inverse',
|
|
258
|
+
description: 'Use for icons on bold backgrounds.',
|
|
259
|
+
exampleValue: '#FFFFFF'
|
|
260
|
+
}, {
|
|
261
|
+
content: '# color.icon.selected\n\nUse for icons in selected or opened states, such as those used in dropdown buttons.\n\nExample Value: `#1868DB`\n',
|
|
262
|
+
name: 'color.icon.selected',
|
|
263
|
+
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.',
|
|
264
|
+
exampleValue: '#1868DB'
|
|
265
|
+
}, {
|
|
266
|
+
content: '# color.icon.brand\n\nUse for icons that reinforce our brand.\n\nExample Value: `#1868DB`\n',
|
|
267
|
+
name: 'color.icon.brand',
|
|
268
|
+
description: 'Use for icons that reinforce our brand.',
|
|
269
|
+
exampleValue: '#1868DB'
|
|
270
|
+
}, {
|
|
271
|
+
content: '# color.icon.danger\n\nUse for icons communicating critical information, such as those used in error handing.\n\nExample Value: `#C9372C`\n',
|
|
272
|
+
name: 'color.icon.danger',
|
|
273
|
+
description: 'Use for icons communicating critical information, such as those used in error handing.',
|
|
274
|
+
exampleValue: '#C9372C'
|
|
275
|
+
}, {
|
|
276
|
+
content: '# color.icon.warning\n\nUse for icons communicating caution, such as those used in warning section messages.\n\nExample Value: `#E06C00`\n',
|
|
277
|
+
name: 'color.icon.warning',
|
|
278
|
+
description: 'Use for icons communicating caution, such as those used in warning section messages.',
|
|
279
|
+
exampleValue: '#E06C00'
|
|
280
|
+
}, {
|
|
281
|
+
content: '# color.icon.warning.inverse\n\nUse for icons when on bold warning backgrounds.\n\nExample Value: `#292A2E`\n',
|
|
282
|
+
name: 'color.icon.warning.inverse',
|
|
283
|
+
description: 'Use for icons when on bold warning backgrounds.',
|
|
284
|
+
exampleValue: '#292A2E'
|
|
285
|
+
}, {
|
|
286
|
+
content: '# color.icon.success\n\nUse for icons communicating a favorable outcome, such as those used in success section messaged.\n\nExample Value: `#6A9A23`\n',
|
|
287
|
+
name: 'color.icon.success',
|
|
288
|
+
description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.',
|
|
289
|
+
exampleValue: '#6A9A23'
|
|
290
|
+
}, {
|
|
291
|
+
content: '# color.icon.discovery\n\nUse for icons communicating change or something new, such as discovery section messages.\n\nExample Value: `#AF59E1`\n',
|
|
292
|
+
name: 'color.icon.discovery',
|
|
293
|
+
description: 'Use for icons communicating change or something new, such as discovery section messages.',
|
|
294
|
+
exampleValue: '#AF59E1'
|
|
295
|
+
}, {
|
|
296
|
+
content: '# color.icon.information\n\nUse for icons communicating information or something in-progress, such as information section messages.\n\nExample Value: `#357DE8`\n',
|
|
297
|
+
name: 'color.icon.information',
|
|
298
|
+
description: 'Use for icons communicating information or something in-progress, such as information section messages.',
|
|
299
|
+
exampleValue: '#357DE8'
|
|
300
|
+
}, {
|
|
301
|
+
content: '# color.icon.subtlest\n\nUse for icons paired with color.text.subtlest\n\nExample Value: `#6B6E76`\n',
|
|
302
|
+
name: 'color.icon.subtlest',
|
|
303
|
+
description: 'Use for icons paired with color.text.subtlest',
|
|
304
|
+
exampleValue: '#6B6E76'
|
|
305
|
+
}, {
|
|
306
|
+
content: '# color.icon.subtle\n\nUse for icons paired with color.text.subtle\n\nExample Value: `#505258`\n',
|
|
307
|
+
name: 'color.icon.subtle',
|
|
308
|
+
description: 'Use for icons paired with color.text.subtle',
|
|
309
|
+
exampleValue: '#505258'
|
|
310
|
+
}, {
|
|
311
|
+
content: '# color.border\n\nUse to visually group or separate UI elements, such as flat cards or side panel dividers.\n\nExample Value: `#0B120E24`\n',
|
|
312
|
+
name: 'color.border',
|
|
313
|
+
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.',
|
|
314
|
+
exampleValue: '#0B120E24'
|
|
315
|
+
}, {
|
|
316
|
+
content: '# color.border.accent.lime\n\nUse for lime borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#6A9A23`\n',
|
|
317
|
+
name: 'color.border.accent.lime',
|
|
318
|
+
description: 'Use for lime borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
319
|
+
exampleValue: '#6A9A23'
|
|
320
|
+
}, {
|
|
321
|
+
content: '# color.border.accent.red\n\nUse for red borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#E2483D`\n',
|
|
322
|
+
name: 'color.border.accent.red',
|
|
323
|
+
description: 'Use for red borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
324
|
+
exampleValue: '#E2483D'
|
|
325
|
+
}, {
|
|
326
|
+
content: '# color.border.accent.orange\n\nUse for orange borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#E06C00`\n',
|
|
327
|
+
name: 'color.border.accent.orange',
|
|
328
|
+
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
329
|
+
exampleValue: '#E06C00'
|
|
330
|
+
}, {
|
|
331
|
+
content: '# color.border.accent.yellow\n\nUse for yellow borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#B38600`\n',
|
|
332
|
+
name: 'color.border.accent.yellow',
|
|
333
|
+
description: 'Use for yellow borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
334
|
+
exampleValue: '#B38600'
|
|
335
|
+
}, {
|
|
336
|
+
content: '# color.border.accent.green\n\nUse for green borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#22A06B`\n',
|
|
337
|
+
name: 'color.border.accent.green',
|
|
338
|
+
description: 'Use for green borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
339
|
+
exampleValue: '#22A06B'
|
|
340
|
+
}, {
|
|
341
|
+
content: '# color.border.accent.teal\n\nUse for teal borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#2898BD`\n',
|
|
342
|
+
name: 'color.border.accent.teal',
|
|
343
|
+
description: 'Use for teal borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
344
|
+
exampleValue: '#2898BD'
|
|
345
|
+
}, {
|
|
346
|
+
content: '# color.border.accent.blue\n\nUse for blue borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#357DE8`\n',
|
|
347
|
+
name: 'color.border.accent.blue',
|
|
348
|
+
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
349
|
+
exampleValue: '#357DE8'
|
|
350
|
+
}, {
|
|
351
|
+
content: '# color.border.accent.purple\n\nUse for purple borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#AF59E1`\n',
|
|
352
|
+
name: 'color.border.accent.purple',
|
|
353
|
+
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
354
|
+
exampleValue: '#AF59E1'
|
|
355
|
+
}, {
|
|
356
|
+
content: '# color.border.accent.magenta\n\nUse for magenta borders on non-bold backgrounds when there is no meaning tied to the color.\n\nExample Value: `#CD519D`\n',
|
|
357
|
+
name: 'color.border.accent.magenta',
|
|
358
|
+
description: 'Use for magenta borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
359
|
+
exampleValue: '#CD519D'
|
|
360
|
+
}, {
|
|
361
|
+
content: '# color.border.accent.gray\n\nUse for borders on non-bold gray accent backgrounds.\n\nExample Value: `#7D818A`\n',
|
|
362
|
+
name: 'color.border.accent.gray',
|
|
363
|
+
description: 'Use for borders on non-bold gray accent backgrounds.',
|
|
364
|
+
exampleValue: '#7D818A'
|
|
365
|
+
}, {
|
|
366
|
+
content: '# color.border.disabled\n\nUse for borders of elements in a disabled state.\n\nExample Value: `#0515240F`\n',
|
|
367
|
+
name: 'color.border.disabled',
|
|
368
|
+
description: 'Use for borders of elements in a disabled state.',
|
|
369
|
+
exampleValue: '#0515240F'
|
|
370
|
+
}, {
|
|
371
|
+
content: '# color.border.focused\n\nUse for focus rings of elements in a focus state.\n\nExample Value: `#4688EC`\n',
|
|
372
|
+
name: 'color.border.focused',
|
|
373
|
+
description: 'Use for focus rings of elements in a focus state.',
|
|
374
|
+
exampleValue: '#4688EC'
|
|
375
|
+
}, {
|
|
376
|
+
content: '# color.border.input\n\nUse for borders of form UI elements, such as text fields, checkboxes, and radio buttons.\n\nExample Value: `#8C8F97`\n',
|
|
377
|
+
name: 'color.border.input',
|
|
378
|
+
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
379
|
+
exampleValue: '#8C8F97'
|
|
380
|
+
}, {
|
|
381
|
+
content: '# color.border.inverse\n\nUse for borders on bold backgrounds.\n\nExample Value: `#FFFFFF`\n',
|
|
382
|
+
name: 'color.border.inverse',
|
|
383
|
+
description: 'Use for borders on bold backgrounds.',
|
|
384
|
+
exampleValue: '#FFFFFF'
|
|
385
|
+
}, {
|
|
386
|
+
content: '# color.border.selected\n\nUse for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.\n\nExample Value: `#1868DB`\n',
|
|
387
|
+
name: 'color.border.selected',
|
|
388
|
+
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.',
|
|
389
|
+
exampleValue: '#1868DB'
|
|
390
|
+
}, {
|
|
391
|
+
content: '# color.border.brand\n\nUse for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.\n\nExample Value: `#1868DB`\n',
|
|
392
|
+
name: 'color.border.brand',
|
|
393
|
+
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.',
|
|
394
|
+
exampleValue: '#1868DB'
|
|
395
|
+
}, {
|
|
396
|
+
content: '# color.border.danger\n\nUse for borders communicating critical information, such as the borders on invalid text fields.\n\nExample Value: `#E2483D`\n',
|
|
397
|
+
name: 'color.border.danger',
|
|
398
|
+
description: 'Use for borders communicating critical information, such as the borders on invalid text fields.',
|
|
399
|
+
exampleValue: '#E2483D'
|
|
400
|
+
}, {
|
|
401
|
+
content: '# color.border.warning\n\nUse for borders communicating caution.\n\nExample Value: `#E06C00`\n',
|
|
402
|
+
name: 'color.border.warning',
|
|
403
|
+
description: 'Use for borders communicating caution.',
|
|
404
|
+
exampleValue: '#E06C00'
|
|
405
|
+
}, {
|
|
406
|
+
content: '# color.border.success\n\nUse for borders communicating a favorable outcome, such as the borders on validated text fields.\n\nExample Value: `#6A9A23`\n',
|
|
407
|
+
name: 'color.border.success',
|
|
408
|
+
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
|
|
409
|
+
exampleValue: '#6A9A23'
|
|
410
|
+
}, {
|
|
411
|
+
content: '# color.border.discovery\n\nUse for borders communicating change or something new, such as the borders in onboarding spotlights.\n\nExample Value: `#AF59E1`\n',
|
|
412
|
+
name: 'color.border.discovery',
|
|
413
|
+
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
|
|
414
|
+
exampleValue: '#AF59E1'
|
|
415
|
+
}, {
|
|
416
|
+
content: '# color.border.information\n\nUse for borders communicating information or something in-progress.\n\nExample Value: `#357DE8`\n',
|
|
417
|
+
name: 'color.border.information',
|
|
418
|
+
description: 'Use for borders communicating information or something in-progress.',
|
|
419
|
+
exampleValue: '#357DE8'
|
|
420
|
+
}, {
|
|
421
|
+
content: '# color.border.bold\n\nA neutral border option that passes min 3:1 contrast ratios.\n\nExample Value: `#7D818A`\n',
|
|
422
|
+
name: 'color.border.bold',
|
|
423
|
+
description: 'A neutral border option that passes min 3:1 contrast ratios.',
|
|
424
|
+
exampleValue: '#7D818A'
|
|
425
|
+
}, {
|
|
426
|
+
content: '# color.background.accent.lime.subtlest\n\nUse for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#EFFFD6`\n',
|
|
427
|
+
name: 'color.background.accent.lime.subtlest',
|
|
428
|
+
description: 'Use for for backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
429
|
+
exampleValue: '#EFFFD6'
|
|
430
|
+
}, {
|
|
431
|
+
content: '# color.background.accent.lime.subtlest.hovered\n\nHovered state of color.background.accent.lime.subtlest.\n\nExample Value: `#D3F1A7`\n',
|
|
432
|
+
name: 'color.background.accent.lime.subtlest.hovered',
|
|
433
|
+
description: 'Hovered state of color.background.accent.lime.subtlest.',
|
|
434
|
+
exampleValue: '#D3F1A7'
|
|
435
|
+
}, {
|
|
436
|
+
content: '# color.background.accent.lime.subtlest.pressed\n\nPressed state of color.background.accent.lime.subtlest.\n\nExample Value: `#BDE97C`\n',
|
|
437
|
+
name: 'color.background.accent.lime.subtlest.pressed',
|
|
438
|
+
description: 'Pressed state of color.background.accent.lime.subtlest.',
|
|
439
|
+
exampleValue: '#BDE97C'
|
|
440
|
+
}, {
|
|
441
|
+
content: '# color.background.accent.lime.subtler\n\nUse for for backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#D3F1A7`\n',
|
|
442
|
+
name: 'color.background.accent.lime.subtler',
|
|
443
|
+
description: 'Use for for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
444
|
+
exampleValue: '#D3F1A7'
|
|
445
|
+
}, {
|
|
446
|
+
content: '# color.background.accent.lime.subtler.hovered\n\nHovered state of color.background.accent.lime.subtler.\n\nExample Value: `#BDE97C`\n',
|
|
447
|
+
name: 'color.background.accent.lime.subtler.hovered',
|
|
448
|
+
description: 'Hovered state of color.background.accent.lime.subtler.',
|
|
449
|
+
exampleValue: '#BDE97C'
|
|
450
|
+
}, {
|
|
451
|
+
content: '# color.background.accent.lime.subtler.pressed\n\nPressed state of color.background.accent.lime.subtler.\n\nExample Value: `#B3DF72`\n',
|
|
452
|
+
name: 'color.background.accent.lime.subtler.pressed',
|
|
453
|
+
description: 'Pressed state of color.background.accent.lime.subtler.',
|
|
454
|
+
exampleValue: '#B3DF72'
|
|
455
|
+
}, {
|
|
456
|
+
content: '# color.background.accent.lime.subtle\n\nUse for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#94C748`\n',
|
|
457
|
+
name: 'color.background.accent.lime.subtle',
|
|
458
|
+
description: 'Use for vibrant for backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
459
|
+
exampleValue: '#94C748'
|
|
460
|
+
}, {
|
|
461
|
+
content: '# color.background.accent.lime.subtle.hovered\n\nHovered state of color.background.accent.lime.subtle.\n\nExample Value: `#B3DF72`\n',
|
|
462
|
+
name: 'color.background.accent.lime.subtle.hovered',
|
|
463
|
+
description: 'Hovered state of color.background.accent.lime.subtle.',
|
|
464
|
+
exampleValue: '#B3DF72'
|
|
465
|
+
}, {
|
|
466
|
+
content: '# color.background.accent.lime.subtle.pressed\n\nPressed state of color.background.accent.lime.subtle.\n\nExample Value: `#BDE97C`\n',
|
|
467
|
+
name: 'color.background.accent.lime.subtle.pressed',
|
|
468
|
+
description: 'Pressed state of color.background.accent.lime.subtle.',
|
|
469
|
+
exampleValue: '#BDE97C'
|
|
470
|
+
}, {
|
|
471
|
+
content: '# color.background.accent.lime.bolder\n\nUse for for backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#5B7F24`\n',
|
|
472
|
+
name: 'color.background.accent.lime.bolder',
|
|
473
|
+
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.',
|
|
474
|
+
exampleValue: '#5B7F24'
|
|
475
|
+
}, {
|
|
476
|
+
content: '# color.background.accent.lime.bolder.hovered\n\nHovered state of color.background.accent.lime.bolder.\n\nExample Value: `#4C6B1F`\n',
|
|
477
|
+
name: 'color.background.accent.lime.bolder.hovered',
|
|
478
|
+
description: 'Hovered state of color.background.accent.lime.bolder.',
|
|
479
|
+
exampleValue: '#4C6B1F'
|
|
480
|
+
}, {
|
|
481
|
+
content: '# color.background.accent.lime.bolder.pressed\n\nPressed state of color.background.accent.lime.bolder.\n\nExample Value: `#3F5224`\n',
|
|
482
|
+
name: 'color.background.accent.lime.bolder.pressed',
|
|
483
|
+
description: 'Pressed state of color.background.accent.lime.bolder.',
|
|
484
|
+
exampleValue: '#3F5224'
|
|
485
|
+
}, {
|
|
486
|
+
content: '# color.background.accent.red.subtlest\n\nUse for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#FFECEB`\n',
|
|
487
|
+
name: 'color.background.accent.red.subtlest',
|
|
488
|
+
description: 'Use for red backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
489
|
+
exampleValue: '#FFECEB'
|
|
490
|
+
}, {
|
|
491
|
+
content: '# color.background.accent.red.subtlest.hovered\n\nHovered state of color.background.accent.red.subtlest.\n\nExample Value: `#FFD5D2`\n',
|
|
492
|
+
name: 'color.background.accent.red.subtlest.hovered',
|
|
493
|
+
description: 'Hovered state of color.background.accent.red.subtlest.',
|
|
494
|
+
exampleValue: '#FFD5D2'
|
|
495
|
+
}, {
|
|
496
|
+
content: '# color.background.accent.red.subtlest.pressed\n\nPressed state of color.background.accent.red.subtlest.\n\nExample Value: `#FFB8B2`\n',
|
|
497
|
+
name: 'color.background.accent.red.subtlest.pressed',
|
|
498
|
+
description: 'Pressed state of color.background.accent.red.subtlest.',
|
|
499
|
+
exampleValue: '#FFB8B2'
|
|
500
|
+
}, {
|
|
501
|
+
content: '# color.background.accent.red.subtler\n\nUse for red backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#FFD5D2`\n',
|
|
502
|
+
name: 'color.background.accent.red.subtler',
|
|
503
|
+
description: 'Use for red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
504
|
+
exampleValue: '#FFD5D2'
|
|
505
|
+
}, {
|
|
506
|
+
content: '# color.background.accent.red.subtler.hovered\n\nHovered state of color.background.accent.red.subtler.\n\nExample Value: `#FFB8B2`\n',
|
|
507
|
+
name: 'color.background.accent.red.subtler.hovered',
|
|
508
|
+
description: 'Hovered state of color.background.accent.red.subtler.',
|
|
509
|
+
exampleValue: '#FFB8B2'
|
|
510
|
+
}, {
|
|
511
|
+
content: '# color.background.accent.red.subtler.pressed\n\nPressed state of color.background.accent.red.subtler.\n\nExample Value: `#FD9891`\n',
|
|
512
|
+
name: 'color.background.accent.red.subtler.pressed',
|
|
513
|
+
description: 'Pressed state of color.background.accent.red.subtler.',
|
|
514
|
+
exampleValue: '#FD9891'
|
|
515
|
+
}, {
|
|
516
|
+
content: '# color.background.accent.red.subtle\n\nUse for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#F87168`\n',
|
|
517
|
+
name: 'color.background.accent.red.subtle',
|
|
518
|
+
description: 'Use for vibrant red backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
519
|
+
exampleValue: '#F87168'
|
|
520
|
+
}, {
|
|
521
|
+
content: '# color.background.accent.red.subtle.hovered\n\nHovered state of color.background.accent.red.subtle.\n\nExample Value: `#FD9891`\n',
|
|
522
|
+
name: 'color.background.accent.red.subtle.hovered',
|
|
523
|
+
description: 'Hovered state of color.background.accent.red.subtle.',
|
|
524
|
+
exampleValue: '#FD9891'
|
|
525
|
+
}, {
|
|
526
|
+
content: '# color.background.accent.red.subtle.pressed\n\nPressed state of color.background.accent.red.subtle.\n\nExample Value: `#FFB8B2`\n',
|
|
527
|
+
name: 'color.background.accent.red.subtle.pressed',
|
|
528
|
+
description: 'Pressed state of color.background.accent.red.subtle.',
|
|
529
|
+
exampleValue: '#FFB8B2'
|
|
530
|
+
}, {
|
|
531
|
+
content: '# color.background.accent.red.bolder\n\nUse for red backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#C9372C`\n',
|
|
532
|
+
name: 'color.background.accent.red.bolder',
|
|
533
|
+
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.',
|
|
534
|
+
exampleValue: '#C9372C'
|
|
535
|
+
}, {
|
|
536
|
+
content: '# color.background.accent.red.bolder.hovered\n\nHovered state of color.background.accent.red.bolder.\n\nExample Value: `#AE2E24`\n',
|
|
537
|
+
name: 'color.background.accent.red.bolder.hovered',
|
|
538
|
+
description: 'Hovered state of color.background.accent.red.bolder.',
|
|
539
|
+
exampleValue: '#AE2E24'
|
|
540
|
+
}, {
|
|
541
|
+
content: '# color.background.accent.red.bolder.pressed\n\nPressed state of color.background.accent.red.bolder.\n\nExample Value: `#872821`\n',
|
|
542
|
+
name: 'color.background.accent.red.bolder.pressed',
|
|
543
|
+
description: 'Pressed state of color.background.accent.red.bolder.',
|
|
544
|
+
exampleValue: '#872821'
|
|
545
|
+
}, {
|
|
546
|
+
content: '# color.background.accent.orange.subtlest\n\nUse for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#FFF5DB`\n',
|
|
547
|
+
name: 'color.background.accent.orange.subtlest',
|
|
548
|
+
description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
549
|
+
exampleValue: '#FFF5DB'
|
|
550
|
+
}, {
|
|
551
|
+
content: '# color.background.accent.orange.subtlest.hovered\n\nHovered state of color.background.accent.orange.subtlest.\n\nExample Value: `#FCE4A6`\n',
|
|
552
|
+
name: 'color.background.accent.orange.subtlest.hovered',
|
|
553
|
+
description: 'Hovered state of color.background.accent.orange.subtlest.',
|
|
554
|
+
exampleValue: '#FCE4A6'
|
|
555
|
+
}, {
|
|
556
|
+
content: '# color.background.accent.orange.subtlest.pressed\n\nPressed state of color.background.accent.orange.subtlest.\n\nExample Value: `#FBD779`\n',
|
|
557
|
+
name: 'color.background.accent.orange.subtlest.pressed',
|
|
558
|
+
description: 'Pressed state of color.background.accent.orange.subtlest.',
|
|
559
|
+
exampleValue: '#FBD779'
|
|
560
|
+
}, {
|
|
561
|
+
content: '# color.background.accent.orange.subtler\n\nUse for orange backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#FCE4A6`\n',
|
|
562
|
+
name: 'color.background.accent.orange.subtler',
|
|
563
|
+
description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
564
|
+
exampleValue: '#FCE4A6'
|
|
565
|
+
}, {
|
|
566
|
+
content: '# color.background.accent.orange.subtler.hovered\n\nHovered state of color.background.accent.orange.subtler.\n\nExample Value: `#FBD779`\n',
|
|
567
|
+
name: 'color.background.accent.orange.subtler.hovered',
|
|
568
|
+
description: 'Hovered state of color.background.accent.orange.subtler.',
|
|
569
|
+
exampleValue: '#FBD779'
|
|
570
|
+
}, {
|
|
571
|
+
content: '# color.background.accent.orange.subtler.pressed\n\nPressed state of color.background.accent.orange.subtler.\n\nExample Value: `#FBC828`\n',
|
|
572
|
+
name: 'color.background.accent.orange.subtler.pressed',
|
|
573
|
+
description: 'Pressed state of color.background.accent.orange.subtler.',
|
|
574
|
+
exampleValue: '#FBC828'
|
|
575
|
+
}, {
|
|
576
|
+
content: '# color.background.accent.orange.subtle\n\nUse for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#FCA700`\n',
|
|
577
|
+
name: 'color.background.accent.orange.subtle',
|
|
578
|
+
description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
579
|
+
exampleValue: '#FCA700'
|
|
580
|
+
}, {
|
|
581
|
+
content: '# color.background.accent.orange.subtle.hovered\n\nHovered state of color.background.accent.orange.subtle.\n\nExample Value: `#FBC828`\n',
|
|
582
|
+
name: 'color.background.accent.orange.subtle.hovered',
|
|
583
|
+
description: 'Hovered state of color.background.accent.orange.subtle.',
|
|
584
|
+
exampleValue: '#FBC828'
|
|
585
|
+
}, {
|
|
586
|
+
content: '# color.background.accent.orange.subtle.pressed\n\nPressed state of color.background.accent.orange.subtle.\n\nExample Value: `#FBD779`\n',
|
|
587
|
+
name: 'color.background.accent.orange.subtle.pressed',
|
|
588
|
+
description: 'Pressed state of color.background.accent.orange.subtle.',
|
|
589
|
+
exampleValue: '#FBD779'
|
|
590
|
+
}, {
|
|
591
|
+
content: '# color.background.accent.orange.bolder\n\nUse for orange backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#BD5B00`\n',
|
|
592
|
+
name: 'color.background.accent.orange.bolder',
|
|
593
|
+
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.',
|
|
594
|
+
exampleValue: '#BD5B00'
|
|
595
|
+
}, {
|
|
596
|
+
content: '# color.background.accent.orange.bolder.hovered\n\nHovered state of color.background.accent.orange.bolder.\n\nExample Value: `#9E4C00`\n',
|
|
597
|
+
name: 'color.background.accent.orange.bolder.hovered',
|
|
598
|
+
description: 'Hovered state of color.background.accent.orange.bolder.',
|
|
599
|
+
exampleValue: '#9E4C00'
|
|
600
|
+
}, {
|
|
601
|
+
content: '# color.background.accent.orange.bolder.pressed\n\nPressed state of color.background.accent.orange.bolder.\n\nExample Value: `#7A3B00`\n',
|
|
602
|
+
name: 'color.background.accent.orange.bolder.pressed',
|
|
603
|
+
description: 'Pressed state of color.background.accent.orange.bolder.',
|
|
604
|
+
exampleValue: '#7A3B00'
|
|
605
|
+
}, {
|
|
606
|
+
content: '# color.background.accent.yellow.subtlest\n\nUse for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#FEF7C8`\n',
|
|
607
|
+
name: 'color.background.accent.yellow.subtlest',
|
|
608
|
+
description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
609
|
+
exampleValue: '#FEF7C8'
|
|
610
|
+
}, {
|
|
611
|
+
content: '# color.background.accent.yellow.subtlest.hovered\n\nHovered state of color.background.accent.yellow.subtlest.\n\nExample Value: `#F5E989`\n',
|
|
612
|
+
name: 'color.background.accent.yellow.subtlest.hovered',
|
|
613
|
+
description: 'Hovered state of color.background.accent.yellow.subtlest.',
|
|
614
|
+
exampleValue: '#F5E989'
|
|
615
|
+
}, {
|
|
616
|
+
content: '# color.background.accent.yellow.subtlest.pressed\n\nPressed state of color.background.accent.yellow.subtlest.\n\nExample Value: `#EFDD4E`\n',
|
|
617
|
+
name: 'color.background.accent.yellow.subtlest.pressed',
|
|
618
|
+
description: 'Pressed state of color.background.accent.yellow.subtlest.',
|
|
619
|
+
exampleValue: '#EFDD4E'
|
|
620
|
+
}, {
|
|
621
|
+
content: '# color.background.accent.yellow.subtler\n\nUse for yellow backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#F5E989`\n',
|
|
622
|
+
name: 'color.background.accent.yellow.subtler',
|
|
623
|
+
description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
624
|
+
exampleValue: '#F5E989'
|
|
625
|
+
}, {
|
|
626
|
+
content: '# color.background.accent.yellow.subtler.hovered\n\nHovered state of color.background.accent.yellow.subtler.\n\nExample Value: `#EFDD4E`\n',
|
|
627
|
+
name: 'color.background.accent.yellow.subtler.hovered',
|
|
628
|
+
description: 'Hovered state of color.background.accent.yellow.subtler.',
|
|
629
|
+
exampleValue: '#EFDD4E'
|
|
630
|
+
}, {
|
|
631
|
+
content: '# color.background.accent.yellow.subtler.pressed\n\nPressed state of color.background.accent.yellow.subtler.\n\nExample Value: `#EED12B`\n',
|
|
632
|
+
name: 'color.background.accent.yellow.subtler.pressed',
|
|
633
|
+
description: 'Pressed state of color.background.accent.yellow.subtler.',
|
|
634
|
+
exampleValue: '#EED12B'
|
|
635
|
+
}, {
|
|
636
|
+
content: '# color.background.accent.yellow.subtle\n\nUse for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#EED12B`\n',
|
|
637
|
+
name: 'color.background.accent.yellow.subtle',
|
|
638
|
+
description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
639
|
+
exampleValue: '#EED12B'
|
|
640
|
+
}, {
|
|
641
|
+
content: '# color.background.accent.yellow.subtle.hovered\n\nHovered state of color.background.accent.yellow.subtle.\n\nExample Value: `#DDB30E`\n',
|
|
642
|
+
name: 'color.background.accent.yellow.subtle.hovered',
|
|
643
|
+
description: 'Hovered state of color.background.accent.yellow.subtle.',
|
|
644
|
+
exampleValue: '#DDB30E'
|
|
645
|
+
}, {
|
|
646
|
+
content: '# color.background.accent.yellow.subtle.pressed\n\nPressed state of color.background.accent.yellow.subtle.\n\nExample Value: `#EFDD4E`\n',
|
|
647
|
+
name: 'color.background.accent.yellow.subtle.pressed',
|
|
648
|
+
description: 'Pressed state of color.background.accent.yellow.subtle.',
|
|
649
|
+
exampleValue: '#EFDD4E'
|
|
650
|
+
}, {
|
|
651
|
+
content: '# color.background.accent.yellow.bolder\n\nUse for yellow backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#946F00`\n',
|
|
652
|
+
name: 'color.background.accent.yellow.bolder',
|
|
653
|
+
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.',
|
|
654
|
+
exampleValue: '#946F00'
|
|
655
|
+
}, {
|
|
656
|
+
content: '# color.background.accent.yellow.bolder.hovered\n\nHovered state of color.background.accent.yellow.bolder.\n\nExample Value: `#7F5F01`\n',
|
|
657
|
+
name: 'color.background.accent.yellow.bolder.hovered',
|
|
658
|
+
description: 'Hovered state of color.background.accent.yellow.bolder.',
|
|
659
|
+
exampleValue: '#7F5F01'
|
|
660
|
+
}, {
|
|
661
|
+
content: '# color.background.accent.yellow.bolder.pressed\n\nPressed state of color.background.accent.yellow.bolder.\n\nExample Value: `#614A05`\n',
|
|
662
|
+
name: 'color.background.accent.yellow.bolder.pressed',
|
|
663
|
+
description: 'Pressed state of color.background.accent.yellow.bolder.',
|
|
664
|
+
exampleValue: '#614A05'
|
|
665
|
+
}, {
|
|
666
|
+
content: '# color.background.accent.green.subtlest\n\nUse for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#DCFFF1`\n',
|
|
667
|
+
name: 'color.background.accent.green.subtlest',
|
|
668
|
+
description: 'Use for green backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
669
|
+
exampleValue: '#DCFFF1'
|
|
670
|
+
}, {
|
|
671
|
+
content: '# color.background.accent.green.subtlest.hovered\n\nHovered state of color.background.accent.green.subtlest.\n\nExample Value: `#BAF3DB`\n',
|
|
672
|
+
name: 'color.background.accent.green.subtlest.hovered',
|
|
673
|
+
description: 'Hovered state of color.background.accent.green.subtlest.',
|
|
674
|
+
exampleValue: '#BAF3DB'
|
|
675
|
+
}, {
|
|
676
|
+
content: '# color.background.accent.green.subtlest.pressed\n\nPressed state of color.background.accent.green.subtlest.\n\nExample Value: `#97EDC9`\n',
|
|
677
|
+
name: 'color.background.accent.green.subtlest.pressed',
|
|
678
|
+
description: 'Pressed state of color.background.accent.green.subtlest.',
|
|
679
|
+
exampleValue: '#97EDC9'
|
|
680
|
+
}, {
|
|
681
|
+
content: '# color.background.accent.green.subtler\n\nUse for green backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#BAF3DB`\n',
|
|
682
|
+
name: 'color.background.accent.green.subtler',
|
|
683
|
+
description: 'Use for green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
684
|
+
exampleValue: '#BAF3DB'
|
|
685
|
+
}, {
|
|
686
|
+
content: '# color.background.accent.green.subtler.hovered\n\nHovered state of color.background.accent.green.subtler.\n\nExample Value: `#97EDC9`\n',
|
|
687
|
+
name: 'color.background.accent.green.subtler.hovered',
|
|
688
|
+
description: 'Hovered state of color.background.accent.green.subtler.',
|
|
689
|
+
exampleValue: '#97EDC9'
|
|
690
|
+
}, {
|
|
691
|
+
content: '# color.background.accent.green.subtler.pressed\n\nPressed state of color.background.accent.green.subtler.\n\nExample Value: `#7EE2B8`\n',
|
|
692
|
+
name: 'color.background.accent.green.subtler.pressed',
|
|
693
|
+
description: 'Pressed state of color.background.accent.green.subtler.',
|
|
694
|
+
exampleValue: '#7EE2B8'
|
|
695
|
+
}, {
|
|
696
|
+
content: '# color.background.accent.green.subtle\n\nUse for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#4BCE97`\n',
|
|
697
|
+
name: 'color.background.accent.green.subtle',
|
|
698
|
+
description: 'Use for vibrant green backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
699
|
+
exampleValue: '#4BCE97'
|
|
700
|
+
}, {
|
|
701
|
+
content: '# color.background.accent.green.subtle.hovered\n\nHovered state of color.background.accent.green.subtle.\n\nExample Value: `#7EE2B8`\n',
|
|
702
|
+
name: 'color.background.accent.green.subtle.hovered',
|
|
703
|
+
description: 'Hovered state of color.background.accent.green.subtle.',
|
|
704
|
+
exampleValue: '#7EE2B8'
|
|
705
|
+
}, {
|
|
706
|
+
content: '# color.background.accent.green.subtle.pressed\n\nPressed state of color.background.accent.green.subtle.\n\nExample Value: `#97EDC9`\n',
|
|
707
|
+
name: 'color.background.accent.green.subtle.pressed',
|
|
708
|
+
description: 'Pressed state of color.background.accent.green.subtle.',
|
|
709
|
+
exampleValue: '#97EDC9'
|
|
710
|
+
}, {
|
|
711
|
+
content: '# color.background.accent.green.bolder\n\nUse for green backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#1F845A`\n',
|
|
712
|
+
name: 'color.background.accent.green.bolder',
|
|
713
|
+
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.',
|
|
714
|
+
exampleValue: '#1F845A'
|
|
715
|
+
}, {
|
|
716
|
+
content: '# color.background.accent.green.bolder.hovered\n\nHovered state of color.background.accent.green.bolder.\n\nExample Value: `#216E4E`\n',
|
|
717
|
+
name: 'color.background.accent.green.bolder.hovered',
|
|
718
|
+
description: 'Hovered state of color.background.accent.green.bolder.',
|
|
719
|
+
exampleValue: '#216E4E'
|
|
720
|
+
}, {
|
|
721
|
+
content: '# color.background.accent.green.bolder.pressed\n\nPressed state of color.background.accent.green.bolder.\n\nExample Value: `#19573D`\n',
|
|
722
|
+
name: 'color.background.accent.green.bolder.pressed',
|
|
723
|
+
description: 'Pressed state of color.background.accent.green.bolder.',
|
|
724
|
+
exampleValue: '#19573D'
|
|
725
|
+
}, {
|
|
726
|
+
content: '# color.background.accent.teal.subtlest\n\nUse for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#E7F9FF`\n',
|
|
727
|
+
name: 'color.background.accent.teal.subtlest',
|
|
728
|
+
description: 'Use for teal backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
729
|
+
exampleValue: '#E7F9FF'
|
|
730
|
+
}, {
|
|
731
|
+
content: '# color.background.accent.teal.subtlest.hovered\n\nHovered state of color.background.accent.teal.subtlest.\n\nExample Value: `#C6EDFB`\n',
|
|
732
|
+
name: 'color.background.accent.teal.subtlest.hovered',
|
|
733
|
+
description: 'Hovered state of color.background.accent.teal.subtlest.',
|
|
734
|
+
exampleValue: '#C6EDFB'
|
|
735
|
+
}, {
|
|
736
|
+
content: '# color.background.accent.teal.subtlest.pressed\n\nPressed state of color.background.accent.teal.subtlest.\n\nExample Value: `#B1E4F7`\n',
|
|
737
|
+
name: 'color.background.accent.teal.subtlest.pressed',
|
|
738
|
+
description: 'Pressed state of color.background.accent.teal.subtlest.',
|
|
739
|
+
exampleValue: '#B1E4F7'
|
|
740
|
+
}, {
|
|
741
|
+
content: '# color.background.accent.teal.subtler\n\nUse for teal backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#C6EDFB`\n',
|
|
742
|
+
name: 'color.background.accent.teal.subtler',
|
|
743
|
+
description: 'Use for teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
744
|
+
exampleValue: '#C6EDFB'
|
|
745
|
+
}, {
|
|
746
|
+
content: '# color.background.accent.teal.subtler.hovered\n\nHovered state of color.background.accent.teal.subtler.\n\nExample Value: `#B1E4F7`\n',
|
|
747
|
+
name: 'color.background.accent.teal.subtler.hovered',
|
|
748
|
+
description: 'Hovered state of color.background.accent.teal.subtler.',
|
|
749
|
+
exampleValue: '#B1E4F7'
|
|
750
|
+
}, {
|
|
751
|
+
content: '# color.background.accent.teal.subtler.pressed\n\nPressed state of color.background.accent.teal.subtler.\n\nExample Value: `#9DD9EE`\n',
|
|
752
|
+
name: 'color.background.accent.teal.subtler.pressed',
|
|
753
|
+
description: 'Pressed state of color.background.accent.teal.subtler.',
|
|
754
|
+
exampleValue: '#9DD9EE'
|
|
755
|
+
}, {
|
|
756
|
+
content: '# color.background.accent.teal.subtle\n\nUse for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#6CC3E0`\n',
|
|
757
|
+
name: 'color.background.accent.teal.subtle',
|
|
758
|
+
description: 'Use for vibrant teal backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
759
|
+
exampleValue: '#6CC3E0'
|
|
760
|
+
}, {
|
|
761
|
+
content: '# color.background.accent.teal.subtle.hovered\n\nHovered state of color.background.accent.teal.subtle.\n\nExample Value: `#9DD9EE`\n',
|
|
762
|
+
name: 'color.background.accent.teal.subtle.hovered',
|
|
763
|
+
description: 'Hovered state of color.background.accent.teal.subtle.',
|
|
764
|
+
exampleValue: '#9DD9EE'
|
|
765
|
+
}, {
|
|
766
|
+
content: '# color.background.accent.teal.subtle.pressed\n\nPressed state of color.background.accent.teal.subtle.\n\nExample Value: `#B1E4F7`\n',
|
|
767
|
+
name: 'color.background.accent.teal.subtle.pressed',
|
|
768
|
+
description: 'Pressed state of color.background.accent.teal.subtle.',
|
|
769
|
+
exampleValue: '#B1E4F7'
|
|
770
|
+
}, {
|
|
771
|
+
content: '# color.background.accent.teal.bolder\n\nUse for teal backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#227D9B`\n',
|
|
772
|
+
name: 'color.background.accent.teal.bolder',
|
|
773
|
+
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.',
|
|
774
|
+
exampleValue: '#227D9B'
|
|
775
|
+
}, {
|
|
776
|
+
content: '# color.background.accent.teal.bolder.hovered\n\nHovered state of color.background.accent.teal.bolder.\n\nExample Value: `#206A83`\n',
|
|
777
|
+
name: 'color.background.accent.teal.bolder.hovered',
|
|
778
|
+
description: 'Hovered state of color.background.accent.teal.bolder.',
|
|
779
|
+
exampleValue: '#206A83'
|
|
780
|
+
}, {
|
|
781
|
+
content: '# color.background.accent.teal.bolder.pressed\n\nPressed state of color.background.accent.teal.bolder.\n\nExample Value: `#1A5265`\n',
|
|
782
|
+
name: 'color.background.accent.teal.bolder.pressed',
|
|
783
|
+
description: 'Pressed state of color.background.accent.teal.bolder.',
|
|
784
|
+
exampleValue: '#1A5265'
|
|
785
|
+
}, {
|
|
786
|
+
content: '# color.background.accent.blue.subtlest\n\nUse for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#E9F2FE`\n',
|
|
787
|
+
name: 'color.background.accent.blue.subtlest',
|
|
788
|
+
description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
789
|
+
exampleValue: '#E9F2FE'
|
|
790
|
+
}, {
|
|
791
|
+
content: '# color.background.accent.blue.subtlest.hovered\n\nHovered state of color.background.accent.blue.subtlest.\n\nExample Value: `#CFE1FD`\n',
|
|
792
|
+
name: 'color.background.accent.blue.subtlest.hovered',
|
|
793
|
+
description: 'Hovered state of color.background.accent.blue.subtlest.',
|
|
794
|
+
exampleValue: '#CFE1FD'
|
|
795
|
+
}, {
|
|
796
|
+
content: '# color.background.accent.blue.subtlest.pressed\n\nPressed state of color.background.accent.blue.subtlest.\n\nExample Value: `#ADCBFB`\n',
|
|
797
|
+
name: 'color.background.accent.blue.subtlest.pressed',
|
|
798
|
+
description: 'Pressed state of color.background.accent.blue.subtlest.',
|
|
799
|
+
exampleValue: '#ADCBFB'
|
|
800
|
+
}, {
|
|
801
|
+
content: '# color.background.accent.blue.subtler\n\nUse for blue backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#CFE1FD`\n',
|
|
802
|
+
name: 'color.background.accent.blue.subtler',
|
|
803
|
+
description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
804
|
+
exampleValue: '#CFE1FD'
|
|
805
|
+
}, {
|
|
806
|
+
content: '# color.background.accent.blue.subtler.hovered\n\nHovered state of color.background.accent.blue.subtler.\n\nExample Value: `#ADCBFB`\n',
|
|
807
|
+
name: 'color.background.accent.blue.subtler.hovered',
|
|
808
|
+
description: 'Hovered state of color.background.accent.blue.subtler.',
|
|
809
|
+
exampleValue: '#ADCBFB'
|
|
810
|
+
}, {
|
|
811
|
+
content: '# color.background.accent.blue.subtler.pressed\n\nPressed state of color.background.accent.blue.subtler.\n\nExample Value: `#8FB8F6`\n',
|
|
812
|
+
name: 'color.background.accent.blue.subtler.pressed',
|
|
813
|
+
description: 'Pressed state of color.background.accent.blue.subtler.',
|
|
814
|
+
exampleValue: '#8FB8F6'
|
|
815
|
+
}, {
|
|
816
|
+
content: '# color.background.accent.blue.subtle\n\nUse for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#669DF1`\n',
|
|
817
|
+
name: 'color.background.accent.blue.subtle',
|
|
818
|
+
description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
819
|
+
exampleValue: '#669DF1'
|
|
820
|
+
}, {
|
|
821
|
+
content: '# color.background.accent.blue.subtle.hovered\n\nHovered state of color.background.accent.blue.subtle.\n\nExample Value: `#8FB8F6`\n',
|
|
822
|
+
name: 'color.background.accent.blue.subtle.hovered',
|
|
823
|
+
description: 'Hovered state of color.background.accent.blue.subtle.',
|
|
824
|
+
exampleValue: '#8FB8F6'
|
|
825
|
+
}, {
|
|
826
|
+
content: '# color.background.accent.blue.subtle.pressed\n\nPressed state of color.background.accent.blue.subtle.\n\nExample Value: `#ADCBFB`\n',
|
|
827
|
+
name: 'color.background.accent.blue.subtle.pressed',
|
|
828
|
+
description: 'Pressed state of color.background.accent.blue.subtle.',
|
|
829
|
+
exampleValue: '#ADCBFB'
|
|
830
|
+
}, {
|
|
831
|
+
content: '# color.background.accent.blue.bolder\n\nUse for blue backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#1868DB`\n',
|
|
832
|
+
name: 'color.background.accent.blue.bolder',
|
|
833
|
+
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.',
|
|
834
|
+
exampleValue: '#1868DB'
|
|
835
|
+
}, {
|
|
836
|
+
content: '# color.background.accent.blue.bolder.hovered\n\nHovered state of color.background.accent.blue.bolder.\n\nExample Value: `#1558BC`\n',
|
|
837
|
+
name: 'color.background.accent.blue.bolder.hovered',
|
|
838
|
+
description: 'Hovered state of color.background.accent.blue.bolder.',
|
|
839
|
+
exampleValue: '#1558BC'
|
|
840
|
+
}, {
|
|
841
|
+
content: '# color.background.accent.blue.bolder.pressed\n\nPressed state of color.background.accent.blue.bolder.\n\nExample Value: `#144794`\n',
|
|
842
|
+
name: 'color.background.accent.blue.bolder.pressed',
|
|
843
|
+
description: 'Pressed state of color.background.accent.blue.bolder.',
|
|
844
|
+
exampleValue: '#144794'
|
|
845
|
+
}, {
|
|
846
|
+
content: '# color.background.accent.purple.subtlest\n\nUse for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#F8EEFE`\n',
|
|
847
|
+
name: 'color.background.accent.purple.subtlest',
|
|
848
|
+
description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
849
|
+
exampleValue: '#F8EEFE'
|
|
850
|
+
}, {
|
|
851
|
+
content: '# color.background.accent.purple.subtlest.hovered\n\nHovered state of color.background.accent.purple.subtlest.\n\nExample Value: `#EED7FC`\n',
|
|
852
|
+
name: 'color.background.accent.purple.subtlest.hovered',
|
|
853
|
+
description: 'Hovered state of color.background.accent.purple.subtlest.',
|
|
854
|
+
exampleValue: '#EED7FC'
|
|
855
|
+
}, {
|
|
856
|
+
content: '# color.background.accent.purple.subtlest.pressed\n\nPressed state of color.background.accent.purple.subtlest.\n\nExample Value: `#E3BDFA`\n',
|
|
857
|
+
name: 'color.background.accent.purple.subtlest.pressed',
|
|
858
|
+
description: 'Pressed state of color.background.accent.purple.subtlest.',
|
|
859
|
+
exampleValue: '#E3BDFA'
|
|
860
|
+
}, {
|
|
861
|
+
content: '# color.background.accent.purple.subtler\n\nUse for purple backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#EED7FC`\n',
|
|
862
|
+
name: 'color.background.accent.purple.subtler',
|
|
863
|
+
description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
864
|
+
exampleValue: '#EED7FC'
|
|
865
|
+
}, {
|
|
866
|
+
content: '# color.background.accent.purple.subtler.hovered\n\nHovered state of color.background.accent.purple.subtler.\n\nExample Value: `#E3BDFA`\n',
|
|
867
|
+
name: 'color.background.accent.purple.subtler.hovered',
|
|
868
|
+
description: 'Hovered state of color.background.accent.purple.subtler.',
|
|
869
|
+
exampleValue: '#E3BDFA'
|
|
870
|
+
}, {
|
|
871
|
+
content: '# color.background.accent.purple.subtler.pressed\n\nPressed state of color.background.accent.purple.subtler.\n\nExample Value: `#D8A0F7`\n',
|
|
872
|
+
name: 'color.background.accent.purple.subtler.pressed',
|
|
873
|
+
description: 'Pressed state of color.background.accent.purple.subtler.',
|
|
874
|
+
exampleValue: '#D8A0F7'
|
|
875
|
+
}, {
|
|
876
|
+
content: '# color.background.accent.purple.subtle\n\nUse for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#C97CF4`\n',
|
|
877
|
+
name: 'color.background.accent.purple.subtle',
|
|
878
|
+
description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
879
|
+
exampleValue: '#C97CF4'
|
|
880
|
+
}, {
|
|
881
|
+
content: '# color.background.accent.purple.subtle.hovered\n\nHovered state of color.background.accent.purple.subtle.\n\nExample Value: `#D8A0F7`\n',
|
|
882
|
+
name: 'color.background.accent.purple.subtle.hovered',
|
|
883
|
+
description: 'Hovered state of color.background.accent.purple.subtle.',
|
|
884
|
+
exampleValue: '#D8A0F7'
|
|
885
|
+
}, {
|
|
886
|
+
content: '# color.background.accent.purple.subtle.pressed\n\nPressed state of color.background.accent.purple.subtle.\n\nExample Value: `#E3BDFA`\n',
|
|
887
|
+
name: 'color.background.accent.purple.subtle.pressed',
|
|
888
|
+
description: 'Pressed state of color.background.accent.purple.subtle.',
|
|
889
|
+
exampleValue: '#E3BDFA'
|
|
890
|
+
}, {
|
|
891
|
+
content: '# color.background.accent.purple.bolder\n\nUse for purple backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#964AC0`\n',
|
|
892
|
+
name: 'color.background.accent.purple.bolder',
|
|
893
|
+
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.',
|
|
894
|
+
exampleValue: '#964AC0'
|
|
895
|
+
}, {
|
|
896
|
+
content: '# color.background.accent.purple.bolder.hovered\n\nHovered state of color.background.accent.purple.bolder.\n\nExample Value: `#803FA5`\n',
|
|
897
|
+
name: 'color.background.accent.purple.bolder.hovered',
|
|
898
|
+
description: 'Hovered state of color.background.accent.purple.bolder.',
|
|
899
|
+
exampleValue: '#803FA5'
|
|
900
|
+
}, {
|
|
901
|
+
content: '# color.background.accent.purple.bolder.pressed\n\nPressed state of color.background.accent.purple.bolder.\n\nExample Value: `#673286`\n',
|
|
902
|
+
name: 'color.background.accent.purple.bolder.pressed',
|
|
903
|
+
description: 'Pressed state of color.background.accent.purple.bolder.',
|
|
904
|
+
exampleValue: '#673286'
|
|
905
|
+
}, {
|
|
906
|
+
content: '# color.background.accent.magenta.subtlest\n\nUse for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#FFECF8`\n',
|
|
907
|
+
name: 'color.background.accent.magenta.subtlest',
|
|
908
|
+
description: 'Use for magenta backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
909
|
+
exampleValue: '#FFECF8'
|
|
910
|
+
}, {
|
|
911
|
+
content: '# color.background.accent.magenta.subtlest.hovered\n\nHovered state of color.background.accent.magenta.subtlest.\n\nExample Value: `#FDD0EC`\n',
|
|
912
|
+
name: 'color.background.accent.magenta.subtlest.hovered',
|
|
913
|
+
description: 'Hovered state of color.background.accent.magenta.subtlest.',
|
|
914
|
+
exampleValue: '#FDD0EC'
|
|
915
|
+
}, {
|
|
916
|
+
content: '# color.background.accent.magenta.subtlest.pressed\n\nPressed state of color.background.accent.magenta.subtlest.\n\nExample Value: `#FCB6E1`\n',
|
|
917
|
+
name: 'color.background.accent.magenta.subtlest.pressed',
|
|
918
|
+
description: 'Pressed state of color.background.accent.magenta.subtlest.',
|
|
919
|
+
exampleValue: '#FCB6E1'
|
|
920
|
+
}, {
|
|
921
|
+
content: '# color.background.accent.magenta.subtler\n\nUse for magenta backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#FDD0EC`\n',
|
|
922
|
+
name: 'color.background.accent.magenta.subtler',
|
|
923
|
+
description: 'Use for magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
924
|
+
exampleValue: '#FDD0EC'
|
|
925
|
+
}, {
|
|
926
|
+
content: '# color.background.accent.magenta.subtler.hovered\n\nHovered state of color.background.accent.magenta.subtler.\n\nExample Value: `#FCB6E1`\n',
|
|
927
|
+
name: 'color.background.accent.magenta.subtler.hovered',
|
|
928
|
+
description: 'Hovered state of color.background.accent.magenta.subtler.',
|
|
929
|
+
exampleValue: '#FCB6E1'
|
|
930
|
+
}, {
|
|
931
|
+
content: '# color.background.accent.magenta.subtler.pressed\n\nPressed state of color.background.accent.magenta.subtler.\n\nExample Value: `#F797D2`\n',
|
|
932
|
+
name: 'color.background.accent.magenta.subtler.pressed',
|
|
933
|
+
description: 'Pressed state of color.background.accent.magenta.subtler.',
|
|
934
|
+
exampleValue: '#F797D2'
|
|
935
|
+
}, {
|
|
936
|
+
content: '# color.background.accent.magenta.subtle\n\nUse for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#E774BB`\n',
|
|
937
|
+
name: 'color.background.accent.magenta.subtle',
|
|
938
|
+
description: 'Use for vibrant magenta backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
939
|
+
exampleValue: '#E774BB'
|
|
940
|
+
}, {
|
|
941
|
+
content: '# color.background.accent.magenta.subtle.hovered\n\nHovered state of color.background.accent.magenta.subtle.\n\nExample Value: `#F797D2`\n',
|
|
942
|
+
name: 'color.background.accent.magenta.subtle.hovered',
|
|
943
|
+
description: 'Hovered state of color.background.accent.magenta.subtle.',
|
|
944
|
+
exampleValue: '#F797D2'
|
|
945
|
+
}, {
|
|
946
|
+
content: '# color.background.accent.magenta.subtle.pressed\n\nPressed state of color.background.accent.magenta.subtle.\n\nExample Value: `#FCB6E1`\n',
|
|
947
|
+
name: 'color.background.accent.magenta.subtle.pressed',
|
|
948
|
+
description: 'Pressed state of color.background.accent.magenta.subtle.',
|
|
949
|
+
exampleValue: '#FCB6E1'
|
|
950
|
+
}, {
|
|
951
|
+
content: '# color.background.accent.magenta.bolder\n\nUse for magenta backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#AE4787`\n',
|
|
952
|
+
name: 'color.background.accent.magenta.bolder',
|
|
953
|
+
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.',
|
|
954
|
+
exampleValue: '#AE4787'
|
|
955
|
+
}, {
|
|
956
|
+
content: '# color.background.accent.magenta.bolder.hovered\n\nHovered state of color.background.accent.magenta.bolder.\n\nExample Value: `#943D73`\n',
|
|
957
|
+
name: 'color.background.accent.magenta.bolder.hovered',
|
|
958
|
+
description: 'Hovered state of color.background.accent.magenta.bolder.',
|
|
959
|
+
exampleValue: '#943D73'
|
|
960
|
+
}, {
|
|
961
|
+
content: '# color.background.accent.magenta.bolder.pressed\n\nPressed state of color.background.accent.magenta.bolder.\n\nExample Value: `#77325B`\n',
|
|
962
|
+
name: 'color.background.accent.magenta.bolder.pressed',
|
|
963
|
+
description: 'Pressed state of color.background.accent.magenta.bolder.',
|
|
964
|
+
exampleValue: '#77325B'
|
|
965
|
+
}, {
|
|
966
|
+
content: '# color.background.accent.gray.subtlest\n\nUse for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.\n\nExample Value: `#F0F1F2`\n',
|
|
967
|
+
name: 'color.background.accent.gray.subtlest',
|
|
968
|
+
description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
969
|
+
exampleValue: '#F0F1F2'
|
|
970
|
+
}, {
|
|
971
|
+
content: '# color.background.accent.gray.subtlest.hovered\n\nHovered state of color.background.accent.gray.subtlest.\n\nExample Value: `#DDDEE1`\n',
|
|
972
|
+
name: 'color.background.accent.gray.subtlest.hovered',
|
|
973
|
+
description: 'Hovered state of color.background.accent.gray.subtlest.',
|
|
974
|
+
exampleValue: '#DDDEE1'
|
|
975
|
+
}, {
|
|
976
|
+
content: '# color.background.accent.gray.subtlest.pressed\n\nPressed state of color.background.accent.gray.subtlest.\n\nExample Value: `#B7B9BE`\n',
|
|
977
|
+
name: 'color.background.accent.gray.subtlest.pressed',
|
|
978
|
+
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
979
|
+
exampleValue: '#B7B9BE'
|
|
980
|
+
}, {
|
|
981
|
+
content: '# color.background.accent.gray.subtler\n\nUse for gray backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#DDDEE1`\n',
|
|
982
|
+
name: 'color.background.accent.gray.subtler',
|
|
983
|
+
description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
984
|
+
exampleValue: '#DDDEE1'
|
|
985
|
+
}, {
|
|
986
|
+
content: '# color.background.accent.gray.subtler.hovered\n\nHovered state of color.background.accent.gray.subtler.\n\nExample Value: `#B7B9BE`\n',
|
|
987
|
+
name: 'color.background.accent.gray.subtler.hovered',
|
|
988
|
+
description: 'Hovered state of color.background.accent.gray.subtler.',
|
|
989
|
+
exampleValue: '#B7B9BE'
|
|
990
|
+
}, {
|
|
991
|
+
content: '# color.background.accent.gray.subtler.pressed\n\nPressed state of color.background.accent.gray.subtler.\n\nExample Value: `#8C8F97`\n',
|
|
992
|
+
name: 'color.background.accent.gray.subtler.pressed',
|
|
993
|
+
description: 'Pressed state of color.background.accent.gray.subtler.',
|
|
994
|
+
exampleValue: '#8C8F97'
|
|
995
|
+
}, {
|
|
996
|
+
content: '# color.background.accent.gray.subtle\n\nUse for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.\n\nExample Value: `#8C8F97`\n',
|
|
997
|
+
name: 'color.background.accent.gray.subtle',
|
|
998
|
+
description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
999
|
+
exampleValue: '#8C8F97'
|
|
1000
|
+
}, {
|
|
1001
|
+
content: '# color.background.accent.gray.subtle.hovered\n\nHovered state of color.background.accent.gray.subtle.\n\nExample Value: `#B7B9BE`\n',
|
|
1002
|
+
name: 'color.background.accent.gray.subtle.hovered',
|
|
1003
|
+
description: 'Hovered state of color.background.accent.gray.subtle.',
|
|
1004
|
+
exampleValue: '#B7B9BE'
|
|
1005
|
+
}, {
|
|
1006
|
+
content: '# color.background.accent.gray.subtle.pressed\n\nPressed state of color.background.accent.gray.subtle.\n\nExample Value: `#DDDEE1`\n',
|
|
1007
|
+
name: 'color.background.accent.gray.subtle.pressed',
|
|
1008
|
+
description: 'Pressed state of color.background.accent.gray.subtle.',
|
|
1009
|
+
exampleValue: '#DDDEE1'
|
|
1010
|
+
}, {
|
|
1011
|
+
content: '# color.background.accent.gray.bolder\n\nUse for gray backgrounds when there is no meaning tied to the color, and the background needs to pass min 3:1 contrast requirements.\n\nExample Value: `#6B6E76`\n',
|
|
1012
|
+
name: 'color.background.accent.gray.bolder',
|
|
1013
|
+
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.',
|
|
1014
|
+
exampleValue: '#6B6E76'
|
|
1015
|
+
}, {
|
|
1016
|
+
content: '# color.background.accent.gray.bolder.hovered\n\nHovered state of color.background.accent.gray.bolder.\n\nExample Value: `#505258`\n',
|
|
1017
|
+
name: 'color.background.accent.gray.bolder.hovered',
|
|
1018
|
+
description: 'Hovered state of color.background.accent.gray.bolder.',
|
|
1019
|
+
exampleValue: '#505258'
|
|
1020
|
+
}, {
|
|
1021
|
+
content: '# color.background.accent.gray.bolder.pressed\n\nPressed state of color.background.accent.gray.subtlest.\n\nExample Value: `#3B3D42`\n',
|
|
1022
|
+
name: 'color.background.accent.gray.bolder.pressed',
|
|
1023
|
+
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1024
|
+
exampleValue: '#3B3D42'
|
|
1025
|
+
}, {
|
|
1026
|
+
content: '# color.background.disabled\n\nUse for backgrounds of elements in a disabled state.\n\nExample Value: `#17171708`\n',
|
|
1027
|
+
name: 'color.background.disabled',
|
|
1028
|
+
description: 'Use for backgrounds of elements in a disabled state.',
|
|
1029
|
+
exampleValue: '#17171708'
|
|
1030
|
+
}, {
|
|
1031
|
+
content: '# color.background.input\n\nUse for background of form UI elements, such as text fields, checkboxes, and radio buttons.\n\nExample Value: `#FFFFFF`\n',
|
|
1032
|
+
name: 'color.background.input',
|
|
1033
|
+
description: 'Use for background of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
1034
|
+
exampleValue: '#FFFFFF'
|
|
1035
|
+
}, {
|
|
1036
|
+
content: '# color.background.input.hovered\n\nHovered state for color.background.input\n\nExample Value: `#F8F8F8`\n',
|
|
1037
|
+
name: 'color.background.input.hovered',
|
|
1038
|
+
description: 'Hovered state for color.background.input',
|
|
1039
|
+
exampleValue: '#F8F8F8'
|
|
1040
|
+
}, {
|
|
1041
|
+
content: '# color.background.input.pressed\n\nPressed state for color.background.input\n\nExample Value: `#FFFFFF`\n',
|
|
1042
|
+
name: 'color.background.input.pressed',
|
|
1043
|
+
description: 'Pressed state for color.background.input',
|
|
1044
|
+
exampleValue: '#FFFFFF'
|
|
1045
|
+
}, {
|
|
1046
|
+
content: '# color.background.inverse.subtle\n\nUse for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.\n\nExample Value: `#00000029`\n',
|
|
1047
|
+
name: 'color.background.inverse.subtle',
|
|
1048
|
+
description: 'Use for backgrounds of elements on a bold background, such as in the buttons on spotlight cards.',
|
|
1049
|
+
exampleValue: '#00000029'
|
|
1050
|
+
}, {
|
|
1051
|
+
content: '# color.background.inverse.subtle.hovered\n\nUse for the hovered state of color.background.inverse.subtle\n\nExample Value: `#0000003D`\n',
|
|
1052
|
+
name: 'color.background.inverse.subtle.hovered',
|
|
1053
|
+
description: 'Use for the hovered state of color.background.inverse.subtle',
|
|
1054
|
+
exampleValue: '#0000003D'
|
|
1055
|
+
}, {
|
|
1056
|
+
content: '# color.background.inverse.subtle.pressed\n\nUse for the pressed state of color.background.inverse.subtle\n\nExample Value: `#00000052`\n',
|
|
1057
|
+
name: 'color.background.inverse.subtle.pressed',
|
|
1058
|
+
description: 'Use for the pressed state of color.background.inverse.subtle',
|
|
1059
|
+
exampleValue: '#00000052'
|
|
1060
|
+
}, {
|
|
1061
|
+
content: '# color.background.neutral\n\nThe default background for neutral elements, such as default buttons.\n\nExample Value: `#0515240F`\n',
|
|
1062
|
+
name: 'color.background.neutral',
|
|
1063
|
+
description: 'The default background for neutral elements, such as default buttons.',
|
|
1064
|
+
exampleValue: '#0515240F'
|
|
1065
|
+
}, {
|
|
1066
|
+
content: '# color.background.neutral.hovered\n\nHovered state for color.background.neutral\n\nExample Value: `#0B120E24`\n',
|
|
1067
|
+
name: 'color.background.neutral.hovered',
|
|
1068
|
+
description: 'Hovered state for color.background.neutral',
|
|
1069
|
+
exampleValue: '#0B120E24'
|
|
1070
|
+
}, {
|
|
1071
|
+
content: '# color.background.neutral.pressed\n\nPressed state for color.background.neutral\n\nExample Value: `#080F214A`\n',
|
|
1072
|
+
name: 'color.background.neutral.pressed',
|
|
1073
|
+
description: 'Pressed state for color.background.neutral',
|
|
1074
|
+
exampleValue: '#080F214A'
|
|
1075
|
+
}, {
|
|
1076
|
+
content: '# color.background.neutral.subtle\n\nUse for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.\n\nExample Value: `#00000000`\n',
|
|
1077
|
+
name: 'color.background.neutral.subtle',
|
|
1078
|
+
description: 'Use for the background of elements that appear to have no background in a resting state, such as subtle buttons and menu items.',
|
|
1079
|
+
exampleValue: '#00000000'
|
|
1080
|
+
}, {
|
|
1081
|
+
content: '# color.background.neutral.subtle.hovered\n\nHovered state for color.background.neutral.subtle\n\nExample Value: `#0515240F`\n',
|
|
1082
|
+
name: 'color.background.neutral.subtle.hovered',
|
|
1083
|
+
description: 'Hovered state for color.background.neutral.subtle',
|
|
1084
|
+
exampleValue: '#0515240F'
|
|
1085
|
+
}, {
|
|
1086
|
+
content: '# color.background.neutral.subtle.pressed\n\nPressed state for color.background.neutral.subtle\n\nExample Value: `#0B120E24`\n',
|
|
1087
|
+
name: 'color.background.neutral.subtle.pressed',
|
|
1088
|
+
description: 'Pressed state for color.background.neutral.subtle',
|
|
1089
|
+
exampleValue: '#0B120E24'
|
|
1090
|
+
}, {
|
|
1091
|
+
content: '# color.background.neutral.bold\n\nA vibrant background option for neutral UI elements, such as announcement banners.\n\nExample Value: `#292A2E`\n',
|
|
1092
|
+
name: 'color.background.neutral.bold',
|
|
1093
|
+
description: 'A vibrant background option for neutral UI elements, such as announcement banners.',
|
|
1094
|
+
exampleValue: '#292A2E'
|
|
1095
|
+
}, {
|
|
1096
|
+
content: '# color.background.neutral.bold.hovered\n\nHovered state of color.background.neutral.bold\n\nExample Value: `#3B3D42`\n',
|
|
1097
|
+
name: 'color.background.neutral.bold.hovered',
|
|
1098
|
+
description: 'Hovered state of color.background.neutral.bold',
|
|
1099
|
+
exampleValue: '#3B3D42'
|
|
1100
|
+
}, {
|
|
1101
|
+
content: '# color.background.neutral.bold.pressed\n\nPressed state of color.background.neutral.bold\n\nExample Value: `#505258`\n',
|
|
1102
|
+
name: 'color.background.neutral.bold.pressed',
|
|
1103
|
+
description: 'Pressed state of color.background.neutral.bold',
|
|
1104
|
+
exampleValue: '#505258'
|
|
1105
|
+
}, {
|
|
1106
|
+
content: '# color.background.selected\n\nUse for the background of elements in a selected state, such as in opened dropdown buttons.\n\nExample Value: `#E9F2FE`\n',
|
|
1107
|
+
name: 'color.background.selected',
|
|
1108
|
+
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.',
|
|
1109
|
+
exampleValue: '#E9F2FE'
|
|
1110
|
+
}, {
|
|
1111
|
+
content: '# color.background.selected.hovered\n\nHovered state for color.background.selected\n\nExample Value: `#CFE1FD`\n',
|
|
1112
|
+
name: 'color.background.selected.hovered',
|
|
1113
|
+
description: 'Hovered state for color.background.selected',
|
|
1114
|
+
exampleValue: '#CFE1FD'
|
|
1115
|
+
}, {
|
|
1116
|
+
content: '# color.background.selected.pressed\n\nPressed state for color.background.selected\n\nExample Value: `#8FB8F6`\n',
|
|
1117
|
+
name: 'color.background.selected.pressed',
|
|
1118
|
+
description: 'Pressed state for color.background.selected',
|
|
1119
|
+
exampleValue: '#8FB8F6'
|
|
1120
|
+
}, {
|
|
1121
|
+
content: '# color.background.selected.bold\n\nUse for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.\n\nExample Value: `#1868DB`\n',
|
|
1122
|
+
name: 'color.background.selected.bold',
|
|
1123
|
+
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.',
|
|
1124
|
+
exampleValue: '#1868DB'
|
|
1125
|
+
}, {
|
|
1126
|
+
content: '# color.background.selected.bold.hovered\n\nHovered state of color.background.selected.bold\n\nExample Value: `#1558BC`\n',
|
|
1127
|
+
name: 'color.background.selected.bold.hovered',
|
|
1128
|
+
description: 'Hovered state of color.background.selected.bold',
|
|
1129
|
+
exampleValue: '#1558BC'
|
|
1130
|
+
}, {
|
|
1131
|
+
content: '# color.background.selected.bold.pressed\n\nPressed state of color.background.selected.bold\n\nExample Value: `#123263`\n',
|
|
1132
|
+
name: 'color.background.selected.bold.pressed',
|
|
1133
|
+
description: 'Pressed state of color.background.selected.bold',
|
|
1134
|
+
exampleValue: '#123263'
|
|
1135
|
+
}, {
|
|
1136
|
+
content: '# color.background.brand.subtlest\n\nUse for the background of elements used to reinforce our brand, but with less emphasis.\n\nExample Value: `#E9F2FE`\n',
|
|
1137
|
+
name: 'color.background.brand.subtlest',
|
|
1138
|
+
description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.',
|
|
1139
|
+
exampleValue: '#E9F2FE'
|
|
1140
|
+
}, {
|
|
1141
|
+
content: '# color.background.brand.subtlest.hovered\n\nHovered state of color.background.brand.subtlest.\n\nExample Value: `#CFE1FD`\n',
|
|
1142
|
+
name: 'color.background.brand.subtlest.hovered',
|
|
1143
|
+
description: 'Hovered state of color.background.brand.subtlest.',
|
|
1144
|
+
exampleValue: '#CFE1FD'
|
|
1145
|
+
}, {
|
|
1146
|
+
content: '# color.background.brand.subtlest.pressed\n\nPressed state of color.background.brand.subtlest\n\nExample Value: `#ADCBFB`\n',
|
|
1147
|
+
name: 'color.background.brand.subtlest.pressed',
|
|
1148
|
+
description: 'Pressed state of color.background.brand.subtlest',
|
|
1149
|
+
exampleValue: '#ADCBFB'
|
|
1150
|
+
}, {
|
|
1151
|
+
content: '# color.background.brand.bold\n\nUse for the background of elements used to reinforce our brand, but with more emphasis.\n\nExample Value: `#1868DB`\n',
|
|
1152
|
+
name: 'color.background.brand.bold',
|
|
1153
|
+
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.',
|
|
1154
|
+
exampleValue: '#1868DB'
|
|
1155
|
+
}, {
|
|
1156
|
+
content: '# color.background.brand.bold.hovered\n\nHovered state of color.background.brand.bold.\n\nExample Value: `#1558BC`\n',
|
|
1157
|
+
name: 'color.background.brand.bold.hovered',
|
|
1158
|
+
description: 'Hovered state of color.background.brand.bold.',
|
|
1159
|
+
exampleValue: '#1558BC'
|
|
1160
|
+
}, {
|
|
1161
|
+
content: '# color.background.brand.bold.pressed\n\nPressed state of color.background.brand.bold.\n\nExample Value: `#144794`\n',
|
|
1162
|
+
name: 'color.background.brand.bold.pressed',
|
|
1163
|
+
description: 'Pressed state of color.background.brand.bold.',
|
|
1164
|
+
exampleValue: '#144794'
|
|
1165
|
+
}, {
|
|
1166
|
+
content: '# color.background.brand.boldest\n\nUse for the background of elements used to reinforce our brand, that need to stand out a lot.\n\nExample Value: `#1C2B42`\n',
|
|
1167
|
+
name: 'color.background.brand.boldest',
|
|
1168
|
+
description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.',
|
|
1169
|
+
exampleValue: '#1C2B42'
|
|
1170
|
+
}, {
|
|
1171
|
+
content: '# color.background.brand.boldest.hovered\n\nHovered state of color.background.brand.boldest.\n\nExample Value: `#123263`\n',
|
|
1172
|
+
name: 'color.background.brand.boldest.hovered',
|
|
1173
|
+
description: 'Hovered state of color.background.brand.boldest.',
|
|
1174
|
+
exampleValue: '#123263'
|
|
1175
|
+
}, {
|
|
1176
|
+
content: '# color.background.brand.boldest.pressed\n\nPressed state of color.background.brand.boldest.\n\nExample Value: `#144794`\n',
|
|
1177
|
+
name: 'color.background.brand.boldest.pressed',
|
|
1178
|
+
description: 'Pressed state of color.background.brand.boldest.',
|
|
1179
|
+
exampleValue: '#144794'
|
|
1180
|
+
}, {
|
|
1181
|
+
content: '# color.background.danger\n\nUse for backgrounds communicating critical information, such in error section messages.\n\nExample Value: `#FFECEB`\n',
|
|
1182
|
+
name: 'color.background.danger',
|
|
1183
|
+
description: 'Use for backgrounds communicating critical information, such in error section messages.',
|
|
1184
|
+
exampleValue: '#FFECEB'
|
|
1185
|
+
}, {
|
|
1186
|
+
content: '# color.background.danger.hovered\n\nHovered state for color.background.danger\n\nExample Value: `#FFD5D2`\n',
|
|
1187
|
+
name: 'color.background.danger.hovered',
|
|
1188
|
+
description: 'Hovered state for color.background.danger',
|
|
1189
|
+
exampleValue: '#FFD5D2'
|
|
1190
|
+
}, {
|
|
1191
|
+
content: '# color.background.danger.pressed\n\nPressed state for color.background.danger\n\nExample Value: `#FFB8B2`\n',
|
|
1192
|
+
name: 'color.background.danger.pressed',
|
|
1193
|
+
description: 'Pressed state for color.background.danger',
|
|
1194
|
+
exampleValue: '#FFB8B2'
|
|
1195
|
+
}, {
|
|
1196
|
+
content: '# color.background.danger.bold\n\nA vibrant background option for communicating critical information, such as in danger buttons and error banners.\n\nExample Value: `#C9372C`\n',
|
|
1197
|
+
name: 'color.background.danger.bold',
|
|
1198
|
+
description: 'A vibrant background option for communicating critical information, such as in danger buttons and error banners.',
|
|
1199
|
+
exampleValue: '#C9372C'
|
|
1200
|
+
}, {
|
|
1201
|
+
content: '# color.background.danger.bold.hovered\n\nHovered state of color.background.danger.bold\n\nExample Value: `#AE2E24`\n',
|
|
1202
|
+
name: 'color.background.danger.bold.hovered',
|
|
1203
|
+
description: 'Hovered state of color.background.danger.bold',
|
|
1204
|
+
exampleValue: '#AE2E24'
|
|
1205
|
+
}, {
|
|
1206
|
+
content: '# color.background.danger.bold.pressed\n\nPressed state of color.background.danger.bold\n\nExample Value: `#872821`\n',
|
|
1207
|
+
name: 'color.background.danger.bold.pressed',
|
|
1208
|
+
description: 'Pressed state of color.background.danger.bold',
|
|
1209
|
+
exampleValue: '#872821'
|
|
1210
|
+
}, {
|
|
1211
|
+
content: '# color.background.warning\n\nUse for backgrounds communicating caution, such as in warning section messages.\n\nExample Value: `#FFF5DB`\n',
|
|
1212
|
+
name: 'color.background.warning',
|
|
1213
|
+
description: 'Use for backgrounds communicating caution, such as in warning section messages.',
|
|
1214
|
+
exampleValue: '#FFF5DB'
|
|
1215
|
+
}, {
|
|
1216
|
+
content: '# color.background.warning.hovered\n\nHovered state for color.background.warning\n\nExample Value: `#FCE4A6`\n',
|
|
1217
|
+
name: 'color.background.warning.hovered',
|
|
1218
|
+
description: 'Hovered state for color.background.warning',
|
|
1219
|
+
exampleValue: '#FCE4A6'
|
|
1220
|
+
}, {
|
|
1221
|
+
content: '# color.background.warning.pressed\n\nPressed state for color.background.warning\n\nExample Value: `#FBD779`\n',
|
|
1222
|
+
name: 'color.background.warning.pressed',
|
|
1223
|
+
description: 'Pressed state for color.background.warning',
|
|
1224
|
+
exampleValue: '#FBD779'
|
|
1225
|
+
}, {
|
|
1226
|
+
content: '# color.background.warning.bold\n\nA vibrant background option for communicating caution, such as in warning buttons and warning banners.\n\nExample Value: `#FBC828`\n',
|
|
1227
|
+
name: 'color.background.warning.bold',
|
|
1228
|
+
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.',
|
|
1229
|
+
exampleValue: '#FBC828'
|
|
1230
|
+
}, {
|
|
1231
|
+
content: '# color.background.warning.bold.hovered\n\nHovered state of color.background.warning.bold\n\nExample Value: `#FCA700`\n',
|
|
1232
|
+
name: 'color.background.warning.bold.hovered',
|
|
1233
|
+
description: 'Hovered state of color.background.warning.bold',
|
|
1234
|
+
exampleValue: '#FCA700'
|
|
1235
|
+
}, {
|
|
1236
|
+
content: '# color.background.warning.bold.pressed\n\nPressed state of color.background.warning.bold\n\nExample Value: `#F68909`\n',
|
|
1237
|
+
name: 'color.background.warning.bold.pressed',
|
|
1238
|
+
description: 'Pressed state of color.background.warning.bold',
|
|
1239
|
+
exampleValue: '#F68909'
|
|
1240
|
+
}, {
|
|
1241
|
+
content: '# color.background.success\n\nUse for backgrounds communicating a favorable outcome, such as in success section messages.\n\nExample Value: `#EFFFD6`\n',
|
|
1242
|
+
name: 'color.background.success',
|
|
1243
|
+
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.',
|
|
1244
|
+
exampleValue: '#EFFFD6'
|
|
1245
|
+
}, {
|
|
1246
|
+
content: '# color.background.success.hovered\n\nHovered state for color.background.success\n\nExample Value: `#D3F1A7`\n',
|
|
1247
|
+
name: 'color.background.success.hovered',
|
|
1248
|
+
description: 'Hovered state for color.background.success',
|
|
1249
|
+
exampleValue: '#D3F1A7'
|
|
1250
|
+
}, {
|
|
1251
|
+
content: '# color.background.success.pressed\n\nPressed state for color.background.success\n\nExample Value: `#BDE97C`\n',
|
|
1252
|
+
name: 'color.background.success.pressed',
|
|
1253
|
+
description: 'Pressed state for color.background.success',
|
|
1254
|
+
exampleValue: '#BDE97C'
|
|
1255
|
+
}, {
|
|
1256
|
+
content: '# color.background.success.bold\n\nA vibrant background option for communicating a favorable outcome, such as in checked toggles.\n\nExample Value: `#5B7F24`\n',
|
|
1257
|
+
name: 'color.background.success.bold',
|
|
1258
|
+
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.',
|
|
1259
|
+
exampleValue: '#5B7F24'
|
|
1260
|
+
}, {
|
|
1261
|
+
content: '# color.background.success.bold.hovered\n\nHovered state of color.background.success.bold\n\nExample Value: `#4C6B1F`\n',
|
|
1262
|
+
name: 'color.background.success.bold.hovered',
|
|
1263
|
+
description: 'Hovered state of color.background.success.bold',
|
|
1264
|
+
exampleValue: '#4C6B1F'
|
|
1265
|
+
}, {
|
|
1266
|
+
content: '# color.background.success.bold.pressed\n\nPressed state of color.background.success.bold\n\nExample Value: `#3F5224`\n',
|
|
1267
|
+
name: 'color.background.success.bold.pressed',
|
|
1268
|
+
description: 'Pressed state of color.background.success.bold',
|
|
1269
|
+
exampleValue: '#3F5224'
|
|
1270
|
+
}, {
|
|
1271
|
+
content: '# color.background.discovery\n\nUse for backgrounds communicating change or something new, such as in discovery section messages.\n\nExample Value: `#F8EEFE`\n',
|
|
1272
|
+
name: 'color.background.discovery',
|
|
1273
|
+
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.',
|
|
1274
|
+
exampleValue: '#F8EEFE'
|
|
1275
|
+
}, {
|
|
1276
|
+
content: '# color.background.discovery.hovered\n\nHover state for color.background.discovery\n\nExample Value: `#EED7FC`\n',
|
|
1277
|
+
name: 'color.background.discovery.hovered',
|
|
1278
|
+
description: 'Hover state for color.background.discovery',
|
|
1279
|
+
exampleValue: '#EED7FC'
|
|
1280
|
+
}, {
|
|
1281
|
+
content: '# color.background.discovery.pressed\n\nPressed state for color.background.discovery\n\nExample Value: `#E3BDFA`\n',
|
|
1282
|
+
name: 'color.background.discovery.pressed',
|
|
1283
|
+
description: 'Pressed state for color.background.discovery',
|
|
1284
|
+
exampleValue: '#E3BDFA'
|
|
1285
|
+
}, {
|
|
1286
|
+
content: '# color.background.discovery.bold\n\nA vibrant background option communicating change or something new, such as in onboarding spotlights.\n\nExample Value: `#964AC0`\n',
|
|
1287
|
+
name: 'color.background.discovery.bold',
|
|
1288
|
+
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.',
|
|
1289
|
+
exampleValue: '#964AC0'
|
|
1290
|
+
}, {
|
|
1291
|
+
content: '# color.background.discovery.bold.hovered\n\nHovered state of color.background.discovery.bold\n\nExample Value: `#803FA5`\n',
|
|
1292
|
+
name: 'color.background.discovery.bold.hovered',
|
|
1293
|
+
description: 'Hovered state of color.background.discovery.bold',
|
|
1294
|
+
exampleValue: '#803FA5'
|
|
1295
|
+
}, {
|
|
1296
|
+
content: '# color.background.discovery.bold.pressed\n\nPressed state of color.background.discovery.bold\n\nExample Value: `#673286`\n',
|
|
1297
|
+
name: 'color.background.discovery.bold.pressed',
|
|
1298
|
+
description: 'Pressed state of color.background.discovery.bold',
|
|
1299
|
+
exampleValue: '#673286'
|
|
1300
|
+
}, {
|
|
1301
|
+
content: '# color.background.information\n\nUse for backgrounds communicating information or something in-progress, such as in information section messages.\n\nExample Value: `#E9F2FE`\n',
|
|
1302
|
+
name: 'color.background.information',
|
|
1303
|
+
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.',
|
|
1304
|
+
exampleValue: '#E9F2FE'
|
|
1305
|
+
}, {
|
|
1306
|
+
content: '# color.background.information.hovered\n\nHovered state of color.background.information\n\nExample Value: `#CFE1FD`\n',
|
|
1307
|
+
name: 'color.background.information.hovered',
|
|
1308
|
+
description: 'Hovered state of color.background.information',
|
|
1309
|
+
exampleValue: '#CFE1FD'
|
|
1310
|
+
}, {
|
|
1311
|
+
content: '# color.background.information.pressed\n\nPressed state of color.background.information\n\nExample Value: `#ADCBFB`\n',
|
|
1312
|
+
name: 'color.background.information.pressed',
|
|
1313
|
+
description: 'Pressed state of color.background.information',
|
|
1314
|
+
exampleValue: '#ADCBFB'
|
|
1315
|
+
}, {
|
|
1316
|
+
content: '# color.background.information.bold\n\nA vibrant background option for communicating information or something in-progress.\n\nExample Value: `#1868DB`\n',
|
|
1317
|
+
name: 'color.background.information.bold',
|
|
1318
|
+
description: 'A vibrant background option for communicating information or something in-progress.',
|
|
1319
|
+
exampleValue: '#1868DB'
|
|
1320
|
+
}, {
|
|
1321
|
+
content: '# color.background.information.bold.hovered\n\nHovered state of color.background.information.bold\n\nExample Value: `#1558BC`\n',
|
|
1322
|
+
name: 'color.background.information.bold.hovered',
|
|
1323
|
+
description: 'Hovered state of color.background.information.bold',
|
|
1324
|
+
exampleValue: '#1558BC'
|
|
1325
|
+
}, {
|
|
1326
|
+
content: '# color.background.information.bold.pressed\n\nPressed state of color.background.information.bold\n\nExample Value: `#144794`\n',
|
|
1327
|
+
name: 'color.background.information.bold.pressed',
|
|
1328
|
+
description: 'Pressed state of color.background.information.bold',
|
|
1329
|
+
exampleValue: '#144794'
|
|
1330
|
+
}, {
|
|
1331
|
+
content: '# color.blanket\n\nUse for the screen overlay that appears with modal dialogs\n\nExample Value: `#050C1F75`\n',
|
|
1332
|
+
name: 'color.blanket',
|
|
1333
|
+
description: 'Use for the screen overlay that appears with modal dialogs',
|
|
1334
|
+
exampleValue: '#050C1F75'
|
|
1335
|
+
}, {
|
|
1336
|
+
content: "# color.blanket.selected\n\nUse as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements\n\nExample Value: `#388BFF14`\n",
|
|
1337
|
+
name: 'color.blanket.selected',
|
|
1338
|
+
description: "Use as an overlay to communicate selected states when a simple background color change isn't possible, such as in Editor block elements",
|
|
1339
|
+
exampleValue: '#388BFF14'
|
|
1340
|
+
}, {
|
|
1341
|
+
content: "# color.blanket.danger\n\nUse as an overlay to communicate danger states when a simple background color change isn't possible, such as deletion of Editor block elements\n\nExample Value: `#EF5C4814`\n",
|
|
1342
|
+
name: 'color.blanket.danger',
|
|
1343
|
+
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",
|
|
1344
|
+
exampleValue: '#EF5C4814'
|
|
1345
|
+
}, {
|
|
1346
|
+
content: '# color.interaction.hovered\n\nUse as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.\n\nExample Value: `#00000029`\n',
|
|
1347
|
+
name: 'color.interaction.hovered',
|
|
1348
|
+
description: 'Use as a background overlay for elements in a hovered state when their background color cannot change, such as avatars.',
|
|
1349
|
+
exampleValue: '#00000029'
|
|
1350
|
+
}, {
|
|
1351
|
+
content: '# color.interaction.pressed\n\nUse as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.\n\nExample Value: `#00000052`\n',
|
|
1352
|
+
name: 'color.interaction.pressed',
|
|
1353
|
+
description: 'Use as a background overlay for elements in a pressed state when their background color cannot change, such as avatars.',
|
|
1354
|
+
exampleValue: '#00000052'
|
|
1355
|
+
}, {
|
|
1356
|
+
content: '# color.skeleton\n\nUse for skeleton loading states\n\nExample Value: `#0515240F`\n',
|
|
1357
|
+
name: 'color.skeleton',
|
|
1358
|
+
description: 'Use for skeleton loading states',
|
|
1359
|
+
exampleValue: '#0515240F'
|
|
1360
|
+
}, {
|
|
1361
|
+
content: '# color.skeleton.subtle\n\nUse for the pulse or shimmer effect in skeleton loading states\n\nExample Value: `#17171708`\n',
|
|
1362
|
+
name: 'color.skeleton.subtle',
|
|
1363
|
+
description: 'Use for the pulse or shimmer effect in skeleton loading states',
|
|
1364
|
+
exampleValue: '#17171708'
|
|
1365
|
+
}, {
|
|
1366
|
+
content: '# color.chart.categorical.1\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#357DE8`\n',
|
|
1367
|
+
name: 'color.chart.categorical.1',
|
|
1368
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1369
|
+
exampleValue: '#357DE8'
|
|
1370
|
+
}, {
|
|
1371
|
+
content: '# color.chart.categorical.1.hovered\n\nHovered state of color.chart.categorical.1.\n\nExample Value: `#1868DB`\n',
|
|
1372
|
+
name: 'color.chart.categorical.1.hovered',
|
|
1373
|
+
description: 'Hovered state of color.chart.categorical.1.',
|
|
1374
|
+
exampleValue: '#1868DB'
|
|
1375
|
+
}, {
|
|
1376
|
+
content: '# color.chart.categorical.2\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#82B536`\n',
|
|
1377
|
+
name: 'color.chart.categorical.2',
|
|
1378
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1379
|
+
exampleValue: '#82B536'
|
|
1380
|
+
}, {
|
|
1381
|
+
content: '# color.chart.categorical.2.hovered\n\nHovered state of color.chart.categorical.2.\n\nExample Value: `#6A9A23`\n',
|
|
1382
|
+
name: 'color.chart.categorical.2.hovered',
|
|
1383
|
+
description: 'Hovered state of color.chart.categorical.2.',
|
|
1384
|
+
exampleValue: '#6A9A23'
|
|
1385
|
+
}, {
|
|
1386
|
+
content: '# color.chart.categorical.3\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#BF63F3`\n',
|
|
1387
|
+
name: 'color.chart.categorical.3',
|
|
1388
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1389
|
+
exampleValue: '#BF63F3'
|
|
1390
|
+
}, {
|
|
1391
|
+
content: '# color.chart.categorical.3.hovered\n\nHovered state of color.chart.categorical.3.\n\nExample Value: `#AF59E1`\n',
|
|
1392
|
+
name: 'color.chart.categorical.3.hovered',
|
|
1393
|
+
description: 'Hovered state of color.chart.categorical.3.',
|
|
1394
|
+
exampleValue: '#AF59E1'
|
|
1395
|
+
}, {
|
|
1396
|
+
content: '# color.chart.categorical.4\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#F68909`\n',
|
|
1397
|
+
name: 'color.chart.categorical.4',
|
|
1398
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1399
|
+
exampleValue: '#F68909'
|
|
1400
|
+
}, {
|
|
1401
|
+
content: '# color.chart.categorical.4.hovered\n\nHovered state of color.chart.categorical.4.\n\nExample Value: `#E06C00`\n',
|
|
1402
|
+
name: 'color.chart.categorical.4.hovered',
|
|
1403
|
+
description: 'Hovered state of color.chart.categorical.4.',
|
|
1404
|
+
exampleValue: '#E06C00'
|
|
1405
|
+
}, {
|
|
1406
|
+
content: '# color.chart.categorical.5\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#1558BC`\n',
|
|
1407
|
+
name: 'color.chart.categorical.5',
|
|
1408
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1409
|
+
exampleValue: '#1558BC'
|
|
1410
|
+
}, {
|
|
1411
|
+
content: '# color.chart.categorical.5.hovered\n\nHovered state of color.chart.categorical.5.\n\nExample Value: `#123263`\n',
|
|
1412
|
+
name: 'color.chart.categorical.5.hovered',
|
|
1413
|
+
description: 'Hovered state of color.chart.categorical.5.',
|
|
1414
|
+
exampleValue: '#123263'
|
|
1415
|
+
}, {
|
|
1416
|
+
content: '# color.chart.categorical.6\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#964AC0`\n',
|
|
1417
|
+
name: 'color.chart.categorical.6',
|
|
1418
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1419
|
+
exampleValue: '#964AC0'
|
|
1420
|
+
}, {
|
|
1421
|
+
content: '# color.chart.categorical.6.hovered\n\nHovered state of color.chart.categorical.6.\n\nExample Value: `#803FA5`\n',
|
|
1422
|
+
name: 'color.chart.categorical.6.hovered',
|
|
1423
|
+
description: 'Hovered state of color.chart.categorical.6.',
|
|
1424
|
+
exampleValue: '#803FA5'
|
|
1425
|
+
}, {
|
|
1426
|
+
content: '# color.chart.categorical.7\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#42B2D7`\n',
|
|
1427
|
+
name: 'color.chart.categorical.7',
|
|
1428
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1429
|
+
exampleValue: '#42B2D7'
|
|
1430
|
+
}, {
|
|
1431
|
+
content: '# color.chart.categorical.7.hovered\n\nHovered state of color.chart.categorical.7.\n\nExample Value: `#2898BD`\n',
|
|
1432
|
+
name: 'color.chart.categorical.7.hovered',
|
|
1433
|
+
description: 'Hovered state of color.chart.categorical.7.',
|
|
1434
|
+
exampleValue: '#2898BD'
|
|
1435
|
+
}, {
|
|
1436
|
+
content: '# color.chart.categorical.8\n\nFor data visualisation only. Follow numbered sequence.\n\nExample Value: `#BD5B00`\n',
|
|
1437
|
+
name: 'color.chart.categorical.8',
|
|
1438
|
+
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1439
|
+
exampleValue: '#BD5B00'
|
|
1440
|
+
}, {
|
|
1441
|
+
content: '# color.chart.categorical.8.hovered\n\nHovered state of color.chart.categorical.8.\n\nExample Value: `#7A3B00`\n',
|
|
1442
|
+
name: 'color.chart.categorical.8.hovered',
|
|
1443
|
+
description: 'Hovered state of color.chart.categorical.8.',
|
|
1444
|
+
exampleValue: '#7A3B00'
|
|
1445
|
+
}, {
|
|
1446
|
+
content: '# color.chart.lime.bold\n\nFor data visualisation only.\n\nExample Value: `#6A9A23`\n',
|
|
1447
|
+
name: 'color.chart.lime.bold',
|
|
1448
|
+
description: 'For data visualisation only.',
|
|
1449
|
+
exampleValue: '#6A9A23'
|
|
1450
|
+
}, {
|
|
1451
|
+
content: '# color.chart.lime.bold.hovered\n\nHovered state of color.chart.lime.bold.\n\nExample Value: `#5B7F24`\n',
|
|
1452
|
+
name: 'color.chart.lime.bold.hovered',
|
|
1453
|
+
description: 'Hovered state of color.chart.lime.bold.',
|
|
1454
|
+
exampleValue: '#5B7F24'
|
|
1455
|
+
}, {
|
|
1456
|
+
content: '# color.chart.lime.bolder\n\nFor data visualisation only.\n\nExample Value: `#5B7F24`\n',
|
|
1457
|
+
name: 'color.chart.lime.bolder',
|
|
1458
|
+
description: 'For data visualisation only.',
|
|
1459
|
+
exampleValue: '#5B7F24'
|
|
1460
|
+
}, {
|
|
1461
|
+
content: '# color.chart.lime.bolder.hovered\n\nHovered state of color.chart.lime.bolder.\n\nExample Value: `#4C6B1F`\n',
|
|
1462
|
+
name: 'color.chart.lime.bolder.hovered',
|
|
1463
|
+
description: 'Hovered state of color.chart.lime.bolder.',
|
|
1464
|
+
exampleValue: '#4C6B1F'
|
|
1465
|
+
}, {
|
|
1466
|
+
content: '# color.chart.lime.boldest\n\nFor data visualisation only.\n\nExample Value: `#4C6B1F`\n',
|
|
1467
|
+
name: 'color.chart.lime.boldest',
|
|
1468
|
+
description: 'For data visualisation only.',
|
|
1469
|
+
exampleValue: '#4C6B1F'
|
|
1470
|
+
}, {
|
|
1471
|
+
content: '# color.chart.lime.boldest.hovered\n\nHovered state of color.chart.lime.boldest.\n\nExample Value: `#37471F`\n',
|
|
1472
|
+
name: 'color.chart.lime.boldest.hovered',
|
|
1473
|
+
description: 'Hovered state of color.chart.lime.boldest.',
|
|
1474
|
+
exampleValue: '#37471F'
|
|
1475
|
+
}, {
|
|
1476
|
+
content: "# color.chart.neutral\n\nA secondary color for data visualisation or to communicate 'to-do' statues.\n\nExample Value: `#8C8F97`\n",
|
|
1477
|
+
name: 'color.chart.neutral',
|
|
1478
|
+
description: "A secondary color for data visualisation or to communicate 'to-do' statues.",
|
|
1479
|
+
exampleValue: '#8C8F97'
|
|
1480
|
+
}, {
|
|
1481
|
+
content: '# color.chart.neutral.hovered\n\nHovered state of color.chart.neutral.\n\nExample Value: `#7D818A`\n',
|
|
1482
|
+
name: 'color.chart.neutral.hovered',
|
|
1483
|
+
description: 'Hovered state of color.chart.neutral.',
|
|
1484
|
+
exampleValue: '#7D818A'
|
|
1485
|
+
}, {
|
|
1486
|
+
content: '# color.chart.red.bold\n\nFor data visualisation only.\n\nExample Value: `#F15B50`\n',
|
|
1487
|
+
name: 'color.chart.red.bold',
|
|
1488
|
+
description: 'For data visualisation only.',
|
|
1489
|
+
exampleValue: '#F15B50'
|
|
1490
|
+
}, {
|
|
1491
|
+
content: '# color.chart.red.bold.hovered\n\nHovered state of color.chart.red.bold.\n\nExample Value: `#E2483D`\n',
|
|
1492
|
+
name: 'color.chart.red.bold.hovered',
|
|
1493
|
+
description: 'Hovered state of color.chart.red.bold.',
|
|
1494
|
+
exampleValue: '#E2483D'
|
|
1495
|
+
}, {
|
|
1496
|
+
content: '# color.chart.red.bolder\n\nFor data visualisation only.\n\nExample Value: `#E2483D`\n',
|
|
1497
|
+
name: 'color.chart.red.bolder',
|
|
1498
|
+
description: 'For data visualisation only.',
|
|
1499
|
+
exampleValue: '#E2483D'
|
|
1500
|
+
}, {
|
|
1501
|
+
content: '# color.chart.red.bolder.hovered\n\nHovered state of color.chart.red.bolder.\n\nExample Value: `#C9372C`\n',
|
|
1502
|
+
name: 'color.chart.red.bolder.hovered',
|
|
1503
|
+
description: 'Hovered state of color.chart.red.bolder.',
|
|
1504
|
+
exampleValue: '#C9372C'
|
|
1505
|
+
}, {
|
|
1506
|
+
content: '# color.chart.red.boldest\n\nFor data visualisation only.\n\nExample Value: `#AE2E24`\n',
|
|
1507
|
+
name: 'color.chart.red.boldest',
|
|
1508
|
+
description: 'For data visualisation only.',
|
|
1509
|
+
exampleValue: '#AE2E24'
|
|
1510
|
+
}, {
|
|
1511
|
+
content: '# color.chart.red.boldest.hovered\n\nHovered state of color.chart.red.boldest.\n\nExample Value: `#5D1F1A`\n',
|
|
1512
|
+
name: 'color.chart.red.boldest.hovered',
|
|
1513
|
+
description: 'Hovered state of color.chart.red.boldest.',
|
|
1514
|
+
exampleValue: '#5D1F1A'
|
|
1515
|
+
}, {
|
|
1516
|
+
content: '# color.chart.orange.bold\n\nFor data visualisation only.\n\nExample Value: `#E06C00`\n',
|
|
1517
|
+
name: 'color.chart.orange.bold',
|
|
1518
|
+
description: 'For data visualisation only.',
|
|
1519
|
+
exampleValue: '#E06C00'
|
|
1520
|
+
}, {
|
|
1521
|
+
content: '# color.chart.orange.bold.hovered\n\nHovered state of color.chart.orange.bold.\n\nExample Value: `#BD5B00`\n',
|
|
1522
|
+
name: 'color.chart.orange.bold.hovered',
|
|
1523
|
+
description: 'Hovered state of color.chart.orange.bold.',
|
|
1524
|
+
exampleValue: '#BD5B00'
|
|
1525
|
+
}, {
|
|
1526
|
+
content: '# color.chart.orange.bolder\n\nFor data visualisation only.\n\nExample Value: `#BD5B00`\n',
|
|
1527
|
+
name: 'color.chart.orange.bolder',
|
|
1528
|
+
description: 'For data visualisation only.',
|
|
1529
|
+
exampleValue: '#BD5B00'
|
|
1530
|
+
}, {
|
|
1531
|
+
content: '# color.chart.orange.bolder.hovered\n\nHovered state of color.chart.orange.bolder.\n\nExample Value: `#9E4C00`\n',
|
|
1532
|
+
name: 'color.chart.orange.bolder.hovered',
|
|
1533
|
+
description: 'Hovered state of color.chart.orange.bolder.',
|
|
1534
|
+
exampleValue: '#9E4C00'
|
|
1535
|
+
}, {
|
|
1536
|
+
content: '# color.chart.orange.boldest\n\nFor data visualisation only.\n\nExample Value: `#7A3B00`\n',
|
|
1537
|
+
name: 'color.chart.orange.boldest',
|
|
1538
|
+
description: 'For data visualisation only.',
|
|
1539
|
+
exampleValue: '#7A3B00'
|
|
1540
|
+
}, {
|
|
1541
|
+
content: '# color.chart.orange.boldest.hovered\n\nHovered state of color.chart.orange.boldest.\n\nExample Value: `#693200`\n',
|
|
1542
|
+
name: 'color.chart.orange.boldest.hovered',
|
|
1543
|
+
description: 'Hovered state of color.chart.orange.boldest.',
|
|
1544
|
+
exampleValue: '#693200'
|
|
1545
|
+
}, {
|
|
1546
|
+
content: '# color.chart.yellow.bold\n\nFor data visualisation only.\n\nExample Value: `#B38600`\n',
|
|
1547
|
+
name: 'color.chart.yellow.bold',
|
|
1548
|
+
description: 'For data visualisation only.',
|
|
1549
|
+
exampleValue: '#B38600'
|
|
1550
|
+
}, {
|
|
1551
|
+
content: '# color.chart.yellow.bold.hovered\n\nHovered state of color.chart.yellow.bold.\n\nExample Value: `#946F00`\n',
|
|
1552
|
+
name: 'color.chart.yellow.bold.hovered',
|
|
1553
|
+
description: 'Hovered state of color.chart.yellow.bold.',
|
|
1554
|
+
exampleValue: '#946F00'
|
|
1555
|
+
}, {
|
|
1556
|
+
content: '# color.chart.yellow.bolder\n\nFor data visualisation only.\n\nExample Value: `#946F00`\n',
|
|
1557
|
+
name: 'color.chart.yellow.bolder',
|
|
1558
|
+
description: 'For data visualisation only.',
|
|
1559
|
+
exampleValue: '#946F00'
|
|
1560
|
+
}, {
|
|
1561
|
+
content: '# color.chart.yellow.bolder.hovered\n\nHovered state of color.chart.yellow.bolder.\n\nExample Value: `#7F5F01`\n',
|
|
1562
|
+
name: 'color.chart.yellow.bolder.hovered',
|
|
1563
|
+
description: 'Hovered state of color.chart.yellow.bolder.',
|
|
1564
|
+
exampleValue: '#7F5F01'
|
|
1565
|
+
}, {
|
|
1566
|
+
content: '# color.chart.yellow.boldest\n\nFor data visualisation only.\n\nExample Value: `#7F5F01`\n',
|
|
1567
|
+
name: 'color.chart.yellow.boldest',
|
|
1568
|
+
description: 'For data visualisation only.',
|
|
1569
|
+
exampleValue: '#7F5F01'
|
|
1570
|
+
}, {
|
|
1571
|
+
content: '# color.chart.yellow.boldest.hovered\n\nHovered state of color.chart.yellow.boldest.\n\nExample Value: `#533F04`\n',
|
|
1572
|
+
name: 'color.chart.yellow.boldest.hovered',
|
|
1573
|
+
description: 'Hovered state of color.chart.yellow.boldest.',
|
|
1574
|
+
exampleValue: '#533F04'
|
|
1575
|
+
}, {
|
|
1576
|
+
content: '# color.chart.green.bold\n\nFor data visualisation only.\n\nExample Value: `#22A06B`\n',
|
|
1577
|
+
name: 'color.chart.green.bold',
|
|
1578
|
+
description: 'For data visualisation only.',
|
|
1579
|
+
exampleValue: '#22A06B'
|
|
1580
|
+
}, {
|
|
1581
|
+
content: '# color.chart.green.bold.hovered\n\nHovered state of color.chart.green.bold.\n\nExample Value: `#1F845A`\n',
|
|
1582
|
+
name: 'color.chart.green.bold.hovered',
|
|
1583
|
+
description: 'Hovered state of color.chart.green.bold.',
|
|
1584
|
+
exampleValue: '#1F845A'
|
|
1585
|
+
}, {
|
|
1586
|
+
content: '# color.chart.green.bolder\n\nFor data visualisation only.\n\nExample Value: `#1F845A`\n',
|
|
1587
|
+
name: 'color.chart.green.bolder',
|
|
1588
|
+
description: 'For data visualisation only.',
|
|
1589
|
+
exampleValue: '#1F845A'
|
|
1590
|
+
}, {
|
|
1591
|
+
content: '# color.chart.green.bolder.hovered\n\nHovered state of color.chart.green.bolder.\n\nExample Value: `#216E4E`\n',
|
|
1592
|
+
name: 'color.chart.green.bolder.hovered',
|
|
1593
|
+
description: 'Hovered state of color.chart.green.bolder.',
|
|
1594
|
+
exampleValue: '#216E4E'
|
|
1595
|
+
}, {
|
|
1596
|
+
content: '# color.chart.green.boldest\n\nFor data visualisation only.\n\nExample Value: `#216E4E`\n',
|
|
1597
|
+
name: 'color.chart.green.boldest',
|
|
1598
|
+
description: 'For data visualisation only.',
|
|
1599
|
+
exampleValue: '#216E4E'
|
|
1600
|
+
}, {
|
|
1601
|
+
content: '# color.chart.green.boldest.hovered\n\nHovered state of color.chart.green.boldest.\n\nExample Value: `#164B35`\n',
|
|
1602
|
+
name: 'color.chart.green.boldest.hovered',
|
|
1603
|
+
description: 'Hovered state of color.chart.green.boldest.',
|
|
1604
|
+
exampleValue: '#164B35'
|
|
1605
|
+
}, {
|
|
1606
|
+
content: '# color.chart.teal.bold\n\nFor data visualisation only.\n\nExample Value: `#2898BD`\n',
|
|
1607
|
+
name: 'color.chart.teal.bold',
|
|
1608
|
+
description: 'For data visualisation only.',
|
|
1609
|
+
exampleValue: '#2898BD'
|
|
1610
|
+
}, {
|
|
1611
|
+
content: '# color.chart.teal.bold.hovered\n\nHovered state of color.chart.teal.bold.\n\nExample Value: `#227D9B`\n',
|
|
1612
|
+
name: 'color.chart.teal.bold.hovered',
|
|
1613
|
+
description: 'Hovered state of color.chart.teal.bold.',
|
|
1614
|
+
exampleValue: '#227D9B'
|
|
1615
|
+
}, {
|
|
1616
|
+
content: '# color.chart.teal.bolder\n\nFor data visualisation only.\n\nExample Value: `#227D9B`\n',
|
|
1617
|
+
name: 'color.chart.teal.bolder',
|
|
1618
|
+
description: 'For data visualisation only.',
|
|
1619
|
+
exampleValue: '#227D9B'
|
|
1620
|
+
}, {
|
|
1621
|
+
content: '# color.chart.teal.bolder.hovered\n\nHovered state of color.chart.teal.bolder.\n\nExample Value: `#206A83`\n',
|
|
1622
|
+
name: 'color.chart.teal.bolder.hovered',
|
|
1623
|
+
description: 'Hovered state of color.chart.teal.bolder.',
|
|
1624
|
+
exampleValue: '#206A83'
|
|
1625
|
+
}, {
|
|
1626
|
+
content: '# color.chart.teal.boldest\n\nFor data visualisation only.\n\nExample Value: `#206A83`\n',
|
|
1627
|
+
name: 'color.chart.teal.boldest',
|
|
1628
|
+
description: 'For data visualisation only.',
|
|
1629
|
+
exampleValue: '#206A83'
|
|
1630
|
+
}, {
|
|
1631
|
+
content: '# color.chart.teal.boldest.hovered\n\nHovered state of color.chart.teal.boldest.\n\nExample Value: `#164555`\n',
|
|
1632
|
+
name: 'color.chart.teal.boldest.hovered',
|
|
1633
|
+
description: 'Hovered state of color.chart.teal.boldest.',
|
|
1634
|
+
exampleValue: '#164555'
|
|
1635
|
+
}, {
|
|
1636
|
+
content: '# color.chart.blue.bold\n\nFor data visualisation only.\n\nExample Value: `#4688EC`\n',
|
|
1637
|
+
name: 'color.chart.blue.bold',
|
|
1638
|
+
description: 'For data visualisation only.',
|
|
1639
|
+
exampleValue: '#4688EC'
|
|
1640
|
+
}, {
|
|
1641
|
+
content: '# color.chart.blue.bold.hovered\n\nHovered state of color.chart.blue.bold.\n\nExample Value: `#357DE8`\n',
|
|
1642
|
+
name: 'color.chart.blue.bold.hovered',
|
|
1643
|
+
description: 'Hovered state of color.chart.blue.bold.',
|
|
1644
|
+
exampleValue: '#357DE8'
|
|
1645
|
+
}, {
|
|
1646
|
+
content: '# color.chart.blue.bolder\n\nFor data visualisation only.\n\nExample Value: `#357DE8`\n',
|
|
1647
|
+
name: 'color.chart.blue.bolder',
|
|
1648
|
+
description: 'For data visualisation only.',
|
|
1649
|
+
exampleValue: '#357DE8'
|
|
1650
|
+
}, {
|
|
1651
|
+
content: '# color.chart.blue.bolder.hovered\n\nHovered state of color.chart.blue.bolder.\n\nExample Value: `#1868DB`\n',
|
|
1652
|
+
name: 'color.chart.blue.bolder.hovered',
|
|
1653
|
+
description: 'Hovered state of color.chart.blue.bolder.',
|
|
1654
|
+
exampleValue: '#1868DB'
|
|
1655
|
+
}, {
|
|
1656
|
+
content: '# color.chart.blue.boldest\n\nFor data visualisation only.\n\nExample Value: `#1558BC`\n',
|
|
1657
|
+
name: 'color.chart.blue.boldest',
|
|
1658
|
+
description: 'For data visualisation only.',
|
|
1659
|
+
exampleValue: '#1558BC'
|
|
1660
|
+
}, {
|
|
1661
|
+
content: '# color.chart.blue.boldest.hovered\n\nHovered state of color.chart.blue.boldest.\n\nExample Value: `#123263`\n',
|
|
1662
|
+
name: 'color.chart.blue.boldest.hovered',
|
|
1663
|
+
description: 'Hovered state of color.chart.blue.boldest.',
|
|
1664
|
+
exampleValue: '#123263'
|
|
1665
|
+
}, {
|
|
1666
|
+
content: '# color.chart.purple.bold\n\nFor data visualisation only.\n\nExample Value: `#BF63F3`\n',
|
|
1667
|
+
name: 'color.chart.purple.bold',
|
|
1668
|
+
description: 'For data visualisation only.',
|
|
1669
|
+
exampleValue: '#BF63F3'
|
|
1670
|
+
}, {
|
|
1671
|
+
content: '# color.chart.purple.bold.hovered\n\nHovered state of color.chart.purple.bold.\n\nExample Value: `#AF59E1`\n',
|
|
1672
|
+
name: 'color.chart.purple.bold.hovered',
|
|
1673
|
+
description: 'Hovered state of color.chart.purple.bold.',
|
|
1674
|
+
exampleValue: '#AF59E1'
|
|
1675
|
+
}, {
|
|
1676
|
+
content: '# color.chart.purple.bolder\n\nFor data visualisation only.\n\nExample Value: `#AF59E1`\n',
|
|
1677
|
+
name: 'color.chart.purple.bolder',
|
|
1678
|
+
description: 'For data visualisation only.',
|
|
1679
|
+
exampleValue: '#AF59E1'
|
|
1680
|
+
}, {
|
|
1681
|
+
content: '# color.chart.purple.bolder.hovered\n\nHovered state of color.chart.purple.bolder.\n\nExample Value: `#964AC0`\n',
|
|
1682
|
+
name: 'color.chart.purple.bolder.hovered',
|
|
1683
|
+
description: 'Hovered state of color.chart.purple.bolder.',
|
|
1684
|
+
exampleValue: '#964AC0'
|
|
1685
|
+
}, {
|
|
1686
|
+
content: '# color.chart.purple.boldest\n\nFor data visualisation only.\n\nExample Value: `#803FA5`\n',
|
|
1687
|
+
name: 'color.chart.purple.boldest',
|
|
1688
|
+
description: 'For data visualisation only.',
|
|
1689
|
+
exampleValue: '#803FA5'
|
|
1690
|
+
}, {
|
|
1691
|
+
content: '# color.chart.purple.boldest.hovered\n\nHovered state of color.chart.purple.boldest.\n\nExample Value: `#48245D`\n',
|
|
1692
|
+
name: 'color.chart.purple.boldest.hovered',
|
|
1693
|
+
description: 'Hovered state of color.chart.purple.boldest.',
|
|
1694
|
+
exampleValue: '#48245D'
|
|
1695
|
+
}, {
|
|
1696
|
+
content: '# color.chart.magenta.bold\n\nFor data visualisation only.\n\nExample Value: `#DA62AC`\n',
|
|
1697
|
+
name: 'color.chart.magenta.bold',
|
|
1698
|
+
description: 'For data visualisation only.',
|
|
1699
|
+
exampleValue: '#DA62AC'
|
|
1700
|
+
}, {
|
|
1701
|
+
content: '# color.chart.magenta.bold.hovered\n\nHovered state of color.chart.magenta.bold.\n\nExample Value: `#CD519D`\n',
|
|
1702
|
+
name: 'color.chart.magenta.bold.hovered',
|
|
1703
|
+
description: 'Hovered state of color.chart.magenta.bold.',
|
|
1704
|
+
exampleValue: '#CD519D'
|
|
1705
|
+
}, {
|
|
1706
|
+
content: '# color.chart.magenta.bolder\n\nFor data visualisation only.\n\nExample Value: `#CD519D`\n',
|
|
1707
|
+
name: 'color.chart.magenta.bolder',
|
|
1708
|
+
description: 'For data visualisation only.',
|
|
1709
|
+
exampleValue: '#CD519D'
|
|
1710
|
+
}, {
|
|
1711
|
+
content: '# color.chart.magenta.bolder.hovered\n\nHovered state of color.chart.magenta.bolder.\n\nExample Value: `#AE4787`\n',
|
|
1712
|
+
name: 'color.chart.magenta.bolder.hovered',
|
|
1713
|
+
description: 'Hovered state of color.chart.magenta.bolder.',
|
|
1714
|
+
exampleValue: '#AE4787'
|
|
1715
|
+
}, {
|
|
1716
|
+
content: '# color.chart.magenta.boldest\n\nFor data visualisation only.\n\nExample Value: `#943D73`\n',
|
|
1717
|
+
name: 'color.chart.magenta.boldest',
|
|
1718
|
+
description: 'For data visualisation only.',
|
|
1719
|
+
exampleValue: '#943D73'
|
|
1720
|
+
}, {
|
|
1721
|
+
content: '# color.chart.magenta.boldest.hovered\n\nHovered state of color.chart.magenta.boldest.\n\nExample Value: `#50253F`\n',
|
|
1722
|
+
name: 'color.chart.magenta.boldest.hovered',
|
|
1723
|
+
description: 'Hovered state of color.chart.magenta.boldest.',
|
|
1724
|
+
exampleValue: '#50253F'
|
|
1725
|
+
}, {
|
|
1726
|
+
content: '# color.chart.gray.bold\n\nFor data visualisation only.\n\nExample Value: `#8C8F97`\n',
|
|
1727
|
+
name: 'color.chart.gray.bold',
|
|
1728
|
+
description: 'For data visualisation only.',
|
|
1729
|
+
exampleValue: '#8C8F97'
|
|
1730
|
+
}, {
|
|
1731
|
+
content: '# color.chart.gray.bold.hovered\n\nHovered state of color.chart.gray.bold.\n\nExample Value: `#7D818A`\n',
|
|
1732
|
+
name: 'color.chart.gray.bold.hovered',
|
|
1733
|
+
description: 'Hovered state of color.chart.gray.bold.',
|
|
1734
|
+
exampleValue: '#7D818A'
|
|
1735
|
+
}, {
|
|
1736
|
+
content: '# color.chart.gray.bolder\n\nFor data visualisation only.\n\nExample Value: `#7D818A`\n',
|
|
1737
|
+
name: 'color.chart.gray.bolder',
|
|
1738
|
+
description: 'For data visualisation only.',
|
|
1739
|
+
exampleValue: '#7D818A'
|
|
1740
|
+
}, {
|
|
1741
|
+
content: '# color.chart.gray.bolder.hovered\n\nHovered state of color.chart.gray.bolder.\n\nExample Value: `#6B6E76`\n',
|
|
1742
|
+
name: 'color.chart.gray.bolder.hovered',
|
|
1743
|
+
description: 'Hovered state of color.chart.gray.bolder.',
|
|
1744
|
+
exampleValue: '#6B6E76'
|
|
1745
|
+
}, {
|
|
1746
|
+
content: '# color.chart.gray.boldest\n\nFor data visualisation only.\n\nExample Value: `#505258`\n',
|
|
1747
|
+
name: 'color.chart.gray.boldest',
|
|
1748
|
+
description: 'For data visualisation only.',
|
|
1749
|
+
exampleValue: '#505258'
|
|
1750
|
+
}, {
|
|
1751
|
+
content: '# color.chart.gray.boldest.hovered\n\nHovered state of color.chart.gray.boldest.\n\nExample Value: `#3B3D42`\n',
|
|
1752
|
+
name: 'color.chart.gray.boldest.hovered',
|
|
1753
|
+
description: 'Hovered state of color.chart.gray.boldest.',
|
|
1754
|
+
exampleValue: '#3B3D42'
|
|
1755
|
+
}, {
|
|
1756
|
+
content: '# color.chart.brand\n\nOur primary color for data visualisation. Use when only one color is required.\n\nExample Value: `#357DE8`\n',
|
|
1757
|
+
name: 'color.chart.brand',
|
|
1758
|
+
description: 'Our primary color for data visualisation. Use when only one color is required.',
|
|
1759
|
+
exampleValue: '#357DE8'
|
|
1760
|
+
}, {
|
|
1761
|
+
content: '# color.chart.brand.hovered\n\nHovered state of color.chart.brand.\n\nExample Value: `#1868DB`\n',
|
|
1762
|
+
name: 'color.chart.brand.hovered',
|
|
1763
|
+
description: 'Hovered state of color.chart.brand.',
|
|
1764
|
+
exampleValue: '#1868DB'
|
|
1765
|
+
}, {
|
|
1766
|
+
content: "# color.chart.danger\n\nFor data visualisation communicating negative information, such as 'off track'.\n\nExample Value: `#E2483D`\n",
|
|
1767
|
+
name: 'color.chart.danger',
|
|
1768
|
+
description: "For data visualisation communicating negative information, such as 'off track'.",
|
|
1769
|
+
exampleValue: '#E2483D'
|
|
1770
|
+
}, {
|
|
1771
|
+
content: '# color.chart.danger.hovered\n\nHovered state of color.chart.danger.\n\nExample Value: `#C9372C`\n',
|
|
1772
|
+
name: 'color.chart.danger.hovered',
|
|
1773
|
+
description: 'Hovered state of color.chart.danger.',
|
|
1774
|
+
exampleValue: '#C9372C'
|
|
1775
|
+
}, {
|
|
1776
|
+
content: '# color.chart.danger.bold\n\nA stronger emphasis option of color.chart.danger.\n\nExample Value: `#872821`\n',
|
|
1777
|
+
name: 'color.chart.danger.bold',
|
|
1778
|
+
description: 'A stronger emphasis option of color.chart.danger.',
|
|
1779
|
+
exampleValue: '#872821'
|
|
1780
|
+
}, {
|
|
1781
|
+
content: '# color.chart.danger.bold.hovered\n\nHovered state of color.chart.danger.bold.\n\nExample Value: `#5D1F1A`\n',
|
|
1782
|
+
name: 'color.chart.danger.bold.hovered',
|
|
1783
|
+
description: 'Hovered state of color.chart.danger.bold.',
|
|
1784
|
+
exampleValue: '#5D1F1A'
|
|
1785
|
+
}, {
|
|
1786
|
+
content: "# color.chart.warning\n\nFor data visualisation communicating caution, such as 'at risk' statuses.\n\nExample Value: `#F68909`\n",
|
|
1787
|
+
name: 'color.chart.warning',
|
|
1788
|
+
description: "For data visualisation communicating caution, such as 'at risk' statuses.",
|
|
1789
|
+
exampleValue: '#F68909'
|
|
1790
|
+
}, {
|
|
1791
|
+
content: '# color.chart.warning.hovered\n\nHovered state of color.chart.warning.\n\nExample Value: `#E06C00`\n',
|
|
1792
|
+
name: 'color.chart.warning.hovered',
|
|
1793
|
+
description: 'Hovered state of color.chart.warning.',
|
|
1794
|
+
exampleValue: '#E06C00'
|
|
1795
|
+
}, {
|
|
1796
|
+
content: '# color.chart.warning.bold\n\nA stronger emphasis option of color.chart.warning.\n\nExample Value: `#BD5B00`\n',
|
|
1797
|
+
name: 'color.chart.warning.bold',
|
|
1798
|
+
description: 'A stronger emphasis option of color.chart.warning.',
|
|
1799
|
+
exampleValue: '#BD5B00'
|
|
1800
|
+
}, {
|
|
1801
|
+
content: '# color.chart.warning.bold.hovered\n\nHovered state of color.chart.warning.bold.\n\nExample Value: `#9E4C00`\n',
|
|
1802
|
+
name: 'color.chart.warning.bold.hovered',
|
|
1803
|
+
description: 'Hovered state of color.chart.warning.bold.',
|
|
1804
|
+
exampleValue: '#9E4C00'
|
|
1805
|
+
}, {
|
|
1806
|
+
content: "# color.chart.success\n\nFor data visualisation communicating positive information, such as 'on track'.\n\nExample Value: `#82B536`\n",
|
|
1807
|
+
name: 'color.chart.success',
|
|
1808
|
+
description: "For data visualisation communicating positive information, such as 'on track'.",
|
|
1809
|
+
exampleValue: '#82B536'
|
|
1810
|
+
}, {
|
|
1811
|
+
content: '# color.chart.success.hovered\n\nHovered state of color.chart.success.\n\nExample Value: `#6A9A23`\n',
|
|
1812
|
+
name: 'color.chart.success.hovered',
|
|
1813
|
+
description: 'Hovered state of color.chart.success.',
|
|
1814
|
+
exampleValue: '#6A9A23'
|
|
1815
|
+
}, {
|
|
1816
|
+
content: '# color.chart.success.bold\n\nA stronger emphasis option of color.chart.success.\n\nExample Value: `#5B7F24`\n',
|
|
1817
|
+
name: 'color.chart.success.bold',
|
|
1818
|
+
description: 'A stronger emphasis option of color.chart.success.',
|
|
1819
|
+
exampleValue: '#5B7F24'
|
|
1820
|
+
}, {
|
|
1821
|
+
content: '# color.chart.success.bold.hovered\n\nHovered state of color.chart.success.bold.\n\nExample Value: `#4C6B1F`\n',
|
|
1822
|
+
name: 'color.chart.success.bold.hovered',
|
|
1823
|
+
description: 'Hovered state of color.chart.success.bold.',
|
|
1824
|
+
exampleValue: '#4C6B1F'
|
|
1825
|
+
}, {
|
|
1826
|
+
content: "# color.chart.discovery\n\nFor data visualisation communicating 'new' statuses.\n\nExample Value: `#BF63F3`\n",
|
|
1827
|
+
name: 'color.chart.discovery',
|
|
1828
|
+
description: "For data visualisation communicating 'new' statuses.",
|
|
1829
|
+
exampleValue: '#BF63F3'
|
|
1830
|
+
}, {
|
|
1831
|
+
content: '# color.chart.discovery.hovered\n\nHovered state of color.chart.discovery.\n\nExample Value: `#AF59E1`\n',
|
|
1832
|
+
name: 'color.chart.discovery.hovered',
|
|
1833
|
+
description: 'Hovered state of color.chart.discovery.',
|
|
1834
|
+
exampleValue: '#AF59E1'
|
|
1835
|
+
}, {
|
|
1836
|
+
content: '# color.chart.discovery.bold\n\nA stronger emphasis option of color.chart.discovery.\n\nExample Value: `#803FA5`\n',
|
|
1837
|
+
name: 'color.chart.discovery.bold',
|
|
1838
|
+
description: 'A stronger emphasis option of color.chart.discovery.',
|
|
1839
|
+
exampleValue: '#803FA5'
|
|
1840
|
+
}, {
|
|
1841
|
+
content: '# color.chart.discovery.bold.hovered\n\nHovered state of color.chart.discovery.bold.\n\nExample Value: `#964AC0`\n',
|
|
1842
|
+
name: 'color.chart.discovery.bold.hovered',
|
|
1843
|
+
description: 'Hovered state of color.chart.discovery.bold.',
|
|
1844
|
+
exampleValue: '#964AC0'
|
|
1845
|
+
}, {
|
|
1846
|
+
content: '# color.chart.information\n\nFor data visualisation communicating low priority or in-progress statuses.\n\nExample Value: `#357DE8`\n',
|
|
1847
|
+
name: 'color.chart.information',
|
|
1848
|
+
description: 'For data visualisation communicating low priority or in-progress statuses.',
|
|
1849
|
+
exampleValue: '#357DE8'
|
|
1850
|
+
}, {
|
|
1851
|
+
content: '# color.chart.information.hovered\n\nHovered state of color.chart.information.\n\nExample Value: `#1868DB`\n',
|
|
1852
|
+
name: 'color.chart.information.hovered',
|
|
1853
|
+
description: 'Hovered state of color.chart.information.',
|
|
1854
|
+
exampleValue: '#1868DB'
|
|
1855
|
+
}, {
|
|
1856
|
+
content: '# color.chart.information.bold\n\nA stronger emphasis option of color.chart.information.\n\nExample Value: `#1558BC`\n',
|
|
1857
|
+
name: 'color.chart.information.bold',
|
|
1858
|
+
description: 'A stronger emphasis option of color.chart.information.',
|
|
1859
|
+
exampleValue: '#1558BC'
|
|
1860
|
+
}, {
|
|
1861
|
+
content: '# color.chart.information.bold.hovered\n\nHovered state of color.chart.information.bold.\n\nExample Value: `#123263`\n',
|
|
1862
|
+
name: 'color.chart.information.bold.hovered',
|
|
1863
|
+
description: 'Hovered state of color.chart.information.bold.',
|
|
1864
|
+
exampleValue: '#123263'
|
|
1865
|
+
}, {
|
|
1866
|
+
content: '# elevation.surface\n\nUse as the primary background for the UI.\n\nExample Value: `#FFFFFF`\n',
|
|
1867
|
+
name: 'elevation.surface',
|
|
1868
|
+
description: 'Use as the primary background for the UI.',
|
|
1869
|
+
exampleValue: '#FFFFFF'
|
|
1870
|
+
}, {
|
|
1871
|
+
content: '# elevation.surface.hovered\n\nHovered state of elevation.surface\n\nExample Value: `#F0F1F2`\n',
|
|
1872
|
+
name: 'elevation.surface.hovered',
|
|
1873
|
+
description: 'Hovered state of elevation.surface',
|
|
1874
|
+
exampleValue: '#F0F1F2'
|
|
1875
|
+
}, {
|
|
1876
|
+
content: '# elevation.surface.pressed\n\nPressed state of elevation.surface\n\nExample Value: `#DDDEE1`\n',
|
|
1877
|
+
name: 'elevation.surface.pressed',
|
|
1878
|
+
description: 'Pressed state of elevation.surface',
|
|
1879
|
+
exampleValue: '#DDDEE1'
|
|
1880
|
+
}, {
|
|
1881
|
+
content: '# elevation.surface.overlay\n\nUse 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.\n\nExample Value: `#FFFFFF`\n',
|
|
1882
|
+
name: 'elevation.surface.overlay',
|
|
1883
|
+
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.',
|
|
1884
|
+
exampleValue: '#FFFFFF'
|
|
1885
|
+
}, {
|
|
1886
|
+
content: '# elevation.surface.overlay.hovered\n\nHovered state of elevation.surface.overlay\n\nExample Value: `#F0F1F2`\n',
|
|
1887
|
+
name: 'elevation.surface.overlay.hovered',
|
|
1888
|
+
description: 'Hovered state of elevation.surface.overlay',
|
|
1889
|
+
exampleValue: '#F0F1F2'
|
|
1890
|
+
}, {
|
|
1891
|
+
content: '# elevation.surface.overlay.pressed\n\nPressed state of elevation.surface.overlay\n\nExample Value: `#DDDEE1`\n',
|
|
1892
|
+
name: 'elevation.surface.overlay.pressed',
|
|
1893
|
+
description: 'Pressed state of elevation.surface.overlay',
|
|
1894
|
+
exampleValue: '#DDDEE1'
|
|
1895
|
+
}, {
|
|
1896
|
+
content: '# elevation.surface.raised\n\nUse for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised.\n\nExample Value: `#FFFFFF`\n',
|
|
1897
|
+
name: 'elevation.surface.raised',
|
|
1898
|
+
description: 'Use for the background of cards that can be moved, such as Jira cards on a Kanban board. Combine with elevation.shadow.raised.',
|
|
1899
|
+
exampleValue: '#FFFFFF'
|
|
1900
|
+
}, {
|
|
1901
|
+
content: '# elevation.surface.raised.hovered\n\nHovered state of elevation.surface.raised\n\nExample Value: `#F0F1F2`\n',
|
|
1902
|
+
name: 'elevation.surface.raised.hovered',
|
|
1903
|
+
description: 'Hovered state of elevation.surface.raised',
|
|
1904
|
+
exampleValue: '#F0F1F2'
|
|
1905
|
+
}, {
|
|
1906
|
+
content: '# elevation.surface.raised.pressed\n\nPressed state of elevation.surface.raised\n\nExample Value: `#DDDEE1`\n',
|
|
1907
|
+
name: 'elevation.surface.raised.pressed',
|
|
1908
|
+
description: 'Pressed state of elevation.surface.raised',
|
|
1909
|
+
exampleValue: '#DDDEE1'
|
|
1910
|
+
}, {
|
|
1911
|
+
content: '# elevation.surface.sunken\n\nA secondary background for the UI commonly used for grouping items, such as Jira cards in columns.\n\nExample Value: `#F8F8F8`\n',
|
|
1912
|
+
name: 'elevation.surface.sunken',
|
|
1913
|
+
description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.',
|
|
1914
|
+
exampleValue: '#F8F8F8'
|
|
1915
|
+
}, {
|
|
1916
|
+
content: '# elevation.shadow.overflow\n\nUse to create a shadow when content scrolls under other content.\n\nExample Value: `0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F`\n',
|
|
1917
|
+
name: 'elevation.shadow.overflow',
|
|
1918
|
+
description: 'Use to create a shadow when content scrolls under other content.',
|
|
1919
|
+
exampleValue: '0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F'
|
|
1920
|
+
}, {
|
|
1921
|
+
content: '# elevation.shadow.overflow.perimeter\n\nUse only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.\n\nExample Value: `#1E1F211f`\n',
|
|
1922
|
+
name: 'elevation.shadow.overflow.perimeter',
|
|
1923
|
+
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.',
|
|
1924
|
+
exampleValue: '#1E1F211f'
|
|
1925
|
+
}, {
|
|
1926
|
+
content: '# elevation.shadow.overflow.spread\n\nUse only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.\n\nExample Value: `#1E1F2129`\n',
|
|
1927
|
+
name: 'elevation.shadow.overflow.spread',
|
|
1928
|
+
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.',
|
|
1929
|
+
exampleValue: '#1E1F2129'
|
|
1930
|
+
}, {
|
|
1931
|
+
content: '# elevation.shadow.overlay\n\nUse 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.\n\nExample Value: `0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F`\n',
|
|
1932
|
+
name: 'elevation.shadow.overlay',
|
|
1933
|
+
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.',
|
|
1934
|
+
exampleValue: '0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F'
|
|
1935
|
+
}, {
|
|
1936
|
+
content: '# elevation.shadow.raised\n\nUse for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised\n\nExample Value: `0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F`\n',
|
|
1937
|
+
name: 'elevation.shadow.raised',
|
|
1938
|
+
description: 'Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised',
|
|
1939
|
+
exampleValue: '0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F'
|
|
1940
|
+
}, {
|
|
1941
|
+
content: '# opacity.disabled\n\nApply to images when in a disabled state.\n\nExample Value: `0.4`\n',
|
|
1942
|
+
name: 'opacity.disabled',
|
|
1943
|
+
description: 'Apply to images when in a disabled state.',
|
|
1944
|
+
exampleValue: '0.4'
|
|
1945
|
+
}, {
|
|
1946
|
+
content: '# opacity.loading\n\nApply to content that sits under a loading spinner.\n\nExample Value: `0.2`\n',
|
|
1947
|
+
name: 'opacity.loading',
|
|
1948
|
+
description: 'Apply to content that sits under a loading spinner.',
|
|
1949
|
+
exampleValue: '0.2'
|
|
1950
|
+
}, {
|
|
1951
|
+
content: '# utility.UNSAFE.textTransformUppercase\n\nText transform uppercase token used for backwards compatibility between new and old theming solutions\n\nExample Value: `uppercase`\n',
|
|
1952
|
+
name: 'utility.UNSAFE.textTransformUppercase',
|
|
1953
|
+
description: 'Text transform uppercase token used for backwards compatibility between new and old theming solutions',
|
|
1954
|
+
exampleValue: 'uppercase'
|
|
1955
|
+
}, {
|
|
1956
|
+
content: '# utility.UNSAFE.transparent\n\nTransparent token used for backwards compatibility between new and old theming solutions\n\nExample Value: `transparent`\n',
|
|
1957
|
+
name: 'utility.UNSAFE.transparent',
|
|
1958
|
+
description: 'Transparent token used for backwards compatibility between new and old theming solutions',
|
|
1959
|
+
exampleValue: 'transparent'
|
|
1960
|
+
}, {
|
|
1961
|
+
content: "# utility.elevation.surface.current\n\nA dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value.\n\nExample Value: `#FFFFFF`\n",
|
|
1962
|
+
name: 'utility.elevation.surface.current',
|
|
1963
|
+
description: "A dynamic token that represents the current surface color set by a parent element. It defaults to the 'elevation.surface' token value.",
|
|
1964
|
+
exampleValue: '#FFFFFF'
|
|
1965
|
+
}, {
|
|
1966
|
+
content: '# space.0\n\nEquates to `0`. Use for resetting default spacing styles.\n\nExample Value: `0rem`\n',
|
|
1967
|
+
name: 'space.0',
|
|
1968
|
+
description: 'Equates to `0`. Use for resetting default spacing styles.',
|
|
1969
|
+
exampleValue: '0rem'
|
|
1970
|
+
}, {
|
|
1971
|
+
content: '# space.025\n\nUse for small and compact pieces of UI.\n\nExample Value: `0.125rem`\n',
|
|
1972
|
+
name: 'space.025',
|
|
1973
|
+
description: 'Use for small and compact pieces of UI.',
|
|
1974
|
+
exampleValue: '0.125rem'
|
|
1975
|
+
}, {
|
|
1976
|
+
content: '# space.050\n\nUse for small and compact pieces of UI.\n\nExample Value: `0.25rem`\n',
|
|
1977
|
+
name: 'space.050',
|
|
1978
|
+
description: 'Use for small and compact pieces of UI.',
|
|
1979
|
+
exampleValue: '0.25rem'
|
|
1980
|
+
}, {
|
|
1981
|
+
content: '# space.075\n\nUse for small and compact pieces of UI.\n\nExample Value: `0.375rem`\n',
|
|
1982
|
+
name: 'space.075',
|
|
1983
|
+
description: 'Use for small and compact pieces of UI.',
|
|
1984
|
+
exampleValue: '0.375rem'
|
|
1985
|
+
}, {
|
|
1986
|
+
content: '# space.100\n\nUse for small and compact pieces of UI.\n\nExample Value: `0.5rem`\n',
|
|
1987
|
+
name: 'space.100',
|
|
1988
|
+
description: 'Use for small and compact pieces of UI.',
|
|
1989
|
+
exampleValue: '0.5rem'
|
|
1990
|
+
}, {
|
|
1991
|
+
content: '# space.150\n\nUse for larger and less dense pieces of UI.\n\nExample Value: `0.75rem`\n',
|
|
1992
|
+
name: 'space.150',
|
|
1993
|
+
description: 'Use for larger and less dense pieces of UI.',
|
|
1994
|
+
exampleValue: '0.75rem'
|
|
1995
|
+
}, {
|
|
1996
|
+
content: '# space.200\n\nUse for larger and less dense pieces of UI.\n\nExample Value: `1rem`\n',
|
|
1997
|
+
name: 'space.200',
|
|
1998
|
+
description: 'Use for larger and less dense pieces of UI.',
|
|
1999
|
+
exampleValue: '1rem'
|
|
2000
|
+
}, {
|
|
2001
|
+
content: '# space.250\n\nUse for larger and less dense pieces of UI.\n\nExample Value: `1.25rem`\n',
|
|
2002
|
+
name: 'space.250',
|
|
2003
|
+
description: 'Use for larger and less dense pieces of UI.',
|
|
2004
|
+
exampleValue: '1.25rem'
|
|
2005
|
+
}, {
|
|
2006
|
+
content: '# space.300\n\nUse for larger and less dense pieces of UI.\n\nExample Value: `1.5rem`\n',
|
|
2007
|
+
name: 'space.300',
|
|
2008
|
+
description: 'Use for larger and less dense pieces of UI.',
|
|
2009
|
+
exampleValue: '1.5rem'
|
|
2010
|
+
}, {
|
|
2011
|
+
content: '# space.400\n\nUse for the largest pieces of UI and for layout elements.\n\nExample Value: `2rem`\n',
|
|
2012
|
+
name: 'space.400',
|
|
2013
|
+
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
2014
|
+
exampleValue: '2rem'
|
|
2015
|
+
}, {
|
|
2016
|
+
content: '# space.500\n\nUse for the largest pieces of UI and for layout elements.\n\nExample Value: `2.5rem`\n',
|
|
2017
|
+
name: 'space.500',
|
|
2018
|
+
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
2019
|
+
exampleValue: '2.5rem'
|
|
2020
|
+
}, {
|
|
2021
|
+
content: '# space.600\n\nUse for the largest pieces of UI and for layout elements.\n\nExample Value: `3rem`\n',
|
|
2022
|
+
name: 'space.600',
|
|
2023
|
+
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
2024
|
+
exampleValue: '3rem'
|
|
2025
|
+
}, {
|
|
2026
|
+
content: '# space.800\n\nUse for the largest pieces of UI and for layout elements.\n\nExample Value: `4rem`\n',
|
|
2027
|
+
name: 'space.800',
|
|
2028
|
+
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
2029
|
+
exampleValue: '4rem'
|
|
2030
|
+
}, {
|
|
2031
|
+
content: '# space.1000\n\nUse for the largest pieces of UI and for layout elements.\n\nExample Value: `5rem`\n',
|
|
2032
|
+
name: 'space.1000',
|
|
2033
|
+
description: 'Use for the largest pieces of UI and for layout elements.',
|
|
2034
|
+
exampleValue: '5rem'
|
|
2035
|
+
}, {
|
|
2036
|
+
content: '# space.negative.025\n\nUse to negate parent whitespace or overlap small pieces of UI.\n\nExample Value: `-0.125rem`\n',
|
|
2037
|
+
name: 'space.negative.025',
|
|
2038
|
+
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
2039
|
+
exampleValue: '-0.125rem'
|
|
2040
|
+
}, {
|
|
2041
|
+
content: '# space.negative.050\n\nUse to negate parent whitespace or overlap small pieces of UI.\n\nExample Value: `-0.25rem`\n',
|
|
2042
|
+
name: 'space.negative.050',
|
|
2043
|
+
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
2044
|
+
exampleValue: '-0.25rem'
|
|
2045
|
+
}, {
|
|
2046
|
+
content: '# space.negative.075\n\nUse to negate parent whitespace or overlap small pieces of UI.\n\nExample Value: `-0.375rem`\n',
|
|
2047
|
+
name: 'space.negative.075',
|
|
2048
|
+
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
2049
|
+
exampleValue: '-0.375rem'
|
|
2050
|
+
}, {
|
|
2051
|
+
content: '# space.negative.100\n\nUse to negate parent whitespace or overlap small pieces of UI.\n\nExample Value: `-0.5rem`\n',
|
|
2052
|
+
name: 'space.negative.100',
|
|
2053
|
+
description: 'Use to negate parent whitespace or overlap small pieces of UI.',
|
|
2054
|
+
exampleValue: '-0.5rem'
|
|
2055
|
+
}, {
|
|
2056
|
+
content: '# space.negative.150\n\nUse to negate parent whitespace or overlap larger pieces of UI.\n\nExample Value: `-0.75rem`\n',
|
|
2057
|
+
name: 'space.negative.150',
|
|
2058
|
+
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
2059
|
+
exampleValue: '-0.75rem'
|
|
2060
|
+
}, {
|
|
2061
|
+
content: '# space.negative.200\n\nUse to negate parent whitespace or overlap larger pieces of UI.\n\nExample Value: `-1rem`\n',
|
|
2062
|
+
name: 'space.negative.200',
|
|
2063
|
+
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
2064
|
+
exampleValue: '-1rem'
|
|
2065
|
+
}, {
|
|
2066
|
+
content: '# space.negative.250\n\nUse to negate parent whitespace or overlap larger pieces of UI.\n\nExample Value: `-1.25rem`\n',
|
|
2067
|
+
name: 'space.negative.250',
|
|
2068
|
+
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
2069
|
+
exampleValue: '-1.25rem'
|
|
2070
|
+
}, {
|
|
2071
|
+
content: '# space.negative.300\n\nUse to negate parent whitespace or overlap larger pieces of UI.\n\nExample Value: `-1.5rem`\n',
|
|
2072
|
+
name: 'space.negative.300',
|
|
2073
|
+
description: 'Use to negate parent whitespace or overlap larger pieces of UI.',
|
|
2074
|
+
exampleValue: '-1.5rem'
|
|
2075
|
+
}, {
|
|
2076
|
+
content: '# space.negative.400\n\nUse to negate parent whitespace or overlap the largest pieces of UI.\n\nExample Value: `-2rem`\n',
|
|
2077
|
+
name: 'space.negative.400',
|
|
2078
|
+
description: 'Use to negate parent whitespace or overlap the largest pieces of UI.',
|
|
2079
|
+
exampleValue: '-2rem'
|
|
2080
|
+
}, {
|
|
2081
|
+
content: '# font.heading.xxlarge\n\nFor overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.\n\nExample Value: `normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2082
|
+
name: 'font.heading.xxlarge',
|
|
2083
|
+
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H900 to Heading XXL.',
|
|
2084
|
+
exampleValue: 'normal 500 2.1875rem/2.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2085
|
+
}, {
|
|
2086
|
+
content: '# font.heading.xlarge\n\nFor overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL.\n\nExample Value: `normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2087
|
+
name: 'font.heading.xlarge',
|
|
2088
|
+
description: 'For overlapping brand with app promotions, such as marketplace content. Migrate instances of H800 to Heading XL.',
|
|
2089
|
+
exampleValue: 'normal 600 1.8125rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2090
|
+
}, {
|
|
2091
|
+
content: '# font.heading.large\n\nApp page titles, such as forms. Migrate instances of H700 to Heading L.\n\nExample Value: `normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2092
|
+
name: 'font.heading.large',
|
|
2093
|
+
description: 'App page titles, such as forms. Migrate instances of H700 to Heading L.',
|
|
2094
|
+
exampleValue: 'normal 500 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2095
|
+
}, {
|
|
2096
|
+
content: '# font.heading.medium\n\nHeaders in large components, such as modal dialogs. Migrate instances of H600 to Heading M.\n\nExample Value: `normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2097
|
+
name: 'font.heading.medium',
|
|
2098
|
+
description: 'Headers in large components, such as modal dialogs. Migrate instances of H600 to Heading M.',
|
|
2099
|
+
exampleValue: 'normal 500 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2100
|
+
}, {
|
|
2101
|
+
content: '# font.heading.small\n\nFor headers in small components where space is limited. Migrate instances of H500 to Heading S.\n\nExample Value: `normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2102
|
+
name: 'font.heading.small',
|
|
2103
|
+
description: 'For headers in small components where space is limited. Migrate instances of H500 to Heading S.',
|
|
2104
|
+
exampleValue: 'normal 600 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2105
|
+
}, {
|
|
2106
|
+
content: '# font.heading.xsmall\n\nFor headers in small components where space is limited. Migrate instances of H400 to Heading XS.\n\nExample Value: `normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2107
|
+
name: 'font.heading.xsmall',
|
|
2108
|
+
description: 'For headers in small components where space is limited. Migrate instances of H400 to Heading XS.',
|
|
2109
|
+
exampleValue: 'normal 600 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2110
|
+
}, {
|
|
2111
|
+
content: '# font.heading.xxsmall\n\nFor headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS.\n\nExample Value: `normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2112
|
+
name: 'font.heading.xxsmall',
|
|
2113
|
+
description: 'For headers in fine print or tight spaces. Use sparingly. Migrate instances of H100, H200 and H300 to Heading XXS.',
|
|
2114
|
+
exampleValue: 'normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2115
|
+
}, {
|
|
2116
|
+
content: '# font.body.large\n\nFor long-form text, such as in blogs.\n\nExample Value: `normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2117
|
+
name: 'font.body.large',
|
|
2118
|
+
description: 'For long-form text, such as in blogs.',
|
|
2119
|
+
exampleValue: 'normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2120
|
+
}, {
|
|
2121
|
+
content: '# font.body\n\nUse in short descriptions or labels. The default size for text in components. Migrate instances of Paragraph Default and UI Text to Body M.\n\nExample Value: `normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2122
|
+
name: 'font.body',
|
|
2123
|
+
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.',
|
|
2124
|
+
exampleValue: 'normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2125
|
+
}, {
|
|
2126
|
+
content: '# font.body.small\n\nUse in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S.\n\nExample Value: `normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2127
|
+
name: 'font.body.small',
|
|
2128
|
+
description: 'Use in secondary level content such as fine print or semantic messaging. Use sparingly. Migrate instances of Small text to Body S.',
|
|
2129
|
+
exampleValue: 'normal 400 0.6875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2130
|
+
}, {
|
|
2131
|
+
content: '# font.body.UNSAFE_small\n\nUNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token\n\nExample Value: `normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2132
|
+
name: 'font.body.UNSAFE_small',
|
|
2133
|
+
description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token',
|
|
2134
|
+
exampleValue: 'normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2135
|
+
}, {
|
|
2136
|
+
content: '# font.metric.large\n\nUse to emphasize a number within a large donut.\n\nExample Value: `normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2137
|
+
name: 'font.metric.large',
|
|
2138
|
+
description: 'Use to emphasize a number within a large donut.',
|
|
2139
|
+
exampleValue: 'normal 653 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2140
|
+
}, {
|
|
2141
|
+
content: '# font.metric.medium\n\nUse to emphasize a number within a medium donut.\n\nExample Value: `normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2142
|
+
name: 'font.metric.medium',
|
|
2143
|
+
description: 'Use to emphasize a number within a medium donut.',
|
|
2144
|
+
exampleValue: 'normal 653 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2145
|
+
}, {
|
|
2146
|
+
content: '# font.metric.small\n\nUse to emphasize a number and words in single-value tiles, or small donuts.\n\nExample Value: `normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2147
|
+
name: 'font.metric.small',
|
|
2148
|
+
description: 'Use to emphasize a number and words in single-value tiles, or small donuts.',
|
|
2149
|
+
exampleValue: 'normal 653 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2150
|
+
}, {
|
|
2151
|
+
content: '# font.code\n\nFor representing code only, either inline or in code blocks.\n\nExample Value: `normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace`\n',
|
|
2152
|
+
name: 'font.code',
|
|
2153
|
+
description: 'For representing code only, either inline or in code blocks.',
|
|
2154
|
+
exampleValue: 'normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace'
|
|
2155
|
+
}, {
|
|
2156
|
+
content: '# font.weight.regular\n\nDefault font weight for body text styles.\n\nExample Value: `400`\n',
|
|
2157
|
+
name: 'font.weight.regular',
|
|
2158
|
+
description: 'Default font weight for body text styles.',
|
|
2159
|
+
exampleValue: '400'
|
|
2160
|
+
}, {
|
|
2161
|
+
content: '# font.weight.medium\n\nFor all text that may appear beside iconography, such as in a button.\n\nExample Value: `500`\n',
|
|
2162
|
+
name: 'font.weight.medium',
|
|
2163
|
+
description: 'For all text that may appear beside iconography, such as in a button.',
|
|
2164
|
+
exampleValue: '500'
|
|
2165
|
+
}, {
|
|
2166
|
+
content: '# font.weight.semibold\n\nUse with caution as fallback fonts do not support this font weight and will default to bold weight.\n\nExample Value: `600`\n',
|
|
2167
|
+
name: 'font.weight.semibold',
|
|
2168
|
+
description: 'Use with caution as fallback fonts do not support this font weight and will default to bold weight.',
|
|
2169
|
+
exampleValue: '600'
|
|
2170
|
+
}, {
|
|
2171
|
+
content: '# font.weight.bold\n\nUse sparingly for emphasising text, such as in a lozenge.\n\nExample Value: `700`\n',
|
|
2172
|
+
name: 'font.weight.bold',
|
|
2173
|
+
description: 'Use sparingly for emphasising text, such as in a lozenge.',
|
|
2174
|
+
exampleValue: '700'
|
|
2175
|
+
}, {
|
|
2176
|
+
content: '# font.family.heading\n\nFor our default UI heading text.\n\nExample Value: `ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2177
|
+
name: 'font.family.heading',
|
|
2178
|
+
description: 'For our default UI heading text.',
|
|
2179
|
+
exampleValue: 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2180
|
+
}, {
|
|
2181
|
+
content: '# font.family.body\n\nFor our default UI body text.\n\nExample Value: `ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2182
|
+
name: 'font.family.body',
|
|
2183
|
+
description: 'For our default UI body text.',
|
|
2184
|
+
exampleValue: 'ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2185
|
+
}, {
|
|
2186
|
+
content: '# font.family.code\n\nFor representing code only.\n\nExample Value: `ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace`\n',
|
|
2187
|
+
name: 'font.family.code',
|
|
2188
|
+
description: 'For representing code only.',
|
|
2189
|
+
exampleValue: 'ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace'
|
|
2190
|
+
}, {
|
|
2191
|
+
content: '# font.family.brand.heading\n\nFor our brand heading text. Uses Charlie Display.\n\nExample Value: `"Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2192
|
+
name: 'font.family.brand.heading',
|
|
2193
|
+
description: 'For our brand heading text. Uses Charlie Display.',
|
|
2194
|
+
exampleValue: '"Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2195
|
+
}, {
|
|
2196
|
+
content: '# font.family.brand.body\n\nFor our brand body text. Uses Charlie Text.\n\nExample Value: `"Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif`\n',
|
|
2197
|
+
name: 'font.family.brand.body',
|
|
2198
|
+
description: 'For our brand body text. Uses Charlie Text.',
|
|
2199
|
+
exampleValue: '"Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif'
|
|
2200
|
+
}, {
|
|
2201
|
+
content: '# radius.xsmall\n\nUsed for small containers such as badges.\n\nExample Value: `0.125rem`\n',
|
|
2202
|
+
name: 'radius.xsmall',
|
|
2203
|
+
description: 'Used for small containers such as badges.',
|
|
2204
|
+
exampleValue: '0.125rem'
|
|
2205
|
+
}, {
|
|
2206
|
+
content: '# radius.small\n\nUsed for labels.\n\nExample Value: `0.25rem`\n',
|
|
2207
|
+
name: 'radius.small',
|
|
2208
|
+
description: 'Used for labels.',
|
|
2209
|
+
exampleValue: '0.25rem'
|
|
2210
|
+
}, {
|
|
2211
|
+
content: '# radius.medium\n\nUsed for buttons and inputs.\n\nExample Value: `0.375rem`\n',
|
|
2212
|
+
name: 'radius.medium',
|
|
2213
|
+
description: 'Used for buttons and inputs.',
|
|
2214
|
+
exampleValue: '0.375rem'
|
|
2215
|
+
}, {
|
|
2216
|
+
content: '# radius.large\n\nUsed for cards and small containers.\n\nExample Value: `0.5rem`\n',
|
|
2217
|
+
name: 'radius.large',
|
|
2218
|
+
description: 'Used for cards and small containers.',
|
|
2219
|
+
exampleValue: '0.5rem'
|
|
2220
|
+
}, {
|
|
2221
|
+
content: '# radius.xlarge\n\nUsed for modals and large containers.\n\nExample Value: `0.75rem`\n',
|
|
2222
|
+
name: 'radius.xlarge',
|
|
2223
|
+
description: 'Used for modals and large containers.',
|
|
2224
|
+
exampleValue: '0.75rem'
|
|
2225
|
+
}, {
|
|
2226
|
+
content: '# radius.xxlarge\n\nUsed for the largest containers.\n\nExample Value: `1rem`\n',
|
|
2227
|
+
name: 'radius.xxlarge',
|
|
2228
|
+
description: 'Used for the largest containers.',
|
|
2229
|
+
exampleValue: '1rem'
|
|
2230
|
+
}, {
|
|
2231
|
+
content: '# radius.full\n\nUsed for circular containers, like a rounded button.\n\nExample Value: `624.9375rem`\n',
|
|
2232
|
+
name: 'radius.full',
|
|
2233
|
+
description: 'Used for circular containers, like a rounded button.',
|
|
2234
|
+
exampleValue: '624.9375rem'
|
|
2235
|
+
}, {
|
|
2236
|
+
content: '# radius.tile\n\nUsed for tiles only.\n\nExample Value: `25%`\n',
|
|
2237
|
+
name: 'radius.tile',
|
|
2238
|
+
description: 'Used for tiles only.',
|
|
2239
|
+
exampleValue: '25%'
|
|
2240
|
+
}, {
|
|
2241
|
+
content: '# border.width\n\nThe default width for all standard component borders and dividers.\n\nExample Value: `0.0625rem`\n',
|
|
2242
|
+
name: 'border.width',
|
|
2243
|
+
description: 'The default width for all standard component borders and dividers.',
|
|
2244
|
+
exampleValue: '0.0625rem'
|
|
2245
|
+
}, {
|
|
2246
|
+
content: '# border.width.selected\n\nThe width used to indicate a selected element, such as an active tab or a chosen item.\n\nExample Value: `0.125rem`\n',
|
|
2247
|
+
name: 'border.width.selected',
|
|
2248
|
+
description: 'The width used to indicate a selected element, such as an active tab or a chosen item.',
|
|
2249
|
+
exampleValue: '0.125rem'
|
|
2250
|
+
}, {
|
|
2251
|
+
content: '# border.width.focused\n\nThe width used for the focus ring on interactive elements.\n\nExample Value: `0.125rem`\n',
|
|
2252
|
+
name: 'border.width.focused',
|
|
2253
|
+
description: 'The width used for the focus ring on interactive elements.',
|
|
2254
|
+
exampleValue: '0.125rem'
|
|
2255
|
+
}];
|