@kickstartds/ds-agency-premium 1.2.29 → 1.2.31
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/dist/components/cta/index.js +1 -0
- package/dist/components/mosaic/mosaic.css +4 -0
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/section/section.css +12 -0
- package/dist/global.css +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
|
@@ -22,4 +22,8 @@
|
|
|
22
22
|
.dsa-mosaic .c-rich-text {
|
|
23
23
|
font: var(--dsa-mosaic__copy--font, var(--dsa-rich-text--font, var(--ks-font-copy-m)));
|
|
24
24
|
color: var(--dsa-mosaic__copy--color, var(--das-rich-text--color, var(--ks-text-color-copy)));
|
|
25
|
+
}
|
|
26
|
+
.dsa-mosaic .c-storytelling__box__content[style^=color] .dsa-headline__headline,
|
|
27
|
+
.dsa-mosaic .c-storytelling__box__content[style^=color] .dsa-headline__subheadline {
|
|
28
|
+
color: inherit;
|
|
25
29
|
}
|
|
@@ -95,4 +95,16 @@
|
|
|
95
95
|
height: 100%;
|
|
96
96
|
position: absolute;
|
|
97
97
|
background-image: radial-gradient(650px circle at var(--l-section--spotlight-left) var(--l-section--spotlight-top), var(--l-section--spotlight-color), transparent 80%);
|
|
98
|
+
}
|
|
99
|
+
:root .l-section .l-section__content {
|
|
100
|
+
--l-section_buttons--space-before: var(
|
|
101
|
+
--dsa-section__buttons--space-before,
|
|
102
|
+
var(--l-section--gutter)
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
:root .l-section .l-section__content--slider {
|
|
106
|
+
padding: var(--ks-spacing-s) 0;
|
|
107
|
+
}
|
|
108
|
+
:root .l-section .l-section__content--slider:after {
|
|
109
|
+
min-width: calc(50vw - var(--dsa-section_col--min-width) / 2 - var(--dsa-section--gutter) * 1.25);
|
|
98
110
|
}
|
package/dist/global.css
CHANGED
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 04 Mar 2024
|
|
3
|
+
* Generated on Mon, 04 Mar 2024 20:53:23 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 Mon, 04 Mar 2024
|
|
2730
|
+
* Generated on Mon, 04 Mar 2024 20:53:27 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 Mon, 04 Mar 2024
|
|
5461
|
+
* Generated on Mon, 04 Mar 2024 20:53:25 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 Mon, 04 Mar 2024
|
|
8462
|
+
* Generated on Mon, 04 Mar 2024 20:53:29 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