@lumx/vue 4.2.1-alpha.11 → 4.2.1-alpha.13

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/index.js CHANGED
@@ -647,8 +647,9 @@ const Pn = (e) => {
647
647
  disabled: a
648
648
  } : c = {
649
649
  tabIndex: a ? "-1" : i.tabIndex
650
- }, d(u, g(i, c, {
651
- "aria-disabled": l || void 0,
650
+ }, d(u, g({
651
+ "aria-disabled": l || void 0
652
+ }, i, c, {
652
653
  onClick: (f) => {
653
654
  if (l) {
654
655
  f.stopPropagation(), f.preventDefault();