@kickstartds/ds-agency-premium 1.6.59--canary.40.1485.0 → 1.6.59
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/BlogOverviewProps-9f207f1c.d.ts +1 -1
- package/dist/BlogPostProps-6b3cff22.d.ts +1 -1
- package/dist/{CtaProps-02e33bf1.d.ts → CtaProps-93230a76.d.ts} +8 -8
- package/dist/SectionProps-1cfcf6e8.d.ts +2 -2
- package/dist/{SliderProps-02e33bf1.d.ts → SliderProps-93230a76.d.ts} +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +24 -39
- package/dist/components/blog-post/blog-post.schema.dereffed.json +24 -39
- package/dist/components/cta/cta.css +61 -35
- package/dist/components/cta/cta.schema.dereffed.json +8 -13
- package/dist/components/cta/cta.schema.json +8 -9
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +6 -4
- package/dist/components/footer/footer.css +1 -1
- package/dist/components/header/header.css +1 -1
- package/dist/components/hero/hero.css +2 -3
- package/dist/components/image-story/image-story.css +2 -5
- package/dist/components/mosaic/mosaic.css +1 -1
- package/dist/components/page/page.schema.dereffed.json +16 -26
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +49 -45
- package/dist/components/section/section.css +2 -2
- package/dist/components/section/section.schema.dereffed.json +16 -26
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +8 -13
- package/dist/components/split/split.css +2 -2
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/global.css +14 -7
- 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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--dsa-section__col--min-width_medium: var(--dsa-tile--width_medium);
|
|
12
12
|
--dsa-section__col--min-width_large: var(--dsa-tile--width_large);
|
|
13
13
|
--dsa-section__col--min-width_largest: var(--dsa-tile--width_largest);
|
|
14
|
-
--dsa-section--space_default: var(--
|
|
14
|
+
--dsa-section--space_default: var(--ks-spacing-xxl);
|
|
15
15
|
--dsa-section--space_small: calc(var(--ks-spacing-xxl) / 2);
|
|
16
16
|
--dsa-section--gutter_small: var(--ks-spacing-s);
|
|
17
17
|
--dsa-section--gutter_default: var(--ks-spacing-m);
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
--dsa-section__content--width_wide: var(--dsa-content--width_wide);
|
|
23
23
|
--dsa-section__content--width_max: 100vw;
|
|
24
24
|
--dsa-section__content--width_full: 100vw;
|
|
25
|
-
--dsa-section__content--padding: var(--dsa-content--
|
|
25
|
+
--dsa-section__content--padding: var(--dsa-content--spacing);
|
|
26
26
|
--dsa-section--background-color_default: var(--ks-background-color-default);
|
|
27
27
|
--dsa-section--background-color_accent: var(--ks-background-color-accent);
|
|
28
28
|
--dsa-section--background-color_bold: var(--ks-background-color-bold);
|
|
@@ -268,6 +268,12 @@
|
|
|
268
268
|
"default": false,
|
|
269
269
|
"type": "boolean"
|
|
270
270
|
},
|
|
271
|
+
"fullWidth": {
|
|
272
|
+
"title": "Width",
|
|
273
|
+
"description": "Set the width of the content to the full width of the element",
|
|
274
|
+
"type": "boolean",
|
|
275
|
+
"default": false
|
|
276
|
+
},
|
|
271
277
|
"buttons": {
|
|
272
278
|
"type": "array",
|
|
273
279
|
"items": {
|
|
@@ -331,17 +337,6 @@
|
|
|
331
337
|
"title": "Alt text",
|
|
332
338
|
"description": "Image description",
|
|
333
339
|
"type": "string"
|
|
334
|
-
},
|
|
335
|
-
"align": {
|
|
336
|
-
"title": "Vertical alignment of the image",
|
|
337
|
-
"description": "Select a vertical alignment for the image",
|
|
338
|
-
"type": "string",
|
|
339
|
-
"enum": [
|
|
340
|
-
"center",
|
|
341
|
-
"top",
|
|
342
|
-
"bottom"
|
|
343
|
-
],
|
|
344
|
-
"default": "center"
|
|
345
340
|
}
|
|
346
341
|
},
|
|
347
342
|
"additionalProperties": false
|
|
@@ -376,9 +371,9 @@
|
|
|
376
371
|
"type": "string",
|
|
377
372
|
"default": "left"
|
|
378
373
|
},
|
|
379
|
-
"
|
|
374
|
+
"contentAlign": {
|
|
380
375
|
"title": "Vertical alignment of the content",
|
|
381
|
-
"description": "Select a vertical alignment for the
|
|
376
|
+
"description": "Select a vertical alignment for the image",
|
|
382
377
|
"type": "string",
|
|
383
378
|
"enum": [
|
|
384
379
|
"center",
|
|
@@ -1529,6 +1524,12 @@
|
|
|
1529
1524
|
"default": false,
|
|
1530
1525
|
"type": "boolean"
|
|
1531
1526
|
},
|
|
1527
|
+
"fullWidth": {
|
|
1528
|
+
"title": "Width",
|
|
1529
|
+
"description": "Set the width of the content to the full width of the element",
|
|
1530
|
+
"type": "boolean",
|
|
1531
|
+
"default": false
|
|
1532
|
+
},
|
|
1532
1533
|
"buttons": {
|
|
1533
1534
|
"type": "array",
|
|
1534
1535
|
"items": {
|
|
@@ -1592,17 +1593,6 @@
|
|
|
1592
1593
|
"title": "Alt text",
|
|
1593
1594
|
"description": "Image description",
|
|
1594
1595
|
"type": "string"
|
|
1595
|
-
},
|
|
1596
|
-
"align": {
|
|
1597
|
-
"title": "Vertical alignment of the image",
|
|
1598
|
-
"description": "Select a vertical alignment for the image",
|
|
1599
|
-
"type": "string",
|
|
1600
|
-
"enum": [
|
|
1601
|
-
"center",
|
|
1602
|
-
"top",
|
|
1603
|
-
"bottom"
|
|
1604
|
-
],
|
|
1605
|
-
"default": "center"
|
|
1606
1596
|
}
|
|
1607
1597
|
},
|
|
1608
1598
|
"additionalProperties": false
|
|
@@ -1637,9 +1627,9 @@
|
|
|
1637
1627
|
"type": "string",
|
|
1638
1628
|
"default": "left"
|
|
1639
1629
|
},
|
|
1640
|
-
"
|
|
1630
|
+
"contentAlign": {
|
|
1641
1631
|
"title": "Vertical alignment of the content",
|
|
1642
|
-
"description": "Select a vertical alignment for the
|
|
1632
|
+
"description": "Select a vertical alignment for the image",
|
|
1643
1633
|
"type": "string",
|
|
1644
1634
|
"enum": [
|
|
1645
1635
|
"center",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SliderProps } from "../../SliderProps-
|
|
3
|
+
import { SliderProps } from "../../SliderProps-93230a76.js";
|
|
4
4
|
declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
export type { SliderProps };
|
|
6
6
|
export { Slider };
|
|
@@ -98,6 +98,12 @@
|
|
|
98
98
|
"default": false,
|
|
99
99
|
"type": "boolean"
|
|
100
100
|
},
|
|
101
|
+
"fullWidth": {
|
|
102
|
+
"title": "Width",
|
|
103
|
+
"description": "Set the width of the content to the full width of the element",
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"default": false
|
|
106
|
+
},
|
|
101
107
|
"buttons": {
|
|
102
108
|
"type": "array",
|
|
103
109
|
"items": {
|
|
@@ -161,17 +167,6 @@
|
|
|
161
167
|
"title": "Alt text",
|
|
162
168
|
"description": "Image description",
|
|
163
169
|
"type": "string"
|
|
164
|
-
},
|
|
165
|
-
"align": {
|
|
166
|
-
"title": "Vertical alignment of the image",
|
|
167
|
-
"description": "Select a vertical alignment for the image",
|
|
168
|
-
"type": "string",
|
|
169
|
-
"enum": [
|
|
170
|
-
"center",
|
|
171
|
-
"top",
|
|
172
|
-
"bottom"
|
|
173
|
-
],
|
|
174
|
-
"default": "center"
|
|
175
170
|
}
|
|
176
171
|
},
|
|
177
172
|
"additionalProperties": false
|
|
@@ -206,9 +201,9 @@
|
|
|
206
201
|
"type": "string",
|
|
207
202
|
"default": "left"
|
|
208
203
|
},
|
|
209
|
-
"
|
|
204
|
+
"contentAlign": {
|
|
210
205
|
"title": "Vertical alignment of the content",
|
|
211
|
-
"description": "Select a vertical alignment for the
|
|
206
|
+
"description": "Select a vertical alignment for the image",
|
|
212
207
|
"type": "string",
|
|
213
208
|
"enum": [
|
|
214
209
|
"center",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
flex-shrink: 1;
|
|
31
31
|
}
|
|
32
32
|
.l-split--sidebar-right > :first-child {
|
|
33
|
-
flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--
|
|
33
|
+
flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--spacing) * 2);
|
|
34
34
|
}
|
|
35
35
|
.l-split--sidebar-right > :last-child {
|
|
36
36
|
flex-basis: var(--dsa-split__side--flex-basis, 210px);
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
margin-top: var(--dsa-split__side-top-margin, var(--ks-spacing-stack-l));
|
|
42
42
|
}
|
|
43
43
|
.l-split--sidebar-left > :last-child {
|
|
44
|
-
flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--
|
|
44
|
+
flex-basis: calc(var(--split__main--flex-basis) - var(--dsa-content--spacing) * 2);
|
|
45
45
|
}
|
|
46
46
|
.l-split--sidebar-left > :first-child {
|
|
47
47
|
flex-basis: var(--dsa-split__side--flex-basis, 210px);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
3
|
import { TestimonialsProps } from "../../TestimonialsProps-f7211553.js";
|
|
4
|
-
import { SliderProps } from "../../SliderProps-
|
|
4
|
+
import { SliderProps } from "../../SliderProps-93230a76.js";
|
|
5
5
|
interface ConditionalSliderProps extends SliderProps {
|
|
6
6
|
layout: "slider" | "list" | "alternating";
|
|
7
7
|
}
|
package/dist/global.css
CHANGED
|
@@ -291,7 +291,9 @@ h3 {
|
|
|
291
291
|
--c-rich-text_headline--margin:1.5em 0 1em;
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
|
-
:root
|
|
294
|
+
:root,
|
|
295
|
+
[ks-inverted],
|
|
296
|
+
[ks-theme] {
|
|
295
297
|
--dsa-text-color-on-primary-base: var(--ks-color-fg);
|
|
296
298
|
--dsa-text-color-on-primary-inverted-base: var(--ks-color-fg-inverted);
|
|
297
299
|
--dsa-topic--font: var(--ks-font-display-m);
|
|
@@ -304,8 +306,7 @@ h3 {
|
|
|
304
306
|
--dsa-link--text-decoration: underline;
|
|
305
307
|
--dsa-link--text-decoration_hover: underline;
|
|
306
308
|
--dsa-typo--highlight: linear-gradient(90deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
|
|
307
|
-
--dsa-content--
|
|
308
|
-
--dsa-content--vertical-spacing: var(--ks-spacing-xxl);
|
|
309
|
+
--dsa-content--spacing: var(--ks-spacing-inset-l);
|
|
309
310
|
--dsa-content--width_narrow: calc(var(--ks-font-size-copy-m) * 34);
|
|
310
311
|
--dsa-content--width_default: calc(var(--ks-font-size-copy-m) * 50);
|
|
311
312
|
--dsa-content--width_wide: calc(var(--ks-font-size-copy-m) * 64);
|
|
@@ -320,17 +321,23 @@ h3 {
|
|
|
320
321
|
--dsa-header--height: calc(var(--dsa-logo--height) + var(--ks-spacing-stack-m) + var(--ks-spacing-stack-m));
|
|
321
322
|
}
|
|
322
323
|
@media (min-width: 48em) {
|
|
323
|
-
:root
|
|
324
|
-
|
|
324
|
+
:root,
|
|
325
|
+
[ks-inverted],
|
|
326
|
+
[ks-theme] {
|
|
327
|
+
--dsa-content--spacing: var(--ks-spacing-inset-xl);
|
|
325
328
|
}
|
|
326
329
|
}
|
|
327
330
|
@media (min-width: 48em) {
|
|
328
|
-
:root
|
|
331
|
+
:root,
|
|
332
|
+
[ks-inverted],
|
|
333
|
+
[ks-theme] {
|
|
329
334
|
--dsa-logo--height: 2.5rem;
|
|
330
335
|
}
|
|
331
336
|
}
|
|
332
337
|
@media (min-width: 62em) {
|
|
333
|
-
:root
|
|
338
|
+
:root,
|
|
339
|
+
[ks-inverted],
|
|
340
|
+
[ks-theme] {
|
|
334
341
|
--dsa-logo--height: 3rem;
|
|
335
342
|
}
|
|
336
343
|
}
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 10 Jan 2025 13:
|
|
3
|
+
* Generated on Fri, 10 Jan 2025 13:43:16 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, 10 Jan 2025 13:
|
|
2730
|
+
* Generated on Fri, 10 Jan 2025 13:43:20 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, 10 Jan 2025 13:
|
|
5461
|
+
* Generated on Fri, 10 Jan 2025 13:43:18 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, 10 Jan 2025 13:
|
|
8462
|
+
* Generated on Fri, 10 Jan 2025 13:43:23 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