@atlaskit/tokens 0.10.15 → 0.10.18
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 +18 -0
- package/css/atlassian-legacy-dark.css +290 -0
- package/css/atlassian-legacy-light.css +290 -0
- package/dist/cjs/artifacts/palettes-raw/legacy-palette.js +86 -69
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-dark.js +6758 -0
- package/dist/cjs/artifacts/tokens-raw/atlassian-legacy-light.js +6718 -0
- package/dist/cjs/constants.js +4 -2
- package/dist/cjs/get-token.js +1 -1
- package/dist/cjs/palettes/legacy-palette.js +41 -34
- package/dist/cjs/tokens/atlassian-legacy-dark/color/accent.js +296 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/background.js +250 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/border.js +53 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/icon.js +52 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/interaction.js +22 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/skeleton.js +20 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/color/text.js +63 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/deprecated/deprecated.js +532 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/elevation/shadow.js +89 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/elevation/surface.js +26 -0
- package/dist/cjs/tokens/atlassian-legacy-dark/utility/utility.js +20 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/accent.js +296 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/background.js +249 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/border.js +53 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/icon.js +52 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/interaction.js +22 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/skeleton.js +20 -0
- package/dist/cjs/tokens/atlassian-legacy-light/color/text.js +63 -0
- package/dist/cjs/tokens/atlassian-legacy-light/deprecated/deprecated.js +523 -0
- package/dist/cjs/tokens/atlassian-legacy-light/elevation/shadow.js +71 -0
- package/dist/cjs/tokens/atlassian-legacy-light/elevation/surface.js +26 -0
- package/dist/cjs/tokens/atlassian-legacy-light/utility/utility.js +20 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/artifacts/palettes-raw/legacy-palette.js +86 -69
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-dark.js +6750 -0
- package/dist/es2019/artifacts/tokens-raw/atlassian-legacy-light.js +6710 -0
- package/dist/es2019/constants.js +4 -2
- package/dist/es2019/get-token.js +1 -1
- package/dist/es2019/palettes/legacy-palette.js +41 -34
- package/dist/es2019/tokens/atlassian-legacy-dark/color/accent.js +289 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/background.js +243 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/border.js +46 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/icon.js +45 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/interaction.js +15 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/skeleton.js +13 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/color/text.js +56 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/deprecated/deprecated.js +525 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/elevation/shadow.js +82 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/elevation/surface.js +19 -0
- package/dist/es2019/tokens/atlassian-legacy-dark/utility/utility.js +13 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/accent.js +289 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/background.js +242 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/border.js +46 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/icon.js +45 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/interaction.js +15 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/skeleton.js +13 -0
- package/dist/es2019/tokens/atlassian-legacy-light/color/text.js +56 -0
- package/dist/es2019/tokens/atlassian-legacy-light/deprecated/deprecated.js +516 -0
- package/dist/es2019/tokens/atlassian-legacy-light/elevation/shadow.js +64 -0
- package/dist/es2019/tokens/atlassian-legacy-light/elevation/surface.js +19 -0
- package/dist/es2019/tokens/atlassian-legacy-light/utility/utility.js +13 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/artifacts/palettes-raw/legacy-palette.js +86 -69
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-dark.js +6750 -0
- package/dist/esm/artifacts/tokens-raw/atlassian-legacy-light.js +6710 -0
- package/dist/esm/constants.js +4 -2
- package/dist/esm/get-token.js +1 -1
- package/dist/esm/palettes/legacy-palette.js +41 -34
- package/dist/esm/tokens/atlassian-legacy-dark/color/accent.js +289 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/background.js +243 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/border.js +46 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/icon.js +45 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/interaction.js +15 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/skeleton.js +13 -0
- package/dist/esm/tokens/atlassian-legacy-dark/color/text.js +56 -0
- package/dist/esm/tokens/atlassian-legacy-dark/deprecated/deprecated.js +525 -0
- package/dist/esm/tokens/atlassian-legacy-dark/elevation/shadow.js +82 -0
- package/dist/esm/tokens/atlassian-legacy-dark/elevation/surface.js +19 -0
- package/dist/esm/tokens/atlassian-legacy-dark/utility/utility.js +13 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/accent.js +289 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/background.js +242 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/border.js +46 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/icon.js +45 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/interaction.js +15 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/skeleton.js +13 -0
- package/dist/esm/tokens/atlassian-legacy-light/color/text.js +56 -0
- package/dist/esm/tokens/atlassian-legacy-light/deprecated/deprecated.js +516 -0
- package/dist/esm/tokens/atlassian-legacy-light/elevation/shadow.js +64 -0
- package/dist/esm/tokens/atlassian-legacy-light/elevation/surface.js +19 -0
- package/dist/esm/tokens/atlassian-legacy-light/utility/utility.js +13 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/artifacts/palettes-raw/legacy-palette.d.ts +1 -1
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-dark.d.ts +195 -0
- package/dist/types/artifacts/tokens-raw/atlassian-legacy-light.d.ts +147 -0
- package/dist/types/constants.d.ts +3 -1
- package/dist/types/palettes/legacy-palette.d.ts +1 -1
- package/dist/types/tokens/atlassian-legacy-dark/color/accent.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/background.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/border.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/icon.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/interaction.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/skeleton.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/color/text.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/deprecated/deprecated.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/elevation/shadow.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/elevation/surface.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-dark/utility/utility.d.ts +5 -0
- package/dist/types/tokens/atlassian-legacy-light/color/accent.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/background.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/border.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/icon.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/interaction.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/skeleton.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/color/text.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/deprecated/deprecated.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/elevation/shadow.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/elevation/surface.d.ts +4 -0
- package/dist/types/tokens/atlassian-legacy-light/utility/utility.d.ts +5 -0
- package/package.json +18 -16
|
@@ -0,0 +1,532 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var color = {
|
|
8
|
+
color: {
|
|
9
|
+
accent: {
|
|
10
|
+
boldBlue: {
|
|
11
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
12
|
+
value: '#FA11F2'
|
|
13
|
+
},
|
|
14
|
+
boldGreen: {
|
|
15
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
16
|
+
value: '#FA11F2'
|
|
17
|
+
},
|
|
18
|
+
boldOrange: {
|
|
19
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
20
|
+
value: '#FA11F2'
|
|
21
|
+
},
|
|
22
|
+
boldPurple: {
|
|
23
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
24
|
+
value: '#FA11F2'
|
|
25
|
+
},
|
|
26
|
+
boldRed: {
|
|
27
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
28
|
+
value: '#FA11F2'
|
|
29
|
+
},
|
|
30
|
+
boldTeal: {
|
|
31
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
32
|
+
value: '#FA11F2'
|
|
33
|
+
},
|
|
34
|
+
subtleBlue: {
|
|
35
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
36
|
+
value: '#FA11F2'
|
|
37
|
+
},
|
|
38
|
+
subtleGreen: {
|
|
39
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
40
|
+
value: '#FA11F2'
|
|
41
|
+
},
|
|
42
|
+
subtleMagenta: {
|
|
43
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
44
|
+
value: '#FA11F2'
|
|
45
|
+
},
|
|
46
|
+
subtleOrange: {
|
|
47
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
48
|
+
value: '#FA11F2'
|
|
49
|
+
},
|
|
50
|
+
subtlePurple: {
|
|
51
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
52
|
+
value: '#FA11F2'
|
|
53
|
+
},
|
|
54
|
+
subtleRed: {
|
|
55
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
56
|
+
value: '#FA11F2'
|
|
57
|
+
},
|
|
58
|
+
subtleTeal: {
|
|
59
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
60
|
+
value: '#FA11F2'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
background: {
|
|
64
|
+
accent: {
|
|
65
|
+
blue: {
|
|
66
|
+
'[default]': {
|
|
67
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
68
|
+
value: '#FA11F2'
|
|
69
|
+
},
|
|
70
|
+
bold: {
|
|
71
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
72
|
+
value: '#FA11F2'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
red: {
|
|
76
|
+
'[default]': {
|
|
77
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
78
|
+
value: '#FA11F2'
|
|
79
|
+
},
|
|
80
|
+
bold: {
|
|
81
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
82
|
+
value: '#FA11F2'
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
orange: {
|
|
86
|
+
'[default]': {
|
|
87
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
88
|
+
value: '#FA11F2'
|
|
89
|
+
},
|
|
90
|
+
bold: {
|
|
91
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
92
|
+
value: '#FA11F2'
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
yellow: {
|
|
96
|
+
'[default]': {
|
|
97
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
98
|
+
value: '#FA11F2'
|
|
99
|
+
},
|
|
100
|
+
bold: {
|
|
101
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
102
|
+
value: '#FA11F2'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
green: {
|
|
106
|
+
'[default]': {
|
|
107
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
108
|
+
value: '#FA11F2'
|
|
109
|
+
},
|
|
110
|
+
bold: {
|
|
111
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
112
|
+
value: '#FA11F2'
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
purple: {
|
|
116
|
+
'[default]': {
|
|
117
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
118
|
+
value: '#FA11F2'
|
|
119
|
+
},
|
|
120
|
+
bold: {
|
|
121
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
122
|
+
value: '#FA11F2'
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
teal: {
|
|
126
|
+
'[default]': {
|
|
127
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
128
|
+
value: '#FA11F2'
|
|
129
|
+
},
|
|
130
|
+
bold: {
|
|
131
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
132
|
+
value: '#FA11F2'
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
magenta: {
|
|
136
|
+
'[default]': {
|
|
137
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
138
|
+
value: '#FA11F2'
|
|
139
|
+
},
|
|
140
|
+
bold: {
|
|
141
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
142
|
+
value: '#FA11F2'
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
blanket: {
|
|
147
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
148
|
+
value: '#FA11F2'
|
|
149
|
+
},
|
|
150
|
+
brand: {
|
|
151
|
+
'[default]': {
|
|
152
|
+
'[default]': {
|
|
153
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
154
|
+
value: '#FA11F2'
|
|
155
|
+
},
|
|
156
|
+
hovered: {
|
|
157
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
158
|
+
value: '#FA11F2'
|
|
159
|
+
},
|
|
160
|
+
pressed: {
|
|
161
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
162
|
+
value: '#FA11F2'
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
boldBrand: {
|
|
167
|
+
resting: {
|
|
168
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
169
|
+
value: '#FA11F2'
|
|
170
|
+
},
|
|
171
|
+
hover: {
|
|
172
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
173
|
+
value: '#FA11F2'
|
|
174
|
+
},
|
|
175
|
+
pressed: {
|
|
176
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
177
|
+
value: '#FA11F2'
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
boldDanger: {
|
|
181
|
+
resting: {
|
|
182
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
183
|
+
value: '#FA11F2'
|
|
184
|
+
},
|
|
185
|
+
hover: {
|
|
186
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
187
|
+
value: '#FA11F2'
|
|
188
|
+
},
|
|
189
|
+
pressed: {
|
|
190
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
191
|
+
value: '#FA11F2'
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
boldDiscovery: {
|
|
195
|
+
resting: {
|
|
196
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
197
|
+
value: '#FA11F2'
|
|
198
|
+
},
|
|
199
|
+
hover: {
|
|
200
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
201
|
+
value: '#FA11F2'
|
|
202
|
+
},
|
|
203
|
+
pressed: {
|
|
204
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
205
|
+
value: '#FA11F2'
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
boldNeutral: {
|
|
209
|
+
resting: {
|
|
210
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
211
|
+
value: '#FA11F2'
|
|
212
|
+
},
|
|
213
|
+
hover: {
|
|
214
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
215
|
+
value: '#FA11F2'
|
|
216
|
+
},
|
|
217
|
+
pressed: {
|
|
218
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
219
|
+
value: '#FA11F2'
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
boldSuccess: {
|
|
223
|
+
resting: {
|
|
224
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
225
|
+
value: '#FA11F2'
|
|
226
|
+
},
|
|
227
|
+
hover: {
|
|
228
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
229
|
+
value: '#FA11F2'
|
|
230
|
+
},
|
|
231
|
+
pressed: {
|
|
232
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
233
|
+
value: '#FA11F2'
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
boldWarning: {
|
|
237
|
+
resting: {
|
|
238
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
239
|
+
value: '#FA11F2'
|
|
240
|
+
},
|
|
241
|
+
hover: {
|
|
242
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
243
|
+
value: '#FA11F2'
|
|
244
|
+
},
|
|
245
|
+
pressed: {
|
|
246
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
247
|
+
value: '#FA11F2'
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
default: {
|
|
251
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
252
|
+
value: '#FA11F2'
|
|
253
|
+
},
|
|
254
|
+
card: {
|
|
255
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
256
|
+
value: '#FA11F2'
|
|
257
|
+
},
|
|
258
|
+
inverse: {
|
|
259
|
+
// @ts-ignore temporary until a palette colour exists for it
|
|
260
|
+
'[default]': {
|
|
261
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
262
|
+
value: '#FA11F2'
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
overlay: {
|
|
266
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
267
|
+
value: '#FA11F2'
|
|
268
|
+
},
|
|
269
|
+
selected: {
|
|
270
|
+
resting: {
|
|
271
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
272
|
+
value: '#FA11F2'
|
|
273
|
+
},
|
|
274
|
+
hover: {
|
|
275
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
276
|
+
value: '#FA11F2'
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
subtleBorderedNeutral: {
|
|
280
|
+
resting: {
|
|
281
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
282
|
+
value: '#FA11F2'
|
|
283
|
+
},
|
|
284
|
+
pressed: {
|
|
285
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
286
|
+
value: '#FA11F2'
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
subtleBrand: {
|
|
290
|
+
resting: {
|
|
291
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
292
|
+
value: '#FA11F2'
|
|
293
|
+
},
|
|
294
|
+
hover: {
|
|
295
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
296
|
+
value: '#FA11F2'
|
|
297
|
+
},
|
|
298
|
+
pressed: {
|
|
299
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
300
|
+
value: '#FA11F2'
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
subtleDanger: {
|
|
304
|
+
resting: {
|
|
305
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
306
|
+
value: '#FA11F2'
|
|
307
|
+
},
|
|
308
|
+
hover: {
|
|
309
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
310
|
+
value: '#FA11F2'
|
|
311
|
+
},
|
|
312
|
+
pressed: {
|
|
313
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
314
|
+
value: '#FA11F2'
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
subtleDiscovery: {
|
|
318
|
+
resting: {
|
|
319
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
320
|
+
value: '#FA11F2'
|
|
321
|
+
},
|
|
322
|
+
hover: {
|
|
323
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
324
|
+
value: '#FA11F2'
|
|
325
|
+
},
|
|
326
|
+
pressed: {
|
|
327
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
328
|
+
value: '#FA11F2'
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
subtleNeutral: {
|
|
332
|
+
resting: {
|
|
333
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
334
|
+
value: '#FA11F2'
|
|
335
|
+
},
|
|
336
|
+
hover: {
|
|
337
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
338
|
+
value: '#FA11F2'
|
|
339
|
+
},
|
|
340
|
+
pressed: {
|
|
341
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
342
|
+
value: '#FA11F2'
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
subtleSuccess: {
|
|
346
|
+
resting: {
|
|
347
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
348
|
+
value: '#FA11F2'
|
|
349
|
+
},
|
|
350
|
+
hover: {
|
|
351
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
352
|
+
value: '#FA11F2'
|
|
353
|
+
},
|
|
354
|
+
pressed: {
|
|
355
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
356
|
+
value: '#FA11F2'
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
subtleWarning: {
|
|
360
|
+
resting: {
|
|
361
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
362
|
+
value: '#FA11F2'
|
|
363
|
+
},
|
|
364
|
+
hover: {
|
|
365
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
366
|
+
value: '#FA11F2'
|
|
367
|
+
},
|
|
368
|
+
pressed: {
|
|
369
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
370
|
+
value: '#FA11F2'
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
sunken: {
|
|
374
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
375
|
+
value: '#FA11F2-100A'
|
|
376
|
+
},
|
|
377
|
+
transparentNeutral: {
|
|
378
|
+
hover: {
|
|
379
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
380
|
+
value: '#FA11F2'
|
|
381
|
+
},
|
|
382
|
+
pressed: {
|
|
383
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
384
|
+
value: '#FA11F2'
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
text: {
|
|
389
|
+
highEmphasis: {
|
|
390
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
391
|
+
value: '#FA11F2'
|
|
392
|
+
},
|
|
393
|
+
mediumEmphasis: {
|
|
394
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
395
|
+
value: '#FA11F2'
|
|
396
|
+
},
|
|
397
|
+
lowEmphasis: {
|
|
398
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
399
|
+
value: '#FA11F2'
|
|
400
|
+
},
|
|
401
|
+
link: {
|
|
402
|
+
resting: {
|
|
403
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
404
|
+
value: '#FA11F2'
|
|
405
|
+
},
|
|
406
|
+
pressed: {
|
|
407
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
408
|
+
value: '#FA11F2'
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
onBold: {
|
|
412
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
413
|
+
value: '#FA11F2'
|
|
414
|
+
},
|
|
415
|
+
onBoldWarning: {
|
|
416
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
417
|
+
value: '#FA11F2'
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
border: {
|
|
421
|
+
focus: {
|
|
422
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
423
|
+
value: '#FA11F2'
|
|
424
|
+
},
|
|
425
|
+
neutral: {
|
|
426
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
427
|
+
value: '#FA11F2'
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
iconBorder: {
|
|
431
|
+
brand: {
|
|
432
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
433
|
+
value: '#FA11F2'
|
|
434
|
+
},
|
|
435
|
+
danger: {
|
|
436
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
437
|
+
value: '#FA11F2'
|
|
438
|
+
},
|
|
439
|
+
warning: {
|
|
440
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
441
|
+
value: '#FA11F2'
|
|
442
|
+
},
|
|
443
|
+
success: {
|
|
444
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
445
|
+
value: '#FA11F2'
|
|
446
|
+
},
|
|
447
|
+
discovery: {
|
|
448
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
449
|
+
value: '#FA11F2'
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
overlay: {
|
|
453
|
+
hover: {
|
|
454
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
455
|
+
value: '#FA11F2'
|
|
456
|
+
},
|
|
457
|
+
pressed: {
|
|
458
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
459
|
+
value: '#FA11F2'
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
interaction: {
|
|
463
|
+
inverse: {
|
|
464
|
+
hovered: {
|
|
465
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
466
|
+
value: '#FA11F2'
|
|
467
|
+
},
|
|
468
|
+
pressed: {
|
|
469
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
470
|
+
value: '#FA11F2'
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
shadow: {
|
|
476
|
+
card: {
|
|
477
|
+
value: [{
|
|
478
|
+
radius: 1,
|
|
479
|
+
offset: {
|
|
480
|
+
x: 0,
|
|
481
|
+
y: 1
|
|
482
|
+
},
|
|
483
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
484
|
+
color: '#FA11F2',
|
|
485
|
+
opacity: 0.5
|
|
486
|
+
}, {
|
|
487
|
+
radius: 1,
|
|
488
|
+
offset: {
|
|
489
|
+
x: 0,
|
|
490
|
+
y: 0
|
|
491
|
+
},
|
|
492
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
493
|
+
color: '#FA11F2',
|
|
494
|
+
opacity: 0.5
|
|
495
|
+
}]
|
|
496
|
+
},
|
|
497
|
+
overlay: {
|
|
498
|
+
value: [{
|
|
499
|
+
radius: 0,
|
|
500
|
+
spread: 1,
|
|
501
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
502
|
+
color: '#FA11F2',
|
|
503
|
+
offset: {
|
|
504
|
+
x: 0,
|
|
505
|
+
y: 0
|
|
506
|
+
},
|
|
507
|
+
opacity: 0.04,
|
|
508
|
+
inset: true
|
|
509
|
+
}, {
|
|
510
|
+
radius: 12,
|
|
511
|
+
offset: {
|
|
512
|
+
x: 0,
|
|
513
|
+
y: 8
|
|
514
|
+
},
|
|
515
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
516
|
+
color: '#FA11F2',
|
|
517
|
+
opacity: 0.36
|
|
518
|
+
}, {
|
|
519
|
+
radius: 1,
|
|
520
|
+
offset: {
|
|
521
|
+
x: 0,
|
|
522
|
+
y: 0
|
|
523
|
+
},
|
|
524
|
+
// @ts-expect-error deprecated tokens should not be in use
|
|
525
|
+
color: '#FA11F2',
|
|
526
|
+
opacity: 0.5
|
|
527
|
+
}]
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
var _default = color;
|
|
532
|
+
exports.default = _default;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var shadow = {
|
|
8
|
+
elevation: {
|
|
9
|
+
shadow: {
|
|
10
|
+
raised: {
|
|
11
|
+
value: [{
|
|
12
|
+
radius: 1,
|
|
13
|
+
offset: {
|
|
14
|
+
x: 0,
|
|
15
|
+
y: 1
|
|
16
|
+
},
|
|
17
|
+
color: 'DN100A',
|
|
18
|
+
// This opacity overrides the color alpha.
|
|
19
|
+
opacity: 0.5
|
|
20
|
+
}, {
|
|
21
|
+
radius: 1,
|
|
22
|
+
offset: {
|
|
23
|
+
x: 0,
|
|
24
|
+
y: 0
|
|
25
|
+
},
|
|
26
|
+
color: 'DN100A',
|
|
27
|
+
// This opacity overrides the color alpha.
|
|
28
|
+
opacity: 0.5
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
overflow: {
|
|
32
|
+
value: [{
|
|
33
|
+
radius: 12,
|
|
34
|
+
offset: {
|
|
35
|
+
x: 0,
|
|
36
|
+
y: 0
|
|
37
|
+
},
|
|
38
|
+
// @ts-ignore no current palette colour for this yet
|
|
39
|
+
color: '#030404',
|
|
40
|
+
// This opacity overrides the color alpha.
|
|
41
|
+
opacity: 0.56
|
|
42
|
+
}, {
|
|
43
|
+
radius: 1,
|
|
44
|
+
offset: {
|
|
45
|
+
x: 0,
|
|
46
|
+
y: 0
|
|
47
|
+
},
|
|
48
|
+
// @ts-ignore no current palette colour for this yet
|
|
49
|
+
color: '#030404',
|
|
50
|
+
// This opacity overrides the color alpha.
|
|
51
|
+
opacity: 0.5
|
|
52
|
+
}]
|
|
53
|
+
},
|
|
54
|
+
overlay: {
|
|
55
|
+
value: [{
|
|
56
|
+
radius: 0,
|
|
57
|
+
spread: 1,
|
|
58
|
+
color: 'DN100A',
|
|
59
|
+
offset: {
|
|
60
|
+
x: 0,
|
|
61
|
+
y: 0
|
|
62
|
+
},
|
|
63
|
+
opacity: 0.04,
|
|
64
|
+
inset: true
|
|
65
|
+
}, {
|
|
66
|
+
radius: 12,
|
|
67
|
+
offset: {
|
|
68
|
+
x: 0,
|
|
69
|
+
y: 8
|
|
70
|
+
},
|
|
71
|
+
color: 'DN100A',
|
|
72
|
+
// This opacity overrides the color alpha.
|
|
73
|
+
opacity: 0.36
|
|
74
|
+
}, {
|
|
75
|
+
radius: 1,
|
|
76
|
+
offset: {
|
|
77
|
+
x: 0,
|
|
78
|
+
y: 0
|
|
79
|
+
},
|
|
80
|
+
color: 'DN100A',
|
|
81
|
+
// This opacity overrides the color alpha.
|
|
82
|
+
opacity: 0.5
|
|
83
|
+
}]
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
};
|
|
88
|
+
var _default = shadow;
|
|
89
|
+
exports.default = _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var elevation = {
|
|
8
|
+
elevation: {
|
|
9
|
+
surface: {
|
|
10
|
+
'[default]': {
|
|
11
|
+
value: 'DN30'
|
|
12
|
+
},
|
|
13
|
+
sunken: {
|
|
14
|
+
value: 'DN100'
|
|
15
|
+
},
|
|
16
|
+
raised: {
|
|
17
|
+
value: 'DN80'
|
|
18
|
+
},
|
|
19
|
+
overlay: {
|
|
20
|
+
value: 'DN200'
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
var _default = elevation;
|
|
26
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var utility = {
|
|
8
|
+
UNSAFE_util: {
|
|
9
|
+
transparent: {
|
|
10
|
+
value: 'transparent'
|
|
11
|
+
},
|
|
12
|
+
MISSING_TOKEN: {
|
|
13
|
+
value: '#FA11F2'
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
var _default = {
|
|
18
|
+
utility: utility
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|