@thinkpixellab-public/px-vue 3.0.32 → 3.0.33

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.
@@ -289,10 +289,6 @@ export default {
289
289
  this.cleanup = autoUpdate(reference, popup, () =>
290
290
  this.updatePosition(reference, popup)
291
291
  );
292
- } else {
293
- console.warn(
294
- 'Cannot autoupdate float because no reference was provided.'
295
- );
296
292
  }
297
293
  }
298
294
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.32",
3
+ "version": "3.0.33",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",