cleek 3.0.9 → 3.0.10

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/main.es.js CHANGED
@@ -4170,9 +4170,9 @@ const Ti = {
4170
4170
  }), Z = s(() => o.disabled || A.value), oe = s(() => {
4171
4171
  var _;
4172
4172
  if (typeof o.clearValue < "u") return o.clearValue;
4173
- if ((_ = n.value.select) != null && _.clearValue) return n.value.select.clearValue;
4173
+ if (typeof ((_ = n.value.select) == null ? void 0 : _.clearValue) < "u") return n.value.select.clearValue;
4174
4174
  }), le = s(() => {
4175
- if (oe.value) return oe.value;
4175
+ if (typeof oe.value < "u") return oe.value;
4176
4176
  const _ = a.value;
4177
4177
  switch (typeof _) {
4178
4178
  case "number":
@@ -4392,7 +4392,7 @@ const Ti = {
4392
4392
  ], 6);
4393
4393
  };
4394
4394
  }
4395
- }), Mi = /* @__PURE__ */ H(Ai, [["__scopeId", "data-v-4105908f"]]), Ii = {
4395
+ }), Mi = /* @__PURE__ */ H(Ai, [["__scopeId", "data-v-a6372e25"]]), Ii = {
4396
4396
  key: 0,
4397
4397
  class: "sidebar-header-title"
4398
4398
  }, zi = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cleek",
3
3
  "description": "Complete UX Vue library",
4
- "version": "3.0.9",
4
+ "version": "3.0.10",
5
5
  "author": "Quantic Onion",
6
6
  "license": "MIT",
7
7
  "repository": "github:quantic-core/cleek",