@kickstartds/ds-agency-premium 1.6.50 → 1.6.51
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.
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
background-color: var(--dsa-section--background-color_default, var(--ks-color-bg));
|
|
117
117
|
position: relative;
|
|
118
118
|
}
|
|
119
|
+
.l-section.dsa-section .l-section__container {
|
|
120
|
+
font: var(--ks-font-copy-m);
|
|
121
|
+
}
|
|
119
122
|
.l-section.dsa-section.l-section--gutter-large {
|
|
120
123
|
--l-section--gutter: var(--dsa-section--gutter_large);
|
|
121
124
|
}
|
package/dist/global.css
CHANGED
|
@@ -305,9 +305,9 @@ h3 {
|
|
|
305
305
|
--dsa-link--text-decoration_hover: underline;
|
|
306
306
|
--dsa-gradient--highlight: linear-gradient(135deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
|
|
307
307
|
--dsa-content--spacing: var(--ks-spacing-inset-l);
|
|
308
|
-
--dsa-content--width_narrow:
|
|
309
|
-
--dsa-content--width_default:
|
|
310
|
-
--dsa-content--width_wide:
|
|
308
|
+
--dsa-content--width_narrow: 34em;
|
|
309
|
+
--dsa-content--width_default: 50em;
|
|
310
|
+
--dsa-content--width_wide: 64em;
|
|
311
311
|
--dsa-content--width_max: 100vw;
|
|
312
312
|
--dsa-content--width_full: 100vw;
|
|
313
313
|
--dsa-logo--height: 2.25rem;
|
|
@@ -318,13 +318,6 @@ h3 {
|
|
|
318
318
|
--dsa-content--spacing: var(--ks-spacing-inset-xl);
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
|
-
@media (min-width: 122em) {
|
|
322
|
-
:root, [ks-inverted], [ks-theme] {
|
|
323
|
-
--dsa-content--width_narrow: 35vw;
|
|
324
|
-
--dsa-content--width_default: 45vw;
|
|
325
|
-
--dsa-content--width_wide: 55vw;
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
321
|
@media (min-width: 48em) {
|
|
329
322
|
:root, [ks-inverted], [ks-theme] {
|
|
330
323
|
--dsa-logo--height: 2.5rem;
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 20 Dec 2024 12:
|
|
3
|
+
* Generated on Fri, 20 Dec 2024 12:59:22 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root [ks-theme=business] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Do not edit directly
|
|
2730
|
-
* Generated on Fri, 20 Dec 2024 12:
|
|
2730
|
+
* Generated on Fri, 20 Dec 2024 12:59:26 GMT
|
|
2731
2731
|
*/
|
|
2732
2732
|
:root [ks-theme=google] {
|
|
2733
2733
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* Do not edit directly
|
|
5461
|
-
* Generated on Fri, 20 Dec 2024 12:
|
|
5461
|
+
* Generated on Fri, 20 Dec 2024 12:59:24 GMT
|
|
5462
5462
|
*/
|
|
5463
5463
|
:root [ks-theme=ngo] {
|
|
5464
5464
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
}
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Do not edit directly
|
|
8462
|
-
* Generated on Fri, 20 Dec 2024 12:
|
|
8462
|
+
* Generated on Fri, 20 Dec 2024 12:59:28 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED