@sellgar/kit 0.0.150 → 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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12920,8 +12920,8 @@ const tk = "_wrapper_txfvj_1", nk = "_container_txfvj_9", Ji = {
|
|
|
12920
12920
|
}, _0 = () => null, F0 = (e) => s.Children.map(e.children, (t) => {
|
|
12921
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;
|