@thinkpixellab-public/px-vue 3.0.99 → 3.0.100

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.
@@ -147,7 +147,6 @@ export default {
147
147
 
148
148
  if (this.orientation === 'vertical') {
149
149
  const slideElementsReverse = this.slideElementsReverse(element);
150
- console.log(`slideElementsReverse.length: ${slideElementsReverse.length}`);
151
150
 
152
151
  if (slideElementsReverse?.length) {
153
152
  const slideElementsReverse = this.slideElementsReverse(element);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.99",
3
+ "version": "3.0.100",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",