@thinkpixellab-public/px-vue 3.0.49 → 3.0.50

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.
@@ -499,7 +499,6 @@ export default {
499
499
  middlewareData?.flip && Object.keys(middlewareData.flip).length
500
500
  );
501
501
 
502
- console.log(`middlewareData: 👉 ${JSON.stringify(middlewareData, null, 4)}`);
503
502
  if (this.useTranslate) {
504
503
  this.positionCss = {
505
504
  transform: `translate(${this.cssPx(x)},${this.cssPx(y)})`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.49",
3
+ "version": "3.0.50",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",