@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/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
- children: n,
10023
- className: o,
10024
- class: s,
10025
- sx: i,
10026
- style: a,
10027
- ...l
10028
- } = e, { sxClassName: c, sxInlineStyle: d } = xu(i), p = A(c, o, s), g = B(a, d);
10029
- return r ? /* @__PURE__ */ f(Os, { asChild: !0, ...l, children: n }) : /* @__PURE__ */ f(
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: p,
10034
- style: g,
10035
- ...l,
10036
- children: n
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
- children: n,
10047
- className: o,
10048
- class: s,
10049
- sx: i,
10050
- style: a,
10051
- ...l
10052
- } = e, { sxClassName: c, sxInlineStyle: d } = xu(i), p = A(c, o, s), g = B(a, d);
10053
- return r ? /* @__PURE__ */ f(Ms, { asChild: !0, ...l, children: /* @__PURE__ */ f(
10054
- "span",
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", p),
10058
- style: g,
10059
- children: n
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: p,
10066
- style: g,
10067
- ...l,
10068
- children: n
10075
+ className: g,
10076
+ style: m,
10077
+ ...c,
10078
+ children: o
10069
10079
  }
10070
10080
  );
10071
10081
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ldkj/web-ui",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "private": false,
5
5
  "author": "xfwang <wangxiaofeng@xjldkj.com>",
6
6
  "description": "React component library built with shadcn-ui patterns and VitePress docs.",