@ldkj/web-ui 0.16.1 → 0.16.2
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/LICENSE +21 -21
- package/components/interact/popover/Popover.d.ts +3 -0
- package/index.cjs +5 -5
- package/index.js +38 -28
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -10019,21 +10019,30 @@ const cv = ov, wu = u.forwardRef(
|
|
|
10019
10019
|
(e, t) => {
|
|
10020
10020
|
const {
|
|
10021
10021
|
asChild: r,
|
|
10022
|
-
|
|
10023
|
-
|
|
10024
|
-
|
|
10025
|
-
|
|
10026
|
-
|
|
10027
|
-
|
|
10028
|
-
|
|
10029
|
-
|
|
10022
|
+
asChildWrapper: n = "span",
|
|
10023
|
+
children: o,
|
|
10024
|
+
className: s,
|
|
10025
|
+
class: i,
|
|
10026
|
+
sx: a,
|
|
10027
|
+
style: l,
|
|
10028
|
+
...c
|
|
10029
|
+
} = e, { sxClassName: d, sxInlineStyle: p } = xu(a), g = A(d, s, i), m = B(l, p);
|
|
10030
|
+
return r ? /* @__PURE__ */ f(Os, { asChild: !0, ...c, children: /* @__PURE__ */ f(
|
|
10031
|
+
n,
|
|
10032
|
+
{
|
|
10033
|
+
ref: t,
|
|
10034
|
+
className: A("inline-flex w-fit", g),
|
|
10035
|
+
style: m,
|
|
10036
|
+
children: o
|
|
10037
|
+
}
|
|
10038
|
+
) }) : /* @__PURE__ */ f(
|
|
10030
10039
|
Os,
|
|
10031
10040
|
{
|
|
10032
10041
|
ref: t,
|
|
10033
|
-
className:
|
|
10034
|
-
style:
|
|
10035
|
-
...
|
|
10036
|
-
children:
|
|
10042
|
+
className: g,
|
|
10043
|
+
style: m,
|
|
10044
|
+
...c,
|
|
10045
|
+
children: o
|
|
10037
10046
|
}
|
|
10038
10047
|
);
|
|
10039
10048
|
}
|
|
@@ -10043,29 +10052,30 @@ const o1 = sv, uv = u.forwardRef(
|
|
|
10043
10052
|
(e, t) => {
|
|
10044
10053
|
const {
|
|
10045
10054
|
asChild: r,
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10055
|
+
asChildWrapper: n = "span",
|
|
10056
|
+
children: o,
|
|
10057
|
+
className: s,
|
|
10058
|
+
class: i,
|
|
10059
|
+
sx: a,
|
|
10060
|
+
style: l,
|
|
10061
|
+
...c
|
|
10062
|
+
} = e, { sxClassName: d, sxInlineStyle: p } = xu(a), g = A(d, s, i), m = B(l, p);
|
|
10063
|
+
return r ? /* @__PURE__ */ f(Ms, { asChild: !0, ...c, children: /* @__PURE__ */ f(
|
|
10064
|
+
n,
|
|
10055
10065
|
{
|
|
10056
10066
|
ref: t,
|
|
10057
|
-
className: A("inline-flex w-fit",
|
|
10058
|
-
style:
|
|
10059
|
-
children:
|
|
10067
|
+
className: A("inline-flex w-fit", g),
|
|
10068
|
+
style: m,
|
|
10069
|
+
children: o
|
|
10060
10070
|
}
|
|
10061
10071
|
) }) : /* @__PURE__ */ f(
|
|
10062
10072
|
Ms,
|
|
10063
10073
|
{
|
|
10064
10074
|
ref: t,
|
|
10065
|
-
className:
|
|
10066
|
-
style:
|
|
10067
|
-
...
|
|
10068
|
-
children:
|
|
10075
|
+
className: g,
|
|
10076
|
+
style: m,
|
|
10077
|
+
...c,
|
|
10078
|
+
children: o
|
|
10069
10079
|
}
|
|
10070
10080
|
);
|
|
10071
10081
|
}
|