@sellgar/kit 0.0.151 → 0.0.152
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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12918,10 +12918,10 @@ const tk = "_wrapper_txfvj_1", nk = "_container_txfvj_9", Ji = {
|
|
|
12918
12918
|
}), y0 = "_spin_1uson_1", w0 = {
|
|
12919
12919
|
spin: y0
|
|
12920
12920
|
}, _0 = () => null, F0 = (e) => s.Children.map(e.children, (t) => {
|
|
12921
|
-
if (
|
|
12921
|
+
if (s.isValidElement(t)) {
|
|
12922
12922
|
const n = t;
|
|
12923
|
-
return s.cloneElement(n, {
|
|
12924
|
-
className: oe(
|
|
12923
|
+
return console.log(123, n), s.cloneElement(n, {
|
|
12924
|
+
className: oe(n.props.className, w0.spin)
|
|
12925
12925
|
});
|
|
12926
12926
|
}
|
|
12927
12927
|
return t;
|