@fileverse/ui 4.1.7-patch-36 → 4.1.7-patch-38

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 (2) hide show
  1. package/dist/index.css +34 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2693,6 +2693,34 @@ textarea:is(:-webkit-autofill, :autofill) {
2693
2693
  margin-left: 0;
2694
2694
  }
2695
2695
 
2696
+
2697
+
2698
+
2699
+
2700
+ .space-lg {
2701
+ padding: 20px !important;
2702
+ }
2703
+ .space-y-lg {
2704
+ padding-top: 20px !important;
2705
+ padding-bottom: 20px !important;
2706
+ }
2707
+ .space-x-lg {
2708
+ padding-left: 20px !important;
2709
+ padding-right: 20px !important;
2710
+ }
2711
+ .top-space-lg {
2712
+ padding-top: 20px !important;
2713
+ }
2714
+ .bottom-space-lg {
2715
+ padding-bottom: 20px !important;
2716
+ }
2717
+ .left-space-lg {
2718
+ padding-left: 20px !important;
2719
+ }
2720
+ .right-space-lg {
2721
+ padding-right: 20px !important;
2722
+ }
2723
+
2696
2724
  .space-sm {
2697
2725
  padding: 12px !important;
2698
2726
  }
@@ -2773,6 +2801,12 @@ textarea:is(:-webkit-autofill, :autofill) {
2773
2801
  .gap-2xsm {
2774
2802
  gap: 4px !important;
2775
2803
  }
2804
+ .gap-3xsm {
2805
+ gap: 2px !important;
2806
+ }
2807
+ .gap-md {
2808
+ gap: 16px !important;
2809
+ }
2776
2810
 
2777
2811
  .border-radius-sm {
2778
2812
  border-radius: 4px !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-36",
3
+ "version": "4.1.7-patch-38",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],