@kickstartds/ds-agency-premium 1.6.47--canary.39.1402.0 → 1.6.48

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.
@@ -24,7 +24,6 @@ const CtaContextDefault = forwardRef(({ headline, highlightText = false, sub, im
24
24
  textAlign: textAlign,
25
25
  vAlign: contentAlign,
26
26
  link: {
27
- // @ts-expect-error
28
27
  buttons,
29
28
  colorNeutral: colorNeutral,
30
29
  arrangement: textAlign,
@@ -32,7 +32,6 @@ const ImageStoryContextDefault = forwardRef(({ headline, largeHeadline = false,
32
32
  text: text,
33
33
  textAlign: textAlign,
34
34
  vAlign: "top",
35
- // @ts-expect-error
36
35
  link: { buttons },
37
36
  headline: {
38
37
  text: headline,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Dec 2024 12:19:36 GMT
3
+ * Generated on Thu, 19 Dec 2024 13:06:41 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -2590,6 +2590,38 @@
2590
2590
  },
2591
2591
  "screenshot": "img/screenshots/layout-section--inverted.png"
2592
2592
  },
2593
+ {
2594
+ "id": "layout-section--background-image",
2595
+ "group": "Layout/Section",
2596
+ "name": "BackgroundImage",
2597
+ "code": "<Section\n backgroundColor=\"default\"\n backgroundImage=\"/img/bg_dot-carpet-blue.svg\"\n content={{\n align: 'center',\n gutter: 'default',\n mode: 'default',\n tileWidth: 'default',\n width: 'unset'\n }}\n headline={{\n large: false,\n sub: 'We can create something shining for you too!',\n text: 'Happy Customers Showcases',\n width: 'unset'\n }}\n spaceAfter=\"default\"\n spaceBefore=\"default\"\n style=\"default\"\n width=\"default\"\n>\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Transformation Love Story\"\n image=\"/img/showcases/comp_tfe01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"See how we saved TechFusions a year's worth of development time\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Speed and Scale\"\n image=\"/img/showcases/comp_audio01.jpg\"\n label=\"Freshest Fruit\"\n layout=\"row\"\n target=\"#\"\n text=\"Thanks to rapid landing page creation for LaunchPad Audio Innovations\"\n />\n <TeaserCard\n button={{\n hidden: true,\n label: 'Go to Page'\n }}\n headline=\"Saving Time and Money\"\n image=\"/img/showcases/comp_eco01.jpg\"\n layout=\"row\"\n target=\"#\"\n text=\"Navigating the Headless Frontier for EcoTech's 'Brand Consistency\"\n />\n</Section>",
2598
+ "args": {
2599
+ "width": "default",
2600
+ "style": "default",
2601
+ "backgroundColor": "default",
2602
+ "spotlight": false,
2603
+ "spaceBefore": "default",
2604
+ "spaceAfter": "default",
2605
+ "inverted": false,
2606
+ "headerSpacing": false,
2607
+ "headline": {
2608
+ "text": "Happy Customers Showcases",
2609
+ "large": false,
2610
+ "width": "unset",
2611
+ "sub": "We can create something shining for you too!"
2612
+ },
2613
+ "content": {
2614
+ "width": "unset",
2615
+ "align": "center",
2616
+ "gutter": "default",
2617
+ "mode": "default",
2618
+ "tileWidth": "default"
2619
+ },
2620
+ "buttons": [],
2621
+ "backgroundImage": "/img/bg_dot-carpet-blue.svg"
2622
+ },
2623
+ "screenshot": "img/screenshots/layout-section--background-image.png"
2624
+ },
2593
2625
  {
2594
2626
  "id": "layout-section--spotlight",
2595
2627
  "group": "Layout/Section",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Dec 2024 12:19:39 GMT
3
+ * Generated on Thu, 19 Dec 2024 13:06:43 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 Thu, 19 Dec 2024 12:19:43 GMT
2730
+ * Generated on Thu, 19 Dec 2024 13:06:47 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 Thu, 19 Dec 2024 12:19:41 GMT
5461
+ * Generated on Thu, 19 Dec 2024 13:06:45 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 Thu, 19 Dec 2024 12:19:45 GMT
8462
+ * Generated on Thu, 19 Dec 2024 13:06:50 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Dec 2024 12:19:36 GMT
3
+ * Generated on Thu, 19 Dec 2024 13:06:41 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Dec 2024 12:19:37 GMT
3
+ * Generated on Thu, 19 Dec 2024 13:06:41 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#230a2b";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.47--canary.39.1402.0",
3
+ "version": "1.6.48",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -79,11 +79,11 @@
79
79
  "devDependencies": {
80
80
  "@auto-it/npm": "^11.0.1",
81
81
  "@auto-it/released": "^11.0.1",
82
- "@kickstartds/base": "4.2.0-canary.1708.7098.0",
83
- "@kickstartds/blog": "4.2.0-canary.1708.7098.0",
84
- "@kickstartds/content": "^4.0.0",
85
- "@kickstartds/core": "^4.0.2",
86
- "@kickstartds/form": "4.2.0-canary.1708.7098.0",
82
+ "@kickstartds/base": "^4.1.0",
83
+ "@kickstartds/blog": "^4.1.0",
84
+ "@kickstartds/content": "^4.1.1",
85
+ "@kickstartds/core": "^4.1.0",
86
+ "@kickstartds/form": "^4.1.0",
87
87
  "@kickstartds/jsonschema-utils": "^3.4.2",
88
88
  "@kickstartds/jsonschema2types": "^1.1.51",
89
89
  "@kickstartds/storybook-addon-component-tokens": "^3.0.0",