kelt-ui-kit-react 1.9.3 → 1.9.4

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 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -940,15 +940,12 @@ const $l = ({
940
940
  ]
941
941
  }
942
942
  );
943
- }, ci = (e) => /* @__PURE__ */ o.jsxs(
943
+ }, ci = (e) => /* @__PURE__ */ o.jsx(
944
944
  "div",
945
945
  {
946
946
  onClick: () => e.onChange(e.item),
947
947
  className: e.active ? "expand expand--active" : "expand",
948
- children: [
949
- e.item.icon && /* @__PURE__ */ o.jsx(B, { classIcon: e.item.icon }),
950
- e.item.children
951
- ]
948
+ children: e.item.children
952
949
  }
953
950
  ), Fa = (e) => {
954
951
  const [t, r] = V(null), n = R((i) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kelt-ui-kit-react",
3
3
  "type": "module",
4
- "version": "1.9.3",
4
+ "version": "1.9.4",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",