@kickstartds/ds-agency-premium 1.3.11 → 1.3.12

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.
@@ -53,10 +53,10 @@ type BackgroundImage = string;
53
53
  */
54
54
  type TextColor = string;
55
55
  interface TileProps {
56
- headline?: Headline;
56
+ headline: Headline;
57
57
  sub?: ModuleSubheadline;
58
58
  text?: ModuleText;
59
- image?: {
59
+ image: {
60
60
  src?: Source;
61
61
  alt?: AltText;
62
62
  };
@@ -122,7 +122,11 @@
122
122
  "const": "tile"
123
123
  }
124
124
  },
125
- "additionalProperties": false
125
+ "additionalProperties": false,
126
+ "required": [
127
+ "headline",
128
+ "image"
129
+ ]
126
130
  },
127
131
  "minItems": 1,
128
132
  "maxItems": 20
@@ -1356,7 +1356,11 @@
1356
1356
  "const": "tile"
1357
1357
  }
1358
1358
  },
1359
- "additionalProperties": false
1359
+ "additionalProperties": false,
1360
+ "required": [
1361
+ "headline",
1362
+ "image"
1363
+ ]
1360
1364
  },
1361
1365
  "minItems": 1,
1362
1366
  "maxItems": 20
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 May 2024 10:07:47 GMT
3
+ * Generated on Wed, 15 May 2024 10:22:43 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1342,7 +1342,11 @@
1342
1342
  "const": "tile"
1343
1343
  }
1344
1344
  },
1345
- "additionalProperties": false
1345
+ "additionalProperties": false,
1346
+ "required": [
1347
+ "headline",
1348
+ "image"
1349
+ ]
1346
1350
  },
1347
1351
  "minItems": 1,
1348
1352
  "maxItems": 20
@@ -95,5 +95,9 @@
95
95
  "const": "tile"
96
96
  }
97
97
  },
98
- "additionalProperties": false
98
+ "additionalProperties": false,
99
+ "required": [
100
+ "headline",
101
+ "image"
102
+ ]
99
103
  }
@@ -64,5 +64,6 @@
64
64
  "$ref": "http://schema.kickstartds.com/content/storytelling.schema.json#/properties/box/properties/textColor"
65
65
  }
66
66
  },
67
- "additionalProperties": false
67
+ "additionalProperties": false,
68
+ "required": ["headline", "image"]
68
69
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 15 May 2024 10:07:50 GMT
3
+ * Generated on Wed, 15 May 2024 10:22:46 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, 15 May 2024 10:07:55 GMT
2730
+ * Generated on Wed, 15 May 2024 10:22:50 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, 15 May 2024 10:07:53 GMT
5461
+ * Generated on Wed, 15 May 2024 10:22:48 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, 15 May 2024 10:07:57 GMT
8462
+ * Generated on Wed, 15 May 2024 10:22:53 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, 15 May 2024 10:07:47 GMT
3
+ * Generated on Wed, 15 May 2024 10:22:43 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, 15 May 2024 10:07:48 GMT
3
+ * Generated on Wed, 15 May 2024 10:22:43 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.3.11",
3
+ "version": "1.3.12",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {