@fileverse/ui 4.1.7-patch-35 → 4.1.7-patch-37

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 +28 -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-35",
3
+ "version": "4.1.7-patch-37",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],