@sellgar/kit 0.0.152 → 0.0.153
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.js
CHANGED
|
@@ -2225,7 +2225,10 @@ import './index.css';const Pm = "_wrapper_y5p8d_1", ct = {
|
|
|
2225
2225
|
typhoonLine: "typhoon-line",
|
|
2226
2226
|
windyFill: "windy-fill",
|
|
2227
2227
|
windyLine: "windy-line"
|
|
2228
|
-
}, zm = (e) =>
|
|
2228
|
+
}, zm = (e) => {
|
|
2229
|
+
const t = s.useMemo(() => oe("icon-" + e.icon, e.className), [e.className, e.icon]);
|
|
2230
|
+
return /* @__PURE__ */ s.createElement("span", { className: t });
|
|
2231
|
+
}, Fe = Object.assign(zm, { ...$m }), Im = "_wrapper_bigne_1", Am = "_label_bigne_8", Ym = "_stroke_bigne_176", Wm = "_disabled_bigne_180", Ce = {
|
|
2229
2232
|
wrapper: Im,
|
|
2230
2233
|
label: Am,
|
|
2231
2234
|
"lead-icon": "_lead-icon_bigne_9",
|
|
@@ -12920,8 +12923,8 @@ const tk = "_wrapper_txfvj_1", nk = "_container_txfvj_9", Ji = {
|
|
|
12920
12923
|
}, _0 = () => null, F0 = (e) => s.Children.map(e.children, (t) => {
|
|
12921
12924
|
if (s.isValidElement(t)) {
|
|
12922
12925
|
const n = t;
|
|
12923
|
-
return
|
|
12924
|
-
className: oe(n.props.className
|
|
12926
|
+
return s.cloneElement(n, {
|
|
12927
|
+
className: oe(w0.spin, n.props.className)
|
|
12925
12928
|
});
|
|
12926
12929
|
}
|
|
12927
12930
|
return t;
|
package/package.json
CHANGED