@kickstartds/ds-agency-premium 1.6.58--canary.40.1476.0 → 1.6.58

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.
Files changed (33) hide show
  1. package/dist/BlogOverviewProps-9f207f1c.d.ts +1 -1
  2. package/dist/BlogPostProps-6b3cff22.d.ts +1 -1
  3. package/dist/{CtaProps-02e33bf1.d.ts → CtaProps-93230a76.d.ts} +8 -8
  4. package/dist/SectionProps-1cfcf6e8.d.ts +2 -2
  5. package/dist/{SliderProps-02e33bf1.d.ts → SliderProps-93230a76.d.ts} +1 -1
  6. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +24 -39
  7. package/dist/components/blog-post/blog-post.schema.dereffed.json +24 -39
  8. package/dist/components/cta/cta.css +61 -35
  9. package/dist/components/cta/cta.schema.dereffed.json +8 -13
  10. package/dist/components/cta/cta.schema.json +8 -9
  11. package/dist/components/cta/index.d.ts +1 -1
  12. package/dist/components/cta/index.js +6 -4
  13. package/dist/components/footer/footer.css +1 -1
  14. package/dist/components/header/header.css +1 -1
  15. package/dist/components/headline/headline.css +1 -1
  16. package/dist/components/hero/hero.css +2 -3
  17. package/dist/components/image-story/image-story.css +2 -5
  18. package/dist/components/mosaic/mosaic.css +1 -1
  19. package/dist/components/page/page.schema.dereffed.json +16 -26
  20. package/dist/components/page-wrapper/tokens.css +1 -1
  21. package/dist/components/presets.json +49 -45
  22. package/dist/components/section/section.css +2 -2
  23. package/dist/components/section/section.schema.dereffed.json +16 -26
  24. package/dist/components/slider/index.d.ts +1 -1
  25. package/dist/components/slider/slider.schema.dereffed.json +8 -13
  26. package/dist/components/split/split.css +2 -2
  27. package/dist/components/stats/stats.css +2 -6
  28. package/dist/components/testimonials/index.d.ts +1 -1
  29. package/dist/global.css +3 -4
  30. package/dist/tokens/themes.css +4 -4
  31. package/dist/tokens/tokens.css +1 -1
  32. package/dist/tokens/tokens.js +1 -1
  33. package/package.json +1 -1
@@ -6,7 +6,7 @@
6
6
  --dsa-headline--space-after_large: var(--ks-spacing-stack-l);
7
7
  --dsa-headline--space-after_small: var(--ks-spacing-stack-m);
8
8
  --dsa-headline--space-after_minimum: var(--ks-spacing-stack-s);
9
- --dsa-headline--higlight-background: linear-gradient(90deg, var(--ks-color-secondary), var(--ks-color-primary));
9
+ --dsa-headline--higlight-background: var(--dsa-typo--highlight);
10
10
  --dsa-headline__subheadline--color: var(--ks-text-color-primary);
11
11
  --dsa-headline__subheadline--font-weight: var(--ks-font-weight-semi-bold);
12
12
  --dsa-headline_h1--font: var(--ks-font-display-xxl);
@@ -17,7 +17,6 @@
17
17
  --dsa-hero__textbox--background-color: var(--ks-color-bg-alpha-2);
18
18
  --dsa-hero__textbox--border-radius: var(--ks-border-radius-surface);
19
19
  --dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
20
- --dsa-hero_below__textbox--max-width: var(--dsa-content--width_default);
21
20
  --dsa-hero__textbox--padding: var(--ks-spacing-inset-squish-xl);
22
21
  --dsa-hero__overlay--background: linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%);
23
22
  }
@@ -115,12 +114,12 @@
115
114
  height: var(--c-visual--min-height);
116
115
  }
117
116
  .c-visual.dsa-hero.dsa-hero--content-below .c-visual__content {
118
- padding: 0 var(--dsa-content--horizontal-spacing);
117
+ padding: 0 var(--dsa-content--spacing);
119
118
  margin-top: -10%;
120
119
  position: relative;
121
120
  }
122
121
  .c-visual.dsa-hero.dsa-hero--content-below .c-visual__content .c-visual__box {
123
- --c-visual_box--max-width: var(--dsa-hero_below__textbox--max-width, var(--dsa-content--width_default));
122
+ --c-visual_box--max-width: var(--dsa-content--width_default);
124
123
  }
125
124
  @container visual (min-width: 640px) {
126
125
  .c-visual.dsa-hero.dsa-hero--content-below.c-visual--no-crop .c-visual__media .c-visual__image {
@@ -1,6 +1,6 @@
1
1
  .dsa-image-story.c-storytelling {
2
2
  --dsa-image-story--gap: var(--ks-spacing-m);
3
- --dsa-image-story--horizontal-padding: var(--dsa-content--horizontal-spacing);
3
+ --dsa-image-story--horizontal-padding: var(--dsa-content--spacing);
4
4
  --dsa-image-story--vertical-padding: var(--ks-spacing-xl);
5
5
  --dsa-image-story__copy--font: var(--dsa-rich-text--font);
6
6
  --dsa-image-story__copy--color: var(--dsa-rich-text--color);
@@ -8,10 +8,7 @@
8
8
 
9
9
  .c-storytelling.dsa-image-story {
10
10
  gap: var(--c-storytelling--horizontal-padding);
11
- --c-storytelling--horizontal-padding: var(
12
- --dsa-image-story--horizontal-padding,
13
- var(--dsa-content--horizontal-spacing)
14
- );
11
+ --c-storytelling--horizontal-padding: var(--dsa-image-story--horizontal-padding, var(--dsa-content--spacing));
15
12
  --c-storytelling--vertical-padding: var(--dsa-image-story--vertical-padding, var(--ks-spacing-xl));
16
13
  }
17
14
  .c-storytelling.dsa-image-story .c-storytelling__box__content {
@@ -1,6 +1,6 @@
1
1
  .dsa-mosaic {
2
2
  --dsa-mosaic--vertical-padding: var(--l-section--space-default);
3
- --dsa-mosaic--horizontal-padding: var(--dsa-content--horizontal-spacing);
3
+ --dsa-mosaic--horizontal-padding: var(--dsa-content--spacing);
4
4
  --dsa-mosaic__copy--font: var(--dsa-rich-text--font);
5
5
  --dsa-mosaic__copy--color: var(--ks-text-color-default);
6
6
  --dsa-mosaic__headline--color: var(--dsa-headline--color);
@@ -282,6 +282,12 @@
282
282
  "default": false,
283
283
  "type": "boolean"
284
284
  },
285
+ "fullWidth": {
286
+ "title": "Width",
287
+ "description": "Set the width of the content to the full width of the element",
288
+ "type": "boolean",
289
+ "default": false
290
+ },
285
291
  "buttons": {
286
292
  "type": "array",
287
293
  "items": {
@@ -345,17 +351,6 @@
345
351
  "title": "Alt text",
346
352
  "description": "Image description",
347
353
  "type": "string"
348
- },
349
- "align": {
350
- "title": "Vertical alignment of the image",
351
- "description": "Select a vertical alignment for the image",
352
- "type": "string",
353
- "enum": [
354
- "center",
355
- "top",
356
- "bottom"
357
- ],
358
- "default": "center"
359
354
  }
360
355
  },
361
356
  "additionalProperties": false
@@ -390,9 +385,9 @@
390
385
  "type": "string",
391
386
  "default": "left"
392
387
  },
393
- "align": {
388
+ "contentAlign": {
394
389
  "title": "Vertical alignment of the content",
395
- "description": "Select a vertical alignment for the content",
390
+ "description": "Select a vertical alignment for the image",
396
391
  "type": "string",
397
392
  "enum": [
398
393
  "center",
@@ -1543,6 +1538,12 @@
1543
1538
  "default": false,
1544
1539
  "type": "boolean"
1545
1540
  },
1541
+ "fullWidth": {
1542
+ "title": "Width",
1543
+ "description": "Set the width of the content to the full width of the element",
1544
+ "type": "boolean",
1545
+ "default": false
1546
+ },
1546
1547
  "buttons": {
1547
1548
  "type": "array",
1548
1549
  "items": {
@@ -1606,17 +1607,6 @@
1606
1607
  "title": "Alt text",
1607
1608
  "description": "Image description",
1608
1609
  "type": "string"
1609
- },
1610
- "align": {
1611
- "title": "Vertical alignment of the image",
1612
- "description": "Select a vertical alignment for the image",
1613
- "type": "string",
1614
- "enum": [
1615
- "center",
1616
- "top",
1617
- "bottom"
1618
- ],
1619
- "default": "center"
1620
1610
  }
1621
1611
  },
1622
1612
  "additionalProperties": false
@@ -1651,9 +1641,9 @@
1651
1641
  "type": "string",
1652
1642
  "default": "left"
1653
1643
  },
1654
- "align": {
1644
+ "contentAlign": {
1655
1645
  "title": "Vertical alignment of the content",
1656
- "description": "Select a vertical alignment for the content",
1646
+ "description": "Select a vertical alignment for the image",
1657
1647
  "type": "string",
1658
1648
  "enum": [
1659
1649
  "center",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Jan 2025 13:14:08 GMT
3
+ * Generated on Fri, 10 Jan 2025 13:28:40 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);