eco-vue-js 0.10.83 → 0.10.84

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.
@@ -113,7 +113,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
113
113
  "right-[calc(100%-1.25rem)]": value.value === false,
114
114
  "right-[calc(50%-0.625rem)]": value.value === null,
115
115
  "right-0": value.value === true,
116
- "w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.readonly && !_ctx.skeleton
116
+ "w-ripple w-ripple-hover": !unref(isDisabled) && !unref(isReadonly) && !unref(isSkeleton)
117
117
  }])
118
118
  }, [
119
119
  _ctx.loading ? (openBlock(), createBlock(WSpinner, {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.10.83",
7
+ "version": "0.10.84",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.1.0",
10
10
  "@tanstack/eslint-plugin-query": "5.81.2",