@digigov/css 2.0.0-daaf7bdf → 2.0.0-eaf330f5

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 (116) hide show
  1. package/dist/base/index.css +1 -1
  2. package/dist/base.js +1 -1
  3. package/dist/components.js +1 -1
  4. package/dist/digigov.css +3 -3
  5. package/dist/utilities/index.css +1 -1
  6. package/dist/utilities.js +1 -1
  7. package/index.js +99 -69
  8. package/package.json +13 -13
  9. package/postcss.config.js +4 -4
  10. package/src/base/index.css +1 -0
  11. package/src/base/index.native.css +0 -0
  12. package/src/base/postcss.config.js +11 -10
  13. package/src/base/tailwind.config.js +4 -11
  14. package/src/components/accordion.common.css +29 -0
  15. package/src/components/accordion.css +9 -7
  16. package/src/components/accordion.native.css +27 -0
  17. package/src/components/autocomplete.css +1 -3
  18. package/src/components/blockquote.common.css +11 -11
  19. package/src/components/blockquote.css +6 -6
  20. package/src/components/blockquote.native.css +4 -1
  21. package/src/components/breadcrumbs.css +1 -1
  22. package/src/components/button.css +1 -1
  23. package/src/components/button.native.css +6 -7
  24. package/src/components/card.common.css +30 -30
  25. package/src/components/card.css +1 -1
  26. package/src/components/checkboxes.common.css +13 -13
  27. package/src/components/checkboxes.native.css +2 -3
  28. package/src/components/chip.common.css +19 -0
  29. package/src/components/chip.css +5 -4
  30. package/src/components/chip.native.css +15 -0
  31. package/src/components/code.css +7 -7
  32. package/src/components/copy-to-clipboard.css +1 -1
  33. package/src/components/copy-to-clipboard.native.css +2 -4
  34. package/src/components/details.common.css +23 -23
  35. package/src/components/details.native.css +8 -0
  36. package/src/components/drawer.css +20 -3
  37. package/src/components/dropdown.common.css +19 -19
  38. package/src/components/dropdown.native.css +10 -11
  39. package/src/components/filter.css +71 -22
  40. package/src/components/footer.css +8 -7
  41. package/src/components/form.common.css +75 -76
  42. package/src/components/form.css +7 -4
  43. package/src/components/form.native.css +102 -53
  44. package/src/components/header.common.css +32 -33
  45. package/src/components/header.css +9 -13
  46. package/src/components/header.native.css +5 -10
  47. package/src/components/kitchensink.css +2 -2
  48. package/src/components/layout.common.css +2 -2
  49. package/src/components/layout.css +1 -1
  50. package/src/components/layout.native.css +1 -0
  51. package/src/components/loader.common.css +7 -0
  52. package/src/components/loader.css +3 -1
  53. package/src/components/loader.native.css +5 -0
  54. package/src/components/modal.common.css +16 -0
  55. package/src/components/modal.css +19 -15
  56. package/src/components/modal.native.css +18 -0
  57. package/src/components/nav.common.css +18 -18
  58. package/src/components/nav.native.css +4 -6
  59. package/src/components/notification-banner.common.css +2 -2
  60. package/src/components/notification-banner.css +20 -2
  61. package/src/components/pagination.css +19 -3
  62. package/src/components/panel.common.css +26 -26
  63. package/src/components/panel.native.css +8 -2
  64. package/src/components/phase-banner.native.css +0 -1
  65. package/src/components/postcss.config.js +7 -6
  66. package/src/components/radios.common.css +1 -1
  67. package/src/components/radios.native.css +2 -3
  68. package/src/components/skeleton.common.css +20 -0
  69. package/src/components/skeleton.css +7 -10
  70. package/src/components/skeleton.native.css +53 -0
  71. package/src/components/stack.common.css +67 -0
  72. package/src/components/stack.css +23 -21
  73. package/src/components/stack.native.css +68 -0
  74. package/src/components/summary-list.common.css +5 -2
  75. package/src/components/summary-list.css +10 -7
  76. package/src/components/summary-list.native.css +5 -1
  77. package/src/components/svg-icons.common.css +1 -1
  78. package/src/components/svg-icons.native.css +2 -3
  79. package/src/components/table.css +44 -11
  80. package/src/components/test.css +2 -2
  81. package/src/components/typography.common.css +2 -7
  82. package/src/components/typography.css +20 -18
  83. package/src/components/typography.native.css +31 -0
  84. package/src/components/warning-text.common.css +1 -1
  85. package/src/components/warning-text.css +8 -6
  86. package/src/index.native.css +7 -1
  87. package/src/utilities/gap.css +141 -0
  88. package/src/utilities/index.css +6 -3
  89. package/src/utilities/index.native.css +6 -2
  90. package/src/utilities/layout.css +1 -1
  91. package/src/utilities/layout.native.css +1 -1
  92. package/src/utilities/margin.css +4299 -0
  93. package/src/utilities/padding.css +4299 -0
  94. package/src/utilities/postcss.config.js +7 -6
  95. package/src/utilities/print.css +1 -1
  96. package/src/utilities/utilities.css +3 -2378
  97. package/tailwind.config.js +102 -106
  98. package/theming.js +121 -0
  99. package/defaultTheme/accordion.json +0 -16
  100. package/defaultTheme/back-to-top.json +0 -27
  101. package/defaultTheme/brandConfig.json +0 -147
  102. package/defaultTheme/breadcrumbs.json +0 -8
  103. package/defaultTheme/button.json +0 -94
  104. package/defaultTheme/card.json +0 -23
  105. package/defaultTheme/form.json +0 -132
  106. package/defaultTheme/globals.json +0 -81
  107. package/defaultTheme/index.js +0 -27
  108. package/defaultTheme/layout.json +0 -55
  109. package/defaultTheme/misc.json +0 -68
  110. package/defaultTheme/panel.json +0 -48
  111. package/defaultTheme/phase-banner.json +0 -8
  112. package/defaultTheme/radios.json +0 -8
  113. package/defaultTheme/summary-list.json +0 -8
  114. package/defaultTheme/typography.json +0 -295
  115. package/src/utilities/spacing.css +0 -2133
  116. package/themes.plugin.js +0 -148
@@ -1,2378 +1,3 @@
1
- @tailwind utilities;
2
- @layer utilities {
3
- .ds-display-flex {
4
- @apply flex !important;
5
- }
6
- .ds-display-block {
7
- @apply block !important;
8
- }
9
- .ds-display-none {
10
- @apply hidden !important;
11
- }
12
-
13
- .ds-m-0 {
14
- @apply m-0 !important;
15
- }
16
-
17
- .ds-m-1 {
18
- @apply m-1 !important;
19
- }
20
-
21
- .ds-m-2 {
22
- @apply m-2 !important;
23
- }
24
-
25
- .ds-m-3 {
26
- @apply m-3 !important;
27
- }
28
-
29
- .ds-m-4 {
30
- @apply m-4 !important;
31
- }
32
-
33
- .ds-m-5 {
34
- @apply m-5 !important;
35
- }
36
-
37
- .ds-m-6 {
38
- @apply m-6 !important;
39
- }
40
-
41
- .ds-m-7 {
42
- @apply m-7 !important;
43
- }
44
-
45
- .ds-m-8 {
46
- @apply m-8 !important;
47
- }
48
-
49
- .ds-m-9 {
50
- @apply m-9 !important;
51
- }
52
-
53
- .ds-m-10 {
54
- @apply m-10 !important;
55
- }
56
-
57
- .ds-m-11 {
58
- @apply m-11 !important;
59
- }
60
-
61
- .ds-m-12 {
62
- @apply m-12 !important;
63
- }
64
-
65
- .ds-m-14 {
66
- @apply m-14 !important;
67
- }
68
-
69
- .ds-m-16 {
70
- @apply m-16 !important;
71
- }
72
-
73
- .ds-m-20 {
74
- @apply m-20 !important;
75
- }
76
-
77
- .ds-m-24 {
78
- @apply m-24 !important;
79
- }
80
-
81
- .ds-m-28 {
82
- @apply m-28 !important;
83
- }
84
-
85
- .ds-m-32 {
86
- @apply m-32 !important;
87
- }
88
-
89
- .ds-m-36 {
90
- @apply m-36 !important;
91
- }
92
-
93
- .ds-m-40 {
94
- @apply m-40 !important;
95
- }
96
-
97
- .ds-m-44 {
98
- @apply m-44 !important;
99
- }
100
-
101
- .ds-m-48 {
102
- @apply m-48 !important;
103
- }
104
-
105
- .ds-m-52 {
106
- @apply m-52 !important;
107
- }
108
-
109
- .ds-m-56 {
110
- @apply m-56 !important;
111
- }
112
-
113
- .ds-m-60 {
114
- @apply m-60 !important;
115
- }
116
-
117
- .ds-m-64 {
118
- @apply m-64 !important;
119
- }
120
-
121
- .ds-m-72 {
122
- @apply m-72 !important;
123
- }
124
-
125
- .ds-m-80 {
126
- @apply m-80 !important;
127
- }
128
-
129
- .ds-m-96 {
130
- @apply m-96 !important;
131
- }
132
-
133
- .ds-m-px {
134
- @apply m-px !important;
135
- }
136
-
137
- .ds-m-0\.5 {
138
- @apply m-0.5 !important;
139
- }
140
-
141
- .ds-m-1\.5 {
142
- @apply m-1.5 !important;
143
- }
144
-
145
- .ds-m-2\.5 {
146
- @apply m-2.5 !important;
147
- }
148
-
149
- .ds-m-3\.5 {
150
- @apply m-3.5 !important;
151
- }
152
-
153
- .ds-mt-0 {
154
- @apply mt-0 !important;
155
- }
156
-
157
- .ds-mt-1 {
158
- @apply mt-1 !important;
159
- }
160
-
161
- .ds-mt-2 {
162
- @apply mt-2 !important;
163
- }
164
-
165
- .ds-mt-3 {
166
- @apply mt-3 !important;
167
- }
168
-
169
- .ds-mt-4 {
170
- @apply mt-4 !important;
171
- }
172
-
173
- .ds-mt-5 {
174
- @apply mt-5 !important;
175
- }
176
-
177
- .ds-mt-6 {
178
- @apply mt-6 !important;
179
- }
180
-
181
- .ds-mt-7 {
182
- @apply mt-7 !important;
183
- }
184
-
185
- .ds-mt-8 {
186
- @apply mt-8 !important;
187
- }
188
-
189
- .ds-mt-9 {
190
- @apply mt-9 !important;
191
- }
192
-
193
- .ds-mt-10 {
194
- @apply mt-10 !important;
195
- }
196
-
197
- .ds-mt-11 {
198
- @apply mt-11 !important;
199
- }
200
-
201
- .ds-mt-12 {
202
- @apply mt-12 !important;
203
- }
204
-
205
- .ds-mt-14 {
206
- @apply mt-14 !important;
207
- }
208
-
209
- .ds-mt-16 {
210
- @apply mt-16 !important;
211
- }
212
-
213
- .ds-mt-20 {
214
- @apply mt-20 !important;
215
- }
216
-
217
- .ds-mt-24 {
218
- @apply mt-24 !important;
219
- }
220
-
221
- .ds-mt-28 {
222
- @apply mt-28 !important;
223
- }
224
-
225
- .ds-mt-32 {
226
- @apply mt-32 !important;
227
- }
228
-
229
- .ds-mt-36 {
230
- @apply mt-36 !important;
231
- }
232
-
233
- .ds-mt-40 {
234
- @apply mt-40 !important;
235
- }
236
-
237
- .ds-mt-44 {
238
- @apply mt-44 !important;
239
- }
240
-
241
- .ds-mt-48 {
242
- @apply mt-48 !important;
243
- }
244
-
245
- .ds-mt-52 {
246
- @apply mt-52 !important;
247
- }
248
-
249
- .ds-mt-56 {
250
- @apply mt-56 !important;
251
- }
252
-
253
- .ds-mt-60 {
254
- @apply mt-60 !important;
255
- }
256
-
257
- .ds-mt-64 {
258
- @apply mt-64 !important;
259
- }
260
-
261
- .ds-mt-72 {
262
- @apply mt-72 !important;
263
- }
264
-
265
- .ds-mt-80 {
266
- @apply mt-80 !important;
267
- }
268
-
269
- .ds-mt-96 {
270
- @apply mt-96 !important;
271
- }
272
-
273
- .ds-mt-px {
274
- @apply mt-px !important;
275
- }
276
-
277
- .ds-mx-0\.5 {
278
- @apply mx-0.5 !important;
279
- }
280
-
281
- .ds-mx-1\.5 {
282
- @apply mx-1.5 !important;
283
- }
284
-
285
- .ds-mx-2\.5 {
286
- @apply mx-2.5 !important;
287
- }
288
-
289
- .ds-mx-3\.5 {
290
- @apply mx-3.5 !important;
291
- }
292
-
293
- .ds-mt-0\.5 {
294
- @apply mt-0.5 !important;
295
- }
296
-
297
- .ds-mt-1\.5 {
298
- @apply mt-1.5 !important;
299
- }
300
-
301
- .ds-mt-2\.5 {
302
- @apply mt-2.5 !important;
303
- }
304
-
305
- .ds-mt-3\.5 {
306
- @apply mt-3.5 !important;
307
- }
308
-
309
- .ds-mr-0 {
310
- @apply mr-0 !important;
311
- }
312
-
313
- .ds-mr-1 {
314
- @apply mr-1 !important;
315
- }
316
-
317
- .ds-mr-2 {
318
- @apply mr-2 !important;
319
- }
320
-
321
- .ds-mr-3 {
322
- @apply mr-3 !important;
323
- }
324
-
325
- .ds-mr-4 {
326
- @apply mr-4 !important;
327
- }
328
-
329
- .ds-mr-5 {
330
- @apply mr-5 !important;
331
- }
332
-
333
- .ds-mr-6 {
334
- @apply mr-6 !important;
335
- }
336
-
337
- .ds-mr-7 {
338
- @apply mr-7 !important;
339
- }
340
-
341
- .ds-mr-8 {
342
- @apply mr-8 !important;
343
- }
344
-
345
- .ds-mr-9 {
346
- @apply mr-9 !important;
347
- }
348
-
349
- .ds-mr-10 {
350
- @apply mr-10 !important;
351
- }
352
-
353
- .ds-mr-11 {
354
- @apply mr-11 !important;
355
- }
356
-
357
- .ds-mr-12 {
358
- @apply mr-12 !important;
359
- }
360
-
361
- .ds-mr-14 {
362
- @apply mr-14 !important;
363
- }
364
-
365
- .ds-mr-16 {
366
- @apply mr-16 !important;
367
- }
368
-
369
- .ds-mr-20 {
370
- @apply mr-20 !important;
371
- }
372
-
373
- .ds-mr-24 {
374
- @apply mr-24 !important;
375
- }
376
-
377
- .ds-mr-28 {
378
- @apply mr-28 !important;
379
- }
380
-
381
- .ds-mr-32 {
382
- @apply mr-32 !important;
383
- }
384
-
385
- .ds-mr-36 {
386
- @apply mr-36 !important;
387
- }
388
-
389
- .ds-mr-40 {
390
- @apply mr-40 !important;
391
- }
392
-
393
- .ds-mr-44 {
394
- @apply mr-44 !important;
395
- }
396
-
397
- .ds-mr-48 {
398
- @apply mr-48 !important;
399
- }
400
-
401
- .ds-mr-52 {
402
- @apply mr-52 !important;
403
- }
404
-
405
- .ds-mr-56 {
406
- @apply mr-56 !important;
407
- }
408
-
409
- .ds-mr-60 {
410
- @apply mr-60 !important;
411
- }
412
-
413
- .ds-mr-64 {
414
- @apply mr-64 !important;
415
- }
416
-
417
- .ds-mr-72 {
418
- @apply mr-72 !important;
419
- }
420
-
421
- .ds-mr-80 {
422
- @apply mr-80 !important;
423
- }
424
-
425
- .ds-mr-96 {
426
- @apply mr-96 !important;
427
- }
428
-
429
- .ds-mr-px {
430
- @apply mr-px !important;
431
- }
432
-
433
- .ds-mr-0\.5 {
434
- @apply mr-0.5 !important;
435
- }
436
-
437
- .ds-mr-1\.5 {
438
- @apply mr-1.5 !important;
439
- }
440
-
441
- .ds-mr-2\.5 {
442
- @apply mr-2.5 !important;
443
- }
444
-
445
- .ds-mr-3\.5 {
446
- @apply mr-3.5 !important;
447
- }
448
-
449
- .ds-ml-0 {
450
- @apply ml-0 !important;
451
- }
452
-
453
- .ds-ml-1 {
454
- @apply ml-1 !important;
455
- }
456
-
457
- .ds-ml-2 {
458
- @apply ml-2 !important;
459
- }
460
-
461
- .ds-ml-3 {
462
- @apply ml-3 !important;
463
- }
464
-
465
- .ds-ml-4 {
466
- @apply ml-4 !important;
467
- }
468
-
469
- .ds-ml-5 {
470
- @apply ml-5 !important;
471
- }
472
-
473
- .ds-ml-6 {
474
- @apply ml-6 !important;
475
- }
476
-
477
- .ds-ml-7 {
478
- @apply ml-7 !important;
479
- }
480
-
481
- .ds-ml-8 {
482
- @apply ml-8 !important;
483
- }
484
-
485
- .ds-ml-9 {
486
- @apply ml-9 !important;
487
- }
488
-
489
- .ds-ml-10 {
490
- @apply ml-10 !important;
491
- }
492
-
493
- .ds-ml-11 {
494
- @apply ml-11 !important;
495
- }
496
-
497
- .ds-ml-12 {
498
- @apply ml-12 !important;
499
- }
500
-
501
- .ds-ml-14 {
502
- @apply ml-14 !important;
503
- }
504
-
505
- .ds-ml-16 {
506
- @apply ml-16 !important;
507
- }
508
-
509
- .ds-ml-20 {
510
- @apply ml-20 !important;
511
- }
512
-
513
- .ds-ml-24 {
514
- @apply ml-24 !important;
515
- }
516
-
517
- .ds-ml-28 {
518
- @apply ml-28 !important;
519
- }
520
-
521
- .ds-ml-32 {
522
- @apply ml-32 !important;
523
- }
524
-
525
- .ds-ml-36 {
526
- @apply ml-36 !important;
527
- }
528
-
529
- .ds-ml-40 {
530
- @apply ml-40 !important;
531
- }
532
-
533
- .ds-ml-44 {
534
- @apply ml-44 !important;
535
- }
536
-
537
- .ds-ml-48 {
538
- @apply ml-48 !important;
539
- }
540
-
541
- .ds-ml-52 {
542
- @apply ml-52 !important;
543
- }
544
-
545
- .ds-ml-56 {
546
- @apply ml-56 !important;
547
- }
548
-
549
- .ds-ml-60 {
550
- @apply ml-60 !important;
551
- }
552
-
553
- .ds-ml-64 {
554
- @apply ml-64 !important;
555
- }
556
-
557
- .ds-ml-72 {
558
- @apply ml-72 !important;
559
- }
560
-
561
- .ds-ml-80 {
562
- @apply ml-80 !important;
563
- }
564
-
565
- .ds-ml-96 {
566
- @apply ml-96 !important;
567
- }
568
-
569
- .ds-ml-px {
570
- @apply ml-px !important;
571
- }
572
-
573
- .ds-ml-0\.5 {
574
- @apply ml-0.5 !important;
575
- }
576
-
577
- .ds-ml-1\.5 {
578
- @apply ml-1.5 !important;
579
- }
580
-
581
- .ds-ml-2\.5 {
582
- @apply ml-2.5 !important;
583
- }
584
-
585
- .ds-ml-3\.5 {
586
- @apply ml-3.5 !important;
587
- }
588
-
589
- .ds-mb-0 {
590
- @apply mb-0 !important;
591
- }
592
-
593
- .ds-mb-1 {
594
- @apply mb-1 !important;
595
- }
596
-
597
- .ds-mb-2 {
598
- @apply mb-2 !important;
599
- }
600
-
601
- .ds-mb-3 {
602
- @apply mb-3 !important;
603
- }
604
-
605
- .ds-mb-4 {
606
- @apply mb-4 !important;
607
- }
608
-
609
- .ds-mb-5 {
610
- @apply mb-5 !important;
611
- }
612
-
613
- .ds-mb-6 {
614
- @apply mb-6 !important;
615
- }
616
-
617
- .ds-mb-7 {
618
- @apply mb-7 !important;
619
- }
620
-
621
- .ds-mb-8 {
622
- @apply mb-8 !important;
623
- }
624
-
625
- .ds-mb-9 {
626
- @apply mb-9 !important;
627
- }
628
-
629
- .ds-mb-10 {
630
- @apply mb-10 !important;
631
- }
632
-
633
- .ds-mb-11 {
634
- @apply mb-11 !important;
635
- }
636
-
637
- .ds-mb-12 {
638
- @apply mb-12 !important;
639
- }
640
-
641
- .ds-mb-14 {
642
- @apply mb-14 !important;
643
- }
644
-
645
- .ds-mb-16 {
646
- @apply mb-16 !important;
647
- }
648
-
649
- .ds-mb-20 {
650
- @apply mb-20 !important;
651
- }
652
-
653
- .ds-mb-24 {
654
- @apply mb-24 !important;
655
- }
656
-
657
- .ds-mb-28 {
658
- @apply mb-28 !important;
659
- }
660
-
661
- .ds-mb-32 {
662
- @apply mb-32 !important;
663
- }
664
-
665
- .ds-mb-36 {
666
- @apply mb-36 !important;
667
- }
668
-
669
- .ds-mb-40 {
670
- @apply mb-40 !important;
671
- }
672
-
673
- .ds-mb-44 {
674
- @apply mb-44 !important;
675
- }
676
-
677
- .ds-mb-48 {
678
- @apply mb-48 !important;
679
- }
680
-
681
- .ds-mb-52 {
682
- @apply mb-52 !important;
683
- }
684
-
685
- .ds-mb-56 {
686
- @apply mb-56 !important;
687
- }
688
-
689
- .ds-mb-60 {
690
- @apply mb-60 !important;
691
- }
692
-
693
- .ds-mb-64 {
694
- @apply mb-64 !important;
695
- }
696
-
697
- .ds-mb-72 {
698
- @apply mb-72 !important;
699
- }
700
-
701
- .ds-mb-80 {
702
- @apply mb-80 !important;
703
- }
704
-
705
- .ds-mb-96 {
706
- @apply mb-96 !important;
707
- }
708
-
709
- .ds-mb-px {
710
- @apply mb-px !important;
711
- }
712
-
713
- .ds-mb-0\.5 {
714
- @apply mb-0.5 !important;
715
- }
716
-
717
- .ds-mb-1\.5 {
718
- @apply mb-1.5 !important;
719
- }
720
-
721
- .ds-mb-2\.5 {
722
- @apply mb-2.5 !important;
723
- }
724
-
725
- .ds-mb-3\.5 {
726
- @apply mb-3.5 !important;
727
- }
728
-
729
- .ds-mx-0 {
730
- @apply mx-0 !important;
731
- }
732
-
733
- .ds-mx-1 {
734
- @apply mx-1 !important;
735
- }
736
-
737
- .ds-mx-2 {
738
- @apply mx-2 !important;
739
- }
740
-
741
- .ds-mx-3 {
742
- @apply mx-3 !important;
743
- }
744
-
745
- .ds-mx-4 {
746
- @apply mx-4 !important;
747
- }
748
-
749
- .ds-mx-5 {
750
- @apply mx-5 !important;
751
- }
752
-
753
- .ds-mx-6 {
754
- @apply mx-6 !important;
755
- }
756
-
757
- .ds-mx-7 {
758
- @apply mx-7 !important;
759
- }
760
-
761
- .ds-mx-8 {
762
- @apply mx-8 !important;
763
- }
764
-
765
- .ds-mx-9 {
766
- @apply mx-9 !important;
767
- }
768
-
769
- .ds-mx-10 {
770
- @apply mx-10 !important;
771
- }
772
-
773
- .ds-mx-11 {
774
- @apply mx-11 !important;
775
- }
776
-
777
- .ds-mx-12 {
778
- @apply mx-12 !important;
779
- }
780
-
781
- .ds-mx-14 {
782
- @apply mx-14 !important;
783
- }
784
-
785
- .ds-mx-16 {
786
- @apply mx-16 !important;
787
- }
788
-
789
- .ds-mx-20 {
790
- @apply mx-20 !important;
791
- }
792
-
793
- .ds-mx-24 {
794
- @apply mx-24 !important;
795
- }
796
-
797
- .ds-mx-28 {
798
- @apply mx-28 !important;
799
- }
800
-
801
- .ds-mx-32 {
802
- @apply mx-32 !important;
803
- }
804
-
805
- .ds-mx-36 {
806
- @apply mx-36 !important;
807
- }
808
-
809
- .ds-mx-40 {
810
- @apply mx-40 !important;
811
- }
812
-
813
- .ds-mx-44 {
814
- @apply mx-44 !important;
815
- }
816
-
817
- .ds-mx-48 {
818
- @apply mx-48 !important;
819
- }
820
-
821
- .ds-mx-52 {
822
- @apply mx-52 !important;
823
- }
824
-
825
- .ds-mx-56 {
826
- @apply mx-56 !important;
827
- }
828
-
829
- .ds-mx-60 {
830
- @apply mx-60 !important;
831
- }
832
-
833
- .ds-mx-64 {
834
- @apply mx-64 !important;
835
- }
836
-
837
- .ds-mx-72 {
838
- @apply mx-72 !important;
839
- }
840
-
841
- .ds-mx-80 {
842
- @apply mx-80 !important;
843
- }
844
-
845
- .ds-mx-96 {
846
- @apply mx-96 !important;
847
- }
848
-
849
- .ds-my-0 {
850
- @apply my-0 !important;
851
- }
852
-
853
- .ds-my-1 {
854
- @apply my-1 !important;
855
- }
856
-
857
- .ds-my-2 {
858
- @apply my-2 !important;
859
- }
860
-
861
- .ds-my-3 {
862
- @apply my-3 !important;
863
- }
864
-
865
- .ds-my-4 {
866
- @apply my-4 !important;
867
- }
868
-
869
- .ds-my-5 {
870
- @apply my-5 !important;
871
- }
872
-
873
- .ds-my-6 {
874
- @apply my-6 !important;
875
- }
876
-
877
- .ds-my-7 {
878
- @apply my-7 !important;
879
- }
880
-
881
- .ds-my-8 {
882
- @apply my-8 !important;
883
- }
884
-
885
- .ds-my-9 {
886
- @apply my-9 !important;
887
- }
888
-
889
- .ds-my-10 {
890
- @apply my-10 !important;
891
- }
892
-
893
- .ds-my-11 {
894
- @apply my-11 !important;
895
- }
896
-
897
- .ds-my-12 {
898
- @apply my-12 !important;
899
- }
900
-
901
- .ds-my-14 {
902
- @apply my-14 !important;
903
- }
904
-
905
- .ds-my-16 {
906
- @apply my-16 !important;
907
- }
908
-
909
- .ds-my-20 {
910
- @apply my-20 !important;
911
- }
912
-
913
- .ds-my-24 {
914
- @apply my-24 !important;
915
- }
916
-
917
- .ds-my-28 {
918
- @apply my-28 !important;
919
- }
920
-
921
- .ds-my-32 {
922
- @apply my-32 !important;
923
- }
924
-
925
- .ds-my-36 {
926
- @apply my-36 !important;
927
- }
928
-
929
- .ds-my-40 {
930
- @apply my-40 !important;
931
- }
932
-
933
- .ds-my-44 {
934
- @apply my-44 !important;
935
- }
936
-
937
- .ds-my-48 {
938
- @apply my-48 !important;
939
- }
940
-
941
- .ds-my-52 {
942
- @apply my-52 !important;
943
- }
944
-
945
- .ds-my-56 {
946
- @apply my-56 !important;
947
- }
948
-
949
- .ds-my-60 {
950
- @apply my-60 !important;
951
- }
952
-
953
- .ds-my-64 {
954
- @apply my-64 !important;
955
- }
956
-
957
- .ds-my-72 {
958
- @apply my-72 !important;
959
- }
960
-
961
- .ds-my-80 {
962
- @apply my-80 !important;
963
- }
964
-
965
- .ds-my-96 {
966
- @apply my-96 !important;
967
- }
968
-
969
- .ds-my-0\.5 {
970
- @apply my-0.5 !important;
971
- }
972
-
973
- .ds-my-1\.5 {
974
- @apply my-1.5 !important;
975
- }
976
-
977
- .ds-my-2\.5 {
978
- @apply my-2.5 !important;
979
- }
980
-
981
- .ds-my-3\.5 {
982
- @apply my-3.5 !important;
983
- }
984
-
985
- .ds-p-0 {
986
- @apply p-0 !important;
987
- }
988
-
989
- .ds-p-1 {
990
- @apply p-1 !important;
991
- }
992
-
993
- .ds-p-2 {
994
- @apply p-2 !important;
995
- }
996
-
997
- .ds-p-3 {
998
- @apply p-3 !important;
999
- }
1000
-
1001
- .ds-p-4 {
1002
- @apply p-4 !important;
1003
- }
1004
-
1005
- .ds-p-5 {
1006
- @apply p-5 !important;
1007
- }
1008
-
1009
- .ds-p-6 {
1010
- @apply p-6 !important;
1011
- }
1012
-
1013
- .ds-p-7 {
1014
- @apply p-7 !important;
1015
- }
1016
-
1017
- .ds-p-8 {
1018
- @apply p-8 !important;
1019
- }
1020
-
1021
- .ds-p-9 {
1022
- @apply p-9 !important;
1023
- }
1024
-
1025
- .ds-p-10 {
1026
- @apply p-10 !important;
1027
- }
1028
-
1029
- .ds-p-11 {
1030
- @apply p-11 !important;
1031
- }
1032
-
1033
- .ds-p-12 {
1034
- @apply p-12 !important;
1035
- }
1036
-
1037
- .ds-p-14 {
1038
- @apply p-14 !important;
1039
- }
1040
-
1041
- .ds-p-16 {
1042
- @apply p-16 !important;
1043
- }
1044
-
1045
- .ds-p-20 {
1046
- @apply p-20 !important;
1047
- }
1048
-
1049
- .ds-p-24 {
1050
- @apply p-24 !important;
1051
- }
1052
-
1053
- .ds-p-28 {
1054
- @apply p-28 !important;
1055
- }
1056
-
1057
- .ds-p-32 {
1058
- @apply p-32 !important;
1059
- }
1060
-
1061
- .ds-p-36 {
1062
- @apply p-36 !important;
1063
- }
1064
-
1065
- .ds-p-40 {
1066
- @apply p-40 !important;
1067
- }
1068
-
1069
- .ds-p-44 {
1070
- @apply p-44 !important;
1071
- }
1072
-
1073
- .ds-p-48 {
1074
- @apply p-48 !important;
1075
- }
1076
-
1077
- .ds-p-52 {
1078
- @apply p-52 !important;
1079
- }
1080
-
1081
- .ds-p-56 {
1082
- @apply p-56 !important;
1083
- }
1084
-
1085
- .ds-p-60 {
1086
- @apply p-60 !important;
1087
- }
1088
-
1089
- .ds-p-64 {
1090
- @apply p-64 !important;
1091
- }
1092
-
1093
- .ds-p-72 {
1094
- @apply p-72 !important;
1095
- }
1096
-
1097
- .ds-p-80 {
1098
- @apply p-80 !important;
1099
- }
1100
-
1101
- .ds-p-96 {
1102
- @apply p-96 !important;
1103
- }
1104
-
1105
- .ds-p-px {
1106
- @apply p-px !important;
1107
- }
1108
-
1109
- .ds-p-0\.5 {
1110
- @apply p-0.5 !important;
1111
- }
1112
-
1113
- .ds-p-1\.5 {
1114
- @apply p-1.5 !important;
1115
- }
1116
-
1117
- .ds-p-2\.5 {
1118
- @apply p-2.5 !important;
1119
- }
1120
-
1121
- .ds-p-3\.5 {
1122
- @apply p-3.5 !important;
1123
- }
1124
-
1125
- .ds-pt-0 {
1126
- @apply pt-0 !important;
1127
- }
1128
-
1129
- .ds-pt-1 {
1130
- @apply pt-1 !important;
1131
- }
1132
-
1133
- .ds-pt-2 {
1134
- @apply pt-2 !important;
1135
- }
1136
-
1137
- .ds-pt-3 {
1138
- @apply pt-3 !important;
1139
- }
1140
-
1141
- .ds-pt-4 {
1142
- @apply pt-4 !important;
1143
- }
1144
-
1145
- .ds-pt-5 {
1146
- @apply pt-5 !important;
1147
- }
1148
-
1149
- .ds-pt-6 {
1150
- @apply pt-6 !important;
1151
- }
1152
-
1153
- .ds-pt-7 {
1154
- @apply pt-7 !important;
1155
- }
1156
-
1157
- .ds-pt-8 {
1158
- @apply pt-8 !important;
1159
- }
1160
-
1161
- .ds-pt-9 {
1162
- @apply pt-9 !important;
1163
- }
1164
-
1165
- .ds-pt-10 {
1166
- @apply pt-10 !important;
1167
- }
1168
-
1169
- .ds-pt-11 {
1170
- @apply pt-11 !important;
1171
- }
1172
-
1173
- .ds-pt-12 {
1174
- @apply pt-12 !important;
1175
- }
1176
-
1177
- .ds-pt-14 {
1178
- @apply pt-14 !important;
1179
- }
1180
-
1181
- .ds-pt-16 {
1182
- @apply pt-16 !important;
1183
- }
1184
-
1185
- .ds-pt-20 {
1186
- @apply pt-20 !important;
1187
- }
1188
-
1189
- .ds-pt-24 {
1190
- @apply pt-24 !important;
1191
- }
1192
-
1193
- .ds-pt-28 {
1194
- @apply pt-28 !important;
1195
- }
1196
-
1197
- .ds-pt-32 {
1198
- @apply pt-32 !important;
1199
- }
1200
-
1201
- .ds-pt-36 {
1202
- @apply pt-36 !important;
1203
- }
1204
-
1205
- .ds-pt-40 {
1206
- @apply pt-40 !important;
1207
- }
1208
-
1209
- .ds-pt-44 {
1210
- @apply pt-44 !important;
1211
- }
1212
-
1213
- .ds-pt-48 {
1214
- @apply pt-48 !important;
1215
- }
1216
-
1217
- .ds-pt-52 {
1218
- @apply pt-52 !important;
1219
- }
1220
-
1221
- .ds-pt-56 {
1222
- @apply pt-56 !important;
1223
- }
1224
-
1225
- .ds-pt-60 {
1226
- @apply pt-60 !important;
1227
- }
1228
-
1229
- .ds-pt-64 {
1230
- @apply pt-64 !important;
1231
- }
1232
-
1233
- .ds-pt-72 {
1234
- @apply pt-72 !important;
1235
- }
1236
-
1237
- .ds-pt-80 {
1238
- @apply pt-80 !important;
1239
- }
1240
-
1241
- .ds-pt-96 {
1242
- @apply pt-96 !important;
1243
- }
1244
-
1245
- .ds-pt-px {
1246
- @apply pt-px !important;
1247
- }
1248
-
1249
- .ds-pt-0\.5 {
1250
- @apply pt-0.5 !important;
1251
- }
1252
-
1253
- .ds-pt-1\.5 {
1254
- @apply pt-1.5 !important;
1255
- }
1256
-
1257
- .ds-pt-2\.5 {
1258
- @apply pt-2.5 !important;
1259
- }
1260
-
1261
- .ds-pt-3\.5 {
1262
- @apply pt-3.5 !important;
1263
- }
1264
-
1265
- .ds-pr-0 {
1266
- @apply pr-0 !important;
1267
- }
1268
-
1269
- .ds-pr-1 {
1270
- @apply pr-1 !important;
1271
- }
1272
-
1273
- .ds-pr-2 {
1274
- @apply pr-2 !important;
1275
- }
1276
-
1277
- .ds-pr-3 {
1278
- @apply pr-3 !important;
1279
- }
1280
-
1281
- .ds-pr-4 {
1282
- @apply pr-4 !important;
1283
- }
1284
-
1285
- .ds-pr-5 {
1286
- @apply pr-5 !important;
1287
- }
1288
-
1289
- .ds-pr-6 {
1290
- @apply pr-6 !important;
1291
- }
1292
-
1293
- .ds-pr-7 {
1294
- @apply pr-7 !important;
1295
- }
1296
-
1297
- .ds-pr-8 {
1298
- @apply pr-8 !important;
1299
- }
1300
-
1301
- .ds-pr-9 {
1302
- @apply pr-9 !important;
1303
- }
1304
-
1305
- .ds-pr-10 {
1306
- @apply pr-10 !important;
1307
- }
1308
-
1309
- .ds-pr-11 {
1310
- @apply pr-11 !important;
1311
- }
1312
-
1313
- .ds-pr-12 {
1314
- @apply pr-12 !important;
1315
- }
1316
-
1317
- .ds-pr-14 {
1318
- @apply pr-14 !important;
1319
- }
1320
-
1321
- .ds-pr-16 {
1322
- @apply pr-16 !important;
1323
- }
1324
-
1325
- .ds-pr-20 {
1326
- @apply pr-20 !important;
1327
- }
1328
-
1329
- .ds-pr-24 {
1330
- @apply pr-24 !important;
1331
- }
1332
-
1333
- .ds-pr-28 {
1334
- @apply pr-28 !important;
1335
- }
1336
-
1337
- .ds-pr-32 {
1338
- @apply pr-32 !important;
1339
- }
1340
-
1341
- .ds-pr-36 {
1342
- @apply pr-36 !important;
1343
- }
1344
-
1345
- .ds-pr-40 {
1346
- @apply pr-40 !important;
1347
- }
1348
-
1349
- .ds-pr-44 {
1350
- @apply pr-44 !important;
1351
- }
1352
-
1353
- .ds-pr-48 {
1354
- @apply pr-48 !important;
1355
- }
1356
-
1357
- .ds-pr-52 {
1358
- @apply pr-52 !important;
1359
- }
1360
-
1361
- .ds-pr-56 {
1362
- @apply pr-56 !important;
1363
- }
1364
-
1365
- .ds-pr-60 {
1366
- @apply pr-60 !important;
1367
- }
1368
-
1369
- .ds-pr-64 {
1370
- @apply pr-64 !important;
1371
- }
1372
-
1373
- .ds-pr-72 {
1374
- @apply pr-72 !important;
1375
- }
1376
-
1377
- .ds-pr-80 {
1378
- @apply pr-80 !important;
1379
- }
1380
-
1381
- .ds-pr-96 {
1382
- @apply pr-96 !important;
1383
- }
1384
-
1385
- .ds-pr-px {
1386
- @apply pr-px !important;
1387
- }
1388
-
1389
- .ds-pr-0\.5 {
1390
- @apply pr-0.5 !important;
1391
- }
1392
-
1393
- .ds-pr-1\.5 {
1394
- @apply pr-1.5 !important;
1395
- }
1396
-
1397
- .ds-pr-2\.5 {
1398
- @apply pr-2.5 !important;
1399
- }
1400
-
1401
- .ds-pr-3\.5 {
1402
- @apply pr-3.5 !important;
1403
- }
1404
-
1405
- .ds-pl-0 {
1406
- @apply pl-0 !important;
1407
- }
1408
-
1409
- .ds-pl-1 {
1410
- @apply pl-1 !important;
1411
- }
1412
-
1413
- .ds-pl-2 {
1414
- @apply pl-2 !important;
1415
- }
1416
-
1417
- .ds-pl-3 {
1418
- @apply pl-3 !important;
1419
- }
1420
-
1421
- .ds-pl-4 {
1422
- @apply pl-4 !important;
1423
- }
1424
-
1425
- .ds-pl-5 {
1426
- @apply pl-5 !important;
1427
- }
1428
-
1429
- .ds-pl-6 {
1430
- @apply pl-6 !important;
1431
- }
1432
-
1433
- .ds-pl-7 {
1434
- @apply pl-7 !important;
1435
- }
1436
-
1437
- .ds-pl-8 {
1438
- @apply pl-8 !important;
1439
- }
1440
-
1441
- .ds-pl-9 {
1442
- @apply pl-9 !important;
1443
- }
1444
-
1445
- .ds-pl-10 {
1446
- @apply pl-10 !important;
1447
- }
1448
-
1449
- .ds-pl-11 {
1450
- @apply pl-11 !important;
1451
- }
1452
-
1453
- .ds-pl-12 {
1454
- @apply pl-12 !important;
1455
- }
1456
-
1457
- .ds-pl-14 {
1458
- @apply pl-14 !important;
1459
- }
1460
-
1461
- .ds-pl-16 {
1462
- @apply pl-16 !important;
1463
- }
1464
-
1465
- .ds-pl-20 {
1466
- @apply pl-20 !important;
1467
- }
1468
-
1469
- .ds-pl-24 {
1470
- @apply pl-24 !important;
1471
- }
1472
-
1473
- .ds-pl-28 {
1474
- @apply pl-28 !important;
1475
- }
1476
-
1477
- .ds-pl-32 {
1478
- @apply pl-32 !important;
1479
- }
1480
-
1481
- .ds-pl-36 {
1482
- @apply pl-36 !important;
1483
- }
1484
-
1485
- .ds-pl-40 {
1486
- @apply pl-40 !important;
1487
- }
1488
-
1489
- .ds-pl-44 {
1490
- @apply pl-44 !important;
1491
- }
1492
-
1493
- .ds-pl-48 {
1494
- @apply pl-48 !important;
1495
- }
1496
-
1497
- .ds-pl-52 {
1498
- @apply pl-52 !important;
1499
- }
1500
-
1501
- .ds-pl-56 {
1502
- @apply pl-56 !important;
1503
- }
1504
-
1505
- .ds-pl-60 {
1506
- @apply pl-60 !important;
1507
- }
1508
-
1509
- .ds-pl-64 {
1510
- @apply pl-64 !important;
1511
- }
1512
-
1513
- .ds-pl-72 {
1514
- @apply pl-72 !important;
1515
- }
1516
-
1517
- .ds-pl-80 {
1518
- @apply pl-80 !important;
1519
- }
1520
-
1521
- .ds-pl-96 {
1522
- @apply pl-96 !important;
1523
- }
1524
-
1525
- .ds-pl-px {
1526
- @apply pl-px !important;
1527
- }
1528
-
1529
- .ds-pl-0\.5 {
1530
- @apply pl-0.5 !important;
1531
- }
1532
-
1533
- .ds-pl-1\.5 {
1534
- @apply pl-1.5 !important;
1535
- }
1536
-
1537
- .ds-pl-2\.5 {
1538
- @apply pl-2.5 !important;
1539
- }
1540
-
1541
- .ds-pl-3\.5 {
1542
- @apply pl-3.5 !important;
1543
- }
1544
-
1545
- .ds-pb-0 {
1546
- @apply pb-0 !important;
1547
- }
1548
-
1549
- .ds-pb-1 {
1550
- @apply pb-1 !important;
1551
- }
1552
-
1553
- .ds-pb-2 {
1554
- @apply pb-2 !important;
1555
- }
1556
-
1557
- .ds-pb-3 {
1558
- @apply pb-3 !important;
1559
- }
1560
-
1561
- .ds-pb-4 {
1562
- @apply pb-4 !important;
1563
- }
1564
-
1565
- .ds-pb-5 {
1566
- @apply pb-5 !important;
1567
- }
1568
-
1569
- .ds-pb-6 {
1570
- @apply pb-6 !important;
1571
- }
1572
-
1573
- .ds-pb-7 {
1574
- @apply pb-7 !important;
1575
- }
1576
-
1577
- .ds-pb-8 {
1578
- @apply pb-8 !important;
1579
- }
1580
-
1581
- .ds-pb-9 {
1582
- @apply pb-9 !important;
1583
- }
1584
-
1585
- .ds-pb-10 {
1586
- @apply pb-10 !important;
1587
- }
1588
-
1589
- .ds-pb-11 {
1590
- @apply pb-11 !important;
1591
- }
1592
-
1593
- .ds-pb-12 {
1594
- @apply pb-12 !important;
1595
- }
1596
-
1597
- .ds-pb-14 {
1598
- @apply pb-14 !important;
1599
- }
1600
-
1601
- .ds-pb-16 {
1602
- @apply pb-16 !important;
1603
- }
1604
-
1605
- .ds-pb-20 {
1606
- @apply pb-20 !important;
1607
- }
1608
-
1609
- .ds-pb-24 {
1610
- @apply pb-24 !important;
1611
- }
1612
-
1613
- .ds-pb-28 {
1614
- @apply pb-28 !important;
1615
- }
1616
-
1617
- .ds-pb-32 {
1618
- @apply pb-32 !important;
1619
- }
1620
-
1621
- .ds-pb-36 {
1622
- @apply pb-36 !important;
1623
- }
1624
-
1625
- .ds-pb-40 {
1626
- @apply pb-40 !important;
1627
- }
1628
-
1629
- .ds-pb-44 {
1630
- @apply pb-44 !important;
1631
- }
1632
-
1633
- .ds-pb-48 {
1634
- @apply pb-48 !important;
1635
- }
1636
-
1637
- .ds-pb-52 {
1638
- @apply pb-52 !important;
1639
- }
1640
-
1641
- .ds-pb-56 {
1642
- @apply pb-56 !important;
1643
- }
1644
-
1645
- .ds-pb-60 {
1646
- @apply pb-60 !important;
1647
- }
1648
-
1649
- .ds-pb-64 {
1650
- @apply pb-64 !important;
1651
- }
1652
-
1653
- .ds-pb-72 {
1654
- @apply pb-72 !important;
1655
- }
1656
-
1657
- .ds-pb-80 {
1658
- @apply pb-80 !important;
1659
- }
1660
-
1661
- .ds-pb-96 {
1662
- @apply pb-96 !important;
1663
- }
1664
-
1665
- .ds-pb-px {
1666
- @apply pb-px !important;
1667
- }
1668
-
1669
- .ds-pb-0\.5 {
1670
- @apply pb-0.5 !important;
1671
- }
1672
-
1673
- .ds-pb-1\.5 {
1674
- @apply pb-1.5 !important;
1675
- }
1676
-
1677
- .ds-pb-2\.5 {
1678
- @apply pb-2.5 !important;
1679
- }
1680
-
1681
- .ds-pb-3\.5 {
1682
- @apply pb-3.5 !important;
1683
- }
1684
-
1685
- .ds-px-0 {
1686
- @apply px-0 !important;
1687
- }
1688
-
1689
- .ds-px-1 {
1690
- @apply px-1 !important;
1691
- }
1692
-
1693
- .ds-px-2 {
1694
- @apply px-2 !important;
1695
- }
1696
-
1697
- .ds-px-3 {
1698
- @apply px-3 !important;
1699
- }
1700
-
1701
- .ds-px-4 {
1702
- @apply px-4 !important;
1703
- }
1704
-
1705
- .ds-px-5 {
1706
- @apply px-5 !important;
1707
- }
1708
-
1709
- .ds-px-6 {
1710
- @apply px-6 !important;
1711
- }
1712
-
1713
- .ds-px-7 {
1714
- @apply px-7 !important;
1715
- }
1716
-
1717
- .ds-px-8 {
1718
- @apply px-8 !important;
1719
- }
1720
-
1721
- .ds-px-9 {
1722
- @apply px-9 !important;
1723
- }
1724
-
1725
- .ds-px-10 {
1726
- @apply px-10 !important;
1727
- }
1728
-
1729
- .ds-px-11 {
1730
- @apply px-11 !important;
1731
- }
1732
-
1733
- .ds-px-12 {
1734
- @apply px-12 !important;
1735
- }
1736
-
1737
- .ds-px-14 {
1738
- @apply px-14 !important;
1739
- }
1740
-
1741
- .ds-px-16 {
1742
- @apply px-16 !important;
1743
- }
1744
-
1745
- .ds-px-20 {
1746
- @apply px-20 !important;
1747
- }
1748
-
1749
- .ds-px-24 {
1750
- @apply px-24 !important;
1751
- }
1752
-
1753
- .ds-px-28 {
1754
- @apply px-28 !important;
1755
- }
1756
-
1757
- .ds-px-32 {
1758
- @apply px-32 !important;
1759
- }
1760
-
1761
- .ds-px-36 {
1762
- @apply px-36 !important;
1763
- }
1764
-
1765
- .ds-px-40 {
1766
- @apply px-40 !important;
1767
- }
1768
-
1769
- .ds-px-44 {
1770
- @apply px-44 !important;
1771
- }
1772
-
1773
- .ds-px-48 {
1774
- @apply px-48 !important;
1775
- }
1776
-
1777
- .ds-px-52 {
1778
- @apply px-52 !important;
1779
- }
1780
-
1781
- .ds-px-56 {
1782
- @apply px-56 !important;
1783
- }
1784
-
1785
- .ds-px-60 {
1786
- @apply px-60 !important;
1787
- }
1788
-
1789
- .ds-px-64 {
1790
- @apply px-64 !important;
1791
- }
1792
-
1793
- .ds-px-72 {
1794
- @apply px-72 !important;
1795
- }
1796
-
1797
- .ds-px-80 {
1798
- @apply px-80 !important;
1799
- }
1800
-
1801
- .ds-px-96 {
1802
- @apply px-96 !important;
1803
- }
1804
-
1805
- .ds-px-0\.5 {
1806
- @apply px-0.5 !important;
1807
- }
1808
-
1809
- .ds-px-1\.5 {
1810
- @apply px-1.5 !important;
1811
- }
1812
-
1813
- .ds-px-2\.5 {
1814
- @apply px-2.5 !important;
1815
- }
1816
-
1817
- .ds-px-3\.5 {
1818
- @apply px-3.5 !important;
1819
- }
1820
-
1821
- .ds-py-0 {
1822
- @apply py-0 !important;
1823
- }
1824
-
1825
- .ds-py-1 {
1826
- @apply py-1 !important;
1827
- }
1828
-
1829
- .ds-py-2 {
1830
- @apply py-2 !important;
1831
- }
1832
-
1833
- .ds-py-3 {
1834
- @apply py-3 !important;
1835
- }
1836
-
1837
- .ds-py-4 {
1838
- @apply py-4 !important;
1839
- }
1840
-
1841
- .ds-py-5 {
1842
- @apply py-5 !important;
1843
- }
1844
-
1845
- .ds-py-6 {
1846
- @apply py-6 !important;
1847
- }
1848
-
1849
- .ds-py-7 {
1850
- @apply py-7 !important;
1851
- }
1852
-
1853
- .ds-py-8 {
1854
- @apply py-8 !important;
1855
- }
1856
-
1857
- .ds-py-9 {
1858
- @apply py-9 !important;
1859
- }
1860
-
1861
- .ds-py-10 {
1862
- @apply py-10 !important;
1863
- }
1864
-
1865
- .ds-py-11 {
1866
- @apply py-11 !important;
1867
- }
1868
-
1869
- .ds-py-12 {
1870
- @apply py-12 !important;
1871
- }
1872
-
1873
- .ds-py-14 {
1874
- @apply py-14 !important;
1875
- }
1876
-
1877
- .ds-py-16 {
1878
- @apply py-16 !important;
1879
- }
1880
-
1881
- .ds-py-20 {
1882
- @apply py-20 !important;
1883
- }
1884
-
1885
- .ds-py-24 {
1886
- @apply py-24 !important;
1887
- }
1888
-
1889
- .ds-py-28 {
1890
- @apply py-28 !important;
1891
- }
1892
-
1893
- .ds-py-32 {
1894
- @apply py-32 !important;
1895
- }
1896
-
1897
- .ds-py-36 {
1898
- @apply py-36 !important;
1899
- }
1900
-
1901
- .ds-py-40 {
1902
- @apply py-40 !important;
1903
- }
1904
-
1905
- .ds-py-44 {
1906
- @apply py-44 !important;
1907
- }
1908
-
1909
- .ds-py-48 {
1910
- @apply py-48 !important;
1911
- }
1912
-
1913
- .ds-py-52 {
1914
- @apply py-52 !important;
1915
- }
1916
-
1917
- .ds-py-56 {
1918
- @apply py-56 !important;
1919
- }
1920
-
1921
- .ds-py-60 {
1922
- @apply py-60 !important;
1923
- }
1924
-
1925
- .ds-py-64 {
1926
- @apply py-64 !important;
1927
- }
1928
-
1929
- .ds-py-72 {
1930
- @apply py-72 !important;
1931
- }
1932
-
1933
- .ds-py-80 {
1934
- @apply py-80 !important;
1935
- }
1936
-
1937
- .ds-py-96 {
1938
- @apply py-96 !important;
1939
- }
1940
-
1941
- .ds-py-0\.5 {
1942
- @apply py-0.5 !important;
1943
- }
1944
-
1945
- .ds-py-1\.5 {
1946
- @apply py-1.5 !important;
1947
- }
1948
-
1949
- .ds-py-2\.5 {
1950
- @apply py-2.5 !important;
1951
- }
1952
-
1953
- .ds-py-3\.5 {
1954
- @apply py-3.5 !important;
1955
- }
1956
-
1957
- .ds-grid {
1958
- @apply grid grid-cols-12;
1959
- }
1960
-
1961
- .ds-grid-inline {
1962
- @apply inline-grid;
1963
- }
1964
-
1965
- .ds-grid__col-auto {
1966
- @apply col-auto;
1967
- }
1968
-
1969
- .xs\:ds-grid__col-span-1,
1970
- .ds-grid__col-span-1 {
1971
- @apply col-span-1;
1972
- }
1973
-
1974
- .xs\:ds-grid__col-span-2,
1975
- .ds-grid__col-span-2 {
1976
- @apply col-span-2;
1977
- }
1978
-
1979
- .xs\:ds-grid__col-span-3,
1980
- .ds-grid__col-span-3 {
1981
- @apply col-span-3;
1982
- }
1983
-
1984
- .xs\:ds-grid__col-span-4,
1985
- .ds-grid__col-span-4 {
1986
- @apply col-span-4;
1987
- }
1988
-
1989
- .xs\:ds-grid__col-span-5,
1990
- .ds-grid__col-span-5 {
1991
- @apply col-span-5;
1992
- }
1993
-
1994
- .xs\:ds-grid__col-span-6,
1995
- .ds-grid__col-span-6 {
1996
- @apply col-span-6;
1997
- }
1998
-
1999
- .xs\:ds-grid__col-span-7,
2000
- .ds-grid__col-span-7 {
2001
- @apply col-span-7;
2002
- }
2003
-
2004
- .xs\:ds-grid__col-span-8,
2005
- .ds-grid__col-span-8 {
2006
- @apply col-span-8;
2007
- }
2008
-
2009
- .xs\:ds-grid__col-span-9,
2010
- .ds-grid__col-span-9 {
2011
- @apply col-span-9;
2012
- }
2013
-
2014
- .xs\:ds-grid__col-span-10,
2015
- .ds-grid__col-span-10 {
2016
- @apply col-span-10;
2017
- }
2018
-
2019
- .xs\:ds-grid__col-span-11,
2020
- .ds-grid__col-span-11 {
2021
- @apply col-span-11;
2022
- }
2023
-
2024
- .xs\:ds-grid__col-span-12,
2025
- .ds-grid__col-span-12 {
2026
- @apply col-span-12;
2027
- }
2028
-
2029
- @media (min-width: 640px) {
2030
- .sm\:ds-grid__col-span-1 {
2031
- @apply col-span-1;
2032
- }
2033
-
2034
- .sm\:ds-grid__col-span-2 {
2035
- @apply col-span-2;
2036
- }
2037
-
2038
- .sm\:ds-grid__col-span-3 {
2039
- @apply col-span-3;
2040
- }
2041
-
2042
- .sm\:ds-grid__col-span-4 {
2043
- @apply col-span-4;
2044
- }
2045
-
2046
- .sm\:ds-grid__col-span-5 {
2047
- @apply col-span-5;
2048
- }
2049
-
2050
- .sm\:ds-grid__col-span-6 {
2051
- @apply col-span-6;
2052
- }
2053
-
2054
- .sm\:ds-grid__col-span-7 {
2055
- @apply col-span-7;
2056
- }
2057
-
2058
- .sm\:ds-grid__col-span-8 {
2059
- @apply col-span-8;
2060
- }
2061
-
2062
- .sm\:ds-grid__col-span-9 {
2063
- @apply col-span-9;
2064
- }
2065
-
2066
- .sm\:ds-grid__col-span-10 {
2067
- @apply col-span-10;
2068
- }
2069
-
2070
- .sm\:ds-grid__col-span-11 {
2071
- @apply col-span-11;
2072
- }
2073
-
2074
- .sm\:ds-grid__col-span-12 {
2075
- @apply col-span-12;
2076
- }
2077
- }
2078
-
2079
- @media (min-width: 768px) {
2080
- .md\:ds-grid__col-span-1 {
2081
- @apply col-span-1;
2082
- }
2083
-
2084
- .md\:ds-grid__col-span-2 {
2085
- @apply col-span-2;
2086
- }
2087
-
2088
- .md\:ds-grid__col-span-3 {
2089
- @apply col-span-3;
2090
- }
2091
-
2092
- .md\:ds-grid__col-span-4 {
2093
- @apply col-span-4;
2094
- }
2095
-
2096
- .md\:ds-grid__col-span-5 {
2097
- @apply col-span-5;
2098
- }
2099
-
2100
- .md\:ds-grid__col-span-6 {
2101
- @apply col-span-6;
2102
- }
2103
-
2104
- .md\:ds-grid__col-span-7 {
2105
- @apply col-span-7;
2106
- }
2107
-
2108
- .md\:ds-grid__col-span-8 {
2109
- @apply col-span-8;
2110
- }
2111
-
2112
- .md\:ds-grid__col-span-9 {
2113
- @apply col-span-9;
2114
- }
2115
-
2116
- .md\:ds-grid__col-span-10 {
2117
- @apply col-span-10;
2118
- }
2119
-
2120
- .md\:ds-grid__col-span-11 {
2121
- @apply col-span-11;
2122
- }
2123
-
2124
- .md\:ds-grid__col-span-12 {
2125
- @apply col-span-12;
2126
- }
2127
- }
2128
-
2129
- @media (min-width: 1024px) {
2130
- .lg\:ds-grid__col-span-1 {
2131
- @apply col-span-1;
2132
- }
2133
-
2134
- .lg\:ds-grid__col-span-2 {
2135
- @apply col-span-2;
2136
- }
2137
-
2138
- .lg\:ds-grid__col-span-3 {
2139
- @apply col-span-3;
2140
- }
2141
-
2142
- .lg\:ds-grid__col-span-4 {
2143
- @apply col-span-4;
2144
- }
2145
-
2146
- .lg\:ds-grid__col-span-5 {
2147
- @apply col-span-5;
2148
- }
2149
-
2150
- .lg\:ds-grid__col-span-6 {
2151
- @apply col-span-6;
2152
- }
2153
-
2154
- .lg\:ds-grid__col-span-7 {
2155
- @apply col-span-7;
2156
- }
2157
-
2158
- .lg\:ds-grid__col-span-8 {
2159
- @apply col-span-8;
2160
- }
2161
-
2162
- .lg\:ds-grid__col-span-9 {
2163
- @apply col-span-9;
2164
- }
2165
-
2166
- .lg\:ds-grid__col-span-10 {
2167
- @apply col-span-10;
2168
- }
2169
-
2170
- .lg\:ds-grid__col-span-11 {
2171
- @apply col-span-11;
2172
- }
2173
-
2174
- .lg\:ds-grid__col-span-12 {
2175
- @apply col-span-12;
2176
- }
2177
- }
2178
-
2179
- .ds-print-hidden {
2180
- @apply print:hidden !important;
2181
- }
2182
-
2183
- .ds-print-visible-block {
2184
- @apply print:block !important;
2185
- }
2186
-
2187
- .ds-print-visible-inline {
2188
- @apply print:inline !important;
2189
- }
2190
-
2191
- .ds-gap-1 {
2192
- @apply gap-1;
2193
- }
2194
-
2195
- .ds-gap-2 {
2196
- @apply gap-2;
2197
- }
2198
-
2199
- .ds-gap-4 {
2200
- @apply gap-4;
2201
- }
2202
-
2203
- .ds-gap-6 {
2204
- @apply gap-6;
2205
- }
2206
-
2207
- .ds-gap-8 {
2208
- @apply gap-8;
2209
- }
2210
-
2211
- .ds-gap-10 {
2212
- @apply gap-10;
2213
- }
2214
-
2215
- .ds-gap-12 {
2216
- @apply gap-12;
2217
- }
2218
-
2219
- .ds-gap-xs-1 {
2220
- @apply gap-1;
2221
- }
2222
-
2223
- .ds-gap-xs-2 {
2224
- @apply gap-2;
2225
- }
2226
-
2227
- .ds-gap-xs-4 {
2228
- @apply gap-4;
2229
- }
2230
-
2231
- .ds-gap-xs-5 {
2232
- @apply gap-5;
2233
- }
2234
-
2235
- .ds-gap-xs-6 {
2236
- @apply gap-6;
2237
- }
2238
-
2239
- .ds-gap-xs-8 {
2240
- @apply gap-8;
2241
- }
2242
-
2243
- .ds-gap-xs-10 {
2244
- @apply gap-10;
2245
- }
2246
-
2247
- .ds-gap-xs-12 {
2248
- @apply gap-12;
2249
- }
2250
-
2251
- .ds-gap-sm-1 {
2252
- @apply sm:gap-1;
2253
- }
2254
-
2255
- .ds-gap-sm-2 {
2256
- @apply sm:gap-2;
2257
- }
2258
-
2259
- .ds-gap-sm-4 {
2260
- @apply sm:gap-4;
2261
- }
2262
-
2263
- .ds-gap-sm-5 {
2264
- @apply sm:gap-5;
2265
- }
2266
-
2267
- .ds-gap-sm-6 {
2268
- @apply sm:gap-6;
2269
- }
2270
-
2271
- .ds-gap-sm-8 {
2272
- @apply sm:gap-8;
2273
- }
2274
-
2275
- .ds-gap-sm-10 {
2276
- @apply sm:gap-10;
2277
- }
2278
-
2279
- .ds-gap-sm-12 {
2280
- @apply sm:gap-12;
2281
- }
2282
-
2283
- .ds-gap-md-1 {
2284
- @apply md:gap-1;
2285
- }
2286
-
2287
- .ds-gap-md-2 {
2288
- @apply md:gap-2;
2289
- }
2290
-
2291
- .ds-gap-md-4 {
2292
- @apply md:gap-4;
2293
- }
2294
-
2295
- .ds-gap-md-5 {
2296
- @apply md:gap-5;
2297
- }
2298
-
2299
- .ds-gap-md-6 {
2300
- @apply md:gap-6;
2301
- }
2302
-
2303
- .ds-gap-md-8 {
2304
- @apply md:gap-8;
2305
- }
2306
-
2307
- .ds-gap-md-10 {
2308
- @apply md:gap-10;
2309
- }
2310
-
2311
- .ds-gap-md-12 {
2312
- @apply md:gap-12;
2313
- }
2314
-
2315
- .ds-gap-lg-1 {
2316
- @apply lg:gap-1;
2317
- }
2318
-
2319
- .ds-gap-lg-2 {
2320
- @apply lg:gap-2;
2321
- }
2322
-
2323
- .ds-gap-lg-4 {
2324
- @apply lg:gap-4;
2325
- }
2326
-
2327
- .ds-gap-lg-5 {
2328
- @apply lg:gap-5;
2329
- }
2330
-
2331
- .ds-gap-lg-6 {
2332
- @apply lg:gap-6;
2333
- }
2334
-
2335
- .ds-gap-lg-8 {
2336
- @apply lg:gap-8;
2337
- }
2338
-
2339
- .ds-gap-lg-10 {
2340
- @apply lg:gap-10;
2341
- }
2342
-
2343
- .ds-gap-lg-12 {
2344
- @apply lg:gap-12;
2345
- }
2346
-
2347
- .ds-gap-xl-1 {
2348
- @apply xl:gap-1;
2349
- }
2350
-
2351
- .ds-gap-xl-2 {
2352
- @apply xl:gap-2;
2353
- }
2354
-
2355
- .ds-gap-xl-4 {
2356
- @apply xl:gap-4;
2357
- }
2358
-
2359
- .ds-gap-xl-5 {
2360
- @apply xl:gap-5;
2361
- }
2362
-
2363
- .ds-gap-xl-6 {
2364
- @apply xl:gap-6;
2365
- }
2366
-
2367
- .ds-gap-xl-8 {
2368
- @apply xl:gap-8;
2369
- }
2370
-
2371
- .ds-gap-xl-10 {
2372
- @apply xl:gap-10;
2373
- }
2374
-
2375
- .ds-gap-xl-12 {
2376
- @apply xl:gap-12;
2377
- }
2378
- }
1
+ @import './gap.css';
2
+ @import './margin.css';
3
+ @import './padding.css';