@fastkit/vui 0.6.37 → 0.6.38

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/vui.cjs.js CHANGED
@@ -450,7 +450,8 @@ function resolveRawVButtonIcon(raw, type = 'main') {
450
450
  }, null);
451
451
  }
452
452
 
453
- const vueButtonProps = vueUtils.createPropsOptions({ ...vueColorScheme.colorSchemeProps(),
453
+ const vueButtonProps = vueUtils.createPropsOptions({ ...undefined,
454
+ ...vueColorScheme.colorSchemeProps(),
454
455
  ...vueUtils.navigationableInheritProps,
455
456
  spacer: [Boolean, String],
456
457
  loading: Boolean,
@@ -450,7 +450,8 @@ function resolveRawVButtonIcon(raw, type = 'main') {
450
450
  }, null);
451
451
  }
452
452
 
453
- const vueButtonProps = vueUtils.createPropsOptions({ ...vueColorScheme.colorSchemeProps(),
453
+ const vueButtonProps = vueUtils.createPropsOptions({ ...undefined,
454
+ ...vueColorScheme.colorSchemeProps(),
454
455
  ...vueUtils.navigationableInheritProps,
455
456
  spacer: [Boolean, String],
456
457
  loading: Boolean,