magneto365.ui 2.75.5 → 2.75.7

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 (31) hide show
  1. package/dist/assets/0dbcef5a8f3a7c1d.svg +8 -0
  2. package/dist/assets/0eb7a1ef73a7cb9d.svg +6 -0
  3. package/dist/assets/5a9843da25578f4e.svg +5 -0
  4. package/dist/assets/6ba2f99e65cab14d.svg +5 -0
  5. package/dist/assets/7cfc714d703f1203.svg +10 -0
  6. package/dist/assets/8c74cf988d0421f8.svg +8 -0
  7. package/dist/assets/b619bfcf2f578438.svg +5 -0
  8. package/dist/assets/c3d40c035a77b004.svg +11 -0
  9. package/dist/assets/d6e36677d42901e4.svg +5 -0
  10. package/dist/assets/f04ea770ee981eba.svg +11 -0
  11. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  12. package/dist/cjs/index.js +11 -11
  13. package/dist/cjs/index.js.map +1 -1
  14. package/dist/cjs/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +1 -0
  15. package/dist/cjs/types/constants/icons.constants.d.ts +3 -0
  16. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  17. package/dist/esm/index.js +11 -11
  18. package/dist/esm/index.js.map +1 -1
  19. package/dist/esm/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +1 -0
  20. package/dist/esm/types/constants/icons.constants.d.ts +3 -0
  21. package/dist/tokens/_color.scss +0 -484
  22. package/dist/tokens/_scale.scss +0 -422
  23. package/dist/tokens/_utilities.scss +910 -0
  24. package/package.json +1 -1
  25. package/dist/assets/2f78889c67998b03.svg +0 -5
  26. package/dist/assets/75c50160036c6fdf.svg +0 -10
  27. package/dist/assets/b7ccde33a6f717b4.svg +0 -3
  28. package/dist/assets/b8b5d3e12f55ef1a.svg +0 -5
  29. package/dist/assets/cff89749dd038dca.svg +0 -11
  30. package/dist/assets/d05dd8c8cf5dfdda.svg +0 -7
  31. package/dist/assets/fbfcab4deaf2d769.svg +0 -10
@@ -0,0 +1,910 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+ @use '_color.scss' as color;
4
+ @use '_opacity.scss' as opacity;
5
+
6
+ .stroke-transparent {
7
+ stroke: color.$color-transparent;
8
+ }
9
+ .stroke-inherit {
10
+ stroke: color.$color-inherit;
11
+ }
12
+ .stroke-current {
13
+ stroke: color.$color-current;
14
+ }
15
+ .stroke-blue-dark-50 {
16
+ stroke: color.$color-blue-dark-50;
17
+ }
18
+ .stroke-blue-dark-100 {
19
+ stroke: color.$color-blue-dark-100;
20
+ }
21
+ .stroke-blue-dark-200 {
22
+ stroke: color.$color-blue-dark-200;
23
+ }
24
+ .stroke-blue-dark-300 {
25
+ stroke: color.$color-blue-dark-300;
26
+ }
27
+ .stroke-blue-dark-400 {
28
+ stroke: color.$color-blue-dark-400;
29
+ }
30
+ .stroke-blue-dark-500 {
31
+ stroke: color.$color-blue-dark-500;
32
+ }
33
+ .stroke-blue-light-50 {
34
+ stroke: color.$color-blue-light-50;
35
+ }
36
+ .stroke-blue-light-100 {
37
+ stroke: color.$color-blue-light-100;
38
+ }
39
+ .stroke-blue-light-200 {
40
+ stroke: color.$color-blue-light-200;
41
+ }
42
+ .stroke-blue-light-300 {
43
+ stroke: color.$color-blue-light-300;
44
+ }
45
+ .stroke-blue-light-400 {
46
+ stroke: color.$color-blue-light-400;
47
+ }
48
+ .stroke-blue-light-500 {
49
+ stroke: color.$color-blue-light-500;
50
+ }
51
+ .stroke-green-50 {
52
+ stroke: color.$color-green-50;
53
+ }
54
+ .stroke-green-100 {
55
+ stroke: color.$color-green-100;
56
+ }
57
+ .stroke-green-200 {
58
+ stroke: color.$color-green-200;
59
+ }
60
+ .stroke-green-300 {
61
+ stroke: color.$color-green-300;
62
+ }
63
+ .stroke-green-400 {
64
+ stroke: color.$color-green-400;
65
+ }
66
+ .stroke-green-500 {
67
+ stroke: color.$color-green-500;
68
+ }
69
+ .stroke-green-600 {
70
+ stroke: color.$color-green-600;
71
+ }
72
+ .stroke-grey-50 {
73
+ stroke: color.$color-grey-50;
74
+ }
75
+ .stroke-grey-100 {
76
+ stroke: color.$color-grey-100;
77
+ }
78
+ .stroke-grey-200 {
79
+ stroke: color.$color-grey-200;
80
+ }
81
+ .stroke-grey-300 {
82
+ stroke: color.$color-grey-300;
83
+ }
84
+ .stroke-grey-400 {
85
+ stroke: color.$color-grey-400;
86
+ }
87
+ .stroke-grey-500 {
88
+ stroke: color.$color-grey-500;
89
+ }
90
+ .stroke-grey-600 {
91
+ stroke: color.$color-grey-600;
92
+ }
93
+ .stroke-grey-700 {
94
+ stroke: color.$color-grey-700;
95
+ }
96
+ .stroke-grey-800 {
97
+ stroke: color.$color-grey-800;
98
+ }
99
+ .stroke-grey-900 {
100
+ stroke: color.$color-grey-900;
101
+ }
102
+ .stroke-red-50 {
103
+ stroke: color.$color-red-50;
104
+ }
105
+ .stroke-red-100 {
106
+ stroke: color.$color-red-100;
107
+ }
108
+ .stroke-red-200 {
109
+ stroke: color.$color-red-200;
110
+ }
111
+ .stroke-red-300 {
112
+ stroke: color.$color-red-300;
113
+ }
114
+ .stroke-yellow-50 {
115
+ stroke: color.$color-yellow-50;
116
+ }
117
+ .stroke-yellow-100 {
118
+ stroke: color.$color-yellow-100;
119
+ }
120
+ .stroke-yellow-200 {
121
+ stroke: color.$color-yellow-200;
122
+ }
123
+ .stroke-yellow-300 {
124
+ stroke: color.$color-yellow-300;
125
+ }
126
+
127
+ .fill-transparent {
128
+ fill: color.$color-transparent;
129
+ }
130
+ .fill-inherit {
131
+ fill: color.$color-inherit;
132
+ }
133
+ .fill-current {
134
+ fill: color.$color-current;
135
+ }
136
+ .fill-blue-dark-50 {
137
+ fill: color.$color-blue-dark-50;
138
+ }
139
+ .fill-blue-dark-100 {
140
+ fill: color.$color-blue-dark-100;
141
+ }
142
+ .fill-blue-dark-200 {
143
+ fill: color.$color-blue-dark-200;
144
+ }
145
+ .fill-blue-dark-300 {
146
+ fill: color.$color-blue-dark-300;
147
+ }
148
+ .fill-blue-dark-400 {
149
+ fill: color.$color-blue-dark-400;
150
+ }
151
+ .fill-blue-dark-500 {
152
+ fill: color.$color-blue-dark-500;
153
+ }
154
+ .fill-blue-light-50 {
155
+ fill: color.$color-blue-light-50;
156
+ }
157
+ .fill-blue-light-100 {
158
+ fill: color.$color-blue-light-100;
159
+ }
160
+ .fill-blue-light-200 {
161
+ fill: color.$color-blue-light-200;
162
+ }
163
+ .fill-blue-light-300 {
164
+ fill: color.$color-blue-light-300;
165
+ }
166
+ .fill-blue-light-400 {
167
+ fill: color.$color-blue-light-400;
168
+ }
169
+ .fill-blue-light-500 {
170
+ fill: color.$color-blue-light-500;
171
+ }
172
+ .fill-green-50 {
173
+ fill: color.$color-green-50;
174
+ }
175
+ .fill-green-100 {
176
+ fill: color.$color-green-100;
177
+ }
178
+ .fill-green-200 {
179
+ fill: color.$color-green-200;
180
+ }
181
+ .fill-green-300 {
182
+ fill: color.$color-green-300;
183
+ }
184
+ .fill-green-400 {
185
+ fill: color.$color-green-400;
186
+ }
187
+ .fill-green-500 {
188
+ fill: color.$color-green-500;
189
+ }
190
+ .fill-green-600 {
191
+ fill: color.$color-green-600;
192
+ }
193
+ .fill-grey-50 {
194
+ fill: color.$color-grey-50;
195
+ }
196
+ .fill-grey-100 {
197
+ fill: color.$color-grey-100;
198
+ }
199
+ .fill-grey-200 {
200
+ fill: color.$color-grey-200;
201
+ }
202
+ .fill-grey-300 {
203
+ fill: color.$color-grey-300;
204
+ }
205
+ .fill-grey-400 {
206
+ fill: color.$color-grey-400;
207
+ }
208
+ .fill-grey-500 {
209
+ fill: color.$color-grey-500;
210
+ }
211
+ .fill-grey-600 {
212
+ fill: color.$color-grey-600;
213
+ }
214
+ .fill-grey-700 {
215
+ fill: color.$color-grey-700;
216
+ }
217
+ .fill-grey-800 {
218
+ fill: color.$color-grey-800;
219
+ }
220
+ .fill-grey-900 {
221
+ fill: color.$color-grey-900;
222
+ }
223
+ .fill-red-50 {
224
+ fill: color.$color-red-50;
225
+ }
226
+ .fill-red-100 {
227
+ fill: color.$color-red-100;
228
+ }
229
+ .fill-red-200 {
230
+ fill: color.$color-red-200;
231
+ }
232
+ .fill-red-300 {
233
+ fill: color.$color-red-300;
234
+ }
235
+ .fill-yellow-50 {
236
+ fill: color.$color-yellow-50;
237
+ }
238
+ .fill-yellow-100 {
239
+ fill: color.$color-yellow-100;
240
+ }
241
+ .fill-yellow-200 {
242
+ fill: color.$color-yellow-200;
243
+ }
244
+ .fill-yellow-300 {
245
+ fill: color.$color-yellow-300;
246
+ }
247
+
248
+ .bg-transparent {
249
+ background-color: color.$color-transparent;
250
+ }
251
+ .bg-inherit {
252
+ background-color: color.$color-inherit;
253
+ }
254
+ .bg-current {
255
+ background-color: color.$color-current;
256
+ }
257
+ .bg-blue-dark-50 {
258
+ background-color: color.$color-blue-dark-50;
259
+ }
260
+ .bg-blue-dark-100 {
261
+ background-color: color.$color-blue-dark-100;
262
+ }
263
+ .bg-blue-dark-200 {
264
+ background-color: color.$color-blue-dark-200;
265
+ }
266
+ .bg-blue-dark-300 {
267
+ background-color: color.$color-blue-dark-300;
268
+ }
269
+ .bg-blue-dark-400 {
270
+ background-color: color.$color-blue-dark-400;
271
+ }
272
+ .bg-blue-dark-500 {
273
+ background-color: color.$color-blue-dark-500;
274
+ }
275
+ .bg-blue-light-50 {
276
+ background-color: color.$color-blue-light-50;
277
+ }
278
+ .bg-blue-light-100 {
279
+ background-color: color.$color-blue-light-100;
280
+ }
281
+ .bg-blue-light-200 {
282
+ background-color: color.$color-blue-light-200;
283
+ }
284
+ .bg-blue-light-300 {
285
+ background-color: color.$color-blue-light-300;
286
+ }
287
+ .bg-blue-light-400 {
288
+ background-color: color.$color-blue-light-400;
289
+ }
290
+ .bg-blue-light-500 {
291
+ background-color: color.$color-blue-light-500;
292
+ }
293
+ .bg-green-50 {
294
+ background-color: color.$color-green-50;
295
+ }
296
+ .bg-green-100 {
297
+ background-color: color.$color-green-100;
298
+ }
299
+ .bg-green-200 {
300
+ background-color: color.$color-green-200;
301
+ }
302
+ .bg-green-300 {
303
+ background-color: color.$color-green-300;
304
+ }
305
+ .bg-green-400 {
306
+ background-color: color.$color-green-400;
307
+ }
308
+ .bg-green-500 {
309
+ background-color: color.$color-green-500;
310
+ }
311
+ .bg-green-600 {
312
+ background-color: color.$color-green-600;
313
+ }
314
+ .bg-grey-50 {
315
+ background-color: color.$color-grey-50;
316
+ }
317
+ .bg-grey-100 {
318
+ background-color: color.$color-grey-100;
319
+ }
320
+ .bg-grey-200 {
321
+ background-color: color.$color-grey-200;
322
+ }
323
+ .bg-grey-300 {
324
+ background-color: color.$color-grey-300;
325
+ }
326
+ .bg-grey-400 {
327
+ background-color: color.$color-grey-400;
328
+ }
329
+ .bg-grey-500 {
330
+ background-color: color.$color-grey-500;
331
+ }
332
+ .bg-grey-600 {
333
+ background-color: color.$color-grey-600;
334
+ }
335
+ .bg-grey-700 {
336
+ background-color: color.$color-grey-700;
337
+ }
338
+ .bg-grey-800 {
339
+ background-color: color.$color-grey-800;
340
+ }
341
+ .bg-grey-900 {
342
+ background-color: color.$color-grey-900;
343
+ }
344
+ .bg-red-50 {
345
+ background-color: color.$color-red-50;
346
+ }
347
+ .bg-red-100 {
348
+ background-color: color.$color-red-100;
349
+ }
350
+ .bg-red-200 {
351
+ background-color: color.$color-red-200;
352
+ }
353
+ .bg-red-300 {
354
+ background-color: color.$color-red-300;
355
+ }
356
+ .bg-yellow-50 {
357
+ background-color: color.$color-yellow-50;
358
+ }
359
+ .bg-yellow-100 {
360
+ background-color: color.$color-yellow-100;
361
+ }
362
+ .bg-yellow-200 {
363
+ background-color: color.$color-yellow-200;
364
+ }
365
+ .bg-yellow-300 {
366
+ background-color: color.$color-yellow-300;
367
+ }
368
+
369
+ .color-transparent {
370
+ color: color.$color-transparent;
371
+ }
372
+ .color-inherit {
373
+ color: color.$color-inherit;
374
+ }
375
+ .color-current {
376
+ color: color.$color-current;
377
+ }
378
+ .color-blue-dark-50 {
379
+ color: color.$color-blue-dark-50;
380
+ }
381
+ .color-blue-dark-100 {
382
+ color: color.$color-blue-dark-100;
383
+ }
384
+ .color-blue-dark-200 {
385
+ color: color.$color-blue-dark-200;
386
+ }
387
+ .color-blue-dark-300 {
388
+ color: color.$color-blue-dark-300;
389
+ }
390
+ .color-blue-dark-400 {
391
+ color: color.$color-blue-dark-400;
392
+ }
393
+ .color-blue-dark-500 {
394
+ color: color.$color-blue-dark-500;
395
+ }
396
+ .color-blue-light-50 {
397
+ color: color.$color-blue-light-50;
398
+ }
399
+ .color-blue-light-100 {
400
+ color: color.$color-blue-light-100;
401
+ }
402
+ .color-blue-light-200 {
403
+ color: color.$color-blue-light-200;
404
+ }
405
+ .color-blue-light-300 {
406
+ color: color.$color-blue-light-300;
407
+ }
408
+ .color-blue-light-400 {
409
+ color: color.$color-blue-light-400;
410
+ }
411
+ .color-blue-light-500 {
412
+ color: color.$color-blue-light-500;
413
+ }
414
+ .color-green-50 {
415
+ color: color.$color-green-50;
416
+ }
417
+ .color-green-100 {
418
+ color: color.$color-green-100;
419
+ }
420
+ .color-green-200 {
421
+ color: color.$color-green-200;
422
+ }
423
+ .color-green-300 {
424
+ color: color.$color-green-300;
425
+ }
426
+ .color-green-400 {
427
+ color: color.$color-green-400;
428
+ }
429
+ .color-green-500 {
430
+ color: color.$color-green-500;
431
+ }
432
+ .color-green-600 {
433
+ color: color.$color-green-600;
434
+ }
435
+ .color-grey-50 {
436
+ color: color.$color-grey-50;
437
+ }
438
+ .color-grey-100 {
439
+ color: color.$color-grey-100;
440
+ }
441
+ .color-grey-200 {
442
+ color: color.$color-grey-200;
443
+ }
444
+ .color-grey-300 {
445
+ color: color.$color-grey-300;
446
+ }
447
+ .color-grey-400 {
448
+ color: color.$color-grey-400;
449
+ }
450
+ .color-grey-500 {
451
+ color: color.$color-grey-500;
452
+ }
453
+ .color-grey-600 {
454
+ color: color.$color-grey-600;
455
+ }
456
+ .color-grey-700 {
457
+ color: color.$color-grey-700;
458
+ }
459
+ .color-grey-800 {
460
+ color: color.$color-grey-800;
461
+ }
462
+ .color-grey-900 {
463
+ color: color.$color-grey-900;
464
+ }
465
+ .color-red-50 {
466
+ color: color.$color-red-50;
467
+ }
468
+ .color-red-100 {
469
+ color: color.$color-red-100;
470
+ }
471
+ .color-red-200 {
472
+ color: color.$color-red-200;
473
+ }
474
+ .color-red-300 {
475
+ color: color.$color-red-300;
476
+ }
477
+ .color-yellow-50 {
478
+ color: color.$color-yellow-50;
479
+ }
480
+ .color-yellow-100 {
481
+ color: color.$color-yellow-100;
482
+ }
483
+ .color-yellow-200 {
484
+ color: color.$color-yellow-200;
485
+ }
486
+ .color-yellow-300 {
487
+ color: color.$color-yellow-300;
488
+ }
489
+
490
+ .w-inherit {
491
+ width: scale.$scale-inherit;
492
+ }
493
+ .w-none {
494
+ width: scale.$scale-none;
495
+ }
496
+ .w-auto {
497
+ width: scale.$scale-auto;
498
+ }
499
+ .w-full {
500
+ width: scale.$scale-full;
501
+ }
502
+ .w-min {
503
+ width: scale.$scale-min;
504
+ }
505
+ .w-xxs {
506
+ width: scale.$scale-rem-xxs;
507
+ }
508
+ .w-xs {
509
+ width: scale.$scale-rem-xs;
510
+ }
511
+ .w-sm {
512
+ width: scale.$scale-rem-sm;
513
+ }
514
+ .w-sm-2 {
515
+ width: scale.$scale-rem-sm-2;
516
+ }
517
+ .w-md {
518
+ width: scale.$scale-rem-md;
519
+ }
520
+ .w-md-2 {
521
+ width: scale.$scale-rem-md-2;
522
+ }
523
+ .w-lg {
524
+ width: scale.$scale-rem-lg;
525
+ }
526
+ .w-xl {
527
+ width: scale.$scale-rem-xl;
528
+ }
529
+ .w-2xl {
530
+ width: scale.$scale-rem-2xl;
531
+ }
532
+ .w-3xl {
533
+ width: scale.$scale-rem-3xl;
534
+ }
535
+ .w-4xl {
536
+ width: scale.$scale-rem-4xl;
537
+ }
538
+ .w-container-xxs {
539
+ width: scale.$scale-rem-container-xxs;
540
+ }
541
+ .w-container-xs {
542
+ width: scale.$scale-rem-container-xs;
543
+ }
544
+ .w-container-sm {
545
+ width: scale.$scale-rem-container-sm;
546
+ }
547
+ .w-container-md {
548
+ width: scale.$scale-rem-container-md;
549
+ }
550
+ .w-container-lg {
551
+ width: scale.$scale-rem-container-lg;
552
+ }
553
+ .w-container-xl {
554
+ width: scale.$scale-rem-container-xl;
555
+ }
556
+ .w-container-2xl {
557
+ width: scale.$scale-rem-container-2xl;
558
+ }
559
+ .w-container-3xl {
560
+ width: scale.$scale-rem-container-3xl;
561
+ }
562
+
563
+ .min-w-inherit {
564
+ min-width: scale.$scale-inherit;
565
+ }
566
+ .min-w-none {
567
+ min-width: scale.$scale-none;
568
+ }
569
+ .min-w-auto {
570
+ min-width: scale.$scale-auto;
571
+ }
572
+ .min-w-full {
573
+ min-width: scale.$scale-full;
574
+ }
575
+ .min-w-min {
576
+ min-width: scale.$scale-min;
577
+ }
578
+ .min-w-xxs {
579
+ min-width: scale.$scale-rem-xxs;
580
+ }
581
+ .min-w-xs {
582
+ min-width: scale.$scale-rem-xs;
583
+ }
584
+ .min-w-sm {
585
+ min-width: scale.$scale-rem-sm;
586
+ }
587
+ .min-w-sm-2 {
588
+ min-width: scale.$scale-rem-sm-2;
589
+ }
590
+ .min-w-md {
591
+ min-width: scale.$scale-rem-md;
592
+ }
593
+ .min-w-md-2 {
594
+ min-width: scale.$scale-rem-md-2;
595
+ }
596
+ .min-w-lg {
597
+ min-width: scale.$scale-rem-lg;
598
+ }
599
+ .min-w-xl {
600
+ min-width: scale.$scale-rem-xl;
601
+ }
602
+ .min-w-2xl {
603
+ min-width: scale.$scale-rem-2xl;
604
+ }
605
+ .min-w-3xl {
606
+ min-width: scale.$scale-rem-3xl;
607
+ }
608
+ .min-w-4xl {
609
+ min-width: scale.$scale-rem-4xl;
610
+ }
611
+ .min-w-container-xxs {
612
+ min-width: scale.$scale-rem-container-xxs;
613
+ }
614
+ .min-w-container-xs {
615
+ min-width: scale.$scale-rem-container-xs;
616
+ }
617
+ .min-w-container-sm {
618
+ min-width: scale.$scale-rem-container-sm;
619
+ }
620
+ .min-w-container-md {
621
+ min-width: scale.$scale-rem-container-md;
622
+ }
623
+ .min-w-container-lg {
624
+ min-width: scale.$scale-rem-container-lg;
625
+ }
626
+ .min-w-container-xl {
627
+ min-width: scale.$scale-rem-container-xl;
628
+ }
629
+ .min-w-container-2xl {
630
+ min-width: scale.$scale-rem-container-2xl;
631
+ }
632
+ .min-w-container-3xl {
633
+ min-width: scale.$scale-rem-container-3xl;
634
+ }
635
+
636
+ .h-inherit {
637
+ height: scale.$scale-inherit;
638
+ }
639
+ .h-none {
640
+ height: scale.$scale-none;
641
+ }
642
+ .h-auto {
643
+ height: scale.$scale-auto;
644
+ }
645
+ .h-full {
646
+ height: scale.$scale-full;
647
+ }
648
+ .h-min {
649
+ height: scale.$scale-min;
650
+ }
651
+ .h-xxs {
652
+ height: scale.$scale-rem-xxs;
653
+ }
654
+ .h-xs {
655
+ height: scale.$scale-rem-xs;
656
+ }
657
+ .h-sm {
658
+ height: scale.$scale-rem-sm;
659
+ }
660
+ .h-sm-2 {
661
+ height: scale.$scale-rem-sm-2;
662
+ }
663
+ .h-md {
664
+ height: scale.$scale-rem-md;
665
+ }
666
+ .h-md-2 {
667
+ height: scale.$scale-rem-md-2;
668
+ }
669
+ .h-lg {
670
+ height: scale.$scale-rem-lg;
671
+ }
672
+ .h-xl {
673
+ height: scale.$scale-rem-xl;
674
+ }
675
+ .h-2xl {
676
+ height: scale.$scale-rem-2xl;
677
+ }
678
+ .h-3xl {
679
+ height: scale.$scale-rem-3xl;
680
+ }
681
+ .h-4xl {
682
+ height: scale.$scale-rem-4xl;
683
+ }
684
+ .h-container-xxs {
685
+ height: scale.$scale-rem-container-xxs;
686
+ }
687
+ .h-container-xs {
688
+ height: scale.$scale-rem-container-xs;
689
+ }
690
+ .h-container-sm {
691
+ height: scale.$scale-rem-container-sm;
692
+ }
693
+ .h-container-md {
694
+ height: scale.$scale-rem-container-md;
695
+ }
696
+ .h-container-lg {
697
+ height: scale.$scale-rem-container-lg;
698
+ }
699
+ .h-container-xl {
700
+ height: scale.$scale-rem-container-xl;
701
+ }
702
+ .h-container-2xl {
703
+ height: scale.$scale-rem-container-2xl;
704
+ }
705
+ .h-container-3xl {
706
+ height: scale.$scale-rem-container-3xl;
707
+ }
708
+
709
+ .min-h-inherit {
710
+ min-height: scale.$scale-inherit;
711
+ }
712
+ .min-h-none {
713
+ min-height: scale.$scale-none;
714
+ }
715
+ .min-h-auto {
716
+ min-height: scale.$scale-auto;
717
+ }
718
+ .min-h-full {
719
+ min-height: scale.$scale-full;
720
+ }
721
+ .min-h-min {
722
+ min-height: scale.$scale-min;
723
+ }
724
+ .min-h-xxs {
725
+ min-height: scale.$scale-rem-xxs;
726
+ }
727
+ .min-h-xs {
728
+ min-height: scale.$scale-rem-xs;
729
+ }
730
+ .min-h-sm {
731
+ min-height: scale.$scale-rem-sm;
732
+ }
733
+ .min-h-sm-2 {
734
+ min-height: scale.$scale-rem-sm-2;
735
+ }
736
+ .min-h-md {
737
+ min-height: scale.$scale-rem-md;
738
+ }
739
+ .min-h-md-2 {
740
+ min-height: scale.$scale-rem-md-2;
741
+ }
742
+ .min-h-lg {
743
+ min-height: scale.$scale-rem-lg;
744
+ }
745
+ .min-h-xl {
746
+ min-height: scale.$scale-rem-xl;
747
+ }
748
+ .min-h-2xl {
749
+ min-height: scale.$scale-rem-2xl;
750
+ }
751
+ .min-h-3xl {
752
+ min-height: scale.$scale-rem-3xl;
753
+ }
754
+ .min-h-4xl {
755
+ min-height: scale.$scale-rem-4xl;
756
+ }
757
+ .min-h-container-xxs {
758
+ min-height: scale.$scale-rem-container-xxs;
759
+ }
760
+ .min-h-container-xs {
761
+ min-height: scale.$scale-rem-container-xs;
762
+ }
763
+ .min-h-container-sm {
764
+ min-height: scale.$scale-rem-container-sm;
765
+ }
766
+ .min-h-container-md {
767
+ min-height: scale.$scale-rem-container-md;
768
+ }
769
+ .min-h-container-lg {
770
+ min-height: scale.$scale-rem-container-lg;
771
+ }
772
+ .min-h-container-xl {
773
+ min-height: scale.$scale-rem-container-xl;
774
+ }
775
+ .min-h-container-2xl {
776
+ min-height: scale.$scale-rem-container-2xl;
777
+ }
778
+ .min-h-container-3xl {
779
+ min-height: scale.$scale-rem-container-3xl;
780
+ }
781
+
782
+ .sq-inherit {
783
+ width: scale.$scale-inherit;
784
+ height: scale.$scale-inherit;
785
+ }
786
+ .sq-none {
787
+ width: scale.$scale-none;
788
+ height: scale.$scale-none;
789
+ }
790
+ .sq-auto {
791
+ width: scale.$scale-auto;
792
+ height: scale.$scale-auto;
793
+ }
794
+ .sq-full {
795
+ width: scale.$scale-full;
796
+ height: scale.$scale-full;
797
+ }
798
+ .sq-min {
799
+ width: scale.$scale-min;
800
+ height: scale.$scale-min;
801
+ }
802
+ .sq-xxs {
803
+ width: scale.$scale-rem-xxs;
804
+ height: scale.$scale-rem-xxs;
805
+ }
806
+ .sq-xs {
807
+ width: scale.$scale-rem-xs;
808
+ height: scale.$scale-rem-xs;
809
+ }
810
+ .sq-sm {
811
+ width: scale.$scale-rem-sm;
812
+ height: scale.$scale-rem-sm;
813
+ }
814
+ .sq-sm-2 {
815
+ width: scale.$scale-rem-sm-2;
816
+ height: scale.$scale-rem-sm-2;
817
+ }
818
+ .sq-md {
819
+ width: scale.$scale-rem-md;
820
+ height: scale.$scale-rem-md;
821
+ }
822
+ .sq-md-2 {
823
+ width: scale.$scale-rem-md-2;
824
+ height: scale.$scale-rem-md-2;
825
+ }
826
+ .sq-lg {
827
+ width: scale.$scale-rem-lg;
828
+ height: scale.$scale-rem-lg;
829
+ }
830
+ .sq-xl {
831
+ width: scale.$scale-rem-xl;
832
+ height: scale.$scale-rem-xl;
833
+ }
834
+ .sq-2xl {
835
+ width: scale.$scale-rem-2xl;
836
+ height: scale.$scale-rem-2xl;
837
+ }
838
+ .sq-3xl {
839
+ width: scale.$scale-rem-3xl;
840
+ height: scale.$scale-rem-3xl;
841
+ }
842
+ .sq-4xl {
843
+ width: scale.$scale-rem-4xl;
844
+ height: scale.$scale-rem-4xl;
845
+ }
846
+
847
+ .min-sq-inherit {
848
+ min-width: scale.$scale-inherit;
849
+ min-height: scale.$scale-inherit;
850
+ }
851
+ .min-sq-none {
852
+ min-width: scale.$scale-none;
853
+ min-height: scale.$scale-none;
854
+ }
855
+ .min-sq-auto {
856
+ min-width: scale.$scale-auto;
857
+ min-height: scale.$scale-auto;
858
+ }
859
+ .min-sq-full {
860
+ min-width: scale.$scale-full;
861
+ min-height: scale.$scale-full;
862
+ }
863
+ .min-sq-min {
864
+ min-width: scale.$scale-min;
865
+ min-height: scale.$scale-min;
866
+ }
867
+ .min-sq-xxs {
868
+ min-width: scale.$scale-rem-xxs;
869
+ min-height: scale.$scale-rem-xxs;
870
+ }
871
+ .min-sq-xs {
872
+ min-width: scale.$scale-rem-xs;
873
+ min-height: scale.$scale-rem-xs;
874
+ }
875
+ .min-sq-sm {
876
+ min-width: scale.$scale-rem-sm;
877
+ min-height: scale.$scale-rem-sm;
878
+ }
879
+ .min-sq-sm-2 {
880
+ min-width: scale.$scale-rem-sm-2;
881
+ min-height: scale.$scale-rem-sm-2;
882
+ }
883
+ .min-sq-md {
884
+ min-width: scale.$scale-rem-md;
885
+ min-height: scale.$scale-rem-md;
886
+ }
887
+ .min-sq-md-2 {
888
+ min-width: scale.$scale-rem-md-2;
889
+ min-height: scale.$scale-rem-md-2;
890
+ }
891
+ .min-sq-lg {
892
+ min-width: scale.$scale-rem-lg;
893
+ min-height: scale.$scale-rem-lg;
894
+ }
895
+ .min-sq-xl {
896
+ min-width: scale.$scale-rem-xl;
897
+ min-height: scale.$scale-rem-xl;
898
+ }
899
+ .min-sq-2xl {
900
+ min-width: scale.$scale-rem-2xl;
901
+ min-height: scale.$scale-rem-2xl;
902
+ }
903
+ .min-sq-3xl {
904
+ min-width: scale.$scale-rem-3xl;
905
+ min-height: scale.$scale-rem-3xl;
906
+ }
907
+ .min-sq-4xl {
908
+ min-width: scale.$scale-rem-4xl;
909
+ min-height: scale.$scale-rem-4xl;
910
+ }