@fileverse/ui 4.1.7-patch-44 → 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 +23 -2
- package/dist/index.es.js +4 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2835,6 +2835,28 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
2835
2835
|
.border-radius-lg {
|
|
2836
2836
|
border-radius: 12px !important;
|
|
2837
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
|
+
}
|
|
2838
2860
|
.file\:text-body-sm::file-selector-button {
|
|
2839
2861
|
font-family: system-ui;
|
|
2840
2862
|
font-size: 14px;
|
|
@@ -3692,5 +3714,4 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3692
3714
|
}
|
|
3693
3715
|
.\[\&_tr\]\:border-b tr {
|
|
3694
3716
|
border-bottom-width: 1px;
|
|
3695
|
-
}
|
|
3696
|
-
|
|
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-
|
|
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
|
|
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: "
|
|
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
|
-
"
|
|
43769
|
+
"top-space-xsm space-x-sm": !d
|
|
43770
43770
|
},
|
|
43771
43771
|
d
|
|
43772
43772
|
),
|