@fileverse/ui 4.1.7-patch-43 → 4.1.7-patch-44

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 +29 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2712,6 +2712,9 @@ textarea:is(:-webkit-autofill, :autofill) {
2712
2712
  .right-space-lg {
2713
2713
  padding-right: 20px !important;
2714
2714
  }
2715
+ .bottom-space-xlg {
2716
+ padding-bottom: 24px !important;
2717
+ }
2715
2718
 
2716
2719
  .space-sm {
2717
2720
  padding: 12px !important;
@@ -2749,6 +2752,14 @@ textarea:is(:-webkit-autofill, :autofill) {
2749
2752
  padding-left: 8px !important;
2750
2753
  padding-right: 8px !important;
2751
2754
  }
2755
+ .space-x-3xlg {
2756
+ padding-left: 40px !important;
2757
+ padding-right: 40px !important;
2758
+ }
2759
+ .space-y-3xlg {
2760
+ padding-left: 40px !important;
2761
+ padding-right: 40px !important;
2762
+ }
2752
2763
  .top-space-xsm {
2753
2764
  padding-top: 8px !important;
2754
2765
  }
@@ -2761,6 +2772,15 @@ textarea:is(:-webkit-autofill, :autofill) {
2761
2772
  .right-space-xsm {
2762
2773
  padding-right: 8px !important;
2763
2774
  }
2775
+ .right-space-2xsm {
2776
+ padding-right: 4px !important;
2777
+ }
2778
+ .bottom-space-2xsm {
2779
+ padding-bottom: 4px !important
2780
+ }
2781
+ .bottom-space-2xlg {
2782
+ padding-bottom: 32px !important
2783
+ }
2764
2784
 
2765
2785
  .space-md {
2766
2786
  padding: 16px !important;
@@ -2785,6 +2805,9 @@ textarea:is(:-webkit-autofill, :autofill) {
2785
2805
  .right-space-md {
2786
2806
  padding-right: 16px !important;
2787
2807
  }
2808
+ .top-space-xlg {
2809
+ padding-top: 32px !important;
2810
+ }
2788
2811
 
2789
2812
 
2790
2813
  .gap-xsm {
@@ -2799,6 +2822,9 @@ textarea:is(:-webkit-autofill, :autofill) {
2799
2822
  .gap-md {
2800
2823
  gap: 16px !important;
2801
2824
  }
2825
+ .gap-sm {
2826
+ gap: 12px !important;
2827
+ }
2802
2828
 
2803
2829
  .border-radius-sm {
2804
2830
  border-radius: 4px !important;
@@ -2806,6 +2832,9 @@ textarea:is(:-webkit-autofill, :autofill) {
2806
2832
  .border-width-md {
2807
2833
  border-width: 1px !important;
2808
2834
  }
2835
+ .border-radius-lg {
2836
+ border-radius: 12px !important;
2837
+ }
2809
2838
  .file\:text-body-sm::file-selector-button {
2810
2839
  font-family: system-ui;
2811
2840
  font-size: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-43",
3
+ "version": "4.1.7-patch-44",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],