@digigov/css 2.0.0-af1b5f33 → 2.0.0-b15d5d44

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 (152) 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 +17 -13
  9. package/postcss.config.js +4 -3
  10. package/src/base/base.css +1 -1
  11. package/src/base/index.css +6 -5
  12. package/src/base/index.native.css +0 -0
  13. package/src/base/postcss.config.js +11 -10
  14. package/src/base/tailwind.config.js +4 -11
  15. package/src/components/accordion.css +56 -53
  16. package/src/components/admin-header.css +2 -19
  17. package/src/components/admin-layout.css +13 -22
  18. package/src/components/autocomplete.css +88 -47
  19. package/src/components/back-to-top.css +3 -4
  20. package/src/components/blockquote.common.css +14 -0
  21. package/src/components/blockquote.css +9 -0
  22. package/src/components/blockquote.native.css +14 -0
  23. package/src/components/bottom-info.css +2 -1
  24. package/src/components/breadcrumbs.css +17 -8
  25. package/src/components/button.common.css +62 -0
  26. package/src/components/button.css +57 -71
  27. package/src/components/button.native.css +55 -0
  28. package/src/components/card.common.css +33 -0
  29. package/src/components/card.css +65 -52
  30. package/src/components/card.native.css +29 -0
  31. package/src/components/checkboxes.common.css +16 -0
  32. package/src/components/checkboxes.css +26 -31
  33. package/src/components/checkboxes.native.css +27 -0
  34. package/src/components/chip.common.css +19 -0
  35. package/src/components/chip.css +32 -32
  36. package/src/components/chip.native.css +15 -0
  37. package/src/components/code.css +128 -0
  38. package/src/components/components.css +2 -2
  39. package/src/components/copy-to-clipboard.css +27 -26
  40. package/src/components/copy-to-clipboard.native.css +28 -0
  41. package/src/components/details.common.css +26 -0
  42. package/src/components/details.css +14 -15
  43. package/src/components/details.native.css +34 -0
  44. package/src/components/dev-theme.css +2 -3
  45. package/src/components/drawer.css +63 -47
  46. package/src/components/dropdown.common.css +23 -0
  47. package/src/components/dropdown.css +57 -48
  48. package/src/components/dropdown.native.css +27 -0
  49. package/src/components/experimental.css +12 -12
  50. package/src/components/fillable.css +4 -4
  51. package/src/components/filter.css +75 -31
  52. package/src/components/footer.css +35 -21
  53. package/src/components/form.common.css +81 -0
  54. package/src/components/form.css +87 -49
  55. package/src/components/form.native.css +182 -0
  56. package/src/components/full-page-background.css +1 -1
  57. package/src/components/header.common.css +35 -0
  58. package/src/components/header.css +42 -45
  59. package/src/components/header.native.css +29 -0
  60. package/src/components/hidden.css +17 -17
  61. package/src/components/index.css +49 -47
  62. package/src/components/kitchensink.css +33 -33
  63. package/src/components/layout.common.css +36 -0
  64. package/src/components/layout.css +40 -41
  65. package/src/components/layout.native.css +40 -0
  66. package/src/components/loader.common.css +7 -0
  67. package/src/components/loader.css +31 -29
  68. package/src/components/loader.native.css +5 -0
  69. package/src/components/masthead.css +56 -55
  70. package/src/components/misc.css +37 -15
  71. package/src/components/modal.common.css +16 -0
  72. package/src/components/modal.css +33 -22
  73. package/src/components/modal.native.css +18 -0
  74. package/src/components/nav.common.css +22 -0
  75. package/src/components/nav.css +72 -67
  76. package/src/components/nav.native.css +39 -0
  77. package/src/components/notification-banner.common.css +46 -0
  78. package/src/components/notification-banner.css +41 -19
  79. package/src/components/notification-banner.native.css +42 -0
  80. package/src/components/pagination.css +44 -29
  81. package/src/components/panel.common.css +30 -0
  82. package/src/components/panel.css +10 -18
  83. package/src/components/panel.native.css +26 -0
  84. package/src/components/phase-banner.common.css +23 -0
  85. package/src/components/phase-banner.css +11 -10
  86. package/src/components/phase-banner.native.css +30 -0
  87. package/src/components/postcss.config.js +7 -6
  88. package/src/components/radios.common.css +16 -0
  89. package/src/components/radios.css +27 -30
  90. package/src/components/radios.native.css +23 -0
  91. package/src/components/skeleton.common.css +20 -0
  92. package/src/components/skeleton.css +82 -0
  93. package/src/components/skeleton.native.css +53 -0
  94. package/src/components/skiplink.css +2 -2
  95. package/src/components/stack.common.css +67 -0
  96. package/src/components/stack.css +66 -64
  97. package/src/components/stack.native.css +68 -0
  98. package/src/components/stepnav.css +33 -29
  99. package/src/components/summary-list.common.css +90 -0
  100. package/src/components/summary-list.css +102 -31
  101. package/src/components/summary-list.native.css +97 -0
  102. package/src/components/svg-icons.common.css +56 -0
  103. package/src/components/svg-icons.css +78 -77
  104. package/src/components/svg-icons.native.css +54 -0
  105. package/src/components/table.css +159 -178
  106. package/src/components/tabs.css +51 -67
  107. package/src/components/task-list.css +18 -18
  108. package/src/components/test.css +7 -0
  109. package/src/components/timeline.css +4 -3
  110. package/src/components/typography.common.css +137 -0
  111. package/src/components/typography.css +107 -176
  112. package/src/components/typography.native.css +128 -0
  113. package/src/components/warning-text.common.css +23 -0
  114. package/src/components/warning-text.css +13 -13
  115. package/src/components/warning-text.native.css +22 -0
  116. package/src/index.native.css +25 -0
  117. package/src/pages/index.js +1 -1
  118. package/src/utilities/gap.css +141 -0
  119. package/src/utilities/index.css +6 -585
  120. package/src/utilities/index.native.css +6 -0
  121. package/src/utilities/layout.css +231 -0
  122. package/src/utilities/layout.native.css +278 -0
  123. package/src/utilities/margin.css +4299 -0
  124. package/src/utilities/padding.css +4299 -0
  125. package/src/utilities/postcss.config.js +7 -6
  126. package/src/utilities/print.css +11 -0
  127. package/src/utilities/utilities.css +3 -1252
  128. package/tailwind.config.js +102 -104
  129. package/theming.js +121 -0
  130. package/defaultTheme/accordion.json +0 -8
  131. package/defaultTheme/back-to-top.json +0 -27
  132. package/defaultTheme/brandConfig.json +0 -135
  133. package/defaultTheme/breadcrumbs.json +0 -8
  134. package/defaultTheme/button.json +0 -81
  135. package/defaultTheme/card.json +0 -12
  136. package/defaultTheme/footer.json +0 -8
  137. package/defaultTheme/form.json +0 -15
  138. package/defaultTheme/globals.json +0 -71
  139. package/defaultTheme/index.js +0 -27
  140. package/defaultTheme/misc.json +0 -48
  141. package/defaultTheme/panel.json +0 -43
  142. package/defaultTheme/phase-banner.json +0 -8
  143. package/defaultTheme/radios.json +0 -8
  144. package/defaultTheme/summary-list.json +0 -8
  145. package/defaultTheme/typography.json +0 -295
  146. package/src/pages/admin-filtering-data.js +0 -160
  147. package/src/pages/admin.js +0 -61
  148. package/src/pages/dropdown.js +0 -249
  149. package/src/pages/form.js +0 -400
  150. package/src/pages/pagination.js +0 -124
  151. package/src/pages/table.js +0 -308
  152. package/themes.plugin.js +0 -148
@@ -1,1252 +1,3 @@
1
- @tailwind utilities;
2
- @layer utilities {
3
- .ds-m-0 {
4
- @apply m-0 !important;
5
- }
6
- .ds-m-1 {
7
- @apply m-1 !important;
8
- }
9
- .ds-m-2 {
10
- @apply m-2 !important;
11
- }
12
- .ds-m-3 {
13
- @apply m-3 !important;
14
- }
15
- .ds-m-4 {
16
- @apply m-4 !important;
17
- }
18
- .ds-m-5 {
19
- @apply m-5 !important;
20
- }
21
- .ds-m-6 {
22
- @apply m-6 !important;
23
- }
24
- .ds-m-7 {
25
- @apply m-7 !important;
26
- }
27
- .ds-m-8 {
28
- @apply m-8 !important;
29
- }
30
- .ds-m-9 {
31
- @apply m-9 !important;
32
- }
33
- .ds-m-10 {
34
- @apply m-10 !important;
35
- }
36
- .ds-m-11 {
37
- @apply m-11 !important;
38
- }
39
- .ds-m-12 {
40
- @apply m-12 !important;
41
- }
42
- .ds-m-14 {
43
- @apply m-14 !important;
44
- }
45
- .ds-m-16 {
46
- @apply m-16 !important;
47
- }
48
- .ds-m-20 {
49
- @apply m-20 !important;
50
- }
51
- .ds-m-24 {
52
- @apply m-24 !important;
53
- }
54
- .ds-m-28 {
55
- @apply m-28 !important;
56
- }
57
- .ds-m-32 {
58
- @apply m-32 !important;
59
- }
60
- .ds-m-36 {
61
- @apply m-36 !important;
62
- }
63
- .ds-m-40 {
64
- @apply m-40 !important;
65
- }
66
- .ds-m-44 {
67
- @apply m-44 !important;
68
- }
69
- .ds-m-48 {
70
- @apply m-48 !important;
71
- }
72
- .ds-m-52 {
73
- @apply m-52 !important;
74
- }
75
- .ds-m-56 {
76
- @apply m-56 !important;
77
- }
78
- .ds-m-60 {
79
- @apply m-60 !important;
80
- }
81
- .ds-m-64 {
82
- @apply m-64 !important;
83
- }
84
- .ds-m-72 {
85
- @apply m-72 !important;
86
- }
87
- .ds-m-80 {
88
- @apply m-80 !important;
89
- }
90
- .ds-m-96 {
91
- @apply m-96 !important;
92
- }
93
- .ds-m-px {
94
- @apply m-px !important;
95
- }
96
- .ds-m-0.5 {
97
- @apply m-0.5 !important;
98
- }
99
- .ds-m-1.5 {
100
- @apply m-1.5 !important;
101
- }
102
- .ds-m-2.5 {
103
- @apply m-2.5 !important;
104
- }
105
- .ds-m-3.5 {
106
- @apply m-3.5 !important;
107
- }
108
- .ds-mt-0 {
109
- @apply mt-0 !important;
110
- }
111
- .ds-mt-1 {
112
- @apply mt-1 !important;
113
- }
114
- .ds-mt-2 {
115
- @apply mt-2 !important;
116
- }
117
- .ds-mt-3 {
118
- @apply mt-3 !important;
119
- }
120
- .ds-mt-4 {
121
- @apply mt-4 !important;
122
- }
123
- .ds-mt-5 {
124
- @apply mt-5 !important;
125
- }
126
- .ds-mt-6 {
127
- @apply mt-6 !important;
128
- }
129
- .ds-mt-7 {
130
- @apply mt-7 !important;
131
- }
132
- .ds-mt-8 {
133
- @apply mt-8 !important;
134
- }
135
- .ds-mt-9 {
136
- @apply mt-9 !important;
137
- }
138
- .ds-mt-10 {
139
- @apply mt-10 !important;
140
- }
141
- .ds-mt-11 {
142
- @apply mt-11 !important;
143
- }
144
- .ds-mt-12 {
145
- @apply mt-12 !important;
146
- }
147
- .ds-mt-14 {
148
- @apply mt-14 !important;
149
- }
150
- .ds-mt-16 {
151
- @apply mt-16 !important;
152
- }
153
- .ds-mt-20 {
154
- @apply mt-20 !important;
155
- }
156
- .ds-mt-24 {
157
- @apply mt-24 !important;
158
- }
159
- .ds-mt-28 {
160
- @apply mt-28 !important;
161
- }
162
- .ds-mt-32 {
163
- @apply mt-32 !important;
164
- }
165
- .ds-mt-36 {
166
- @apply mt-36 !important;
167
- }
168
- .ds-mt-40 {
169
- @apply mt-40 !important;
170
- }
171
- .ds-mt-44 {
172
- @apply mt-44 !important;
173
- }
174
- .ds-mt-48 {
175
- @apply mt-48 !important;
176
- }
177
- .ds-mt-52 {
178
- @apply mt-52 !important;
179
- }
180
- .ds-mt-56 {
181
- @apply mt-56 !important;
182
- }
183
- .ds-mt-60 {
184
- @apply mt-60 !important;
185
- }
186
- .ds-mt-64 {
187
- @apply mt-64 !important;
188
- }
189
- .ds-mt-72 {
190
- @apply mt-72 !important;
191
- }
192
- .ds-mt-80 {
193
- @apply mt-80 !important;
194
- }
195
- .ds-mt-96 {
196
- @apply mt-96 !important;
197
- }
198
- .ds-mt-px {
199
- @apply mt-px !important;
200
- }
201
- .ds-mt-0.5 {
202
- @apply mt-0.5 !important;
203
- }
204
- .ds-mt-1.5 {
205
- @apply mt-1.5 !important;
206
- }
207
- .ds-mt-2.5 {
208
- @apply mt-2.5 !important;
209
- }
210
- .ds-mt-3.5 {
211
- @apply mt-3.5 !important;
212
- }
213
- .ds-mr-0 {
214
- @apply mr-0 !important;
215
- }
216
- .ds-mr-1 {
217
- @apply mr-1 !important;
218
- }
219
- .ds-mr-2 {
220
- @apply mr-2 !important;
221
- }
222
- .ds-mr-3 {
223
- @apply mr-3 !important;
224
- }
225
- .ds-mr-4 {
226
- @apply mr-4 !important;
227
- }
228
- .ds-mr-5 {
229
- @apply mr-5 !important;
230
- }
231
- .ds-mr-6 {
232
- @apply mr-6 !important;
233
- }
234
- .ds-mr-7 {
235
- @apply mr-7 !important;
236
- }
237
- .ds-mr-8 {
238
- @apply mr-8 !important;
239
- }
240
- .ds-mr-9 {
241
- @apply mr-9 !important;
242
- }
243
- .ds-mr-10 {
244
- @apply mr-10 !important;
245
- }
246
- .ds-mr-11 {
247
- @apply mr-11 !important;
248
- }
249
- .ds-mr-12 {
250
- @apply mr-12 !important;
251
- }
252
- .ds-mr-14 {
253
- @apply mr-14 !important;
254
- }
255
- .ds-mr-16 {
256
- @apply mr-16 !important;
257
- }
258
- .ds-mr-20 {
259
- @apply mr-20 !important;
260
- }
261
- .ds-mr-24 {
262
- @apply mr-24 !important;
263
- }
264
- .ds-mr-28 {
265
- @apply mr-28 !important;
266
- }
267
- .ds-mr-32 {
268
- @apply mr-32 !important;
269
- }
270
- .ds-mr-36 {
271
- @apply mr-36 !important;
272
- }
273
- .ds-mr-40 {
274
- @apply mr-40 !important;
275
- }
276
- .ds-mr-44 {
277
- @apply mr-44 !important;
278
- }
279
- .ds-mr-48 {
280
- @apply mr-48 !important;
281
- }
282
- .ds-mr-52 {
283
- @apply mr-52 !important;
284
- }
285
- .ds-mr-56 {
286
- @apply mr-56 !important;
287
- }
288
- .ds-mr-60 {
289
- @apply mr-60 !important;
290
- }
291
- .ds-mr-64 {
292
- @apply mr-64 !important;
293
- }
294
- .ds-mr-72 {
295
- @apply mr-72 !important;
296
- }
297
- .ds-mr-80 {
298
- @apply mr-80 !important;
299
- }
300
- .ds-mr-96 {
301
- @apply mr-96 !important;
302
- }
303
- .ds-mr-px {
304
- @apply mr-px !important;
305
- }
306
- .ds-mr-0.5 {
307
- @apply mr-0.5 !important;
308
- }
309
- .ds-mr-1.5 {
310
- @apply mr-1.5 !important;
311
- }
312
- .ds-mr-2.5 {
313
- @apply mr-2.5 !important;
314
- }
315
- .ds-mr-3.5 {
316
- @apply mr-3.5 !important;
317
- }
318
- .ds-ml-0 {
319
- @apply ml-0 !important;
320
- }
321
- .ds-ml-1 {
322
- @apply ml-1 !important;
323
- }
324
- .ds-ml-2 {
325
- @apply ml-2 !important;
326
- }
327
- .ds-ml-3 {
328
- @apply ml-3 !important;
329
- }
330
- .ds-ml-4 {
331
- @apply ml-4 !important;
332
- }
333
- .ds-ml-5 {
334
- @apply ml-5 !important;
335
- }
336
- .ds-ml-6 {
337
- @apply ml-6 !important;
338
- }
339
- .ds-ml-7 {
340
- @apply ml-7 !important;
341
- }
342
- .ds-ml-8 {
343
- @apply ml-8 !important;
344
- }
345
- .ds-ml-9 {
346
- @apply ml-9 !important;
347
- }
348
- .ds-ml-10 {
349
- @apply ml-10 !important;
350
- }
351
- .ds-ml-11 {
352
- @apply ml-11 !important;
353
- }
354
- .ds-ml-12 {
355
- @apply ml-12 !important;
356
- }
357
- .ds-ml-14 {
358
- @apply ml-14 !important;
359
- }
360
- .ds-ml-16 {
361
- @apply ml-16 !important;
362
- }
363
- .ds-ml-20 {
364
- @apply ml-20 !important;
365
- }
366
- .ds-ml-24 {
367
- @apply ml-24 !important;
368
- }
369
- .ds-ml-28 {
370
- @apply ml-28 !important;
371
- }
372
- .ds-ml-32 {
373
- @apply ml-32 !important;
374
- }
375
- .ds-ml-36 {
376
- @apply ml-36 !important;
377
- }
378
- .ds-ml-40 {
379
- @apply ml-40 !important;
380
- }
381
- .ds-ml-44 {
382
- @apply ml-44 !important;
383
- }
384
- .ds-ml-48 {
385
- @apply ml-48 !important;
386
- }
387
- .ds-ml-52 {
388
- @apply ml-52 !important;
389
- }
390
- .ds-ml-56 {
391
- @apply ml-56 !important;
392
- }
393
- .ds-ml-60 {
394
- @apply ml-60 !important;
395
- }
396
- .ds-ml-64 {
397
- @apply ml-64 !important;
398
- }
399
- .ds-ml-72 {
400
- @apply ml-72 !important;
401
- }
402
- .ds-ml-80 {
403
- @apply ml-80 !important;
404
- }
405
- .ds-ml-96 {
406
- @apply ml-96 !important;
407
- }
408
- .ds-ml-px {
409
- @apply ml-px !important;
410
- }
411
- .ds-ml-0.5 {
412
- @apply ml-0.5 !important;
413
- }
414
- .ds-ml-1.5 {
415
- @apply ml-1.5 !important;
416
- }
417
- .ds-ml-2.5 {
418
- @apply ml-2.5 !important;
419
- }
420
- .ds-ml-3.5 {
421
- @apply ml-3.5 !important;
422
- }
423
- .ds-mb-0 {
424
- @apply mb-0 !important;
425
- }
426
- .ds-mb-1 {
427
- @apply mb-1 !important;
428
- }
429
- .ds-mb-2 {
430
- @apply mb-2 !important;
431
- }
432
- .ds-mb-3 {
433
- @apply mb-3 !important;
434
- }
435
- .ds-mb-4 {
436
- @apply mb-4 !important;
437
- }
438
- .ds-mb-5 {
439
- @apply mb-5 !important;
440
- }
441
- .ds-mb-6 {
442
- @apply mb-6 !important;
443
- }
444
- .ds-mb-7 {
445
- @apply mb-7 !important;
446
- }
447
- .ds-mb-8 {
448
- @apply mb-8 !important;
449
- }
450
- .ds-mb-9 {
451
- @apply mb-9 !important;
452
- }
453
- .ds-mb-10 {
454
- @apply mb-10 !important;
455
- }
456
- .ds-mb-11 {
457
- @apply mb-11 !important;
458
- }
459
- .ds-mb-12 {
460
- @apply mb-12 !important;
461
- }
462
- .ds-mb-14 {
463
- @apply mb-14 !important;
464
- }
465
- .ds-mb-16 {
466
- @apply mb-16 !important;
467
- }
468
- .ds-mb-20 {
469
- @apply mb-20 !important;
470
- }
471
- .ds-mb-24 {
472
- @apply mb-24 !important;
473
- }
474
- .ds-mb-28 {
475
- @apply mb-28 !important;
476
- }
477
- .ds-mb-32 {
478
- @apply mb-32 !important;
479
- }
480
- .ds-mb-36 {
481
- @apply mb-36 !important;
482
- }
483
- .ds-mb-40 {
484
- @apply mb-40 !important;
485
- }
486
- .ds-mb-44 {
487
- @apply mb-44 !important;
488
- }
489
- .ds-mb-48 {
490
- @apply mb-48 !important;
491
- }
492
- .ds-mb-52 {
493
- @apply mb-52 !important;
494
- }
495
- .ds-mb-56 {
496
- @apply mb-56 !important;
497
- }
498
- .ds-mb-60 {
499
- @apply mb-60 !important;
500
- }
501
- .ds-mb-64 {
502
- @apply mb-64 !important;
503
- }
504
- .ds-mb-72 {
505
- @apply mb-72 !important;
506
- }
507
- .ds-mb-80 {
508
- @apply mb-80 !important;
509
- }
510
- .ds-mb-96 {
511
- @apply mb-96 !important;
512
- }
513
- .ds-mb-px {
514
- @apply mb-px !important;
515
- }
516
- .ds-mb-0.5 {
517
- @apply mb-0.5 !important;
518
- }
519
- .ds-mb-1.5 {
520
- @apply mb-1.5 !important;
521
- }
522
- .ds-mb-2.5 {
523
- @apply mb-2.5 !important;
524
- }
525
- .ds-mb-3.5 {
526
- @apply mb-3.5 !important;
527
- }
528
- .ds-p-0 {
529
- @apply p-0 !important;
530
- }
531
- .ds-p-1 {
532
- @apply p-1 !important;
533
- }
534
- .ds-p-2 {
535
- @apply p-2 !important;
536
- }
537
- .ds-p-3 {
538
- @apply p-3 !important;
539
- }
540
- .ds-p-4 {
541
- @apply p-4 !important;
542
- }
543
- .ds-p-5 {
544
- @apply p-5 !important;
545
- }
546
- .ds-p-6 {
547
- @apply p-6 !important;
548
- }
549
- .ds-p-7 {
550
- @apply p-7 !important;
551
- }
552
- .ds-p-8 {
553
- @apply p-8 !important;
554
- }
555
- .ds-p-9 {
556
- @apply p-9 !important;
557
- }
558
- .ds-p-10 {
559
- @apply p-10 !important;
560
- }
561
- .ds-p-11 {
562
- @apply p-11 !important;
563
- }
564
- .ds-p-12 {
565
- @apply p-12 !important;
566
- }
567
- .ds-p-14 {
568
- @apply p-14 !important;
569
- }
570
- .ds-p-16 {
571
- @apply p-16 !important;
572
- }
573
- .ds-p-20 {
574
- @apply p-20 !important;
575
- }
576
- .ds-p-24 {
577
- @apply p-24 !important;
578
- }
579
- .ds-p-28 {
580
- @apply p-28 !important;
581
- }
582
- .ds-p-32 {
583
- @apply p-32 !important;
584
- }
585
- .ds-p-36 {
586
- @apply p-36 !important;
587
- }
588
- .ds-p-40 {
589
- @apply p-40 !important;
590
- }
591
- .ds-p-44 {
592
- @apply p-44 !important;
593
- }
594
- .ds-p-48 {
595
- @apply p-48 !important;
596
- }
597
- .ds-p-52 {
598
- @apply p-52 !important;
599
- }
600
- .ds-p-56 {
601
- @apply p-56 !important;
602
- }
603
- .ds-p-60 {
604
- @apply p-60 !important;
605
- }
606
- .ds-p-64 {
607
- @apply p-64 !important;
608
- }
609
- .ds-p-72 {
610
- @apply p-72 !important;
611
- }
612
- .ds-p-80 {
613
- @apply p-80 !important;
614
- }
615
- .ds-p-96 {
616
- @apply p-96 !important;
617
- }
618
- .ds-p-px {
619
- @apply p-px !important;
620
- }
621
- .ds-p-0.5 {
622
- @apply p-0.5 !important;
623
- }
624
- .ds-p-1.5 {
625
- @apply p-1.5 !important;
626
- }
627
- .ds-p-2.5 {
628
- @apply p-2.5 !important;
629
- }
630
- .ds-p-3.5 {
631
- @apply p-3.5 !important;
632
- }
633
- .ds-pt-0 {
634
- @apply pt-0 !important;
635
- }
636
- .ds-pt-1 {
637
- @apply pt-1 !important;
638
- }
639
- .ds-pt-2 {
640
- @apply pt-2 !important;
641
- }
642
- .ds-pt-3 {
643
- @apply pt-3 !important;
644
- }
645
- .ds-pt-4 {
646
- @apply pt-4 !important;
647
- }
648
- .ds-pt-5 {
649
- @apply pt-5 !important;
650
- }
651
- .ds-pt-6 {
652
- @apply pt-6 !important;
653
- }
654
- .ds-pt-7 {
655
- @apply pt-7 !important;
656
- }
657
- .ds-pt-8 {
658
- @apply pt-8 !important;
659
- }
660
- .ds-pt-9 {
661
- @apply pt-9 !important;
662
- }
663
- .ds-pt-10 {
664
- @apply pt-10 !important;
665
- }
666
- .ds-pt-11 {
667
- @apply pt-11 !important;
668
- }
669
- .ds-pt-12 {
670
- @apply pt-12 !important;
671
- }
672
- .ds-pt-14 {
673
- @apply pt-14 !important;
674
- }
675
- .ds-pt-16 {
676
- @apply pt-16 !important;
677
- }
678
- .ds-pt-20 {
679
- @apply pt-20 !important;
680
- }
681
- .ds-pt-24 {
682
- @apply pt-24 !important;
683
- }
684
- .ds-pt-28 {
685
- @apply pt-28 !important;
686
- }
687
- .ds-pt-32 {
688
- @apply pt-32 !important;
689
- }
690
- .ds-pt-36 {
691
- @apply pt-36 !important;
692
- }
693
- .ds-pt-40 {
694
- @apply pt-40 !important;
695
- }
696
- .ds-pt-44 {
697
- @apply pt-44 !important;
698
- }
699
- .ds-pt-48 {
700
- @apply pt-48 !important;
701
- }
702
- .ds-pt-52 {
703
- @apply pt-52 !important;
704
- }
705
- .ds-pt-56 {
706
- @apply pt-56 !important;
707
- }
708
- .ds-pt-60 {
709
- @apply pt-60 !important;
710
- }
711
- .ds-pt-64 {
712
- @apply pt-64 !important;
713
- }
714
- .ds-pt-72 {
715
- @apply pt-72 !important;
716
- }
717
- .ds-pt-80 {
718
- @apply pt-80 !important;
719
- }
720
- .ds-pt-96 {
721
- @apply pt-96 !important;
722
- }
723
- .ds-pt-px {
724
- @apply pt-px !important;
725
- }
726
- .ds-pt-0.5 {
727
- @apply pt-0.5 !important;
728
- }
729
- .ds-pt-1.5 {
730
- @apply pt-1.5 !important;
731
- }
732
- .ds-pt-2.5 {
733
- @apply pt-2.5 !important;
734
- }
735
- .ds-pt-3.5 {
736
- @apply pt-3.5 !important;
737
- }
738
- .ds-pr-0 {
739
- @apply pr-0 !important;
740
- }
741
- .ds-pr-1 {
742
- @apply pr-1 !important;
743
- }
744
- .ds-pr-2 {
745
- @apply pr-2 !important;
746
- }
747
- .ds-pr-3 {
748
- @apply pr-3 !important;
749
- }
750
- .ds-pr-4 {
751
- @apply pr-4 !important;
752
- }
753
- .ds-pr-5 {
754
- @apply pr-5 !important;
755
- }
756
- .ds-pr-6 {
757
- @apply pr-6 !important;
758
- }
759
- .ds-pr-7 {
760
- @apply pr-7 !important;
761
- }
762
- .ds-pr-8 {
763
- @apply pr-8 !important;
764
- }
765
- .ds-pr-9 {
766
- @apply pr-9 !important;
767
- }
768
- .ds-pr-10 {
769
- @apply pr-10 !important;
770
- }
771
- .ds-pr-11 {
772
- @apply pr-11 !important;
773
- }
774
- .ds-pr-12 {
775
- @apply pr-12 !important;
776
- }
777
- .ds-pr-14 {
778
- @apply pr-14 !important;
779
- }
780
- .ds-pr-16 {
781
- @apply pr-16 !important;
782
- }
783
- .ds-pr-20 {
784
- @apply pr-20 !important;
785
- }
786
- .ds-pr-24 {
787
- @apply pr-24 !important;
788
- }
789
- .ds-pr-28 {
790
- @apply pr-28 !important;
791
- }
792
- .ds-pr-32 {
793
- @apply pr-32 !important;
794
- }
795
- .ds-pr-36 {
796
- @apply pr-36 !important;
797
- }
798
- .ds-pr-40 {
799
- @apply pr-40 !important;
800
- }
801
- .ds-pr-44 {
802
- @apply pr-44 !important;
803
- }
804
- .ds-pr-48 {
805
- @apply pr-48 !important;
806
- }
807
- .ds-pr-52 {
808
- @apply pr-52 !important;
809
- }
810
- .ds-pr-56 {
811
- @apply pr-56 !important;
812
- }
813
- .ds-pr-60 {
814
- @apply pr-60 !important;
815
- }
816
- .ds-pr-64 {
817
- @apply pr-64 !important;
818
- }
819
- .ds-pr-72 {
820
- @apply pr-72 !important;
821
- }
822
- .ds-pr-80 {
823
- @apply pr-80 !important;
824
- }
825
- .ds-pr-96 {
826
- @apply pr-96 !important;
827
- }
828
- .ds-pr-px {
829
- @apply pr-px !important;
830
- }
831
- .ds-pr-0.5 {
832
- @apply pr-0.5 !important;
833
- }
834
- .ds-pr-1.5 {
835
- @apply pr-1.5 !important;
836
- }
837
- .ds-pr-2.5 {
838
- @apply pr-2.5 !important;
839
- }
840
- .ds-pr-3.5 {
841
- @apply pr-3.5 !important;
842
- }
843
- .ds-pl-0 {
844
- @apply pl-0 !important;
845
- }
846
- .ds-pl-1 {
847
- @apply pl-1 !important;
848
- }
849
- .ds-pl-2 {
850
- @apply pl-2 !important;
851
- }
852
- .ds-pl-3 {
853
- @apply pl-3 !important;
854
- }
855
- .ds-pl-4 {
856
- @apply pl-4 !important;
857
- }
858
- .ds-pl-5 {
859
- @apply pl-5 !important;
860
- }
861
- .ds-pl-6 {
862
- @apply pl-6 !important;
863
- }
864
- .ds-pl-7 {
865
- @apply pl-7 !important;
866
- }
867
- .ds-pl-8 {
868
- @apply pl-8 !important;
869
- }
870
- .ds-pl-9 {
871
- @apply pl-9 !important;
872
- }
873
- .ds-pl-10 {
874
- @apply pl-10 !important;
875
- }
876
- .ds-pl-11 {
877
- @apply pl-11 !important;
878
- }
879
- .ds-pl-12 {
880
- @apply pl-12 !important;
881
- }
882
- .ds-pl-14 {
883
- @apply pl-14 !important;
884
- }
885
- .ds-pl-16 {
886
- @apply pl-16 !important;
887
- }
888
- .ds-pl-20 {
889
- @apply pl-20 !important;
890
- }
891
- .ds-pl-24 {
892
- @apply pl-24 !important;
893
- }
894
- .ds-pl-28 {
895
- @apply pl-28 !important;
896
- }
897
- .ds-pl-32 {
898
- @apply pl-32 !important;
899
- }
900
- .ds-pl-36 {
901
- @apply pl-36 !important;
902
- }
903
- .ds-pl-40 {
904
- @apply pl-40 !important;
905
- }
906
- .ds-pl-44 {
907
- @apply pl-44 !important;
908
- }
909
- .ds-pl-48 {
910
- @apply pl-48 !important;
911
- }
912
- .ds-pl-52 {
913
- @apply pl-52 !important;
914
- }
915
- .ds-pl-56 {
916
- @apply pl-56 !important;
917
- }
918
- .ds-pl-60 {
919
- @apply pl-60 !important;
920
- }
921
- .ds-pl-64 {
922
- @apply pl-64 !important;
923
- }
924
- .ds-pl-72 {
925
- @apply pl-72 !important;
926
- }
927
- .ds-pl-80 {
928
- @apply pl-80 !important;
929
- }
930
- .ds-pl-96 {
931
- @apply pl-96 !important;
932
- }
933
- .ds-pl-px {
934
- @apply pl-px !important;
935
- }
936
- .ds-pl-0.5 {
937
- @apply pl-0.5 !important;
938
- }
939
- .ds-pl-1.5 {
940
- @apply pl-1.5 !important;
941
- }
942
- .ds-pl-2.5 {
943
- @apply pl-2.5 !important;
944
- }
945
- .ds-pl-3.5 {
946
- @apply pl-3.5 !important;
947
- }
948
- .ds-pb-0 {
949
- @apply pb-0 !important;
950
- }
951
- .ds-pb-1 {
952
- @apply pb-1 !important;
953
- }
954
- .ds-pb-2 {
955
- @apply pb-2 !important;
956
- }
957
- .ds-pb-3 {
958
- @apply pb-3 !important;
959
- }
960
- .ds-pb-4 {
961
- @apply pb-4 !important;
962
- }
963
- .ds-pb-5 {
964
- @apply pb-5 !important;
965
- }
966
- .ds-pb-6 {
967
- @apply pb-6 !important;
968
- }
969
- .ds-pb-7 {
970
- @apply pb-7 !important;
971
- }
972
- .ds-pb-8 {
973
- @apply pb-8 !important;
974
- }
975
- .ds-pb-9 {
976
- @apply pb-9 !important;
977
- }
978
- .ds-pb-10 {
979
- @apply pb-10 !important;
980
- }
981
- .ds-pb-11 {
982
- @apply pb-11 !important;
983
- }
984
- .ds-pb-12 {
985
- @apply pb-12 !important;
986
- }
987
- .ds-pb-14 {
988
- @apply pb-14 !important;
989
- }
990
- .ds-pb-16 {
991
- @apply pb-16 !important;
992
- }
993
- .ds-pb-20 {
994
- @apply pb-20 !important;
995
- }
996
- .ds-pb-24 {
997
- @apply pb-24 !important;
998
- }
999
- .ds-pb-28 {
1000
- @apply pb-28 !important;
1001
- }
1002
- .ds-pb-32 {
1003
- @apply pb-32 !important;
1004
- }
1005
- .ds-pb-36 {
1006
- @apply pb-36 !important;
1007
- }
1008
- .ds-pb-40 {
1009
- @apply pb-40 !important;
1010
- }
1011
- .ds-pb-44 {
1012
- @apply pb-44 !important;
1013
- }
1014
- .ds-pb-48 {
1015
- @apply pb-48 !important;
1016
- }
1017
- .ds-pb-52 {
1018
- @apply pb-52 !important;
1019
- }
1020
- .ds-pb-56 {
1021
- @apply pb-56 !important;
1022
- }
1023
- .ds-pb-60 {
1024
- @apply pb-60 !important;
1025
- }
1026
- .ds-pb-64 {
1027
- @apply pb-64 !important;
1028
- }
1029
- .ds-pb-72 {
1030
- @apply pb-72 !important;
1031
- }
1032
- .ds-pb-80 {
1033
- @apply pb-80 !important;
1034
- }
1035
- .ds-pb-96 {
1036
- @apply pb-96 !important;
1037
- }
1038
- .ds-pb-px {
1039
- @apply pb-px !important;
1040
- }
1041
- .ds-pb-0.5 {
1042
- @apply pb-0.5 !important;
1043
- }
1044
- .ds-pb-1.5 {
1045
- @apply pb-1.5 !important;
1046
- }
1047
- .ds-pb-2.5 {
1048
- @apply pb-2.5 !important;
1049
- }
1050
- .ds-pb-3.5 {
1051
- @apply pb-3.5 !important;
1052
- }
1053
- .ds-grid-inline {
1054
- @apply inline-grid;
1055
- }
1056
- .ds-grid {
1057
- @apply grid grid-cols-12;
1058
- }
1059
- .ds-grid__col-auto {
1060
- @apply col-auto;
1061
- }
1062
- .ds-grid__col-span-1 {
1063
- @apply col-span-1;
1064
- }
1065
- .ds-grid__col-span-2 {
1066
- @apply col-span-2;
1067
- }
1068
- .ds-grid__col-span-3 {
1069
- @apply col-span-3;
1070
- }
1071
- .ds-grid__col-span-4 {
1072
- @apply col-span-4;
1073
- }
1074
- .ds-grid__col-span-5 {
1075
- @apply col-span-5;
1076
- }
1077
- .ds-grid__col-span-6 {
1078
- @apply col-span-6;
1079
- }
1080
- .ds-grid__col-span-7 {
1081
- @apply col-span-7;
1082
- }
1083
- .ds-grid__col-span-8 {
1084
- @apply col-span-8;
1085
- }
1086
- .ds-grid__col-span-9 {
1087
- @apply col-span-9;
1088
- }
1089
- .ds-grid__col-span-10 {
1090
- @apply col-span-10;
1091
- }
1092
- .ds-grid__col-span-11 {
1093
- @apply col-span-11;
1094
- }
1095
- .ds-grid__col-span-12 {
1096
- @apply col-span-12;
1097
- }
1098
- .ds-print-hidden {
1099
- @apply print:hidden !important;
1100
- }
1101
- .ds-print-visible-block {
1102
- @apply print:block !important;
1103
- }
1104
- .ds-print-visible-inline {
1105
- @apply print:inline !important;
1106
- }
1107
- .ds-gap-1 {
1108
- @apply gap-1;
1109
- }
1110
- .ds-gap-2 {
1111
- @apply gap-2;
1112
- }
1113
- .ds-gap-4 {
1114
- @apply gap-4;
1115
- }
1116
- .ds-gap-5 {
1117
- @apply gap-5;
1118
- }
1119
- .ds-gap-6 {
1120
- @apply gap-6;
1121
- }
1122
- .ds-gap-8 {
1123
- @apply gap-8;
1124
- }
1125
- .ds-gap-10 {
1126
- @apply gap-10;
1127
- }
1128
- .ds-gap-12 {
1129
- @apply gap-12;
1130
- }
1131
- .ds-gap-xs-1 {
1132
- @apply gap-1;
1133
- }
1134
- .ds-gap-xs-2 {
1135
- @apply gap-2;
1136
- }
1137
- .ds-gap-xs-4 {
1138
- @apply gap-4;
1139
- }
1140
- .ds-gap-xs-5 {
1141
- @apply gap-5;
1142
- }
1143
- .ds-gap-xs-6 {
1144
- @apply gap-6;
1145
- }
1146
- .ds-gap-xs-8 {
1147
- @apply gap-8;
1148
- }
1149
- .ds-gap-xs-10 {
1150
- @apply gap-10;
1151
- }
1152
- .ds-gap-xs-12 {
1153
- @apply gap-12;
1154
- }
1155
- .ds-gap-sm-1 {
1156
- @apply sm:gap-1;
1157
- }
1158
- .ds-gap-sm-2 {
1159
- @apply sm:gap-2;
1160
- }
1161
- .ds-gap-sm-4 {
1162
- @apply sm:gap-4;
1163
- }
1164
- .ds-gap-sm-5 {
1165
- @apply sm:gap-5;
1166
- }
1167
- .ds-gap-sm-6 {
1168
- @apply sm:gap-6;
1169
- }
1170
- .ds-gap-sm-8 {
1171
- @apply sm:gap-8;
1172
- }
1173
- .ds-gap-sm-10 {
1174
- @apply sm:gap-10;
1175
- }
1176
- .ds-gap-sm-12 {
1177
- @apply sm:gap-12;
1178
- }
1179
- .ds-gap-md-1 {
1180
- @apply md:gap-1;
1181
- }
1182
- .ds-gap-md-2 {
1183
- @apply md:gap-2;
1184
- }
1185
- .ds-gap-md-4 {
1186
- @apply md:gap-4;
1187
- }
1188
- .ds-gap-md-5 {
1189
- @apply md:gap-5;
1190
- }
1191
- .ds-gap-md-6 {
1192
- @apply md:gap-6;
1193
- }
1194
- .ds-gap-md-8 {
1195
- @apply md:gap-8;
1196
- }
1197
- .ds-gap-md-10 {
1198
- @apply md:gap-10;
1199
- }
1200
- .ds-gap-md-12 {
1201
- @apply md:gap-12;
1202
- }
1203
- .ds-gap-lg-1 {
1204
- @apply lg:gap-1;
1205
- }
1206
- .ds-gap-lg-2 {
1207
- @apply lg:gap-2;
1208
- }
1209
- .ds-gap-lg-4 {
1210
- @apply lg:gap-4;
1211
- }
1212
- .ds-gap-lg-5 {
1213
- @apply lg:gap-5;
1214
- }
1215
- .ds-gap-lg-6 {
1216
- @apply lg:gap-6;
1217
- }
1218
- .ds-gap-lg-8 {
1219
- @apply lg:gap-8;
1220
- }
1221
- .ds-gap-lg-10 {
1222
- @apply lg:gap-10;
1223
- }
1224
- .ds-gap-lg-12 {
1225
- @apply lg:gap-12;
1226
- }
1227
- .ds-gap-xl-1 {
1228
- @apply xl:gap-1;
1229
- }
1230
- .ds-gap-xl-2 {
1231
- @apply xl:gap-2;
1232
- }
1233
- .ds-gap-xl-4 {
1234
- @apply xl:gap-4;
1235
- }
1236
- .ds-gap-xl-5 {
1237
- @apply xl:gap-5;
1238
- }
1239
- .ds-gap-xl-6 {
1240
- @apply xl:gap-6;
1241
- }
1242
- .ds-gap-xl-8 {
1243
- @apply xl:gap-8;
1244
- }
1245
- .ds-gap-xl-10 {
1246
- @apply xl:gap-10;
1247
- }
1248
- .ds-gap-xl-12 {
1249
- @apply xl:gap-12;
1250
- }
1251
- };
1252
-
1
+ @import './gap.css';
2
+ @import './margin.css';
3
+ @import './padding.css';