@atlaskit/tokens 0.11.5 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/artifacts/palettes-raw/typography-palette.js +315 -0
- package/dist/cjs/artifacts/{rename-mapping/atlassian-dark.js → replacement-mapping.js} +263 -55
- package/dist/cjs/artifacts/token-default-values.js +405 -17
- package/dist/cjs/artifacts/token-names.js +400 -16
- package/dist/cjs/babel-plugin/plugin.js +6 -0
- package/dist/cjs/entry-points/rename-mapping.js +2 -2
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/typography-palette.js +156 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/typography-palette.js +307 -0
- package/dist/{cjs/artifacts/rename-mapping/atlassian-legacy-light.js → es2019/artifacts/replacement-mapping.js} +263 -63
- package/dist/es2019/artifacts/token-default-values.js +404 -9
- package/dist/es2019/artifacts/token-names.js +399 -8
- package/dist/es2019/babel-plugin/plugin.js +6 -0
- package/dist/es2019/entry-points/rename-mapping.js +1 -1
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/typography-palette.js +144 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/typography-palette.js +307 -0
- package/dist/{cjs/artifacts/rename-mapping/atlassian-legacy-dark.js → esm/artifacts/replacement-mapping.js} +263 -63
- package/dist/esm/artifacts/token-default-values.js +405 -15
- package/dist/esm/artifacts/token-names.js +400 -14
- package/dist/esm/babel-plugin/plugin.js +6 -0
- package/dist/esm/entry-points/rename-mapping.js +1 -1
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/typography-palette.js +146 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/{font-weight-scale.d.ts → typography-palette.d.ts} +1 -1
- package/dist/types/artifacts/{rename-mapping/atlassian-legacy-dark.d.ts → replacement-mapping.d.ts} +4 -4
- package/dist/types/artifacts/token-default-values.d.ts +404 -395
- package/dist/types/artifacts/token-names.d.ts +527 -131
- package/dist/types/artifacts/types-internal.d.ts +6 -2
- package/dist/types/artifacts/types.d.ts +6 -2
- package/dist/types/entry-points/rename-mapping.d.ts +1 -1
- package/dist/types/palettes/typography-palette.d.ts +14 -0
- package/dist/types/tokens/atlassian-typography/font-family.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/font-size.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/font-weight.d.ts +1 -1
- package/dist/types/tokens/atlassian-typography/line-height.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-family.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-size.d.ts +1 -1
- package/dist/types/tokens/default/typography/font-weight.d.ts +1 -1
- package/dist/types/tokens/default/typography/line-height.d.ts +1 -1
- package/package.json +5 -5
- package/report.api.md +156 -167
- package/tmp/api-report-tmp.d.ts +156 -167
- package/dist/cjs/artifacts/palettes-raw/font-size-scale.js +0 -135
- package/dist/cjs/artifacts/palettes-raw/font-weight-scale.js +0 -75
- package/dist/cjs/artifacts/palettes-raw/line-height-scale.js +0 -105
- package/dist/cjs/artifacts/rename-mapping/atlassian-light.js +0 -427
- package/dist/cjs/artifacts/rename-mapping/atlassian-spacing.js +0 -235
- package/dist/cjs/artifacts/rename-mapping/atlassian-typography.js +0 -27
- package/dist/cjs/artifacts/rename-mapping.js +0 -22
- package/dist/cjs/artifacts/typescript/atlassian-dark-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-dark-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-dark-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-dark-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-legacy-light-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-light-token-names.js +0 -309
- package/dist/cjs/artifacts/typescript/atlassian-light-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-light-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -100
- package/dist/cjs/artifacts/typescript/atlassian-spacing-token-names.js +0 -96
- package/dist/cjs/artifacts/typescript/atlassian-spacing-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-spacing-types.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-default-values.js +0 -40
- package/dist/cjs/artifacts/typescript/atlassian-typography-token-names.js +0 -36
- package/dist/cjs/artifacts/typescript/atlassian-typography-types-internal.js +0 -5
- package/dist/cjs/artifacts/typescript/atlassian-typography-types.js +0 -5
- package/dist/cjs/palettes/typography/font-family.js +0 -24
- package/dist/cjs/palettes/typography/font-size-scale.js +0 -60
- package/dist/cjs/palettes/typography/font-weight-scale.js +0 -36
- package/dist/cjs/palettes/typography/index.js +0 -28
- package/dist/cjs/palettes/typography/line-height-scale.js +0 -48
- package/dist/es2019/artifacts/palettes-raw/font-size-scale.js +0 -127
- package/dist/es2019/artifacts/palettes-raw/font-weight-scale.js +0 -67
- package/dist/es2019/artifacts/palettes-raw/line-height-scale.js +0 -97
- package/dist/es2019/artifacts/rename-mapping/atlassian-dark.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-dark.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-legacy-light.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-light.js +0 -419
- package/dist/es2019/artifacts/rename-mapping/atlassian-spacing.js +0 -227
- package/dist/es2019/artifacts/rename-mapping/atlassian-typography.js +0 -19
- package/dist/es2019/artifacts/rename-mapping.js +0 -7
- package/dist/es2019/artifacts/typescript/atlassian-dark-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-dark-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-dark-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-dark-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-legacy-light-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-light-token-names.js +0 -301
- package/dist/es2019/artifacts/typescript/atlassian-light-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-light-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -92
- package/dist/es2019/artifacts/typescript/atlassian-spacing-token-names.js +0 -88
- package/dist/es2019/artifacts/typescript/atlassian-spacing-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-spacing-types.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-default-values.js +0 -32
- package/dist/es2019/artifacts/typescript/atlassian-typography-token-names.js +0 -28
- package/dist/es2019/artifacts/typescript/atlassian-typography-types-internal.js +0 -1
- package/dist/es2019/artifacts/typescript/atlassian-typography-types.js +0 -1
- package/dist/es2019/palettes/typography/font-family.js +0 -17
- package/dist/es2019/palettes/typography/font-size-scale.js +0 -53
- package/dist/es2019/palettes/typography/font-weight-scale.js +0 -29
- package/dist/es2019/palettes/typography/index.js +0 -12
- package/dist/es2019/palettes/typography/line-height-scale.js +0 -41
- package/dist/esm/artifacts/palettes-raw/font-size-scale.js +0 -127
- package/dist/esm/artifacts/palettes-raw/font-weight-scale.js +0 -67
- package/dist/esm/artifacts/palettes-raw/line-height-scale.js +0 -97
- package/dist/esm/artifacts/rename-mapping/atlassian-dark.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-legacy-dark.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-legacy-light.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-light.js +0 -419
- package/dist/esm/artifacts/rename-mapping/atlassian-spacing.js +0 -227
- package/dist/esm/artifacts/rename-mapping/atlassian-typography.js +0 -19
- package/dist/esm/artifacts/rename-mapping.js +0 -9
- package/dist/esm/artifacts/typescript/atlassian-dark-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-dark-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-dark-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-dark-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-legacy-light-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-light-token-names.js +0 -301
- package/dist/esm/artifacts/typescript/atlassian-light-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-light-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-default-values.js +0 -92
- package/dist/esm/artifacts/typescript/atlassian-spacing-token-names.js +0 -88
- package/dist/esm/artifacts/typescript/atlassian-spacing-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-spacing-types.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-typography-token-default-values.js +0 -32
- package/dist/esm/artifacts/typescript/atlassian-typography-token-names.js +0 -28
- package/dist/esm/artifacts/typescript/atlassian-typography-types-internal.js +0 -1
- package/dist/esm/artifacts/typescript/atlassian-typography-types.js +0 -1
- package/dist/esm/palettes/typography/font-family.js +0 -17
- package/dist/esm/palettes/typography/font-size-scale.js +0 -53
- package/dist/esm/palettes/typography/font-weight-scale.js +0 -29
- package/dist/esm/palettes/typography/index.js +0 -14
- package/dist/esm/palettes/typography/line-height-scale.js +0 -41
- package/dist/types/artifacts/palettes-raw/font-size-scale.d.ts +0 -22
- package/dist/types/artifacts/palettes-raw/line-height-scale.d.ts +0 -22
- package/dist/types/artifacts/rename-mapping/atlassian-dark.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-legacy-light.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-light.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-spacing.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping/atlassian-typography.d.ts +0 -26
- package/dist/types/artifacts/rename-mapping.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-dark-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-dark-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-dark-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-dark-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-light-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-legacy-light-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-light-token-names.d.ts +0 -596
- package/dist/types/artifacts/typescript/atlassian-light-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-light-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-spacing-token-default-values.d.ts +0 -92
- package/dist/types/artifacts/typescript/atlassian-spacing-token-names.d.ts +0 -170
- package/dist/types/artifacts/typescript/atlassian-spacing-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-spacing-types.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-typography-token-default-values.d.ts +0 -32
- package/dist/types/artifacts/typescript/atlassian-typography-token-names.d.ts +0 -50
- package/dist/types/artifacts/typescript/atlassian-typography-types-internal.d.ts +0 -6
- package/dist/types/artifacts/typescript/atlassian-typography-types.d.ts +0 -6
- package/dist/types/palettes/typography/font-family.d.ts +0 -5
- package/dist/types/palettes/typography/font-size-scale.d.ts +0 -5
- package/dist/types/palettes/typography/font-weight-scale.d.ts +0 -5
- package/dist/types/palettes/typography/index.d.ts +0 -10
- package/dist/types/palettes/typography/line-height-scale.d.ts +0 -5
|
@@ -1,396 +1,405 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
-
'
|
|
32
|
-
'
|
|
33
|
-
'
|
|
34
|
-
'
|
|
35
|
-
'
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'
|
|
46
|
-
'
|
|
47
|
-
'
|
|
48
|
-
'
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'
|
|
57
|
-
'
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
61
|
-
'
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
71
|
-
'
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
83
|
-
'
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'
|
|
91
|
-
'
|
|
92
|
-
'
|
|
93
|
-
'
|
|
94
|
-
'
|
|
95
|
-
'
|
|
96
|
-
'
|
|
97
|
-
'
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'
|
|
101
|
-
'
|
|
102
|
-
'color.
|
|
103
|
-
'color.
|
|
104
|
-
'color.
|
|
105
|
-
'color.
|
|
106
|
-
'color.
|
|
107
|
-
'color.
|
|
108
|
-
'color.
|
|
109
|
-
'color.
|
|
110
|
-
'color.
|
|
111
|
-
'color.
|
|
112
|
-
'color.
|
|
113
|
-
'color.
|
|
114
|
-
'color.
|
|
115
|
-
'color.
|
|
116
|
-
'color.
|
|
117
|
-
'color.
|
|
118
|
-
'color.
|
|
119
|
-
'color.
|
|
120
|
-
'color.
|
|
121
|
-
'color.
|
|
122
|
-
'color.
|
|
123
|
-
'color.
|
|
124
|
-
'color.
|
|
125
|
-
'color.
|
|
126
|
-
'color.
|
|
127
|
-
'color.
|
|
128
|
-
'color.
|
|
129
|
-
'color.
|
|
130
|
-
'color.
|
|
131
|
-
'color.
|
|
132
|
-
'color.
|
|
133
|
-
'color.
|
|
134
|
-
'color.
|
|
135
|
-
'color.
|
|
136
|
-
'color.
|
|
137
|
-
'color.
|
|
138
|
-
'color.
|
|
139
|
-
'color.
|
|
140
|
-
'color.
|
|
141
|
-
'color.
|
|
142
|
-
'color.
|
|
143
|
-
'color.
|
|
144
|
-
'color.
|
|
145
|
-
'color.
|
|
146
|
-
'color.
|
|
147
|
-
'color.
|
|
148
|
-
'color.
|
|
149
|
-
'color.
|
|
150
|
-
'color.
|
|
151
|
-
'color.
|
|
152
|
-
'color.
|
|
153
|
-
'color.
|
|
154
|
-
'color.
|
|
155
|
-
'color.
|
|
156
|
-
'color.
|
|
157
|
-
'color.
|
|
158
|
-
'color.
|
|
159
|
-
'color.
|
|
160
|
-
'color.
|
|
161
|
-
'color.
|
|
162
|
-
'color.
|
|
163
|
-
'color.
|
|
164
|
-
'color.
|
|
165
|
-
'color.
|
|
166
|
-
'color.
|
|
167
|
-
'color.
|
|
168
|
-
'color.
|
|
169
|
-
'color.
|
|
170
|
-
'color.
|
|
171
|
-
'color.
|
|
172
|
-
'color.
|
|
173
|
-
'color.
|
|
174
|
-
'color.
|
|
175
|
-
'color.
|
|
176
|
-
'color.
|
|
177
|
-
'color.
|
|
178
|
-
'color.
|
|
179
|
-
'color.
|
|
180
|
-
'color.
|
|
181
|
-
'color.
|
|
182
|
-
'color.
|
|
183
|
-
'color.
|
|
184
|
-
'color.
|
|
185
|
-
'color.background.
|
|
186
|
-
'color.background.
|
|
187
|
-
'color.background.
|
|
188
|
-
'color.background.
|
|
189
|
-
'color.background.
|
|
190
|
-
'color.background.
|
|
191
|
-
'color.background.
|
|
192
|
-
'color.background.
|
|
193
|
-
'color.background.
|
|
194
|
-
'color.background.
|
|
195
|
-
'color.background.
|
|
196
|
-
'color.background.
|
|
197
|
-
'color.background.
|
|
198
|
-
'color.background.
|
|
199
|
-
'color.background.
|
|
200
|
-
'color.background.
|
|
201
|
-
'color.background.
|
|
202
|
-
'color.background.
|
|
203
|
-
'color.background.
|
|
204
|
-
'color.background.
|
|
205
|
-
'color.background.
|
|
206
|
-
'color.background.
|
|
207
|
-
'color.background.
|
|
208
|
-
'color.background.
|
|
209
|
-
'color.background.
|
|
210
|
-
'color.background.
|
|
211
|
-
'color.background.
|
|
212
|
-
'color.background.
|
|
213
|
-
'color.background.
|
|
214
|
-
'color.background.
|
|
215
|
-
'color.background.
|
|
216
|
-
'color.background.
|
|
217
|
-
'color.background.
|
|
218
|
-
'color.background.
|
|
219
|
-
'color.background.
|
|
220
|
-
'color.background.
|
|
221
|
-
'color.background.
|
|
222
|
-
'color.background.
|
|
223
|
-
'color.background.
|
|
224
|
-
'color.background.
|
|
225
|
-
'color.background.
|
|
226
|
-
'color.background.
|
|
227
|
-
'color.background.
|
|
228
|
-
'color.background.
|
|
229
|
-
'color.background.
|
|
230
|
-
'color.background.
|
|
231
|
-
'color.background.
|
|
232
|
-
'color.background.
|
|
233
|
-
'color.background.
|
|
234
|
-
'color.background.
|
|
235
|
-
'color.background.
|
|
236
|
-
'color.background.
|
|
237
|
-
'color.background.
|
|
238
|
-
'color.background.
|
|
239
|
-
'color.background.
|
|
240
|
-
'color.background.
|
|
241
|
-
'color.background.
|
|
242
|
-
'color.background.
|
|
243
|
-
'color.background.
|
|
244
|
-
'color.background.
|
|
245
|
-
'color.background.
|
|
246
|
-
'color.background.
|
|
247
|
-
'color.background.
|
|
248
|
-
'color.background.
|
|
249
|
-
'color.background.
|
|
250
|
-
'color.background.
|
|
251
|
-
'color.background.
|
|
252
|
-
'color.
|
|
253
|
-
'color.
|
|
254
|
-
'color.
|
|
255
|
-
'color.
|
|
256
|
-
'color.
|
|
257
|
-
'color.
|
|
258
|
-
'color.
|
|
259
|
-
'color.
|
|
260
|
-
'color.
|
|
261
|
-
'color.
|
|
262
|
-
'color.
|
|
263
|
-
'color.
|
|
264
|
-
'color.
|
|
265
|
-
'color.
|
|
266
|
-
'color.
|
|
267
|
-
'color.
|
|
268
|
-
'color.
|
|
269
|
-
'color.
|
|
270
|
-
'color.
|
|
271
|
-
'color.
|
|
272
|
-
'color.
|
|
273
|
-
'color.
|
|
274
|
-
'color.
|
|
275
|
-
'color.
|
|
276
|
-
'color.
|
|
277
|
-
'color.
|
|
278
|
-
'color.
|
|
279
|
-
'color.
|
|
280
|
-
'color.
|
|
281
|
-
'color.
|
|
282
|
-
'color.
|
|
283
|
-
'
|
|
284
|
-
'
|
|
285
|
-
'
|
|
286
|
-
'
|
|
287
|
-
'
|
|
288
|
-
'
|
|
289
|
-
'
|
|
290
|
-
'
|
|
291
|
-
'
|
|
292
|
-
'
|
|
293
|
-
'
|
|
294
|
-
'
|
|
295
|
-
'
|
|
296
|
-
'
|
|
297
|
-
'
|
|
298
|
-
'
|
|
299
|
-
'
|
|
300
|
-
'
|
|
301
|
-
'
|
|
302
|
-
'
|
|
303
|
-
'
|
|
304
|
-
'
|
|
305
|
-
'
|
|
306
|
-
'
|
|
307
|
-
'
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'
|
|
314
|
-
'
|
|
315
|
-
'
|
|
316
|
-
'
|
|
317
|
-
'
|
|
318
|
-
'
|
|
319
|
-
'
|
|
320
|
-
'
|
|
321
|
-
'
|
|
322
|
-
'
|
|
323
|
-
'
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
327
|
-
'
|
|
328
|
-
'
|
|
329
|
-
'
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'
|
|
334
|
-
'
|
|
335
|
-
'
|
|
336
|
-
'
|
|
337
|
-
'
|
|
338
|
-
'
|
|
339
|
-
'
|
|
340
|
-
'
|
|
341
|
-
'
|
|
342
|
-
'
|
|
343
|
-
'
|
|
344
|
-
'
|
|
345
|
-
'
|
|
346
|
-
'
|
|
347
|
-
'
|
|
348
|
-
'
|
|
349
|
-
'
|
|
350
|
-
'
|
|
351
|
-
'
|
|
352
|
-
'
|
|
353
|
-
'
|
|
354
|
-
'
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
358
|
-
'
|
|
359
|
-
'
|
|
360
|
-
'
|
|
361
|
-
'
|
|
362
|
-
'
|
|
363
|
-
'
|
|
364
|
-
'
|
|
365
|
-
'
|
|
366
|
-
'
|
|
367
|
-
'
|
|
368
|
-
'
|
|
369
|
-
'
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
373
|
-
'
|
|
374
|
-
'
|
|
375
|
-
'
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'
|
|
380
|
-
'
|
|
381
|
-
'
|
|
382
|
-
'
|
|
383
|
-
'
|
|
384
|
-
'
|
|
385
|
-
'
|
|
386
|
-
'
|
|
387
|
-
'
|
|
388
|
-
'
|
|
389
|
-
'
|
|
390
|
-
'
|
|
391
|
-
'
|
|
392
|
-
'
|
|
393
|
-
'
|
|
394
|
-
'
|
|
1
|
+
/**
|
|
2
|
+
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
+
*
|
|
4
|
+
* Token names mapped to their value in the default Atlassian themes ('light').
|
|
5
|
+
* These default values are used by the Babel plugin to optionally provide automatic fallbacks.
|
|
6
|
+
*
|
|
7
|
+
* @codegen <<SignedSource::38db223a5c47bd4d0ee638a2c1582854>>
|
|
8
|
+
* @codegenCommand yarn build tokens
|
|
9
|
+
*/
|
|
10
|
+
declare const defaultTokenValues: {
|
|
11
|
+
readonly 'color.text.accent.blue': "#0055CC";
|
|
12
|
+
readonly 'color.text.accent.blue.bolder': "#09326C";
|
|
13
|
+
readonly 'color.text.accent.red': "#AE2A19";
|
|
14
|
+
readonly 'color.text.accent.red.bolder': "#601E16";
|
|
15
|
+
readonly 'color.text.accent.orange': "#974F0C";
|
|
16
|
+
readonly 'color.text.accent.orange.bolder': "#5F3811";
|
|
17
|
+
readonly 'color.text.accent.yellow': "#7F5F01";
|
|
18
|
+
readonly 'color.text.accent.yellow.bolder': "#533F04";
|
|
19
|
+
readonly 'color.text.accent.green': "#216E4E";
|
|
20
|
+
readonly 'color.text.accent.green.bolder': "#164B35";
|
|
21
|
+
readonly 'color.text.accent.purple': "#5E4DB2";
|
|
22
|
+
readonly 'color.text.accent.purple.bolder': "#352C63";
|
|
23
|
+
readonly 'color.text.accent.teal': "#206B74";
|
|
24
|
+
readonly 'color.text.accent.teal.bolder': "#1D474C";
|
|
25
|
+
readonly 'color.text.accent.magenta': "#943D73";
|
|
26
|
+
readonly 'color.text.accent.magenta.bolder': "#50253F";
|
|
27
|
+
readonly 'color.text.accent.gray': "#44546F";
|
|
28
|
+
readonly 'color.text.accent.gray.bolder': "#172B4D";
|
|
29
|
+
readonly 'color.text': "#172B4D";
|
|
30
|
+
readonly 'color.text.subtle': "#44546F";
|
|
31
|
+
readonly 'color.text.subtlest': "#626F86";
|
|
32
|
+
readonly 'color.text.inverse': "#FFFFFF";
|
|
33
|
+
readonly 'color.text.disabled': "#091E424F";
|
|
34
|
+
readonly 'color.text.brand': "#0C66E4";
|
|
35
|
+
readonly 'color.text.selected': "#0C66E4";
|
|
36
|
+
readonly 'color.text.danger': "#AE2A19";
|
|
37
|
+
readonly 'color.text.warning': "#974F0C";
|
|
38
|
+
readonly 'color.text.warning.inverse': "#172B4D";
|
|
39
|
+
readonly 'color.text.success': "#216E4E";
|
|
40
|
+
readonly 'color.text.information': "#0055CC";
|
|
41
|
+
readonly 'color.text.discovery': "#5E4DB2";
|
|
42
|
+
readonly 'color.text.highEmphasis': "#172B4D";
|
|
43
|
+
readonly 'color.text.mediumEmphasis': "#44546F";
|
|
44
|
+
readonly 'color.text.lowEmphasis': "#626F86";
|
|
45
|
+
readonly 'color.text.link.resting': "#0C66E4";
|
|
46
|
+
readonly 'color.text.link.pressed': "#0055CC";
|
|
47
|
+
readonly 'color.text.onBold': "#FFFFFF";
|
|
48
|
+
readonly 'color.text.onBoldWarning': "#172B4D";
|
|
49
|
+
readonly 'color.icon.accent.blue': "#1D7AFC";
|
|
50
|
+
readonly 'color.icon.accent.red': "#E34935";
|
|
51
|
+
readonly 'color.icon.accent.orange': "#D97008";
|
|
52
|
+
readonly 'color.icon.accent.yellow': "#B38600";
|
|
53
|
+
readonly 'color.icon.accent.green': "#22A06B";
|
|
54
|
+
readonly 'color.icon.accent.purple': "#8270DB";
|
|
55
|
+
readonly 'color.icon.accent.teal': "#1D9AAA";
|
|
56
|
+
readonly 'color.icon.accent.magenta': "#CD519D";
|
|
57
|
+
readonly 'color.icon.accent.gray': "#758195";
|
|
58
|
+
readonly 'color.icon': "#44546F";
|
|
59
|
+
readonly 'color.icon.subtle': "#626F86";
|
|
60
|
+
readonly 'color.icon.inverse': "#FFFFFF";
|
|
61
|
+
readonly 'color.icon.disabled': "#091E424F";
|
|
62
|
+
readonly 'color.icon.brand': "#0C66E4";
|
|
63
|
+
readonly 'color.icon.selected': "#0C66E4";
|
|
64
|
+
readonly 'color.icon.danger': "#E34935";
|
|
65
|
+
readonly 'color.icon.warning': "#D97008";
|
|
66
|
+
readonly 'color.icon.warning.inverse': "#172B4D";
|
|
67
|
+
readonly 'color.icon.success': "#22A06B";
|
|
68
|
+
readonly 'color.icon.discovery': "#8270DB";
|
|
69
|
+
readonly 'color.icon.information': "#1D7AFC";
|
|
70
|
+
readonly 'color.border.accent.blue': "#1D7AFC";
|
|
71
|
+
readonly 'color.border.accent.red': "#E34935";
|
|
72
|
+
readonly 'color.border.accent.orange': "#D97008";
|
|
73
|
+
readonly 'color.border.accent.yellow': "#B38600";
|
|
74
|
+
readonly 'color.border.accent.green': "#22A06B";
|
|
75
|
+
readonly 'color.border.accent.purple': "#8270DB";
|
|
76
|
+
readonly 'color.border.accent.teal': "#1D9AAA";
|
|
77
|
+
readonly 'color.border.accent.magenta': "#CD519D";
|
|
78
|
+
readonly 'color.border.accent.gray': "#758195";
|
|
79
|
+
readonly 'color.border': "#091E4224";
|
|
80
|
+
readonly 'color.border.bold': "#758195";
|
|
81
|
+
readonly 'color.border.inverse': "#FFFFFF";
|
|
82
|
+
readonly 'color.border.focused': "#388BFF";
|
|
83
|
+
readonly 'color.border.input': "#091E4224";
|
|
84
|
+
readonly 'color.border.disabled': "#091E420F";
|
|
85
|
+
readonly 'color.border.brand': "#0C66E4";
|
|
86
|
+
readonly 'color.border.selected': "#0C66E4";
|
|
87
|
+
readonly 'color.border.danger': "#E34935";
|
|
88
|
+
readonly 'color.border.warning': "#D97008";
|
|
89
|
+
readonly 'color.border.success': "#22A06B";
|
|
90
|
+
readonly 'color.border.discovery': "#8270DB";
|
|
91
|
+
readonly 'color.border.information': "#1D7AFC";
|
|
92
|
+
readonly 'color.border.focus': "#388BFF";
|
|
93
|
+
readonly 'color.border.neutral': "#091E4224";
|
|
94
|
+
readonly 'color.background.accent.blue.subtlest': "#E9F2FF";
|
|
95
|
+
readonly 'color.background.accent.blue.subtler': "#CCE0FF";
|
|
96
|
+
readonly 'color.background.accent.blue.subtle': "#579DFF";
|
|
97
|
+
readonly 'color.background.accent.blue.bolder': "#0C66E4";
|
|
98
|
+
readonly 'color.background.accent.blue': "#CCE0FF";
|
|
99
|
+
readonly 'color.background.accent.blue.bold': "#579DFF";
|
|
100
|
+
readonly 'color.background.accent.red.subtlest': "#FFEDEB";
|
|
101
|
+
readonly 'color.background.accent.red.subtler': "#FFD2CC";
|
|
102
|
+
readonly 'color.background.accent.red.subtle': "#F87462";
|
|
103
|
+
readonly 'color.background.accent.red.bolder': "#CA3521";
|
|
104
|
+
readonly 'color.background.accent.red': "#FFD2CC";
|
|
105
|
+
readonly 'color.background.accent.red.bold': "#F87462";
|
|
106
|
+
readonly 'color.background.accent.orange.subtlest': "#FFF4E5";
|
|
107
|
+
readonly 'color.background.accent.orange.subtler': "#FFE2BD";
|
|
108
|
+
readonly 'color.background.accent.orange.subtle': "#FAA53D";
|
|
109
|
+
readonly 'color.background.accent.orange.bolder': "#B65C02";
|
|
110
|
+
readonly 'color.background.accent.orange': "#FFE2BD";
|
|
111
|
+
readonly 'color.background.accent.orange.bold': "#FAA53D";
|
|
112
|
+
readonly 'color.background.accent.yellow.subtlest': "#FFF7D6";
|
|
113
|
+
readonly 'color.background.accent.yellow.subtler': "#F8E6A0";
|
|
114
|
+
readonly 'color.background.accent.yellow.subtle': "#E2B203";
|
|
115
|
+
readonly 'color.background.accent.yellow.bolder': "#946F00";
|
|
116
|
+
readonly 'color.background.accent.yellow': "#F8E6A0";
|
|
117
|
+
readonly 'color.background.accent.yellow.bold': "#E2B203";
|
|
118
|
+
readonly 'color.background.accent.green.subtlest': "#DFFCF0";
|
|
119
|
+
readonly 'color.background.accent.green.subtler': "#BAF3DB";
|
|
120
|
+
readonly 'color.background.accent.green.subtle': "#4BCE97";
|
|
121
|
+
readonly 'color.background.accent.green.bolder': "#1F845A";
|
|
122
|
+
readonly 'color.background.accent.green': "#BAF3DB";
|
|
123
|
+
readonly 'color.background.accent.green.bold': "#4BCE97";
|
|
124
|
+
readonly 'color.background.accent.purple.subtlest': "#F3F0FF";
|
|
125
|
+
readonly 'color.background.accent.purple.subtler': "#DFD8FD";
|
|
126
|
+
readonly 'color.background.accent.purple.subtle': "#9F8FEF";
|
|
127
|
+
readonly 'color.background.accent.purple.bolder': "#6E5DC6";
|
|
128
|
+
readonly 'color.background.accent.purple': "#DFD8FD";
|
|
129
|
+
readonly 'color.background.accent.purple.bold': "#9F8FEF";
|
|
130
|
+
readonly 'color.background.accent.teal.subtlest': "#E3FAFC";
|
|
131
|
+
readonly 'color.background.accent.teal.subtler': "#C1F0F5";
|
|
132
|
+
readonly 'color.background.accent.teal.subtle': "#60C6D2";
|
|
133
|
+
readonly 'color.background.accent.teal.bolder': "#1D7F8C";
|
|
134
|
+
readonly 'color.background.accent.teal': "#C1F0F5";
|
|
135
|
+
readonly 'color.background.accent.teal.bold': "#60C6D2";
|
|
136
|
+
readonly 'color.background.accent.magenta.subtlest': "#FFECF8";
|
|
137
|
+
readonly 'color.background.accent.magenta.subtler': "#FDD0EC";
|
|
138
|
+
readonly 'color.background.accent.magenta.subtle': "#E774BB";
|
|
139
|
+
readonly 'color.background.accent.magenta.bolder': "#AE4787";
|
|
140
|
+
readonly 'color.background.accent.magenta': "#FDD0EC";
|
|
141
|
+
readonly 'color.background.accent.magenta.bold': "#E774BB";
|
|
142
|
+
readonly 'color.background.accent.gray.subtlest': "#F1F2F4";
|
|
143
|
+
readonly 'color.background.accent.gray.subtler': "#DCDFE4";
|
|
144
|
+
readonly 'color.background.accent.gray.subtle': "#8993A5";
|
|
145
|
+
readonly 'color.background.accent.gray.bolder': "#626F86";
|
|
146
|
+
readonly 'color.background.disabled': "#091E4208";
|
|
147
|
+
readonly 'color.background.inverse.subtle': "#00000029";
|
|
148
|
+
readonly 'color.background.inverse.subtle.hovered': "#0000003D";
|
|
149
|
+
readonly 'color.background.inverse.subtle.pressed': "#00000052";
|
|
150
|
+
readonly 'color.background.inverse': "#FFFFFF29";
|
|
151
|
+
readonly 'color.background.input': "#FFFFFF";
|
|
152
|
+
readonly 'color.background.input.hovered': "#F7F8F9";
|
|
153
|
+
readonly 'color.background.input.pressed': "#FFFFFF";
|
|
154
|
+
readonly 'color.background.neutral': "#091E420F";
|
|
155
|
+
readonly 'color.background.neutral.hovered': "#091E4224";
|
|
156
|
+
readonly 'color.background.neutral.pressed': "#091E424F";
|
|
157
|
+
readonly 'color.background.neutral.subtle': "#00000000";
|
|
158
|
+
readonly 'color.background.neutral.subtle.hovered': "#091E420F";
|
|
159
|
+
readonly 'color.background.neutral.subtle.pressed': "#091E4224";
|
|
160
|
+
readonly 'color.background.neutral.bold': "#44546F";
|
|
161
|
+
readonly 'color.background.neutral.bold.hovered': "#2C3E5D";
|
|
162
|
+
readonly 'color.background.neutral.bold.pressed': "#172B4D";
|
|
163
|
+
readonly 'color.background.brand.bold': "#0C66E4";
|
|
164
|
+
readonly 'color.background.brand.bold.hovered': "#0055CC";
|
|
165
|
+
readonly 'color.background.brand.bold.pressed': "#09326C";
|
|
166
|
+
readonly 'color.background.brand': "#E9F2FF";
|
|
167
|
+
readonly 'color.background.brand.hovered': "#CCE0FF";
|
|
168
|
+
readonly 'color.background.brand.pressed': "#85B8FF";
|
|
169
|
+
readonly 'color.background.selected': "#E9F2FF";
|
|
170
|
+
readonly 'color.background.selected.hovered': "#CCE0FF";
|
|
171
|
+
readonly 'color.background.selected.pressed': "#85B8FF";
|
|
172
|
+
readonly 'color.background.selected.bold': "#0C66E4";
|
|
173
|
+
readonly 'color.background.selected.bold.hovered': "#0055CC";
|
|
174
|
+
readonly 'color.background.selected.bold.pressed': "#09326C";
|
|
175
|
+
readonly 'color.background.selected.resting': "#E9F2FF";
|
|
176
|
+
readonly 'color.background.selected.hover': "#CCE0FF";
|
|
177
|
+
readonly 'color.background.danger': "#FFEDEB";
|
|
178
|
+
readonly 'color.background.danger.hovered': "#FFD2CC";
|
|
179
|
+
readonly 'color.background.danger.pressed': "#FF9C8F";
|
|
180
|
+
readonly 'color.background.danger.bold': "#CA3521";
|
|
181
|
+
readonly 'color.background.danger.bold.hovered': "#AE2A19";
|
|
182
|
+
readonly 'color.background.danger.bold.pressed': "#601E16";
|
|
183
|
+
readonly 'color.background.warning': "#FFF7D6";
|
|
184
|
+
readonly 'color.background.warning.hovered': "#F8E6A0";
|
|
185
|
+
readonly 'color.background.warning.pressed': "#F5CD47";
|
|
186
|
+
readonly 'color.background.warning.bold': "#E2B203";
|
|
187
|
+
readonly 'color.background.warning.bold.hovered': "#CF9F02";
|
|
188
|
+
readonly 'color.background.warning.bold.pressed': "#B38600";
|
|
189
|
+
readonly 'color.background.success': "#DFFCF0";
|
|
190
|
+
readonly 'color.background.success.hovered': "#BAF3DB";
|
|
191
|
+
readonly 'color.background.success.pressed': "#7EE2B8";
|
|
192
|
+
readonly 'color.background.success.bold': "#1F845A";
|
|
193
|
+
readonly 'color.background.success.bold.hovered': "#216E4E";
|
|
194
|
+
readonly 'color.background.success.bold.pressed': "#164B35";
|
|
195
|
+
readonly 'color.background.discovery': "#F3F0FF";
|
|
196
|
+
readonly 'color.background.discovery.hovered': "#DFD8FD";
|
|
197
|
+
readonly 'color.background.discovery.pressed': "#B8ACF6";
|
|
198
|
+
readonly 'color.background.discovery.bold': "#6E5DC6";
|
|
199
|
+
readonly 'color.background.discovery.bold.hovered': "#5E4DB2";
|
|
200
|
+
readonly 'color.background.discovery.bold.pressed': "#352C63";
|
|
201
|
+
readonly 'color.background.information': "#E9F2FF";
|
|
202
|
+
readonly 'color.background.information.hovered': "#CCE0FF";
|
|
203
|
+
readonly 'color.background.information.pressed': "#85B8FF";
|
|
204
|
+
readonly 'color.background.information.bold': "#0C66E4";
|
|
205
|
+
readonly 'color.background.information.bold.hovered': "#0055CC";
|
|
206
|
+
readonly 'color.background.information.bold.pressed': "#09326C";
|
|
207
|
+
readonly 'color.background.blanket': "#091E427A";
|
|
208
|
+
readonly 'color.background.boldBrand.resting': "#0C66E4";
|
|
209
|
+
readonly 'color.background.boldBrand.hover': "#0055CC";
|
|
210
|
+
readonly 'color.background.boldBrand.pressed': "#09326C";
|
|
211
|
+
readonly 'color.background.boldDanger.resting': "#CA3521";
|
|
212
|
+
readonly 'color.background.boldDanger.hover': "#AE2A19";
|
|
213
|
+
readonly 'color.background.boldDanger.pressed': "#601E16";
|
|
214
|
+
readonly 'color.background.boldDiscovery.resting': "#6E5DC6";
|
|
215
|
+
readonly 'color.background.boldDiscovery.hover': "#5E4DB2";
|
|
216
|
+
readonly 'color.background.boldDiscovery.pressed': "#352C63";
|
|
217
|
+
readonly 'color.background.boldNeutral.resting': "#44546F";
|
|
218
|
+
readonly 'color.background.boldNeutral.hover': "#2C3E5D";
|
|
219
|
+
readonly 'color.background.boldNeutral.pressed': "#172B4D";
|
|
220
|
+
readonly 'color.background.boldSuccess.resting': "#1F845A";
|
|
221
|
+
readonly 'color.background.boldSuccess.hover': "#216E4E";
|
|
222
|
+
readonly 'color.background.boldSuccess.pressed': "#164B35";
|
|
223
|
+
readonly 'color.background.boldWarning.resting': "#E2B203";
|
|
224
|
+
readonly 'color.background.boldWarning.hover': "#CF9F02";
|
|
225
|
+
readonly 'color.background.boldWarning.pressed': "#B38600";
|
|
226
|
+
readonly 'color.background.default': "#FFFFFF";
|
|
227
|
+
readonly 'color.background.card': "#FFFFFF";
|
|
228
|
+
readonly 'color.background.overlay': "#FFFFFF";
|
|
229
|
+
readonly 'color.background.subtleBorderedNeutral.resting': "#091E4208";
|
|
230
|
+
readonly 'color.background.subtleBorderedNeutral.pressed': "#091E420F";
|
|
231
|
+
readonly 'color.background.subtleBrand.resting': "#E9F2FF";
|
|
232
|
+
readonly 'color.background.subtleBrand.hover': "#CCE0FF";
|
|
233
|
+
readonly 'color.background.subtleBrand.pressed': "#85B8FF";
|
|
234
|
+
readonly 'color.background.subtleDanger.resting': "#FFEDEB";
|
|
235
|
+
readonly 'color.background.subtleDanger.hover': "#FFD2CC";
|
|
236
|
+
readonly 'color.background.subtleDanger.pressed': "#FF9C8F";
|
|
237
|
+
readonly 'color.background.subtleDiscovery.resting': "#F3F0FF";
|
|
238
|
+
readonly 'color.background.subtleDiscovery.hover': "#DFD8FD";
|
|
239
|
+
readonly 'color.background.subtleDiscovery.pressed': "#B8ACF6";
|
|
240
|
+
readonly 'color.background.subtleNeutral.resting': "#091E420F";
|
|
241
|
+
readonly 'color.background.subtleNeutral.hover': "#091E4224";
|
|
242
|
+
readonly 'color.background.subtleNeutral.pressed': "#091E424F";
|
|
243
|
+
readonly 'color.background.subtleSuccess.resting': "#DFFCF0";
|
|
244
|
+
readonly 'color.background.subtleSuccess.hover': "#BAF3DB";
|
|
245
|
+
readonly 'color.background.subtleSuccess.pressed': "#7EE2B8";
|
|
246
|
+
readonly 'color.background.subtleWarning.resting': "#FFF7D6";
|
|
247
|
+
readonly 'color.background.subtleWarning.hover': "#F8E6A0";
|
|
248
|
+
readonly 'color.background.subtleWarning.pressed': "#F5CD47";
|
|
249
|
+
readonly 'color.background.sunken': "#091E4208";
|
|
250
|
+
readonly 'color.background.transparentNeutral.hover': "#091E420F";
|
|
251
|
+
readonly 'color.background.transparentNeutral.pressed': "#091E4224";
|
|
252
|
+
readonly 'color.blanket': "#091E427A";
|
|
253
|
+
readonly 'color.blanket.selected': "#388BFF14";
|
|
254
|
+
readonly 'color.blanket.danger': "#EF5C4814";
|
|
255
|
+
readonly 'color.interaction.hovered': "#00000029";
|
|
256
|
+
readonly 'color.interaction.pressed': "#00000052";
|
|
257
|
+
readonly 'color.interaction.inverse.hovered': "#00000029";
|
|
258
|
+
readonly 'color.interaction.inverse.pressed': "#00000052";
|
|
259
|
+
readonly 'color.skeleton': "#091E420F";
|
|
260
|
+
readonly 'color.skeleton.subtle': "#091E4208";
|
|
261
|
+
readonly 'color.link': "#0C66E4";
|
|
262
|
+
readonly 'color.link.pressed': "#0055CC";
|
|
263
|
+
readonly 'color.accent.boldBlue': "#579DFF";
|
|
264
|
+
readonly 'color.accent.boldGreen': "#4BCE97";
|
|
265
|
+
readonly 'color.accent.boldOrange': "#FAA53D";
|
|
266
|
+
readonly 'color.accent.boldPurple': "#9F8FEF";
|
|
267
|
+
readonly 'color.accent.boldRed': "#F87462";
|
|
268
|
+
readonly 'color.accent.boldTeal': "#60C6D2";
|
|
269
|
+
readonly 'color.accent.subtleBlue': "#CCE0FF";
|
|
270
|
+
readonly 'color.accent.subtleGreen': "#BAF3DB";
|
|
271
|
+
readonly 'color.accent.subtleMagenta': "#FDD0EC";
|
|
272
|
+
readonly 'color.accent.subtleOrange': "#FFE2BD";
|
|
273
|
+
readonly 'color.accent.subtlePurple': "#DFD8FD";
|
|
274
|
+
readonly 'color.accent.subtleRed': "#FFD2CC";
|
|
275
|
+
readonly 'color.accent.subtleTeal': "#C1F0F5";
|
|
276
|
+
readonly 'color.iconBorder.brand': "#1D7AFC";
|
|
277
|
+
readonly 'color.iconBorder.danger': "#E34935";
|
|
278
|
+
readonly 'color.iconBorder.warning': "#D97008";
|
|
279
|
+
readonly 'color.iconBorder.success': "#22A06B";
|
|
280
|
+
readonly 'color.iconBorder.discovery': "#8270DB";
|
|
281
|
+
readonly 'color.overlay.hover': "#091E424F";
|
|
282
|
+
readonly 'color.overlay.pressed': "#091E427A";
|
|
283
|
+
readonly 'shadow.card': "[object Object],[object Object]";
|
|
284
|
+
readonly 'shadow.overlay': "[object Object],[object Object]";
|
|
285
|
+
readonly 'elevation.shadow.raised': "[object Object],[object Object]";
|
|
286
|
+
readonly 'elevation.shadow.overflow': "[object Object],[object Object]";
|
|
287
|
+
readonly 'elevation.shadow.overflow.spread': "#091e4229";
|
|
288
|
+
readonly 'elevation.shadow.overflow.perimeter': "#091e421f";
|
|
289
|
+
readonly 'elevation.shadow.overlay': "[object Object],[object Object]";
|
|
290
|
+
readonly 'elevation.surface': "#FFFFFF";
|
|
291
|
+
readonly 'elevation.surface.hovered': "#F1F2F4";
|
|
292
|
+
readonly 'elevation.surface.pressed': "#DCDFE4";
|
|
293
|
+
readonly 'elevation.surface.sunken': "#F7F8F9";
|
|
294
|
+
readonly 'elevation.surface.raised': "#FFFFFF";
|
|
295
|
+
readonly 'elevation.surface.raised.hovered': "#F1F2F4";
|
|
296
|
+
readonly 'elevation.surface.raised.pressed': "#DCDFE4";
|
|
297
|
+
readonly 'elevation.surface.overlay': "#FFFFFF";
|
|
298
|
+
readonly 'elevation.surface.overlay.hovered': "#F1F2F4";
|
|
299
|
+
readonly 'elevation.surface.overlay.pressed': "#DCDFE4";
|
|
300
|
+
readonly 'opacity.disabled': "0.4";
|
|
301
|
+
readonly 'opacity.loading': "0.2";
|
|
302
|
+
readonly 'utility.UNSAFE_util.transparent': "transparent";
|
|
303
|
+
readonly 'utility.UNSAFE_util.MISSING_TOKEN': "#FA11F2";
|
|
304
|
+
readonly 'space.0': "0";
|
|
305
|
+
readonly 'space.100': "0.5rem";
|
|
306
|
+
readonly 'space.150': "0.75rem";
|
|
307
|
+
readonly 'space.200': "1rem";
|
|
308
|
+
readonly 'space.250': "1.25rem";
|
|
309
|
+
readonly 'space.300': "1.5rem";
|
|
310
|
+
readonly 'space.400': "2rem";
|
|
311
|
+
readonly 'space.500': "2.5rem";
|
|
312
|
+
readonly 'space.600': "3rem";
|
|
313
|
+
readonly 'space.800': "4rem";
|
|
314
|
+
readonly 'space.1000': "5rem";
|
|
315
|
+
readonly 'space.025': "0.125rem";
|
|
316
|
+
readonly 'space.050': "0.25rem";
|
|
317
|
+
readonly 'space.075': "0.375rem";
|
|
318
|
+
readonly 'spacing.scale.0': "0";
|
|
319
|
+
readonly 'spacing.scale.100': "0.5rem";
|
|
320
|
+
readonly 'spacing.scale.150': "0.75rem";
|
|
321
|
+
readonly 'spacing.scale.200': "1rem";
|
|
322
|
+
readonly 'spacing.scale.250': "1.25rem";
|
|
323
|
+
readonly 'spacing.scale.300': "1.5rem";
|
|
324
|
+
readonly 'spacing.scale.400': "2rem";
|
|
325
|
+
readonly 'spacing.scale.500': "2.5rem";
|
|
326
|
+
readonly 'spacing.scale.600': "3rem";
|
|
327
|
+
readonly 'spacing.scale.800': "4rem";
|
|
328
|
+
readonly 'spacing.scale.1000': "5rem";
|
|
329
|
+
readonly 'spacing.scale.025': "0.125rem";
|
|
330
|
+
readonly 'spacing.scale.050': "0.25rem";
|
|
331
|
+
readonly 'spacing.scale.075': "0.375rem";
|
|
332
|
+
readonly 'spacing.scaleLinear.0': "0";
|
|
333
|
+
readonly 'spacing.scaleLinear.100': "0.125rem";
|
|
334
|
+
readonly 'spacing.scaleLinear.200': "0.25rem";
|
|
335
|
+
readonly 'spacing.scaleLinear.300': "0.375rem";
|
|
336
|
+
readonly 'spacing.scaleLinear.400': "0.5rem";
|
|
337
|
+
readonly 'spacing.scaleLinear.500': "0.75rem";
|
|
338
|
+
readonly 'spacing.scaleLinear.600': "1rem";
|
|
339
|
+
readonly 'spacing.scaleLinear.700': "1.25rem";
|
|
340
|
+
readonly 'spacing.scaleLinear.800': "1.5rem";
|
|
341
|
+
readonly 'spacing.scaleLinear.900': "2rem";
|
|
342
|
+
readonly 'spacing.scaleLinear.1000': "2.5rem";
|
|
343
|
+
readonly 'spacing.scaleLinear.1100': "3rem";
|
|
344
|
+
readonly 'spacing.size.none': "0";
|
|
345
|
+
readonly 'spacing.size.xxxxSmall': "0.125rem";
|
|
346
|
+
readonly 'spacing.size.xxxSmall': "0.25rem";
|
|
347
|
+
readonly 'spacing.size.xxSmall': "0.375rem";
|
|
348
|
+
readonly 'spacing.size.xsmall': "0.5rem";
|
|
349
|
+
readonly 'spacing.size.small': "0.75rem";
|
|
350
|
+
readonly 'spacing.size.medium': "1rem";
|
|
351
|
+
readonly 'spacing.size.large': "1.25rem";
|
|
352
|
+
readonly 'spacing.size.xlarge': "1.5rem";
|
|
353
|
+
readonly 'spacing.size.xxlarge': "2rem";
|
|
354
|
+
readonly 'spacing.size.xxxlarge': "2.5rem";
|
|
355
|
+
readonly 'spacing.size.xxxxlarge': "3rem";
|
|
356
|
+
readonly 'spacing.ecl.element.2': "0.125rem";
|
|
357
|
+
readonly 'spacing.ecl.element.4': "0.25rem";
|
|
358
|
+
readonly 'spacing.ecl.element.6': "0.375rem";
|
|
359
|
+
readonly 'spacing.ecl.element.8': "0.5rem";
|
|
360
|
+
readonly 'spacing.ecl.container.12': "0.75rem";
|
|
361
|
+
readonly 'spacing.ecl.container.16': "1rem";
|
|
362
|
+
readonly 'spacing.ecl.container.20': "1.25rem";
|
|
363
|
+
readonly 'spacing.ecl.container.24': "1.5rem";
|
|
364
|
+
readonly 'spacing.ecl.layout.32': "2rem";
|
|
365
|
+
readonly 'spacing.ecl.layout.40': "2.5rem";
|
|
366
|
+
readonly 'spacing.ecl.layout.64': "3rem";
|
|
367
|
+
readonly 'spacing.ccc.component.2': "0.125rem";
|
|
368
|
+
readonly 'spacing.ccc.component.4': "0.25rem";
|
|
369
|
+
readonly 'spacing.ccc.component.6': "0.375rem";
|
|
370
|
+
readonly 'spacing.ccc.component.8': "0.5rem";
|
|
371
|
+
readonly 'spacing.ccc.content.12': "0.75rem";
|
|
372
|
+
readonly 'spacing.ccc.content.16': "1rem";
|
|
373
|
+
readonly 'spacing.ccc.content.20': "1.25rem";
|
|
374
|
+
readonly 'spacing.ccc.content.24': "1.5rem";
|
|
375
|
+
readonly 'spacing.ccc.container.32': "2rem";
|
|
376
|
+
readonly 'spacing.ccc.container.40': "2.5rem";
|
|
377
|
+
readonly 'spacing.ccc.container.48': "3rem";
|
|
378
|
+
readonly 'spacing.gap.100': "0.5rem";
|
|
379
|
+
readonly 'spacing.gap.200': "1rem";
|
|
380
|
+
readonly 'spacing.gap.300': "1.5rem";
|
|
381
|
+
readonly 'spacing.inset.100': "0.5rem";
|
|
382
|
+
readonly 'spacing.inset.200': "1rem";
|
|
383
|
+
readonly 'spacing.inset.300': "1.5rem";
|
|
384
|
+
readonly 'font.family.sans': "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", sans-serif";
|
|
385
|
+
readonly 'font.family.monospace': "\"SFMono-Medium\", \"SF Mono\", \"Segoe UI Mono\", \"Roboto Mono\", \"Ubuntu Mono\", Menlo, Consolas, Courier, monospace";
|
|
386
|
+
readonly 'font.size.100': "14px";
|
|
387
|
+
readonly 'font.size.200': "16px";
|
|
388
|
+
readonly 'font.size.300': "20px";
|
|
389
|
+
readonly 'font.size.400': "24px";
|
|
390
|
+
readonly 'font.size.500': "29px";
|
|
391
|
+
readonly 'font.size.600': "35px";
|
|
392
|
+
readonly 'font.size.050': "11px";
|
|
393
|
+
readonly 'font.size.075': "12px";
|
|
394
|
+
readonly 'font.weight.regular': "400";
|
|
395
|
+
readonly 'font.weight.medium': "500";
|
|
396
|
+
readonly 'font.weight.semibold': "600";
|
|
397
|
+
readonly 'font.weight.bold': "700";
|
|
398
|
+
readonly 'font.lineHeight.100': "16px";
|
|
399
|
+
readonly 'font.lineHeight.200': "20px";
|
|
400
|
+
readonly 'font.lineHeight.300': "24px";
|
|
401
|
+
readonly 'font.lineHeight.400': "28px";
|
|
402
|
+
readonly 'font.lineHeight.500': "32px";
|
|
403
|
+
readonly 'font.lineHeight.600': "40px";
|
|
395
404
|
};
|
|
396
|
-
export default
|
|
405
|
+
export default defaultTokenValues;
|