@kickstartds/ds-agency-premium 1.6.71--canary.45.2035.0 → 1.6.71--canary.45.2068.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 (34) hide show
  1. package/dist/{ButtonProps-00ddee3a.d.ts → ButtonProps-4e2b2ecf.d.ts} +3 -1
  2. package/dist/ImageStoryProps-e853e1e7.d.ts +1 -1
  3. package/dist/SectionProps-d60aba86.d.ts +1 -1
  4. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +54 -0
  5. package/dist/components/blog-post/blog-post.schema.dereffed.json +54 -0
  6. package/dist/components/blog-post/index.d.ts +1 -1
  7. package/dist/components/button/button.schema.dereffed.json +9 -0
  8. package/dist/components/button/button.schema.json +5 -0
  9. package/dist/components/button/index.d.ts +1 -1
  10. package/dist/components/button-group/button-group.schema.dereffed.json +9 -0
  11. package/dist/components/button-group/index.d.ts +1 -1
  12. package/dist/components/cookie-consent/C15t.client.d.ts +5 -0
  13. package/dist/components/cookie-consent/C15t.client.js +94 -0
  14. package/dist/components/cookie-consent/CookieConsent.client.d.ts +30 -0
  15. package/dist/components/cookie-consent/CookieConsent.client.js +89 -0
  16. package/dist/components/cookie-consent/cookie-consent.css +7 -0
  17. package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +23 -10
  18. package/dist/components/cookie-consent/cookie-consent.schema.json +42 -16
  19. package/dist/components/cookie-consent/index.d.ts +9 -8
  20. package/dist/components/cookie-consent/index.js +5 -9
  21. package/dist/components/headline/headline.css +6 -6
  22. package/dist/components/image-story/image-story.schema.dereffed.json +9 -0
  23. package/dist/components/index/index.d.ts +1 -1
  24. package/dist/components/page/page.schema.dereffed.json +54 -0
  25. package/dist/components/page-wrapper/tokens.css +1 -1
  26. package/dist/components/presets.json +96 -22
  27. package/dist/components/section/section.schema.dereffed.json +54 -0
  28. package/dist/components/split-even/split-even.schema.dereffed.json +18 -0
  29. package/dist/components/split-weighted/split-weighted.schema.dereffed.json +18 -0
  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 +8 -1
  34. /package/dist/{BlogPostProps-c760fd2a.d.ts → BlogPostProps-6b3cff22.d.ts} +0 -0
@@ -1293,6 +1293,15 @@
1293
1293
  "title": "Disabled?",
1294
1294
  "description": "Whether the button should be disabled",
1295
1295
  "default": false
1296
+ },
1297
+ "type": {
1298
+ "type": "string",
1299
+ "title": "Button Type",
1300
+ "enum": [
1301
+ "button",
1302
+ "submit",
1303
+ "reset"
1304
+ ]
1296
1305
  }
1297
1306
  },
1298
1307
  "additionalProperties": false,
@@ -3730,6 +3739,15 @@
3730
3739
  "title": "Disabled?",
3731
3740
  "description": "Whether the button should be disabled",
3732
3741
  "default": false
3742
+ },
3743
+ "type": {
3744
+ "type": "string",
3745
+ "title": "Button Type",
3746
+ "enum": [
3747
+ "button",
3748
+ "submit",
3749
+ "reset"
3750
+ ]
3733
3751
  }
3734
3752
  },
3735
3753
  "additionalProperties": false,
@@ -6554,6 +6572,15 @@
6554
6572
  "title": "Disabled?",
6555
6573
  "description": "Whether the button should be disabled",
6556
6574
  "default": false
6575
+ },
6576
+ "type": {
6577
+ "type": "string",
6578
+ "title": "Button Type",
6579
+ "enum": [
6580
+ "button",
6581
+ "submit",
6582
+ "reset"
6583
+ ]
6557
6584
  }
6558
6585
  },
6559
6586
  "additionalProperties": false,
@@ -9512,6 +9539,15 @@
9512
9539
  "title": "Disabled?",
9513
9540
  "description": "Whether the button should be disabled",
9514
9541
  "default": false
9542
+ },
9543
+ "type": {
9544
+ "type": "string",
9545
+ "title": "Button Type",
9546
+ "enum": [
9547
+ "button",
9548
+ "submit",
9549
+ "reset"
9550
+ ]
9515
9551
  }
9516
9552
  },
9517
9553
  "additionalProperties": false,
@@ -12336,6 +12372,15 @@
12336
12372
  "title": "Disabled?",
12337
12373
  "description": "Whether the button should be disabled",
12338
12374
  "default": false
12375
+ },
12376
+ "type": {
12377
+ "type": "string",
12378
+ "title": "Button Type",
12379
+ "enum": [
12380
+ "button",
12381
+ "submit",
12382
+ "reset"
12383
+ ]
12339
12384
  }
12340
12385
  },
12341
12386
  "additionalProperties": false,
@@ -14867,6 +14912,15 @@
14867
14912
  "title": "Disabled?",
14868
14913
  "description": "Whether the button should be disabled",
14869
14914
  "default": false
14915
+ },
14916
+ "type": {
14917
+ "type": "string",
14918
+ "title": "Button Type",
14919
+ "enum": [
14920
+ "button",
14921
+ "submit",
14922
+ "reset"
14923
+ ]
14870
14924
  }
14871
14925
  },
14872
14926
  "additionalProperties": false,
@@ -881,6 +881,15 @@
881
881
  "title": "Disabled?",
882
882
  "description": "Whether the button should be disabled",
883
883
  "default": false
884
+ },
885
+ "type": {
886
+ "type": "string",
887
+ "title": "Button Type",
888
+ "enum": [
889
+ "button",
890
+ "submit",
891
+ "reset"
892
+ ]
884
893
  }
885
894
  },
886
895
  "additionalProperties": false,
@@ -3705,6 +3714,15 @@
3705
3714
  "title": "Disabled?",
3706
3715
  "description": "Whether the button should be disabled",
3707
3716
  "default": false
3717
+ },
3718
+ "type": {
3719
+ "type": "string",
3720
+ "title": "Button Type",
3721
+ "enum": [
3722
+ "button",
3723
+ "submit",
3724
+ "reset"
3725
+ ]
3708
3726
  }
3709
3727
  },
3710
3728
  "additionalProperties": false,
@@ -941,6 +941,15 @@
941
941
  "title": "Disabled?",
942
942
  "description": "Whether the button should be disabled",
943
943
  "default": false
944
+ },
945
+ "type": {
946
+ "type": "string",
947
+ "title": "Button Type",
948
+ "enum": [
949
+ "button",
950
+ "submit",
951
+ "reset"
952
+ ]
944
953
  }
945
954
  },
946
955
  "additionalProperties": false,
@@ -3765,6 +3774,15 @@
3765
3774
  "title": "Disabled?",
3766
3775
  "description": "Whether the button should be disabled",
3767
3776
  "default": false
3777
+ },
3778
+ "type": {
3779
+ "type": "string",
3780
+ "title": "Button Type",
3781
+ "enum": [
3782
+ "button",
3783
+ "submit",
3784
+ "reset"
3785
+ ]
3768
3786
  }
3769
3787
  },
3770
3788
  "additionalProperties": false,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Aug 2025 15:19:51 GMT
3
+ * Generated on Fri, 08 Aug 2025 10:39:41 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, 07 Aug 2025 15:19:55 GMT
2730
+ * Generated on Fri, 08 Aug 2025 10:39:45 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, 07 Aug 2025 15:19:53 GMT
5461
+ * Generated on Fri, 08 Aug 2025 10:39:43 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, 07 Aug 2025 15:19:57 GMT
8462
+ * Generated on Fri, 08 Aug 2025 10:39:47 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, 07 Aug 2025 15:19:49 GMT
3
+ * Generated on Fri, 08 Aug 2025 10:39:38 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, 07 Aug 2025 15:19:49 GMT
3
+ * Generated on Fri, 08 Aug 2025 10:39:39 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.71--canary.45.2035.0",
3
+ "version": "1.6.71--canary.45.2068.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -105,6 +105,7 @@
105
105
  "@types/react": "^18.2.21",
106
106
  "@vitejs/plugin-react": "^4.2.1",
107
107
  "auto": "^11.0.1",
108
+ "c15t": "^1.5.0",
108
109
  "change-case": "^4.1.2",
109
110
  "chokidar-cli": "^3.0.0",
110
111
  "chromatic": "^6.24.1",
@@ -144,9 +145,15 @@
144
145
  "@kickstartds/content": "^4.1.1",
145
146
  "@kickstartds/core": "^4.0.2",
146
147
  "@kickstartds/form": "^4.0.2",
148
+ "c15t": "^1.5.0",
147
149
  "react": "^17 || ^18",
148
150
  "react-dom": "^17 || ^18"
149
151
  },
152
+ "peerDependenciesMeta": {
153
+ "c15t": {
154
+ "optional": true
155
+ }
156
+ },
150
157
  "publishConfig": {
151
158
  "access": "public",
152
159
  "registry": "https://registry.npmjs.org"