kelt-ui-kit-react 0.3.5 → 0.3.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2200,7 +2200,7 @@ const Wa = gt.div`
2200
2200
  return X(() => {
2201
2201
  var w;
2202
2202
  u.focus && ((w = g == null ? void 0 : g.current) == null || w.focus());
2203
- }, [u.focus, c]), /* @__PURE__ */ o.jsxs(le.Fragment, { children: [
2203
+ }, []), /* @__PURE__ */ o.jsxs(le.Fragment, { children: [
2204
2204
  u.focus,
2205
2205
  u.type === "checkbox" ? /* @__PURE__ */ o.jsxs("div", { className: `d-flex flex-column ${u.className}`, children: [
2206
2206
  u.label && /* @__PURE__ */ o.jsx("label", { children: u.label }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kelt-ui-kit-react",
3
3
  "type": "module",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",