@kickstartds/ds-agency-premium 1.2.23 → 1.2.25

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.
@@ -1084,15 +1084,20 @@
1084
1084
  "Your Success, Our Commitment"
1085
1085
  ]
1086
1086
  },
1087
- "items": {
1087
+ "logo": {
1088
1088
  "type": "array",
1089
- "title": "Items",
1089
+ "title": "Logos",
1090
1090
  "description": "The logos to display",
1091
1091
  "items": {
1092
+ "$schema": "http://json-schema.org/draft-07/schema#",
1093
+ "$id": "http://schema.mydesignsystem.com/logo.schema.json",
1094
+ "title": "Logo",
1095
+ "description": "Logo entry for Logos component",
1092
1096
  "type": "object",
1093
1097
  "properties": {
1094
1098
  "src": {
1095
1099
  "type": "string",
1100
+ "format": "image",
1096
1101
  "title": "URL",
1097
1102
  "description": "The URL of the logo image",
1098
1103
  "examples": [
@@ -1111,6 +1116,9 @@
1111
1116
  "examples": [
1112
1117
  "Logo 1"
1113
1118
  ]
1119
+ },
1120
+ "type": {
1121
+ "const": "logo"
1114
1122
  }
1115
1123
  },
1116
1124
  "additionalProperties": false,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 01 Mar 2024 18:47:42 GMT
3
+ * Generated on Fri, 01 Mar 2024 21:11:58 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 Fri, 01 Mar 2024 18:47:47 GMT
2730
+ * Generated on Fri, 01 Mar 2024 21:12:03 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 Fri, 01 Mar 2024 18:47:45 GMT
5461
+ * Generated on Fri, 01 Mar 2024 21:12:00 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 Fri, 01 Mar 2024 18:47:49 GMT
8462
+ * Generated on Fri, 01 Mar 2024 21:12:05 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 Fri, 01 Mar 2024 18:47:40 GMT
3
+ * Generated on Fri, 01 Mar 2024 21:11:55 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 Fri, 01 Mar 2024 18:47:40 GMT
3
+ * Generated on Fri, 01 Mar 2024 21:11:56 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.2.23",
3
+ "version": "1.2.25",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {