@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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(w0.spin, n.props.className)
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.150",
4
+ "version": "0.0.152",
5
5
  "description": "Sellgar kit",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",