@kickstartds/ds-agency-premium 1.2.6 → 1.2.8--canary.156.b229fdd.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 (54) hide show
  1. package/dist/{FeaturesProps-32f5bc0d.d.ts → FeaturesProps-79dea880.d.ts} +39 -39
  2. package/dist/{LogosProps-a8efd101.d.ts → LogosProps-8af8b3c7.d.ts} +3 -3
  3. package/dist/{SplitProps-89ef39c4.d.ts → PageIntroProps-f13f3e7c.d.ts} +8 -3
  4. package/dist/{StatsProps-17b0743a.d.ts → StatsProps-afa48599.d.ts} +3 -3
  5. package/dist/{TeaserCardProps-3fce7be4.d.ts → TeaserCardProps-95b399e9.d.ts} +4 -12
  6. package/dist/{TestimonialsProps-4b94faa8.d.ts → TestimonialsProps-d27ae4b4.d.ts} +3 -3
  7. package/dist/components/feature/index.d.ts +1 -1
  8. package/dist/components/features/features.schema.dereffed.json +4 -3
  9. package/dist/components/features/features.schema.json +3 -3
  10. package/dist/components/features/index.d.ts +1 -1
  11. package/dist/components/features/index.js +3 -3
  12. package/dist/components/logos/index.d.ts +1 -1
  13. package/dist/components/logos/index.js +2 -2
  14. package/dist/components/logos/logos.schema.dereffed.json +2 -2
  15. package/dist/components/logos/logos.schema.json +2 -2
  16. package/dist/components/page/page.schema.dereffed.json +49 -51
  17. package/dist/components/page-intro/index.d.ts +4 -0
  18. package/dist/components/page-intro/index.js +18 -0
  19. package/dist/components/page-intro/page-intro.css +8 -0
  20. package/dist/components/page-intro/page-intro.schema.dereffed.json +30 -0
  21. package/dist/components/page-intro/page-intro.schema.json +26 -0
  22. package/dist/components/page-wrapper/index.d.ts +2 -3
  23. package/dist/components/page-wrapper/index.js +6 -471
  24. package/dist/components/page-wrapper/tokens.css +3 -3
  25. package/dist/components/raw-page-wrapper/index.d.ts +3 -0
  26. package/dist/components/raw-page-wrapper/index.js +492 -0
  27. package/dist/components/section/index.d.ts +8 -8
  28. package/dist/components/section/index.js +1 -1
  29. package/dist/components/section/section.css +15 -3
  30. package/dist/components/section/section.schema.dereffed.json +49 -51
  31. package/dist/components/section/section.schema.json +4 -4
  32. package/dist/components/split/index.d.ts +9 -1
  33. package/dist/components/stats/index.d.ts +1 -1
  34. package/dist/components/stats/index.js +4 -4
  35. package/dist/components/stats/stats.schema.dereffed.json +2 -2
  36. package/dist/components/stats/stats.schema.json +2 -2
  37. package/dist/components/teaser-card/index.d.ts +1 -1
  38. package/dist/components/teaser-card/index.js +6 -3
  39. package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -17
  40. package/dist/components/teaser-card/teaser-card.schema.json +5 -13
  41. package/dist/components/testimonials/index.d.ts +1 -1
  42. package/dist/components/testimonials/index.js +4 -4
  43. package/dist/components/testimonials/testimonials.schema.dereffed.json +2 -2
  44. package/dist/components/testimonials/testimonials.schema.json +2 -2
  45. package/dist/static/tokens-google.css +1553 -0
  46. package/dist/static/tokens-lughausen.css +1549 -0
  47. package/dist/static/tokens-telekom.css +1549 -0
  48. package/dist/static/tokens.css +1554 -0
  49. package/dist/tokens/tokens.css +3 -3
  50. package/dist/tokens/tokens.js +3 -3
  51. package/package.json +6 -9
  52. package/dist/tokens/themes.css +0 -4657
  53. package/dist/tokens/themes.css.d.ts +0 -0
  54. package/dist/tokens/themes.css.js +0 -1
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 23 Jan 2024 09:32:17 GMT
3
+ * Generated on Tue, 23 Jan 2024 12:12:50 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: #e9e5fa;
8
+ --ks-background-color-accent-inverted-base: var(--ks-color-primary-alpha-8-base);
9
9
  --ks-background-color-bold-base: var(--ks-color-primary-to-bg-6-base);
10
- --ks-background-color-bold-inverted-base: #c0b5ef;
10
+ --ks-background-color-bold-inverted-base: var(--ks-color-primary-alpha-6-base);
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 Tue, 23 Jan 2024 09:32:18 GMT
3
+ * Generated on Tue, 23 Jan 2024 12:12:50 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#100e36";
7
- export const KsBackgroundColorAccentInvertedBase = "#e9e5fa";
7
+ export const KsBackgroundColorAccentInvertedBase = "rgba(84, 53, 210, 0.13)";
8
8
  export const KsBackgroundColorBoldBase = "#231961";
9
- export const KsBackgroundColorBoldInvertedBase = "#c0b5ef";
9
+ export const KsBackgroundColorBoldInvertedBase = "rgba(84, 53, 210, 0.37)";
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.6",
3
+ "version": "1.2.8--canary.156.b229fdd.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {
@@ -40,12 +40,9 @@
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",
45
- "build-tokens-google": "kickstartDS tokens compile --token-dictionary-path src/token-google/dictionary --sd-config-path sd.config-google.cjs",
46
- "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",
43
+ "build-tokens": "kickstartDS tokens compile && kickstartDS tokens compile --token-dictionary-path src/token-lughausen/dictionary --sd-config-path sd.config-lughausen.cjs && yarn copyTokensCss",
48
44
  "chromatic": "chromatic --build-script-name \"build-storybook\" --output-dir \"storybook-static\" --skip \"@(renovate/**|dependabot/**)\" --exit-zero-on-changes --exit-once-uploaded",
45
+ "copyTokensCss": "cp src/token/tokens.css static/tokens.css && cp src/token-lughausen/tokens.css static/tokens-lughausen.css && cp src/token-google/tokens.css static/tokens-google.css && cp src/token-telekom/tokens.css static/tokens-telekom.css",
49
46
  "init-tokens": "kickstartDS tokens init",
50
47
  "playroom": "run-p watch:* playroom:start",
51
48
  "playroom:snippets": "rimraf tmp && node scripts/generatePlayroomSnippets.js",
@@ -71,11 +68,11 @@
71
68
  "dependencies": {
72
69
  "@bedrock-layout/primitives": "^3.0.23",
73
70
  "@bedrock-layout/spacing-constants": "^3.2.5",
74
- "@kickstartds/base": "2.3.0-beta.1",
75
- "@kickstartds/blog": "2.3.0-beta.1",
71
+ "@kickstartds/base": "2.3.0-beta.0",
72
+ "@kickstartds/blog": "2.3.0-beta.0",
76
73
  "@kickstartds/content": "3.0.0-next.7",
77
74
  "@kickstartds/core": "3.0.0-beta.0",
78
- "@kickstartds/form": "2.3.0-beta.1",
75
+ "@kickstartds/form": "2.3.0-beta.0",
79
76
  "classnames": "^2.3.2",
80
77
  "lazysizes": "^5.3.2",
81
78
  "react": "18.2.0",