spoko-design-system 1.16.0 → 1.16.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.16.1](https://github.com/polo-blue/sds/compare/v1.16.0...v1.16.1) (2025-12-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **jumbotron:** restore original PostSplit padding and layout ([f4a7dea](https://github.com/polo-blue/sds/commit/f4a7dea75b5d10586f42a0d2cb0e5dade961d134))
|
|
6
|
+
|
|
1
7
|
## [1.16.0](https://github.com/polo-blue/sds/compare/v1.15.0...v1.16.0) (2025-12-07)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -52,15 +52,15 @@ export const jumbotronShortcuts = [
|
|
|
52
52
|
|
|
53
53
|
// Post Split variant
|
|
54
54
|
['jumbotron-split-wrapper', 'w-full'],
|
|
55
|
-
['jumbotron-split-container', 'mx-auto'],
|
|
55
|
+
['jumbotron-split-container', 'xl:container mx-auto px-3.5 md:px-0'],
|
|
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
|
-
['jumbotron-split-content', 'pl-4 pr-8 py-5 xl:(py-0 pl-0) flex flex-wrap'],
|
|
57
|
+
['jumbotron-split-content', 'pl-4 pr-8 py-5 xl:(py-0 pl-0) flex flex-wrap ml-auto'],
|
|
58
58
|
[
|
|
59
59
|
'jumbotron-split-title',
|
|
60
60
|
'font-headlight text-3xl md:(text-4xl mb-3) xl:text-11 mt-1 order-2 line-clamp-3 pb-1 w-full',
|
|
61
61
|
],
|
|
62
|
-
['jumbotron-split-meta', 'order-
|
|
62
|
+
['jumbotron-split-meta', 'order-3 flex items-center text-gray-100'],
|
|
63
63
|
['jumbotron-split-image-wrapper', 'relative -mb-8 md:(mt-4 -ml-4 mr-4) xl:(ml-0 mr-0)'],
|
|
64
|
-
['jumbotron-split-image', 'relative shadow-xl overflow-hidden
|
|
64
|
+
['jumbotron-split-image', 'relative shadow-xl md:max-h-112 overflow-hidden'],
|
|
65
65
|
['jumbotron-split-img', 'object-cover'],
|
|
66
66
|
];
|