doom-design-system 0.1.9 → 0.1.10

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.
@@ -257,6 +257,27 @@ body .py-0 {
257
257
  padding-top: 0;
258
258
  padding-bottom: 0;
259
259
  }
260
+ body {
261
+ /* Positioning */
262
+ }
263
+ body .top-0 {
264
+ top: 0;
265
+ }
266
+ body .bottom-0 {
267
+ bottom: 0;
268
+ }
269
+ body .left-0 {
270
+ left: 0;
271
+ }
272
+ body .right-0 {
273
+ right: 0;
274
+ }
275
+ body .inset-0 {
276
+ top: 0;
277
+ right: 0;
278
+ bottom: 0;
279
+ left: 0;
280
+ }
260
281
  body .m-1 {
261
282
  margin: 0.25rem;
262
283
  }
@@ -303,6 +324,27 @@ body .py-1 {
303
324
  padding-top: 0.25rem;
304
325
  padding-bottom: 0.25rem;
305
326
  }
327
+ body {
328
+ /* Positioning */
329
+ }
330
+ body .top-1 {
331
+ top: 0.25rem;
332
+ }
333
+ body .bottom-1 {
334
+ bottom: 0.25rem;
335
+ }
336
+ body .left-1 {
337
+ left: 0.25rem;
338
+ }
339
+ body .right-1 {
340
+ right: 0.25rem;
341
+ }
342
+ body .inset-1 {
343
+ top: 0.25rem;
344
+ right: 0.25rem;
345
+ bottom: 0.25rem;
346
+ left: 0.25rem;
347
+ }
306
348
  body .m-2 {
307
349
  margin: 0.5rem;
308
350
  }
@@ -349,6 +391,27 @@ body .py-2 {
349
391
  padding-top: 0.5rem;
350
392
  padding-bottom: 0.5rem;
351
393
  }
394
+ body {
395
+ /* Positioning */
396
+ }
397
+ body .top-2 {
398
+ top: 0.5rem;
399
+ }
400
+ body .bottom-2 {
401
+ bottom: 0.5rem;
402
+ }
403
+ body .left-2 {
404
+ left: 0.5rem;
405
+ }
406
+ body .right-2 {
407
+ right: 0.5rem;
408
+ }
409
+ body .inset-2 {
410
+ top: 0.5rem;
411
+ right: 0.5rem;
412
+ bottom: 0.5rem;
413
+ left: 0.5rem;
414
+ }
352
415
  body .m-3 {
353
416
  margin: 0.75rem;
354
417
  }
@@ -395,6 +458,27 @@ body .py-3 {
395
458
  padding-top: 0.75rem;
396
459
  padding-bottom: 0.75rem;
397
460
  }
461
+ body {
462
+ /* Positioning */
463
+ }
464
+ body .top-3 {
465
+ top: 0.75rem;
466
+ }
467
+ body .bottom-3 {
468
+ bottom: 0.75rem;
469
+ }
470
+ body .left-3 {
471
+ left: 0.75rem;
472
+ }
473
+ body .right-3 {
474
+ right: 0.75rem;
475
+ }
476
+ body .inset-3 {
477
+ top: 0.75rem;
478
+ right: 0.75rem;
479
+ bottom: 0.75rem;
480
+ left: 0.75rem;
481
+ }
398
482
  body .m-4 {
399
483
  margin: 1rem;
400
484
  }
@@ -441,6 +525,27 @@ body .py-4 {
441
525
  padding-top: 1rem;
442
526
  padding-bottom: 1rem;
443
527
  }
528
+ body {
529
+ /* Positioning */
530
+ }
531
+ body .top-4 {
532
+ top: 1rem;
533
+ }
534
+ body .bottom-4 {
535
+ bottom: 1rem;
536
+ }
537
+ body .left-4 {
538
+ left: 1rem;
539
+ }
540
+ body .right-4 {
541
+ right: 1rem;
542
+ }
543
+ body .inset-4 {
544
+ top: 1rem;
545
+ right: 1rem;
546
+ bottom: 1rem;
547
+ left: 1rem;
548
+ }
444
549
  body .m-5 {
445
550
  margin: 1.25rem;
446
551
  }
@@ -487,6 +592,27 @@ body .py-5 {
487
592
  padding-top: 1.25rem;
488
593
  padding-bottom: 1.25rem;
489
594
  }
595
+ body {
596
+ /* Positioning */
597
+ }
598
+ body .top-5 {
599
+ top: 1.25rem;
600
+ }
601
+ body .bottom-5 {
602
+ bottom: 1.25rem;
603
+ }
604
+ body .left-5 {
605
+ left: 1.25rem;
606
+ }
607
+ body .right-5 {
608
+ right: 1.25rem;
609
+ }
610
+ body .inset-5 {
611
+ top: 1.25rem;
612
+ right: 1.25rem;
613
+ bottom: 1.25rem;
614
+ left: 1.25rem;
615
+ }
490
616
  body .m-6 {
491
617
  margin: 1.5rem;
492
618
  }
@@ -533,6 +659,27 @@ body .py-6 {
533
659
  padding-top: 1.5rem;
534
660
  padding-bottom: 1.5rem;
535
661
  }
662
+ body {
663
+ /* Positioning */
664
+ }
665
+ body .top-6 {
666
+ top: 1.5rem;
667
+ }
668
+ body .bottom-6 {
669
+ bottom: 1.5rem;
670
+ }
671
+ body .left-6 {
672
+ left: 1.5rem;
673
+ }
674
+ body .right-6 {
675
+ right: 1.5rem;
676
+ }
677
+ body .inset-6 {
678
+ top: 1.5rem;
679
+ right: 1.5rem;
680
+ bottom: 1.5rem;
681
+ left: 1.5rem;
682
+ }
536
683
  body .m-7 {
537
684
  margin: 1.75rem;
538
685
  }
@@ -579,6 +726,27 @@ body .py-7 {
579
726
  padding-top: 1.75rem;
580
727
  padding-bottom: 1.75rem;
581
728
  }
729
+ body {
730
+ /* Positioning */
731
+ }
732
+ body .top-7 {
733
+ top: 1.75rem;
734
+ }
735
+ body .bottom-7 {
736
+ bottom: 1.75rem;
737
+ }
738
+ body .left-7 {
739
+ left: 1.75rem;
740
+ }
741
+ body .right-7 {
742
+ right: 1.75rem;
743
+ }
744
+ body .inset-7 {
745
+ top: 1.75rem;
746
+ right: 1.75rem;
747
+ bottom: 1.75rem;
748
+ left: 1.75rem;
749
+ }
582
750
  body .m-8 {
583
751
  margin: 2rem;
584
752
  }
@@ -625,6 +793,27 @@ body .py-8 {
625
793
  padding-top: 2rem;
626
794
  padding-bottom: 2rem;
627
795
  }
796
+ body {
797
+ /* Positioning */
798
+ }
799
+ body .top-8 {
800
+ top: 2rem;
801
+ }
802
+ body .bottom-8 {
803
+ bottom: 2rem;
804
+ }
805
+ body .left-8 {
806
+ left: 2rem;
807
+ }
808
+ body .right-8 {
809
+ right: 2rem;
810
+ }
811
+ body .inset-8 {
812
+ top: 2rem;
813
+ right: 2rem;
814
+ bottom: 2rem;
815
+ left: 2rem;
816
+ }
628
817
  body .m-9 {
629
818
  margin: 2.25rem;
630
819
  }
@@ -671,6 +860,27 @@ body .py-9 {
671
860
  padding-top: 2.25rem;
672
861
  padding-bottom: 2.25rem;
673
862
  }
863
+ body {
864
+ /* Positioning */
865
+ }
866
+ body .top-9 {
867
+ top: 2.25rem;
868
+ }
869
+ body .bottom-9 {
870
+ bottom: 2.25rem;
871
+ }
872
+ body .left-9 {
873
+ left: 2.25rem;
874
+ }
875
+ body .right-9 {
876
+ right: 2.25rem;
877
+ }
878
+ body .inset-9 {
879
+ top: 2.25rem;
880
+ right: 2.25rem;
881
+ bottom: 2.25rem;
882
+ left: 2.25rem;
883
+ }
674
884
  body .m-10 {
675
885
  margin: 2.5rem;
676
886
  }
@@ -717,6 +927,27 @@ body .py-10 {
717
927
  padding-top: 2.5rem;
718
928
  padding-bottom: 2.5rem;
719
929
  }
930
+ body {
931
+ /* Positioning */
932
+ }
933
+ body .top-10 {
934
+ top: 2.5rem;
935
+ }
936
+ body .bottom-10 {
937
+ bottom: 2.5rem;
938
+ }
939
+ body .left-10 {
940
+ left: 2.5rem;
941
+ }
942
+ body .right-10 {
943
+ right: 2.5rem;
944
+ }
945
+ body .inset-10 {
946
+ top: 2.5rem;
947
+ right: 2.5rem;
948
+ bottom: 2.5rem;
949
+ left: 2.5rem;
950
+ }
720
951
  body {
721
952
  /* Opacity */
722
953
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doom-design-system",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Neubrutalist and comic book inspired design system",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",