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-
|
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
|
}])
|
package/package.json
CHANGED