ingeniuscliq-core 0.3.16 → 0.3.17

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
@@ -5336,9 +5336,9 @@ function s4({ control: e, name: t, placeholder: n, className: r = "", checkboxPr
5336
5336
  control: e,
5337
5337
  className: r,
5338
5338
  name: t,
5339
- render: (i) => /* @__PURE__ */ Q("div", { className: "flex items-center gap-2", children: [
5339
+ render: (i) => /* @__PURE__ */ Q("label", { className: "flex items-center gap-2", children: [
5340
5340
  /* @__PURE__ */ f(Zs, { ...i, ...o }),
5341
- /* @__PURE__ */ f("span", { children: s() })
5341
+ /* @__PURE__ */ f("span", { className: "cursor-pointer", children: s() })
5342
5342
  ] })
5343
5343
  }
5344
5344
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",