eco-vue-js 0.10.52 → 0.10.53

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.
@@ -95,7 +95,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
95
95
  key: 0,
96
96
  "has-value": _ctx.hasValue,
97
97
  "has-error": _ctx.hasError,
98
- class: "sm-not:-mr--inner-margin ml-auto mr-4"
98
+ class: "sm-not:-mr--inner-margin square-4 ml-auto mr-4"
99
99
  }, null, 8, ["has-value", "has-error"])) : createCommentVNode("", true),
100
100
  renderSlot(_ctx.$slots, "suffix", normalizeProps(guardReactiveProps({ hasChanges: _ctx.hasChanges, hasError: _ctx.hasError, hasValue: _ctx.hasValue })))
101
101
  ], 2)),
@@ -108,7 +108,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
108
108
  default: withCtx(() => [
109
109
  _ctx.hasChanges ? (openBlock(), createElementBlock("div", {
110
110
  key: 0,
111
- class: normalizeClass(["square-2 absolute right-0 top-0 rounded-full transition-colors duration-500", {
111
+ class: normalizeClass(["square-2 absolute right-1 top-1 rounded-full transition-colors duration-500", {
112
112
  "bg-info dark:bg-info-dark": !_ctx.hasError,
113
113
  "bg-negative dark:bg-negative-dark": _ctx.hasError
114
114
  }])
@@ -19,7 +19,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  class: "text-positive dark:text-positive-dark"
20
20
  })) : (openBlock(), createBlock(unref(IconSlash), {
21
21
  key: 2,
22
- class: "text-description"
22
+ class: "text-description opacity-50"
23
23
  }));
24
24
  };
25
25
  }
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.52",
7
+ "version": "0.10.53",
8
8
  "scripts": {
9
9
  "build": "run-p type-check \"build-only {@}\" --",
10
10
  "dev": "vite build --mode development --watch",