@fileverse/ui 4.1.7-patch-7 → 4.1.7-patch-9
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 +2 -5
- package/dist/index.es.js +4 -10
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2304,8 +2304,8 @@ video {
|
|
|
2304
2304
|
.\!pb-0 {
|
|
2305
2305
|
padding-bottom: 0px !important;
|
|
2306
2306
|
}
|
|
2307
|
-
.\!
|
|
2308
|
-
padding-
|
|
2307
|
+
.\!pr-0 {
|
|
2308
|
+
padding-right: 0px !important;
|
|
2309
2309
|
}
|
|
2310
2310
|
.\!pt-4 {
|
|
2311
2311
|
padding-top: 1rem !important;
|
|
@@ -2352,9 +2352,6 @@ video {
|
|
|
2352
2352
|
.pt-4 {
|
|
2353
2353
|
padding-top: 1rem;
|
|
2354
2354
|
}
|
|
2355
|
-
.pt-6 {
|
|
2356
|
-
padding-top: 1.5rem;
|
|
2357
|
-
}
|
|
2358
2355
|
.text-left {
|
|
2359
2356
|
text-align: left;
|
|
2360
2357
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -42629,7 +42629,7 @@ const Fke = ({
|
|
|
42629
42629
|
)
|
|
42630
42630
|
] })
|
|
42631
42631
|
] })), C = In(() => /* @__PURE__ */ f.jsxs("div", { className: "flex flex-row w-full gap-6", children: [
|
|
42632
|
-
/* @__PURE__ */ f.jsxs("div", { className: "flex-1 flex flex-col justify-between", children: [
|
|
42632
|
+
/* @__PURE__ */ f.jsxs("div", { className: "flex-1 flex flex-col justify-between p-6 !pr-0", children: [
|
|
42633
42633
|
/* @__PURE__ */ f.jsxs("div", { children: [
|
|
42634
42634
|
/* @__PURE__ */ f.jsx("div", { className: "text-heading-xlg-bold mb-2", children: o }),
|
|
42635
42635
|
r && /* @__PURE__ */ f.jsx("div", { className: "text-body-sm mb-6 color-text-secondary", children: r }),
|
|
@@ -42652,20 +42652,14 @@ const Fke = ({
|
|
|
42652
42652
|
noOverlay: p,
|
|
42653
42653
|
overlayClasses: m,
|
|
42654
42654
|
className: S(
|
|
42655
|
-
"max-w-full",
|
|
42655
|
+
"max-w-full feature-release-modal",
|
|
42656
42656
|
{
|
|
42657
42657
|
"min-w-[394px] !pb-0": M || w,
|
|
42658
|
-
"min-w-[90vw] lg:min-w-[884px] !pb-
|
|
42658
|
+
"min-w-[90vw] lg:min-w-[884px] !pb-0": !M && !w
|
|
42659
42659
|
},
|
|
42660
42660
|
u
|
|
42661
42661
|
),
|
|
42662
|
-
contentClassName: S(
|
|
42663
|
-
{
|
|
42664
|
-
"p-0": M || w,
|
|
42665
|
-
"px-6 pt-6": !M && !w
|
|
42666
|
-
},
|
|
42667
|
-
h
|
|
42668
|
-
),
|
|
42662
|
+
contentClassName: S("p-0", h),
|
|
42669
42663
|
content: w ? /* @__PURE__ */ f.jsx(b, { showFeatureList: !M }) : M ? /* @__PURE__ */ f.jsx(b, { showFeatureList: !1 }) : /* @__PURE__ */ f.jsx(C, {})
|
|
42670
42664
|
}
|
|
42671
42665
|
);
|