ados-rcm 1.1.434 → 1.1.436
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.cjs.js +3 -3
- package/dist/index.es.js +4 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -5304,9 +5304,9 @@ const Be = {
|
|
5304
5304
|
DividerExpand: (r = {}) => {
|
5305
5305
|
const { size: e = "md", primaryColor: t = "currentColor", svgRef: n, ...i } = r;
|
5306
5306
|
return /* @__PURE__ */ v.jsxs("svg", { ...ft(e), ...i, ref: n, children: [
|
5307
|
-
/* @__PURE__ */ v.jsx("path", { d: "M4 6V18", stroke: "
|
5308
|
-
/* @__PURE__ */ v.jsx("path", { d: "M8 12H20", stroke: "
|
5309
|
-
/* @__PURE__ */ v.jsx("path", { d: "M12 8L8 12L12 16", stroke: "
|
5307
|
+
/* @__PURE__ */ v.jsx("path", { d: "M4 6V18", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
5308
|
+
/* @__PURE__ */ v.jsx("path", { d: "M8 12H20", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }),
|
5309
|
+
/* @__PURE__ */ v.jsx("path", { d: "M12 8L8 12L12 16", stroke: "currentColor", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })
|
5310
5310
|
] });
|
5311
5311
|
}
|
5312
5312
|
}), K_ = nr.keys(ym), u4 = {
|
@@ -17098,7 +17098,7 @@ const Md = {
|
|
17098
17098
|
fe(!0);
|
17099
17099
|
}, [e, n]);
|
17100
17100
|
o2(() => X()), Gt(() => {
|
17101
|
-
!G || z.current === n || (
|
17101
|
+
!G || z.current === n || (z.current = n, le(n), e && B(String(e), n), L.current = !1);
|
17102
17102
|
}, [n, e, G, B]);
|
17103
17103
|
const re = ve(() => {
|
17104
17104
|
const ie = R ?? 0;
|