@atlaskit/tokens 7.1.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/cjs/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/cjs/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/cjs/artifacts/palettes-raw/palette.js +147 -147
- package/dist/cjs/artifacts/theme-import-map.js +1 -13
- package/dist/cjs/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-light.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +266 -266
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/cjs/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/cjs/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/cjs/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/cjs/entry-points/palettes-raw.js +0 -7
- package/dist/cjs/entry-points/token-metadata.codegen.js +266 -266
- package/dist/cjs/entry-points/tokens-raw.js +0 -14
- package/dist/cjs/get-theme-styles.js +0 -3
- package/dist/cjs/get-token-value.js +0 -4
- package/dist/cjs/get-token.js +0 -4
- package/dist/cjs/theme-config.js +1 -19
- package/dist/cjs/utils/theme-loading.js +3 -7
- package/dist/es2019/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/es2019/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/es2019/artifacts/palettes-raw/palette.js +147 -147
- package/dist/es2019/artifacts/theme-import-map.js +2 -6
- package/dist/es2019/artifacts/themes/atlassian-dark-increased-contrast.js +289 -289
- package/dist/es2019/artifacts/themes/atlassian-dark.js +294 -294
- package/dist/es2019/artifacts/themes/atlassian-light-increased-contrast.js +218 -218
- package/dist/es2019/artifacts/themes/atlassian-light.js +266 -266
- package/dist/es2019/artifacts/token-default-values.js +266 -266
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/es2019/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/es2019/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/es2019/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/es2019/entry-points/palettes-raw.js +0 -1
- package/dist/es2019/entry-points/token-metadata.codegen.js +266 -266
- package/dist/es2019/entry-points/tokens-raw.js +0 -2
- package/dist/es2019/get-theme-styles.js +0 -1
- package/dist/es2019/get-token-value.js +0 -4
- package/dist/es2019/get-token.js +0 -4
- package/dist/es2019/theme-config.js +1 -19
- package/dist/es2019/utils/theme-loading.js +0 -4
- package/dist/esm/artifacts/atlassian-dark-token-value-for-contrast-check.js +8 -8
- package/dist/esm/artifacts/atlassian-light-token-value-for-contrast-check.js +7 -7
- package/dist/esm/artifacts/palettes-raw/palette.js +147 -147
- package/dist/esm/artifacts/theme-import-map.js +1 -9
- package/dist/esm/artifacts/themes/atlassian-dark-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-dark.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light-increased-contrast.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-light.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +266 -266
- package/dist/esm/artifacts/tokens-raw/atlassian-dark-increased-contrast.js +401 -401
- package/dist/esm/artifacts/tokens-raw/atlassian-dark.js +436 -436
- package/dist/esm/artifacts/tokens-raw/atlassian-light-increased-contrast.js +273 -273
- package/dist/esm/artifacts/tokens-raw/atlassian-light.js +375 -375
- package/dist/esm/entry-points/palettes-raw.js +0 -1
- package/dist/esm/entry-points/token-metadata.codegen.js +266 -266
- package/dist/esm/entry-points/tokens-raw.js +0 -2
- package/dist/esm/get-theme-styles.js +0 -3
- package/dist/esm/get-token-value.js +0 -4
- package/dist/esm/get-token.js +0 -4
- package/dist/esm/theme-config.js +1 -19
- package/dist/esm/utils/theme-loading.js +3 -7
- package/dist/types/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +266 -266
- package/dist/types/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types/theme-config.d.ts +6 -6
- package/dist/types-ts4.5/artifacts/atlassian-dark-token-value-for-contrast-check.d.ts +8 -8
- package/dist/types-ts4.5/artifacts/atlassian-light-token-value-for-contrast-check.d.ts +7 -7
- package/dist/types-ts4.5/artifacts/palettes-raw/palette.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/theme-import-map.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-increased-contrast.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/themes/atlassian-light.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +266 -266
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-dark.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light-increased-contrast.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-light.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/palettes-raw.d.ts +0 -1
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +0 -2
- package/dist/types-ts4.5/theme-config.d.ts +4 -8
- package/figma/atlassian-dark-increased-contrast.json +292 -292
- package/figma/atlassian-dark.json +297 -297
- package/figma/atlassian-light-increased-contrast.json +220 -220
- package/figma/atlassian-light.json +268 -268
- package/package.json +5 -5
- package/dist/cjs/artifacts/themes/atlassian-dark-brand-refresh.js +0 -12
- package/dist/cjs/artifacts/themes/atlassian-light-brand-refresh.js +0 -12
- package/dist/es2019/artifacts/themes/atlassian-dark-brand-refresh.js +0 -401
- package/dist/es2019/artifacts/themes/atlassian-light-brand-refresh.js +0 -401
- package/dist/esm/artifacts/themes/atlassian-dark-brand-refresh.js +0 -6
- package/dist/esm/artifacts/themes/atlassian-light-brand-refresh.js +0 -6
- package/dist/types/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-dark-brand-refresh.d.ts +0 -7
- package/dist/types-ts4.5/artifacts/themes/atlassian-light-brand-refresh.d.ts +0 -7
- package/figma/atlassian-dark-brand-refresh.json +0 -3558
- package/figma/atlassian-light-brand-refresh.json +0 -3537
|
@@ -9,7 +9,7 @@ exports.tokens = void 0;
|
|
|
9
9
|
*
|
|
10
10
|
* Metadata for generation of of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
|
|
11
11
|
*
|
|
12
|
-
* @codegen <<SignedSource::
|
|
12
|
+
* @codegen <<SignedSource::2df7129dadaefaa82ff5761d8db12e31>>
|
|
13
13
|
* @codegenCommand yarn build tokens
|
|
14
14
|
*/
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@ var tokens = exports.tokens = [{
|
|
|
17
17
|
name: 'color.text',
|
|
18
18
|
path: ['color', 'text', '[default]'],
|
|
19
19
|
description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
|
|
20
|
-
exampleValue: '#
|
|
20
|
+
exampleValue: '#292A2E'
|
|
21
21
|
}, {
|
|
22
22
|
name: 'color.text.accent.lime',
|
|
23
23
|
path: ['color', 'text', 'accent', 'lime', '[default]'],
|
|
@@ -42,12 +42,12 @@ var tokens = exports.tokens = [{
|
|
|
42
42
|
name: 'color.text.accent.orange',
|
|
43
43
|
path: ['color', 'text', 'accent', 'orange', '[default]'],
|
|
44
44
|
description: 'Use for orange text on subtlest and subtler orange accent backgrounds when there is no meaning tied to the color.',
|
|
45
|
-
exampleValue: '#
|
|
45
|
+
exampleValue: '#9E4C00'
|
|
46
46
|
}, {
|
|
47
47
|
name: 'color.text.accent.orange.bolder',
|
|
48
48
|
path: ['color', 'text', 'accent', 'orange', 'bolder'],
|
|
49
49
|
description: 'Use for orange text on subtle orange accent backgrounds when there is no meaning tied to the color.',
|
|
50
|
-
exampleValue: '#
|
|
50
|
+
exampleValue: '#693200'
|
|
51
51
|
}, {
|
|
52
52
|
name: 'color.text.accent.yellow',
|
|
53
53
|
path: ['color', 'text', 'accent', 'yellow', '[default]'],
|
|
@@ -82,22 +82,22 @@ var tokens = exports.tokens = [{
|
|
|
82
82
|
name: 'color.text.accent.blue',
|
|
83
83
|
path: ['color', 'text', 'accent', 'blue', '[default]'],
|
|
84
84
|
description: 'Use for blue text on subtlest and subtler blue accent backgrounds when there is no meaning tied to the color.',
|
|
85
|
-
exampleValue: '#
|
|
85
|
+
exampleValue: '#1558BC'
|
|
86
86
|
}, {
|
|
87
87
|
name: 'color.text.accent.blue.bolder',
|
|
88
88
|
path: ['color', 'text', 'accent', 'blue', 'bolder'],
|
|
89
89
|
description: 'Use for blue text on subtle blue accent backgrounds when there is no meaning tied to the color.',
|
|
90
|
-
exampleValue: '#
|
|
90
|
+
exampleValue: '#123263'
|
|
91
91
|
}, {
|
|
92
92
|
name: 'color.text.accent.purple',
|
|
93
93
|
path: ['color', 'text', 'accent', 'purple', '[default]'],
|
|
94
94
|
description: 'Use for purple text on subtlest and subtler purple accent backgrounds when there is no meaning tied to the color.',
|
|
95
|
-
exampleValue: '#
|
|
95
|
+
exampleValue: '#803FA5'
|
|
96
96
|
}, {
|
|
97
97
|
name: 'color.text.accent.purple.bolder',
|
|
98
98
|
path: ['color', 'text', 'accent', 'purple', 'bolder'],
|
|
99
99
|
description: 'Use for purple text on subtle purple accent backgrounds when there is no meaning tied to the color.',
|
|
100
|
-
exampleValue: '#
|
|
100
|
+
exampleValue: '#48245D'
|
|
101
101
|
}, {
|
|
102
102
|
name: 'color.text.accent.magenta',
|
|
103
103
|
path: ['color', 'text', 'accent', 'magenta', '[default]'],
|
|
@@ -112,17 +112,17 @@ var tokens = exports.tokens = [{
|
|
|
112
112
|
name: 'color.text.accent.gray',
|
|
113
113
|
path: ['color', 'text', 'accent', 'gray', '[default]'],
|
|
114
114
|
description: 'Use for text on non-bold gray accent backgrounds, such as colored tags.',
|
|
115
|
-
exampleValue: '#
|
|
115
|
+
exampleValue: '#505258'
|
|
116
116
|
}, {
|
|
117
117
|
name: 'color.text.accent.gray.bolder',
|
|
118
118
|
path: ['color', 'text', 'accent', 'gray', 'bolder'],
|
|
119
119
|
description: 'Use for text and icons on gray subtle accent backgrounds.',
|
|
120
|
-
exampleValue: '#
|
|
120
|
+
exampleValue: '#1E1F21'
|
|
121
121
|
}, {
|
|
122
122
|
name: 'color.text.disabled',
|
|
123
123
|
path: ['color', 'text', 'disabled'],
|
|
124
124
|
description: 'Use for text in a disabled state.',
|
|
125
|
-
exampleValue: '#
|
|
125
|
+
exampleValue: '#080F214A'
|
|
126
126
|
}, {
|
|
127
127
|
name: 'color.text.inverse',
|
|
128
128
|
path: ['color', 'text', 'inverse'],
|
|
@@ -132,12 +132,12 @@ var tokens = exports.tokens = [{
|
|
|
132
132
|
name: 'color.text.selected',
|
|
133
133
|
path: ['color', 'text', 'selected'],
|
|
134
134
|
description: 'Use for text in selected or opened states, such as tabs and dropdown buttons.',
|
|
135
|
-
exampleValue: '#
|
|
135
|
+
exampleValue: '#1868DB'
|
|
136
136
|
}, {
|
|
137
137
|
name: 'color.text.brand',
|
|
138
138
|
path: ['color', 'text', 'brand'],
|
|
139
139
|
description: 'Use for text that reinforces our brand.',
|
|
140
|
-
exampleValue: '#
|
|
140
|
+
exampleValue: '#1868DB'
|
|
141
141
|
}, {
|
|
142
142
|
name: 'color.text.danger',
|
|
143
143
|
path: ['color', 'text', 'danger'],
|
|
@@ -147,62 +147,62 @@ var tokens = exports.tokens = [{
|
|
|
147
147
|
name: 'color.text.warning',
|
|
148
148
|
path: ['color', 'text', 'warning', '[default]'],
|
|
149
149
|
description: 'Use for text to emphasize caution, such as in moved lozenges.',
|
|
150
|
-
exampleValue: '#
|
|
150
|
+
exampleValue: '#9E4C00'
|
|
151
151
|
}, {
|
|
152
152
|
name: 'color.text.warning.inverse',
|
|
153
153
|
path: ['color', 'text', 'warning', 'inverse'],
|
|
154
154
|
description: 'Use for text when on bold warning backgrounds.',
|
|
155
|
-
exampleValue: '#
|
|
155
|
+
exampleValue: '#292A2E'
|
|
156
156
|
}, {
|
|
157
157
|
name: 'color.text.success',
|
|
158
158
|
path: ['color', 'text', 'success'],
|
|
159
159
|
description: 'Use for text to communicate a favorable outcome, such as input field success messaging.',
|
|
160
|
-
exampleValue: '#
|
|
160
|
+
exampleValue: '#4C6B1F'
|
|
161
161
|
}, {
|
|
162
162
|
name: 'color.text.discovery',
|
|
163
163
|
path: ['color', 'text', 'discovery'],
|
|
164
164
|
description: 'Use for text to emphasize change or something new, such as in new lozenges.',
|
|
165
|
-
exampleValue: '#
|
|
165
|
+
exampleValue: '#803FA5'
|
|
166
166
|
}, {
|
|
167
167
|
name: 'color.text.information',
|
|
168
168
|
path: ['color', 'text', 'information'],
|
|
169
169
|
description: 'Use for informative text or to communicate something is in progress, such as in-progress lozenges.',
|
|
170
|
-
exampleValue: '#
|
|
170
|
+
exampleValue: '#1558BC'
|
|
171
171
|
}, {
|
|
172
172
|
name: 'color.text.subtlest',
|
|
173
173
|
path: ['color', 'text', 'subtlest'],
|
|
174
174
|
description: 'Use for tertiary text, such as meta-data, breadcrumbs, input field placeholder and helper text.',
|
|
175
|
-
exampleValue: '#
|
|
175
|
+
exampleValue: '#6B6E76'
|
|
176
176
|
}, {
|
|
177
177
|
name: 'color.text.subtle',
|
|
178
178
|
path: ['color', 'text', 'subtle'],
|
|
179
179
|
description: 'Use for secondary text, such as navigation, subtle button links, input field labels, and all caps subheadings.',
|
|
180
|
-
exampleValue: '#
|
|
180
|
+
exampleValue: '#505258'
|
|
181
181
|
}, {
|
|
182
182
|
name: 'color.link',
|
|
183
183
|
path: ['color', 'link', '[default]'],
|
|
184
184
|
description: 'Use for links in a default or hovered state. Add an underline for hovered states.',
|
|
185
|
-
exampleValue: '#
|
|
185
|
+
exampleValue: '#1868DB'
|
|
186
186
|
}, {
|
|
187
187
|
name: 'color.link.pressed',
|
|
188
188
|
path: ['color', 'link', 'pressed'],
|
|
189
189
|
description: 'Use for links in a pressed state.',
|
|
190
|
-
exampleValue: '#
|
|
190
|
+
exampleValue: '#1558BC'
|
|
191
191
|
}, {
|
|
192
192
|
name: 'color.link.visited',
|
|
193
193
|
path: ['color', 'link', 'visited', '[default]'],
|
|
194
194
|
description: 'Use for visited links.',
|
|
195
|
-
exampleValue: '#
|
|
195
|
+
exampleValue: '#803FA5'
|
|
196
196
|
}, {
|
|
197
197
|
name: 'color.link.visited.pressed',
|
|
198
198
|
path: ['color', 'link', 'visited', 'pressed'],
|
|
199
199
|
description: 'Use for visited links in a pressed state.',
|
|
200
|
-
exampleValue: '#
|
|
200
|
+
exampleValue: '#48245D'
|
|
201
201
|
}, {
|
|
202
202
|
name: 'color.icon',
|
|
203
203
|
path: ['color', 'icon', '[default]'],
|
|
204
204
|
description: 'Use for icon-only buttons, or icons paired with color.text',
|
|
205
|
-
exampleValue: '#
|
|
205
|
+
exampleValue: '#292A2E'
|
|
206
206
|
}, {
|
|
207
207
|
name: 'color.icon.accent.lime',
|
|
208
208
|
path: ['color', 'icon', 'accent', 'lime'],
|
|
@@ -217,7 +217,7 @@ var tokens = exports.tokens = [{
|
|
|
217
217
|
name: 'color.icon.accent.orange',
|
|
218
218
|
path: ['color', 'icon', 'accent', 'orange'],
|
|
219
219
|
description: 'Use for orange icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
220
|
-
exampleValue: '#
|
|
220
|
+
exampleValue: '#E06C00'
|
|
221
221
|
}, {
|
|
222
222
|
name: 'color.icon.accent.yellow',
|
|
223
223
|
path: ['color', 'icon', 'accent', 'yellow'],
|
|
@@ -237,12 +237,12 @@ var tokens = exports.tokens = [{
|
|
|
237
237
|
name: 'color.icon.accent.blue',
|
|
238
238
|
path: ['color', 'icon', 'accent', 'blue'],
|
|
239
239
|
description: 'Use for blue icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
240
|
-
exampleValue: '#
|
|
240
|
+
exampleValue: '#357DE8'
|
|
241
241
|
}, {
|
|
242
242
|
name: 'color.icon.accent.purple',
|
|
243
243
|
path: ['color', 'icon', 'accent', 'purple'],
|
|
244
244
|
description: 'Use for purple icons on non-bold backgrounds when there is no meaning tied to the color, such as file type icons.',
|
|
245
|
-
exampleValue: '#
|
|
245
|
+
exampleValue: '#AF59E1'
|
|
246
246
|
}, {
|
|
247
247
|
name: 'color.icon.accent.magenta',
|
|
248
248
|
path: ['color', 'icon', 'accent', 'magenta'],
|
|
@@ -252,12 +252,12 @@ var tokens = exports.tokens = [{
|
|
|
252
252
|
name: 'color.icon.accent.gray',
|
|
253
253
|
path: ['color', 'icon', 'accent', 'gray'],
|
|
254
254
|
description: 'Use for icons on non-bold gray accent backgrounds, such as file type icons.',
|
|
255
|
-
exampleValue: '#
|
|
255
|
+
exampleValue: '#7D818A'
|
|
256
256
|
}, {
|
|
257
257
|
name: 'color.icon.disabled',
|
|
258
258
|
path: ['color', 'icon', 'disabled'],
|
|
259
259
|
description: 'Use for icons in a disabled state.',
|
|
260
|
-
exampleValue: '#
|
|
260
|
+
exampleValue: '#080F214A'
|
|
261
261
|
}, {
|
|
262
262
|
name: 'color.icon.inverse',
|
|
263
263
|
path: ['color', 'icon', 'inverse'],
|
|
@@ -267,12 +267,12 @@ var tokens = exports.tokens = [{
|
|
|
267
267
|
name: 'color.icon.selected',
|
|
268
268
|
path: ['color', 'icon', 'selected'],
|
|
269
269
|
description: 'Use for icons in selected or opened states, such as those used in dropdown buttons.',
|
|
270
|
-
exampleValue: '#
|
|
270
|
+
exampleValue: '#1868DB'
|
|
271
271
|
}, {
|
|
272
272
|
name: 'color.icon.brand',
|
|
273
273
|
path: ['color', 'icon', 'brand'],
|
|
274
274
|
description: 'Use for icons that reinforce our brand.',
|
|
275
|
-
exampleValue: '#
|
|
275
|
+
exampleValue: '#1868DB'
|
|
276
276
|
}, {
|
|
277
277
|
name: 'color.icon.danger',
|
|
278
278
|
path: ['color', 'icon', 'danger'],
|
|
@@ -282,42 +282,42 @@ var tokens = exports.tokens = [{
|
|
|
282
282
|
name: 'color.icon.warning',
|
|
283
283
|
path: ['color', 'icon', 'warning', '[default]'],
|
|
284
284
|
description: 'Use for icons communicating caution, such as those used in warning section messages.',
|
|
285
|
-
exampleValue: '#
|
|
285
|
+
exampleValue: '#E06C00'
|
|
286
286
|
}, {
|
|
287
287
|
name: 'color.icon.warning.inverse',
|
|
288
288
|
path: ['color', 'icon', 'warning', 'inverse'],
|
|
289
289
|
description: 'Use for icons when on bold warning backgrounds.',
|
|
290
|
-
exampleValue: '#
|
|
290
|
+
exampleValue: '#292A2E'
|
|
291
291
|
}, {
|
|
292
292
|
name: 'color.icon.success',
|
|
293
293
|
path: ['color', 'icon', 'success'],
|
|
294
294
|
description: 'Use for icons communicating a favorable outcome, such as those used in success section messaged.',
|
|
295
|
-
exampleValue: '#
|
|
295
|
+
exampleValue: '#6A9A23'
|
|
296
296
|
}, {
|
|
297
297
|
name: 'color.icon.discovery',
|
|
298
298
|
path: ['color', 'icon', 'discovery'],
|
|
299
299
|
description: 'Use for icons communicating change or something new, such as discovery section messages.',
|
|
300
|
-
exampleValue: '#
|
|
300
|
+
exampleValue: '#AF59E1'
|
|
301
301
|
}, {
|
|
302
302
|
name: 'color.icon.information',
|
|
303
303
|
path: ['color', 'icon', 'information'],
|
|
304
304
|
description: 'Use for icons communicating information or something in-progress, such as information section messages.',
|
|
305
|
-
exampleValue: '#
|
|
305
|
+
exampleValue: '#357DE8'
|
|
306
306
|
}, {
|
|
307
307
|
name: 'color.icon.subtlest',
|
|
308
308
|
path: ['color', 'icon', 'subtlest'],
|
|
309
309
|
description: 'Use for icons paired with color.text.subtlest',
|
|
310
|
-
exampleValue: '#
|
|
310
|
+
exampleValue: '#6B6E76'
|
|
311
311
|
}, {
|
|
312
312
|
name: 'color.icon.subtle',
|
|
313
313
|
path: ['color', 'icon', 'subtle'],
|
|
314
314
|
description: 'Use for icons paired with color.text.subtle',
|
|
315
|
-
exampleValue: '#
|
|
315
|
+
exampleValue: '#505258'
|
|
316
316
|
}, {
|
|
317
317
|
name: 'color.border',
|
|
318
318
|
path: ['color', 'border', '[default]'],
|
|
319
319
|
description: 'Use to visually group or separate UI elements, such as flat cards or side panel dividers.',
|
|
320
|
-
exampleValue: '#
|
|
320
|
+
exampleValue: '#0B120E24'
|
|
321
321
|
}, {
|
|
322
322
|
name: 'color.border.accent.lime',
|
|
323
323
|
path: ['color', 'border', 'accent', 'lime'],
|
|
@@ -332,7 +332,7 @@ var tokens = exports.tokens = [{
|
|
|
332
332
|
name: 'color.border.accent.orange',
|
|
333
333
|
path: ['color', 'border', 'accent', 'orange'],
|
|
334
334
|
description: 'Use for orange borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
335
|
-
exampleValue: '#
|
|
335
|
+
exampleValue: '#E06C00'
|
|
336
336
|
}, {
|
|
337
337
|
name: 'color.border.accent.yellow',
|
|
338
338
|
path: ['color', 'border', 'accent', 'yellow'],
|
|
@@ -352,12 +352,12 @@ var tokens = exports.tokens = [{
|
|
|
352
352
|
name: 'color.border.accent.blue',
|
|
353
353
|
path: ['color', 'border', 'accent', 'blue'],
|
|
354
354
|
description: 'Use for blue borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
355
|
-
exampleValue: '#
|
|
355
|
+
exampleValue: '#357DE8'
|
|
356
356
|
}, {
|
|
357
357
|
name: 'color.border.accent.purple',
|
|
358
358
|
path: ['color', 'border', 'accent', 'purple'],
|
|
359
359
|
description: 'Use for purple borders on non-bold backgrounds when there is no meaning tied to the color.',
|
|
360
|
-
exampleValue: '#
|
|
360
|
+
exampleValue: '#AF59E1'
|
|
361
361
|
}, {
|
|
362
362
|
name: 'color.border.accent.magenta',
|
|
363
363
|
path: ['color', 'border', 'accent', 'magenta'],
|
|
@@ -367,22 +367,22 @@ var tokens = exports.tokens = [{
|
|
|
367
367
|
name: 'color.border.accent.gray',
|
|
368
368
|
path: ['color', 'border', 'accent', 'gray'],
|
|
369
369
|
description: 'Use for borders on non-bold gray accent backgrounds.',
|
|
370
|
-
exampleValue: '#
|
|
370
|
+
exampleValue: '#7D818A'
|
|
371
371
|
}, {
|
|
372
372
|
name: 'color.border.disabled',
|
|
373
373
|
path: ['color', 'border', 'disabled'],
|
|
374
374
|
description: 'Use for borders of elements in a disabled state.',
|
|
375
|
-
exampleValue: '#
|
|
375
|
+
exampleValue: '#0515240F'
|
|
376
376
|
}, {
|
|
377
377
|
name: 'color.border.focused',
|
|
378
378
|
path: ['color', 'border', 'focused'],
|
|
379
379
|
description: 'Use for focus rings of elements in a focus state.',
|
|
380
|
-
exampleValue: '#
|
|
380
|
+
exampleValue: '#4688EC'
|
|
381
381
|
}, {
|
|
382
382
|
name: 'color.border.input',
|
|
383
383
|
path: ['color', 'border', 'input'],
|
|
384
384
|
description: 'Use for borders of form UI elements, such as text fields, checkboxes, and radio buttons.',
|
|
385
|
-
exampleValue: '#
|
|
385
|
+
exampleValue: '#8C8F97'
|
|
386
386
|
}, {
|
|
387
387
|
name: 'color.border.inverse',
|
|
388
388
|
path: ['color', 'border', 'inverse'],
|
|
@@ -392,12 +392,12 @@ var tokens = exports.tokens = [{
|
|
|
392
392
|
name: 'color.border.selected',
|
|
393
393
|
path: ['color', 'border', 'selected'],
|
|
394
394
|
description: 'Use for borders or visual indicators of elements in a selected or opened state, such as in tabs or menu items.',
|
|
395
|
-
exampleValue: '#
|
|
395
|
+
exampleValue: '#1868DB'
|
|
396
396
|
}, {
|
|
397
397
|
name: 'color.border.brand',
|
|
398
398
|
path: ['color', 'border', 'brand'],
|
|
399
399
|
description: 'Use for borders or visual indicators of elements that reinforce our brand, such as logos or primary buttons.',
|
|
400
|
-
exampleValue: '#
|
|
400
|
+
exampleValue: '#1868DB'
|
|
401
401
|
}, {
|
|
402
402
|
name: 'color.border.danger',
|
|
403
403
|
path: ['color', 'border', 'danger'],
|
|
@@ -407,27 +407,27 @@ var tokens = exports.tokens = [{
|
|
|
407
407
|
name: 'color.border.warning',
|
|
408
408
|
path: ['color', 'border', 'warning'],
|
|
409
409
|
description: 'Use for borders communicating caution.',
|
|
410
|
-
exampleValue: '#
|
|
410
|
+
exampleValue: '#E06C00'
|
|
411
411
|
}, {
|
|
412
412
|
name: 'color.border.success',
|
|
413
413
|
path: ['color', 'border', 'success'],
|
|
414
414
|
description: 'Use for borders communicating a favorable outcome, such as the borders on validated text fields.',
|
|
415
|
-
exampleValue: '#
|
|
415
|
+
exampleValue: '#6A9A23'
|
|
416
416
|
}, {
|
|
417
417
|
name: 'color.border.discovery',
|
|
418
418
|
path: ['color', 'border', 'discovery'],
|
|
419
419
|
description: 'Use for borders communicating change or something new, such as the borders in onboarding spotlights.',
|
|
420
|
-
exampleValue: '#
|
|
420
|
+
exampleValue: '#AF59E1'
|
|
421
421
|
}, {
|
|
422
422
|
name: 'color.border.information',
|
|
423
423
|
path: ['color', 'border', 'information'],
|
|
424
424
|
description: 'Use for borders communicating information or something in-progress.',
|
|
425
|
-
exampleValue: '#
|
|
425
|
+
exampleValue: '#357DE8'
|
|
426
426
|
}, {
|
|
427
427
|
name: 'color.border.bold',
|
|
428
428
|
path: ['color', 'border', 'bold'],
|
|
429
429
|
description: 'A neutral border option that passes min 3:1 contrast ratios.',
|
|
430
|
-
exampleValue: '#
|
|
430
|
+
exampleValue: '#7D818A'
|
|
431
431
|
}, {
|
|
432
432
|
name: 'color.background.accent.lime.subtlest',
|
|
433
433
|
path: ['color', 'background', 'accent', 'lime', 'subtlest', '[default]'],
|
|
@@ -442,7 +442,7 @@ var tokens = exports.tokens = [{
|
|
|
442
442
|
name: 'color.background.accent.lime.subtlest.pressed',
|
|
443
443
|
path: ['color', 'background', 'accent', 'lime', 'subtlest', 'pressed'],
|
|
444
444
|
description: 'Pressed state of color.background.accent.lime.subtlest.',
|
|
445
|
-
exampleValue: '#
|
|
445
|
+
exampleValue: '#BDE97C'
|
|
446
446
|
}, {
|
|
447
447
|
name: 'color.background.accent.lime.subtler',
|
|
448
448
|
path: ['color', 'background', 'accent', 'lime', 'subtler', '[default]'],
|
|
@@ -452,12 +452,12 @@ var tokens = exports.tokens = [{
|
|
|
452
452
|
name: 'color.background.accent.lime.subtler.hovered',
|
|
453
453
|
path: ['color', 'background', 'accent', 'lime', 'subtler', 'hovered'],
|
|
454
454
|
description: 'Hovered state of color.background.accent.lime.subtler.',
|
|
455
|
-
exampleValue: '#
|
|
455
|
+
exampleValue: '#BDE97C'
|
|
456
456
|
}, {
|
|
457
457
|
name: 'color.background.accent.lime.subtler.pressed',
|
|
458
458
|
path: ['color', 'background', 'accent', 'lime', 'subtler', 'pressed'],
|
|
459
459
|
description: 'Pressed state of color.background.accent.lime.subtler.',
|
|
460
|
-
exampleValue: '#
|
|
460
|
+
exampleValue: '#B3DF72'
|
|
461
461
|
}, {
|
|
462
462
|
name: 'color.background.accent.lime.subtle',
|
|
463
463
|
path: ['color', 'background', 'accent', 'lime', 'subtle', '[default]'],
|
|
@@ -472,7 +472,7 @@ var tokens = exports.tokens = [{
|
|
|
472
472
|
name: 'color.background.accent.lime.subtle.pressed',
|
|
473
473
|
path: ['color', 'background', 'accent', 'lime', 'subtle', 'pressed'],
|
|
474
474
|
description: 'Pressed state of color.background.accent.lime.subtle.',
|
|
475
|
-
exampleValue: '#
|
|
475
|
+
exampleValue: '#BDE97C'
|
|
476
476
|
}, {
|
|
477
477
|
name: 'color.background.accent.lime.bolder',
|
|
478
478
|
path: ['color', 'background', 'accent', 'lime', 'bolder', '[default]'],
|
|
@@ -487,7 +487,7 @@ var tokens = exports.tokens = [{
|
|
|
487
487
|
name: 'color.background.accent.lime.bolder.pressed',
|
|
488
488
|
path: ['color', 'background', 'accent', 'lime', 'bolder', 'pressed'],
|
|
489
489
|
description: 'Pressed state of color.background.accent.lime.bolder.',
|
|
490
|
-
exampleValue: '#
|
|
490
|
+
exampleValue: '#3F5224'
|
|
491
491
|
}, {
|
|
492
492
|
name: 'color.background.accent.red.subtlest',
|
|
493
493
|
path: ['color', 'background', 'accent', 'red', 'subtlest', '[default]'],
|
|
@@ -502,7 +502,7 @@ var tokens = exports.tokens = [{
|
|
|
502
502
|
name: 'color.background.accent.red.subtlest.pressed',
|
|
503
503
|
path: ['color', 'background', 'accent', 'red', 'subtlest', 'pressed'],
|
|
504
504
|
description: 'Pressed state of color.background.accent.red.subtlest.',
|
|
505
|
-
exampleValue: '#
|
|
505
|
+
exampleValue: '#FFB8B2'
|
|
506
506
|
}, {
|
|
507
507
|
name: 'color.background.accent.red.subtler',
|
|
508
508
|
path: ['color', 'background', 'accent', 'red', 'subtler', '[default]'],
|
|
@@ -512,12 +512,12 @@ var tokens = exports.tokens = [{
|
|
|
512
512
|
name: 'color.background.accent.red.subtler.hovered',
|
|
513
513
|
path: ['color', 'background', 'accent', 'red', 'subtler', 'hovered'],
|
|
514
514
|
description: 'Hovered state of color.background.accent.red.subtler.',
|
|
515
|
-
exampleValue: '#
|
|
515
|
+
exampleValue: '#FFB8B2'
|
|
516
516
|
}, {
|
|
517
517
|
name: 'color.background.accent.red.subtler.pressed',
|
|
518
518
|
path: ['color', 'background', 'accent', 'red', 'subtler', 'pressed'],
|
|
519
519
|
description: 'Pressed state of color.background.accent.red.subtler.',
|
|
520
|
-
exampleValue: '#
|
|
520
|
+
exampleValue: '#FD9891'
|
|
521
521
|
}, {
|
|
522
522
|
name: 'color.background.accent.red.subtle',
|
|
523
523
|
path: ['color', 'background', 'accent', 'red', 'subtle', '[default]'],
|
|
@@ -532,7 +532,7 @@ var tokens = exports.tokens = [{
|
|
|
532
532
|
name: 'color.background.accent.red.subtle.pressed',
|
|
533
533
|
path: ['color', 'background', 'accent', 'red', 'subtle', 'pressed'],
|
|
534
534
|
description: 'Pressed state of color.background.accent.red.subtle.',
|
|
535
|
-
exampleValue: '#
|
|
535
|
+
exampleValue: '#FFB8B2'
|
|
536
536
|
}, {
|
|
537
537
|
name: 'color.background.accent.red.bolder',
|
|
538
538
|
path: ['color', 'background', 'accent', 'red', 'bolder', '[default]'],
|
|
@@ -547,112 +547,112 @@ var tokens = exports.tokens = [{
|
|
|
547
547
|
name: 'color.background.accent.red.bolder.pressed',
|
|
548
548
|
path: ['color', 'background', 'accent', 'red', 'bolder', 'pressed'],
|
|
549
549
|
description: 'Pressed state of color.background.accent.red.bolder.',
|
|
550
|
-
exampleValue: '#
|
|
550
|
+
exampleValue: '#872821'
|
|
551
551
|
}, {
|
|
552
552
|
name: 'color.background.accent.orange.subtlest',
|
|
553
553
|
path: ['color', 'background', 'accent', 'orange', 'subtlest', '[default]'],
|
|
554
554
|
description: 'Use for orange backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
555
|
-
exampleValue: '#
|
|
555
|
+
exampleValue: '#FFF5DB'
|
|
556
556
|
}, {
|
|
557
557
|
name: 'color.background.accent.orange.subtlest.hovered',
|
|
558
558
|
path: ['color', 'background', 'accent', 'orange', 'subtlest', 'hovered'],
|
|
559
559
|
description: 'Hovered state of color.background.accent.orange.subtlest.',
|
|
560
|
-
exampleValue: '#
|
|
560
|
+
exampleValue: '#FCE4A6'
|
|
561
561
|
}, {
|
|
562
562
|
name: 'color.background.accent.orange.subtlest.pressed',
|
|
563
563
|
path: ['color', 'background', 'accent', 'orange', 'subtlest', 'pressed'],
|
|
564
564
|
description: 'Pressed state of color.background.accent.orange.subtlest.',
|
|
565
|
-
exampleValue: '#
|
|
565
|
+
exampleValue: '#FBD779'
|
|
566
566
|
}, {
|
|
567
567
|
name: 'color.background.accent.orange.subtler',
|
|
568
568
|
path: ['color', 'background', 'accent', 'orange', 'subtler', '[default]'],
|
|
569
569
|
description: 'Use for orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
570
|
-
exampleValue: '#
|
|
570
|
+
exampleValue: '#FCE4A6'
|
|
571
571
|
}, {
|
|
572
572
|
name: 'color.background.accent.orange.subtler.hovered',
|
|
573
573
|
path: ['color', 'background', 'accent', 'orange', 'subtler', 'hovered'],
|
|
574
574
|
description: 'Hovered state of color.background.accent.orange.subtler.',
|
|
575
|
-
exampleValue: '#
|
|
575
|
+
exampleValue: '#FBD779'
|
|
576
576
|
}, {
|
|
577
577
|
name: 'color.background.accent.orange.subtler.pressed',
|
|
578
578
|
path: ['color', 'background', 'accent', 'orange', 'subtler', 'pressed'],
|
|
579
579
|
description: 'Pressed state of color.background.accent.orange.subtler.',
|
|
580
|
-
exampleValue: '#
|
|
580
|
+
exampleValue: '#FBC828'
|
|
581
581
|
}, {
|
|
582
582
|
name: 'color.background.accent.orange.subtle',
|
|
583
583
|
path: ['color', 'background', 'accent', 'orange', 'subtle', '[default]'],
|
|
584
584
|
description: 'Use for vibrant orange backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
585
|
-
exampleValue: '#
|
|
585
|
+
exampleValue: '#FCA700'
|
|
586
586
|
}, {
|
|
587
587
|
name: 'color.background.accent.orange.subtle.hovered',
|
|
588
588
|
path: ['color', 'background', 'accent', 'orange', 'subtle', 'hovered'],
|
|
589
589
|
description: 'Hovered state of color.background.accent.orange.subtle.',
|
|
590
|
-
exampleValue: '#
|
|
590
|
+
exampleValue: '#FBC828'
|
|
591
591
|
}, {
|
|
592
592
|
name: 'color.background.accent.orange.subtle.pressed',
|
|
593
593
|
path: ['color', 'background', 'accent', 'orange', 'subtle', 'pressed'],
|
|
594
594
|
description: 'Pressed state of color.background.accent.orange.subtle.',
|
|
595
|
-
exampleValue: '#
|
|
595
|
+
exampleValue: '#FBD779'
|
|
596
596
|
}, {
|
|
597
597
|
name: 'color.background.accent.orange.bolder',
|
|
598
598
|
path: ['color', 'background', 'accent', 'orange', 'bolder', '[default]'],
|
|
599
599
|
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.',
|
|
600
|
-
exampleValue: '#
|
|
600
|
+
exampleValue: '#BD5B00'
|
|
601
601
|
}, {
|
|
602
602
|
name: 'color.background.accent.orange.bolder.hovered',
|
|
603
603
|
path: ['color', 'background', 'accent', 'orange', 'bolder', 'hovered'],
|
|
604
604
|
description: 'Hovered state of color.background.accent.orange.bolder.',
|
|
605
|
-
exampleValue: '#
|
|
605
|
+
exampleValue: '#9E4C00'
|
|
606
606
|
}, {
|
|
607
607
|
name: 'color.background.accent.orange.bolder.pressed',
|
|
608
608
|
path: ['color', 'background', 'accent', 'orange', 'bolder', 'pressed'],
|
|
609
609
|
description: 'Pressed state of color.background.accent.orange.bolder.',
|
|
610
|
-
exampleValue: '#
|
|
610
|
+
exampleValue: '#7A3B00'
|
|
611
611
|
}, {
|
|
612
612
|
name: 'color.background.accent.yellow.subtlest',
|
|
613
613
|
path: ['color', 'background', 'accent', 'yellow', 'subtlest', '[default]'],
|
|
614
614
|
description: 'Use for yellow backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
615
|
-
exampleValue: '#
|
|
615
|
+
exampleValue: '#FEF7C8'
|
|
616
616
|
}, {
|
|
617
617
|
name: 'color.background.accent.yellow.subtlest.hovered',
|
|
618
618
|
path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'hovered'],
|
|
619
619
|
description: 'Hovered state of color.background.accent.yellow.subtlest.',
|
|
620
|
-
exampleValue: '#
|
|
620
|
+
exampleValue: '#F5E989'
|
|
621
621
|
}, {
|
|
622
622
|
name: 'color.background.accent.yellow.subtlest.pressed',
|
|
623
623
|
path: ['color', 'background', 'accent', 'yellow', 'subtlest', 'pressed'],
|
|
624
624
|
description: 'Pressed state of color.background.accent.yellow.subtlest.',
|
|
625
|
-
exampleValue: '#
|
|
625
|
+
exampleValue: '#EFDD4E'
|
|
626
626
|
}, {
|
|
627
627
|
name: 'color.background.accent.yellow.subtler',
|
|
628
628
|
path: ['color', 'background', 'accent', 'yellow', 'subtler', '[default]'],
|
|
629
629
|
description: 'Use for yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
630
|
-
exampleValue: '#
|
|
630
|
+
exampleValue: '#F5E989'
|
|
631
631
|
}, {
|
|
632
632
|
name: 'color.background.accent.yellow.subtler.hovered',
|
|
633
633
|
path: ['color', 'background', 'accent', 'yellow', 'subtler', 'hovered'],
|
|
634
634
|
description: 'Hovered state of color.background.accent.yellow.subtler.',
|
|
635
|
-
exampleValue: '#
|
|
635
|
+
exampleValue: '#EFDD4E'
|
|
636
636
|
}, {
|
|
637
637
|
name: 'color.background.accent.yellow.subtler.pressed',
|
|
638
638
|
path: ['color', 'background', 'accent', 'yellow', 'subtler', 'pressed'],
|
|
639
639
|
description: 'Pressed state of color.background.accent.yellow.subtler.',
|
|
640
|
-
exampleValue: '#
|
|
640
|
+
exampleValue: '#EED12B'
|
|
641
641
|
}, {
|
|
642
642
|
name: 'color.background.accent.yellow.subtle',
|
|
643
643
|
path: ['color', 'background', 'accent', 'yellow', 'subtle', '[default]'],
|
|
644
644
|
description: 'Use for vibrant yellow backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
645
|
-
exampleValue: '#
|
|
645
|
+
exampleValue: '#EED12B'
|
|
646
646
|
}, {
|
|
647
647
|
name: 'color.background.accent.yellow.subtle.hovered',
|
|
648
648
|
path: ['color', 'background', 'accent', 'yellow', 'subtle', 'hovered'],
|
|
649
649
|
description: 'Hovered state of color.background.accent.yellow.subtle.',
|
|
650
|
-
exampleValue: '#
|
|
650
|
+
exampleValue: '#DDB30E'
|
|
651
651
|
}, {
|
|
652
652
|
name: 'color.background.accent.yellow.subtle.pressed',
|
|
653
653
|
path: ['color', 'background', 'accent', 'yellow', 'subtle', 'pressed'],
|
|
654
654
|
description: 'Pressed state of color.background.accent.yellow.subtle.',
|
|
655
|
-
exampleValue: '#
|
|
655
|
+
exampleValue: '#EFDD4E'
|
|
656
656
|
}, {
|
|
657
657
|
name: 'color.background.accent.yellow.bolder',
|
|
658
658
|
path: ['color', 'background', 'accent', 'yellow', 'bolder', '[default]'],
|
|
@@ -667,7 +667,7 @@ var tokens = exports.tokens = [{
|
|
|
667
667
|
name: 'color.background.accent.yellow.bolder.pressed',
|
|
668
668
|
path: ['color', 'background', 'accent', 'yellow', 'bolder', 'pressed'],
|
|
669
669
|
description: 'Pressed state of color.background.accent.yellow.bolder.',
|
|
670
|
-
exampleValue: '#
|
|
670
|
+
exampleValue: '#614A05'
|
|
671
671
|
}, {
|
|
672
672
|
name: 'color.background.accent.green.subtlest',
|
|
673
673
|
path: ['color', 'background', 'accent', 'green', 'subtlest', '[default]'],
|
|
@@ -682,7 +682,7 @@ var tokens = exports.tokens = [{
|
|
|
682
682
|
name: 'color.background.accent.green.subtlest.pressed',
|
|
683
683
|
path: ['color', 'background', 'accent', 'green', 'subtlest', 'pressed'],
|
|
684
684
|
description: 'Pressed state of color.background.accent.green.subtlest.',
|
|
685
|
-
exampleValue: '#
|
|
685
|
+
exampleValue: '#97EDC9'
|
|
686
686
|
}, {
|
|
687
687
|
name: 'color.background.accent.green.subtler',
|
|
688
688
|
path: ['color', 'background', 'accent', 'green', 'subtler', '[default]'],
|
|
@@ -692,12 +692,12 @@ var tokens = exports.tokens = [{
|
|
|
692
692
|
name: 'color.background.accent.green.subtler.hovered',
|
|
693
693
|
path: ['color', 'background', 'accent', 'green', 'subtler', 'hovered'],
|
|
694
694
|
description: 'Hovered state of color.background.accent.green.subtler.',
|
|
695
|
-
exampleValue: '#
|
|
695
|
+
exampleValue: '#97EDC9'
|
|
696
696
|
}, {
|
|
697
697
|
name: 'color.background.accent.green.subtler.pressed',
|
|
698
698
|
path: ['color', 'background', 'accent', 'green', 'subtler', 'pressed'],
|
|
699
699
|
description: 'Pressed state of color.background.accent.green.subtler.',
|
|
700
|
-
exampleValue: '#
|
|
700
|
+
exampleValue: '#7EE2B8'
|
|
701
701
|
}, {
|
|
702
702
|
name: 'color.background.accent.green.subtle',
|
|
703
703
|
path: ['color', 'background', 'accent', 'green', 'subtle', '[default]'],
|
|
@@ -712,7 +712,7 @@ var tokens = exports.tokens = [{
|
|
|
712
712
|
name: 'color.background.accent.green.subtle.pressed',
|
|
713
713
|
path: ['color', 'background', 'accent', 'green', 'subtle', 'pressed'],
|
|
714
714
|
description: 'Pressed state of color.background.accent.green.subtle.',
|
|
715
|
-
exampleValue: '#
|
|
715
|
+
exampleValue: '#97EDC9'
|
|
716
716
|
}, {
|
|
717
717
|
name: 'color.background.accent.green.bolder',
|
|
718
718
|
path: ['color', 'background', 'accent', 'green', 'bolder', '[default]'],
|
|
@@ -727,7 +727,7 @@ var tokens = exports.tokens = [{
|
|
|
727
727
|
name: 'color.background.accent.green.bolder.pressed',
|
|
728
728
|
path: ['color', 'background', 'accent', 'green', 'bolder', 'pressed'],
|
|
729
729
|
description: 'Pressed state of color.background.accent.green.bolder.',
|
|
730
|
-
exampleValue: '#
|
|
730
|
+
exampleValue: '#19573D'
|
|
731
731
|
}, {
|
|
732
732
|
name: 'color.background.accent.teal.subtlest',
|
|
733
733
|
path: ['color', 'background', 'accent', 'teal', 'subtlest', '[default]'],
|
|
@@ -742,7 +742,7 @@ var tokens = exports.tokens = [{
|
|
|
742
742
|
name: 'color.background.accent.teal.subtlest.pressed',
|
|
743
743
|
path: ['color', 'background', 'accent', 'teal', 'subtlest', 'pressed'],
|
|
744
744
|
description: 'Pressed state of color.background.accent.teal.subtlest.',
|
|
745
|
-
exampleValue: '#
|
|
745
|
+
exampleValue: '#B1E4F7'
|
|
746
746
|
}, {
|
|
747
747
|
name: 'color.background.accent.teal.subtler',
|
|
748
748
|
path: ['color', 'background', 'accent', 'teal', 'subtler', '[default]'],
|
|
@@ -752,12 +752,12 @@ var tokens = exports.tokens = [{
|
|
|
752
752
|
name: 'color.background.accent.teal.subtler.hovered',
|
|
753
753
|
path: ['color', 'background', 'accent', 'teal', 'subtler', 'hovered'],
|
|
754
754
|
description: 'Hovered state of color.background.accent.teal.subtler.',
|
|
755
|
-
exampleValue: '#
|
|
755
|
+
exampleValue: '#B1E4F7'
|
|
756
756
|
}, {
|
|
757
757
|
name: 'color.background.accent.teal.subtler.pressed',
|
|
758
758
|
path: ['color', 'background', 'accent', 'teal', 'subtler', 'pressed'],
|
|
759
759
|
description: 'Pressed state of color.background.accent.teal.subtler.',
|
|
760
|
-
exampleValue: '#
|
|
760
|
+
exampleValue: '#9DD9EE'
|
|
761
761
|
}, {
|
|
762
762
|
name: 'color.background.accent.teal.subtle',
|
|
763
763
|
path: ['color', 'background', 'accent', 'teal', 'subtle', '[default]'],
|
|
@@ -772,7 +772,7 @@ var tokens = exports.tokens = [{
|
|
|
772
772
|
name: 'color.background.accent.teal.subtle.pressed',
|
|
773
773
|
path: ['color', 'background', 'accent', 'teal', 'subtle', 'pressed'],
|
|
774
774
|
description: 'Pressed state of color.background.accent.teal.subtle.',
|
|
775
|
-
exampleValue: '#
|
|
775
|
+
exampleValue: '#B1E4F7'
|
|
776
776
|
}, {
|
|
777
777
|
name: 'color.background.accent.teal.bolder',
|
|
778
778
|
path: ['color', 'background', 'accent', 'teal', 'bolder', '[default]'],
|
|
@@ -787,127 +787,127 @@ var tokens = exports.tokens = [{
|
|
|
787
787
|
name: 'color.background.accent.teal.bolder.pressed',
|
|
788
788
|
path: ['color', 'background', 'accent', 'teal', 'bolder', 'pressed'],
|
|
789
789
|
description: 'Pressed state of color.background.accent.teal.bolder.',
|
|
790
|
-
exampleValue: '#
|
|
790
|
+
exampleValue: '#1A5265'
|
|
791
791
|
}, {
|
|
792
792
|
name: 'color.background.accent.blue.subtlest',
|
|
793
793
|
path: ['color', 'background', 'accent', 'blue', 'subtlest', '[default]'],
|
|
794
794
|
description: 'Use for blue backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
795
|
-
exampleValue: '#
|
|
795
|
+
exampleValue: '#E9F2FE'
|
|
796
796
|
}, {
|
|
797
797
|
name: 'color.background.accent.blue.subtlest.hovered',
|
|
798
798
|
path: ['color', 'background', 'accent', 'blue', 'subtlest', 'hovered'],
|
|
799
799
|
description: 'Hovered state of color.background.accent.blue.subtlest.',
|
|
800
|
-
exampleValue: '#
|
|
800
|
+
exampleValue: '#CFE1FD'
|
|
801
801
|
}, {
|
|
802
802
|
name: 'color.background.accent.blue.subtlest.pressed',
|
|
803
803
|
path: ['color', 'background', 'accent', 'blue', 'subtlest', 'pressed'],
|
|
804
804
|
description: 'Pressed state of color.background.accent.blue.subtlest.',
|
|
805
|
-
exampleValue: '#
|
|
805
|
+
exampleValue: '#ADCBFB'
|
|
806
806
|
}, {
|
|
807
807
|
name: 'color.background.accent.blue.subtler',
|
|
808
808
|
path: ['color', 'background', 'accent', 'blue', 'subtler', '[default]'],
|
|
809
809
|
description: 'Use for blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
810
|
-
exampleValue: '#
|
|
810
|
+
exampleValue: '#CFE1FD'
|
|
811
811
|
}, {
|
|
812
812
|
name: 'color.background.accent.blue.subtler.hovered',
|
|
813
813
|
path: ['color', 'background', 'accent', 'blue', 'subtler', 'hovered'],
|
|
814
814
|
description: 'Hovered state of color.background.accent.blue.subtler.',
|
|
815
|
-
exampleValue: '#
|
|
815
|
+
exampleValue: '#ADCBFB'
|
|
816
816
|
}, {
|
|
817
817
|
name: 'color.background.accent.blue.subtler.pressed',
|
|
818
818
|
path: ['color', 'background', 'accent', 'blue', 'subtler', 'pressed'],
|
|
819
819
|
description: 'Pressed state of color.background.accent.blue.subtler.',
|
|
820
|
-
exampleValue: '#
|
|
820
|
+
exampleValue: '#8FB8F6'
|
|
821
821
|
}, {
|
|
822
822
|
name: 'color.background.accent.blue.subtle',
|
|
823
823
|
path: ['color', 'background', 'accent', 'blue', 'subtle', '[default]'],
|
|
824
824
|
description: 'Use for vibrant blue backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
825
|
-
exampleValue: '#
|
|
825
|
+
exampleValue: '#669DF1'
|
|
826
826
|
}, {
|
|
827
827
|
name: 'color.background.accent.blue.subtle.hovered',
|
|
828
828
|
path: ['color', 'background', 'accent', 'blue', 'subtle', 'hovered'],
|
|
829
829
|
description: 'Hovered state of color.background.accent.blue.subtle.',
|
|
830
|
-
exampleValue: '#
|
|
830
|
+
exampleValue: '#8FB8F6'
|
|
831
831
|
}, {
|
|
832
832
|
name: 'color.background.accent.blue.subtle.pressed',
|
|
833
833
|
path: ['color', 'background', 'accent', 'blue', 'subtle', 'pressed'],
|
|
834
834
|
description: 'Pressed state of color.background.accent.blue.subtle.',
|
|
835
|
-
exampleValue: '#
|
|
835
|
+
exampleValue: '#ADCBFB'
|
|
836
836
|
}, {
|
|
837
837
|
name: 'color.background.accent.blue.bolder',
|
|
838
838
|
path: ['color', 'background', 'accent', 'blue', 'bolder', '[default]'],
|
|
839
839
|
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.',
|
|
840
|
-
exampleValue: '#
|
|
840
|
+
exampleValue: '#1868DB'
|
|
841
841
|
}, {
|
|
842
842
|
name: 'color.background.accent.blue.bolder.hovered',
|
|
843
843
|
path: ['color', 'background', 'accent', 'blue', 'bolder', 'hovered'],
|
|
844
844
|
description: 'Hovered state of color.background.accent.blue.bolder.',
|
|
845
|
-
exampleValue: '#
|
|
845
|
+
exampleValue: '#1558BC'
|
|
846
846
|
}, {
|
|
847
847
|
name: 'color.background.accent.blue.bolder.pressed',
|
|
848
848
|
path: ['color', 'background', 'accent', 'blue', 'bolder', 'pressed'],
|
|
849
849
|
description: 'Pressed state of color.background.accent.blue.bolder.',
|
|
850
|
-
exampleValue: '#
|
|
850
|
+
exampleValue: '#144794'
|
|
851
851
|
}, {
|
|
852
852
|
name: 'color.background.accent.purple.subtlest',
|
|
853
853
|
path: ['color', 'background', 'accent', 'purple', 'subtlest', '[default]'],
|
|
854
854
|
description: 'Use for purple backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
855
|
-
exampleValue: '#
|
|
855
|
+
exampleValue: '#F8EEFE'
|
|
856
856
|
}, {
|
|
857
857
|
name: 'color.background.accent.purple.subtlest.hovered',
|
|
858
858
|
path: ['color', 'background', 'accent', 'purple', 'subtlest', 'hovered'],
|
|
859
859
|
description: 'Hovered state of color.background.accent.purple.subtlest.',
|
|
860
|
-
exampleValue: '#
|
|
860
|
+
exampleValue: '#EED7FC'
|
|
861
861
|
}, {
|
|
862
862
|
name: 'color.background.accent.purple.subtlest.pressed',
|
|
863
863
|
path: ['color', 'background', 'accent', 'purple', 'subtlest', 'pressed'],
|
|
864
864
|
description: 'Pressed state of color.background.accent.purple.subtlest.',
|
|
865
|
-
exampleValue: '#
|
|
865
|
+
exampleValue: '#E3BDFA'
|
|
866
866
|
}, {
|
|
867
867
|
name: 'color.background.accent.purple.subtler',
|
|
868
868
|
path: ['color', 'background', 'accent', 'purple', 'subtler', '[default]'],
|
|
869
869
|
description: 'Use for purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
870
|
-
exampleValue: '#
|
|
870
|
+
exampleValue: '#EED7FC'
|
|
871
871
|
}, {
|
|
872
872
|
name: 'color.background.accent.purple.subtler.hovered',
|
|
873
873
|
path: ['color', 'background', 'accent', 'purple', 'subtler', 'hovered'],
|
|
874
874
|
description: 'Hovered state of color.background.accent.purple.subtler.',
|
|
875
|
-
exampleValue: '#
|
|
875
|
+
exampleValue: '#E3BDFA'
|
|
876
876
|
}, {
|
|
877
877
|
name: 'color.background.accent.purple.subtler.pressed',
|
|
878
878
|
path: ['color', 'background', 'accent', 'purple', 'subtler', 'pressed'],
|
|
879
879
|
description: 'Pressed state of color.background.accent.purple.subtler.',
|
|
880
|
-
exampleValue: '#
|
|
880
|
+
exampleValue: '#D8A0F7'
|
|
881
881
|
}, {
|
|
882
882
|
name: 'color.background.accent.purple.subtle',
|
|
883
883
|
path: ['color', 'background', 'accent', 'purple', 'subtle', '[default]'],
|
|
884
884
|
description: 'Use for vibrant purple backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
885
|
-
exampleValue: '#
|
|
885
|
+
exampleValue: '#C97CF4'
|
|
886
886
|
}, {
|
|
887
887
|
name: 'color.background.accent.purple.subtle.hovered',
|
|
888
888
|
path: ['color', 'background', 'accent', 'purple', 'subtle', 'hovered'],
|
|
889
889
|
description: 'Hovered state of color.background.accent.purple.subtle.',
|
|
890
|
-
exampleValue: '#
|
|
890
|
+
exampleValue: '#D8A0F7'
|
|
891
891
|
}, {
|
|
892
892
|
name: 'color.background.accent.purple.subtle.pressed',
|
|
893
893
|
path: ['color', 'background', 'accent', 'purple', 'subtle', 'pressed'],
|
|
894
894
|
description: 'Pressed state of color.background.accent.purple.subtle.',
|
|
895
|
-
exampleValue: '#
|
|
895
|
+
exampleValue: '#E3BDFA'
|
|
896
896
|
}, {
|
|
897
897
|
name: 'color.background.accent.purple.bolder',
|
|
898
898
|
path: ['color', 'background', 'accent', 'purple', 'bolder', '[default]'],
|
|
899
899
|
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.',
|
|
900
|
-
exampleValue: '#
|
|
900
|
+
exampleValue: '#964AC0'
|
|
901
901
|
}, {
|
|
902
902
|
name: 'color.background.accent.purple.bolder.hovered',
|
|
903
903
|
path: ['color', 'background', 'accent', 'purple', 'bolder', 'hovered'],
|
|
904
904
|
description: 'Hovered state of color.background.accent.purple.bolder.',
|
|
905
|
-
exampleValue: '#
|
|
905
|
+
exampleValue: '#803FA5'
|
|
906
906
|
}, {
|
|
907
907
|
name: 'color.background.accent.purple.bolder.pressed',
|
|
908
908
|
path: ['color', 'background', 'accent', 'purple', 'bolder', 'pressed'],
|
|
909
909
|
description: 'Pressed state of color.background.accent.purple.bolder.',
|
|
910
|
-
exampleValue: '#
|
|
910
|
+
exampleValue: '#673286'
|
|
911
911
|
}, {
|
|
912
912
|
name: 'color.background.accent.magenta.subtlest',
|
|
913
913
|
path: ['color', 'background', 'accent', 'magenta', 'subtlest', '[default]'],
|
|
@@ -922,7 +922,7 @@ var tokens = exports.tokens = [{
|
|
|
922
922
|
name: 'color.background.accent.magenta.subtlest.pressed',
|
|
923
923
|
path: ['color', 'background', 'accent', 'magenta', 'subtlest', 'pressed'],
|
|
924
924
|
description: 'Pressed state of color.background.accent.magenta.subtlest.',
|
|
925
|
-
exampleValue: '#
|
|
925
|
+
exampleValue: '#FCB6E1'
|
|
926
926
|
}, {
|
|
927
927
|
name: 'color.background.accent.magenta.subtler',
|
|
928
928
|
path: ['color', 'background', 'accent', 'magenta', 'subtler', '[default]'],
|
|
@@ -932,12 +932,12 @@ var tokens = exports.tokens = [{
|
|
|
932
932
|
name: 'color.background.accent.magenta.subtler.hovered',
|
|
933
933
|
path: ['color', 'background', 'accent', 'magenta', 'subtler', 'hovered'],
|
|
934
934
|
description: 'Hovered state of color.background.accent.magenta.subtler.',
|
|
935
|
-
exampleValue: '#
|
|
935
|
+
exampleValue: '#FCB6E1'
|
|
936
936
|
}, {
|
|
937
937
|
name: 'color.background.accent.magenta.subtler.pressed',
|
|
938
938
|
path: ['color', 'background', 'accent', 'magenta', 'subtler', 'pressed'],
|
|
939
939
|
description: 'Pressed state of color.background.accent.magenta.subtler.',
|
|
940
|
-
exampleValue: '#
|
|
940
|
+
exampleValue: '#F797D2'
|
|
941
941
|
}, {
|
|
942
942
|
name: 'color.background.accent.magenta.subtle',
|
|
943
943
|
path: ['color', 'background', 'accent', 'magenta', 'subtle', '[default]'],
|
|
@@ -952,7 +952,7 @@ var tokens = exports.tokens = [{
|
|
|
952
952
|
name: 'color.background.accent.magenta.subtle.pressed',
|
|
953
953
|
path: ['color', 'background', 'accent', 'magenta', 'subtle', 'pressed'],
|
|
954
954
|
description: 'Pressed state of color.background.accent.magenta.subtle.',
|
|
955
|
-
exampleValue: '#
|
|
955
|
+
exampleValue: '#FCB6E1'
|
|
956
956
|
}, {
|
|
957
957
|
name: 'color.background.accent.magenta.bolder',
|
|
958
958
|
path: ['color', 'background', 'accent', 'magenta', 'bolder', '[default]'],
|
|
@@ -967,72 +967,72 @@ var tokens = exports.tokens = [{
|
|
|
967
967
|
name: 'color.background.accent.magenta.bolder.pressed',
|
|
968
968
|
path: ['color', 'background', 'accent', 'magenta', 'bolder', 'pressed'],
|
|
969
969
|
description: 'Pressed state of color.background.accent.magenta.bolder.',
|
|
970
|
-
exampleValue: '#
|
|
970
|
+
exampleValue: '#77325B'
|
|
971
971
|
}, {
|
|
972
972
|
name: 'color.background.accent.gray.subtlest',
|
|
973
973
|
path: ['color', 'background', 'accent', 'gray', 'subtlest', '[default]'],
|
|
974
974
|
description: 'Use for gray backgrounds when there is no meaning tied to the color. Reserved for when you only want a hint of color.',
|
|
975
|
-
exampleValue: '#
|
|
975
|
+
exampleValue: '#F0F1F2'
|
|
976
976
|
}, {
|
|
977
977
|
name: 'color.background.accent.gray.subtlest.hovered',
|
|
978
978
|
path: ['color', 'background', 'accent', 'gray', 'subtlest', 'hovered'],
|
|
979
979
|
description: 'Hovered state of color.background.accent.gray.subtlest.',
|
|
980
|
-
exampleValue: '#
|
|
980
|
+
exampleValue: '#DDDEE1'
|
|
981
981
|
}, {
|
|
982
982
|
name: 'color.background.accent.gray.subtlest.pressed',
|
|
983
983
|
path: ['color', 'background', 'accent', 'gray', 'subtlest', 'pressed'],
|
|
984
984
|
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
985
|
-
exampleValue: '#
|
|
985
|
+
exampleValue: '#B7B9BE'
|
|
986
986
|
}, {
|
|
987
987
|
name: 'color.background.accent.gray.subtler',
|
|
988
988
|
path: ['color', 'background', 'accent', 'gray', 'subtler', '[default]'],
|
|
989
989
|
description: 'Use for gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
990
|
-
exampleValue: '#
|
|
990
|
+
exampleValue: '#DDDEE1'
|
|
991
991
|
}, {
|
|
992
992
|
name: 'color.background.accent.gray.subtler.hovered',
|
|
993
993
|
path: ['color', 'background', 'accent', 'gray', 'subtler', 'hovered'],
|
|
994
994
|
description: 'Hovered state of color.background.accent.gray.subtler.',
|
|
995
|
-
exampleValue: '#
|
|
995
|
+
exampleValue: '#B7B9BE'
|
|
996
996
|
}, {
|
|
997
997
|
name: 'color.background.accent.gray.subtler.pressed',
|
|
998
998
|
path: ['color', 'background', 'accent', 'gray', 'subtler', 'pressed'],
|
|
999
999
|
description: 'Pressed state of color.background.accent.gray.subtler.',
|
|
1000
|
-
exampleValue: '#
|
|
1000
|
+
exampleValue: '#8C8F97'
|
|
1001
1001
|
}, {
|
|
1002
1002
|
name: 'color.background.accent.gray.subtle',
|
|
1003
1003
|
path: ['color', 'background', 'accent', 'gray', 'subtle', '[default]'],
|
|
1004
1004
|
description: 'Use for vibrant gray backgrounds when there is no meaning tied to the color, such as colored tags.',
|
|
1005
|
-
exampleValue: '#
|
|
1005
|
+
exampleValue: '#8C8F97'
|
|
1006
1006
|
}, {
|
|
1007
1007
|
name: 'color.background.accent.gray.subtle.hovered',
|
|
1008
1008
|
path: ['color', 'background', 'accent', 'gray', 'subtle', 'hovered'],
|
|
1009
1009
|
description: 'Hovered state of color.background.accent.gray.subtle.',
|
|
1010
|
-
exampleValue: '#
|
|
1010
|
+
exampleValue: '#B7B9BE'
|
|
1011
1011
|
}, {
|
|
1012
1012
|
name: 'color.background.accent.gray.subtle.pressed',
|
|
1013
1013
|
path: ['color', 'background', 'accent', 'gray', 'subtle', 'pressed'],
|
|
1014
1014
|
description: 'Pressed state of color.background.accent.gray.subtle.',
|
|
1015
|
-
exampleValue: '#
|
|
1015
|
+
exampleValue: '#DDDEE1'
|
|
1016
1016
|
}, {
|
|
1017
1017
|
name: 'color.background.accent.gray.bolder',
|
|
1018
1018
|
path: ['color', 'background', 'accent', 'gray', 'bolder', '[default]'],
|
|
1019
1019
|
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.',
|
|
1020
|
-
exampleValue: '#
|
|
1020
|
+
exampleValue: '#6B6E76'
|
|
1021
1021
|
}, {
|
|
1022
1022
|
name: 'color.background.accent.gray.bolder.hovered',
|
|
1023
1023
|
path: ['color', 'background', 'accent', 'gray', 'bolder', 'hovered'],
|
|
1024
1024
|
description: 'Hovered state of color.background.accent.gray.bolder.',
|
|
1025
|
-
exampleValue: '#
|
|
1025
|
+
exampleValue: '#505258'
|
|
1026
1026
|
}, {
|
|
1027
1027
|
name: 'color.background.accent.gray.bolder.pressed',
|
|
1028
1028
|
path: ['color', 'background', 'accent', 'gray', 'bolder', 'pressed'],
|
|
1029
1029
|
description: 'Pressed state of color.background.accent.gray.subtlest.',
|
|
1030
|
-
exampleValue: '#
|
|
1030
|
+
exampleValue: '#3B3D42'
|
|
1031
1031
|
}, {
|
|
1032
1032
|
name: 'color.background.disabled',
|
|
1033
1033
|
path: ['color', 'background', 'disabled'],
|
|
1034
1034
|
description: 'Use for backgrounds of elements in a disabled state.',
|
|
1035
|
-
exampleValue: '#
|
|
1035
|
+
exampleValue: '#17171708'
|
|
1036
1036
|
}, {
|
|
1037
1037
|
name: 'color.background.input',
|
|
1038
1038
|
path: ['color', 'background', 'input', '[default]'],
|
|
@@ -1042,7 +1042,7 @@ var tokens = exports.tokens = [{
|
|
|
1042
1042
|
name: 'color.background.input.hovered',
|
|
1043
1043
|
path: ['color', 'background', 'input', 'hovered'],
|
|
1044
1044
|
description: 'Hovered state for color.background.input',
|
|
1045
|
-
exampleValue: '#
|
|
1045
|
+
exampleValue: '#F8F8F8'
|
|
1046
1046
|
}, {
|
|
1047
1047
|
name: 'color.background.input.pressed',
|
|
1048
1048
|
path: ['color', 'background', 'input', 'pressed'],
|
|
@@ -1067,17 +1067,17 @@ var tokens = exports.tokens = [{
|
|
|
1067
1067
|
name: 'color.background.neutral',
|
|
1068
1068
|
path: ['color', 'background', 'neutral', '[default]', '[default]'],
|
|
1069
1069
|
description: 'The default background for neutral elements, such as default buttons.',
|
|
1070
|
-
exampleValue: '#
|
|
1070
|
+
exampleValue: '#0515240F'
|
|
1071
1071
|
}, {
|
|
1072
1072
|
name: 'color.background.neutral.hovered',
|
|
1073
1073
|
path: ['color', 'background', 'neutral', '[default]', 'hovered'],
|
|
1074
1074
|
description: 'Hovered state for color.background.neutral',
|
|
1075
|
-
exampleValue: '#
|
|
1075
|
+
exampleValue: '#0B120E24'
|
|
1076
1076
|
}, {
|
|
1077
1077
|
name: 'color.background.neutral.pressed',
|
|
1078
1078
|
path: ['color', 'background', 'neutral', '[default]', 'pressed'],
|
|
1079
1079
|
description: 'Pressed state for color.background.neutral',
|
|
1080
|
-
exampleValue: '#
|
|
1080
|
+
exampleValue: '#080F214A'
|
|
1081
1081
|
}, {
|
|
1082
1082
|
name: 'color.background.neutral.subtle',
|
|
1083
1083
|
path: ['color', 'background', 'neutral', 'subtle', '[default]'],
|
|
@@ -1087,102 +1087,102 @@ var tokens = exports.tokens = [{
|
|
|
1087
1087
|
name: 'color.background.neutral.subtle.hovered',
|
|
1088
1088
|
path: ['color', 'background', 'neutral', 'subtle', 'hovered'],
|
|
1089
1089
|
description: 'Hovered state for color.background.neutral.subtle',
|
|
1090
|
-
exampleValue: '#
|
|
1090
|
+
exampleValue: '#0515240F'
|
|
1091
1091
|
}, {
|
|
1092
1092
|
name: 'color.background.neutral.subtle.pressed',
|
|
1093
1093
|
path: ['color', 'background', 'neutral', 'subtle', 'pressed'],
|
|
1094
1094
|
description: 'Pressed state for color.background.neutral.subtle',
|
|
1095
|
-
exampleValue: '#
|
|
1095
|
+
exampleValue: '#0B120E24'
|
|
1096
1096
|
}, {
|
|
1097
1097
|
name: 'color.background.neutral.bold',
|
|
1098
1098
|
path: ['color', 'background', 'neutral', 'bold', '[default]'],
|
|
1099
1099
|
description: 'A vibrant background option for neutral UI elements, such as announcement banners.',
|
|
1100
|
-
exampleValue: '#
|
|
1100
|
+
exampleValue: '#292A2E'
|
|
1101
1101
|
}, {
|
|
1102
1102
|
name: 'color.background.neutral.bold.hovered',
|
|
1103
1103
|
path: ['color', 'background', 'neutral', 'bold', 'hovered'],
|
|
1104
1104
|
description: 'Hovered state of color.background.neutral.bold',
|
|
1105
|
-
exampleValue: '#
|
|
1105
|
+
exampleValue: '#3B3D42'
|
|
1106
1106
|
}, {
|
|
1107
1107
|
name: 'color.background.neutral.bold.pressed',
|
|
1108
1108
|
path: ['color', 'background', 'neutral', 'bold', 'pressed'],
|
|
1109
1109
|
description: 'Pressed state of color.background.neutral.bold',
|
|
1110
|
-
exampleValue: '#
|
|
1110
|
+
exampleValue: '#505258'
|
|
1111
1111
|
}, {
|
|
1112
1112
|
name: 'color.background.selected',
|
|
1113
1113
|
path: ['color', 'background', 'selected', '[default]', '[default]'],
|
|
1114
1114
|
description: 'Use for the background of elements in a selected state, such as in opened dropdown buttons.',
|
|
1115
|
-
exampleValue: '#
|
|
1115
|
+
exampleValue: '#E9F2FE'
|
|
1116
1116
|
}, {
|
|
1117
1117
|
name: 'color.background.selected.hovered',
|
|
1118
1118
|
path: ['color', 'background', 'selected', '[default]', 'hovered'],
|
|
1119
1119
|
description: 'Hovered state for color.background.selected',
|
|
1120
|
-
exampleValue: '#
|
|
1120
|
+
exampleValue: '#CFE1FD'
|
|
1121
1121
|
}, {
|
|
1122
1122
|
name: 'color.background.selected.pressed',
|
|
1123
1123
|
path: ['color', 'background', 'selected', '[default]', 'pressed'],
|
|
1124
1124
|
description: 'Pressed state for color.background.selected',
|
|
1125
|
-
exampleValue: '#
|
|
1125
|
+
exampleValue: '#8FB8F6'
|
|
1126
1126
|
}, {
|
|
1127
1127
|
name: 'color.background.selected.bold',
|
|
1128
1128
|
path: ['color', 'background', 'selected', 'bold', '[default]'],
|
|
1129
1129
|
description: 'Use for the backgrounds of elements in a selected state, such as checkboxes and radio buttons.',
|
|
1130
|
-
exampleValue: '#
|
|
1130
|
+
exampleValue: '#1868DB'
|
|
1131
1131
|
}, {
|
|
1132
1132
|
name: 'color.background.selected.bold.hovered',
|
|
1133
1133
|
path: ['color', 'background', 'selected', 'bold', 'hovered'],
|
|
1134
1134
|
description: 'Hovered state of color.background.selected.bold',
|
|
1135
|
-
exampleValue: '#
|
|
1135
|
+
exampleValue: '#1558BC'
|
|
1136
1136
|
}, {
|
|
1137
1137
|
name: 'color.background.selected.bold.pressed',
|
|
1138
1138
|
path: ['color', 'background', 'selected', 'bold', 'pressed'],
|
|
1139
1139
|
description: 'Pressed state of color.background.selected.bold',
|
|
1140
|
-
exampleValue: '#
|
|
1140
|
+
exampleValue: '#123263'
|
|
1141
1141
|
}, {
|
|
1142
1142
|
name: 'color.background.brand.subtlest',
|
|
1143
1143
|
path: ['color', 'background', 'brand', 'subtlest', '[default]'],
|
|
1144
1144
|
description: 'Use for the background of elements used to reinforce our brand, but with less emphasis.',
|
|
1145
|
-
exampleValue: '#
|
|
1145
|
+
exampleValue: '#E9F2FE'
|
|
1146
1146
|
}, {
|
|
1147
1147
|
name: 'color.background.brand.subtlest.hovered',
|
|
1148
1148
|
path: ['color', 'background', 'brand', 'subtlest', 'hovered'],
|
|
1149
1149
|
description: 'Hovered state of color.background.brand.subtlest.',
|
|
1150
|
-
exampleValue: '#
|
|
1150
|
+
exampleValue: '#CFE1FD'
|
|
1151
1151
|
}, {
|
|
1152
1152
|
name: 'color.background.brand.subtlest.pressed',
|
|
1153
1153
|
path: ['color', 'background', 'brand', 'subtlest', 'pressed'],
|
|
1154
1154
|
description: 'Pressed state of color.background.brand.subtlest',
|
|
1155
|
-
exampleValue: '#
|
|
1155
|
+
exampleValue: '#ADCBFB'
|
|
1156
1156
|
}, {
|
|
1157
1157
|
name: 'color.background.brand.bold',
|
|
1158
1158
|
path: ['color', 'background', 'brand', 'bold', '[default]'],
|
|
1159
1159
|
description: 'Use for the background of elements used to reinforce our brand, but with more emphasis.',
|
|
1160
|
-
exampleValue: '#
|
|
1160
|
+
exampleValue: '#1868DB'
|
|
1161
1161
|
}, {
|
|
1162
1162
|
name: 'color.background.brand.bold.hovered',
|
|
1163
1163
|
path: ['color', 'background', 'brand', 'bold', 'hovered'],
|
|
1164
1164
|
description: 'Hovered state of color.background.brand.bold.',
|
|
1165
|
-
exampleValue: '#
|
|
1165
|
+
exampleValue: '#1558BC'
|
|
1166
1166
|
}, {
|
|
1167
1167
|
name: 'color.background.brand.bold.pressed',
|
|
1168
1168
|
path: ['color', 'background', 'brand', 'bold', 'pressed'],
|
|
1169
1169
|
description: 'Pressed state of color.background.brand.bold.',
|
|
1170
|
-
exampleValue: '#
|
|
1170
|
+
exampleValue: '#144794'
|
|
1171
1171
|
}, {
|
|
1172
1172
|
name: 'color.background.brand.boldest',
|
|
1173
1173
|
path: ['color', 'background', 'brand', 'boldest', '[default]'],
|
|
1174
1174
|
description: 'Use for the background of elements used to reinforce our brand, that need to stand out a lot.',
|
|
1175
|
-
exampleValue: '#
|
|
1175
|
+
exampleValue: '#1C2B42'
|
|
1176
1176
|
}, {
|
|
1177
1177
|
name: 'color.background.brand.boldest.hovered',
|
|
1178
1178
|
path: ['color', 'background', 'brand', 'boldest', 'hovered'],
|
|
1179
1179
|
description: 'Hovered state of color.background.brand.boldest.',
|
|
1180
|
-
exampleValue: '#
|
|
1180
|
+
exampleValue: '#123263'
|
|
1181
1181
|
}, {
|
|
1182
1182
|
name: 'color.background.brand.boldest.pressed',
|
|
1183
1183
|
path: ['color', 'background', 'brand', 'boldest', 'pressed'],
|
|
1184
1184
|
description: 'Pressed state of color.background.brand.boldest.',
|
|
1185
|
-
exampleValue: '#
|
|
1185
|
+
exampleValue: '#144794'
|
|
1186
1186
|
}, {
|
|
1187
1187
|
name: 'color.background.danger',
|
|
1188
1188
|
path: ['color', 'background', 'danger', '[default]', '[default]'],
|
|
@@ -1197,7 +1197,7 @@ var tokens = exports.tokens = [{
|
|
|
1197
1197
|
name: 'color.background.danger.pressed',
|
|
1198
1198
|
path: ['color', 'background', 'danger', '[default]', 'pressed'],
|
|
1199
1199
|
description: 'Pressed state for color.background.danger',
|
|
1200
|
-
exampleValue: '#
|
|
1200
|
+
exampleValue: '#FFB8B2'
|
|
1201
1201
|
}, {
|
|
1202
1202
|
name: 'color.background.danger.bold',
|
|
1203
1203
|
path: ['color', 'background', 'danger', 'bold', '[default]'],
|
|
@@ -1212,132 +1212,132 @@ var tokens = exports.tokens = [{
|
|
|
1212
1212
|
name: 'color.background.danger.bold.pressed',
|
|
1213
1213
|
path: ['color', 'background', 'danger', 'bold', 'pressed'],
|
|
1214
1214
|
description: 'Pressed state of color.background.danger.bold',
|
|
1215
|
-
exampleValue: '#
|
|
1215
|
+
exampleValue: '#872821'
|
|
1216
1216
|
}, {
|
|
1217
1217
|
name: 'color.background.warning',
|
|
1218
1218
|
path: ['color', 'background', 'warning', '[default]', '[default]'],
|
|
1219
1219
|
description: 'Use for backgrounds communicating caution, such as in warning section messages.',
|
|
1220
|
-
exampleValue: '#
|
|
1220
|
+
exampleValue: '#FFF5DB'
|
|
1221
1221
|
}, {
|
|
1222
1222
|
name: 'color.background.warning.hovered',
|
|
1223
1223
|
path: ['color', 'background', 'warning', '[default]', 'hovered'],
|
|
1224
1224
|
description: 'Hovered state for color.background.warning',
|
|
1225
|
-
exampleValue: '#
|
|
1225
|
+
exampleValue: '#FCE4A6'
|
|
1226
1226
|
}, {
|
|
1227
1227
|
name: 'color.background.warning.pressed',
|
|
1228
1228
|
path: ['color', 'background', 'warning', '[default]', 'pressed'],
|
|
1229
1229
|
description: 'Pressed state for color.background.warning',
|
|
1230
|
-
exampleValue: '#
|
|
1230
|
+
exampleValue: '#FBD779'
|
|
1231
1231
|
}, {
|
|
1232
1232
|
name: 'color.background.warning.bold',
|
|
1233
1233
|
path: ['color', 'background', 'warning', 'bold', '[default]'],
|
|
1234
1234
|
description: 'A vibrant background option for communicating caution, such as in warning buttons and warning banners.',
|
|
1235
|
-
exampleValue: '#
|
|
1235
|
+
exampleValue: '#FBC828'
|
|
1236
1236
|
}, {
|
|
1237
1237
|
name: 'color.background.warning.bold.hovered',
|
|
1238
1238
|
path: ['color', 'background', 'warning', 'bold', 'hovered'],
|
|
1239
1239
|
description: 'Hovered state of color.background.warning.bold',
|
|
1240
|
-
exampleValue: '#
|
|
1240
|
+
exampleValue: '#FCA700'
|
|
1241
1241
|
}, {
|
|
1242
1242
|
name: 'color.background.warning.bold.pressed',
|
|
1243
1243
|
path: ['color', 'background', 'warning', 'bold', 'pressed'],
|
|
1244
1244
|
description: 'Pressed state of color.background.warning.bold',
|
|
1245
|
-
exampleValue: '#
|
|
1245
|
+
exampleValue: '#F68909'
|
|
1246
1246
|
}, {
|
|
1247
1247
|
name: 'color.background.success',
|
|
1248
1248
|
path: ['color', 'background', 'success', '[default]', '[default]'],
|
|
1249
1249
|
description: 'Use for backgrounds communicating a favorable outcome, such as in success section messages.',
|
|
1250
|
-
exampleValue: '#
|
|
1250
|
+
exampleValue: '#EFFFD6'
|
|
1251
1251
|
}, {
|
|
1252
1252
|
name: 'color.background.success.hovered',
|
|
1253
1253
|
path: ['color', 'background', 'success', '[default]', 'hovered'],
|
|
1254
1254
|
description: 'Hovered state for color.background.success',
|
|
1255
|
-
exampleValue: '#
|
|
1255
|
+
exampleValue: '#D3F1A7'
|
|
1256
1256
|
}, {
|
|
1257
1257
|
name: 'color.background.success.pressed',
|
|
1258
1258
|
path: ['color', 'background', 'success', '[default]', 'pressed'],
|
|
1259
1259
|
description: 'Pressed state for color.background.success',
|
|
1260
|
-
exampleValue: '#
|
|
1260
|
+
exampleValue: '#BDE97C'
|
|
1261
1261
|
}, {
|
|
1262
1262
|
name: 'color.background.success.bold',
|
|
1263
1263
|
path: ['color', 'background', 'success', 'bold', '[default]'],
|
|
1264
1264
|
description: 'A vibrant background option for communicating a favorable outcome, such as in checked toggles.',
|
|
1265
|
-
exampleValue: '#
|
|
1265
|
+
exampleValue: '#5B7F24'
|
|
1266
1266
|
}, {
|
|
1267
1267
|
name: 'color.background.success.bold.hovered',
|
|
1268
1268
|
path: ['color', 'background', 'success', 'bold', 'hovered'],
|
|
1269
1269
|
description: 'Hovered state of color.background.success.bold',
|
|
1270
|
-
exampleValue: '#
|
|
1270
|
+
exampleValue: '#4C6B1F'
|
|
1271
1271
|
}, {
|
|
1272
1272
|
name: 'color.background.success.bold.pressed',
|
|
1273
1273
|
path: ['color', 'background', 'success', 'bold', 'pressed'],
|
|
1274
1274
|
description: 'Pressed state of color.background.success.bold',
|
|
1275
|
-
exampleValue: '#
|
|
1275
|
+
exampleValue: '#3F5224'
|
|
1276
1276
|
}, {
|
|
1277
1277
|
name: 'color.background.discovery',
|
|
1278
1278
|
path: ['color', 'background', 'discovery', '[default]', '[default]'],
|
|
1279
1279
|
description: 'Use for backgrounds communicating change or something new, such as in discovery section messages.',
|
|
1280
|
-
exampleValue: '#
|
|
1280
|
+
exampleValue: '#F8EEFE'
|
|
1281
1281
|
}, {
|
|
1282
1282
|
name: 'color.background.discovery.hovered',
|
|
1283
1283
|
path: ['color', 'background', 'discovery', '[default]', 'hovered'],
|
|
1284
1284
|
description: 'Hover state for color.background.discovery',
|
|
1285
|
-
exampleValue: '#
|
|
1285
|
+
exampleValue: '#EED7FC'
|
|
1286
1286
|
}, {
|
|
1287
1287
|
name: 'color.background.discovery.pressed',
|
|
1288
1288
|
path: ['color', 'background', 'discovery', '[default]', 'pressed'],
|
|
1289
1289
|
description: 'Pressed state for color.background.discovery',
|
|
1290
|
-
exampleValue: '#
|
|
1290
|
+
exampleValue: '#E3BDFA'
|
|
1291
1291
|
}, {
|
|
1292
1292
|
name: 'color.background.discovery.bold',
|
|
1293
1293
|
path: ['color', 'background', 'discovery', 'bold', '[default]'],
|
|
1294
1294
|
description: 'A vibrant background option communicating change or something new, such as in onboarding spotlights.',
|
|
1295
|
-
exampleValue: '#
|
|
1295
|
+
exampleValue: '#964AC0'
|
|
1296
1296
|
}, {
|
|
1297
1297
|
name: 'color.background.discovery.bold.hovered',
|
|
1298
1298
|
path: ['color', 'background', 'discovery', 'bold', 'hovered'],
|
|
1299
1299
|
description: 'Hovered state of color.background.discovery.bold',
|
|
1300
|
-
exampleValue: '#
|
|
1300
|
+
exampleValue: '#803FA5'
|
|
1301
1301
|
}, {
|
|
1302
1302
|
name: 'color.background.discovery.bold.pressed',
|
|
1303
1303
|
path: ['color', 'background', 'discovery', 'bold', 'pressed'],
|
|
1304
1304
|
description: 'Pressed state of color.background.discovery.bold',
|
|
1305
|
-
exampleValue: '#
|
|
1305
|
+
exampleValue: '#673286'
|
|
1306
1306
|
}, {
|
|
1307
1307
|
name: 'color.background.information',
|
|
1308
1308
|
path: ['color', 'background', 'information', '[default]', '[default]'],
|
|
1309
1309
|
description: 'Use for backgrounds communicating information or something in-progress, such as in information section messages.',
|
|
1310
|
-
exampleValue: '#
|
|
1310
|
+
exampleValue: '#E9F2FE'
|
|
1311
1311
|
}, {
|
|
1312
1312
|
name: 'color.background.information.hovered',
|
|
1313
1313
|
path: ['color', 'background', 'information', '[default]', 'hovered'],
|
|
1314
1314
|
description: 'Hovered state of color.background.information',
|
|
1315
|
-
exampleValue: '#
|
|
1315
|
+
exampleValue: '#CFE1FD'
|
|
1316
1316
|
}, {
|
|
1317
1317
|
name: 'color.background.information.pressed',
|
|
1318
1318
|
path: ['color', 'background', 'information', '[default]', 'pressed'],
|
|
1319
1319
|
description: 'Pressed state of color.background.information',
|
|
1320
|
-
exampleValue: '#
|
|
1320
|
+
exampleValue: '#ADCBFB'
|
|
1321
1321
|
}, {
|
|
1322
1322
|
name: 'color.background.information.bold',
|
|
1323
1323
|
path: ['color', 'background', 'information', 'bold', '[default]'],
|
|
1324
1324
|
description: 'A vibrant background option for communicating information or something in-progress.',
|
|
1325
|
-
exampleValue: '#
|
|
1325
|
+
exampleValue: '#1868DB'
|
|
1326
1326
|
}, {
|
|
1327
1327
|
name: 'color.background.information.bold.hovered',
|
|
1328
1328
|
path: ['color', 'background', 'information', 'bold', 'hovered'],
|
|
1329
1329
|
description: 'Hovered state of color.background.information.bold',
|
|
1330
|
-
exampleValue: '#
|
|
1330
|
+
exampleValue: '#1558BC'
|
|
1331
1331
|
}, {
|
|
1332
1332
|
name: 'color.background.information.bold.pressed',
|
|
1333
1333
|
path: ['color', 'background', 'information', 'bold', 'pressed'],
|
|
1334
1334
|
description: 'Pressed state of color.background.information.bold',
|
|
1335
|
-
exampleValue: '#
|
|
1335
|
+
exampleValue: '#144794'
|
|
1336
1336
|
}, {
|
|
1337
1337
|
name: 'color.blanket',
|
|
1338
1338
|
path: ['color', 'blanket', '[default]'],
|
|
1339
1339
|
description: 'Use for the screen overlay that appears with modal dialogs',
|
|
1340
|
-
exampleValue: '#
|
|
1340
|
+
exampleValue: '#050C1F75'
|
|
1341
1341
|
}, {
|
|
1342
1342
|
name: 'color.blanket.selected',
|
|
1343
1343
|
path: ['color', 'blanket', 'selected'],
|
|
@@ -1362,92 +1362,92 @@ var tokens = exports.tokens = [{
|
|
|
1362
1362
|
name: 'color.skeleton',
|
|
1363
1363
|
path: ['color', 'skeleton', '[default]'],
|
|
1364
1364
|
description: 'Use for skeleton loading states',
|
|
1365
|
-
exampleValue: '#
|
|
1365
|
+
exampleValue: '#0515240F'
|
|
1366
1366
|
}, {
|
|
1367
1367
|
name: 'color.skeleton.subtle',
|
|
1368
1368
|
path: ['color', 'skeleton', 'subtle'],
|
|
1369
1369
|
description: 'Use for the pulse or shimmer effect in skeleton loading states',
|
|
1370
|
-
exampleValue: '#
|
|
1370
|
+
exampleValue: '#17171708'
|
|
1371
1371
|
}, {
|
|
1372
1372
|
name: 'color.chart.categorical.1',
|
|
1373
1373
|
path: ['color', 'chart', 'categorical', '1', '[default]'],
|
|
1374
1374
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1375
|
-
exampleValue: '#
|
|
1375
|
+
exampleValue: '#357DE8'
|
|
1376
1376
|
}, {
|
|
1377
1377
|
name: 'color.chart.categorical.1.hovered',
|
|
1378
1378
|
path: ['color', 'chart', 'categorical', '1', 'hovered'],
|
|
1379
1379
|
description: 'Hovered state of color.chart.categorical.1.',
|
|
1380
|
-
exampleValue: '#
|
|
1380
|
+
exampleValue: '#1868DB'
|
|
1381
1381
|
}, {
|
|
1382
1382
|
name: 'color.chart.categorical.2',
|
|
1383
1383
|
path: ['color', 'chart', 'categorical', '2', '[default]'],
|
|
1384
1384
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1385
|
-
exampleValue: '#
|
|
1385
|
+
exampleValue: '#82B536'
|
|
1386
1386
|
}, {
|
|
1387
1387
|
name: 'color.chart.categorical.2.hovered',
|
|
1388
1388
|
path: ['color', 'chart', 'categorical', '2', 'hovered'],
|
|
1389
1389
|
description: 'Hovered state of color.chart.categorical.2.',
|
|
1390
|
-
exampleValue: '#
|
|
1390
|
+
exampleValue: '#6A9A23'
|
|
1391
1391
|
}, {
|
|
1392
1392
|
name: 'color.chart.categorical.3',
|
|
1393
1393
|
path: ['color', 'chart', 'categorical', '3', '[default]'],
|
|
1394
1394
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1395
|
-
exampleValue: '#
|
|
1395
|
+
exampleValue: '#BF63F3'
|
|
1396
1396
|
}, {
|
|
1397
1397
|
name: 'color.chart.categorical.3.hovered',
|
|
1398
1398
|
path: ['color', 'chart', 'categorical', '3', 'hovered'],
|
|
1399
1399
|
description: 'Hovered state of color.chart.categorical.3.',
|
|
1400
|
-
exampleValue: '#
|
|
1400
|
+
exampleValue: '#AF59E1'
|
|
1401
1401
|
}, {
|
|
1402
1402
|
name: 'color.chart.categorical.4',
|
|
1403
1403
|
path: ['color', 'chart', 'categorical', '4', '[default]'],
|
|
1404
1404
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1405
|
-
exampleValue: '#
|
|
1405
|
+
exampleValue: '#F68909'
|
|
1406
1406
|
}, {
|
|
1407
1407
|
name: 'color.chart.categorical.4.hovered',
|
|
1408
1408
|
path: ['color', 'chart', 'categorical', '4', 'hovered'],
|
|
1409
1409
|
description: 'Hovered state of color.chart.categorical.4.',
|
|
1410
|
-
exampleValue: '#
|
|
1410
|
+
exampleValue: '#E06C00'
|
|
1411
1411
|
}, {
|
|
1412
1412
|
name: 'color.chart.categorical.5',
|
|
1413
1413
|
path: ['color', 'chart', 'categorical', '5', '[default]'],
|
|
1414
1414
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1415
|
-
exampleValue: '#
|
|
1415
|
+
exampleValue: '#1558BC'
|
|
1416
1416
|
}, {
|
|
1417
1417
|
name: 'color.chart.categorical.5.hovered',
|
|
1418
1418
|
path: ['color', 'chart', 'categorical', '5', 'hovered'],
|
|
1419
1419
|
description: 'Hovered state of color.chart.categorical.5.',
|
|
1420
|
-
exampleValue: '#
|
|
1420
|
+
exampleValue: '#123263'
|
|
1421
1421
|
}, {
|
|
1422
1422
|
name: 'color.chart.categorical.6',
|
|
1423
1423
|
path: ['color', 'chart', 'categorical', '6', '[default]'],
|
|
1424
1424
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1425
|
-
exampleValue: '#
|
|
1425
|
+
exampleValue: '#964AC0'
|
|
1426
1426
|
}, {
|
|
1427
1427
|
name: 'color.chart.categorical.6.hovered',
|
|
1428
1428
|
path: ['color', 'chart', 'categorical', '6', 'hovered'],
|
|
1429
1429
|
description: 'Hovered state of color.chart.categorical.6.',
|
|
1430
|
-
exampleValue: '#
|
|
1430
|
+
exampleValue: '#803FA5'
|
|
1431
1431
|
}, {
|
|
1432
1432
|
name: 'color.chart.categorical.7',
|
|
1433
1433
|
path: ['color', 'chart', 'categorical', '7', '[default]'],
|
|
1434
1434
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1435
|
-
exampleValue: '#
|
|
1435
|
+
exampleValue: '#42B2D7'
|
|
1436
1436
|
}, {
|
|
1437
1437
|
name: 'color.chart.categorical.7.hovered',
|
|
1438
1438
|
path: ['color', 'chart', 'categorical', '7', 'hovered'],
|
|
1439
1439
|
description: 'Hovered state of color.chart.categorical.7.',
|
|
1440
|
-
exampleValue: '#
|
|
1440
|
+
exampleValue: '#2898BD'
|
|
1441
1441
|
}, {
|
|
1442
1442
|
name: 'color.chart.categorical.8',
|
|
1443
1443
|
path: ['color', 'chart', 'categorical', '8', '[default]'],
|
|
1444
1444
|
description: 'For data visualisation only. Follow numbered sequence.',
|
|
1445
|
-
exampleValue: '#
|
|
1445
|
+
exampleValue: '#BD5B00'
|
|
1446
1446
|
}, {
|
|
1447
1447
|
name: 'color.chart.categorical.8.hovered',
|
|
1448
1448
|
path: ['color', 'chart', 'categorical', '8', 'hovered'],
|
|
1449
1449
|
description: 'Hovered state of color.chart.categorical.8.',
|
|
1450
|
-
exampleValue: '#
|
|
1450
|
+
exampleValue: '#7A3B00'
|
|
1451
1451
|
}, {
|
|
1452
1452
|
name: 'color.chart.lime.bold',
|
|
1453
1453
|
path: ['color', 'chart', 'lime', 'bold', '[default]'],
|
|
@@ -1482,12 +1482,12 @@ var tokens = exports.tokens = [{
|
|
|
1482
1482
|
name: 'color.chart.neutral',
|
|
1483
1483
|
path: ['color', 'chart', 'neutral', '[default]'],
|
|
1484
1484
|
description: "A secondary color for data visualisation or to communicate 'to-do' statues.",
|
|
1485
|
-
exampleValue: '#
|
|
1485
|
+
exampleValue: '#8C8F97'
|
|
1486
1486
|
}, {
|
|
1487
1487
|
name: 'color.chart.neutral.hovered',
|
|
1488
1488
|
path: ['color', 'chart', 'neutral', 'hovered'],
|
|
1489
1489
|
description: 'Hovered state of color.chart.neutral.',
|
|
1490
|
-
exampleValue: '#
|
|
1490
|
+
exampleValue: '#7D818A'
|
|
1491
1491
|
}, {
|
|
1492
1492
|
name: 'color.chart.red.bold',
|
|
1493
1493
|
path: ['color', 'chart', 'red', 'bold', '[default]'],
|
|
@@ -1522,32 +1522,32 @@ var tokens = exports.tokens = [{
|
|
|
1522
1522
|
name: 'color.chart.orange.bold',
|
|
1523
1523
|
path: ['color', 'chart', 'orange', 'bold', '[default]'],
|
|
1524
1524
|
description: 'For data visualisation only.',
|
|
1525
|
-
exampleValue: '#
|
|
1525
|
+
exampleValue: '#E06C00'
|
|
1526
1526
|
}, {
|
|
1527
1527
|
name: 'color.chart.orange.bold.hovered',
|
|
1528
1528
|
path: ['color', 'chart', 'orange', 'bold', 'hovered'],
|
|
1529
1529
|
description: 'Hovered state of color.chart.orange.bold.',
|
|
1530
|
-
exampleValue: '#
|
|
1530
|
+
exampleValue: '#BD5B00'
|
|
1531
1531
|
}, {
|
|
1532
1532
|
name: 'color.chart.orange.bolder',
|
|
1533
1533
|
path: ['color', 'chart', 'orange', 'bolder', '[default]'],
|
|
1534
1534
|
description: 'For data visualisation only.',
|
|
1535
|
-
exampleValue: '#
|
|
1535
|
+
exampleValue: '#BD5B00'
|
|
1536
1536
|
}, {
|
|
1537
1537
|
name: 'color.chart.orange.bolder.hovered',
|
|
1538
1538
|
path: ['color', 'chart', 'orange', 'bolder', 'hovered'],
|
|
1539
1539
|
description: 'Hovered state of color.chart.orange.bolder.',
|
|
1540
|
-
exampleValue: '#
|
|
1540
|
+
exampleValue: '#9E4C00'
|
|
1541
1541
|
}, {
|
|
1542
1542
|
name: 'color.chart.orange.boldest',
|
|
1543
1543
|
path: ['color', 'chart', 'orange', 'boldest', '[default]'],
|
|
1544
1544
|
description: 'For data visualisation only.',
|
|
1545
|
-
exampleValue: '#
|
|
1545
|
+
exampleValue: '#7A3B00'
|
|
1546
1546
|
}, {
|
|
1547
1547
|
name: 'color.chart.orange.boldest.hovered',
|
|
1548
1548
|
path: ['color', 'chart', 'orange', 'boldest', 'hovered'],
|
|
1549
1549
|
description: 'Hovered state of color.chart.orange.boldest.',
|
|
1550
|
-
exampleValue: '#
|
|
1550
|
+
exampleValue: '#693200'
|
|
1551
1551
|
}, {
|
|
1552
1552
|
name: 'color.chart.yellow.bold',
|
|
1553
1553
|
path: ['color', 'chart', 'yellow', 'bold', '[default]'],
|
|
@@ -1642,62 +1642,62 @@ var tokens = exports.tokens = [{
|
|
|
1642
1642
|
name: 'color.chart.blue.bold',
|
|
1643
1643
|
path: ['color', 'chart', 'blue', 'bold', '[default]'],
|
|
1644
1644
|
description: 'For data visualisation only.',
|
|
1645
|
-
exampleValue: '#
|
|
1645
|
+
exampleValue: '#4688EC'
|
|
1646
1646
|
}, {
|
|
1647
1647
|
name: 'color.chart.blue.bold.hovered',
|
|
1648
1648
|
path: ['color', 'chart', 'blue', 'bold', 'hovered'],
|
|
1649
1649
|
description: 'Hovered state of color.chart.blue.bold.',
|
|
1650
|
-
exampleValue: '#
|
|
1650
|
+
exampleValue: '#357DE8'
|
|
1651
1651
|
}, {
|
|
1652
1652
|
name: 'color.chart.blue.bolder',
|
|
1653
1653
|
path: ['color', 'chart', 'blue', 'bolder', '[default]'],
|
|
1654
1654
|
description: 'For data visualisation only.',
|
|
1655
|
-
exampleValue: '#
|
|
1655
|
+
exampleValue: '#357DE8'
|
|
1656
1656
|
}, {
|
|
1657
1657
|
name: 'color.chart.blue.bolder.hovered',
|
|
1658
1658
|
path: ['color', 'chart', 'blue', 'bolder', 'hovered'],
|
|
1659
1659
|
description: 'Hovered state of color.chart.blue.bolder.',
|
|
1660
|
-
exampleValue: '#
|
|
1660
|
+
exampleValue: '#1868DB'
|
|
1661
1661
|
}, {
|
|
1662
1662
|
name: 'color.chart.blue.boldest',
|
|
1663
1663
|
path: ['color', 'chart', 'blue', 'boldest', '[default]'],
|
|
1664
1664
|
description: 'For data visualisation only.',
|
|
1665
|
-
exampleValue: '#
|
|
1665
|
+
exampleValue: '#1558BC'
|
|
1666
1666
|
}, {
|
|
1667
1667
|
name: 'color.chart.blue.boldest.hovered',
|
|
1668
1668
|
path: ['color', 'chart', 'blue', 'boldest', 'hovered'],
|
|
1669
1669
|
description: 'Hovered state of color.chart.blue.boldest.',
|
|
1670
|
-
exampleValue: '#
|
|
1670
|
+
exampleValue: '#123263'
|
|
1671
1671
|
}, {
|
|
1672
1672
|
name: 'color.chart.purple.bold',
|
|
1673
1673
|
path: ['color', 'chart', 'purple', 'bold', '[default]'],
|
|
1674
1674
|
description: 'For data visualisation only.',
|
|
1675
|
-
exampleValue: '#
|
|
1675
|
+
exampleValue: '#BF63F3'
|
|
1676
1676
|
}, {
|
|
1677
1677
|
name: 'color.chart.purple.bold.hovered',
|
|
1678
1678
|
path: ['color', 'chart', 'purple', 'bold', 'hovered'],
|
|
1679
1679
|
description: 'Hovered state of color.chart.purple.bold.',
|
|
1680
|
-
exampleValue: '#
|
|
1680
|
+
exampleValue: '#AF59E1'
|
|
1681
1681
|
}, {
|
|
1682
1682
|
name: 'color.chart.purple.bolder',
|
|
1683
1683
|
path: ['color', 'chart', 'purple', 'bolder', '[default]'],
|
|
1684
1684
|
description: 'For data visualisation only.',
|
|
1685
|
-
exampleValue: '#
|
|
1685
|
+
exampleValue: '#AF59E1'
|
|
1686
1686
|
}, {
|
|
1687
1687
|
name: 'color.chart.purple.bolder.hovered',
|
|
1688
1688
|
path: ['color', 'chart', 'purple', 'bolder', 'hovered'],
|
|
1689
1689
|
description: 'Hovered state of color.chart.purple.bolder.',
|
|
1690
|
-
exampleValue: '#
|
|
1690
|
+
exampleValue: '#964AC0'
|
|
1691
1691
|
}, {
|
|
1692
1692
|
name: 'color.chart.purple.boldest',
|
|
1693
1693
|
path: ['color', 'chart', 'purple', 'boldest', '[default]'],
|
|
1694
1694
|
description: 'For data visualisation only.',
|
|
1695
|
-
exampleValue: '#
|
|
1695
|
+
exampleValue: '#803FA5'
|
|
1696
1696
|
}, {
|
|
1697
1697
|
name: 'color.chart.purple.boldest.hovered',
|
|
1698
1698
|
path: ['color', 'chart', 'purple', 'boldest', 'hovered'],
|
|
1699
1699
|
description: 'Hovered state of color.chart.purple.boldest.',
|
|
1700
|
-
exampleValue: '#
|
|
1700
|
+
exampleValue: '#48245D'
|
|
1701
1701
|
}, {
|
|
1702
1702
|
name: 'color.chart.magenta.bold',
|
|
1703
1703
|
path: ['color', 'chart', 'magenta', 'bold', '[default]'],
|
|
@@ -1732,57 +1732,57 @@ var tokens = exports.tokens = [{
|
|
|
1732
1732
|
name: 'color.chart.gray.bold',
|
|
1733
1733
|
path: ['color', 'chart', 'gray', 'bold', '[default]'],
|
|
1734
1734
|
description: 'For data visualisation only.',
|
|
1735
|
-
exampleValue: '#
|
|
1735
|
+
exampleValue: '#8C8F97'
|
|
1736
1736
|
}, {
|
|
1737
1737
|
name: 'color.chart.gray.bold.hovered',
|
|
1738
1738
|
path: ['color', 'chart', 'gray', 'bold', 'hovered'],
|
|
1739
1739
|
description: 'Hovered state of color.chart.gray.bold.',
|
|
1740
|
-
exampleValue: '#
|
|
1740
|
+
exampleValue: '#7D818A'
|
|
1741
1741
|
}, {
|
|
1742
1742
|
name: 'color.chart.gray.bolder',
|
|
1743
1743
|
path: ['color', 'chart', 'gray', 'bolder', '[default]'],
|
|
1744
1744
|
description: 'For data visualisation only.',
|
|
1745
|
-
exampleValue: '#
|
|
1745
|
+
exampleValue: '#7D818A'
|
|
1746
1746
|
}, {
|
|
1747
1747
|
name: 'color.chart.gray.bolder.hovered',
|
|
1748
1748
|
path: ['color', 'chart', 'gray', 'bolder', 'hovered'],
|
|
1749
1749
|
description: 'Hovered state of color.chart.gray.bolder.',
|
|
1750
|
-
exampleValue: '#
|
|
1750
|
+
exampleValue: '#6B6E76'
|
|
1751
1751
|
}, {
|
|
1752
1752
|
name: 'color.chart.gray.boldest',
|
|
1753
1753
|
path: ['color', 'chart', 'gray', 'boldest', '[default]'],
|
|
1754
1754
|
description: 'For data visualisation only.',
|
|
1755
|
-
exampleValue: '#
|
|
1755
|
+
exampleValue: '#505258'
|
|
1756
1756
|
}, {
|
|
1757
1757
|
name: 'color.chart.gray.boldest.hovered',
|
|
1758
1758
|
path: ['color', 'chart', 'gray', 'boldest', 'hovered'],
|
|
1759
1759
|
description: 'Hovered state of color.chart.gray.boldest.',
|
|
1760
|
-
exampleValue: '#
|
|
1760
|
+
exampleValue: '#3B3D42'
|
|
1761
1761
|
}, {
|
|
1762
1762
|
name: 'color.chart.brand',
|
|
1763
1763
|
path: ['color', 'chart', 'brand', '[default]'],
|
|
1764
1764
|
description: 'Our primary color for data visualisation. Use when only one color is required.',
|
|
1765
|
-
exampleValue: '#
|
|
1765
|
+
exampleValue: '#357DE8'
|
|
1766
1766
|
}, {
|
|
1767
1767
|
name: 'color.chart.brand.hovered',
|
|
1768
1768
|
path: ['color', 'chart', 'brand', 'hovered'],
|
|
1769
1769
|
description: 'Hovered state of color.chart.brand.',
|
|
1770
|
-
exampleValue: '#
|
|
1770
|
+
exampleValue: '#1868DB'
|
|
1771
1771
|
}, {
|
|
1772
1772
|
name: 'color.chart.danger',
|
|
1773
1773
|
path: ['color', 'chart', 'danger', '[default]', '[default]'],
|
|
1774
1774
|
description: "For data visualisation communicating negative information, such as 'off track'.",
|
|
1775
|
-
exampleValue: '#
|
|
1775
|
+
exampleValue: '#E2483D'
|
|
1776
1776
|
}, {
|
|
1777
1777
|
name: 'color.chart.danger.hovered',
|
|
1778
1778
|
path: ['color', 'chart', 'danger', '[default]', 'hovered'],
|
|
1779
1779
|
description: 'Hovered state of color.chart.danger.',
|
|
1780
|
-
exampleValue: '#
|
|
1780
|
+
exampleValue: '#C9372C'
|
|
1781
1781
|
}, {
|
|
1782
1782
|
name: 'color.chart.danger.bold',
|
|
1783
1783
|
path: ['color', 'chart', 'danger', 'bold', '[default]'],
|
|
1784
1784
|
description: 'A stronger emphasis option of color.chart.danger.',
|
|
1785
|
-
exampleValue: '#
|
|
1785
|
+
exampleValue: '#872821'
|
|
1786
1786
|
}, {
|
|
1787
1787
|
name: 'color.chart.danger.bold.hovered',
|
|
1788
1788
|
path: ['color', 'chart', 'danger', 'bold', 'hovered'],
|
|
@@ -1792,82 +1792,82 @@ var tokens = exports.tokens = [{
|
|
|
1792
1792
|
name: 'color.chart.warning',
|
|
1793
1793
|
path: ['color', 'chart', 'warning', '[default]', '[default]'],
|
|
1794
1794
|
description: "For data visualisation communicating caution, such as 'at risk' statuses.",
|
|
1795
|
-
exampleValue: '#
|
|
1795
|
+
exampleValue: '#F68909'
|
|
1796
1796
|
}, {
|
|
1797
1797
|
name: 'color.chart.warning.hovered',
|
|
1798
1798
|
path: ['color', 'chart', 'warning', '[default]', 'hovered'],
|
|
1799
1799
|
description: 'Hovered state of color.chart.warning.',
|
|
1800
|
-
exampleValue: '#
|
|
1800
|
+
exampleValue: '#E06C00'
|
|
1801
1801
|
}, {
|
|
1802
1802
|
name: 'color.chart.warning.bold',
|
|
1803
1803
|
path: ['color', 'chart', 'warning', 'bold', '[default]'],
|
|
1804
1804
|
description: 'A stronger emphasis option of color.chart.warning.',
|
|
1805
|
-
exampleValue: '#
|
|
1805
|
+
exampleValue: '#BD5B00'
|
|
1806
1806
|
}, {
|
|
1807
1807
|
name: 'color.chart.warning.bold.hovered',
|
|
1808
1808
|
path: ['color', 'chart', 'warning', 'bold', 'hovered'],
|
|
1809
1809
|
description: 'Hovered state of color.chart.warning.bold.',
|
|
1810
|
-
exampleValue: '#
|
|
1810
|
+
exampleValue: '#9E4C00'
|
|
1811
1811
|
}, {
|
|
1812
1812
|
name: 'color.chart.success',
|
|
1813
1813
|
path: ['color', 'chart', 'success', '[default]', '[default]'],
|
|
1814
1814
|
description: "For data visualisation communicating positive information, such as 'on track'.",
|
|
1815
|
-
exampleValue: '#
|
|
1815
|
+
exampleValue: '#82B536'
|
|
1816
1816
|
}, {
|
|
1817
1817
|
name: 'color.chart.success.hovered',
|
|
1818
1818
|
path: ['color', 'chart', 'success', '[default]', 'hovered'],
|
|
1819
1819
|
description: 'Hovered state of color.chart.success.',
|
|
1820
|
-
exampleValue: '#
|
|
1820
|
+
exampleValue: '#6A9A23'
|
|
1821
1821
|
}, {
|
|
1822
1822
|
name: 'color.chart.success.bold',
|
|
1823
1823
|
path: ['color', 'chart', 'success', 'bold', '[default]'],
|
|
1824
1824
|
description: 'A stronger emphasis option of color.chart.success.',
|
|
1825
|
-
exampleValue: '#
|
|
1825
|
+
exampleValue: '#5B7F24'
|
|
1826
1826
|
}, {
|
|
1827
1827
|
name: 'color.chart.success.bold.hovered',
|
|
1828
1828
|
path: ['color', 'chart', 'success', 'bold', 'hovered'],
|
|
1829
1829
|
description: 'Hovered state of color.chart.success.bold.',
|
|
1830
|
-
exampleValue: '#
|
|
1830
|
+
exampleValue: '#4C6B1F'
|
|
1831
1831
|
}, {
|
|
1832
1832
|
name: 'color.chart.discovery',
|
|
1833
1833
|
path: ['color', 'chart', 'discovery', '[default]', '[default]'],
|
|
1834
1834
|
description: "For data visualisation communicating 'new' statuses.",
|
|
1835
|
-
exampleValue: '#
|
|
1835
|
+
exampleValue: '#BF63F3'
|
|
1836
1836
|
}, {
|
|
1837
1837
|
name: 'color.chart.discovery.hovered',
|
|
1838
1838
|
path: ['color', 'chart', 'discovery', '[default]', 'hovered'],
|
|
1839
1839
|
description: 'Hovered state of color.chart.discovery.',
|
|
1840
|
-
exampleValue: '#
|
|
1840
|
+
exampleValue: '#AF59E1'
|
|
1841
1841
|
}, {
|
|
1842
1842
|
name: 'color.chart.discovery.bold',
|
|
1843
1843
|
path: ['color', 'chart', 'discovery', 'bold', '[default]'],
|
|
1844
1844
|
description: 'A stronger emphasis option of color.chart.discovery.',
|
|
1845
|
-
exampleValue: '#
|
|
1845
|
+
exampleValue: '#803FA5'
|
|
1846
1846
|
}, {
|
|
1847
1847
|
name: 'color.chart.discovery.bold.hovered',
|
|
1848
1848
|
path: ['color', 'chart', 'discovery', 'bold', 'hovered'],
|
|
1849
1849
|
description: 'Hovered state of color.chart.discovery.bold.',
|
|
1850
|
-
exampleValue: '#
|
|
1850
|
+
exampleValue: '#964AC0'
|
|
1851
1851
|
}, {
|
|
1852
1852
|
name: 'color.chart.information',
|
|
1853
1853
|
path: ['color', 'chart', 'information', '[default]', '[default]'],
|
|
1854
1854
|
description: 'For data visualisation communicating low priority or in-progress statuses.',
|
|
1855
|
-
exampleValue: '#
|
|
1855
|
+
exampleValue: '#357DE8'
|
|
1856
1856
|
}, {
|
|
1857
1857
|
name: 'color.chart.information.hovered',
|
|
1858
1858
|
path: ['color', 'chart', 'information', '[default]', 'hovered'],
|
|
1859
1859
|
description: 'Hovered state of color.chart.information.',
|
|
1860
|
-
exampleValue: '#
|
|
1860
|
+
exampleValue: '#1868DB'
|
|
1861
1861
|
}, {
|
|
1862
1862
|
name: 'color.chart.information.bold',
|
|
1863
1863
|
path: ['color', 'chart', 'information', 'bold', '[default]'],
|
|
1864
1864
|
description: 'A stronger emphasis option of color.chart.information.',
|
|
1865
|
-
exampleValue: '#
|
|
1865
|
+
exampleValue: '#1558BC'
|
|
1866
1866
|
}, {
|
|
1867
1867
|
name: 'color.chart.information.bold.hovered',
|
|
1868
1868
|
path: ['color', 'chart', 'information', 'bold', 'hovered'],
|
|
1869
1869
|
description: 'Hovered state of color.chart.information.bold.',
|
|
1870
|
-
exampleValue: '#
|
|
1870
|
+
exampleValue: '#123263'
|
|
1871
1871
|
}, {
|
|
1872
1872
|
name: 'elevation.surface',
|
|
1873
1873
|
path: ['elevation', 'surface', '[default]', '[default]'],
|
|
@@ -1877,12 +1877,12 @@ var tokens = exports.tokens = [{
|
|
|
1877
1877
|
name: 'elevation.surface.hovered',
|
|
1878
1878
|
path: ['elevation', 'surface', '[default]', 'hovered'],
|
|
1879
1879
|
description: 'Hovered state of elevation.surface',
|
|
1880
|
-
exampleValue: '#
|
|
1880
|
+
exampleValue: '#F0F1F2'
|
|
1881
1881
|
}, {
|
|
1882
1882
|
name: 'elevation.surface.pressed',
|
|
1883
1883
|
path: ['elevation', 'surface', '[default]', 'pressed'],
|
|
1884
1884
|
description: 'Pressed state of elevation.surface',
|
|
1885
|
-
exampleValue: '#
|
|
1885
|
+
exampleValue: '#DDDEE1'
|
|
1886
1886
|
}, {
|
|
1887
1887
|
name: 'elevation.surface.overlay',
|
|
1888
1888
|
path: ['elevation', 'surface', 'overlay', '[default]'],
|
|
@@ -1892,12 +1892,12 @@ var tokens = exports.tokens = [{
|
|
|
1892
1892
|
name: 'elevation.surface.overlay.hovered',
|
|
1893
1893
|
path: ['elevation', 'surface', 'overlay', 'hovered'],
|
|
1894
1894
|
description: 'Hovered state of elevation.surface.overlay',
|
|
1895
|
-
exampleValue: '#
|
|
1895
|
+
exampleValue: '#F0F1F2'
|
|
1896
1896
|
}, {
|
|
1897
1897
|
name: 'elevation.surface.overlay.pressed',
|
|
1898
1898
|
path: ['elevation', 'surface', 'overlay', 'pressed'],
|
|
1899
1899
|
description: 'Pressed state of elevation.surface.overlay',
|
|
1900
|
-
exampleValue: '#
|
|
1900
|
+
exampleValue: '#DDDEE1'
|
|
1901
1901
|
}, {
|
|
1902
1902
|
name: 'elevation.surface.raised',
|
|
1903
1903
|
path: ['elevation', 'surface', 'raised', '[default]'],
|
|
@@ -1907,42 +1907,42 @@ var tokens = exports.tokens = [{
|
|
|
1907
1907
|
name: 'elevation.surface.raised.hovered',
|
|
1908
1908
|
path: ['elevation', 'surface', 'raised', 'hovered'],
|
|
1909
1909
|
description: 'Hovered state of elevation.surface.raised',
|
|
1910
|
-
exampleValue: '#
|
|
1910
|
+
exampleValue: '#F0F1F2'
|
|
1911
1911
|
}, {
|
|
1912
1912
|
name: 'elevation.surface.raised.pressed',
|
|
1913
1913
|
path: ['elevation', 'surface', 'raised', 'pressed'],
|
|
1914
1914
|
description: 'Pressed state of elevation.surface.raised',
|
|
1915
|
-
exampleValue: '#
|
|
1915
|
+
exampleValue: '#DDDEE1'
|
|
1916
1916
|
}, {
|
|
1917
1917
|
name: 'elevation.surface.sunken',
|
|
1918
1918
|
path: ['elevation', 'surface', 'sunken'],
|
|
1919
1919
|
description: 'A secondary background for the UI commonly used for grouping items, such as Jira cards in columns.',
|
|
1920
|
-
exampleValue: '#
|
|
1920
|
+
exampleValue: '#F8F8F8'
|
|
1921
1921
|
}, {
|
|
1922
1922
|
name: 'elevation.shadow.overflow',
|
|
1923
1923
|
path: ['elevation', 'shadow', 'overflow', '[default]'],
|
|
1924
1924
|
description: 'Use to create a shadow when content scrolls under other content.',
|
|
1925
|
-
exampleValue: '0px 0px 8px #
|
|
1925
|
+
exampleValue: '0px 0px 8px #1E1F2129, 0px 0px 1px #1E1F211F'
|
|
1926
1926
|
}, {
|
|
1927
1927
|
name: 'elevation.shadow.overflow.perimeter',
|
|
1928
1928
|
path: ['elevation', 'shadow', 'overflow', 'perimeter'],
|
|
1929
1929
|
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.spread to replicate the overflow shadow.',
|
|
1930
|
-
exampleValue: '#
|
|
1930
|
+
exampleValue: '#1E1F211f'
|
|
1931
1931
|
}, {
|
|
1932
1932
|
name: 'elevation.shadow.overflow.spread',
|
|
1933
1933
|
path: ['elevation', 'shadow', 'overflow', 'spread'],
|
|
1934
1934
|
description: 'Use only when elevation.shadow.overflow is not technically feasible to implement. Pair with elevation.shadow.overflow.perimeter to replicate the overflow shadow.',
|
|
1935
|
-
exampleValue: '#
|
|
1935
|
+
exampleValue: '#1E1F2129'
|
|
1936
1936
|
}, {
|
|
1937
1937
|
name: 'elevation.shadow.overlay',
|
|
1938
1938
|
path: ['elevation', 'shadow', 'overlay'],
|
|
1939
1939
|
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.',
|
|
1940
|
-
exampleValue: '0px 8px 12px #
|
|
1940
|
+
exampleValue: '0px 8px 12px #1E1F2126, 0px 0px 1px #1E1F214F'
|
|
1941
1941
|
}, {
|
|
1942
1942
|
name: 'elevation.shadow.raised',
|
|
1943
1943
|
path: ['elevation', 'shadow', 'raised'],
|
|
1944
1944
|
description: 'Use for the box shadow of raised card elements, such as Jira cards on a Kanban board. Combine with elevation.surface.raised',
|
|
1945
|
-
exampleValue: '0px 1px 1px #
|
|
1945
|
+
exampleValue: '0px 1px 1px #1E1F2140, 0px 0px 1px #1E1F214F'
|
|
1946
1946
|
}, {
|
|
1947
1947
|
name: 'opacity.disabled',
|
|
1948
1948
|
path: ['opacity', 'disabled'],
|