@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.7.0-beta.1-pr-20092.92a3215

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/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.a834b18
2
+ * Vuetify v3.7.0-beta.1-pr-20092.92a3215
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -9985,12 +9985,6 @@
9985
9985
  // el.style.removeProperty('max-width')
9986
9986
  // el.style.removeProperty('max-height')
9987
9987
 
9988
- if (isRtl) {
9989
- el.style.removeProperty('left');
9990
- } else {
9991
- el.style.removeProperty('right');
9992
- }
9993
-
9994
9988
  /* eslint-disable-next-line sonarjs/prefer-immediate-return */
9995
9989
  const contentBox = nullifyTransforms(el);
9996
9990
  if (isRtl) {
@@ -28202,7 +28196,7 @@
28202
28196
  goTo
28203
28197
  };
28204
28198
  }
28205
- const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
28199
+ const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
28206
28200
  createVuetify$1.version = version$1;
28207
28201
 
28208
28202
  // Vue's inject() can only be used in setup
@@ -28227,7 +28221,7 @@
28227
28221
  ...options
28228
28222
  });
28229
28223
  };
28230
- const version = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
28224
+ const version = "3.7.0-beta.1-pr-20092.92a3215";
28231
28225
  createVuetify.version = version;
28232
28226
 
28233
28227
  exports.blueprints = index;