spoko-design-system 1.32.0 → 1.32.1

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.32.1](https://github.com/polo-blue/sds/compare/v1.32.0...v1.32.1) (2026-03-17)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **ProductGallery:** reduce pagination counter height on desktop ([d337dfe](https://github.com/polo-blue/sds/commit/d337dfeafca87322bbe677d3e0c928f8336b2521))
6
+
1
7
  ## [1.32.0](https://github.com/polo-blue/sds/compare/v1.31.0...v1.32.0) (2026-03-17)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "1.32.0",
3
+ "version": "1.32.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./index.ts",
@@ -82,7 +82,7 @@ const total = images.length;
82
82
  </div>
83
83
 
84
84
  <div
85
- class="absolute bottom-0 left-0 z-10 px-3 py-0.5 text-sm leading-relaxed bg-neutral-lighter/70 sm:(px-4 py-1 text-base)"
85
+ class="absolute bottom-0 left-0 z-10 px-3 py-0.5 text-sm leading-relaxed bg-neutral-lighter/70 sm:px-4"
86
86
  data-gallery-counter
87
87
  aria-live="polite"
88
88
  aria-atomic="true"