eco-vue-js 0.10.90 → 0.10.91

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.
@@ -41,7 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  class: "w-skeleton-w-auto w-skeleton-h-auto w-skeleton-rounded-full mx-1 aspect-square"
42
42
  })) : (openBlock(), createElementBlock("div", {
43
43
  key: 1,
44
- class: normalizeClass(["relative mx-1 grid aspect-square select-none items-center justify-center gap-1 rounded-full bg-[200%_auto] [background-position:right]", {
44
+ class: normalizeClass(["relative mx-1 grid aspect-square select-none gap-1 rounded-full bg-[200%_auto] [background-position:right]", {
45
45
  "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
46
46
  "text-primary dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
47
47
  [unref(semanticTypeBackgroundMap)[_ctx.semanticType]]: true
@@ -58,7 +58,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
58
58
  renderSlot(_ctx.$slots, "icon", {}, () => [
59
59
  _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
60
60
  key: 0,
61
- class: normalizeClass(["square-6 w-svg-stroke-width-sm transition-transform", {
61
+ class: normalizeClass(["square-6 w-svg-stroke-width-sm place-self-center transition-transform", {
62
62
  "group-hover:scale-120": !_ctx.disabled
63
63
  }])
64
64
  }, null, 8, ["class"])) : createCommentVNode("", true)
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.90",
7
+ "version": "0.10.91",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.2.2",
10
10
  "@tanstack/eslint-plugin-query": "5.81.2",