spoko-design-system 1.25.0 → 1.25.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.25.1](https://github.com/polo-blue/sds/compare/v1.25.0...v1.25.1) (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **CategoryDetails:** prevent horizontal page scroll on mobile ([e922d7f](https://github.com/polo-blue/sds/commit/e922d7f3876bea195bba47a4cfefb1efd73cae84))
|
|
6
|
+
|
|
1
7
|
## [1.25.0](https://github.com/polo-blue/sds/compare/v1.24.3...v1.25.0) (2026-01-18)
|
|
2
8
|
|
|
3
9
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@ const subcategoryPath = subcategory?.path || `/${category.slug}/${subcategory?.s
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
<div
|
|
15
|
-
class="flex flex-nowrap items-center pr-3 sm:pb-3 sm:pt-4 md:pl-4 relative z-10-off bg-neutral-lightest md:bg-white"
|
|
15
|
+
class="flex flex-nowrap items-center pr-3 sm:pb-3 sm:pt-4 md:pl-4 relative z-10-off bg-neutral-lightest md:bg-white overflow-hidden max-w-full"
|
|
16
16
|
transition:name="category-details"
|
|
17
17
|
transition:animate="fade"
|
|
18
18
|
>
|