@deanwu/vue-component-library 1.3.82 → 1.3.83

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.
@@ -55705,7 +55705,7 @@ function global_install(Vue, config) {
55705
55705
  };
55706
55706
  Vue.prototype.parsePixel = function (n, px) {
55707
55707
  let h = 0;
55708
- if (!n || !/^[^\+]+([\+|-].+)+$/.test(n)) {
55708
+ if (!n || !/^[^\+]+([\+|-].+)+$/.test(n) || n.includes('auto')) {
55709
55709
  h = n;
55710
55710
  } else {
55711
55711
  n.toString().replaceAll('-', '+-').split('+').forEach(item => {