@kickstartds/ds-agency-premium 1.2.2 → 1.2.4

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.
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 14:05:02 GMT
3
+ * Generated on Mon, 22 Jan 2024 14:24:31 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
7
- --ks-background-color-accent-inverted-base: var(--ks-color-primary-alpha-8-base);
7
+ --ks-background-color-accent-inverted-base: #e9e5fa;
8
8
  --ks-background-color-bold-base: var(--ks-color-primary-to-bg-6-base);
9
- --ks-background-color-bold-inverted-base: var(--ks-color-primary-alpha-6-base);
9
+ --ks-background-color-bold-inverted-base: #c0b5ef;
10
10
  --ks-background-color-clear-base: var(--ks-color-transparent-base);
11
11
  --ks-background-color-clear-interactive-base: var(--ks-color-transparent-base);
12
12
  --ks-background-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 14:05:07 GMT
3
+ * Generated on Mon, 22 Jan 2024 14:24:35 GMT
4
4
  */
5
5
  :root [ks-theme=google] {
6
6
  --ks-background-color-accent-base: var(--ks-color-bg-inverted-alpha-9-base);
@@ -1555,7 +1555,7 @@
1555
1555
  }
1556
1556
  /**
1557
1557
  * Do not edit directly
1558
- * Generated on Mon, 22 Jan 2024 14:05:05 GMT
1558
+ * Generated on Mon, 22 Jan 2024 14:24:33 GMT
1559
1559
  */
1560
1560
  :root [ks-theme=lughausen] {
1561
1561
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -3106,7 +3106,7 @@
3106
3106
  }
3107
3107
  /**
3108
3108
  * Do not edit directly
3109
- * Generated on Mon, 22 Jan 2024 14:05:09 GMT
3109
+ * Generated on Mon, 22 Jan 2024 14:24:38 GMT
3110
3110
  */
3111
3111
  :root [ks-theme=telekom] {
3112
3112
  --ks-background-color-accent-base: var(--ks-color-bg-inverted-alpha-9-base);
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 14:05:02 GMT
3
+ * Generated on Mon, 22 Jan 2024 14:24:31 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
7
7
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
8
- --ks-background-color-accent-inverted-base: var(--ks-color-primary-alpha-8-base);
8
+ --ks-background-color-accent-inverted-base: #e9e5fa;
9
9
  --ks-background-color-bold-base: var(--ks-color-primary-to-bg-6-base);
10
- --ks-background-color-bold-inverted-base: var(--ks-color-primary-alpha-6-base);
10
+ --ks-background-color-bold-inverted-base: #c0b5ef;
11
11
  --ks-background-color-clear-base: var(--ks-color-transparent-base);
12
12
  --ks-background-color-clear-interactive-base: var(--ks-color-transparent-base);
13
13
  --ks-background-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 22 Jan 2024 14:05:03 GMT
3
+ * Generated on Mon, 22 Jan 2024 14:24:31 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#100e36";
7
- export const KsBackgroundColorAccentInvertedBase = "rgba(84, 53, 210, 0.13)";
7
+ export const KsBackgroundColorAccentInvertedBase = "#e9e5fa";
8
8
  export const KsBackgroundColorBoldBase = "#231961";
9
- export const KsBackgroundColorBoldInvertedBase = "rgba(84, 53, 210, 0.37)";
9
+ export const KsBackgroundColorBoldInvertedBase = "#c0b5ef";
10
10
  export const KsBackgroundColorClearBase = "rgba(0, 0, 0, 0)";
11
11
  export const KsBackgroundColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
12
12
  export const KsBackgroundColorClearInteractiveHoverBase = "rgba(84, 53, 210, 0.13)";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {