shop-components 0.4.25 → 0.4.26

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.
@@ -14160,7 +14160,7 @@ vec3 texelOld = texture2D(previousShadowMap, vUv).rgb;
14160
14160
  }
14161
14161
  isExcludedObject(e) {
14162
14162
  const t = e;
14163
- return !!(t.isCSS2DObject || t.isCSS3DObject || t.isHelper || typeof e.type == "string" && e.type.endsWith("Helper") || typeof e.name == "string" && e.name.toLowerCase().includes("helper"));
14163
+ return !!(t.isCSS2DObject || t.isCSS3DObject);
14164
14164
  }
14165
14165
  /**
14166
14166
  * Add this function to animate loop
@@ -15436,7 +15436,7 @@ class gu {
15436
15436
  return this.canvas || (this.canvas = document.createElement("canvas")), (this.canvas.width !== e || this.canvas.height !== t) && (this.canvas.width = e, this.canvas.height = t), this.canvas;
15437
15437
  }
15438
15438
  }
15439
- const _u = "shop-components", vu = "0.4.24", yu = "Shop components", xu = "dist/shop-components.umd.js", wu = "dist/shop-components.mjs", bu = "dist/main.d.ts", Au = {
15439
+ const _u = "shop-components", vu = "0.4.26", yu = "Shop components", xu = "dist/shop-components.umd.js", wu = "dist/shop-components.mjs", bu = "dist/main.d.ts", Au = {
15440
15440
  dts: "tsc --emitDeclarationOnly & tsc & storybook build -o dist",
15441
15441
  dev: "vite dev",
15442
15442
  build: "vite build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shop-components",
3
- "version": "0.4.25",
3
+ "version": "0.4.26",
4
4
  "description": "Shop components",
5
5
  "main": "dist/shop-components.umd.js",
6
6
  "module": "dist/shop-components.mjs",