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