magneto365.ui 2.70.5 → 2.72.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  2. package/dist/cjs/index.js +29 -35
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/components/UI/atoms/Typography/Typography.component.d.ts +4 -4
  5. package/dist/cjs/types/components/UI/atoms/Typography/Typography.interface.d.ts +17 -39
  6. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +4 -2
  7. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +4 -2
  8. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +4 -2
  9. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +4 -1
  10. package/dist/cjs/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +4 -0
  11. package/dist/cjs/types/components/docs/DesignSystem/DesignSystem.component.d.ts +2 -0
  12. package/dist/cjs/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +3 -0
  13. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemBorder/DesignSystemBorder.component.d.ts +2 -0
  14. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemColor/DesignSystemColor.component.d.ts +2 -0
  15. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemGap/DesignSystemGap.component.d.ts +2 -0
  16. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemMargin/DesignSystemMargin.component.d.ts +2 -0
  17. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemOpacity/DesignSystemOpacity.component.d.ts +2 -0
  18. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemPadding/DesignSystemPadding.component.d.ts +2 -0
  19. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemRadius/DesignSystemRadius.component.d.ts +2 -0
  20. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemScale/DesignSystemScale.component.d.ts +2 -0
  21. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemScreen/DesignSystemScreen.component.d.ts +2 -0
  22. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemShadow/DesignSystemShadow.component.d.ts +2 -0
  23. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemText/DesignSystemText.component.d.ts +2 -0
  24. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemUtilityClass/DesignSystemUtilityClass.component.d.ts +2 -0
  25. package/dist/cjs/types/components/docs/DesignSystem/children/index.d.ts +12 -0
  26. package/dist/cjs/types/index.d.ts +1 -0
  27. package/dist/cjs/types/shared/tokens/index.d.ts +124 -0
  28. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  29. package/dist/esm/index.js +31 -37
  30. package/dist/esm/index.js.map +1 -1
  31. package/dist/esm/types/components/UI/atoms/Typography/Typography.component.d.ts +4 -4
  32. package/dist/esm/types/components/UI/atoms/Typography/Typography.interface.d.ts +17 -39
  33. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +4 -2
  34. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +4 -2
  35. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +4 -2
  36. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +4 -1
  37. package/dist/esm/types/components/UI/molecules/Drawer/Drawer.interface.d.ts +4 -0
  38. package/dist/esm/types/components/docs/DesignSystem/DesignSystem.component.d.ts +2 -0
  39. package/dist/esm/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +3 -0
  40. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemBorder/DesignSystemBorder.component.d.ts +2 -0
  41. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemColor/DesignSystemColor.component.d.ts +2 -0
  42. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemGap/DesignSystemGap.component.d.ts +2 -0
  43. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemMargin/DesignSystemMargin.component.d.ts +2 -0
  44. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemOpacity/DesignSystemOpacity.component.d.ts +2 -0
  45. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemPadding/DesignSystemPadding.component.d.ts +2 -0
  46. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemRadius/DesignSystemRadius.component.d.ts +2 -0
  47. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemScale/DesignSystemScale.component.d.ts +2 -0
  48. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemScreen/DesignSystemScreen.component.d.ts +2 -0
  49. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemShadow/DesignSystemShadow.component.d.ts +2 -0
  50. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemText/DesignSystemText.component.d.ts +2 -0
  51. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemUtilityClass/DesignSystemUtilityClass.component.d.ts +2 -0
  52. package/dist/esm/types/components/docs/DesignSystem/children/index.d.ts +12 -0
  53. package/dist/esm/types/index.d.ts +1 -0
  54. package/dist/esm/types/shared/tokens/index.d.ts +124 -0
  55. package/dist/index.d.ts +152 -45
  56. package/dist/tokens/_border.scss +14 -0
  57. package/dist/tokens/_color.scss +570 -0
  58. package/dist/tokens/_gap.scss +28 -0
  59. package/dist/tokens/_index.scss +12 -0
  60. package/dist/tokens/_margin.scss +32 -0
  61. package/dist/tokens/_opacity.scss +32 -0
  62. package/dist/tokens/_padding.scss +28 -0
  63. package/dist/tokens/_radius.scss +28 -0
  64. package/dist/tokens/_scale.scss +466 -0
  65. package/dist/tokens/_screen.scss +22 -0
  66. package/dist/tokens/_shadow.scss +18 -0
  67. package/dist/tokens/_text.scss +20 -0
  68. package/package.json +7 -5
@@ -0,0 +1,14 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $border-1: scale.$scale-px-2xs;
5
+ $border-2: scale.$scale-px-xs;
6
+ $border-inherit: scale.$scale-inherit;
7
+ $border-min: scale.$scale-min;
8
+
9
+ $border-map: (
10
+ 1: $border-1,
11
+ 2: $border-2,
12
+ inherit: $border-inherit,
13
+ min: $border-min
14
+ );
@@ -0,0 +1,570 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $color-transparent: transparent;
5
+ $color-inherit: scale.$scale-inherit;
6
+ $color-current: currentColor;
7
+ $color-blue-dark-50: #99a4af;
8
+ $color-blue-dark-100: #667688;
9
+ $color-blue-dark-200: #334960;
10
+ $color-blue-dark-300: #1a324c;
11
+ $color-blue-dark-400: #001b38;
12
+ $color-blue-dark-500: #00162d;
13
+ $color-blue-light-50: #f0f9ff;
14
+ $color-blue-light-100: #e0f3fb;
15
+ $color-blue-light-200: #a3daf2;
16
+ $color-blue-light-300: #66c1ea;
17
+ $color-blue-light-400: #00a7e1;
18
+ $color-blue-light-500: #007da9;
19
+ $color-green-50: #f1fbf4;
20
+ $color-green-100: #cef1dc;
21
+ $color-green-200: #9ee4b8;
22
+ $color-green-300: #6dd695;
23
+ $color-green-400: #3dc971;
24
+ $color-green-500: #0cbb4e;
25
+ $color-green-600: #098c3b;
26
+ $color-grey-50: #ffffff;
27
+ $color-grey-100: #f0f1f3;
28
+ $color-grey-200: #e0e4e7;
29
+ $color-grey-300: #c2c8cf;
30
+ $color-grey-400: #a3adb8;
31
+ $color-grey-500: #8591a0;
32
+ $color-grey-600: #667688;
33
+ $color-grey-700: #47535f;
34
+ $color-grey-800: #292f37;
35
+ $color-grey-900: #0a0c0e;
36
+ $color-red-50: #fff5f5;
37
+ $color-red-100: #febfbf;
38
+ $color-red-200: #e10000;
39
+ $color-red-300: #8b0000;
40
+ $color-yellow-50: #fffaef;
41
+ $color-yellow-100: #fde0a6;
42
+ $color-yellow-200: #fcc75d;
43
+ $color-yellow-300: #faad14;
44
+
45
+ $color-map: (
46
+ transparent: $color-transparent,
47
+ inherit: $color-inherit,
48
+ current: $color-current,
49
+ blue-dark-50: $color-blue-dark-50,
50
+ blue-dark-100: $color-blue-dark-100,
51
+ blue-dark-200: $color-blue-dark-200,
52
+ blue-dark-300: $color-blue-dark-300,
53
+ blue-dark-400: $color-blue-dark-400,
54
+ blue-dark-500: $color-blue-dark-500,
55
+ blue-light-50: $color-blue-light-50,
56
+ blue-light-100: $color-blue-light-100,
57
+ blue-light-200: $color-blue-light-200,
58
+ blue-light-300: $color-blue-light-300,
59
+ blue-light-400: $color-blue-light-400,
60
+ blue-light-500: $color-blue-light-500,
61
+ green-50: $color-green-50,
62
+ green-100: $color-green-100,
63
+ green-200: $color-green-200,
64
+ green-300: $color-green-300,
65
+ green-400: $color-green-400,
66
+ green-500: $color-green-500,
67
+ green-600: $color-green-600,
68
+ grey-50: $color-grey-50,
69
+ grey-100: $color-grey-100,
70
+ grey-200: $color-grey-200,
71
+ grey-300: $color-grey-300,
72
+ grey-400: $color-grey-400,
73
+ grey-500: $color-grey-500,
74
+ grey-600: $color-grey-600,
75
+ grey-700: $color-grey-700,
76
+ grey-800: $color-grey-800,
77
+ grey-900: $color-grey-900,
78
+ red-50: $color-red-50,
79
+ red-100: $color-red-100,
80
+ red-200: $color-red-200,
81
+ red-300: $color-red-300,
82
+ yellow-50: $color-yellow-50,
83
+ yellow-100: $color-yellow-100,
84
+ yellow-200: $color-yellow-200,
85
+ yellow-300: $color-yellow-300
86
+ );
87
+
88
+ .stroke-transparent {
89
+ stroke: $color-transparent;
90
+ }
91
+ .stroke-inherit {
92
+ stroke: $color-inherit;
93
+ }
94
+ .stroke-current {
95
+ stroke: $color-current;
96
+ }
97
+ .stroke-blue-dark-50 {
98
+ stroke: $color-blue-dark-50;
99
+ }
100
+ .stroke-blue-dark-100 {
101
+ stroke: $color-blue-dark-100;
102
+ }
103
+ .stroke-blue-dark-200 {
104
+ stroke: $color-blue-dark-200;
105
+ }
106
+ .stroke-blue-dark-300 {
107
+ stroke: $color-blue-dark-300;
108
+ }
109
+ .stroke-blue-dark-400 {
110
+ stroke: $color-blue-dark-400;
111
+ }
112
+ .stroke-blue-dark-500 {
113
+ stroke: $color-blue-dark-500;
114
+ }
115
+ .stroke-blue-light-50 {
116
+ stroke: $color-blue-light-50;
117
+ }
118
+ .stroke-blue-light-100 {
119
+ stroke: $color-blue-light-100;
120
+ }
121
+ .stroke-blue-light-200 {
122
+ stroke: $color-blue-light-200;
123
+ }
124
+ .stroke-blue-light-300 {
125
+ stroke: $color-blue-light-300;
126
+ }
127
+ .stroke-blue-light-400 {
128
+ stroke: $color-blue-light-400;
129
+ }
130
+ .stroke-blue-light-500 {
131
+ stroke: $color-blue-light-500;
132
+ }
133
+ .stroke-green-50 {
134
+ stroke: $color-green-50;
135
+ }
136
+ .stroke-green-100 {
137
+ stroke: $color-green-100;
138
+ }
139
+ .stroke-green-200 {
140
+ stroke: $color-green-200;
141
+ }
142
+ .stroke-green-300 {
143
+ stroke: $color-green-300;
144
+ }
145
+ .stroke-green-400 {
146
+ stroke: $color-green-400;
147
+ }
148
+ .stroke-green-500 {
149
+ stroke: $color-green-500;
150
+ }
151
+ .stroke-green-600 {
152
+ stroke: $color-green-600;
153
+ }
154
+ .stroke-grey-50 {
155
+ stroke: $color-grey-50;
156
+ }
157
+ .stroke-grey-100 {
158
+ stroke: $color-grey-100;
159
+ }
160
+ .stroke-grey-200 {
161
+ stroke: $color-grey-200;
162
+ }
163
+ .stroke-grey-300 {
164
+ stroke: $color-grey-300;
165
+ }
166
+ .stroke-grey-400 {
167
+ stroke: $color-grey-400;
168
+ }
169
+ .stroke-grey-500 {
170
+ stroke: $color-grey-500;
171
+ }
172
+ .stroke-grey-600 {
173
+ stroke: $color-grey-600;
174
+ }
175
+ .stroke-grey-700 {
176
+ stroke: $color-grey-700;
177
+ }
178
+ .stroke-grey-800 {
179
+ stroke: $color-grey-800;
180
+ }
181
+ .stroke-grey-900 {
182
+ stroke: $color-grey-900;
183
+ }
184
+ .stroke-red-50 {
185
+ stroke: $color-red-50;
186
+ }
187
+ .stroke-red-100 {
188
+ stroke: $color-red-100;
189
+ }
190
+ .stroke-red-200 {
191
+ stroke: $color-red-200;
192
+ }
193
+ .stroke-red-300 {
194
+ stroke: $color-red-300;
195
+ }
196
+ .stroke-yellow-50 {
197
+ stroke: $color-yellow-50;
198
+ }
199
+ .stroke-yellow-100 {
200
+ stroke: $color-yellow-100;
201
+ }
202
+ .stroke-yellow-200 {
203
+ stroke: $color-yellow-200;
204
+ }
205
+ .stroke-yellow-300 {
206
+ stroke: $color-yellow-300;
207
+ }
208
+
209
+ .fill-transparent {
210
+ fill: $color-transparent;
211
+ }
212
+ .fill-inherit {
213
+ fill: $color-inherit;
214
+ }
215
+ .fill-current {
216
+ fill: $color-current;
217
+ }
218
+ .fill-blue-dark-50 {
219
+ fill: $color-blue-dark-50;
220
+ }
221
+ .fill-blue-dark-100 {
222
+ fill: $color-blue-dark-100;
223
+ }
224
+ .fill-blue-dark-200 {
225
+ fill: $color-blue-dark-200;
226
+ }
227
+ .fill-blue-dark-300 {
228
+ fill: $color-blue-dark-300;
229
+ }
230
+ .fill-blue-dark-400 {
231
+ fill: $color-blue-dark-400;
232
+ }
233
+ .fill-blue-dark-500 {
234
+ fill: $color-blue-dark-500;
235
+ }
236
+ .fill-blue-light-50 {
237
+ fill: $color-blue-light-50;
238
+ }
239
+ .fill-blue-light-100 {
240
+ fill: $color-blue-light-100;
241
+ }
242
+ .fill-blue-light-200 {
243
+ fill: $color-blue-light-200;
244
+ }
245
+ .fill-blue-light-300 {
246
+ fill: $color-blue-light-300;
247
+ }
248
+ .fill-blue-light-400 {
249
+ fill: $color-blue-light-400;
250
+ }
251
+ .fill-blue-light-500 {
252
+ fill: $color-blue-light-500;
253
+ }
254
+ .fill-green-50 {
255
+ fill: $color-green-50;
256
+ }
257
+ .fill-green-100 {
258
+ fill: $color-green-100;
259
+ }
260
+ .fill-green-200 {
261
+ fill: $color-green-200;
262
+ }
263
+ .fill-green-300 {
264
+ fill: $color-green-300;
265
+ }
266
+ .fill-green-400 {
267
+ fill: $color-green-400;
268
+ }
269
+ .fill-green-500 {
270
+ fill: $color-green-500;
271
+ }
272
+ .fill-green-600 {
273
+ fill: $color-green-600;
274
+ }
275
+ .fill-grey-50 {
276
+ fill: $color-grey-50;
277
+ }
278
+ .fill-grey-100 {
279
+ fill: $color-grey-100;
280
+ }
281
+ .fill-grey-200 {
282
+ fill: $color-grey-200;
283
+ }
284
+ .fill-grey-300 {
285
+ fill: $color-grey-300;
286
+ }
287
+ .fill-grey-400 {
288
+ fill: $color-grey-400;
289
+ }
290
+ .fill-grey-500 {
291
+ fill: $color-grey-500;
292
+ }
293
+ .fill-grey-600 {
294
+ fill: $color-grey-600;
295
+ }
296
+ .fill-grey-700 {
297
+ fill: $color-grey-700;
298
+ }
299
+ .fill-grey-800 {
300
+ fill: $color-grey-800;
301
+ }
302
+ .fill-grey-900 {
303
+ fill: $color-grey-900;
304
+ }
305
+ .fill-red-50 {
306
+ fill: $color-red-50;
307
+ }
308
+ .fill-red-100 {
309
+ fill: $color-red-100;
310
+ }
311
+ .fill-red-200 {
312
+ fill: $color-red-200;
313
+ }
314
+ .fill-red-300 {
315
+ fill: $color-red-300;
316
+ }
317
+ .fill-yellow-50 {
318
+ fill: $color-yellow-50;
319
+ }
320
+ .fill-yellow-100 {
321
+ fill: $color-yellow-100;
322
+ }
323
+ .fill-yellow-200 {
324
+ fill: $color-yellow-200;
325
+ }
326
+ .fill-yellow-300 {
327
+ fill: $color-yellow-300;
328
+ }
329
+
330
+ .bg-transparent {
331
+ background-color: $color-transparent;
332
+ }
333
+ .bg-inherit {
334
+ background-color: $color-inherit;
335
+ }
336
+ .bg-current {
337
+ background-color: $color-current;
338
+ }
339
+ .bg-blue-dark-50 {
340
+ background-color: $color-blue-dark-50;
341
+ }
342
+ .bg-blue-dark-100 {
343
+ background-color: $color-blue-dark-100;
344
+ }
345
+ .bg-blue-dark-200 {
346
+ background-color: $color-blue-dark-200;
347
+ }
348
+ .bg-blue-dark-300 {
349
+ background-color: $color-blue-dark-300;
350
+ }
351
+ .bg-blue-dark-400 {
352
+ background-color: $color-blue-dark-400;
353
+ }
354
+ .bg-blue-dark-500 {
355
+ background-color: $color-blue-dark-500;
356
+ }
357
+ .bg-blue-light-50 {
358
+ background-color: $color-blue-light-50;
359
+ }
360
+ .bg-blue-light-100 {
361
+ background-color: $color-blue-light-100;
362
+ }
363
+ .bg-blue-light-200 {
364
+ background-color: $color-blue-light-200;
365
+ }
366
+ .bg-blue-light-300 {
367
+ background-color: $color-blue-light-300;
368
+ }
369
+ .bg-blue-light-400 {
370
+ background-color: $color-blue-light-400;
371
+ }
372
+ .bg-blue-light-500 {
373
+ background-color: $color-blue-light-500;
374
+ }
375
+ .bg-green-50 {
376
+ background-color: $color-green-50;
377
+ }
378
+ .bg-green-100 {
379
+ background-color: $color-green-100;
380
+ }
381
+ .bg-green-200 {
382
+ background-color: $color-green-200;
383
+ }
384
+ .bg-green-300 {
385
+ background-color: $color-green-300;
386
+ }
387
+ .bg-green-400 {
388
+ background-color: $color-green-400;
389
+ }
390
+ .bg-green-500 {
391
+ background-color: $color-green-500;
392
+ }
393
+ .bg-green-600 {
394
+ background-color: $color-green-600;
395
+ }
396
+ .bg-grey-50 {
397
+ background-color: $color-grey-50;
398
+ }
399
+ .bg-grey-100 {
400
+ background-color: $color-grey-100;
401
+ }
402
+ .bg-grey-200 {
403
+ background-color: $color-grey-200;
404
+ }
405
+ .bg-grey-300 {
406
+ background-color: $color-grey-300;
407
+ }
408
+ .bg-grey-400 {
409
+ background-color: $color-grey-400;
410
+ }
411
+ .bg-grey-500 {
412
+ background-color: $color-grey-500;
413
+ }
414
+ .bg-grey-600 {
415
+ background-color: $color-grey-600;
416
+ }
417
+ .bg-grey-700 {
418
+ background-color: $color-grey-700;
419
+ }
420
+ .bg-grey-800 {
421
+ background-color: $color-grey-800;
422
+ }
423
+ .bg-grey-900 {
424
+ background-color: $color-grey-900;
425
+ }
426
+ .bg-red-50 {
427
+ background-color: $color-red-50;
428
+ }
429
+ .bg-red-100 {
430
+ background-color: $color-red-100;
431
+ }
432
+ .bg-red-200 {
433
+ background-color: $color-red-200;
434
+ }
435
+ .bg-red-300 {
436
+ background-color: $color-red-300;
437
+ }
438
+ .bg-yellow-50 {
439
+ background-color: $color-yellow-50;
440
+ }
441
+ .bg-yellow-100 {
442
+ background-color: $color-yellow-100;
443
+ }
444
+ .bg-yellow-200 {
445
+ background-color: $color-yellow-200;
446
+ }
447
+ .bg-yellow-300 {
448
+ background-color: $color-yellow-300;
449
+ }
450
+
451
+ .color-transparent {
452
+ color: $color-transparent;
453
+ }
454
+ .color-inherit {
455
+ color: $color-inherit;
456
+ }
457
+ .color-current {
458
+ color: $color-current;
459
+ }
460
+ .color-blue-dark-50 {
461
+ color: $color-blue-dark-50;
462
+ }
463
+ .color-blue-dark-100 {
464
+ color: $color-blue-dark-100;
465
+ }
466
+ .color-blue-dark-200 {
467
+ color: $color-blue-dark-200;
468
+ }
469
+ .color-blue-dark-300 {
470
+ color: $color-blue-dark-300;
471
+ }
472
+ .color-blue-dark-400 {
473
+ color: $color-blue-dark-400;
474
+ }
475
+ .color-blue-dark-500 {
476
+ color: $color-blue-dark-500;
477
+ }
478
+ .color-blue-light-50 {
479
+ color: $color-blue-light-50;
480
+ }
481
+ .color-blue-light-100 {
482
+ color: $color-blue-light-100;
483
+ }
484
+ .color-blue-light-200 {
485
+ color: $color-blue-light-200;
486
+ }
487
+ .color-blue-light-300 {
488
+ color: $color-blue-light-300;
489
+ }
490
+ .color-blue-light-400 {
491
+ color: $color-blue-light-400;
492
+ }
493
+ .color-blue-light-500 {
494
+ color: $color-blue-light-500;
495
+ }
496
+ .color-green-50 {
497
+ color: $color-green-50;
498
+ }
499
+ .color-green-100 {
500
+ color: $color-green-100;
501
+ }
502
+ .color-green-200 {
503
+ color: $color-green-200;
504
+ }
505
+ .color-green-300 {
506
+ color: $color-green-300;
507
+ }
508
+ .color-green-400 {
509
+ color: $color-green-400;
510
+ }
511
+ .color-green-500 {
512
+ color: $color-green-500;
513
+ }
514
+ .color-green-600 {
515
+ color: $color-green-600;
516
+ }
517
+ .color-grey-50 {
518
+ color: $color-grey-50;
519
+ }
520
+ .color-grey-100 {
521
+ color: $color-grey-100;
522
+ }
523
+ .color-grey-200 {
524
+ color: $color-grey-200;
525
+ }
526
+ .color-grey-300 {
527
+ color: $color-grey-300;
528
+ }
529
+ .color-grey-400 {
530
+ color: $color-grey-400;
531
+ }
532
+ .color-grey-500 {
533
+ color: $color-grey-500;
534
+ }
535
+ .color-grey-600 {
536
+ color: $color-grey-600;
537
+ }
538
+ .color-grey-700 {
539
+ color: $color-grey-700;
540
+ }
541
+ .color-grey-800 {
542
+ color: $color-grey-800;
543
+ }
544
+ .color-grey-900 {
545
+ color: $color-grey-900;
546
+ }
547
+ .color-red-50 {
548
+ color: $color-red-50;
549
+ }
550
+ .color-red-100 {
551
+ color: $color-red-100;
552
+ }
553
+ .color-red-200 {
554
+ color: $color-red-200;
555
+ }
556
+ .color-red-300 {
557
+ color: $color-red-300;
558
+ }
559
+ .color-yellow-50 {
560
+ color: $color-yellow-50;
561
+ }
562
+ .color-yellow-100 {
563
+ color: $color-yellow-100;
564
+ }
565
+ .color-yellow-200 {
566
+ color: $color-yellow-200;
567
+ }
568
+ .color-yellow-300 {
569
+ color: $color-yellow-300;
570
+ }
@@ -0,0 +1,28 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $gap-inherit: scale.$scale-inherit;
5
+ $gap-min: scale.$scale-min;
6
+ $gap-xs: scale.$scale-rem-xs;
7
+ $gap-sm: scale.$scale-rem-sm;
8
+ $gap-md: scale.$scale-rem-md;
9
+ $gap-lg: scale.$scale-rem-lg;
10
+ $gap-xl: scale.$scale-rem-xl;
11
+ $gap-2xl: scale.$scale-rem-2xl;
12
+ $gap-3xl: scale.$scale-rem-3xl;
13
+ $gap-4xl: scale.$scale-rem-4xl;
14
+ $gap-full: scale.$scale-full;
15
+
16
+ $gap-map: (
17
+ inherit: $gap-inherit,
18
+ min: $gap-min,
19
+ xs: $gap-xs,
20
+ sm: $gap-sm,
21
+ md: $gap-md,
22
+ lg: $gap-lg,
23
+ xl: $gap-xl,
24
+ 2xl: $gap-2xl,
25
+ 3xl: $gap-3xl,
26
+ 4xl: $gap-4xl,
27
+ full: $gap-full
28
+ );
@@ -0,0 +1,12 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @forward './_border.scss';
3
+ @forward './_color.scss';
4
+ @forward './_gap.scss';
5
+ @forward './_margin.scss';
6
+ @forward './_opacity.scss';
7
+ @forward './_padding.scss';
8
+ @forward './_radius.scss';
9
+ @forward './_scale.scss';
10
+ @forward './_screen.scss';
11
+ @forward './_shadow.scss';
12
+ @forward './_text.scss';
@@ -0,0 +1,32 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $margin-inherit: scale.$scale-inherit;
5
+ $margin-none: scale.$scale-none;
6
+ $margin-auto: scale.$scale-auto;
7
+ $margin-min: scale.$scale-min;
8
+ $margin-xs: scale.$scale-rem-xs;
9
+ $margin-sm: scale.$scale-rem-sm;
10
+ $margin-md: scale.$scale-rem-md;
11
+ $margin-lg: scale.$scale-rem-lg;
12
+ $margin-xl: scale.$scale-rem-xl;
13
+ $margin-2xl: scale.$scale-rem-2xl;
14
+ $margin-3xl: scale.$scale-rem-3xl;
15
+ $margin-4xl: scale.$scale-rem-4xl;
16
+ $margin-full: scale.$scale-full;
17
+
18
+ $margin-map: (
19
+ inherit: $margin-inherit,
20
+ none: $margin-none,
21
+ auto: $margin-auto,
22
+ min: $margin-min,
23
+ xs: $margin-xs,
24
+ sm: $margin-sm,
25
+ md: $margin-md,
26
+ lg: $margin-lg,
27
+ xl: $margin-xl,
28
+ 2xl: $margin-2xl,
29
+ 3xl: $margin-3xl,
30
+ 4xl: $margin-4xl,
31
+ full: $margin-full
32
+ );
@@ -0,0 +1,32 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $opacity-10: 0.1;
5
+ $opacity-12: 0.12;
6
+ $opacity-20: 0.2;
7
+ $opacity-30: 0.3;
8
+ $opacity-40: 0.4;
9
+ $opacity-50: 0.5;
10
+ $opacity-60: 0.6;
11
+ $opacity-70: 0.7;
12
+ $opacity-80: 0.8;
13
+ $opacity-90: 0.9;
14
+ $opacity-inherit: scale.$scale-inherit;
15
+ $opacity-min: scale.$scale-min;
16
+ $opacity-full: 1;
17
+
18
+ $opacity-map: (
19
+ 10: $opacity-10,
20
+ 12: $opacity-12,
21
+ 20: $opacity-20,
22
+ 30: $opacity-30,
23
+ 40: $opacity-40,
24
+ 50: $opacity-50,
25
+ 60: $opacity-60,
26
+ 70: $opacity-70,
27
+ 80: $opacity-80,
28
+ 90: $opacity-90,
29
+ inherit: $opacity-inherit,
30
+ min: $opacity-min,
31
+ full: $opacity-full
32
+ );
@@ -0,0 +1,28 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $padding-inherit: scale.$scale-inherit;
5
+ $padding-min: scale.$scale-min;
6
+ $padding-xs: scale.$scale-rem-xs;
7
+ $padding-sm: scale.$scale-rem-sm;
8
+ $padding-md: scale.$scale-rem-md;
9
+ $padding-lg: scale.$scale-rem-lg;
10
+ $padding-xl: scale.$scale-rem-xl;
11
+ $padding-2xl: scale.$scale-rem-2xl;
12
+ $padding-3xl: scale.$scale-rem-3xl;
13
+ $padding-4xl: scale.$scale-rem-4xl;
14
+ $padding-full: scale.$scale-full;
15
+
16
+ $padding-map: (
17
+ inherit: $padding-inherit,
18
+ min: $padding-min,
19
+ xs: $padding-xs,
20
+ sm: $padding-sm,
21
+ md: $padding-md,
22
+ lg: $padding-lg,
23
+ xl: $padding-xl,
24
+ 2xl: $padding-2xl,
25
+ 3xl: $padding-3xl,
26
+ 4xl: $padding-4xl,
27
+ full: $padding-full
28
+ );