@kickstartds/ds-agency-premium 1.6.65--canary.40.1537.0 → 1.6.66

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 (41) hide show
  1. package/dist/BlogOverviewProps-1cfcf6e8.d.ts +2 -2
  2. package/dist/{BlogPostProps-1cfcf6e8.d.ts → BlogPostProps-d9decb7c.d.ts} +2 -2
  3. package/dist/{CtaProps-fd5e75dc.d.ts → CtaProps-93230a76.d.ts} +8 -13
  4. package/dist/{HtmlProps-8e95ed81.d.ts → HtmlProps-9d091769.d.ts} +6 -1
  5. package/dist/PageProps-1cfcf6e8.d.ts +1 -1
  6. package/dist/{SectionProps-1cfcf6e8.d.ts → SectionProps-03ff6d21.d.ts} +3 -3
  7. package/dist/{SliderProps-fd5e75dc.d.ts → SliderProps-93230a76.d.ts} +1 -1
  8. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +30 -57
  9. package/dist/components/blog-post/blog-post.schema.dereffed.json +30 -57
  10. package/dist/components/blog-post/index.d.ts +1 -1
  11. package/dist/components/cta/cta.css +57 -37
  12. package/dist/components/cta/cta.schema.dereffed.json +8 -19
  13. package/dist/components/cta/cta.schema.json +8 -15
  14. package/dist/components/cta/index.d.ts +1 -1
  15. package/dist/components/cta/index.js +6 -4
  16. package/dist/components/footer/footer.css +1 -1
  17. package/dist/components/header/header.css +1 -1
  18. package/dist/components/hero/hero.css +2 -3
  19. package/dist/components/html/html.css +5 -1
  20. package/dist/components/html/html.schema.dereffed.json +6 -0
  21. package/dist/components/html/html.schema.json +7 -6
  22. package/dist/components/html/index.d.ts +1 -1
  23. package/dist/components/html/index.js +2 -2
  24. package/dist/components/image-story/image-story.css +2 -5
  25. package/dist/components/index/index.d.ts +1 -1
  26. package/dist/components/mosaic/mosaic.css +1 -1
  27. package/dist/components/page/page.schema.dereffed.json +22 -38
  28. package/dist/components/page-wrapper/tokens.css +1 -1
  29. package/dist/components/presets.json +54 -57
  30. package/dist/components/section/index.d.ts +1 -1
  31. package/dist/components/section/section.css +2 -2
  32. package/dist/components/section/section.schema.dereffed.json +22 -38
  33. package/dist/components/slider/index.d.ts +1 -1
  34. package/dist/components/slider/slider.schema.dereffed.json +8 -19
  35. package/dist/components/split/split.css +2 -2
  36. package/dist/components/testimonials/index.d.ts +1 -1
  37. package/dist/global.css +2 -3
  38. package/dist/tokens/themes.css +4 -4
  39. package/dist/tokens/tokens.css +1 -1
  40. package/dist/tokens/tokens.js +1 -1
  41. package/package.json +1 -1
@@ -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
- "align": {
374
+ "contentAlign": {
380
375
  "title": "Vertical alignment of the content",
381
- "description": "Select a vertical alignment for the content",
376
+ "description": "Select a vertical alignment for the image",
382
377
  "type": "string",
383
378
  "enum": [
384
379
  "center",
@@ -387,12 +382,6 @@
387
382
  ],
388
383
  "default": "center"
389
384
  },
390
- "padding": {
391
- "title": "Padding",
392
- "description": "Toggle padding of the content",
393
- "type": "boolean",
394
- "default": false
395
- },
396
385
  "type": {
397
386
  "const": "cta"
398
387
  }
@@ -896,6 +885,12 @@
896
885
  ],
897
886
  "default": "16:9"
898
887
  },
888
+ "inverted": {
889
+ "title": "Inverted",
890
+ "description": "Invert the colors of the HTML",
891
+ "type": "boolean",
892
+ "default": false
893
+ },
899
894
  "className": {
900
895
  "title": "Additional Classes",
901
896
  "description": "Add additional css classes that should be applied to the element",
@@ -1535,6 +1530,12 @@
1535
1530
  "default": false,
1536
1531
  "type": "boolean"
1537
1532
  },
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
+ },
1538
1539
  "buttons": {
1539
1540
  "type": "array",
1540
1541
  "items": {
@@ -1598,17 +1599,6 @@
1598
1599
  "title": "Alt text",
1599
1600
  "description": "Image description",
1600
1601
  "type": "string"
1601
- },
1602
- "align": {
1603
- "title": "Vertical alignment of the image",
1604
- "description": "Select a vertical alignment for the image",
1605
- "type": "string",
1606
- "enum": [
1607
- "center",
1608
- "top",
1609
- "bottom"
1610
- ],
1611
- "default": "center"
1612
1602
  }
1613
1603
  },
1614
1604
  "additionalProperties": false
@@ -1643,9 +1633,9 @@
1643
1633
  "type": "string",
1644
1634
  "default": "left"
1645
1635
  },
1646
- "align": {
1636
+ "contentAlign": {
1647
1637
  "title": "Vertical alignment of the content",
1648
- "description": "Select a vertical alignment for the content",
1638
+ "description": "Select a vertical alignment for the image",
1649
1639
  "type": "string",
1650
1640
  "enum": [
1651
1641
  "center",
@@ -1654,12 +1644,6 @@
1654
1644
  ],
1655
1645
  "default": "center"
1656
1646
  },
1657
- "padding": {
1658
- "title": "Padding",
1659
- "description": "Toggle padding of the content",
1660
- "type": "boolean",
1661
- "default": false
1662
- },
1663
1647
  "type": {
1664
1648
  "const": "cta"
1665
1649
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { SliderProps } from "../../SliderProps-fd5e75dc.js";
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
- "align": {
204
+ "contentAlign": {
210
205
  "title": "Vertical alignment of the content",
211
- "description": "Select a vertical alignment for the content",
206
+ "description": "Select a vertical alignment for the image",
212
207
  "type": "string",
213
208
  "enum": [
214
209
  "center",
@@ -217,12 +212,6 @@
217
212
  ],
218
213
  "default": "center"
219
214
  },
220
- "padding": {
221
- "title": "Padding",
222
- "description": "Toggle padding of the content",
223
- "type": "boolean",
224
- "default": false
225
- },
226
215
  "type": {
227
216
  "const": "cta"
228
217
  }
@@ -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--horizontal-spacing) * 2);
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--horizontal-spacing) * 2);
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-e344f597.js";
4
- import { SliderProps } from "../../SliderProps-fd5e75dc.js";
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
@@ -306,8 +306,7 @@ h3 {
306
306
  --dsa-link--text-decoration: underline;
307
307
  --dsa-link--text-decoration_hover: underline;
308
308
  --dsa-typo--highlight: linear-gradient(90deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
309
- --dsa-content--horizontal-spacing: var(--ks-spacing-inset-l);
310
- --dsa-content--vertical-spacing: var(--ks-spacing-xxl);
309
+ --dsa-content--spacing: var(--ks-spacing-inset-l);
311
310
  --dsa-content--width_narrow: calc(var(--ks-font-size-copy-m) * 34);
312
311
  --dsa-content--width_default: calc(var(--ks-font-size-copy-m) * 50);
313
312
  --dsa-content--width_wide: calc(var(--ks-font-size-copy-m) * 64);
@@ -325,7 +324,7 @@ h3 {
325
324
  :root,
326
325
  [ks-inverted],
327
326
  [ks-theme] {
328
- --dsa-content--horizontal-spacing: var(--ks-spacing-inset-xl);
327
+ --dsa-content--spacing: var(--ks-spacing-inset-xl);
329
328
  }
330
329
  }
331
330
  @media (min-width: 48em) {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 29 Jan 2025 08:51:36 GMT
3
+ * Generated on Tue, 04 Feb 2025 15:36:38 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, 29 Jan 2025 08:51:40 GMT
2730
+ * Generated on Tue, 04 Feb 2025 15:36:41 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, 29 Jan 2025 08:51:38 GMT
5461
+ * Generated on Tue, 04 Feb 2025 15:36:39 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, 29 Jan 2025 08:51:42 GMT
8462
+ * Generated on Tue, 04 Feb 2025 15:36:43 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 Wed, 29 Jan 2025 08:51:33 GMT
3
+ * Generated on Tue, 04 Feb 2025 15:36:35 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 Wed, 29 Jan 2025 08:51:34 GMT
3
+ * Generated on Tue, 04 Feb 2025 15:36:36 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.65--canary.40.1537.0",
3
+ "version": "1.6.66",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {