spoko-design-system 1.13.2 → 1.13.3
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.13.3](https://github.com/polo-blue/sds/compare/v1.13.2...v1.13.3) (2025-12-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **jumbotron:** remove xl:container from split-container ([9267b66](https://github.com/polo-blue/sds/commit/9267b6686cb4b00160a3ade4cfa26e81bc4f03ac))
|
|
6
|
+
|
|
1
7
|
## [1.13.2](https://github.com/polo-blue/sds/compare/v1.13.1...v1.13.2) (2025-12-06)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -52,7 +52,7 @@ export const jumbotronShortcuts = [
|
|
|
52
52
|
|
|
53
53
|
// Post Split variant
|
|
54
54
|
['jumbotron-split-wrapper', 'w-full'],
|
|
55
|
-
['jumbotron-split-container', '
|
|
55
|
+
['jumbotron-split-container', 'mx-auto'],
|
|
56
56
|
['jumbotron-split-header', 'w-full justify-center text-white z-2 mt-auto md:(grid grid-cols-2) pb-4 mb-8'],
|
|
57
57
|
['jumbotron-split-content', 'pl-4 pr-8 py-5 xl:(py-0 pl-0) flex flex-wrap'],
|
|
58
58
|
[
|