@maxax/ui 1.1.52 → 1.1.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.
package/dist/index.mjs CHANGED
@@ -11980,10 +11980,10 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11980
11980
  return [
11981
11981
  b(),
11982
11982
  {
11983
- flex: props.icon,
11984
- "items-center": props.icon,
11985
- "gap-2": props.icon,
11986
- "cursor-pointer": props.pointer || false,
11983
+ [m("flex")]: props.icon,
11984
+ [m("items-center")]: props.icon,
11985
+ [m("gap-2")]: props.icon,
11986
+ [m("cursor-pointer")]: props.pointer || false,
11987
11987
  [m(props.size)]: props.size || "small",
11988
11988
  [m(props.type)]: props.type || "default",
11989
11989
  [is("weight")]: props.weight || false,