@kickstartds/ds-agency-premium 1.2.8 → 1.2.9
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.
- package/dist/components/button/button.css +2 -3
- package/dist/components/headline/headline.css +0 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/stats/stats.css +0 -1
- package/dist/global.css +0 -2
- package/dist/tokens/themes.css +3 -3
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
|
@@ -11,9 +11,8 @@ button.c-button--solid {
|
|
|
11
11
|
--c-button--color-active: var(--ks-color-fg);
|
|
12
12
|
--c-button--background-color: var(--ks-color-primary);
|
|
13
13
|
--c-button--background-color-hover: var(--ks-color-primary);
|
|
14
|
-
--c-button--shadow:
|
|
15
|
-
|
|
16
|
-
--c-button--shadow-hover: 0px 0px 2px 1px var(--ks-color-fg-alpha-1-base), 0px 0px 19px 4px var(--ks-color-primary);
|
|
14
|
+
--c-button--shadow: 0;
|
|
15
|
+
--c-button--shadow-hover: 0;
|
|
17
16
|
}
|
|
18
17
|
[ks-inverted=true] a.c-button--solid,
|
|
19
18
|
[ks-inverted=true] button.c-button--solid {
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
background: linear-gradient(135deg, var(--ks-color-primary-base) 0%, var(--ks-color-secondary-base) 100%);
|
|
29
29
|
-webkit-background-clip: text;
|
|
30
30
|
-webkit-text-fill-color: transparent;
|
|
31
|
-
filter: var(--g-filter-drop-shadow--higlight);
|
|
32
31
|
font: var(--ks-font-display-xl);
|
|
33
32
|
font-weight: var(--ks-font-weight-semi-bold);
|
|
34
33
|
}
|
package/dist/global.css
CHANGED
|
@@ -512,8 +512,6 @@ body {
|
|
|
512
512
|
--g-link--font-weight: var(--ks-font-weight-medium);
|
|
513
513
|
--g-link--color-hover: var(--ks-color-fg);
|
|
514
514
|
--g-header-height: calc(var(--g-logo--height) + var(--ks-spacing-stack-m) + var(--ks-spacing-stack-m)) !important;
|
|
515
|
-
--g-filter-drop-shadow--higlight: drop-shadow(0px 2px 30px var(--ks-color-primary-alpha-2))
|
|
516
|
-
drop-shadow(0px 1px 4px var(--ks-color-fg-alpha-8));
|
|
517
515
|
--g-gradient--higlight: linear-gradient(135deg, var(--ks-color-primary) 0%, var(--ks-color-secondary) 100%);
|
|
518
516
|
--l-section--content-padding: var(--ks-spacing-inset-l) !important;
|
|
519
517
|
--l-section--content-width-full: 100vw !important;
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 07 Feb 2024 14:07:33 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
|
|
1558
|
+
* Generated on Wed, 07 Feb 2024 14:07:31 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
|
|
3109
|
+
* Generated on Wed, 07 Feb 2024 14:07:35 GMT
|
|
3110
3110
|
*/
|
|
3111
3111
|
:root [ks-theme=telekom] {
|
|
3112
3112
|
--ks-background-color-accent-base: var(--ks-color-bg-inverted-alpha-9-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED