@neo4j-ndl/base 3.7.30 → 4.0.0-alpha.0.608161c
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/cjs/index.js +1 -2
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/tailwind-preset.config.js +34 -1
- package/lib/cjs/tailwind-preset.config.js.map +1 -1
- package/lib/cjs/tailwindTheme.mjs +16 -66
- package/lib/cjs/tailwindTheme.mjs.map +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +476 -463
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +479 -464
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/index.js +1 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/tailwind-preset.config.js +33 -1
- package/lib/esm/tailwind-preset.config.js.map +1 -1
- package/lib/esm/tailwindTheme.mjs +16 -64
- package/lib/esm/tailwindTheme.mjs.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +476 -463
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +477 -465
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +41871 -96402
- package/lib/tokens/css/tokens.css +435 -419
- package/lib/types/index.d.ts +1 -2
- package/lib/types/tokens/js/tokens-esm.d.ts +243 -236
- package/lib/types/tokens/js/tokens.d.ts +713 -704
- package/package.json +8 -6
- package/lib/cjs/tokens/js/storybook-design-token.js +0 -3969
- package/lib/cjs/tokens/js/storybook-design-token.js.map +0 -1
- package/lib/cjs/typescale.js +0 -147
- package/lib/cjs/typescale.js.map +0 -1
- package/lib/esm/tokens/js/storybook-design-token.js +0 -3966
- package/lib/esm/tokens/js/storybook-design-token.js.map +0 -1
- package/lib/esm/typescale.js +0 -144
- package/lib/esm/typescale.js.map +0 -1
- package/lib/tokens/js/tokens-raw.js +0 -9291
- package/lib/tokens/js/tokens.js +0 -637
- package/lib/tokens/scss/tokens.scss +0 -427
- package/lib/types/tokens/js/storybook-design-token.d.ts +0 -126
- package/lib/types/typescale.d.ts +0 -93
|
@@ -19,107 +19,19 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
export namespace
|
|
23
|
-
let
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
namespace stripped {
|
|
36
|
-
let quick: string;
|
|
37
|
-
let slow: string;
|
|
38
|
-
}
|
|
39
|
-
namespace full {
|
|
40
|
-
let quick_1: string;
|
|
41
|
-
export { quick_1 as quick };
|
|
42
|
-
let slow_1: string;
|
|
43
|
-
export { slow_1 as slow };
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export let borderRadius: {
|
|
47
|
-
none: string;
|
|
48
|
-
sm: string;
|
|
49
|
-
md: string;
|
|
50
|
-
lg: string;
|
|
51
|
-
xl: string;
|
|
52
|
-
"1xl": string;
|
|
53
|
-
"2xl": string;
|
|
54
|
-
"3xl": string;
|
|
55
|
-
"4xl": string;
|
|
56
|
-
"5xl": string;
|
|
57
|
-
full: string;
|
|
58
|
-
};
|
|
59
|
-
export namespace breakpointNextOne {
|
|
60
|
-
namespace xs {
|
|
61
|
-
let min: string;
|
|
62
|
-
let med: string;
|
|
63
|
-
let max: string;
|
|
64
|
-
}
|
|
65
|
-
namespace sm {
|
|
66
|
-
let min_1: string;
|
|
67
|
-
export { min_1 as min };
|
|
68
|
-
let med_1: string;
|
|
69
|
-
export { med_1 as med };
|
|
70
|
-
let max_1: string;
|
|
71
|
-
export { max_1 as max };
|
|
72
|
-
}
|
|
73
|
-
namespace md {
|
|
74
|
-
let min_2: string;
|
|
75
|
-
export { min_2 as min };
|
|
76
|
-
let med_2: string;
|
|
77
|
-
export { med_2 as med };
|
|
78
|
-
let max_2: string;
|
|
79
|
-
export { max_2 as max };
|
|
80
|
-
}
|
|
81
|
-
namespace lg {
|
|
82
|
-
let min_3: string;
|
|
83
|
-
export { min_3 as min };
|
|
84
|
-
let max_3: string;
|
|
85
|
-
export { max_3 as max };
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
export let breakpointNextTwo: {
|
|
89
|
-
"5xs": string;
|
|
90
|
-
"4xs": string;
|
|
91
|
-
"3xs": string;
|
|
92
|
-
"2xs": string;
|
|
93
|
-
xs: string;
|
|
94
|
-
sm: string;
|
|
95
|
-
md: string;
|
|
96
|
-
lg: string;
|
|
97
|
-
xl: string;
|
|
98
|
-
"2xl": string;
|
|
99
|
-
"3xl": string;
|
|
100
|
-
};
|
|
101
|
-
export let breakpoints: {
|
|
102
|
-
xs: string;
|
|
103
|
-
sm: string;
|
|
104
|
-
md: string;
|
|
105
|
-
lg: string;
|
|
106
|
-
xl: string;
|
|
107
|
-
"2xl": string;
|
|
108
|
-
};
|
|
109
|
-
export namespace palette {
|
|
110
|
-
let categorical: {
|
|
111
|
-
"1": string;
|
|
112
|
-
"2": string;
|
|
113
|
-
"3": string;
|
|
114
|
-
"4": string;
|
|
115
|
-
"5": string;
|
|
116
|
-
"6": string;
|
|
117
|
-
"7": string;
|
|
118
|
-
"8": string;
|
|
119
|
-
"9": string;
|
|
120
|
-
"10": string;
|
|
121
|
-
"11": string;
|
|
122
|
-
"12": string;
|
|
22
|
+
export namespace tokens {
|
|
23
|
+
let breakpoint: {
|
|
24
|
+
"5xs": string;
|
|
25
|
+
"4xs": string;
|
|
26
|
+
"3xs": string;
|
|
27
|
+
"2xs": string;
|
|
28
|
+
xs: string;
|
|
29
|
+
sm: string;
|
|
30
|
+
md: string;
|
|
31
|
+
lg: string;
|
|
32
|
+
xl: string;
|
|
33
|
+
"2xl": string;
|
|
34
|
+
"3xl": string;
|
|
123
35
|
};
|
|
124
36
|
namespace code {
|
|
125
37
|
namespace light {
|
|
@@ -167,7 +79,25 @@ export namespace palette {
|
|
|
167
79
|
export { property_1 as property };
|
|
168
80
|
}
|
|
169
81
|
}
|
|
170
|
-
|
|
82
|
+
namespace content {
|
|
83
|
+
export namespace extraLight {
|
|
84
|
+
let maxWidth: string;
|
|
85
|
+
}
|
|
86
|
+
export namespace light_1 {
|
|
87
|
+
let maxWidth_1: string;
|
|
88
|
+
export { maxWidth_1 as maxWidth };
|
|
89
|
+
}
|
|
90
|
+
export { light_1 as light };
|
|
91
|
+
export namespace heavy {
|
|
92
|
+
let maxWidth_2: string;
|
|
93
|
+
export { maxWidth_2 as maxWidth };
|
|
94
|
+
}
|
|
95
|
+
export namespace max {
|
|
96
|
+
let maxWidth_3: string;
|
|
97
|
+
export { maxWidth_3 as maxWidth };
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
let categorical: {
|
|
171
101
|
"1": string;
|
|
172
102
|
"2": string;
|
|
173
103
|
"3": string;
|
|
@@ -181,622 +111,701 @@ export namespace palette {
|
|
|
181
111
|
"11": string;
|
|
182
112
|
"12": string;
|
|
183
113
|
};
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"45": string;
|
|
195
|
-
"50": string;
|
|
196
|
-
"55": string;
|
|
197
|
-
"60": string;
|
|
198
|
-
"65": string;
|
|
199
|
-
"70": string;
|
|
200
|
-
"75": string;
|
|
201
|
-
"80": string;
|
|
202
|
-
};
|
|
203
|
-
let hibiscus: {
|
|
204
|
-
"10": string;
|
|
205
|
-
"15": string;
|
|
206
|
-
"20": string;
|
|
207
|
-
"25": string;
|
|
208
|
-
"30": string;
|
|
209
|
-
"35": string;
|
|
210
|
-
"40": string;
|
|
211
|
-
"45": string;
|
|
212
|
-
"50": string;
|
|
213
|
-
"55": string;
|
|
214
|
-
"60": string;
|
|
215
|
-
"65": string;
|
|
216
|
-
"70": string;
|
|
217
|
-
"75": string;
|
|
218
|
-
"80": string;
|
|
219
|
-
};
|
|
220
|
-
let forest: {
|
|
221
|
-
"10": string;
|
|
222
|
-
"15": string;
|
|
223
|
-
"20": string;
|
|
224
|
-
"25": string;
|
|
225
|
-
"30": string;
|
|
226
|
-
"35": string;
|
|
227
|
-
"40": string;
|
|
228
|
-
"45": string;
|
|
229
|
-
"50": string;
|
|
230
|
-
"55": string;
|
|
231
|
-
"60": string;
|
|
232
|
-
"65": string;
|
|
233
|
-
"70": string;
|
|
234
|
-
"75": string;
|
|
235
|
-
"80": string;
|
|
236
|
-
};
|
|
237
|
-
let lemon: {
|
|
238
|
-
"10": string;
|
|
239
|
-
"15": string;
|
|
240
|
-
"20": string;
|
|
241
|
-
"25": string;
|
|
242
|
-
"30": string;
|
|
243
|
-
"35": string;
|
|
244
|
-
"40": string;
|
|
245
|
-
"45": string;
|
|
246
|
-
"50": string;
|
|
247
|
-
"55": string;
|
|
248
|
-
"60": string;
|
|
249
|
-
"65": string;
|
|
250
|
-
"70": string;
|
|
251
|
-
"75": string;
|
|
252
|
-
"80": string;
|
|
253
|
-
};
|
|
254
|
-
let lavender: {
|
|
255
|
-
"10": string;
|
|
256
|
-
"15": string;
|
|
257
|
-
"20": string;
|
|
258
|
-
"25": string;
|
|
259
|
-
"30": string;
|
|
260
|
-
"35": string;
|
|
261
|
-
"40": string;
|
|
262
|
-
"45": string;
|
|
263
|
-
"50": string;
|
|
264
|
-
"55": string;
|
|
265
|
-
"60": string;
|
|
266
|
-
"65": string;
|
|
267
|
-
"70": string;
|
|
268
|
-
"75": string;
|
|
269
|
-
"80": string;
|
|
270
|
-
};
|
|
271
|
-
let marigold: {
|
|
272
|
-
"10": string;
|
|
273
|
-
"15": string;
|
|
274
|
-
"20": string;
|
|
275
|
-
"25": string;
|
|
276
|
-
"30": string;
|
|
277
|
-
"35": string;
|
|
278
|
-
"40": string;
|
|
279
|
-
"45": string;
|
|
280
|
-
"50": string;
|
|
281
|
-
"55": string;
|
|
282
|
-
"60": string;
|
|
283
|
-
"65": string;
|
|
284
|
-
"70": string;
|
|
285
|
-
"75": string;
|
|
286
|
-
"80": string;
|
|
287
|
-
};
|
|
288
|
-
let earth: {
|
|
114
|
+
let graph: {
|
|
115
|
+
"1": string;
|
|
116
|
+
"2": string;
|
|
117
|
+
"3": string;
|
|
118
|
+
"4": string;
|
|
119
|
+
"5": string;
|
|
120
|
+
"6": string;
|
|
121
|
+
"7": string;
|
|
122
|
+
"8": string;
|
|
123
|
+
"9": string;
|
|
289
124
|
"10": string;
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"25": string;
|
|
293
|
-
"30": string;
|
|
294
|
-
"35": string;
|
|
295
|
-
"40": string;
|
|
296
|
-
"45": string;
|
|
297
|
-
"50": string;
|
|
298
|
-
"55": string;
|
|
299
|
-
"60": string;
|
|
300
|
-
"65": string;
|
|
301
|
-
"70": string;
|
|
302
|
-
"75": string;
|
|
303
|
-
"80": string;
|
|
125
|
+
"11": string;
|
|
126
|
+
"12": string;
|
|
304
127
|
};
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
128
|
+
namespace motion {
|
|
129
|
+
namespace duration {
|
|
130
|
+
let quick: string;
|
|
131
|
+
let slow: string;
|
|
132
|
+
}
|
|
133
|
+
namespace easing {
|
|
134
|
+
let standard: string;
|
|
135
|
+
}
|
|
136
|
+
namespace transition {
|
|
137
|
+
let quick_1: string;
|
|
138
|
+
export { quick_1 as quick };
|
|
139
|
+
let slow_1: string;
|
|
140
|
+
export { slow_1 as slow };
|
|
141
|
+
export let delayed: string;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
namespace palette {
|
|
145
|
+
let baltic: {
|
|
146
|
+
"10": string;
|
|
147
|
+
"15": string;
|
|
148
|
+
"20": string;
|
|
149
|
+
"25": string;
|
|
150
|
+
"30": string;
|
|
151
|
+
"35": string;
|
|
152
|
+
"40": string;
|
|
153
|
+
"45": string;
|
|
154
|
+
"50": string;
|
|
155
|
+
"55": string;
|
|
156
|
+
"60": string;
|
|
157
|
+
"65": string;
|
|
158
|
+
"70": string;
|
|
159
|
+
"75": string;
|
|
160
|
+
"80": string;
|
|
161
|
+
};
|
|
162
|
+
let hibiscus: {
|
|
163
|
+
"10": string;
|
|
164
|
+
"15": string;
|
|
165
|
+
"20": string;
|
|
166
|
+
"25": string;
|
|
167
|
+
"30": string;
|
|
168
|
+
"35": string;
|
|
169
|
+
"40": string;
|
|
170
|
+
"45": string;
|
|
171
|
+
"50": string;
|
|
172
|
+
"55": string;
|
|
173
|
+
"60": string;
|
|
174
|
+
"65": string;
|
|
175
|
+
"70": string;
|
|
176
|
+
"75": string;
|
|
177
|
+
"80": string;
|
|
178
|
+
};
|
|
179
|
+
let forest: {
|
|
180
|
+
"10": string;
|
|
181
|
+
"15": string;
|
|
182
|
+
"20": string;
|
|
183
|
+
"25": string;
|
|
184
|
+
"30": string;
|
|
185
|
+
"35": string;
|
|
186
|
+
"40": string;
|
|
187
|
+
"45": string;
|
|
188
|
+
"50": string;
|
|
189
|
+
"55": string;
|
|
190
|
+
"60": string;
|
|
191
|
+
"65": string;
|
|
192
|
+
"70": string;
|
|
193
|
+
"75": string;
|
|
194
|
+
"80": string;
|
|
195
|
+
};
|
|
196
|
+
let lemon: {
|
|
197
|
+
"10": string;
|
|
198
|
+
"15": string;
|
|
199
|
+
"20": string;
|
|
200
|
+
"25": string;
|
|
201
|
+
"30": string;
|
|
202
|
+
"35": string;
|
|
203
|
+
"40": string;
|
|
204
|
+
"45": string;
|
|
205
|
+
"50": string;
|
|
206
|
+
"55": string;
|
|
207
|
+
"60": string;
|
|
208
|
+
"65": string;
|
|
209
|
+
"70": string;
|
|
210
|
+
"75": string;
|
|
211
|
+
"80": string;
|
|
212
|
+
};
|
|
213
|
+
let lavender: {
|
|
214
|
+
"10": string;
|
|
215
|
+
"15": string;
|
|
216
|
+
"20": string;
|
|
217
|
+
"25": string;
|
|
218
|
+
"30": string;
|
|
219
|
+
"35": string;
|
|
220
|
+
"40": string;
|
|
221
|
+
"45": string;
|
|
222
|
+
"50": string;
|
|
223
|
+
"55": string;
|
|
224
|
+
"60": string;
|
|
225
|
+
"65": string;
|
|
226
|
+
"70": string;
|
|
227
|
+
"75": string;
|
|
228
|
+
"80": string;
|
|
229
|
+
};
|
|
230
|
+
let marigold: {
|
|
231
|
+
"10": string;
|
|
232
|
+
"15": string;
|
|
233
|
+
"20": string;
|
|
234
|
+
"25": string;
|
|
235
|
+
"30": string;
|
|
236
|
+
"35": string;
|
|
237
|
+
"40": string;
|
|
238
|
+
"45": string;
|
|
239
|
+
"50": string;
|
|
240
|
+
"55": string;
|
|
241
|
+
"60": string;
|
|
242
|
+
"65": string;
|
|
243
|
+
"70": string;
|
|
244
|
+
"75": string;
|
|
245
|
+
"80": string;
|
|
246
|
+
};
|
|
247
|
+
let earth: {
|
|
248
|
+
"10": string;
|
|
249
|
+
"15": string;
|
|
250
|
+
"20": string;
|
|
251
|
+
"25": string;
|
|
252
|
+
"30": string;
|
|
253
|
+
"35": string;
|
|
254
|
+
"40": string;
|
|
255
|
+
"45": string;
|
|
256
|
+
"50": string;
|
|
257
|
+
"55": string;
|
|
258
|
+
"60": string;
|
|
259
|
+
"65": string;
|
|
260
|
+
"70": string;
|
|
261
|
+
"75": string;
|
|
262
|
+
"80": string;
|
|
263
|
+
};
|
|
264
|
+
let neutral: {
|
|
265
|
+
"10": string;
|
|
266
|
+
"15": string;
|
|
267
|
+
"20": string;
|
|
268
|
+
"25": string;
|
|
269
|
+
"30": string;
|
|
270
|
+
"35": string;
|
|
271
|
+
"40": string;
|
|
272
|
+
"45": string;
|
|
273
|
+
"50": string;
|
|
274
|
+
"55": string;
|
|
275
|
+
"60": string;
|
|
276
|
+
"65": string;
|
|
277
|
+
"70": string;
|
|
278
|
+
"75": string;
|
|
279
|
+
"80": string;
|
|
280
|
+
};
|
|
281
|
+
let beige: {
|
|
282
|
+
"10": string;
|
|
283
|
+
"20": string;
|
|
284
|
+
"30": string;
|
|
285
|
+
"40": string;
|
|
286
|
+
"50": string;
|
|
287
|
+
"60": string;
|
|
288
|
+
"70": string;
|
|
289
|
+
};
|
|
290
|
+
namespace highlights {
|
|
291
|
+
let yellow: string;
|
|
292
|
+
let periwinkle: string;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
let borderRadius: {
|
|
296
|
+
none: string;
|
|
297
|
+
sm: string;
|
|
298
|
+
md: string;
|
|
299
|
+
lg: string;
|
|
300
|
+
xl: string;
|
|
301
|
+
"2xl": string;
|
|
302
|
+
"3xl": string;
|
|
303
|
+
full: string;
|
|
321
304
|
};
|
|
322
|
-
let
|
|
323
|
-
"
|
|
305
|
+
let space: {
|
|
306
|
+
"2": string;
|
|
307
|
+
"4": string;
|
|
308
|
+
"6": string;
|
|
309
|
+
"8": string;
|
|
310
|
+
"12": string;
|
|
311
|
+
"16": string;
|
|
324
312
|
"20": string;
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"70": string;
|
|
313
|
+
"24": string;
|
|
314
|
+
"32": string;
|
|
315
|
+
"48": string;
|
|
316
|
+
"64": string;
|
|
330
317
|
};
|
|
331
|
-
namespace
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export namespace contentMaxWidthNext {
|
|
337
|
-
export let extraLight: string;
|
|
338
|
-
let light_1: string;
|
|
339
|
-
export { light_1 as light };
|
|
340
|
-
export let heavy: string;
|
|
341
|
-
let max_4: string;
|
|
342
|
-
export { max_4 as max };
|
|
343
|
-
let full_1: string;
|
|
344
|
-
export { full_1 as full };
|
|
345
|
-
}
|
|
346
|
-
export namespace theme {
|
|
347
|
-
export namespace dark_1 {
|
|
348
|
-
export namespace boxShadow {
|
|
349
|
-
let raised: string;
|
|
350
|
-
let overlay: string;
|
|
351
|
-
}
|
|
352
|
-
export namespace palette_1 {
|
|
353
|
-
export namespace neutral_1 {
|
|
354
|
-
namespace text {
|
|
355
|
-
export let weakest: string;
|
|
356
|
-
export let weaker: string;
|
|
357
|
-
export let weak: string;
|
|
358
|
-
let _default: string;
|
|
359
|
-
export { _default as default };
|
|
360
|
-
export let inverse: string;
|
|
361
|
-
}
|
|
362
|
-
let icon: string;
|
|
363
|
-
let bg: {
|
|
364
|
-
weak: string;
|
|
365
|
-
default: string;
|
|
366
|
-
strong: string;
|
|
367
|
-
stronger: string;
|
|
368
|
-
strongest: string;
|
|
369
|
-
status: string;
|
|
370
|
-
"on-bg-weak": string;
|
|
371
|
-
};
|
|
372
|
-
namespace border {
|
|
373
|
-
let weak_1: string;
|
|
374
|
-
export { weak_1 as weak };
|
|
375
|
-
export let strong: string;
|
|
376
|
-
export let strongest: string;
|
|
377
|
-
}
|
|
378
|
-
let hover: string;
|
|
379
|
-
let pressed: string;
|
|
380
|
-
}
|
|
381
|
-
export { neutral_1 as neutral };
|
|
382
|
-
export namespace primary {
|
|
383
|
-
let text_1: string;
|
|
384
|
-
export { text_1 as text };
|
|
385
|
-
let icon_1: string;
|
|
386
|
-
export { icon_1 as icon };
|
|
387
|
-
export namespace bg_1 {
|
|
388
|
-
let weak_2: string;
|
|
389
|
-
export { weak_2 as weak };
|
|
390
|
-
let strong_1: string;
|
|
391
|
-
export { strong_1 as strong };
|
|
392
|
-
export let status: string;
|
|
393
|
-
export let selected: string;
|
|
394
|
-
}
|
|
395
|
-
export { bg_1 as bg };
|
|
396
|
-
export namespace border_1 {
|
|
397
|
-
let strong_2: string;
|
|
398
|
-
export { strong_2 as strong };
|
|
399
|
-
let weak_3: string;
|
|
400
|
-
export { weak_3 as weak };
|
|
401
|
-
}
|
|
402
|
-
export { border_1 as border };
|
|
403
|
-
export let focus: string;
|
|
404
|
-
export namespace hover_1 {
|
|
405
|
-
let weak_4: string;
|
|
406
|
-
export { weak_4 as weak };
|
|
407
|
-
let strong_3: string;
|
|
408
|
-
export { strong_3 as strong };
|
|
409
|
-
}
|
|
410
|
-
export { hover_1 as hover };
|
|
411
|
-
export namespace pressed_1 {
|
|
412
|
-
let weak_5: string;
|
|
413
|
-
export { weak_5 as weak };
|
|
414
|
-
let strong_4: string;
|
|
415
|
-
export { strong_4 as strong };
|
|
416
|
-
}
|
|
417
|
-
export { pressed_1 as pressed };
|
|
318
|
+
namespace theme {
|
|
319
|
+
export namespace dark_1 {
|
|
320
|
+
namespace boxShadow {
|
|
321
|
+
let raised: string;
|
|
322
|
+
let overlay: string;
|
|
418
323
|
}
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
let
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
324
|
+
namespace color {
|
|
325
|
+
export namespace neutral_1 {
|
|
326
|
+
namespace text {
|
|
327
|
+
export let weakest: string;
|
|
328
|
+
export let weaker: string;
|
|
329
|
+
export let weak: string;
|
|
330
|
+
let _default: string;
|
|
331
|
+
export { _default as default };
|
|
332
|
+
export let inverse: string;
|
|
333
|
+
}
|
|
334
|
+
let icon: string;
|
|
335
|
+
let bg: {
|
|
336
|
+
weak: string;
|
|
337
|
+
default: string;
|
|
338
|
+
strong: string;
|
|
339
|
+
stronger: string;
|
|
340
|
+
strongest: string;
|
|
341
|
+
status: string;
|
|
342
|
+
"on-bg-weak": string;
|
|
343
|
+
};
|
|
344
|
+
namespace border {
|
|
345
|
+
let weak_1: string;
|
|
346
|
+
export { weak_1 as weak };
|
|
347
|
+
export let strong: string;
|
|
348
|
+
export let strongest: string;
|
|
349
|
+
}
|
|
350
|
+
let hover: string;
|
|
351
|
+
let pressed: string;
|
|
352
|
+
}
|
|
353
|
+
export { neutral_1 as neutral };
|
|
354
|
+
export namespace primary {
|
|
355
|
+
let text_1: string;
|
|
356
|
+
export { text_1 as text };
|
|
357
|
+
let icon_1: string;
|
|
358
|
+
export { icon_1 as icon };
|
|
359
|
+
export namespace bg_1 {
|
|
360
|
+
let weak_2: string;
|
|
361
|
+
export { weak_2 as weak };
|
|
362
|
+
let strong_1: string;
|
|
363
|
+
export { strong_1 as strong };
|
|
364
|
+
export let status: string;
|
|
365
|
+
export let selected: string;
|
|
366
|
+
}
|
|
367
|
+
export { bg_1 as bg };
|
|
368
|
+
export namespace border_1 {
|
|
369
|
+
let strong_2: string;
|
|
370
|
+
export { strong_2 as strong };
|
|
371
|
+
let weak_3: string;
|
|
372
|
+
export { weak_3 as weak };
|
|
373
|
+
}
|
|
374
|
+
export { border_1 as border };
|
|
375
|
+
export let focus: string;
|
|
376
|
+
export namespace hover_1 {
|
|
377
|
+
let weak_4: string;
|
|
378
|
+
export { weak_4 as weak };
|
|
379
|
+
let strong_3: string;
|
|
380
|
+
export { strong_3 as strong };
|
|
381
|
+
}
|
|
382
|
+
export { hover_1 as hover };
|
|
383
|
+
export namespace pressed_1 {
|
|
384
|
+
let weak_5: string;
|
|
385
|
+
export { weak_5 as weak };
|
|
386
|
+
let strong_4: string;
|
|
387
|
+
export { strong_4 as strong };
|
|
388
|
+
}
|
|
389
|
+
export { pressed_1 as pressed };
|
|
390
|
+
}
|
|
391
|
+
export namespace danger {
|
|
392
|
+
let text_2: string;
|
|
393
|
+
export { text_2 as text };
|
|
394
|
+
let icon_2: string;
|
|
395
|
+
export { icon_2 as icon };
|
|
396
|
+
export namespace bg_2 {
|
|
397
|
+
let strong_5: string;
|
|
398
|
+
export { strong_5 as strong };
|
|
399
|
+
let weak_6: string;
|
|
400
|
+
export { weak_6 as weak };
|
|
401
|
+
let status_1: string;
|
|
402
|
+
export { status_1 as status };
|
|
403
|
+
}
|
|
404
|
+
export { bg_2 as bg };
|
|
405
|
+
export namespace border_2 {
|
|
406
|
+
let strong_6: string;
|
|
407
|
+
export { strong_6 as strong };
|
|
408
|
+
let weak_7: string;
|
|
409
|
+
export { weak_7 as weak };
|
|
410
|
+
}
|
|
411
|
+
export { border_2 as border };
|
|
412
|
+
export namespace hover_2 {
|
|
413
|
+
let weak_8: string;
|
|
414
|
+
export { weak_8 as weak };
|
|
415
|
+
let strong_7: string;
|
|
416
|
+
export { strong_7 as strong };
|
|
417
|
+
}
|
|
418
|
+
export { hover_2 as hover };
|
|
419
|
+
export namespace pressed_2 {
|
|
420
|
+
let weak_9: string;
|
|
421
|
+
export { weak_9 as weak };
|
|
422
|
+
}
|
|
423
|
+
export { pressed_2 as pressed };
|
|
450
424
|
let strong_8: string;
|
|
451
425
|
export { strong_8 as strong };
|
|
452
426
|
}
|
|
453
|
-
export
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export {
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
export {
|
|
427
|
+
export namespace warning {
|
|
428
|
+
let text_3: string;
|
|
429
|
+
export { text_3 as text };
|
|
430
|
+
let icon_3: string;
|
|
431
|
+
export { icon_3 as icon };
|
|
432
|
+
export namespace bg_3 {
|
|
433
|
+
let strong_9: string;
|
|
434
|
+
export { strong_9 as strong };
|
|
435
|
+
let weak_10: string;
|
|
436
|
+
export { weak_10 as weak };
|
|
437
|
+
let status_2: string;
|
|
438
|
+
export { status_2 as status };
|
|
439
|
+
}
|
|
440
|
+
export { bg_3 as bg };
|
|
441
|
+
export namespace border_3 {
|
|
442
|
+
let strong_10: string;
|
|
443
|
+
export { strong_10 as strong };
|
|
444
|
+
let weak_11: string;
|
|
445
|
+
export { weak_11 as weak };
|
|
446
|
+
}
|
|
447
|
+
export { border_3 as border };
|
|
448
|
+
}
|
|
449
|
+
export namespace success {
|
|
450
|
+
let text_4: string;
|
|
451
|
+
export { text_4 as text };
|
|
452
|
+
let icon_4: string;
|
|
453
|
+
export { icon_4 as icon };
|
|
454
|
+
export namespace bg_4 {
|
|
455
|
+
let strong_11: string;
|
|
456
|
+
export { strong_11 as strong };
|
|
457
|
+
let weak_12: string;
|
|
458
|
+
export { weak_12 as weak };
|
|
459
|
+
let status_3: string;
|
|
460
|
+
export { status_3 as status };
|
|
461
|
+
}
|
|
462
|
+
export { bg_4 as bg };
|
|
463
|
+
export namespace border_4 {
|
|
464
|
+
let strong_12: string;
|
|
465
|
+
export { strong_12 as strong };
|
|
466
|
+
let weak_13: string;
|
|
467
|
+
export { weak_13 as weak };
|
|
468
|
+
}
|
|
469
|
+
export { border_4 as border };
|
|
470
|
+
}
|
|
471
|
+
export namespace discovery {
|
|
472
|
+
let text_5: string;
|
|
473
|
+
export { text_5 as text };
|
|
474
|
+
let icon_5: string;
|
|
475
|
+
export { icon_5 as icon };
|
|
476
|
+
export namespace bg_5 {
|
|
477
|
+
let strong_13: string;
|
|
478
|
+
export { strong_13 as strong };
|
|
479
|
+
let weak_14: string;
|
|
480
|
+
export { weak_14 as weak };
|
|
481
|
+
let status_4: string;
|
|
482
|
+
export { status_4 as status };
|
|
483
|
+
}
|
|
484
|
+
export { bg_5 as bg };
|
|
485
|
+
export namespace border_5 {
|
|
486
|
+
let strong_14: string;
|
|
487
|
+
export { strong_14 as strong };
|
|
488
|
+
let weak_15: string;
|
|
489
|
+
export { weak_15 as weak };
|
|
490
|
+
}
|
|
491
|
+
export { border_5 as border };
|
|
474
492
|
}
|
|
475
|
-
export { border_3 as border };
|
|
476
|
-
}
|
|
477
|
-
export namespace success {
|
|
478
|
-
let text_4: string;
|
|
479
|
-
export { text_4 as text };
|
|
480
|
-
let icon_4: string;
|
|
481
|
-
export { icon_4 as icon };
|
|
482
|
-
export namespace bg_4 {
|
|
483
|
-
let strong_11: string;
|
|
484
|
-
export { strong_11 as strong };
|
|
485
|
-
let weak_12: string;
|
|
486
|
-
export { weak_12 as weak };
|
|
487
|
-
let status_3: string;
|
|
488
|
-
export { status_3 as status };
|
|
489
|
-
}
|
|
490
|
-
export { bg_4 as bg };
|
|
491
|
-
export namespace border_4 {
|
|
492
|
-
let strong_12: string;
|
|
493
|
-
export { strong_12 as strong };
|
|
494
|
-
let weak_13: string;
|
|
495
|
-
export { weak_13 as weak };
|
|
496
|
-
}
|
|
497
|
-
export { border_4 as border };
|
|
498
|
-
}
|
|
499
|
-
export namespace discovery {
|
|
500
|
-
let text_5: string;
|
|
501
|
-
export { text_5 as text };
|
|
502
|
-
let icon_5: string;
|
|
503
|
-
export { icon_5 as icon };
|
|
504
|
-
export namespace bg_5 {
|
|
505
|
-
let strong_13: string;
|
|
506
|
-
export { strong_13 as strong };
|
|
507
|
-
let weak_14: string;
|
|
508
|
-
export { weak_14 as weak };
|
|
509
|
-
let status_4: string;
|
|
510
|
-
export { status_4 as status };
|
|
511
|
-
}
|
|
512
|
-
export { bg_5 as bg };
|
|
513
|
-
export namespace border_5 {
|
|
514
|
-
let strong_14: string;
|
|
515
|
-
export { strong_14 as strong };
|
|
516
|
-
let weak_15: string;
|
|
517
|
-
export { weak_15 as weak };
|
|
518
|
-
}
|
|
519
|
-
export { border_5 as border };
|
|
520
493
|
}
|
|
521
494
|
}
|
|
522
|
-
export {
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
let overlay_1: string;
|
|
530
|
-
export { overlay_1 as overlay };
|
|
531
|
-
}
|
|
532
|
-
export { boxShadow_1 as boxShadow };
|
|
533
|
-
export namespace palette_2 {
|
|
534
|
-
export namespace neutral_2 {
|
|
535
|
-
export namespace text_6 {
|
|
536
|
-
let weakest_1: string;
|
|
537
|
-
export { weakest_1 as weakest };
|
|
538
|
-
let weaker_1: string;
|
|
539
|
-
export { weaker_1 as weaker };
|
|
540
|
-
let weak_16: string;
|
|
541
|
-
export { weak_16 as weak };
|
|
542
|
-
let _default_1: string;
|
|
543
|
-
export { _default_1 as default };
|
|
544
|
-
let inverse_1: string;
|
|
545
|
-
export { inverse_1 as inverse };
|
|
546
|
-
}
|
|
547
|
-
export { text_6 as text };
|
|
548
|
-
let icon_6: string;
|
|
549
|
-
export { icon_6 as icon };
|
|
550
|
-
let bg_6: {
|
|
551
|
-
weak: string;
|
|
552
|
-
default: string;
|
|
553
|
-
"on-bg-weak": string;
|
|
554
|
-
strong: string;
|
|
555
|
-
stronger: string;
|
|
556
|
-
strongest: string;
|
|
557
|
-
status: string;
|
|
558
|
-
};
|
|
559
|
-
export { bg_6 as bg };
|
|
560
|
-
export namespace border_6 {
|
|
561
|
-
let weak_17: string;
|
|
562
|
-
export { weak_17 as weak };
|
|
563
|
-
let strong_15: string;
|
|
564
|
-
export { strong_15 as strong };
|
|
565
|
-
let strongest_1: string;
|
|
566
|
-
export { strongest_1 as strongest };
|
|
567
|
-
}
|
|
568
|
-
export { border_6 as border };
|
|
569
|
-
let hover_3: string;
|
|
570
|
-
export { hover_3 as hover };
|
|
571
|
-
let pressed_3: string;
|
|
572
|
-
export { pressed_3 as pressed };
|
|
495
|
+
export { dark_1 as dark };
|
|
496
|
+
export namespace light_2 {
|
|
497
|
+
export namespace boxShadow_1 {
|
|
498
|
+
let raised_1: string;
|
|
499
|
+
export { raised_1 as raised };
|
|
500
|
+
let overlay_1: string;
|
|
501
|
+
export { overlay_1 as overlay };
|
|
573
502
|
}
|
|
574
|
-
export {
|
|
575
|
-
export namespace
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
let
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
export
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export {
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
export {
|
|
640
|
-
let
|
|
641
|
-
export {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
export {
|
|
649
|
-
|
|
650
|
-
|
|
503
|
+
export { boxShadow_1 as boxShadow };
|
|
504
|
+
export namespace color_1 {
|
|
505
|
+
export namespace neutral_2 {
|
|
506
|
+
export namespace text_6 {
|
|
507
|
+
let weakest_1: string;
|
|
508
|
+
export { weakest_1 as weakest };
|
|
509
|
+
let weaker_1: string;
|
|
510
|
+
export { weaker_1 as weaker };
|
|
511
|
+
let weak_16: string;
|
|
512
|
+
export { weak_16 as weak };
|
|
513
|
+
let _default_1: string;
|
|
514
|
+
export { _default_1 as default };
|
|
515
|
+
let inverse_1: string;
|
|
516
|
+
export { inverse_1 as inverse };
|
|
517
|
+
}
|
|
518
|
+
export { text_6 as text };
|
|
519
|
+
let icon_6: string;
|
|
520
|
+
export { icon_6 as icon };
|
|
521
|
+
let bg_6: {
|
|
522
|
+
weak: string;
|
|
523
|
+
default: string;
|
|
524
|
+
"on-bg-weak": string;
|
|
525
|
+
strong: string;
|
|
526
|
+
stronger: string;
|
|
527
|
+
strongest: string;
|
|
528
|
+
status: string;
|
|
529
|
+
};
|
|
530
|
+
export { bg_6 as bg };
|
|
531
|
+
export namespace border_6 {
|
|
532
|
+
let weak_17: string;
|
|
533
|
+
export { weak_17 as weak };
|
|
534
|
+
let strong_15: string;
|
|
535
|
+
export { strong_15 as strong };
|
|
536
|
+
let strongest_1: string;
|
|
537
|
+
export { strongest_1 as strongest };
|
|
538
|
+
}
|
|
539
|
+
export { border_6 as border };
|
|
540
|
+
let hover_3: string;
|
|
541
|
+
export { hover_3 as hover };
|
|
542
|
+
let pressed_3: string;
|
|
543
|
+
export { pressed_3 as pressed };
|
|
544
|
+
}
|
|
545
|
+
export { neutral_2 as neutral };
|
|
546
|
+
export namespace primary_1 {
|
|
547
|
+
let text_7: string;
|
|
548
|
+
export { text_7 as text };
|
|
549
|
+
let icon_7: string;
|
|
550
|
+
export { icon_7 as icon };
|
|
551
|
+
export namespace bg_7 {
|
|
552
|
+
let weak_18: string;
|
|
553
|
+
export { weak_18 as weak };
|
|
554
|
+
let strong_16: string;
|
|
555
|
+
export { strong_16 as strong };
|
|
556
|
+
let status_5: string;
|
|
557
|
+
export { status_5 as status };
|
|
558
|
+
let selected_1: string;
|
|
559
|
+
export { selected_1 as selected };
|
|
560
|
+
}
|
|
561
|
+
export { bg_7 as bg };
|
|
562
|
+
export namespace border_7 {
|
|
563
|
+
let strong_17: string;
|
|
564
|
+
export { strong_17 as strong };
|
|
565
|
+
let weak_19: string;
|
|
566
|
+
export { weak_19 as weak };
|
|
567
|
+
}
|
|
568
|
+
export { border_7 as border };
|
|
569
|
+
let focus_1: string;
|
|
570
|
+
export { focus_1 as focus };
|
|
571
|
+
export namespace hover_4 {
|
|
572
|
+
let weak_20: string;
|
|
573
|
+
export { weak_20 as weak };
|
|
574
|
+
let strong_18: string;
|
|
575
|
+
export { strong_18 as strong };
|
|
576
|
+
}
|
|
577
|
+
export { hover_4 as hover };
|
|
578
|
+
export namespace pressed_4 {
|
|
579
|
+
let weak_21: string;
|
|
580
|
+
export { weak_21 as weak };
|
|
581
|
+
let strong_19: string;
|
|
582
|
+
export { strong_19 as strong };
|
|
583
|
+
}
|
|
584
|
+
export { pressed_4 as pressed };
|
|
585
|
+
}
|
|
586
|
+
export { primary_1 as primary };
|
|
587
|
+
export namespace danger_1 {
|
|
588
|
+
let text_8: string;
|
|
589
|
+
export { text_8 as text };
|
|
590
|
+
let icon_8: string;
|
|
591
|
+
export { icon_8 as icon };
|
|
592
|
+
export namespace bg_8 {
|
|
593
|
+
let strong_20: string;
|
|
594
|
+
export { strong_20 as strong };
|
|
595
|
+
let weak_22: string;
|
|
596
|
+
export { weak_22 as weak };
|
|
597
|
+
let status_6: string;
|
|
598
|
+
export { status_6 as status };
|
|
599
|
+
}
|
|
600
|
+
export { bg_8 as bg };
|
|
601
|
+
export namespace border_8 {
|
|
602
|
+
let strong_21: string;
|
|
603
|
+
export { strong_21 as strong };
|
|
604
|
+
let weak_23: string;
|
|
605
|
+
export { weak_23 as weak };
|
|
606
|
+
}
|
|
607
|
+
export { border_8 as border };
|
|
608
|
+
export namespace hover_5 {
|
|
609
|
+
let weak_24: string;
|
|
610
|
+
export { weak_24 as weak };
|
|
611
|
+
let strong_22: string;
|
|
612
|
+
export { strong_22 as strong };
|
|
613
|
+
}
|
|
614
|
+
export { hover_5 as hover };
|
|
615
|
+
export namespace pressed_5 {
|
|
616
|
+
let weak_25: string;
|
|
617
|
+
export { weak_25 as weak };
|
|
618
|
+
let strong_23: string;
|
|
619
|
+
export { strong_23 as strong };
|
|
620
|
+
}
|
|
621
|
+
export { pressed_5 as pressed };
|
|
622
|
+
}
|
|
623
|
+
export { danger_1 as danger };
|
|
624
|
+
export namespace warning_1 {
|
|
625
|
+
let text_9: string;
|
|
626
|
+
export { text_9 as text };
|
|
627
|
+
let icon_9: string;
|
|
628
|
+
export { icon_9 as icon };
|
|
629
|
+
export namespace bg_9 {
|
|
630
|
+
let strong_24: string;
|
|
631
|
+
export { strong_24 as strong };
|
|
632
|
+
let weak_26: string;
|
|
633
|
+
export { weak_26 as weak };
|
|
634
|
+
let status_7: string;
|
|
635
|
+
export { status_7 as status };
|
|
636
|
+
}
|
|
637
|
+
export { bg_9 as bg };
|
|
638
|
+
export namespace border_9 {
|
|
639
|
+
let strong_25: string;
|
|
640
|
+
export { strong_25 as strong };
|
|
641
|
+
let weak_27: string;
|
|
642
|
+
export { weak_27 as weak };
|
|
643
|
+
}
|
|
644
|
+
export { border_9 as border };
|
|
645
|
+
}
|
|
646
|
+
export { warning_1 as warning };
|
|
647
|
+
export namespace success_1 {
|
|
648
|
+
let text_10: string;
|
|
649
|
+
export { text_10 as text };
|
|
650
|
+
let icon_10: string;
|
|
651
|
+
export { icon_10 as icon };
|
|
652
|
+
export namespace bg_10 {
|
|
653
|
+
let strong_26: string;
|
|
654
|
+
export { strong_26 as strong };
|
|
655
|
+
let weak_28: string;
|
|
656
|
+
export { weak_28 as weak };
|
|
657
|
+
let status_8: string;
|
|
658
|
+
export { status_8 as status };
|
|
659
|
+
}
|
|
660
|
+
export { bg_10 as bg };
|
|
661
|
+
export namespace border_10 {
|
|
662
|
+
let strong_27: string;
|
|
663
|
+
export { strong_27 as strong };
|
|
664
|
+
let weak_29: string;
|
|
665
|
+
export { weak_29 as weak };
|
|
666
|
+
}
|
|
667
|
+
export { border_10 as border };
|
|
668
|
+
}
|
|
669
|
+
export { success_1 as success };
|
|
670
|
+
export namespace discovery_1 {
|
|
671
|
+
let text_11: string;
|
|
672
|
+
export { text_11 as text };
|
|
673
|
+
let icon_11: string;
|
|
674
|
+
export { icon_11 as icon };
|
|
675
|
+
export namespace bg_11 {
|
|
676
|
+
let strong_28: string;
|
|
677
|
+
export { strong_28 as strong };
|
|
678
|
+
let weak_30: string;
|
|
679
|
+
export { weak_30 as weak };
|
|
680
|
+
let status_9: string;
|
|
681
|
+
export { status_9 as status };
|
|
682
|
+
}
|
|
683
|
+
export { bg_11 as bg };
|
|
684
|
+
export namespace border_11 {
|
|
685
|
+
let strong_29: string;
|
|
686
|
+
export { strong_29 as strong };
|
|
687
|
+
let weak_31: string;
|
|
688
|
+
export { weak_31 as weak };
|
|
689
|
+
}
|
|
690
|
+
export { border_11 as border };
|
|
691
|
+
}
|
|
692
|
+
export { discovery_1 as discovery };
|
|
651
693
|
}
|
|
652
|
-
export {
|
|
653
|
-
export namespace warning_1 {
|
|
654
|
-
let text_9: string;
|
|
655
|
-
export { text_9 as text };
|
|
656
|
-
let icon_9: string;
|
|
657
|
-
export { icon_9 as icon };
|
|
658
|
-
export namespace bg_9 {
|
|
659
|
-
let strong_24: string;
|
|
660
|
-
export { strong_24 as strong };
|
|
661
|
-
let weak_26: string;
|
|
662
|
-
export { weak_26 as weak };
|
|
663
|
-
let status_7: string;
|
|
664
|
-
export { status_7 as status };
|
|
665
|
-
}
|
|
666
|
-
export { bg_9 as bg };
|
|
667
|
-
export namespace border_9 {
|
|
668
|
-
let strong_25: string;
|
|
669
|
-
export { strong_25 as strong };
|
|
670
|
-
let weak_27: string;
|
|
671
|
-
export { weak_27 as weak };
|
|
672
|
-
}
|
|
673
|
-
export { border_9 as border };
|
|
674
|
-
}
|
|
675
|
-
export { warning_1 as warning };
|
|
676
|
-
export namespace success_1 {
|
|
677
|
-
let text_10: string;
|
|
678
|
-
export { text_10 as text };
|
|
679
|
-
let icon_10: string;
|
|
680
|
-
export { icon_10 as icon };
|
|
681
|
-
export namespace bg_10 {
|
|
682
|
-
let strong_26: string;
|
|
683
|
-
export { strong_26 as strong };
|
|
684
|
-
let weak_28: string;
|
|
685
|
-
export { weak_28 as weak };
|
|
686
|
-
let status_8: string;
|
|
687
|
-
export { status_8 as status };
|
|
688
|
-
}
|
|
689
|
-
export { bg_10 as bg };
|
|
690
|
-
export namespace border_10 {
|
|
691
|
-
let strong_27: string;
|
|
692
|
-
export { strong_27 as strong };
|
|
693
|
-
let weak_29: string;
|
|
694
|
-
export { weak_29 as weak };
|
|
695
|
-
}
|
|
696
|
-
export { border_10 as border };
|
|
697
|
-
}
|
|
698
|
-
export { success_1 as success };
|
|
699
|
-
export namespace discovery_1 {
|
|
700
|
-
let text_11: string;
|
|
701
|
-
export { text_11 as text };
|
|
702
|
-
let icon_11: string;
|
|
703
|
-
export { icon_11 as icon };
|
|
704
|
-
export namespace bg_11 {
|
|
705
|
-
let strong_28: string;
|
|
706
|
-
export { strong_28 as strong };
|
|
707
|
-
let weak_30: string;
|
|
708
|
-
export { weak_30 as weak };
|
|
709
|
-
let status_9: string;
|
|
710
|
-
export { status_9 as status };
|
|
711
|
-
}
|
|
712
|
-
export { bg_11 as bg };
|
|
713
|
-
export namespace border_11 {
|
|
714
|
-
let strong_29: string;
|
|
715
|
-
export { strong_29 as strong };
|
|
716
|
-
let weak_31: string;
|
|
717
|
-
export { weak_31 as weak };
|
|
718
|
-
}
|
|
719
|
-
export { border_11 as border };
|
|
720
|
-
}
|
|
721
|
-
export { discovery_1 as discovery };
|
|
694
|
+
export { color_1 as color };
|
|
722
695
|
}
|
|
723
|
-
export {
|
|
696
|
+
export { light_2 as light };
|
|
724
697
|
}
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export let
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
"
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
698
|
+
namespace weight {
|
|
699
|
+
export let bold: number;
|
|
700
|
+
export let semibold: number;
|
|
701
|
+
export let normal: number;
|
|
702
|
+
export let medium: number;
|
|
703
|
+
let light_3: number;
|
|
704
|
+
export { light_3 as light };
|
|
705
|
+
}
|
|
706
|
+
let typography: {
|
|
707
|
+
code: {
|
|
708
|
+
fontFamily: string;
|
|
709
|
+
fontSize: string;
|
|
710
|
+
fontWeight: number;
|
|
711
|
+
letterSpacing: string;
|
|
712
|
+
lineHeight: number;
|
|
713
|
+
};
|
|
714
|
+
display: {
|
|
715
|
+
fontFamily: string;
|
|
716
|
+
fontSize: string;
|
|
717
|
+
fontWeight: number;
|
|
718
|
+
letterSpacing: string;
|
|
719
|
+
lineHeight: number;
|
|
720
|
+
};
|
|
721
|
+
"title-1": {
|
|
722
|
+
fontFamily: string;
|
|
723
|
+
fontSize: string;
|
|
724
|
+
fontWeight: number;
|
|
725
|
+
letterSpacing: string;
|
|
726
|
+
lineHeight: number;
|
|
727
|
+
};
|
|
728
|
+
"title-2": {
|
|
729
|
+
fontFamily: string;
|
|
730
|
+
fontSize: string;
|
|
731
|
+
fontWeight: number;
|
|
732
|
+
letterSpacing: string;
|
|
733
|
+
lineHeight: number;
|
|
734
|
+
};
|
|
735
|
+
"title-3": {
|
|
736
|
+
fontFamily: string;
|
|
737
|
+
fontSize: string;
|
|
738
|
+
fontWeight: number;
|
|
739
|
+
letterSpacing: string;
|
|
740
|
+
lineHeight: number;
|
|
741
|
+
};
|
|
742
|
+
"title-4": {
|
|
743
|
+
fontFamily: string;
|
|
744
|
+
fontSize: string;
|
|
745
|
+
fontWeight: number;
|
|
746
|
+
letterSpacing: string;
|
|
747
|
+
lineHeight: number;
|
|
748
|
+
};
|
|
749
|
+
"subheading-large": {
|
|
750
|
+
fontFamily: string;
|
|
751
|
+
fontSize: string;
|
|
752
|
+
fontWeight: number;
|
|
753
|
+
letterSpacing: string;
|
|
754
|
+
lineHeight: number;
|
|
755
|
+
};
|
|
756
|
+
"subheading-medium": {
|
|
757
|
+
fontFamily: string;
|
|
758
|
+
fontSize: string;
|
|
759
|
+
fontWeight: number;
|
|
760
|
+
letterSpacing: string;
|
|
761
|
+
lineHeight: number;
|
|
762
|
+
};
|
|
763
|
+
"subheading-small": {
|
|
764
|
+
fontFamily: string;
|
|
765
|
+
fontSize: string;
|
|
766
|
+
fontWeight: number;
|
|
767
|
+
letterSpacing: string;
|
|
768
|
+
lineHeight: number;
|
|
769
|
+
};
|
|
770
|
+
"body-large": {
|
|
771
|
+
fontFamily: string;
|
|
772
|
+
fontSize: string;
|
|
773
|
+
fontWeight: number;
|
|
774
|
+
letterSpacing: string;
|
|
775
|
+
lineHeight: number;
|
|
776
|
+
};
|
|
777
|
+
"body-medium": {
|
|
778
|
+
fontFamily: string;
|
|
779
|
+
fontSize: string;
|
|
780
|
+
fontWeight: number;
|
|
781
|
+
letterSpacing: string;
|
|
782
|
+
lineHeight: number;
|
|
783
|
+
};
|
|
784
|
+
"body-small": {
|
|
785
|
+
fontFamily: string;
|
|
786
|
+
fontSize: string;
|
|
787
|
+
fontWeight: number;
|
|
788
|
+
letterSpacing: string;
|
|
789
|
+
lineHeight: number;
|
|
790
|
+
};
|
|
791
|
+
label: {
|
|
792
|
+
fontFamily: string;
|
|
793
|
+
fontSize: string;
|
|
794
|
+
fontWeight: number;
|
|
795
|
+
letterSpacing: string;
|
|
796
|
+
lineHeight: number;
|
|
797
|
+
};
|
|
801
798
|
};
|
|
802
|
-
|
|
799
|
+
namespace zIndex {
|
|
800
|
+
export let deep: number;
|
|
801
|
+
export let base: number;
|
|
802
|
+
let overlay_2: number;
|
|
803
|
+
export { overlay_2 as overlay };
|
|
804
|
+
export let banner: number;
|
|
805
|
+
export let blanket: number;
|
|
806
|
+
export let popover: number;
|
|
807
|
+
export let tooltip: number;
|
|
808
|
+
export let modal: number;
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
export default tokens;
|