@kickstartds/ds-agency-premium 1.6.44--canary.39.1365.0 → 1.6.44--canary.39.1368.0
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.
|
@@ -11,16 +11,16 @@
|
|
|
11
11
|
--dsa-section--space_small: calc(var(--ks-spacing-xxl) / 2);
|
|
12
12
|
--dsa-section__tile--width_smallest: 14rem;
|
|
13
13
|
--dsa-section__tile--width_default: 18rem;
|
|
14
|
-
--dsa-section__tile--width_medium: var(--dsa-content
|
|
15
|
-
--dsa-section__tile--width_large: var(--dsa-content
|
|
16
|
-
--dsa-section__tile--width_largest: var(--dsa-content
|
|
14
|
+
--dsa-section__tile--width_medium: var(--dsa-content--width_narrow);
|
|
15
|
+
--dsa-section__tile--width_large: var(--dsa-content--width_default);
|
|
16
|
+
--dsa-section__tile--width_largest: var(--dsa-content--width_wide);
|
|
17
17
|
--dsa-section--gutter_small: var(--ks-spacing-xs);
|
|
18
18
|
--dsa-section--gutter_default: var(--ks-spacing-m);
|
|
19
19
|
--dsa-section--gutter_large: var(--ks-spacing-xl);
|
|
20
20
|
--dsa-section__buttons--space-before: var(--ks-spacing-stack-m);
|
|
21
|
-
--dsa-section__content--width_narrow: var(--dsa-content
|
|
22
|
-
--dsa-section__content--width_default: var(--dsa-content
|
|
23
|
-
--dsa-section__content--width_wide: var(--dsa-content
|
|
21
|
+
--dsa-section__content--width_narrow: var(--dsa-content--width_narrow);
|
|
22
|
+
--dsa-section__content--width_default: var(--dsa-content--width_default);
|
|
23
|
+
--dsa-section__content--width_wide: var(--dsa-content--width_wide);
|
|
24
24
|
--dsa-section__content--width_max: 100vw;
|
|
25
25
|
--dsa-section__content--width_full: 100vw;
|
|
26
26
|
--dsa-section__content--padding: var(--dsa-content--spacing);
|
|
@@ -84,18 +84,17 @@
|
|
|
84
84
|
--l-section_col--min-width: var(--dsa-section__col--min-width, var(--l-section_tile-width--default));
|
|
85
85
|
--l-section_col--max-width: var(--dsa-section__col--max-width, 1fr);
|
|
86
86
|
--l-section_col--repeat: var(--dsa-section__col--repeat, auto-fit);
|
|
87
|
-
--l-section--content-width: var(--dsa-section__content--
|
|
88
|
-
--l-section--content-width-
|
|
89
|
-
--l-section--content-width-
|
|
90
|
-
--l-section--content-width-
|
|
91
|
-
--l-section--content-width-
|
|
92
|
-
--l-section--content-width-full: var(--dsa-section__content--width_full, var(--dsa-content-width_full));
|
|
87
|
+
--l-section--content-width-narrow: var(--dsa-section__content--width_narrow, var(--dsa-content--width_narrow));
|
|
88
|
+
--l-section--content-width-default: var(--dsa-section__content--width_default, var(--dsa-content--width_default));
|
|
89
|
+
--l-section--content-width-wide: var(--dsa-section__content--width_wide, var(--dsa-content--width_wide));
|
|
90
|
+
--l-section--content-width-max: var(--dsa-section__content--width_max, var(--dsa-content--width_max));
|
|
91
|
+
--l-section--content-width-full: var(--dsa-section__content--width_full, var(--dsa-content--width_full));
|
|
93
92
|
--l-section--content-padding: var(--dsa-section__content--padding, var(--ks-spacing-m));
|
|
94
93
|
--l-section_tile-width--smallest: var(--dsa-section__tile--width_smallest, 14rem);
|
|
95
94
|
--l-section_tile-width--default: var(--dsa-section__tile--width_default, 18rem);
|
|
96
|
-
--l-section_tile-width--medium: var(--dsa-section__tile--width_medium, var(--dsa-content
|
|
97
|
-
--l-section_tile-width--large: var(--dsa-section__tile--width_large, var(--dsa-content
|
|
98
|
-
--l-section_tile-width--largest: var(--dsa-section__tile--width_largest, var(--dsa-content
|
|
95
|
+
--l-section_tile-width--medium: var(--dsa-section__tile--width_medium, var(--dsa-content--width_narrow));
|
|
96
|
+
--l-section_tile-width--large: var(--dsa-section__tile--width_large, var(--dsa-content--width_default));
|
|
97
|
+
--l-section_tile-width--largest: var(--dsa-section__tile--width_largest, var(--dsa-content--width_wide));
|
|
99
98
|
--l-section--gutter: var(--dsa-section--gutter_default);
|
|
100
99
|
--dsa-section--gutter_none: 0;
|
|
101
100
|
--l-section--gutter-small: var(--dsa-section--gutter_small, var(--ks-spacing-xs));
|
|
@@ -110,6 +109,9 @@
|
|
|
110
109
|
--l-section_slider-arrow--background: var(--dsa-section__slider-arrow--background, transparent);
|
|
111
110
|
--l-section--space-default: var(--dsa-section--space_default, var(--ks-spacing-xxl));
|
|
112
111
|
--l-section--space-small: var(--dsa-section--space_small, calc(var(--l-section--space-default) / 2));
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.l-section.dsa-section {
|
|
113
115
|
background-image: var(--dsa-section--background-image);
|
|
114
116
|
background-color: var(--dsa-section--background-color_default, var(--ks-color-bg));
|
|
115
117
|
position: relative;
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 11 Dec 2024 09:
|
|
3
|
+
* Generated on Wed, 11 Dec 2024 09:56:46 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 Wed, 11 Dec 2024 09:
|
|
2730
|
+
* Generated on Wed, 11 Dec 2024 09:56:50 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 Wed, 11 Dec 2024 09:
|
|
5461
|
+
* Generated on Wed, 11 Dec 2024 09:56:48 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 Wed, 11 Dec 2024 09:
|
|
8462
|
+
* Generated on Wed, 11 Dec 2024 09:56:52 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