@neo4j-ndl/base 1.10.3 → 2.0.0-alpha-e609471
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/lib/LICENSES.txt +2105 -67
- package/lib/NOTICE.txt +30 -31
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/tailwind-preset.config.js +8 -8
- package/lib/cjs/tailwindTheme.js +64 -32
- package/lib/cjs/tailwindTheme.js.map +1 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +1972 -882
- package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +374 -238
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +373 -237
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/cjs/typescale.js +16 -16
- package/lib/cjs/typings.js +1 -1
- package/lib/esm/tailwindTheme.js +53 -24
- package/lib/esm/tailwindTheme.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1971 -881
- package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +373 -237
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +373 -237
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +41086 -31403
- package/lib/tokens/css/tokens.css +260 -150
- package/lib/tokens/js/tokens-raw.js +5445 -3032
- package/lib/tokens/js/tokens.js +373 -237
- package/lib/tokens/scss/tokens.scss +260 -150
- package/lib/types/tokens/js/storybook-design-token.d.ts +22 -9
- package/lib/types/tokens/js/tokens-esm.d.ts +486 -328
- package/lib/types/tokens/js/tokens.d.ts +486 -328
- package/lib/types/typings.d.ts +1 -1
- package/package.json +8 -9
- package/CHANGELOG.md +0 -807
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
export namespace tokens {
|
|
23
23
|
namespace transitions {
|
|
24
|
-
export
|
|
24
|
+
export let values: {
|
|
25
25
|
properties: {
|
|
26
26
|
default: string;
|
|
27
27
|
};
|
|
@@ -32,11 +32,11 @@ export namespace tokens {
|
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
|
-
export
|
|
36
|
-
|
|
35
|
+
export let stripped: string;
|
|
36
|
+
let _default: string;
|
|
37
37
|
export { _default as default };
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
let borderRadius: {
|
|
40
40
|
none: string;
|
|
41
41
|
sm: string;
|
|
42
42
|
md: string;
|
|
@@ -49,7 +49,7 @@ export namespace tokens {
|
|
|
49
49
|
"5xl": string;
|
|
50
50
|
full: string;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
let breakpoints: {
|
|
53
53
|
xs: string;
|
|
54
54
|
sm: string;
|
|
55
55
|
md: string;
|
|
@@ -58,7 +58,7 @@ export namespace tokens {
|
|
|
58
58
|
"2xl": string;
|
|
59
59
|
};
|
|
60
60
|
namespace palette {
|
|
61
|
-
|
|
61
|
+
let categorical: {
|
|
62
62
|
"1": string;
|
|
63
63
|
"2": string;
|
|
64
64
|
"3": string;
|
|
@@ -72,145 +72,7 @@ export namespace tokens {
|
|
|
72
72
|
"11": string;
|
|
73
73
|
"12": string;
|
|
74
74
|
};
|
|
75
|
-
|
|
76
|
-
namespace neutral {
|
|
77
|
-
namespace text {
|
|
78
|
-
export const weakest: string;
|
|
79
|
-
export const weaker: string;
|
|
80
|
-
export const weak: string;
|
|
81
|
-
const _default_1: string;
|
|
82
|
-
export { _default_1 as default };
|
|
83
|
-
export const inverse: string;
|
|
84
|
-
}
|
|
85
|
-
const icon: string;
|
|
86
|
-
namespace bg {
|
|
87
|
-
const weak_1: string;
|
|
88
|
-
export { weak_1 as weak };
|
|
89
|
-
const _default_2: string;
|
|
90
|
-
export { _default_2 as default };
|
|
91
|
-
export const strong: string;
|
|
92
|
-
export const strongest: string;
|
|
93
|
-
}
|
|
94
|
-
namespace border {
|
|
95
|
-
const weak_2: string;
|
|
96
|
-
export { weak_2 as weak };
|
|
97
|
-
const strong_1: string;
|
|
98
|
-
export { strong_1 as strong };
|
|
99
|
-
}
|
|
100
|
-
const hover: string;
|
|
101
|
-
const pressed: string;
|
|
102
|
-
}
|
|
103
|
-
namespace primary {
|
|
104
|
-
const text_1: string;
|
|
105
|
-
export { text_1 as text };
|
|
106
|
-
const icon_1: string;
|
|
107
|
-
export { icon_1 as icon };
|
|
108
|
-
export namespace bg_1 {
|
|
109
|
-
const strong_2: string;
|
|
110
|
-
export { strong_2 as strong };
|
|
111
|
-
const weak_3: string;
|
|
112
|
-
export { weak_3 as weak };
|
|
113
|
-
}
|
|
114
|
-
export { bg_1 as bg };
|
|
115
|
-
export namespace border_1 {
|
|
116
|
-
const strong_3: string;
|
|
117
|
-
export { strong_3 as strong };
|
|
118
|
-
const weak_4: string;
|
|
119
|
-
export { weak_4 as weak };
|
|
120
|
-
}
|
|
121
|
-
export { border_1 as border };
|
|
122
|
-
export const focus: string;
|
|
123
|
-
export namespace hover_1 {
|
|
124
|
-
const weak_5: string;
|
|
125
|
-
export { weak_5 as weak };
|
|
126
|
-
const strong_4: string;
|
|
127
|
-
export { strong_4 as strong };
|
|
128
|
-
}
|
|
129
|
-
export { hover_1 as hover };
|
|
130
|
-
export namespace pressed_1 {
|
|
131
|
-
const weak_6: string;
|
|
132
|
-
export { weak_6 as weak };
|
|
133
|
-
const strong_5: string;
|
|
134
|
-
export { strong_5 as strong };
|
|
135
|
-
}
|
|
136
|
-
export { pressed_1 as pressed };
|
|
137
|
-
}
|
|
138
|
-
namespace danger {
|
|
139
|
-
const text_2: string;
|
|
140
|
-
export { text_2 as text };
|
|
141
|
-
const icon_2: string;
|
|
142
|
-
export { icon_2 as icon };
|
|
143
|
-
export namespace bg_2 {
|
|
144
|
-
const strong_6: string;
|
|
145
|
-
export { strong_6 as strong };
|
|
146
|
-
const weak_7: string;
|
|
147
|
-
export { weak_7 as weak };
|
|
148
|
-
}
|
|
149
|
-
export { bg_2 as bg };
|
|
150
|
-
export namespace border_2 {
|
|
151
|
-
const strong_7: string;
|
|
152
|
-
export { strong_7 as strong };
|
|
153
|
-
const weak_8: string;
|
|
154
|
-
export { weak_8 as weak };
|
|
155
|
-
}
|
|
156
|
-
export { border_2 as border };
|
|
157
|
-
export namespace hover_2 {
|
|
158
|
-
const weak_9: string;
|
|
159
|
-
export { weak_9 as weak };
|
|
160
|
-
const strong_8: string;
|
|
161
|
-
export { strong_8 as strong };
|
|
162
|
-
}
|
|
163
|
-
export { hover_2 as hover };
|
|
164
|
-
export namespace pressed_2 {
|
|
165
|
-
const weak_10: string;
|
|
166
|
-
export { weak_10 as weak };
|
|
167
|
-
const strong_9: string;
|
|
168
|
-
export { strong_9 as strong };
|
|
169
|
-
}
|
|
170
|
-
export { pressed_2 as pressed };
|
|
171
|
-
}
|
|
172
|
-
namespace warning {
|
|
173
|
-
const text_3: string;
|
|
174
|
-
export { text_3 as text };
|
|
175
|
-
const icon_3: string;
|
|
176
|
-
export { icon_3 as icon };
|
|
177
|
-
export namespace bg_3 {
|
|
178
|
-
const strong_10: string;
|
|
179
|
-
export { strong_10 as strong };
|
|
180
|
-
const weak_11: string;
|
|
181
|
-
export { weak_11 as weak };
|
|
182
|
-
}
|
|
183
|
-
export { bg_3 as bg };
|
|
184
|
-
export namespace border_3 {
|
|
185
|
-
const strong_11: string;
|
|
186
|
-
export { strong_11 as strong };
|
|
187
|
-
const weak_12: string;
|
|
188
|
-
export { weak_12 as weak };
|
|
189
|
-
}
|
|
190
|
-
export { border_3 as border };
|
|
191
|
-
}
|
|
192
|
-
namespace success {
|
|
193
|
-
const text_4: string;
|
|
194
|
-
export { text_4 as text };
|
|
195
|
-
const icon_4: string;
|
|
196
|
-
export { icon_4 as icon };
|
|
197
|
-
export namespace bg_4 {
|
|
198
|
-
const strong_12: string;
|
|
199
|
-
export { strong_12 as strong };
|
|
200
|
-
const weak_13: string;
|
|
201
|
-
export { weak_13 as weak };
|
|
202
|
-
}
|
|
203
|
-
export { bg_4 as bg };
|
|
204
|
-
export namespace border_4 {
|
|
205
|
-
const strong_13: string;
|
|
206
|
-
export { strong_13 as strong };
|
|
207
|
-
const weak_14: string;
|
|
208
|
-
export { weak_14 as weak };
|
|
209
|
-
}
|
|
210
|
-
export { border_4 as border };
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
const graph: {
|
|
75
|
+
let graph: {
|
|
214
76
|
"1": string;
|
|
215
77
|
"2": string;
|
|
216
78
|
"3": string;
|
|
@@ -224,237 +86,539 @@ export namespace tokens {
|
|
|
224
86
|
"11": string;
|
|
225
87
|
"12": string;
|
|
226
88
|
};
|
|
227
|
-
namespace light {
|
|
228
|
-
export namespace neutral_1 {
|
|
229
|
-
export namespace text_5 {
|
|
230
|
-
const weakest_1: string;
|
|
231
|
-
export { weakest_1 as weakest };
|
|
232
|
-
const weaker_1: string;
|
|
233
|
-
export { weaker_1 as weaker };
|
|
234
|
-
const weak_15: string;
|
|
235
|
-
export { weak_15 as weak };
|
|
236
|
-
const _default_3: string;
|
|
237
|
-
export { _default_3 as default };
|
|
238
|
-
const inverse_1: string;
|
|
239
|
-
export { inverse_1 as inverse };
|
|
240
|
-
}
|
|
241
|
-
export { text_5 as text };
|
|
242
|
-
const icon_5: string;
|
|
243
|
-
export { icon_5 as icon };
|
|
244
|
-
export namespace bg_5 {
|
|
245
|
-
const weak_16: string;
|
|
246
|
-
export { weak_16 as weak };
|
|
247
|
-
const _default_4: string;
|
|
248
|
-
export { _default_4 as default };
|
|
249
|
-
const strong_14: string;
|
|
250
|
-
export { strong_14 as strong };
|
|
251
|
-
const strongest_1: string;
|
|
252
|
-
export { strongest_1 as strongest };
|
|
253
|
-
}
|
|
254
|
-
export { bg_5 as bg };
|
|
255
|
-
export namespace border_5 {
|
|
256
|
-
const weak_17: string;
|
|
257
|
-
export { weak_17 as weak };
|
|
258
|
-
const strong_15: string;
|
|
259
|
-
export { strong_15 as strong };
|
|
260
|
-
}
|
|
261
|
-
export { border_5 as border };
|
|
262
|
-
const hover_3: string;
|
|
263
|
-
export { hover_3 as hover };
|
|
264
|
-
const pressed_3: string;
|
|
265
|
-
export { pressed_3 as pressed };
|
|
266
|
-
}
|
|
267
|
-
export { neutral_1 as neutral };
|
|
268
|
-
export namespace primary_1 {
|
|
269
|
-
const text_6: string;
|
|
270
|
-
export { text_6 as text };
|
|
271
|
-
const icon_6: string;
|
|
272
|
-
export { icon_6 as icon };
|
|
273
|
-
export namespace bg_6 {
|
|
274
|
-
const strong_16: string;
|
|
275
|
-
export { strong_16 as strong };
|
|
276
|
-
const weak_18: string;
|
|
277
|
-
export { weak_18 as weak };
|
|
278
|
-
}
|
|
279
|
-
export { bg_6 as bg };
|
|
280
|
-
export namespace border_6 {
|
|
281
|
-
const strong_17: string;
|
|
282
|
-
export { strong_17 as strong };
|
|
283
|
-
const weak_19: string;
|
|
284
|
-
export { weak_19 as weak };
|
|
285
|
-
}
|
|
286
|
-
export { border_6 as border };
|
|
287
|
-
const focus_1: string;
|
|
288
|
-
export { focus_1 as focus };
|
|
289
|
-
export namespace hover_4 {
|
|
290
|
-
const weak_20: string;
|
|
291
|
-
export { weak_20 as weak };
|
|
292
|
-
const strong_18: string;
|
|
293
|
-
export { strong_18 as strong };
|
|
294
|
-
}
|
|
295
|
-
export { hover_4 as hover };
|
|
296
|
-
export namespace pressed_4 {
|
|
297
|
-
const weak_21: string;
|
|
298
|
-
export { weak_21 as weak };
|
|
299
|
-
const strong_19: string;
|
|
300
|
-
export { strong_19 as strong };
|
|
301
|
-
}
|
|
302
|
-
export { pressed_4 as pressed };
|
|
303
|
-
}
|
|
304
|
-
export { primary_1 as primary };
|
|
305
|
-
export namespace danger_1 {
|
|
306
|
-
const text_7: string;
|
|
307
|
-
export { text_7 as text };
|
|
308
|
-
const icon_7: string;
|
|
309
|
-
export { icon_7 as icon };
|
|
310
|
-
export namespace bg_7 {
|
|
311
|
-
const strong_20: string;
|
|
312
|
-
export { strong_20 as strong };
|
|
313
|
-
const weak_22: string;
|
|
314
|
-
export { weak_22 as weak };
|
|
315
|
-
}
|
|
316
|
-
export { bg_7 as bg };
|
|
317
|
-
export namespace border_7 {
|
|
318
|
-
const strong_21: string;
|
|
319
|
-
export { strong_21 as strong };
|
|
320
|
-
const weak_23: string;
|
|
321
|
-
export { weak_23 as weak };
|
|
322
|
-
}
|
|
323
|
-
export { border_7 as border };
|
|
324
|
-
export namespace hover_5 {
|
|
325
|
-
const weak_24: string;
|
|
326
|
-
export { weak_24 as weak };
|
|
327
|
-
const strong_22: string;
|
|
328
|
-
export { strong_22 as strong };
|
|
329
|
-
}
|
|
330
|
-
export { hover_5 as hover };
|
|
331
|
-
export namespace pressed_5 {
|
|
332
|
-
const weak_25: string;
|
|
333
|
-
export { weak_25 as weak };
|
|
334
|
-
const strong_23: string;
|
|
335
|
-
export { strong_23 as strong };
|
|
336
|
-
}
|
|
337
|
-
export { pressed_5 as pressed };
|
|
338
|
-
}
|
|
339
|
-
export { danger_1 as danger };
|
|
340
|
-
export namespace warning_1 {
|
|
341
|
-
const text_8: string;
|
|
342
|
-
export { text_8 as text };
|
|
343
|
-
const icon_8: string;
|
|
344
|
-
export { icon_8 as icon };
|
|
345
|
-
export namespace bg_8 {
|
|
346
|
-
const strong_24: string;
|
|
347
|
-
export { strong_24 as strong };
|
|
348
|
-
const weak_26: string;
|
|
349
|
-
export { weak_26 as weak };
|
|
350
|
-
}
|
|
351
|
-
export { bg_8 as bg };
|
|
352
|
-
export namespace border_8 {
|
|
353
|
-
const strong_25: string;
|
|
354
|
-
export { strong_25 as strong };
|
|
355
|
-
const weak_27: string;
|
|
356
|
-
export { weak_27 as weak };
|
|
357
|
-
}
|
|
358
|
-
export { border_8 as border };
|
|
359
|
-
}
|
|
360
|
-
export { warning_1 as warning };
|
|
361
|
-
export namespace success_1 {
|
|
362
|
-
const text_9: string;
|
|
363
|
-
export { text_9 as text };
|
|
364
|
-
const icon_9: string;
|
|
365
|
-
export { icon_9 as icon };
|
|
366
|
-
export namespace bg_9 {
|
|
367
|
-
const strong_26: string;
|
|
368
|
-
export { strong_26 as strong };
|
|
369
|
-
const weak_28: string;
|
|
370
|
-
export { weak_28 as weak };
|
|
371
|
-
}
|
|
372
|
-
export { bg_9 as bg };
|
|
373
|
-
export namespace border_9 {
|
|
374
|
-
const strong_27: string;
|
|
375
|
-
export { strong_27 as strong };
|
|
376
|
-
const weak_29: string;
|
|
377
|
-
export { weak_29 as weak };
|
|
378
|
-
}
|
|
379
|
-
export { border_9 as border };
|
|
380
|
-
}
|
|
381
|
-
export { success_1 as success };
|
|
382
|
-
}
|
|
383
89
|
}
|
|
384
90
|
namespace colors {
|
|
385
|
-
|
|
91
|
+
let baltic: {
|
|
92
|
+
"10": string;
|
|
93
|
+
"15": string;
|
|
94
|
+
"20": string;
|
|
95
|
+
"25": string;
|
|
96
|
+
"30": string;
|
|
97
|
+
"35": string;
|
|
98
|
+
"40": string;
|
|
99
|
+
"45": string;
|
|
100
|
+
"50": string;
|
|
101
|
+
"55": string;
|
|
102
|
+
"60": string;
|
|
103
|
+
"65": string;
|
|
104
|
+
"70": string;
|
|
105
|
+
"75": string;
|
|
106
|
+
"80": string;
|
|
107
|
+
};
|
|
108
|
+
let hibiscus: {
|
|
386
109
|
"10": string;
|
|
110
|
+
"15": string;
|
|
387
111
|
"20": string;
|
|
112
|
+
"25": string;
|
|
388
113
|
"30": string;
|
|
114
|
+
"35": string;
|
|
389
115
|
"40": string;
|
|
116
|
+
"45": string;
|
|
390
117
|
"50": string;
|
|
118
|
+
"55": string;
|
|
391
119
|
"60": string;
|
|
120
|
+
"65": string;
|
|
392
121
|
"70": string;
|
|
122
|
+
"75": string;
|
|
123
|
+
"80": string;
|
|
393
124
|
};
|
|
394
|
-
|
|
395
|
-
const danger_2: {
|
|
125
|
+
let forest: {
|
|
396
126
|
"10": string;
|
|
127
|
+
"15": string;
|
|
397
128
|
"20": string;
|
|
129
|
+
"25": string;
|
|
398
130
|
"30": string;
|
|
131
|
+
"35": string;
|
|
399
132
|
"40": string;
|
|
133
|
+
"45": string;
|
|
400
134
|
"50": string;
|
|
135
|
+
"55": string;
|
|
401
136
|
"60": string;
|
|
137
|
+
"65": string;
|
|
402
138
|
"70": string;
|
|
139
|
+
"75": string;
|
|
140
|
+
"80": string;
|
|
403
141
|
};
|
|
404
|
-
|
|
405
|
-
const success_2: {
|
|
142
|
+
let lemon: {
|
|
406
143
|
"10": string;
|
|
144
|
+
"15": string;
|
|
407
145
|
"20": string;
|
|
146
|
+
"25": string;
|
|
408
147
|
"30": string;
|
|
148
|
+
"35": string;
|
|
409
149
|
"40": string;
|
|
150
|
+
"45": string;
|
|
410
151
|
"50": string;
|
|
152
|
+
"55": string;
|
|
411
153
|
"60": string;
|
|
154
|
+
"65": string;
|
|
412
155
|
"70": string;
|
|
156
|
+
"75": string;
|
|
157
|
+
"80": string;
|
|
413
158
|
};
|
|
414
|
-
|
|
415
|
-
const warning_2: {
|
|
159
|
+
let lavender: {
|
|
416
160
|
"10": string;
|
|
161
|
+
"15": string;
|
|
417
162
|
"20": string;
|
|
163
|
+
"25": string;
|
|
418
164
|
"30": string;
|
|
165
|
+
"35": string;
|
|
419
166
|
"40": string;
|
|
167
|
+
"45": string;
|
|
420
168
|
"50": string;
|
|
169
|
+
"55": string;
|
|
421
170
|
"60": string;
|
|
171
|
+
"65": string;
|
|
422
172
|
"70": string;
|
|
173
|
+
"75": string;
|
|
174
|
+
"80": string;
|
|
423
175
|
};
|
|
424
|
-
|
|
425
|
-
export const blueberry: {
|
|
176
|
+
let marigold: {
|
|
426
177
|
"10": string;
|
|
178
|
+
"15": string;
|
|
427
179
|
"20": string;
|
|
180
|
+
"25": string;
|
|
428
181
|
"30": string;
|
|
182
|
+
"35": string;
|
|
429
183
|
"40": string;
|
|
184
|
+
"45": string;
|
|
430
185
|
"50": string;
|
|
186
|
+
"55": string;
|
|
431
187
|
"60": string;
|
|
188
|
+
"65": string;
|
|
432
189
|
"70": string;
|
|
190
|
+
"75": string;
|
|
191
|
+
"80": string;
|
|
433
192
|
};
|
|
434
|
-
|
|
193
|
+
let earth: {
|
|
435
194
|
"10": string;
|
|
195
|
+
"15": string;
|
|
436
196
|
"20": string;
|
|
197
|
+
"25": string;
|
|
437
198
|
"30": string;
|
|
199
|
+
"35": string;
|
|
438
200
|
"40": string;
|
|
201
|
+
"45": string;
|
|
439
202
|
"50": string;
|
|
203
|
+
"55": string;
|
|
440
204
|
"60": string;
|
|
205
|
+
"65": string;
|
|
441
206
|
"70": string;
|
|
207
|
+
"75": string;
|
|
208
|
+
"80": string;
|
|
442
209
|
};
|
|
443
|
-
|
|
210
|
+
let neutral: {
|
|
444
211
|
"10": string;
|
|
212
|
+
"15": string;
|
|
445
213
|
"20": string;
|
|
214
|
+
"25": string;
|
|
446
215
|
"30": string;
|
|
216
|
+
"35": string;
|
|
447
217
|
"40": string;
|
|
218
|
+
"45": string;
|
|
448
219
|
"50": string;
|
|
220
|
+
"55": string;
|
|
449
221
|
"60": string;
|
|
222
|
+
"65": string;
|
|
450
223
|
"70": string;
|
|
224
|
+
"75": string;
|
|
451
225
|
"80": string;
|
|
452
|
-
"90": string;
|
|
453
226
|
};
|
|
454
|
-
|
|
227
|
+
let beige: {
|
|
228
|
+
"10": string;
|
|
229
|
+
"20": string;
|
|
230
|
+
"30": string;
|
|
231
|
+
"40": string;
|
|
232
|
+
"50": string;
|
|
233
|
+
"60": string;
|
|
234
|
+
"70": string;
|
|
235
|
+
};
|
|
236
|
+
namespace highlights {
|
|
237
|
+
let yellow: string;
|
|
238
|
+
let periwinkle: string;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
namespace theme {
|
|
242
|
+
namespace dark {
|
|
243
|
+
export namespace boxShadow {
|
|
244
|
+
let raised: string;
|
|
245
|
+
let overlay: string;
|
|
246
|
+
}
|
|
247
|
+
export namespace palette_1 {
|
|
248
|
+
export namespace neutral_1 {
|
|
249
|
+
namespace text {
|
|
250
|
+
export let weakest: string;
|
|
251
|
+
export let weaker: string;
|
|
252
|
+
export let weak: string;
|
|
253
|
+
let _default_1: string;
|
|
254
|
+
export { _default_1 as default };
|
|
255
|
+
export let inverse: string;
|
|
256
|
+
}
|
|
257
|
+
let icon: string;
|
|
258
|
+
let bg: {
|
|
259
|
+
weak: string;
|
|
260
|
+
default: string;
|
|
261
|
+
strong: string;
|
|
262
|
+
stronger: string;
|
|
263
|
+
strongest: string;
|
|
264
|
+
status: string;
|
|
265
|
+
"on-bg-weak": string;
|
|
266
|
+
};
|
|
267
|
+
namespace border {
|
|
268
|
+
let weak_1: string;
|
|
269
|
+
export { weak_1 as weak };
|
|
270
|
+
export let strong: string;
|
|
271
|
+
export let strongest: string;
|
|
272
|
+
}
|
|
273
|
+
let hover: string;
|
|
274
|
+
let pressed: string;
|
|
275
|
+
}
|
|
276
|
+
export { neutral_1 as neutral };
|
|
277
|
+
export namespace primary {
|
|
278
|
+
let text_1: string;
|
|
279
|
+
export { text_1 as text };
|
|
280
|
+
let icon_1: string;
|
|
281
|
+
export { icon_1 as icon };
|
|
282
|
+
export namespace bg_1 {
|
|
283
|
+
let weak_2: string;
|
|
284
|
+
export { weak_2 as weak };
|
|
285
|
+
let strong_1: string;
|
|
286
|
+
export { strong_1 as strong };
|
|
287
|
+
export let status: string;
|
|
288
|
+
export let selected: string;
|
|
289
|
+
}
|
|
290
|
+
export { bg_1 as bg };
|
|
291
|
+
export namespace border_1 {
|
|
292
|
+
let strong_2: string;
|
|
293
|
+
export { strong_2 as strong };
|
|
294
|
+
let weak_3: string;
|
|
295
|
+
export { weak_3 as weak };
|
|
296
|
+
}
|
|
297
|
+
export { border_1 as border };
|
|
298
|
+
export let focus: string;
|
|
299
|
+
export namespace hover_1 {
|
|
300
|
+
let weak_4: string;
|
|
301
|
+
export { weak_4 as weak };
|
|
302
|
+
let strong_3: string;
|
|
303
|
+
export { strong_3 as strong };
|
|
304
|
+
}
|
|
305
|
+
export { hover_1 as hover };
|
|
306
|
+
export namespace pressed_1 {
|
|
307
|
+
let weak_5: string;
|
|
308
|
+
export { weak_5 as weak };
|
|
309
|
+
let strong_4: string;
|
|
310
|
+
export { strong_4 as strong };
|
|
311
|
+
}
|
|
312
|
+
export { pressed_1 as pressed };
|
|
313
|
+
}
|
|
314
|
+
export namespace danger {
|
|
315
|
+
let text_2: string;
|
|
316
|
+
export { text_2 as text };
|
|
317
|
+
let icon_2: string;
|
|
318
|
+
export { icon_2 as icon };
|
|
319
|
+
export namespace bg_2 {
|
|
320
|
+
let strong_5: string;
|
|
321
|
+
export { strong_5 as strong };
|
|
322
|
+
let weak_6: string;
|
|
323
|
+
export { weak_6 as weak };
|
|
324
|
+
let status_1: string;
|
|
325
|
+
export { status_1 as status };
|
|
326
|
+
}
|
|
327
|
+
export { bg_2 as bg };
|
|
328
|
+
export namespace border_2 {
|
|
329
|
+
let strong_6: string;
|
|
330
|
+
export { strong_6 as strong };
|
|
331
|
+
let weak_7: string;
|
|
332
|
+
export { weak_7 as weak };
|
|
333
|
+
}
|
|
334
|
+
export { border_2 as border };
|
|
335
|
+
export namespace hover_2 {
|
|
336
|
+
let weak_8: string;
|
|
337
|
+
export { weak_8 as weak };
|
|
338
|
+
let strong_7: string;
|
|
339
|
+
export { strong_7 as strong };
|
|
340
|
+
}
|
|
341
|
+
export { hover_2 as hover };
|
|
342
|
+
export namespace pressed_2 {
|
|
343
|
+
let weak_9: string;
|
|
344
|
+
export { weak_9 as weak };
|
|
345
|
+
let strong_8: string;
|
|
346
|
+
export { strong_8 as strong };
|
|
347
|
+
}
|
|
348
|
+
export { pressed_2 as pressed };
|
|
349
|
+
}
|
|
350
|
+
export namespace warning {
|
|
351
|
+
let text_3: string;
|
|
352
|
+
export { text_3 as text };
|
|
353
|
+
let icon_3: string;
|
|
354
|
+
export { icon_3 as icon };
|
|
355
|
+
export namespace bg_3 {
|
|
356
|
+
let strong_9: string;
|
|
357
|
+
export { strong_9 as strong };
|
|
358
|
+
let weak_10: string;
|
|
359
|
+
export { weak_10 as weak };
|
|
360
|
+
let status_2: string;
|
|
361
|
+
export { status_2 as status };
|
|
362
|
+
}
|
|
363
|
+
export { bg_3 as bg };
|
|
364
|
+
export namespace border_3 {
|
|
365
|
+
let strong_10: string;
|
|
366
|
+
export { strong_10 as strong };
|
|
367
|
+
let weak_11: string;
|
|
368
|
+
export { weak_11 as weak };
|
|
369
|
+
}
|
|
370
|
+
export { border_3 as border };
|
|
371
|
+
}
|
|
372
|
+
export namespace success {
|
|
373
|
+
let text_4: string;
|
|
374
|
+
export { text_4 as text };
|
|
375
|
+
let icon_4: string;
|
|
376
|
+
export { icon_4 as icon };
|
|
377
|
+
export namespace bg_4 {
|
|
378
|
+
let strong_11: string;
|
|
379
|
+
export { strong_11 as strong };
|
|
380
|
+
let weak_12: string;
|
|
381
|
+
export { weak_12 as weak };
|
|
382
|
+
let status_3: string;
|
|
383
|
+
export { status_3 as status };
|
|
384
|
+
}
|
|
385
|
+
export { bg_4 as bg };
|
|
386
|
+
export namespace border_4 {
|
|
387
|
+
let strong_12: string;
|
|
388
|
+
export { strong_12 as strong };
|
|
389
|
+
let weak_13: string;
|
|
390
|
+
export { weak_13 as weak };
|
|
391
|
+
}
|
|
392
|
+
export { border_4 as border };
|
|
393
|
+
}
|
|
394
|
+
export namespace discovery {
|
|
395
|
+
let text_5: string;
|
|
396
|
+
export { text_5 as text };
|
|
397
|
+
let icon_5: string;
|
|
398
|
+
export { icon_5 as icon };
|
|
399
|
+
export namespace bg_5 {
|
|
400
|
+
let strong_13: string;
|
|
401
|
+
export { strong_13 as strong };
|
|
402
|
+
let weak_14: string;
|
|
403
|
+
export { weak_14 as weak };
|
|
404
|
+
let status_4: string;
|
|
405
|
+
export { status_4 as status };
|
|
406
|
+
}
|
|
407
|
+
export { bg_5 as bg };
|
|
408
|
+
export namespace border_5 {
|
|
409
|
+
let strong_14: string;
|
|
410
|
+
export { strong_14 as strong };
|
|
411
|
+
let weak_15: string;
|
|
412
|
+
export { weak_15 as weak };
|
|
413
|
+
}
|
|
414
|
+
export { border_5 as border };
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
export { palette_1 as palette };
|
|
418
|
+
}
|
|
419
|
+
namespace light {
|
|
420
|
+
export namespace boxShadow_1 {
|
|
421
|
+
let raised_1: string;
|
|
422
|
+
export { raised_1 as raised };
|
|
423
|
+
let overlay_1: string;
|
|
424
|
+
export { overlay_1 as overlay };
|
|
425
|
+
}
|
|
426
|
+
export { boxShadow_1 as boxShadow };
|
|
427
|
+
export namespace palette_2 {
|
|
428
|
+
export namespace neutral_2 {
|
|
429
|
+
export namespace text_6 {
|
|
430
|
+
let weakest_1: string;
|
|
431
|
+
export { weakest_1 as weakest };
|
|
432
|
+
let weaker_1: string;
|
|
433
|
+
export { weaker_1 as weaker };
|
|
434
|
+
let weak_16: string;
|
|
435
|
+
export { weak_16 as weak };
|
|
436
|
+
let _default_2: string;
|
|
437
|
+
export { _default_2 as default };
|
|
438
|
+
let inverse_1: string;
|
|
439
|
+
export { inverse_1 as inverse };
|
|
440
|
+
}
|
|
441
|
+
export { text_6 as text };
|
|
442
|
+
let icon_6: string;
|
|
443
|
+
export { icon_6 as icon };
|
|
444
|
+
let bg_6: {
|
|
445
|
+
weak: string;
|
|
446
|
+
default: string;
|
|
447
|
+
"on-bg-weak": string;
|
|
448
|
+
strong: string;
|
|
449
|
+
stronger: string;
|
|
450
|
+
strongest: string;
|
|
451
|
+
status: string;
|
|
452
|
+
};
|
|
453
|
+
export { bg_6 as bg };
|
|
454
|
+
export namespace border_6 {
|
|
455
|
+
let weak_17: string;
|
|
456
|
+
export { weak_17 as weak };
|
|
457
|
+
let strong_15: string;
|
|
458
|
+
export { strong_15 as strong };
|
|
459
|
+
let strongest_1: string;
|
|
460
|
+
export { strongest_1 as strongest };
|
|
461
|
+
}
|
|
462
|
+
export { border_6 as border };
|
|
463
|
+
let hover_3: string;
|
|
464
|
+
export { hover_3 as hover };
|
|
465
|
+
let pressed_3: string;
|
|
466
|
+
export { pressed_3 as pressed };
|
|
467
|
+
}
|
|
468
|
+
export { neutral_2 as neutral };
|
|
469
|
+
export namespace primary_1 {
|
|
470
|
+
let text_7: string;
|
|
471
|
+
export { text_7 as text };
|
|
472
|
+
let icon_7: string;
|
|
473
|
+
export { icon_7 as icon };
|
|
474
|
+
export namespace bg_7 {
|
|
475
|
+
let weak_18: string;
|
|
476
|
+
export { weak_18 as weak };
|
|
477
|
+
let strong_16: string;
|
|
478
|
+
export { strong_16 as strong };
|
|
479
|
+
let status_5: string;
|
|
480
|
+
export { status_5 as status };
|
|
481
|
+
let selected_1: string;
|
|
482
|
+
export { selected_1 as selected };
|
|
483
|
+
}
|
|
484
|
+
export { bg_7 as bg };
|
|
485
|
+
export namespace border_7 {
|
|
486
|
+
let strong_17: string;
|
|
487
|
+
export { strong_17 as strong };
|
|
488
|
+
let weak_19: string;
|
|
489
|
+
export { weak_19 as weak };
|
|
490
|
+
}
|
|
491
|
+
export { border_7 as border };
|
|
492
|
+
let focus_1: string;
|
|
493
|
+
export { focus_1 as focus };
|
|
494
|
+
export namespace hover_4 {
|
|
495
|
+
let weak_20: string;
|
|
496
|
+
export { weak_20 as weak };
|
|
497
|
+
let strong_18: string;
|
|
498
|
+
export { strong_18 as strong };
|
|
499
|
+
}
|
|
500
|
+
export { hover_4 as hover };
|
|
501
|
+
export namespace pressed_4 {
|
|
502
|
+
let weak_21: string;
|
|
503
|
+
export { weak_21 as weak };
|
|
504
|
+
let strong_19: string;
|
|
505
|
+
export { strong_19 as strong };
|
|
506
|
+
}
|
|
507
|
+
export { pressed_4 as pressed };
|
|
508
|
+
}
|
|
509
|
+
export { primary_1 as primary };
|
|
510
|
+
export namespace danger_1 {
|
|
511
|
+
let text_8: string;
|
|
512
|
+
export { text_8 as text };
|
|
513
|
+
let icon_8: string;
|
|
514
|
+
export { icon_8 as icon };
|
|
515
|
+
export namespace bg_8 {
|
|
516
|
+
let strong_20: string;
|
|
517
|
+
export { strong_20 as strong };
|
|
518
|
+
let weak_22: string;
|
|
519
|
+
export { weak_22 as weak };
|
|
520
|
+
let status_6: string;
|
|
521
|
+
export { status_6 as status };
|
|
522
|
+
}
|
|
523
|
+
export { bg_8 as bg };
|
|
524
|
+
export namespace border_8 {
|
|
525
|
+
let strong_21: string;
|
|
526
|
+
export { strong_21 as strong };
|
|
527
|
+
let weak_23: string;
|
|
528
|
+
export { weak_23 as weak };
|
|
529
|
+
}
|
|
530
|
+
export { border_8 as border };
|
|
531
|
+
export namespace hover_5 {
|
|
532
|
+
let weak_24: string;
|
|
533
|
+
export { weak_24 as weak };
|
|
534
|
+
let strong_22: string;
|
|
535
|
+
export { strong_22 as strong };
|
|
536
|
+
}
|
|
537
|
+
export { hover_5 as hover };
|
|
538
|
+
export namespace pressed_5 {
|
|
539
|
+
let weak_25: string;
|
|
540
|
+
export { weak_25 as weak };
|
|
541
|
+
let strong_23: string;
|
|
542
|
+
export { strong_23 as strong };
|
|
543
|
+
}
|
|
544
|
+
export { pressed_5 as pressed };
|
|
545
|
+
}
|
|
546
|
+
export { danger_1 as danger };
|
|
547
|
+
export namespace warning_1 {
|
|
548
|
+
let text_9: string;
|
|
549
|
+
export { text_9 as text };
|
|
550
|
+
let icon_9: string;
|
|
551
|
+
export { icon_9 as icon };
|
|
552
|
+
export namespace bg_9 {
|
|
553
|
+
let strong_24: string;
|
|
554
|
+
export { strong_24 as strong };
|
|
555
|
+
let weak_26: string;
|
|
556
|
+
export { weak_26 as weak };
|
|
557
|
+
let status_7: string;
|
|
558
|
+
export { status_7 as status };
|
|
559
|
+
}
|
|
560
|
+
export { bg_9 as bg };
|
|
561
|
+
export namespace border_9 {
|
|
562
|
+
let strong_25: string;
|
|
563
|
+
export { strong_25 as strong };
|
|
564
|
+
let weak_27: string;
|
|
565
|
+
export { weak_27 as weak };
|
|
566
|
+
}
|
|
567
|
+
export { border_9 as border };
|
|
568
|
+
}
|
|
569
|
+
export { warning_1 as warning };
|
|
570
|
+
export namespace success_1 {
|
|
571
|
+
let text_10: string;
|
|
572
|
+
export { text_10 as text };
|
|
573
|
+
let icon_10: string;
|
|
574
|
+
export { icon_10 as icon };
|
|
575
|
+
export namespace bg_10 {
|
|
576
|
+
let strong_26: string;
|
|
577
|
+
export { strong_26 as strong };
|
|
578
|
+
let weak_28: string;
|
|
579
|
+
export { weak_28 as weak };
|
|
580
|
+
let status_8: string;
|
|
581
|
+
export { status_8 as status };
|
|
582
|
+
}
|
|
583
|
+
export { bg_10 as bg };
|
|
584
|
+
export namespace border_10 {
|
|
585
|
+
let strong_27: string;
|
|
586
|
+
export { strong_27 as strong };
|
|
587
|
+
let weak_29: string;
|
|
588
|
+
export { weak_29 as weak };
|
|
589
|
+
}
|
|
590
|
+
export { border_10 as border };
|
|
591
|
+
}
|
|
592
|
+
export { success_1 as success };
|
|
593
|
+
export namespace discovery_1 {
|
|
594
|
+
let text_11: string;
|
|
595
|
+
export { text_11 as text };
|
|
596
|
+
let icon_11: string;
|
|
597
|
+
export { icon_11 as icon };
|
|
598
|
+
export namespace bg_11 {
|
|
599
|
+
let strong_28: string;
|
|
600
|
+
export { strong_28 as strong };
|
|
601
|
+
let weak_30: string;
|
|
602
|
+
export { weak_30 as weak };
|
|
603
|
+
let status_9: string;
|
|
604
|
+
export { status_9 as status };
|
|
605
|
+
}
|
|
606
|
+
export { bg_11 as bg };
|
|
607
|
+
export namespace border_11 {
|
|
608
|
+
let strong_29: string;
|
|
609
|
+
export { strong_29 as strong };
|
|
610
|
+
let weak_31: string;
|
|
611
|
+
export { weak_31 as weak };
|
|
612
|
+
}
|
|
613
|
+
export { border_11 as border };
|
|
614
|
+
}
|
|
615
|
+
export { discovery_1 as discovery };
|
|
616
|
+
}
|
|
617
|
+
export { palette_2 as palette };
|
|
618
|
+
}
|
|
455
619
|
}
|
|
456
620
|
namespace font {
|
|
457
|
-
|
|
621
|
+
let size: {
|
|
458
622
|
h1: string;
|
|
459
623
|
h2: string;
|
|
460
624
|
h3: string;
|
|
@@ -471,21 +635,15 @@ export namespace tokens {
|
|
|
471
635
|
label: string;
|
|
472
636
|
};
|
|
473
637
|
namespace weight {
|
|
474
|
-
export
|
|
475
|
-
export
|
|
476
|
-
export
|
|
477
|
-
export
|
|
478
|
-
|
|
638
|
+
export let bold: string;
|
|
639
|
+
export let semibold: string;
|
|
640
|
+
export let normal: string;
|
|
641
|
+
export let medium: string;
|
|
642
|
+
let light_1: string;
|
|
479
643
|
export { light_1 as light };
|
|
480
644
|
}
|
|
481
645
|
}
|
|
482
|
-
|
|
483
|
-
const l2: string;
|
|
484
|
-
const l3: string;
|
|
485
|
-
const l4: string;
|
|
486
|
-
const l5: string;
|
|
487
|
-
}
|
|
488
|
-
const space: {
|
|
646
|
+
let space: {
|
|
489
647
|
"0": string;
|
|
490
648
|
"1": string;
|
|
491
649
|
"2": string;
|
|
@@ -501,7 +659,7 @@ export namespace tokens {
|
|
|
501
659
|
"12": string;
|
|
502
660
|
"13": string;
|
|
503
661
|
};
|
|
504
|
-
|
|
662
|
+
let zIndex: {
|
|
505
663
|
"0": number;
|
|
506
664
|
"10": number;
|
|
507
665
|
"20": number;
|