lau-ecom-design-system 1.0.15 → 1.0.16

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.
@@ -1009,9 +1009,13 @@ var script = /*@__PURE__*/defineComponent({
1009
1009
  "lau-ecom-button--disabled": props.type === LauEcomButtonType.Primary && props.isDisabled
1010
1010
  };
1011
1011
  });
1012
- const iconClasses = computed(() => {
1013
- return [`lau-ecom-icon-button${props.type === LauEcomButtonType.Secondary ? '-secondary' : ''}`];
1014
- });
1012
+
1013
+ // const iconClasses = computed(() => {
1014
+ // return [
1015
+ // `lau-ecom-icon-button${props.type === LauEcomButtonType.Secondary ? '-secondary' : ''}`
1016
+ // ]
1017
+ // })
1018
+
1015
1019
  const handleClick = () => {
1016
1020
  emit("onClick");
1017
1021
  };
@@ -1029,9 +1033,8 @@ var script = /*@__PURE__*/defineComponent({
1029
1033
  onMouseout: handleMouseOut,
1030
1034
  onClick: handleClick
1031
1035
  }, [_ctx.hasArrow ? (openBlock(), createBlock(unref(script$n), {
1032
- key: 0,
1033
- class: normalizeClass(iconClasses.value)
1034
- }, null, 8 /* PROPS */, ["class"])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default")], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_1);
1036
+ key: 0
1037
+ })) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default")], 42 /* CLASS, PROPS, NEED_HYDRATION */, _hoisted_1);
1035
1038
  };
1036
1039
  }
1037
1040
  });