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

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.
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,31 @@ 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
+ }
2838
+ .top-left-border-radius-xlg {
2839
+ border-top-left-radius: 16px !important;
2840
+ }
2841
+ .top-right-border-radius-xlg {
2842
+ border-top-right-radius: 16px !important;
2843
+ }
2844
+ .bottom-left-border-radius-xlg {
2845
+ border-bottom-left-radius: 16px !important;
2846
+ }
2847
+ .bottom-right-border-radius-xlg {
2848
+ border-bottom-right-radius: 16px !important;
2849
+ }
2850
+ .border-radius-xlg {
2851
+ border-radius: 16px !important;
2852
+ }
2853
+ .border-radius-md {
2854
+ border-radius: 8px !important;
2855
+ }
2856
+ .space-x-xlg {
2857
+ padding-left: 24px !important;
2858
+ padding-right: 24px !important;
2859
+ }
2809
2860
  .file\:text-body-sm::file-selector-button {
2810
2861
  font-family: system-ui;
2811
2862
  font-size: 14px;
@@ -3663,5 +3714,4 @@ textarea:is(:-webkit-autofill, :autofill) {
3663
3714
  }
3664
3715
  .\[\&_tr\]\:border-b tr {
3665
3716
  border-bottom-width: 1px;
3666
- }
3667
-
3717
+ }
package/dist/index.es.js CHANGED
@@ -43663,7 +43663,7 @@ const lc = y.forwardRef(
43663
43663
  {
43664
43664
  ref: s,
43665
43665
  className: ve(
43666
- "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col gap-4 rounded-t-[10px] border color-bg-default",
43666
+ "fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col gap-xsm rounded-t-[10px] border color-bg-default",
43667
43667
  e
43668
43668
  ),
43669
43669
  ...r,
@@ -43754,19 +43754,19 @@ const pke = ({
43754
43754
  children: /* @__PURE__ */ f.jsxs(
43755
43755
  lc,
43756
43756
  {
43757
- className: ve("w-full pb-4", c),
43757
+ className: ve("w-full bottom-space-xlg", c),
43758
43758
  hasCloseIcon: u,
43759
43759
  onClose: t,
43760
43760
  overlayClasses: ve(h, { "bg-transparent": p }),
43761
43761
  children: [
43762
- n && /* @__PURE__ */ f.jsx(uc, { className: "px-4 pt-4", children: /* @__PURE__ */ f.jsx(pc, { className: "text-left text-heading-md", children: n }) }),
43762
+ n && /* @__PURE__ */ f.jsx(uc, { className: "top-space-md space-x-sm", children: /* @__PURE__ */ f.jsx(pc, { className: "text-left text-heading-md", children: n }) }),
43763
43763
  /* @__PURE__ */ f.jsxs(
43764
43764
  "div",
43765
43765
  {
43766
43766
  className: ve(
43767
43767
  "flex flex-col gap-4 w-full h-full border-t-[1px] text-body-sm color-text-default",
43768
43768
  {
43769
- "px-4 pt-4 pb-2": !d
43769
+ "top-space-xsm space-x-sm": !d
43770
43770
  },
43771
43771
  d
43772
43772
  ),
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-45",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],