@kickstartds/ds-agency-premium 1.6.68 → 1.6.69--canary.45.1732.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.
Files changed (199) hide show
  1. package/dist/{BlogAsideProps-d9decb7c.d.ts → BlogAsideProps-c760fd2a.d.ts} +5 -5
  2. package/dist/{BlogAuthorProps-88a11566.d.ts → BlogAuthorProps-fb0241df.d.ts} +7 -2
  3. package/dist/BlogOverviewProps-9f207f1c.d.ts +2 -2
  4. package/dist/{BlogPostProps-d9decb7c.d.ts → BlogPostProps-6b3cff22.d.ts} +3 -3
  5. package/dist/{ButtonProps-03ff6d21.d.ts → ButtonProps-00ddee3a.d.ts} +4 -4
  6. package/dist/{CtaProps-93230a76.d.ts → CtaProps-babe4ee6.d.ts} +21 -11
  7. package/dist/EventAppointmentProps-443cd1ce.d.ts +38 -0
  8. package/dist/EventDetailProps-42a7eebe.d.ts +387 -0
  9. package/dist/EventLatestTeaserProps-fc9d3281.d.ts +58 -0
  10. package/dist/EventLocationProps-871bc198.d.ts +41 -0
  11. package/dist/{FeaturesProps-e58616a5.d.ts → FeaturesProps-a9041d97.d.ts} +9 -4
  12. package/dist/{FooterProps-171a3067.d.ts → FooterProps-a0a104ca.d.ts} +2 -2
  13. package/dist/{HeaderProps-e22382f1.d.ts → HeaderProps-72763967.d.ts} +2 -2
  14. package/dist/{HeroProps-f704d270.d.ts → HeroProps-40f6c7f5.d.ts} +9 -4
  15. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  16. package/dist/MosaicProps-d52c7151.d.ts +4 -4
  17. package/dist/PageProps-aa29c554.d.ts +1 -1
  18. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-7caa223c.d.ts} +14 -9
  19. package/dist/{SliderProps-93230a76.d.ts → SliderProps-babe4ee6.d.ts} +4 -4
  20. package/dist/{StatProps-79109ad0.d.ts → StatProps-12a3eae0.d.ts} +1 -1
  21. package/dist/StatsProps-bf5ef578.d.ts +1 -1
  22. package/dist/{TeaserCardProps-b9c28e78.d.ts → TeaserCardProps-994cb119.d.ts} +4 -4
  23. package/dist/{VideoCurtainProps-6c625a69.d.ts → VideoCurtainProps-a2c0cc7f.d.ts} +5 -5
  24. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +16 -8
  25. package/dist/components/blog-aside/blog-aside.schema.json +4 -4
  26. package/dist/components/blog-aside/index.d.ts +1 -1
  27. package/dist/components/blog-aside/index.js +1 -1
  28. package/dist/components/blog-author/blog-author.schema.dereffed.json +12 -4
  29. package/dist/components/blog-author/index.d.ts +1 -1
  30. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +178 -85
  31. package/dist/components/blog-post/blog-post.schema.dereffed.json +194 -93
  32. package/dist/components/blog-post/index.d.ts +1 -1
  33. package/dist/components/blog-teaser/index.js +5 -7
  34. package/dist/components/button/button.css +2 -2
  35. package/dist/components/button/button.schema.dereffed.json +3 -3
  36. package/dist/components/button/button.schema.json +3 -3
  37. package/dist/components/button/index.d.ts +1 -1
  38. package/dist/components/button/index.js +1 -1
  39. package/dist/components/button-group/button-group.schema.dereffed.json +3 -3
  40. package/dist/components/button-group/index.d.ts +1 -1
  41. package/dist/components/contact/contact.schema.dereffed.json +13 -5
  42. package/dist/components/contact/contact.schema.json +11 -5
  43. package/dist/components/contact/index.d.ts +6 -1
  44. package/dist/components/contact/index.js +1 -1
  45. package/dist/components/cta/cta.css +44 -56
  46. package/dist/components/cta/cta.schema.dereffed.json +28 -11
  47. package/dist/components/cta/cta.schema.json +23 -10
  48. package/dist/components/cta/index.d.ts +1 -1
  49. package/dist/components/cta/index.js +25 -26
  50. package/dist/components/downloads/downloads.css +153 -0
  51. package/dist/components/downloads/downloads.schema.dereffed.json +55 -0
  52. package/dist/components/downloads/downloads.schema.json +44 -0
  53. package/dist/components/downloads/index.d.ts +41 -0
  54. package/dist/components/downloads/index.js +18 -0
  55. package/dist/components/event-appointment/event-appointment.css +62 -0
  56. package/dist/components/event-appointment/event-appointment.schema.dereffed.json +56 -0
  57. package/dist/components/event-appointment/event-appointment.schema.json +47 -0
  58. package/dist/components/event-appointment/index.d.ts +7 -0
  59. package/dist/components/event-appointment/index.js +14 -0
  60. package/dist/components/event-detail/event-detail.schema.dereffed.json +287 -0
  61. package/dist/components/event-detail/event-detail.schema.json +74 -0
  62. package/dist/components/event-detail/index.d.ts +5 -0
  63. package/dist/components/event-detail/index.js +36 -0
  64. package/dist/components/event-header/event-header.css +6 -0
  65. package/dist/components/event-header/event-header.schema.dereffed.json +38 -0
  66. package/dist/components/event-header/event-header.schema.json +34 -0
  67. package/dist/components/event-header/index.d.ts +35 -0
  68. package/dist/components/event-header/index.js +20 -0
  69. package/dist/components/event-latest/event-latest.css +5 -0
  70. package/dist/components/event-latest/event-latest.schema.dereffed.json +142 -0
  71. package/dist/components/event-latest/event-latest.schema.json +46 -0
  72. package/dist/components/event-latest/index.d.ts +30 -0
  73. package/dist/components/event-latest/index.js +19 -0
  74. package/dist/components/event-latest-teaser/event-latest-teaser.css +128 -0
  75. package/dist/components/event-latest-teaser/event-latest-teaser.schema.dereffed.json +97 -0
  76. package/dist/components/event-latest-teaser/event-latest-teaser.schema.json +73 -0
  77. package/dist/components/event-latest-teaser/index.d.ts +8 -0
  78. package/dist/components/event-latest-teaser/index.js +18 -0
  79. package/dist/components/event-location/event-location.css +71 -0
  80. package/dist/components/event-location/event-location.schema.dereffed.json +126 -0
  81. package/dist/components/event-location/event-location.schema.json +61 -0
  82. package/dist/components/event-location/index.d.ts +7 -0
  83. package/dist/components/event-location/index.js +18 -0
  84. package/dist/components/feature/feature.schema.dereffed.json +13 -3
  85. package/dist/components/feature/feature.schema.json +11 -3
  86. package/dist/components/feature/index.d.ts +8 -3
  87. package/dist/components/feature/index.js +2 -2
  88. package/dist/components/features/features.css +7 -1
  89. package/dist/components/features/features.schema.dereffed.json +13 -3
  90. package/dist/components/features/features.schema.json +5 -2
  91. package/dist/components/features/index.d.ts +1 -1
  92. package/dist/components/features/index.js +2 -1
  93. package/dist/components/footer/footer.css +1 -1
  94. package/dist/components/footer/footer.schema.dereffed.json +12 -12
  95. package/dist/components/footer/index.d.ts +1 -1
  96. package/dist/components/footer/index.js +1 -1
  97. package/dist/components/gallery/gallery.schema.dereffed.json +2 -1
  98. package/dist/components/gallery/gallery.schema.json +2 -1
  99. package/dist/components/gallery/index.js +1 -1
  100. package/dist/components/header/header.css +47 -9
  101. package/dist/components/header/header.schema.dereffed.json +12 -12
  102. package/dist/components/header/index.d.ts +1 -1
  103. package/dist/components/header/index.js +5 -5
  104. package/dist/components/headline/headline.css +2 -2
  105. package/dist/components/hero/hero.css +61 -25
  106. package/dist/components/hero/hero.schema.dereffed.json +9 -3
  107. package/dist/components/hero/hero.schema.json +8 -2
  108. package/dist/components/hero/index.d.ts +1 -1
  109. package/dist/components/hero/index.js +39 -39
  110. package/dist/components/image-story/image-story.css +5 -2
  111. package/dist/components/image-story/image-story.schema.dereffed.json +3 -3
  112. package/dist/components/index/index.d.ts +4 -3
  113. package/dist/components/logos/index.js +1 -1
  114. package/dist/components/mosaic/index.js +1 -1
  115. package/dist/components/mosaic/mosaic.css +1 -1
  116. package/dist/components/mosaic/mosaic.schema.dereffed.json +3 -3
  117. package/dist/components/nav-dropdown/index.d.ts +1 -1
  118. package/dist/components/nav-dropdown/index.js +2 -2
  119. package/dist/components/nav-dropdown/nav-dropdown.css +12 -3
  120. package/dist/components/nav-dropdown/nav-dropdown.schema.dereffed.json +1 -1
  121. package/dist/components/nav-flyout/index.d.ts +2 -2
  122. package/dist/components/nav-flyout/index.js +6 -8
  123. package/dist/components/nav-flyout/nav-flyout.css +29 -15
  124. package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -12
  125. package/dist/components/nav-main/index.d.ts +5 -5
  126. package/dist/components/nav-main/index.js +0 -2
  127. package/dist/components/nav-main/nav-main.schema.dereffed.json +15 -15
  128. package/dist/components/nav-main/nav-main.schema.json +14 -14
  129. package/dist/components/nav-toggle/index.js +1 -1
  130. package/dist/components/nav-topbar/index.d.ts +2 -2
  131. package/dist/components/nav-topbar/index.js +2 -2
  132. package/dist/components/nav-topbar/nav-topbar.css +15 -2
  133. package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -12
  134. package/dist/components/page/page.schema.dereffed.json +150 -74
  135. package/dist/components/page-wrapper/index.js +42 -0
  136. package/dist/components/page-wrapper/tokens.css +425 -729
  137. package/dist/components/pagination/index.d.ts +25 -0
  138. package/dist/components/pagination/index.js +26 -0
  139. package/dist/components/pagination/pagination.css +30 -0
  140. package/dist/components/pagination/pagination.schema.dereffed.json +33 -0
  141. package/dist/components/pagination/pagination.schema.json +27 -0
  142. package/dist/components/presets.json +807 -259
  143. package/dist/components/section/index.d.ts +1 -1
  144. package/dist/components/section/index.js +11 -3
  145. package/dist/components/section/section.css +38 -58
  146. package/dist/components/section/section.schema.dereffed.json +150 -74
  147. package/dist/components/section/section.schema.json +8 -10
  148. package/dist/components/settings/settings.schema.dereffed.json +24 -24
  149. package/dist/components/slider/index.d.ts +1 -1
  150. package/dist/components/slider/slider.schema.dereffed.json +59 -26
  151. package/dist/components/split/split.css +2 -2
  152. package/dist/components/stat/index.d.ts +1 -1
  153. package/dist/components/stat/index.js +3 -12
  154. package/dist/components/stat/stat.schema.dereffed.json +3 -4
  155. package/dist/components/stat/stat.schema.json +2 -2
  156. package/dist/components/stats/stats.schema.dereffed.json +3 -4
  157. package/dist/components/teaser-card/index.d.ts +1 -1
  158. package/dist/components/teaser-card/index.js +9 -9
  159. package/dist/components/teaser-card/teaser-card.css +67 -47
  160. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -4
  161. package/dist/components/teaser-card/teaser-card.schema.json +4 -4
  162. package/dist/components/testimonials/index.d.ts +1 -1
  163. package/dist/components/tile/tile.schema.dereffed.json +3 -3
  164. package/dist/components/tile/tile.schema.json +2 -2
  165. package/dist/components/video-curtain/index.d.ts +1 -1
  166. package/dist/components/video-curtain/index.js +12 -4
  167. package/dist/components/video-curtain/video-curtain.css +52 -29
  168. package/dist/components/video-curtain/video-curtain.schema.dereffed.json +6 -4
  169. package/dist/components/video-curtain/video-curtain.schema.json +3 -3
  170. package/dist/global.css +283 -59
  171. package/dist/static/fonts/systemics/Montserrat-Bold.woff2 +0 -0
  172. package/dist/static/fonts/systemics/Montserrat-Light.woff2 +0 -0
  173. package/dist/static/fonts/systemics/Montserrat-Medium.woff2 +0 -0
  174. package/dist/static/fonts/systemics/Montserrat-Regular.woff2 +0 -0
  175. package/dist/static/fonts/systemics/Montserrat-SemiBold.woff2 +0 -0
  176. package/dist/static/img/about/angled-image.png +0 -0
  177. package/dist/static/img/about/cta.png +0 -0
  178. package/dist/static/img/about/cutout.png +0 -0
  179. package/dist/static/img/about/disclaimer.png +0 -0
  180. package/dist/static/img/about/purpose.png +0 -0
  181. package/dist/static/img/about/spoiler.png +0 -0
  182. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-01.svg +72 -0
  183. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-02.svg +112 -0
  184. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-03.svg +197 -0
  185. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-04.svg +76 -0
  186. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-05.svg +82 -0
  187. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-06.svg +219 -0
  188. package/dist/static/img/kickstartDS/CMS-Starter producthunt-slide-07.svg +85 -0
  189. package/dist/static/logo-dark.svg +13 -0
  190. package/dist/static/logo-dsa-inverted.svg +26 -0
  191. package/dist/static/logo-dsa.svg +26 -0
  192. package/dist/static/logo-inverted.svg +12 -25
  193. package/dist/static/logo.svg +12 -25
  194. package/dist/tokens/IconSprite.js +42 -0
  195. package/dist/tokens/icon-sprite.html +16 -0
  196. package/dist/tokens/themes.css +4 -4
  197. package/dist/tokens/tokens.css +425 -729
  198. package/dist/tokens/tokens.js +628 -730
  199. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-1cfcf6e8.js";
3
+ import { SectionProps } from "../../SectionProps-7caa223c.js";
4
4
  declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -7,7 +7,7 @@ import { SectionContextDefault as SectionContextDefault$1, SectionContext as Sec
7
7
  import { identifier } from './js/Section.client.js';
8
8
  import '@kickstartds/core/lib/component';
9
9
 
10
- const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, width = "default", style = "default", spotlight = false, backgroundColor = "default", backgroundImage, spaceBefore = "default", spaceAfter = "default", className, inverted, buttons = [], ...props }, ref) => {
10
+ const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, width = "default", style = "default", spotlight = false, backgroundColor = "default", transition, backgroundImage, spaceBefore = "default", spaceAfter = "default", className, inverted, buttons = [], ...props }, ref) => {
11
11
  const { large: headlineLarge = false, ...headlineRest } = {
12
12
  align: "left",
13
13
  ...headline,
@@ -30,7 +30,15 @@ const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, wi
30
30
  ? "symmetric-glow"
31
31
  : style === "anchorGlow"
32
32
  ? "anchor-glow"
33
- : style}`, headerSpacing && "dsa-section--header-spacing", spotlight && "dsa-section--spotlight", className), background: backgroundColor, backgroundImage: backgroundImage, content: content, headline: {
33
+ : style}`, transition &&
34
+ transition !== "none" &&
35
+ `dsa-section--transition-${transition}`, headerSpacing && "dsa-section--header-spacing", spotlight && "dsa-section--spotlight", className), background: backgroundColor === "default"
36
+ ? "default"
37
+ : backgroundColor === "accent"
38
+ ? "accent"
39
+ : backgroundColor === "bold"
40
+ ? "bold"
41
+ : undefined, backgroundImage: backgroundImage, content: content, headline: {
34
42
  ...headlineRest,
35
43
  spaceAfter: "large",
36
44
  // @ts-expect-error
@@ -41,7 +49,7 @@ const SectionContextDefault = forwardRef(({ headline, content, headerSpacing, wi
41
49
  buttons,
42
50
  // @ts-expect-error
43
51
  items: buttons,
44
- }, width: width, spaceBefore: spaceBefore, spaceAfter: spaceAfter, inverted: inverted, ref: ref, children: props.children }));
52
+ }, width: width, spaceBefore: spaceBefore, spaceAfter: spaceAfter, inverted: style === "colorful" ? true : inverted, ref: ref, children: props.children }));
45
53
  });
46
54
  const SectionContext = createContext(SectionContextDefault);
47
55
  const Section = forwardRef((props, ref) => {
@@ -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(--ks-spacing-xxl);
14
+ --dsa-section--space_default: var(--dsa-content--vertical-spacing);
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,10 +22,22 @@
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--spacing);
25
+ --dsa-section__content--padding: var(--dsa-content--horizontal-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);
29
+ --dsa-section--transition_to-default: linear-gradient(
30
+ 178deg,
31
+ transparent 75%,
32
+ var(--ks-background-color-default) 75%
33
+ );
34
+ --dsa-section--transition_to-accent: linear-gradient(178deg, transparent 75%, var(--ks-background-color-accent) 75%);
35
+ --dsa-section--transition_to-bold: linear-gradient(178deg, transparent 75%, var(--ks-background-color-bold) 75%);
36
+ --dsa-section--transition_to-inverted: linear-gradient(
37
+ 178deg,
38
+ transparent 75%,
39
+ var(--ks-background-color-default-inverted) 75%
40
+ );
29
41
  --dsa-section__slider-arrow--color: var(--ks-text-color-interface-interactive);
30
42
  --dsa-section__slider-arrow--size: 2rem;
31
43
  --dsa-section__slider-arrow--padding: 0.5em;
@@ -33,45 +45,8 @@
33
45
  --dsa-section__slider-arrow--opacity_hover: 1;
34
46
  --dsa-section__slider-arrow--opacity_disabled: 0.3;
35
47
  --dsa-section__slider-arrow--background: transparent;
36
- --dsa-section_stagelights--background-image: radial-gradient(
37
- 50% 150% at 100% -50%,
38
- var(--ks-color-primary-inverted-alpha-3) 0%,
39
- transparent 100%
40
- ),
41
- radial-gradient(50% 150% at 0% -50%, var(--ks-color-primary-alpha-3) 0%, transparent 100%);
42
- --dsa-section_anchor-glow--background-image: radial-gradient(
43
- 50% 50% at 50% 100%,
44
- var(--ks-color-secondary-alpha-5) 0%,
45
- transparent 100%
46
- );
47
- --dsa-section_symmetric-glow--background-image: radial-gradient(
48
- 20% 50% at 100% 50%,
49
- var(--ks-color-primary-alpha-5) 0%,
50
- transparent 100%
51
- ),
52
- radial-gradient(20% 50% at 0% 50%, var(--ks-color-primary-inverted-alpha-5) 0%, transparent 100%);
53
- --dsa-section_accent-transition--background-image: linear-gradient(
54
- 180deg,
55
- transparent 0%,
56
- var(--ks-background-color-accent) 100%
57
- );
58
- --dsa-section_bold-transition--background-image: linear-gradient(
59
- 180deg,
60
- transparent 0%,
61
- var(--ks-background-color-bold) 100%
62
- );
63
- --dsa-section_vertical-gradient--background-image: linear-gradient(
64
- 0deg,
65
- var(--ks-color-primary-alpha-5) 0%,
66
- var(--ks-color-secondary-alpha-5) 100%
67
- );
68
- --dsa-section_horizontal-gradient--background-image: linear-gradient(
69
- 90deg,
70
- var(--ks-color-primary-alpha-5) 0%,
71
- var(--ks-color-secondary-alpha-5) 100%
72
- );
73
- --dsa-section__spotlight--size: 150px;
74
- --dsa-section__spotlight--blur: 100%;
48
+ --dsa-section__spotlight--size: 50px;
49
+ --dsa-section__spotlight--blur: 0%;
75
50
  --dsa-section__spotlight--color: var(--ks-color-primary-alpha-5);
76
51
  }
77
52
 
@@ -128,6 +103,18 @@
128
103
  .l-section.dsa-section.l-section--bold {
129
104
  background-color: var(--dsa-section--background-color_bold, var(--ks-background-color-bold));
130
105
  }
106
+ .l-section.dsa-section.dsa-section--transition-to-accent {
107
+ background-image: var(--dsa-section--transition_to-accent, linear-gradient(180deg, transparent 0%, var(--ks-background-color-accent) 100%));
108
+ }
109
+ .l-section.dsa-section.dsa-section--transition-to-bold {
110
+ background-image: var(--dsa-section--transition_to-bold, linear-gradient(180deg, transparent 0%, var(--ks-background-color-bold) 100%));
111
+ }
112
+ .l-section.dsa-section.dsa-section--transition-to-default {
113
+ background-image: var(--dsa-section--transition_to-default, linear-gradient(180deg, transparent 0%, var(--ks-background-color-default) 100%));
114
+ }
115
+ .l-section.dsa-section.dsa-section--transition-to-inverted {
116
+ background-image: var(--dsa-section--transition_to-inverted, linear-gradient(180deg, transparent 80%, var(--ks-background-color-default-inverted) 80%));
117
+ }
131
118
  .l-section.dsa-section--header-spacing {
132
119
  padding-top: calc(var(--dsa-header--height) + var(--dsa-section--space_default));
133
120
  }
@@ -137,26 +124,19 @@
137
124
  .l-section.dsa-section--header-spacing.l-section--space-before-small {
138
125
  padding-top: calc(var(--dsa-header--height) + var(--dsa-section--space-small));
139
126
  }
140
- .l-section.dsa-section-style--stagelights {
141
- background-image: var(--dsa-section_stagelights--background-image, radial-gradient(50% 150% at 100% -50%, var(--ks-color-primary-inverted-alpha-3) 0%, transparent 100%), radial-gradient(50% 150% at 0% -50%, var(--ks-color-primary-alpha-3) 0%, transparent 100%));
142
- }
143
- .l-section.dsa-section-style--anchor-glow {
144
- background-image: var(--dsa-section_anchor-glow--background-image, radial-gradient(50% 50% at 50% 100%, var(--ks-color-secondary-alpha-5) 0%, transparent 100%));
145
- }
146
- .l-section.dsa-section-style--symmetric-glow {
147
- background-image: var(--dsa-section_symmetric-glow--background-image, radial-gradient(20% 50% at 100% 50%, var(--ks-color-primary-alpha-5) 0%, transparent 100%), radial-gradient(20% 50% at 0% 50%, var(--ks-color-primary-inverted-alpha-5) 0%, transparent 100%));
148
- }
149
- .l-section.dsa-section-style--accent-transition {
150
- background-image: var(--dsa-section_accent-transition--background-image, linear-gradient(180deg, transparent 0%, var(--ks-background-color-accent) 100%));
127
+ .l-section.dsa-section-style--framed {
128
+ background-color: var(--ks-background-color-accent);
151
129
  }
152
- .l-section.dsa-section-style--bold-transition {
153
- background-image: var(--dsa-section_bold-transition--background-image, linear-gradient(180deg, transparent 0%, var(--ks-background-color-bold) 100%));
130
+ .l-section.dsa-section-style--framed .l-section__container--content .l-section__content {
131
+ padding: var(--dsa-section--space_default);
132
+ background-color: var(--ks-background-color-default);
133
+ border-radius: var(--ks-border-radius-surface);
154
134
  }
155
- .l-section.dsa-section-style--vertical-gradient {
156
- background-image: var(--dsa-section_vertical-gradient--background-image, linear-gradient(0deg, var(--ks-color-primary-alpha-5) 0%, var(--ks-color-secondary-alpha-5) 100%));
135
+ .l-section.dsa-section-style--deko {
136
+ background-image: var(--dsa-section_deko--background-image, radial-gradient(180deg, transparent 0%, var(--ks-background-color-default) 100%));
157
137
  }
158
- .l-section.dsa-section-style--horizontal-gradient {
159
- background-image: var(--dsa-section_horizontal-gradient--background-image, linear-gradient(90deg, var(--ks-color-primary-alpha-5) 0%, var(--ks-color-secondary-alpha-5) 100%));
138
+ .l-section.dsa-section-style--colorful {
139
+ background-image: var(--dsa-section_colorful--background-image, linear-gradient(145deg, var(--ks-color-primary) 30%, #4aaea9 100%));
160
140
  }
161
141
  .l-section.dsa-section--spotlight {
162
142
  position: relative;
@@ -23,15 +23,10 @@
23
23
  "title": "Style",
24
24
  "description": "Style of background",
25
25
  "enum": [
26
- "stagelights",
27
- "horizontalGradient",
28
- "verticalGradient",
29
- "accentTransition",
30
- "boldTransition",
31
- "symmetricGlow",
32
- "anchorGlow"
33
- ],
34
- "default": "default"
26
+ "framed",
27
+ "deko",
28
+ "colorful"
29
+ ]
35
30
  },
36
31
  "backgroundColor": {
37
32
  "type": "string",
@@ -44,6 +39,19 @@
44
39
  ],
45
40
  "default": "default"
46
41
  },
42
+ "transition": {
43
+ "type": "string",
44
+ "title": "Style",
45
+ "description": "Color of background",
46
+ "enum": [
47
+ "none",
48
+ "to-default",
49
+ "to-accent",
50
+ "to-bold",
51
+ "to-inverted"
52
+ ],
53
+ "default": "default"
54
+ },
47
55
  "backgroundImage": {
48
56
  "title": "Background image",
49
57
  "description": "Background image for the whole section",
@@ -268,12 +276,6 @@
268
276
  "default": false,
269
277
  "type": "boolean"
270
278
  },
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
- },
277
279
  "buttons": {
278
280
  "type": "array",
279
281
  "items": {
@@ -294,10 +296,10 @@
294
296
  "title": "Icon",
295
297
  "description": "Choose an icon"
296
298
  },
297
- "target": {
299
+ "url": {
298
300
  "type": "string",
299
- "title": "Target",
300
- "description": "Target that should be linked, makes the button behave like a link semantically",
301
+ "title": "URL",
302
+ "description": "The URL to link to when the button is clicked",
301
303
  "format": "uri"
302
304
  }
303
305
  },
@@ -337,6 +339,17 @@
337
339
  "title": "Alt text",
338
340
  "description": "Image description",
339
341
  "type": "string"
342
+ },
343
+ "align": {
344
+ "title": "Vertical alignment of the image",
345
+ "description": "Select a vertical alignment for the image",
346
+ "type": "string",
347
+ "enum": [
348
+ "center",
349
+ "top",
350
+ "bottom"
351
+ ],
352
+ "default": "center"
340
353
  }
341
354
  },
342
355
  "additionalProperties": false
@@ -371,9 +384,9 @@
371
384
  "type": "string",
372
385
  "default": "left"
373
386
  },
374
- "contentAlign": {
387
+ "align": {
375
388
  "title": "Vertical alignment of the content",
376
- "description": "Select a vertical alignment for the image",
389
+ "description": "Select a vertical alignment for the content",
377
390
  "type": "string",
378
391
  "enum": [
379
392
  "center",
@@ -382,6 +395,18 @@
382
395
  ],
383
396
  "default": "center"
384
397
  },
398
+ "padding": {
399
+ "title": "Padding",
400
+ "description": "Toggle padding of the content",
401
+ "type": "boolean",
402
+ "default": false
403
+ },
404
+ "inverted": {
405
+ "title": "Inverted",
406
+ "description": "Toggle inversion of the component",
407
+ "type": "boolean",
408
+ "default": false
409
+ },
385
410
  "type": {
386
411
  "const": "cta"
387
412
  }
@@ -558,10 +583,10 @@
558
583
  "cta": {
559
584
  "type": "object",
560
585
  "properties": {
561
- "target": {
586
+ "url": {
562
587
  "type": "string",
563
- "title": "Call to Action target",
564
- "description": "The CTA target",
588
+ "title": "Call to Action url",
589
+ "description": "The CTA url",
565
590
  "default": "#",
566
591
  "format": "uri"
567
592
  },
@@ -573,6 +598,16 @@
573
598
  "examples": [
574
599
  "See all our partners"
575
600
  ]
601
+ },
602
+ "icon": {
603
+ "type": "string",
604
+ "format": "icon",
605
+ "title": "Icon",
606
+ "description": "Icon for the link style of the cta",
607
+ "examples": [
608
+ "arrow-right"
609
+ ],
610
+ "default": "arrow-right"
576
611
  }
577
612
  },
578
613
  "additionalProperties": false
@@ -646,7 +681,8 @@
646
681
  "stack",
647
682
  "smallTiles",
648
683
  "largeTiles"
649
- ]
684
+ ],
685
+ "default": "smallTiles"
650
686
  },
651
687
  "aspectRatio": {
652
688
  "type": "string",
@@ -748,10 +784,10 @@
748
784
  "title": "Icon",
749
785
  "description": "Choose an icon"
750
786
  },
751
- "target": {
787
+ "url": {
752
788
  "type": "string",
753
- "title": "Target",
754
- "description": "Target that should be linked, makes the button behave like a link semantically",
789
+ "title": "URL",
790
+ "description": "The URL to link to when the button is clicked",
755
791
  "format": "uri"
756
792
  }
757
793
  },
@@ -840,6 +876,12 @@
840
876
  "type": "string",
841
877
  "default": "bottom"
842
878
  },
879
+ "inverted": {
880
+ "type": "boolean",
881
+ "title": "Inverted",
882
+ "description": "Inverted color scheme for the box",
883
+ "default": false
884
+ },
843
885
  "type": {
844
886
  "const": "hero"
845
887
  }
@@ -978,10 +1020,10 @@
978
1020
  "Book a meeting"
979
1021
  ]
980
1022
  },
981
- "target": {
1023
+ "url": {
982
1024
  "type": "string",
983
- "title": "Target",
984
- "description": "Target that should be linked, makes the button behave like a link semantically",
1025
+ "title": "URL",
1026
+ "description": "The URL to link to when the button is clicked",
985
1027
  "format": "uri"
986
1028
  },
987
1029
  "variant": {
@@ -1378,10 +1420,10 @@
1378
1420
  "Book a meeting"
1379
1421
  ]
1380
1422
  },
1381
- "target": {
1423
+ "url": {
1382
1424
  "type": "string",
1383
- "title": "Target",
1384
- "description": "Target that should be linked, makes the button behave like a link semantically",
1425
+ "title": "URL",
1426
+ "description": "The URL to link to when the button is clicked",
1385
1427
  "format": "uri"
1386
1428
  },
1387
1429
  "icon": {
@@ -1530,12 +1572,6 @@
1530
1572
  "default": false,
1531
1573
  "type": "boolean"
1532
1574
  },
1533
- "fullWidth": {
1534
- "title": "Width",
1535
- "description": "Set the width of the content to the full width of the element",
1536
- "type": "boolean",
1537
- "default": false
1538
- },
1539
1575
  "buttons": {
1540
1576
  "type": "array",
1541
1577
  "items": {
@@ -1556,10 +1592,10 @@
1556
1592
  "title": "Icon",
1557
1593
  "description": "Choose an icon"
1558
1594
  },
1559
- "target": {
1595
+ "url": {
1560
1596
  "type": "string",
1561
- "title": "Target",
1562
- "description": "Target that should be linked, makes the button behave like a link semantically",
1597
+ "title": "URL",
1598
+ "description": "The URL to link to when the button is clicked",
1563
1599
  "format": "uri"
1564
1600
  }
1565
1601
  },
@@ -1599,6 +1635,17 @@
1599
1635
  "title": "Alt text",
1600
1636
  "description": "Image description",
1601
1637
  "type": "string"
1638
+ },
1639
+ "align": {
1640
+ "title": "Vertical alignment of the image",
1641
+ "description": "Select a vertical alignment for the image",
1642
+ "type": "string",
1643
+ "enum": [
1644
+ "center",
1645
+ "top",
1646
+ "bottom"
1647
+ ],
1648
+ "default": "center"
1602
1649
  }
1603
1650
  },
1604
1651
  "additionalProperties": false
@@ -1633,9 +1680,9 @@
1633
1680
  "type": "string",
1634
1681
  "default": "left"
1635
1682
  },
1636
- "contentAlign": {
1683
+ "align": {
1637
1684
  "title": "Vertical alignment of the content",
1638
- "description": "Select a vertical alignment for the image",
1685
+ "description": "Select a vertical alignment for the content",
1639
1686
  "type": "string",
1640
1687
  "enum": [
1641
1688
  "center",
@@ -1644,6 +1691,18 @@
1644
1691
  ],
1645
1692
  "default": "center"
1646
1693
  },
1694
+ "padding": {
1695
+ "title": "Padding",
1696
+ "description": "Toggle padding of the content",
1697
+ "type": "boolean",
1698
+ "default": false
1699
+ },
1700
+ "inverted": {
1701
+ "title": "Inverted",
1702
+ "description": "Toggle inversion of the component",
1703
+ "type": "boolean",
1704
+ "default": false
1705
+ },
1647
1706
  "type": {
1648
1707
  "const": "cta"
1649
1708
  }
@@ -1737,10 +1796,10 @@
1737
1796
  "cta": {
1738
1797
  "type": "object",
1739
1798
  "properties": {
1740
- "target": {
1799
+ "url": {
1741
1800
  "type": "string",
1742
- "title": "Call to Action target",
1743
- "description": "The CTA target",
1801
+ "title": "Call to Action url",
1802
+ "description": "The CTA url",
1744
1803
  "default": "#",
1745
1804
  "format": "uri"
1746
1805
  },
@@ -1752,6 +1811,16 @@
1752
1811
  "examples": [
1753
1812
  "See all our partners"
1754
1813
  ]
1814
+ },
1815
+ "icon": {
1816
+ "type": "string",
1817
+ "format": "icon",
1818
+ "title": "Icon",
1819
+ "description": "Icon for the link style of the cta",
1820
+ "examples": [
1821
+ "arrow-right"
1822
+ ],
1823
+ "default": "arrow-right"
1755
1824
  }
1756
1825
  },
1757
1826
  "additionalProperties": false
@@ -1825,7 +1894,8 @@
1825
1894
  "stack",
1826
1895
  "smallTiles",
1827
1896
  "largeTiles"
1828
- ]
1897
+ ],
1898
+ "default": "smallTiles"
1829
1899
  },
1830
1900
  "aspectRatio": {
1831
1901
  "type": "string",
@@ -1927,10 +1997,10 @@
1927
1997
  "title": "Icon",
1928
1998
  "description": "Choose an icon"
1929
1999
  },
1930
- "target": {
2000
+ "url": {
1931
2001
  "type": "string",
1932
- "title": "Target",
1933
- "description": "Target that should be linked, makes the button behave like a link semantically",
2002
+ "title": "URL",
2003
+ "description": "The URL to link to when the button is clicked",
1934
2004
  "format": "uri"
1935
2005
  }
1936
2006
  },
@@ -2019,6 +2089,12 @@
2019
2089
  "type": "string",
2020
2090
  "default": "bottom"
2021
2091
  },
2092
+ "inverted": {
2093
+ "type": "boolean",
2094
+ "title": "Inverted",
2095
+ "description": "Inverted color scheme for the box",
2096
+ "default": false
2097
+ },
2022
2098
  "type": {
2023
2099
  "const": "hero"
2024
2100
  }
@@ -2250,13 +2326,12 @@
2250
2326
  "number": {
2251
2327
  "title": "Number",
2252
2328
  "description": "The number of the stat",
2253
- "type": "string",
2329
+ "type": "integer",
2254
2330
  "examples": [
2255
2331
  1,
2256
- "5x",
2257
2332
  2,
2258
- "40%",
2259
- "bis zu 100"
2333
+ 3,
2334
+ 4
2260
2335
  ]
2261
2336
  },
2262
2337
  "description": {
@@ -2361,10 +2436,10 @@
2361
2436
  "description": "Layout for the Teaser Card",
2362
2437
  "default": "stack"
2363
2438
  },
2364
- "target": {
2439
+ "url": {
2365
2440
  "type": "string",
2366
- "title": "Target",
2367
- "description": "Target that should be linked",
2441
+ "title": "Url",
2442
+ "description": "Url that should be linked",
2368
2443
  "format": "uri"
2369
2444
  },
2370
2445
  "button": {
@@ -2417,7 +2492,7 @@
2417
2492
  "additionalProperties": false,
2418
2493
  "required": [
2419
2494
  "topic",
2420
- "target"
2495
+ "url"
2421
2496
  ]
2422
2497
  },
2423
2498
  {
@@ -2610,13 +2685,12 @@
2610
2685
  "number": {
2611
2686
  "title": "Number",
2612
2687
  "description": "The number of the stat",
2613
- "type": "string",
2688
+ "type": "integer",
2614
2689
  "examples": [
2615
2690
  1,
2616
- "5x",
2617
2691
  2,
2618
- "40%",
2619
- "bis zu 100"
2692
+ 3,
2693
+ 4
2620
2694
  ]
2621
2695
  },
2622
2696
  "description": {
@@ -2721,10 +2795,10 @@
2721
2795
  "description": "Layout for the Teaser Card",
2722
2796
  "default": "stack"
2723
2797
  },
2724
- "target": {
2798
+ "url": {
2725
2799
  "type": "string",
2726
- "title": "Target",
2727
- "description": "Target that should be linked",
2800
+ "title": "Url",
2801
+ "description": "Url that should be linked",
2728
2802
  "format": "uri"
2729
2803
  },
2730
2804
  "button": {
@@ -2777,7 +2851,7 @@
2777
2851
  "additionalProperties": false,
2778
2852
  "required": [
2779
2853
  "topic",
2780
- "target"
2854
+ "url"
2781
2855
  ]
2782
2856
  },
2783
2857
  {
@@ -2989,10 +3063,10 @@
2989
3063
  "title": "Icon",
2990
3064
  "description": "Choose an icon"
2991
3065
  },
2992
- "target": {
3066
+ "url": {
2993
3067
  "type": "string",
2994
- "title": "Target",
2995
- "description": "Target that should be linked, makes the button behave like a link semantically",
3068
+ "title": "URL",
3069
+ "description": "The URL to link to when the button is clicked",
2996
3070
  "format": "uri"
2997
3071
  }
2998
3072
  },
@@ -3048,8 +3122,10 @@
3048
3122
  "description": "Choose the alginment of the module content",
3049
3123
  "enum": [
3050
3124
  "center",
3125
+ "bottom",
3051
3126
  "left",
3052
- "right"
3127
+ "right",
3128
+ "corner"
3053
3129
  ],
3054
3130
  "type": "string",
3055
3131
  "default": "bottom"
@@ -3082,10 +3158,10 @@
3082
3158
  "Book a meeting"
3083
3159
  ]
3084
3160
  },
3085
- "target": {
3161
+ "url": {
3086
3162
  "type": "string",
3087
- "title": "Target",
3088
- "description": "Target that should be linked, makes the button behave like a link semantically",
3163
+ "title": "URL",
3164
+ "description": "The URL to link to when the button is clicked",
3089
3165
  "format": "uri"
3090
3166
  },
3091
3167
  "variant": {