@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.
- package/dist/{FeaturesProps-32f5bc0d.d.ts → FeaturesProps-79dea880.d.ts} +39 -39
- package/dist/{LogosProps-a8efd101.d.ts → LogosProps-8af8b3c7.d.ts} +3 -3
- package/dist/{SplitProps-89ef39c4.d.ts → PageIntroProps-f13f3e7c.d.ts} +8 -3
- package/dist/{StatsProps-17b0743a.d.ts → StatsProps-afa48599.d.ts} +3 -3
- package/dist/{TeaserCardProps-3fce7be4.d.ts → TeaserCardProps-95b399e9.d.ts} +4 -12
- package/dist/{TestimonialsProps-4b94faa8.d.ts → TestimonialsProps-d27ae4b4.d.ts} +3 -3
- package/dist/components/feature/index.d.ts +1 -1
- package/dist/components/features/features.schema.dereffed.json +4 -3
- package/dist/components/features/features.schema.json +3 -3
- package/dist/components/features/index.d.ts +1 -1
- package/dist/components/features/index.js +3 -3
- package/dist/components/logos/index.d.ts +1 -1
- package/dist/components/logos/index.js +2 -2
- package/dist/components/logos/logos.schema.dereffed.json +2 -2
- package/dist/components/logos/logos.schema.json +2 -2
- package/dist/components/page/page.schema.dereffed.json +49 -51
- package/dist/components/page-intro/index.d.ts +4 -0
- package/dist/components/page-intro/index.js +18 -0
- package/dist/components/page-intro/page-intro.css +8 -0
- package/dist/components/page-intro/page-intro.schema.dereffed.json +30 -0
- package/dist/components/page-intro/page-intro.schema.json +26 -0
- package/dist/components/page-wrapper/index.d.ts +2 -3
- package/dist/components/page-wrapper/index.js +6 -471
- package/dist/components/page-wrapper/tokens.css +3 -3
- package/dist/components/raw-page-wrapper/index.d.ts +3 -0
- package/dist/components/raw-page-wrapper/index.js +492 -0
- package/dist/components/section/index.d.ts +8 -8
- package/dist/components/section/index.js +1 -1
- package/dist/components/section/section.css +15 -3
- package/dist/components/section/section.schema.dereffed.json +49 -51
- package/dist/components/section/section.schema.json +4 -4
- package/dist/components/split/index.d.ts +9 -1
- package/dist/components/stats/index.d.ts +1 -1
- package/dist/components/stats/index.js +4 -4
- package/dist/components/stats/stats.schema.dereffed.json +2 -2
- package/dist/components/stats/stats.schema.json +2 -2
- package/dist/components/teaser-card/index.d.ts +1 -1
- package/dist/components/teaser-card/index.js +6 -3
- package/dist/components/teaser-card/teaser-card.schema.dereffed.json +4 -17
- package/dist/components/teaser-card/teaser-card.schema.json +5 -13
- package/dist/components/testimonials/index.d.ts +1 -1
- package/dist/components/testimonials/index.js +4 -4
- package/dist/components/testimonials/testimonials.schema.dereffed.json +2 -2
- package/dist/components/testimonials/testimonials.schema.json +2 -2
- package/dist/static/tokens-google.css +1553 -0
- package/dist/static/tokens-lughausen.css +1549 -0
- package/dist/static/tokens-telekom.css +1549 -0
- package/dist/static/tokens.css +1554 -0
- package/dist/tokens/tokens.css +3 -3
- package/dist/tokens/tokens.js +3 -3
- package/package.json +6 -9
- package/dist/tokens/themes.css +0 -4657
- package/dist/tokens/themes.css.d.ts +0 -0
- package/dist/tokens/themes.css.js +0 -1
package/dist/tokens/tokens.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 23 Jan 2024
|
|
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:
|
|
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:
|
|
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);
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue, 23 Jan 2024
|
|
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 = "
|
|
7
|
+
export const KsBackgroundColorAccentInvertedBase = "rgba(84, 53, 210, 0.13)";
|
|
8
8
|
export const KsBackgroundColorBoldBase = "#231961";
|
|
9
|
-
export const KsBackgroundColorBoldInvertedBase = "
|
|
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.
|
|
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
|
|
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.
|
|
75
|
-
"@kickstartds/blog": "2.3.0-beta.
|
|
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.
|
|
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",
|