@kickstartds/ds-agency-premium 1.2.10--canary.168.f4de958.0 → 1.2.10--canary.175.799b9aa.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 (130) hide show
  1. package/dist/BlogAsideProps-e1cbd5d3.d.ts +74 -0
  2. package/dist/BlogHeadProps-f9a49428.d.ts +31 -0
  3. package/dist/BlogTeaserProps-525f7f9f.d.ts +79 -0
  4. package/dist/FeatureProps-f8a75850.d.ts +52 -0
  5. package/dist/FeaturesProps-b05859d6.d.ts +34 -0
  6. package/dist/SeoProps-f2d6dcaa.d.ts +36 -0
  7. package/dist/{TeaserCardProps-3fce7be4.d.ts → TeaserCardProps-b9c28e78.d.ts} +1 -1
  8. package/dist/components/blog-aside/blog-aside.css +33 -5
  9. package/dist/components/blog-aside/blog-aside.schema.dereffed.json +5 -3
  10. package/dist/components/blog-aside/blog-aside.schema.json +5 -3
  11. package/dist/components/blog-aside/index.d.ts +6 -76
  12. package/dist/components/blog-aside/index.js +17 -10
  13. package/dist/components/blog-head/blog-head.css +22 -2
  14. package/dist/components/blog-head/blog-head.schema.dereffed.json +2 -1
  15. package/dist/components/blog-head/blog-head.schema.json +2 -1
  16. package/dist/components/blog-head/index.d.ts +6 -34
  17. package/dist/components/blog-head/index.js +10 -4
  18. package/dist/components/blog-overview/blog-overview.schema.dereffed.json +18 -0
  19. package/dist/components/blog-overview/index.d.ts +39 -0
  20. package/dist/components/blog-overview/index.js +17 -0
  21. package/dist/components/blog-post/blog-post.schema.dereffed.json +7 -4
  22. package/dist/components/blog-post/index.d.ts +39 -0
  23. package/dist/components/blog-post/index.js +24 -0
  24. package/dist/components/blog-teaser/blog-teaser.css +49 -25
  25. package/dist/components/blog-teaser/blog-teaser.schema.dereffed.json +6 -0
  26. package/dist/components/blog-teaser/blog-teaser.schema.json +6 -0
  27. package/dist/components/blog-teaser/index.d.ts +6 -81
  28. package/dist/components/blog-teaser/index.js +25 -16
  29. package/dist/components/button/button.css +109 -59
  30. package/dist/components/button/index.js +2 -1
  31. package/dist/components/faq/faq.css +27 -14
  32. package/dist/components/faq/faq.schema.dereffed.json +2 -0
  33. package/dist/components/faq/faq.schema.json +2 -0
  34. package/dist/components/faq/index.d.ts +6 -3
  35. package/dist/components/faq/index.js +8 -4
  36. package/dist/components/feature/feature.css +99 -0
  37. package/dist/components/feature/feature.schema.dereffed.json +91 -0
  38. package/dist/components/feature/feature.schema.json +67 -0
  39. package/dist/components/feature/index.d.ts +7 -49
  40. package/dist/components/feature/index.js +19 -15
  41. package/dist/components/features/features.css +7 -93
  42. package/dist/components/features/features.schema.dereffed.json +36 -2
  43. package/dist/components/features/features.schema.json +3 -47
  44. package/dist/components/features/index.d.ts +7 -4
  45. package/dist/components/features/index.js +13 -20
  46. package/dist/components/footer/footer.css +21 -17
  47. package/dist/components/footer/footer.schema.dereffed.json +4 -83
  48. package/dist/components/footer/footer.schema.json +33 -2
  49. package/dist/components/footer/index.d.ts +23 -5
  50. package/dist/components/footer/index.js +1 -1
  51. package/dist/components/gallery/gallery.css +31 -23
  52. package/dist/components/gallery/gallery.schema.dereffed.json +2 -0
  53. package/dist/components/gallery/gallery.schema.json +2 -0
  54. package/dist/components/gallery/index.d.ts +6 -3
  55. package/dist/components/gallery/index.js +11 -6
  56. package/dist/components/header/header.css +19 -43
  57. package/dist/components/header/header.schema.dereffed.json +18 -93
  58. package/dist/components/header/header.schema.json +31 -1
  59. package/dist/components/header/index.d.ts +24 -5
  60. package/dist/components/header/index.js +1 -1
  61. package/dist/components/headline/headline.css +76 -46
  62. package/dist/components/headline/index.d.ts +1 -1
  63. package/dist/components/headline/index.js +1 -1
  64. package/dist/components/hero/hero.css +39 -33
  65. package/dist/components/hero/index.js +1 -1
  66. package/dist/components/image/image.css +12 -6
  67. package/dist/components/image/image.schema.dereffed.json +4 -4
  68. package/dist/components/image/image.schema.json +4 -4
  69. package/dist/components/image/index.d.ts +7 -7
  70. package/dist/components/image-text/image-text.css +14 -3
  71. package/dist/components/image-text/image-text.schema.dereffed.json +2 -0
  72. package/dist/components/image-text/image-text.schema.json +2 -0
  73. package/dist/components/image-text/index.d.ts +7 -4
  74. package/dist/components/image-text/index.js +19 -13
  75. package/dist/components/logo/index.d.ts +27 -0
  76. package/dist/components/logo/index.js +12 -0
  77. package/dist/components/logo/logo.schema.dereffed.json +38 -0
  78. package/dist/components/logo/logo.schema.json +31 -0
  79. package/dist/components/nav-main/index.d.ts +2 -0
  80. package/dist/components/nav-main/index.js +3 -2
  81. package/dist/components/nav-main/nav-main.css +67 -64
  82. package/dist/components/nav-main/nav-main.schema.dereffed.json +17 -11
  83. package/dist/components/nav-main/nav-main.schema.json +15 -12
  84. package/dist/components/nav-main/nav-toggle.css +12 -7
  85. package/dist/components/page/page.schema.dereffed.json +46 -5
  86. package/dist/components/page/page.schema.json +1 -1
  87. package/dist/components/page-wrapper/index.d.ts +2 -3
  88. package/dist/components/page-wrapper/index.js +7 -472
  89. package/dist/components/page-wrapper/tokens.css +40 -40
  90. package/dist/components/providers/index.js +1 -1
  91. package/dist/components/raw-page-wrapper/index.d.ts +3 -0
  92. package/dist/components/raw-page-wrapper/index.js +492 -0
  93. package/dist/components/section/index.d.ts +2 -2
  94. package/dist/components/section/section.schema.dereffed.json +45 -4
  95. package/dist/components/settings/settings.schema.dereffed.json +22 -176
  96. package/dist/components/stat/index.d.ts +32 -0
  97. package/dist/components/stat/index.js +11 -0
  98. package/dist/components/stat/stat.schema.dereffed.json +64 -0
  99. package/dist/components/stat/stat.schema.json +48 -0
  100. package/dist/components/teaser-card/index.d.ts +4 -2
  101. package/dist/components/teaser-card/index.js +16 -13
  102. package/dist/components/teaser-card/teaser-card.css +68 -40
  103. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +2 -2
  104. package/dist/components/teaser-card/teaser-card.schema.json +2 -2
  105. package/dist/components/testimonial/index.d.ts +44 -0
  106. package/dist/components/testimonial/index.js +19 -0
  107. package/dist/components/testimonial/testimonial.schema.dereffed.json +60 -0
  108. package/dist/components/testimonial/testimonial.schema.json +46 -0
  109. package/dist/components/text/index.d.ts +6 -3
  110. package/dist/components/text/index.js +10 -4
  111. package/dist/components/text/text.css +19 -9
  112. package/dist/components/text/text.schema.dereffed.json +1 -0
  113. package/dist/components/text/text.schema.json +1 -0
  114. package/dist/global.css +241 -91
  115. package/dist/static/tokens-business.css +1549 -0
  116. package/dist/static/tokens-google.css +1553 -0
  117. package/dist/static/tokens-ngo.css +1547 -0
  118. package/dist/static/tokens-telekom.css +1549 -0
  119. package/dist/static/tokens.css +1554 -0
  120. package/dist/tokens/tokens.css +40 -40
  121. package/dist/tokens/tokens.js +39 -39
  122. package/package.json +5 -4
  123. package/dist/FeaturesProps-32f5bc0d.d.ts +0 -284
  124. package/dist/tokens/themes.css +0 -4657
  125. package/dist/tokens/themes.css.d.ts +0 -0
  126. package/dist/tokens/themes.css.js +0 -1
  127. /package/dist/static/fonts/{lughausen → business}/novelpro-regular.woff +0 -0
  128. /package/dist/static/fonts/{lughausen → business}/novelsanspro-bold.woff +0 -0
  129. /package/dist/static/fonts/{lughausen → business}/novelsanspro-regular.woff +0 -0
  130. /package/dist/static/{logo-lughausen.svg → logo-business.svg} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Feb 2024 12:02:46 GMT
3
+ * Generated on Wed, 28 Feb 2024 12:58:50 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -9,29 +9,29 @@
9
9
  --ks-background-color-bold-base: var(--ks-color-primary-to-bg-6-base);
10
10
  --ks-background-color-bold-inverted-base: #c0b5ef;
11
11
  --ks-background-color-clear-base: var(--ks-color-transparent-base);
12
- --ks-background-color-clear-interactive-base: var(--ks-color-transparent-base);
13
- --ks-background-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
14
- --ks-background-color-clear-interactive-active-base: var(--ks-color-primary-alpha-7-base);
15
- --ks-background-color-clear-interactive-selected-base: var(--ks-color-primary-alpha-6-base);
12
+ --ks-background-color-clear-interactive-base: var(--ks-color-fg-alpha-8-base);
13
+ --ks-background-color-clear-interactive-hover-base: var(--ks-color-fg-alpha-7-base);
14
+ --ks-background-color-clear-interactive-active-base: var(--ks-color-fg-alpha-6-base);
15
+ --ks-background-color-clear-interactive-selected-base: var(--ks-color-fg-alpha-6-base);
16
16
  --ks-background-color-clear-inverted-base: var(--ks-color-transparent-base);
17
- --ks-background-color-clear-inverted-interactive-base: var(--ks-color-transparent-base);
18
- --ks-background-color-clear-inverted-interactive-hover-base: var(--ks-color-primary-inverted-alpha-7-base);
19
- --ks-background-color-clear-inverted-interactive-active-base: var(--ks-color-primary-inverted-alpha-6-base);
20
- --ks-background-color-clear-inverted-interactive-selected-base: var(--ks-color-primary-inverted-alpha-5-base);
17
+ --ks-background-color-clear-inverted-interactive-base: var(--ks-color-fg-inverted-alpha-8-base);
18
+ --ks-background-color-clear-inverted-interactive-hover-base: var(--ks-color-fg-inverted-alpha-7-base);
19
+ --ks-background-color-clear-inverted-interactive-active-base: var(--ks-color-fg-inverted-alpha-6-base);
20
+ --ks-background-color-clear-inverted-interactive-selected-base: var(--ks-color-fg-inverted-alpha-6-base);
21
21
  --ks-background-color-default-base: var(--ks-color-bg-base);
22
22
  --ks-background-color-default-inverted-base: var(--ks-color-bg-inverted-base);
23
23
  --ks-background-color-interface-base: var(--ks-color-fg-alpha-8-base);
24
- --ks-background-color-interface-interactive-base: var(--ks-color-transparent-base);
25
- --ks-background-color-interface-interactive-disabled-base: var(--ks-color-fg-alpha-9-base);
26
- --ks-background-color-interface-interactive-hover-base: var(--ks-color-fg-alpha-8-base);
27
- --ks-background-color-interface-interactive-active-base: var(--ks-color-fg-alpha-9-base);
28
- --ks-background-color-interface-interactive-selected-base: var(--ks-color-primary-inverted-base);
29
- --ks-background-color-interface-inverted-base: var(--ks-color-fg-inverted-alpha-9-base);
30
- --ks-background-color-interface-inverted-interactive-base: rgba(0,0,0,0);
31
- --ks-background-color-interface-inverted-interactive-disabled-base: var(--ks-color-fg-inverted-alpha-9-base);
24
+ --ks-background-color-interface-interactive-base: var(--ks-color-fg-alpha-9-base);
25
+ --ks-background-color-interface-interactive-disabled-base: var(--ks-color-fg-alpha-5-base);
26
+ --ks-background-color-interface-interactive-hover-base: var(--ks-color-fg-alpha-7-base);
27
+ --ks-background-color-interface-interactive-active-base: var(--ks-color-fg-alpha-6-base);
28
+ --ks-background-color-interface-interactive-selected-base: var(--ks-color-secondary-base);
29
+ --ks-background-color-interface-inverted-base: var(--ks-color-fg-inverted-alpha-8-base);
30
+ --ks-background-color-interface-inverted-interactive-base: var(--ks-color-fg-inverted-alpha-9-base);
31
+ --ks-background-color-interface-inverted-interactive-disabled-base: var(--ks-color-fg-inverted-alpha-5-base);
32
32
  --ks-background-color-interface-inverted-interactive-hover-base: var(--ks-color-fg-inverted-alpha-7-base);
33
- --ks-background-color-interface-inverted-interactive-active-base: var(--ks-color-fg-inverted-alpha-9-base);
34
- --ks-background-color-interface-inverted-interactive-selected-base: var(--ks-color-primary-base);
33
+ --ks-background-color-interface-inverted-interactive-active-base: var(--ks-color-fg-inverted-alpha-6-base);
34
+ --ks-background-color-interface-inverted-interactive-selected-base: var(--ks-color-fg-inverted-alpha-6-base);
35
35
  --ks-background-color-primary-base: var(--ks-color-primary-base);
36
36
  --ks-background-color-primary-interactive-base: var(--ks-color-primary-base);
37
37
  --ks-background-color-primary-interactive-hover-base: var(--ks-color-primary-to-bg-2-base);
@@ -482,36 +482,36 @@
482
482
  --ks-spacing-inset-stretch-m: var(--ks-spacing-l) var(--ks-spacing-m);
483
483
  --ks-spacing-inset-stretch-l: var(--ks-spacing-xl) var(--ks-spacing-l);
484
484
  --ks-spacing-inset-stretch-xl: var(--ks-spacing-xxl) var(--ks-spacing-xl);
485
- --ks-text-color-default-base: var(--ks-color-fg-alpha-3-base);
485
+ --ks-text-color-default-base: var(--ks-color-fg-base);
486
486
  --ks-text-color-default-interactive-base: var(--ks-color-link-base);
487
- --ks-text-color-default-interactive-hover-base: var(--ks-color-link-base);
488
- --ks-text-color-default-interactive-active-base: var(--ks-color-link-base);
489
- --ks-text-color-default-interactive-visited-base: var(--ks-color-link-base);
487
+ --ks-text-color-default-interactive-hover-base: var(--ks-color-fg-base);
488
+ --ks-text-color-default-interactive-active-base: var(--ks-color-fg-base);
489
+ --ks-text-color-default-interactive-visited-base: var(--ks-color-fg-base);
490
490
  --ks-text-color-default-inverted-base: var(--ks-color-fg-inverted-alpha-3-base);
491
491
  --ks-text-color-default-inverted-interactive-base: var(--ks-color-link-inverted-base);
492
- --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-link-inverted-base);
493
- --ks-text-color-default-inverted-interactive-active-base: var(--ks-color-link-inverted-base);
494
- --ks-text-color-default-inverted-interactive-visited-base: var(--ks-color-link-inverted-base);
495
- --ks-text-color-interface-base: var(--ks-color-fg-alpha-2-base);
496
- --ks-text-color-interface-interactive-base: var(--ks-color-fg-base);
497
- --ks-text-color-interface-interactive-hover-base: #000;
498
- --ks-text-color-interface-interactive-active-base: #000;
499
- --ks-text-color-interface-interactive-visited-base: #000;
492
+ --ks-text-color-default-inverted-interactive-hover-base: var(--ks-color-fg-inverted-base);
493
+ --ks-text-color-default-inverted-interactive-active-base: var(--ks-color-fg-inverted-base);
494
+ --ks-text-color-default-inverted-interactive-visited-base: var(--ks-color-fg-inverted-base);
495
+ --ks-text-color-interface-base: var(--ks-color-fg-alpha-3-base);
496
+ --ks-text-color-interface-interactive-base: var(--ks-color-fg-alpha-3-base);
497
+ --ks-text-color-interface-interactive-hover-base: var(--ks-color-fg-base);
498
+ --ks-text-color-interface-interactive-active-base: var(--ks-color-fg-base);
499
+ --ks-text-color-interface-interactive-visited-base: var(--ks-color-fg-base);
500
500
  --ks-text-color-interface-inverted-base: var(--ks-color-fg-inverted-alpha-2-base);
501
- --ks-text-color-interface-inverted-interactive-base: var(--ks-color-fg-inverted-base);
501
+ --ks-text-color-interface-inverted-interactive-base: var(--ks-color-fg-inverted-alpha-3-base);
502
502
  --ks-text-color-interface-inverted-interactive-hover-base: var(--ks-color-fg-inverted-base);
503
503
  --ks-text-color-interface-inverted-interactive-active-base: var(--ks-color-fg-inverted-base);
504
504
  --ks-text-color-interface-inverted-interactive-visited-base: var(--ks-color-fg-inverted-base);
505
505
  --ks-text-color-primary-base: var(--ks-color-secondary-base);
506
- --ks-text-color-primary-interactive-base: var(--ks-color-primary-alpha-2-base);
507
- --ks-text-color-primary-interactive-hover-base: var(--ks-color-primary-alpha-2-base);
508
- --ks-text-color-primary-interactive-active-base: var(--ks-color-primary-alpha-2-base);
509
- --ks-text-color-primary-interactive-visited-base: var(--ks-color-primary-alpha-2-base);
506
+ --ks-text-color-primary-interactive-base: var(--ks-color-secondary-base);
507
+ --ks-text-color-primary-interactive-hover-base: var(--ks-color-secondary-alpha-2-base);
508
+ --ks-text-color-primary-interactive-active-base: var(--ks-color-secondary-alpha-2-base);
509
+ --ks-text-color-primary-interactive-visited-base: var(--ks-color-primary-alpha-3-base);
510
510
  --ks-text-color-primary-inverted-base: var(--ks-color-secondary-inverted-base);
511
- --ks-text-color-primary-inverted-interactive-base: var(--ks-color-primary-inverted-alpha-2-base);
512
- --ks-text-color-primary-inverted-interactive-hover-base: var(--ks-color-primary-inverted-alpha-2-base);
513
- --ks-text-color-primary-inverted-interactive-active-base: var(--ks-color-primary-inverted-alpha-2-base);
514
- --ks-text-color-primary-inverted-interactive-visited-base: var(--ks-color-primary-inverted-alpha-2-base);
511
+ --ks-text-color-primary-inverted-interactive-base: var(--ks-color-secondary-inverted-base);
512
+ --ks-text-color-primary-inverted-interactive-hover-base: var(--ks-color-secondary-inverted-alpha-2-base);
513
+ --ks-text-color-primary-inverted-interactive-active-base: var(--ks-color-secondary-inverted-alpha-2-base);
514
+ --ks-text-color-primary-inverted-interactive-visited-base: var(--ks-color-secondary-inverted-alpha-3-base);
515
515
  --ks-duration-immediate: 50ms;
516
516
  --ks-duration-fast: 100ms;
517
517
  --ks-duration-medium: 150ms;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 28 Feb 2024 12:02:46 GMT
3
+ * Generated on Wed, 28 Feb 2024 12:58:51 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#100e36";
@@ -8,29 +8,29 @@ export const KsBackgroundColorAccentInvertedBase = "#e9e5fa";
8
8
  export const KsBackgroundColorBoldBase = "#231961";
9
9
  export const KsBackgroundColorBoldInvertedBase = "#c0b5ef";
10
10
  export const KsBackgroundColorClearBase = "rgba(0, 0, 0, 0)";
11
- export const KsBackgroundColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
12
- export const KsBackgroundColorClearInteractiveHoverBase = "rgba(84, 53, 210, 0.13)";
13
- export const KsBackgroundColorClearInteractiveActiveBase = "rgba(84, 53, 210, 0.24)";
14
- export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(84, 53, 210, 0.37)";
11
+ export const KsBackgroundColorClearInteractiveBase = "rgba(255, 255, 255, 0.13)";
12
+ export const KsBackgroundColorClearInteractiveHoverBase = "rgba(255, 255, 255, 0.24)";
13
+ export const KsBackgroundColorClearInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
14
+ export const KsBackgroundColorClearInteractiveSelectedBase = "rgba(255, 255, 255, 0.37)";
15
15
  export const KsBackgroundColorClearInvertedBase = "rgba(0, 0, 0, 0)";
16
- export const KsBackgroundColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
17
- export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(226, 24, 121, 0.24)";
18
- export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(226, 24, 121, 0.37)";
19
- export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(226, 24, 121, 0.5)";
16
+ export const KsBackgroundColorClearInvertedInteractiveBase = "rgba(6, 8, 31, 0.13)";
17
+ export const KsBackgroundColorClearInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.24)";
18
+ export const KsBackgroundColorClearInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.37)";
19
+ export const KsBackgroundColorClearInvertedInteractiveSelectedBase = "rgba(6, 8, 31, 0.37)";
20
20
  export const KsBackgroundColorDefaultBase = "#06081f";
21
21
  export const KsBackgroundColorDefaultInvertedBase = "#f1f1f3";
22
22
  export const KsBackgroundColorInterfaceBase = "rgba(255, 255, 255, 0.13)";
23
- export const KsBackgroundColorInterfaceInteractiveBase = "rgba(0, 0, 0, 0)";
24
- export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(255, 255, 255, 0.05)";
25
- export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(255, 255, 255, 0.13)";
26
- export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(255, 255, 255, 0.05)";
23
+ export const KsBackgroundColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.05)";
24
+ export const KsBackgroundColorInterfaceInteractiveDisabledBase = "rgba(255, 255, 255, 0.5)";
25
+ export const KsBackgroundColorInterfaceInteractiveHoverBase = "rgba(255, 255, 255, 0.24)";
26
+ export const KsBackgroundColorInterfaceInteractiveActiveBase = "rgba(255, 255, 255, 0.37)";
27
27
  export const KsBackgroundColorInterfaceInteractiveSelectedBase = "#e21879";
28
- export const KsBackgroundColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.05)";
29
- export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
30
- export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.05)";
28
+ export const KsBackgroundColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.13)";
29
+ export const KsBackgroundColorInterfaceInvertedInteractiveBase = "rgba(6, 8, 31, 0.05)";
30
+ export const KsBackgroundColorInterfaceInvertedInteractiveDisabledBase = "rgba(6, 8, 31, 0.5)";
31
31
  export const KsBackgroundColorInterfaceInvertedInteractiveHoverBase = "rgba(6, 8, 31, 0.24)";
32
- export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.05)";
33
- export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "#5435d2";
32
+ export const KsBackgroundColorInterfaceInvertedInteractiveActiveBase = "rgba(6, 8, 31, 0.37)";
33
+ export const KsBackgroundColorInterfaceInvertedInteractiveSelectedBase = "rgba(6, 8, 31, 0.37)";
34
34
  export const KsBackgroundColorPrimaryBase = "#5435d2";
35
35
  export const KsBackgroundColorPrimaryInteractiveBase = "#5435d2";
36
36
  export const KsBackgroundColorPrimaryInteractiveHoverBase = "#4a2fbb";
@@ -485,36 +485,36 @@ export const KsSpacingInsetStretchS = "0.75rem 0.5172rem";
485
485
  export const KsSpacingInsetStretchM = "1.0875rem 0.75rem";
486
486
  export const KsSpacingInsetStretchL = "1.5769rem 1.0875rem";
487
487
  export const KsSpacingInsetStretchXl = "2.2865rem 1.5769rem";
488
- export const KsTextColorDefaultBase = "rgba(255, 255, 255, 0.76)";
488
+ export const KsTextColorDefaultBase = "#ffffff";
489
489
  export const KsTextColorDefaultInteractiveBase = "#b7a5ff";
490
- export const KsTextColorDefaultInteractiveHoverBase = "#b7a5ff";
491
- export const KsTextColorDefaultInteractiveActiveBase = "#b7a5ff";
492
- export const KsTextColorDefaultInteractiveVisitedBase = "#b7a5ff";
490
+ export const KsTextColorDefaultInteractiveHoverBase = "#ffffff";
491
+ export const KsTextColorDefaultInteractiveActiveBase = "#ffffff";
492
+ export const KsTextColorDefaultInteractiveVisitedBase = "#ffffff";
493
493
  export const KsTextColorDefaultInvertedBase = "rgba(6, 8, 31, 0.76)";
494
494
  export const KsTextColorDefaultInvertedInteractiveBase = "#6642f6";
495
- export const KsTextColorDefaultInvertedInteractiveHoverBase = "#6642f6";
496
- export const KsTextColorDefaultInvertedInteractiveActiveBase = "#6642f6";
497
- export const KsTextColorDefaultInvertedInteractiveVisitedBase = "#6642f6";
498
- export const KsTextColorInterfaceBase = "rgba(255, 255, 255, 0.87)";
499
- export const KsTextColorInterfaceInteractiveBase = "#ffffff";
500
- export const KsTextColorInterfaceInteractiveHoverBase = "#000000";
501
- export const KsTextColorInterfaceInteractiveActiveBase = "#000000";
502
- export const KsTextColorInterfaceInteractiveVisitedBase = "#000000";
495
+ export const KsTextColorDefaultInvertedInteractiveHoverBase = "#06081f";
496
+ export const KsTextColorDefaultInvertedInteractiveActiveBase = "#06081f";
497
+ export const KsTextColorDefaultInvertedInteractiveVisitedBase = "#06081f";
498
+ export const KsTextColorInterfaceBase = "rgba(255, 255, 255, 0.76)";
499
+ export const KsTextColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.76)";
500
+ export const KsTextColorInterfaceInteractiveHoverBase = "#ffffff";
501
+ export const KsTextColorInterfaceInteractiveActiveBase = "#ffffff";
502
+ export const KsTextColorInterfaceInteractiveVisitedBase = "#ffffff";
503
503
  export const KsTextColorInterfaceInvertedBase = "rgba(6, 8, 31, 0.87)";
504
- export const KsTextColorInterfaceInvertedInteractiveBase = "#06081f";
504
+ export const KsTextColorInterfaceInvertedInteractiveBase = "rgba(6, 8, 31, 0.76)";
505
505
  export const KsTextColorInterfaceInvertedInteractiveHoverBase = "#06081f";
506
506
  export const KsTextColorInterfaceInvertedInteractiveActiveBase = "#06081f";
507
507
  export const KsTextColorInterfaceInvertedInteractiveVisitedBase = "#06081f";
508
508
  export const KsTextColorPrimaryBase = "#e21879";
509
- export const KsTextColorPrimaryInteractiveBase = "rgba(84, 53, 210, 0.87)";
510
- export const KsTextColorPrimaryInteractiveHoverBase = "rgba(84, 53, 210, 0.87)";
511
- export const KsTextColorPrimaryInteractiveActiveBase = "rgba(84, 53, 210, 0.87)";
512
- export const KsTextColorPrimaryInteractiveVisitedBase = "rgba(84, 53, 210, 0.87)";
509
+ export const KsTextColorPrimaryInteractiveBase = "#e21879";
510
+ export const KsTextColorPrimaryInteractiveHoverBase = "rgba(226, 24, 121, 0.87)";
511
+ export const KsTextColorPrimaryInteractiveActiveBase = "rgba(226, 24, 121, 0.87)";
512
+ export const KsTextColorPrimaryInteractiveVisitedBase = "rgba(84, 53, 210, 0.76)";
513
513
  export const KsTextColorPrimaryInvertedBase = "#5435d2";
514
- export const KsTextColorPrimaryInvertedInteractiveBase = "rgba(226, 24, 121, 0.87)";
515
- export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(226, 24, 121, 0.87)";
516
- export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(226, 24, 121, 0.87)";
517
- export const KsTextColorPrimaryInvertedInteractiveVisitedBase = "rgba(226, 24, 121, 0.87)";
514
+ export const KsTextColorPrimaryInvertedInteractiveBase = "#5435d2";
515
+ export const KsTextColorPrimaryInvertedInteractiveHoverBase = "rgba(84, 53, 210, 0.87)";
516
+ export const KsTextColorPrimaryInvertedInteractiveActiveBase = "rgba(84, 53, 210, 0.87)";
517
+ export const KsTextColorPrimaryInvertedInteractiveVisitedBase = "rgba(84, 53, 210, 0.76)";
518
518
  export const KsDurationImmediate = "50ms";
519
519
  export const KsDurationFast = "100ms";
520
520
  export const KsDurationMedium = "150ms";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.2.10--canary.168.f4de958.0",
3
+ "version": "1.2.10--canary.175.799b9aa.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -40,12 +40,13 @@
40
40
  "scripts": {
41
41
  "build-storybook": "yarn build-tokens && yarn schema && yarn token && storybook build",
42
42
  "postbuild-storybook": "yarn playroom:snippets && yarn playroom:build",
43
- "build-tokens-ds-agency": "kickstartDS tokens compile",
44
- "build-tokens-lughausen": "kickstartDS tokens compile --token-dictionary-path src/token-lughausen/dictionary --sd-config-path sd.config-lughausen.cjs",
43
+ "build-tokens": "kickstartDS tokens compile && yarn build-tokens-business && yarn build-tokens-ngo && yarn build-tokens-telekom && yarn build-tokens-google && yarn && yarn copyTokensCss",
44
+ "build-tokens-business": "kickstartDS tokens compile --token-dictionary-path src/token-business/dictionary --sd-config-path sd.config-business.cjs",
45
+ "build-tokens-ngo": "kickstartDS tokens compile --token-dictionary-path src/token-ngo/dictionary --sd-config-path sd.config-ngo.cjs",
45
46
  "build-tokens-google": "kickstartDS tokens compile --token-dictionary-path src/token-google/dictionary --sd-config-path sd.config-google.cjs",
46
47
  "build-tokens-telekom": "kickstartDS tokens compile --token-dictionary-path src/token-telekom/dictionary --sd-config-path sd.config-telekom.cjs",
47
- "build-tokens": "run-s build-tokens-* && node scripts/patchThemeTokens.js",
48
48
  "chromatic": "chromatic --build-script-name \"build-storybook\" --output-dir \"storybook-static\" --skip \"@(renovate/**|dependabot/**)\" --exit-zero-on-changes --exit-once-uploaded",
49
+ "copyTokensCss": "cp src/token/tokens.css static/tokens.css && cp src/token-business/tokens.css static/tokens-business.css && cp src/token-google/tokens.css static/tokens-google.css && cp src/token-telekom/tokens.css static/tokens-telekom.css && cp src/token-ngo/tokens.css static/tokens-ngo.css",
49
50
  "init-tokens": "kickstartDS tokens init",
50
51
  "playroom": "run-p watch:* playroom:start",
51
52
  "playroom:snippets": "rimraf tmp && node scripts/generatePlayroomSnippets.js",
@@ -1,284 +0,0 @@
1
- /**
2
- * This file was automatically generated by json-schema-to-typescript.
3
- * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
- * and run json-schema-to-typescript to regenerate this file.
5
- */
6
- /**
7
- * The layout variant to use for the features
8
- */
9
- type Layout = "largeTiles" | "smallTiles" | "list";
10
- /**
11
- * Activate/disable the CTAs
12
- */
13
- type CTAToggle = boolean;
14
- /**
15
- * The features to display
16
- *
17
- * @minItems 1
18
- * @maxItems 8
19
- */
20
- type Items = [
21
- {
22
- icon?: Icon;
23
- title: Title;
24
- text?: Text;
25
- cta?: CallToAction;
26
- }
27
- ] | [
28
- {
29
- icon?: Icon;
30
- title: Title;
31
- text?: Text;
32
- cta?: CallToAction;
33
- },
34
- {
35
- icon?: Icon;
36
- title: Title;
37
- text?: Text;
38
- cta?: CallToAction;
39
- }
40
- ] | [
41
- {
42
- icon?: Icon;
43
- title: Title;
44
- text?: Text;
45
- cta?: CallToAction;
46
- },
47
- {
48
- icon?: Icon;
49
- title: Title;
50
- text?: Text;
51
- cta?: CallToAction;
52
- },
53
- {
54
- icon?: Icon;
55
- title: Title;
56
- text?: Text;
57
- cta?: CallToAction;
58
- }
59
- ] | [
60
- {
61
- icon?: Icon;
62
- title: Title;
63
- text?: Text;
64
- cta?: CallToAction;
65
- },
66
- {
67
- icon?: Icon;
68
- title: Title;
69
- text?: Text;
70
- cta?: CallToAction;
71
- },
72
- {
73
- icon?: Icon;
74
- title: Title;
75
- text?: Text;
76
- cta?: CallToAction;
77
- },
78
- {
79
- icon?: Icon;
80
- title: Title;
81
- text?: Text;
82
- cta?: CallToAction;
83
- }
84
- ] | [
85
- {
86
- icon?: Icon;
87
- title: Title;
88
- text?: Text;
89
- cta?: CallToAction;
90
- },
91
- {
92
- icon?: Icon;
93
- title: Title;
94
- text?: Text;
95
- cta?: CallToAction;
96
- },
97
- {
98
- icon?: Icon;
99
- title: Title;
100
- text?: Text;
101
- cta?: CallToAction;
102
- },
103
- {
104
- icon?: Icon;
105
- title: Title;
106
- text?: Text;
107
- cta?: CallToAction;
108
- },
109
- {
110
- icon?: Icon;
111
- title: Title;
112
- text?: Text;
113
- cta?: CallToAction;
114
- }
115
- ] | [
116
- {
117
- icon?: Icon;
118
- title: Title;
119
- text?: Text;
120
- cta?: CallToAction;
121
- },
122
- {
123
- icon?: Icon;
124
- title: Title;
125
- text?: Text;
126
- cta?: CallToAction;
127
- },
128
- {
129
- icon?: Icon;
130
- title: Title;
131
- text?: Text;
132
- cta?: CallToAction;
133
- },
134
- {
135
- icon?: Icon;
136
- title: Title;
137
- text?: Text;
138
- cta?: CallToAction;
139
- },
140
- {
141
- icon?: Icon;
142
- title: Title;
143
- text?: Text;
144
- cta?: CallToAction;
145
- },
146
- {
147
- icon?: Icon;
148
- title: Title;
149
- text?: Text;
150
- cta?: CallToAction;
151
- }
152
- ] | [
153
- {
154
- icon?: Icon;
155
- title: Title;
156
- text?: Text;
157
- cta?: CallToAction;
158
- },
159
- {
160
- icon?: Icon;
161
- title: Title;
162
- text?: Text;
163
- cta?: CallToAction;
164
- },
165
- {
166
- icon?: Icon;
167
- title: Title;
168
- text?: Text;
169
- cta?: CallToAction;
170
- },
171
- {
172
- icon?: Icon;
173
- title: Title;
174
- text?: Text;
175
- cta?: CallToAction;
176
- },
177
- {
178
- icon?: Icon;
179
- title: Title;
180
- text?: Text;
181
- cta?: CallToAction;
182
- },
183
- {
184
- icon?: Icon;
185
- title: Title;
186
- text?: Text;
187
- cta?: CallToAction;
188
- },
189
- {
190
- icon?: Icon;
191
- title: Title;
192
- text?: Text;
193
- cta?: CallToAction;
194
- }
195
- ] | [
196
- {
197
- icon?: Icon;
198
- title: Title;
199
- text?: Text;
200
- cta?: CallToAction;
201
- },
202
- {
203
- icon?: Icon;
204
- title: Title;
205
- text?: Text;
206
- cta?: CallToAction;
207
- },
208
- {
209
- icon?: Icon;
210
- title: Title;
211
- text?: Text;
212
- cta?: CallToAction;
213
- },
214
- {
215
- icon?: Icon;
216
- title: Title;
217
- text?: Text;
218
- cta?: CallToAction;
219
- },
220
- {
221
- icon?: Icon;
222
- title: Title;
223
- text?: Text;
224
- cta?: CallToAction;
225
- },
226
- {
227
- icon?: Icon;
228
- title: Title;
229
- text?: Text;
230
- cta?: CallToAction;
231
- },
232
- {
233
- icon?: Icon;
234
- title: Title;
235
- text?: Text;
236
- cta?: CallToAction;
237
- },
238
- {
239
- icon?: Icon;
240
- title: Title;
241
- text?: Text;
242
- cta?: CallToAction;
243
- }
244
- ];
245
- /**
246
- * The icon for the feature
247
- */
248
- type Icon = string;
249
- /**
250
- * The title of the feature
251
- */
252
- type Title = string;
253
- /**
254
- * The description of the feature
255
- */
256
- type Text = string;
257
- /**
258
- * The CTA target
259
- */
260
- type CallToActionTarget = string;
261
- /**
262
- * The text label displayed on the link
263
- */
264
- type LinkLabel = string;
265
- /**
266
- * Component used to display a set of features
267
- */
268
- interface FeaturesProps {
269
- layout?: Layout;
270
- style?: "intext" | "stack" | "centered" | "besideLarge" | "besideSmall";
271
- ctas?: {
272
- toggle?: CTAToggle;
273
- style?: "button" | "link" | "intext";
274
- };
275
- items?: Items;
276
- }
277
- /**
278
- * The call to action
279
- */
280
- interface CallToAction {
281
- target?: CallToActionTarget;
282
- label?: LinkLabel;
283
- }
284
- export { Layout, CTAToggle, Items, Icon, Title, Text, CallToActionTarget, LinkLabel, FeaturesProps, CallToAction };