ingeniuscliq-core 0.3.29 → 0.3.30

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
@@ -5380,7 +5380,7 @@ function c4({ control: e, name: t, placeholder: n, className: r = "", options: o
5380
5380
  Fd,
5381
5381
  {
5382
5382
  onValueChange: c.onChange,
5383
- value: c.value,
5383
+ defaultValue: c.value,
5384
5384
  children: [
5385
5385
  /* @__PURE__ */ f(vu, { children: /* @__PURE__ */ f(Wd, { className: a, children: /* @__PURE__ */ f(Bd, { placeholder: i() }) }) }),
5386
5386
  /* @__PURE__ */ f(Hd, { children: o.map((u) => /* @__PURE__ */ f(zd, { value: u.value, children: u.label }, u.value)) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.3.29",
3
+ "version": "0.3.30",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",