@amboss/design-system 3.5.0 → 3.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components/Container/Container.js +1 -1
- package/build/cjs/components/Sheet/Sheet.js +1 -1
- package/build/cjs/web-tokens/_sizes.json +200 -190
- package/build/cjs/web-tokens/assets/icons.json +1 -0
- package/build/cjs/web-tokens/assets/icons16.json +1 -0
- package/build/cjs/web-tokens/visualConfig.d.ts +28 -25
- package/build/cjs/web-tokens/visualConfig.js +1 -1
- package/build/esm/components/Container/Container.js +1 -1
- package/build/esm/components/Sheet/Sheet.js +1 -1
- package/build/esm/web-tokens/_sizes.json +200 -190
- package/build/esm/web-tokens/assets/icons.json +1 -0
- package/build/esm/web-tokens/assets/icons16.json +1 -0
- package/build/esm/web-tokens/visualConfig.d.ts +28 -25
- package/build/esm/web-tokens/visualConfig.js +1 -1
- package/build/scss/_variables.scss +20 -19
- package/package.json +1 -1
|
@@ -1,194 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"category": "size",
|
|
4
|
-
"type": "letterSpacing",
|
|
5
|
-
"name": "letterSpacing none",
|
|
6
|
-
"subitemName": "none",
|
|
7
|
-
"value": "0px",
|
|
8
|
-
"original": 0,
|
|
9
|
-
"variableName": "$size-letter-spacing-none",
|
|
10
|
-
"isUsed": false
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"category": "size",
|
|
14
|
-
"type": "letterSpacing",
|
|
15
|
-
"name": "letterSpacing s",
|
|
16
|
-
"subitemName": "s",
|
|
17
|
-
"value": "0.5px",
|
|
18
|
-
"original": 0.5,
|
|
19
|
-
"variableName": "$size-letter-spacing-s",
|
|
20
|
-
"isUsed": true
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"category": "size",
|
|
24
|
-
"type": "letterSpacing",
|
|
25
|
-
"name": "letterSpacing m",
|
|
26
|
-
"subitemName": "m",
|
|
27
|
-
"value": "1px",
|
|
28
|
-
"original": 1,
|
|
29
|
-
"variableName": "$size-letter-spacing-m",
|
|
30
|
-
"isUsed": true
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"category": "size",
|
|
34
|
-
"type": "font",
|
|
35
|
-
"name": "font xs",
|
|
36
|
-
"subitemName": "xs",
|
|
37
|
-
"value": "12px",
|
|
38
|
-
"original": 12,
|
|
39
|
-
"variableName": "$size-font-xs",
|
|
40
|
-
"isUsed": true
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"category": "size",
|
|
44
|
-
"type": "font",
|
|
45
|
-
"name": "font s",
|
|
46
|
-
"subitemName": "s",
|
|
47
|
-
"value": "14px",
|
|
48
|
-
"original": 14,
|
|
49
|
-
"variableName": "$size-font-s",
|
|
50
|
-
"isUsed": true
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"category": "size",
|
|
54
|
-
"type": "font",
|
|
55
|
-
"name": "font m",
|
|
56
|
-
"subitemName": "m",
|
|
57
|
-
"value": "16px",
|
|
58
|
-
"original": 16,
|
|
59
|
-
"variableName": "$size-font-m",
|
|
60
|
-
"isUsed": true
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"category": "size",
|
|
64
|
-
"type": "font",
|
|
65
|
-
"name": "font l",
|
|
66
|
-
"subitemName": "l",
|
|
67
|
-
"value": "18px",
|
|
68
|
-
"original": 18,
|
|
69
|
-
"variableName": "$size-font-l",
|
|
70
|
-
"isUsed": true
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"category": "size",
|
|
74
|
-
"type": "font",
|
|
75
|
-
"name": "font xl",
|
|
76
|
-
"subitemName": "xl",
|
|
77
|
-
"value": "20px",
|
|
78
|
-
"original": 20,
|
|
79
|
-
"variableName": "$size-font-xl",
|
|
80
|
-
"isUsed": true
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"category": "size",
|
|
84
|
-
"type": "font",
|
|
85
|
-
"name": "font xxl",
|
|
86
|
-
"subitemName": "xxl",
|
|
87
|
-
"value": "24px",
|
|
88
|
-
"original": 24,
|
|
89
|
-
"variableName": "$size-font-xxl",
|
|
90
|
-
"isUsed": true
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"category": "size",
|
|
94
|
-
"type": "font",
|
|
95
|
-
"name": "font xxxl",
|
|
96
|
-
"subitemName": "xxxl",
|
|
97
|
-
"value": "26px",
|
|
98
|
-
"original": 26,
|
|
99
|
-
"variableName": "$size-font-xxxl",
|
|
100
|
-
"isUsed": true
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"category": "size",
|
|
104
|
-
"type": "spacing",
|
|
105
|
-
"name": "spacing zero",
|
|
106
|
-
"subitemName": "zero",
|
|
107
|
-
"value": "0px",
|
|
108
|
-
"original": 0,
|
|
109
|
-
"variableName": "$size-spacing-zero",
|
|
110
|
-
"isUsed": true
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"category": "size",
|
|
114
|
-
"type": "spacing",
|
|
115
|
-
"name": "spacing xxxs",
|
|
116
|
-
"subitemName": "xxxs",
|
|
117
|
-
"value": "2px",
|
|
118
|
-
"original": 2,
|
|
119
|
-
"variableName": "$size-spacing-xxxs",
|
|
120
|
-
"isUsed": true
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"category": "size",
|
|
124
|
-
"type": "spacing",
|
|
125
|
-
"name": "spacing xxs",
|
|
126
|
-
"subitemName": "xxs",
|
|
127
|
-
"value": "4px",
|
|
128
|
-
"original": 4,
|
|
129
|
-
"variableName": "$size-spacing-xxs",
|
|
130
|
-
"isUsed": true
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"category": "size",
|
|
134
|
-
"type": "spacing",
|
|
135
|
-
"name": "spacing xs",
|
|
136
|
-
"subitemName": "xs",
|
|
137
|
-
"value": "8px",
|
|
138
|
-
"original": 8,
|
|
139
|
-
"variableName": "$size-spacing-xs",
|
|
140
|
-
"isUsed": true
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"category": "size",
|
|
144
|
-
"type": "spacing",
|
|
145
|
-
"name": "spacing s",
|
|
146
|
-
"subitemName": "s",
|
|
147
|
-
"value": "12px",
|
|
148
|
-
"original": 12,
|
|
149
|
-
"variableName": "$size-spacing-s",
|
|
150
|
-
"isUsed": true
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"category": "size",
|
|
154
|
-
"type": "spacing",
|
|
155
|
-
"name": "spacing m",
|
|
156
|
-
"subitemName": "m",
|
|
157
|
-
"value": "16px",
|
|
158
|
-
"original": 16,
|
|
159
|
-
"variableName": "$size-spacing-m",
|
|
160
|
-
"isUsed": true
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"category": "size",
|
|
164
|
-
"type": "spacing",
|
|
165
|
-
"name": "spacing l",
|
|
166
|
-
"subitemName": "l",
|
|
167
|
-
"value": "24px",
|
|
168
|
-
"original": 24,
|
|
169
|
-
"variableName": "$size-spacing-l",
|
|
170
|
-
"isUsed": true
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"category": "size",
|
|
174
|
-
"type": "spacing",
|
|
175
|
-
"name": "spacing xl",
|
|
176
|
-
"subitemName": "xl",
|
|
177
|
-
"value": "32px",
|
|
178
|
-
"original": 32,
|
|
179
|
-
"variableName": "$size-spacing-xl",
|
|
180
|
-
"isUsed": true
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"category": "size",
|
|
184
|
-
"type": "spacing",
|
|
185
|
-
"name": "spacing xxl",
|
|
186
|
-
"subitemName": "xxl",
|
|
187
|
-
"value": "48px",
|
|
188
|
-
"original": 48,
|
|
189
|
-
"variableName": "$size-spacing-xxl",
|
|
190
|
-
"isUsed": true
|
|
191
|
-
},
|
|
192
2
|
{
|
|
193
3
|
"category": "size",
|
|
194
4
|
"type": "dimension",
|
|
@@ -219,6 +29,16 @@
|
|
|
219
29
|
"variableName": "$size-dimension-icon-l",
|
|
220
30
|
"isUsed": true
|
|
221
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"category": "size",
|
|
34
|
+
"type": "dimension",
|
|
35
|
+
"name": "dimension content",
|
|
36
|
+
"subitemName": "content maxWidth",
|
|
37
|
+
"value": "944px",
|
|
38
|
+
"original": 944,
|
|
39
|
+
"variableName": "$size-dimension-content-max-width",
|
|
40
|
+
"isUsed": false
|
|
41
|
+
},
|
|
222
42
|
{
|
|
223
43
|
"category": "size",
|
|
224
44
|
"type": "dimension",
|
|
@@ -409,6 +229,196 @@
|
|
|
409
229
|
"variableName": "$size-dimension-media-viewer-bar-separator-width",
|
|
410
230
|
"isUsed": false
|
|
411
231
|
},
|
|
232
|
+
{
|
|
233
|
+
"category": "size",
|
|
234
|
+
"type": "letterSpacing",
|
|
235
|
+
"name": "letterSpacing none",
|
|
236
|
+
"subitemName": "none",
|
|
237
|
+
"value": "0px",
|
|
238
|
+
"original": 0,
|
|
239
|
+
"variableName": "$size-letter-spacing-none",
|
|
240
|
+
"isUsed": false
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"category": "size",
|
|
244
|
+
"type": "letterSpacing",
|
|
245
|
+
"name": "letterSpacing s",
|
|
246
|
+
"subitemName": "s",
|
|
247
|
+
"value": "0.5px",
|
|
248
|
+
"original": 0.5,
|
|
249
|
+
"variableName": "$size-letter-spacing-s",
|
|
250
|
+
"isUsed": true
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"category": "size",
|
|
254
|
+
"type": "letterSpacing",
|
|
255
|
+
"name": "letterSpacing m",
|
|
256
|
+
"subitemName": "m",
|
|
257
|
+
"value": "1px",
|
|
258
|
+
"original": 1,
|
|
259
|
+
"variableName": "$size-letter-spacing-m",
|
|
260
|
+
"isUsed": true
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"category": "size",
|
|
264
|
+
"type": "font",
|
|
265
|
+
"name": "font xs",
|
|
266
|
+
"subitemName": "xs",
|
|
267
|
+
"value": "12px",
|
|
268
|
+
"original": 12,
|
|
269
|
+
"variableName": "$size-font-xs",
|
|
270
|
+
"isUsed": true
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"category": "size",
|
|
274
|
+
"type": "font",
|
|
275
|
+
"name": "font s",
|
|
276
|
+
"subitemName": "s",
|
|
277
|
+
"value": "14px",
|
|
278
|
+
"original": 14,
|
|
279
|
+
"variableName": "$size-font-s",
|
|
280
|
+
"isUsed": true
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"category": "size",
|
|
284
|
+
"type": "font",
|
|
285
|
+
"name": "font m",
|
|
286
|
+
"subitemName": "m",
|
|
287
|
+
"value": "16px",
|
|
288
|
+
"original": 16,
|
|
289
|
+
"variableName": "$size-font-m",
|
|
290
|
+
"isUsed": true
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"category": "size",
|
|
294
|
+
"type": "font",
|
|
295
|
+
"name": "font l",
|
|
296
|
+
"subitemName": "l",
|
|
297
|
+
"value": "18px",
|
|
298
|
+
"original": 18,
|
|
299
|
+
"variableName": "$size-font-l",
|
|
300
|
+
"isUsed": true
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"category": "size",
|
|
304
|
+
"type": "font",
|
|
305
|
+
"name": "font xl",
|
|
306
|
+
"subitemName": "xl",
|
|
307
|
+
"value": "20px",
|
|
308
|
+
"original": 20,
|
|
309
|
+
"variableName": "$size-font-xl",
|
|
310
|
+
"isUsed": true
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"category": "size",
|
|
314
|
+
"type": "font",
|
|
315
|
+
"name": "font xxl",
|
|
316
|
+
"subitemName": "xxl",
|
|
317
|
+
"value": "24px",
|
|
318
|
+
"original": 24,
|
|
319
|
+
"variableName": "$size-font-xxl",
|
|
320
|
+
"isUsed": true
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"category": "size",
|
|
324
|
+
"type": "font",
|
|
325
|
+
"name": "font xxxl",
|
|
326
|
+
"subitemName": "xxxl",
|
|
327
|
+
"value": "26px",
|
|
328
|
+
"original": 26,
|
|
329
|
+
"variableName": "$size-font-xxxl",
|
|
330
|
+
"isUsed": true
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"category": "size",
|
|
334
|
+
"type": "spacing",
|
|
335
|
+
"name": "spacing zero",
|
|
336
|
+
"subitemName": "zero",
|
|
337
|
+
"value": "0px",
|
|
338
|
+
"original": 0,
|
|
339
|
+
"variableName": "$size-spacing-zero",
|
|
340
|
+
"isUsed": true
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"category": "size",
|
|
344
|
+
"type": "spacing",
|
|
345
|
+
"name": "spacing xxxs",
|
|
346
|
+
"subitemName": "xxxs",
|
|
347
|
+
"value": "2px",
|
|
348
|
+
"original": 2,
|
|
349
|
+
"variableName": "$size-spacing-xxxs",
|
|
350
|
+
"isUsed": true
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"category": "size",
|
|
354
|
+
"type": "spacing",
|
|
355
|
+
"name": "spacing xxs",
|
|
356
|
+
"subitemName": "xxs",
|
|
357
|
+
"value": "4px",
|
|
358
|
+
"original": 4,
|
|
359
|
+
"variableName": "$size-spacing-xxs",
|
|
360
|
+
"isUsed": true
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"category": "size",
|
|
364
|
+
"type": "spacing",
|
|
365
|
+
"name": "spacing xs",
|
|
366
|
+
"subitemName": "xs",
|
|
367
|
+
"value": "8px",
|
|
368
|
+
"original": 8,
|
|
369
|
+
"variableName": "$size-spacing-xs",
|
|
370
|
+
"isUsed": true
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"category": "size",
|
|
374
|
+
"type": "spacing",
|
|
375
|
+
"name": "spacing s",
|
|
376
|
+
"subitemName": "s",
|
|
377
|
+
"value": "12px",
|
|
378
|
+
"original": 12,
|
|
379
|
+
"variableName": "$size-spacing-s",
|
|
380
|
+
"isUsed": true
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"category": "size",
|
|
384
|
+
"type": "spacing",
|
|
385
|
+
"name": "spacing m",
|
|
386
|
+
"subitemName": "m",
|
|
387
|
+
"value": "16px",
|
|
388
|
+
"original": 16,
|
|
389
|
+
"variableName": "$size-spacing-m",
|
|
390
|
+
"isUsed": true
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"category": "size",
|
|
394
|
+
"type": "spacing",
|
|
395
|
+
"name": "spacing l",
|
|
396
|
+
"subitemName": "l",
|
|
397
|
+
"value": "24px",
|
|
398
|
+
"original": 24,
|
|
399
|
+
"variableName": "$size-spacing-l",
|
|
400
|
+
"isUsed": true
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"category": "size",
|
|
404
|
+
"type": "spacing",
|
|
405
|
+
"name": "spacing xl",
|
|
406
|
+
"subitemName": "xl",
|
|
407
|
+
"value": "32px",
|
|
408
|
+
"original": 32,
|
|
409
|
+
"variableName": "$size-spacing-xl",
|
|
410
|
+
"isUsed": true
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"category": "size",
|
|
414
|
+
"type": "spacing",
|
|
415
|
+
"name": "spacing xxl",
|
|
416
|
+
"subitemName": "xxl",
|
|
417
|
+
"value": "48px",
|
|
418
|
+
"original": 48,
|
|
419
|
+
"variableName": "$size-spacing-xxl",
|
|
420
|
+
"isUsed": true
|
|
421
|
+
},
|
|
412
422
|
{
|
|
413
423
|
"category": "size",
|
|
414
424
|
"type": "borderRadius",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"bubble-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"m2.803 12 1.752 1.168c.278.186.445.499.445.832v5c0 .552.449 1 1 1h14a1 1 0 0 0 1-1V5c0-.551-.448-1-1-1H6c-.551 0-1 .449-1 1v5c0 .334-.167.646-.445.832zM20 22H6c-1.654 0-3-1.345-3-3v-4.464L.446 12.832a1 1 0 0 1 0-1.664L3 9.465V5c0-1.654 1.346-3 3-3h14c1.655 0 3 1.346 3 3v14c0 1.655-1.345 3-3 3m-4.2-7H8a1 1 0 1 1 0-2h7.8a1 1 0 1 1 0 2m2.2-4H8a1 1 0 0 1 0-2h10a1 1 0 1 1 0 2\"/></svg>",
|
|
33
33
|
"bulb": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M14 10h-4m2 0v7.9m4 0v-4.1c1.6-1.2 2.6-3.1 2.6-5.2 0-3.7-3-6.6-6.6-6.6S5.4 4.9 5.4 8.6c0 2.1 1 4 2.6 5.2v4.1zm-8 0 2 4.1h4l2-4.1\"/></svg>",
|
|
34
34
|
"calculator": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M4 7h16M8 18.5h3.9M18 22H6c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h12c1.1 0 2 .9 2 2v16c0 1.1-.9 2-2 2\"/></svg>",
|
|
35
|
+
"caption": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 13a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1\" clip-rule=\"evenodd\"/></svg>",
|
|
35
36
|
"chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12.06 3A8.9 8.9 0 0 0 3 11.97a9.04 9.04 0 0 0 2.58 6.38 8.87 8.87 0 0 0 6.3 2.65A9.04 9.04 0 0 0 21 12.03 9.03 9.03 0 0 0 12.06 3m6.53 12.18c-1.2 0-1.22-1.14-1.41-1.99-.24-1.01-.39-2.06-.67-3.08-.52 1.42-.49 2.93-.8 4.38-.08.48-.2.96-.33 1.42-.17.5-.43 1.03-1.07 1-.57-.03-.82-.5-.98-.98-.4-1.22-.5-2.5-.68-3.76s-.36-2.58-.64-3.88c-.51 1.56-.58 3.17-.83 4.76-.16 1-.26 2-.61 2.97-.17.45-.4.86-.91.89-.57.03-.87-.4-1.05-.88-.46-1.24-.5-2.57-.7-3.86-.12-.7-.22-1.38-.32-2.07l-.23.01c-.23 1.22-.44 2.44-.72 3.64-.16.69-.35 1.48-1.29 1.47-.93 0-1.1-.75-1.3-1.46 0-.03 0-.07-.02-.11-.1-.56-.58-1.36.19-1.58.86-.24.74.7.9 1.24.06.18.14.36.24.53.45-1.2.45-2.36.74-3.45.23-.84.2-2.01 1.4-2.02 1.19-.01 1.14 1.15 1.3 1.94.29 1.5.45 3.02.75 4.53.54-1.52.58-3.11.83-4.67.17-1.04.26-2.08.63-3.08.17-.46.4-.86.91-.88.59-.03.87.41 1.03.9.58 1.8.64 3.69.94 5.54l.4 2.64c.54-1.8.46-3.37.84-4.86.2-.83.1-2.03 1.3-2.06s1.19 1.18 1.4 2c.3 1.07.3 2.2.72 3.36.33-.46.35-.9.48-1.31a.54.54 0 0 1 .6-.41c.15.02.3.1.39.22s.13.27.11.43c-.02.18-.06.37-.12.55-.22.83-.22 1.97-1.42 1.97\"/></svg>",
|
|
36
37
|
"charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 10.5s1.366.011 1.5 0a.75.75 0 0 0 .621-.443l1.65-3.875a.75.75 0 0 1 1.4.078l3.077 6.717a.75.75 0 0 0 1.449-.072l3.095-9.307a.75.75 0 0 1 1.457-.052L18.75 9.75c.045.157 0 .75 1.5.75H21\"/><path fill=\"currentColor\" d=\"M4 19.5a1 1 0 1 0-2 0zm-2 0v3h2v-3zm11 0a1 1 0 1 0-2 0zm-2 0v3h2v-3zm11 0a1 1 0 1 0-2 0zm-2 0v3h2v-3zm-11.5-3a1 1 0 1 0-2 0zm-2 0v6h2v-6zm11 0a1 1 0 1 0-2 0zm-2 0v6h2v-6z\"/></svg>",
|
|
37
38
|
"check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"feather feather-check\" viewBox=\"0 0 24 24\"><path d=\"M20 6 9 17l-5-5\"/></svg>",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"bubble-text": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4 2a1 1 0 0 0-1 1v3.222L1.638 7.67c-.091.097-.236.17-.255.3a.2.2 0 0 0 0 .06c.02.13.164.203.255.3L3 9.778V13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z\"/><path stroke-linecap=\"square\" stroke-linejoin=\"bevel\" d=\"M7 6h4m-4 4h4\"/></g></svg>",
|
|
33
33
|
"bulb": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M8 1a5 5 0 0 0-3.384 8.681c.232.213.384.504.384.819v2.086a1 1 0 0 0 .293.707l1.414 1.414a1 1 0 0 0 .707.293h1.172a1 1 0 0 0 .707-.293l1.414-1.414a1 1 0 0 0 .293-.707V10.5c0-.315.152-.606.384-.819A5 5 0 0 0 8 1z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M6.5 6h3M8 7v4.5M5 12h6\"/></g></svg>",
|
|
34
34
|
"calculator": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M2 2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\"/><g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M4 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0m6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0M8 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2M8 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2M5 8a1 1 0 1 0 0 2 1 1 0 0 0 0-2m5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0m-5-1a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z\" clip-rule=\"evenodd\"/><path d=\"M2 1h12v3H2z\"/></g></svg>",
|
|
35
|
+
"caption": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1z\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 8a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1m0 3a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1\" clip-rule=\"evenodd\"/></svg>",
|
|
35
36
|
"chart": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M12.06 3A8.9 8.9 0 0 0 3 11.97a9.04 9.04 0 0 0 2.58 6.38 8.87 8.87 0 0 0 6.3 2.65A9.04 9.04 0 0 0 21 12.03 9.03 9.03 0 0 0 12.06 3m6.53 12.18c-1.2 0-1.22-1.14-1.41-1.99-.24-1.01-.39-2.06-.67-3.08-.52 1.42-.49 2.93-.8 4.38-.08.48-.2.96-.33 1.42-.17.5-.43 1.03-1.07 1-.57-.03-.82-.5-.98-.98-.4-1.22-.5-2.5-.68-3.76s-.36-2.58-.64-3.88c-.51 1.56-.58 3.17-.83 4.76-.16 1-.26 2-.61 2.97-.17.45-.4.86-.91.89-.57.03-.87-.4-1.05-.88-.46-1.24-.5-2.57-.7-3.86-.12-.7-.22-1.38-.32-2.07l-.23.01c-.23 1.22-.44 2.44-.72 3.64-.16.69-.35 1.48-1.29 1.47-.93 0-1.1-.75-1.3-1.46 0-.03 0-.07-.02-.11-.1-.56-.58-1.36.19-1.58.86-.24.74.7.9 1.24.06.18.14.36.24.53.45-1.2.45-2.36.74-3.45.23-.84.2-2.01 1.4-2.02 1.19-.01 1.14 1.15 1.3 1.94.29 1.5.45 3.02.75 4.53.54-1.52.58-3.11.83-4.67.17-1.04.26-2.08.63-3.08.17-.46.4-.86.91-.88.59-.03.87.41 1.03.9.58 1.8.64 3.69.94 5.54l.4 2.64c.54-1.8.46-3.37.84-4.86.2-.83.1-2.03 1.3-2.06s1.19 1.18 1.4 2c.3 1.07.3 2.2.72 3.36.33-.46.35-.9.48-1.31a.54.54 0 0 1 .6-.41c.15.02.3.1.39.22s.13.27.11.43c-.02.18-.06.37-.12.55-.22.83-.22 1.97-1.42 1.97\"/></svg>",
|
|
36
37
|
"charts": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 7s.91.008 1 0a.5.5 0 0 0 .414-.296l1.1-2.583a.5.5 0 0 1 .933.052l2.051 4.478a.5.5 0 0 0 .966-.048L10.528 2.4a.5.5 0 0 1 .971-.035L12.5 6.5c.03.105 0 .5 1 .5h.5\"/><path fill=\"currentColor\" d=\"M3 13a1 1 0 1 0-2 0zm-2 0v2h2v-2zm8 0a1 1 0 1 0-2 0zm-2 0v2h2v-2zm8 0a1 1 0 1 0-2 0zm-2 0v2h2v-2zm-7-2a1 1 0 1 0-2 0zm-2 0v4h2v-4zm8 0a1 1 0 1 0-2 0zm-2 0v4h2v-4z\"/></svg>",
|
|
37
38
|
"check": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m14 4-8.25 8L2 8.364\"/></svg>",
|
|
@@ -1,36 +1,14 @@
|
|
|
1
1
|
type Variables = {
|
|
2
2
|
"size": {
|
|
3
|
-
"letterSpacing": {
|
|
4
|
-
"none": string;
|
|
5
|
-
"s": string;
|
|
6
|
-
"m": string;
|
|
7
|
-
};
|
|
8
|
-
"font": {
|
|
9
|
-
"xs": string;
|
|
10
|
-
"s": string;
|
|
11
|
-
"m": string;
|
|
12
|
-
"l": string;
|
|
13
|
-
"xl": string;
|
|
14
|
-
"xxl": string;
|
|
15
|
-
"xxxl": string;
|
|
16
|
-
};
|
|
17
|
-
"spacing": {
|
|
18
|
-
"zero": string;
|
|
19
|
-
"xxxs": string;
|
|
20
|
-
"xxs": string;
|
|
21
|
-
"xs": string;
|
|
22
|
-
"s": string;
|
|
23
|
-
"m": string;
|
|
24
|
-
"l": string;
|
|
25
|
-
"xl": string;
|
|
26
|
-
"xxl": string;
|
|
27
|
-
};
|
|
28
3
|
"dimension": {
|
|
29
4
|
"icon": {
|
|
30
5
|
"s": string;
|
|
31
6
|
"m": string;
|
|
32
7
|
"l": string;
|
|
33
8
|
};
|
|
9
|
+
"content": {
|
|
10
|
+
"maxWidth": string;
|
|
11
|
+
};
|
|
34
12
|
"checkbox": {
|
|
35
13
|
"s": string;
|
|
36
14
|
"m": string;
|
|
@@ -87,6 +65,31 @@ type Variables = {
|
|
|
87
65
|
};
|
|
88
66
|
};
|
|
89
67
|
};
|
|
68
|
+
"letterSpacing": {
|
|
69
|
+
"none": string;
|
|
70
|
+
"s": string;
|
|
71
|
+
"m": string;
|
|
72
|
+
};
|
|
73
|
+
"font": {
|
|
74
|
+
"xs": string;
|
|
75
|
+
"s": string;
|
|
76
|
+
"m": string;
|
|
77
|
+
"l": string;
|
|
78
|
+
"xl": string;
|
|
79
|
+
"xxl": string;
|
|
80
|
+
"xxxl": string;
|
|
81
|
+
};
|
|
82
|
+
"spacing": {
|
|
83
|
+
"zero": string;
|
|
84
|
+
"xxxs": string;
|
|
85
|
+
"xxs": string;
|
|
86
|
+
"xs": string;
|
|
87
|
+
"s": string;
|
|
88
|
+
"m": string;
|
|
89
|
+
"l": string;
|
|
90
|
+
"xl": string;
|
|
91
|
+
"xxl": string;
|
|
92
|
+
};
|
|
90
93
|
"borderRadius": {
|
|
91
94
|
"none": string;
|
|
92
95
|
"xs": string;
|