kelt-ui-kit-react 0.3.4 → 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.
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.4",
4
+ "version": "0.3.6",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
package/src/form/Form.tsx CHANGED
@@ -104,7 +104,7 @@ export const DynamicForm = forwardRef(
104
104
  if (v.focus) {
105
105
  inputRef?.current?.focus();
106
106
  }
107
- }, [v.focus, values]);
107
+ }, []);
108
108
  return (
109
109
  <React.Fragment key={key}>
110
110
  {v.focus}