@fileverse/ui 4.1.7-patch-5 → 4.1.7-patch-6
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 +10 -4
- package/dist/index.es.js +8 -8
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1445,8 +1445,8 @@ video {
|
|
|
1445
1445
|
.min-h-10 {
|
|
1446
1446
|
min-height: 2.5rem;
|
|
1447
1447
|
}
|
|
1448
|
-
.min-h-
|
|
1449
|
-
min-height:
|
|
1448
|
+
.min-h-5 {
|
|
1449
|
+
min-height: 1.25rem;
|
|
1450
1450
|
}
|
|
1451
1451
|
.min-h-7 {
|
|
1452
1452
|
min-height: 1.75rem;
|
|
@@ -2304,6 +2304,9 @@ video {
|
|
|
2304
2304
|
.\!pb-0 {
|
|
2305
2305
|
padding-bottom: 0px !important;
|
|
2306
2306
|
}
|
|
2307
|
+
.\!pb-6 {
|
|
2308
|
+
padding-bottom: 1.5rem !important;
|
|
2309
|
+
}
|
|
2307
2310
|
.\!pt-4 {
|
|
2308
2311
|
padding-top: 1rem !important;
|
|
2309
2312
|
}
|
|
@@ -2340,8 +2343,8 @@ video {
|
|
|
2340
2343
|
.pt-0 {
|
|
2341
2344
|
padding-top: 0px;
|
|
2342
2345
|
}
|
|
2343
|
-
.pt-
|
|
2344
|
-
padding-top: 0.
|
|
2346
|
+
.pt-0\.5 {
|
|
2347
|
+
padding-top: 0.125rem;
|
|
2345
2348
|
}
|
|
2346
2349
|
.pt-2 {
|
|
2347
2350
|
padding-top: 0.5rem;
|
|
@@ -2349,6 +2352,9 @@ video {
|
|
|
2349
2352
|
.pt-4 {
|
|
2350
2353
|
padding-top: 1rem;
|
|
2351
2354
|
}
|
|
2355
|
+
.pt-6 {
|
|
2356
|
+
padding-top: 1.5rem;
|
|
2357
|
+
}
|
|
2352
2358
|
.text-left {
|
|
2353
2359
|
text-align: left;
|
|
2354
2360
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -42399,12 +42399,12 @@ const Fve = ({
|
|
|
42399
42399
|
v(!0);
|
|
42400
42400
|
}, []), !k) return null;
|
|
42401
42401
|
const x = In(() => /* @__PURE__ */ f.jsx("div", { className: S("flex flex-col", w ? "gap-4" : "gap-6"), children: g.map((L, N) => /* @__PURE__ */ f.jsxs("div", { className: "flex flex-row gap-3", children: [
|
|
42402
|
-
/* @__PURE__ */ f.jsx("div", { className: "min-w-
|
|
42402
|
+
/* @__PURE__ */ f.jsx("div", { className: "min-w-5 min-h-5 pt-0.5", children: L.icon }),
|
|
42403
42403
|
/* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-1", children: [
|
|
42404
42404
|
/* @__PURE__ */ f.jsx("div", { className: "text-heading-xsm", children: L.title }),
|
|
42405
42405
|
/* @__PURE__ */ f.jsx("div", { className: "text-body-sm color-text-secondary", children: L.description })
|
|
42406
42406
|
] })
|
|
42407
|
-
] }, N)) })), b = In(() => /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col items-center w-full", children: [
|
|
42407
|
+
] }, N)) })), b = In(({ showFeatureList: L }) => /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col items-center w-full", children: [
|
|
42408
42408
|
a && /* @__PURE__ */ f.jsx(
|
|
42409
42409
|
"div",
|
|
42410
42410
|
{
|
|
@@ -42418,7 +42418,7 @@ const Fve = ({
|
|
|
42418
42418
|
/* @__PURE__ */ f.jsxs("div", { className: "w-full p-6", children: [
|
|
42419
42419
|
/* @__PURE__ */ f.jsx("div", { className: "text-heading-xlg-bold mb-2", children: o }),
|
|
42420
42420
|
r && /* @__PURE__ */ f.jsx("div", { className: "text-body-sm mb-4 color-text-secondary", children: r }),
|
|
42421
|
-
g.length > 0 &&
|
|
42421
|
+
g.length > 0 && L && /* @__PURE__ */ f.jsx(x, {}),
|
|
42422
42422
|
/* @__PURE__ */ f.jsxs(
|
|
42423
42423
|
"div",
|
|
42424
42424
|
{
|
|
@@ -42459,19 +42459,19 @@ const Fve = ({
|
|
|
42459
42459
|
className: S(
|
|
42460
42460
|
"max-w-full",
|
|
42461
42461
|
{
|
|
42462
|
-
"min-w-[394px] !pb-0": M,
|
|
42463
|
-
"min-w-[90vw] lg:min-w-[884px]": !M
|
|
42462
|
+
"min-w-[394px] !pb-0": M || w,
|
|
42463
|
+
"min-w-[90vw] lg:min-w-[884px] !pb-6": !M && !w
|
|
42464
42464
|
},
|
|
42465
42465
|
u
|
|
42466
42466
|
),
|
|
42467
42467
|
contentClassName: S(
|
|
42468
42468
|
{
|
|
42469
|
-
"p-0": M,
|
|
42470
|
-
"px-
|
|
42469
|
+
"p-0": M || w,
|
|
42470
|
+
"px-6 pt-6": !M && !w
|
|
42471
42471
|
},
|
|
42472
42472
|
h
|
|
42473
42473
|
),
|
|
42474
|
-
content: M ? /* @__PURE__ */ f.jsx(b, {}) : /* @__PURE__ */ f.jsx(C, {})
|
|
42474
|
+
content: w ? /* @__PURE__ */ f.jsx(b, { showFeatureList: !M }) : M ? /* @__PURE__ */ f.jsx(b, { showFeatureList: !1 }) : /* @__PURE__ */ f.jsx(C, {})
|
|
42475
42475
|
}
|
|
42476
42476
|
);
|
|
42477
42477
|
}, Gve = Et("", {
|