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.
- package/dist/shop-components.cjs +15 -15
- package/dist/shop-components.mjs +2 -2
- package/package.json +1 -1
package/dist/shop-components.mjs
CHANGED
|
@@ -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
|
|
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.
|
|
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",
|