spoko-design-system 1.34.7 → 1.34.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.34.8](https://github.com/polo-blue/sds/compare/v1.34.7...v1.34.8) (2026-03-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **ProductGallery:** remove fixed width/height on dialog zoom img to prevent overflow ([a24e4f5](https://github.com/polo-blue/sds/commit/a24e4f59deca0d04b854c3fd37676e495df46be4))
6
+
1
7
  ## [1.34.7](https://github.com/polo-blue/sds/compare/v1.34.6...v1.34.7) (2026-03-17)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "1.34.7",
3
+ "version": "1.34.8",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./index.ts",
@@ -263,8 +263,6 @@ const total = images.length;
263
263
  loading="lazy"
264
264
  decoding="async"
265
265
  class="pg-zoom-img"
266
- width="1600"
267
- height="1200"
268
266
  data-zoom-img
269
267
  />
270
268
  </div>