@kickstartds/ds-agency-premium 1.2.13 → 1.2.14
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/README.md +2 -2
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/static/tokens-business.css +1 -1
- package/dist/static/tokens-google.css +1 -1
- package/dist/static/tokens-ngo.css +1 -1
- package/dist/static/tokens-telekom.css +1 -1
- package/dist/static/tokens.css +1 -1
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +5 -10
- /package/dist/{BlogPostProps-0910f130.d.ts → BlogPostProps-e1cbd5d3.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# kickstartDS Agency Starter
|
|
1
|
+
# kickstartDS Premium Agency Starter
|
|
2
2
|
|
|
3
|
-
kickstartDS Agency Starter is a specialized version of the kickstartDS Starter, tailored for digital agencies. It provides a set of content components that can be used to style marketing pages, while maintaining the flexibility and customizability of the original starter.
|
|
3
|
+
kickstartDS Agency Starter is a specialized version of the kickstartDS Starter, tailored for digital agencies. It provides a set of content components that can be used to style marketing pages, while maintaining the flexibility and customizability of the original starter. This repository contains the kickstartDS Premium Agency Starter... which includes more visually rich content components based off of our [kickstartDS Content module](https://www.kickstartds.com/content-module/).
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
2
|
+
import { BlogPostProps } from "../../BlogPostProps-e1cbd5d3.js";
|
|
3
3
|
declare const BlogPost: ({ head, content, aside, cta }: BlogPostProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export { BlogPost };
|
|
@@ -45,6 +45,6 @@ interface SettingsProps {
|
|
|
45
45
|
*/
|
|
46
46
|
seo: SeoProps;
|
|
47
47
|
}
|
|
48
|
-
export * from "../../BlogPostProps-
|
|
48
|
+
export * from "../../BlogPostProps-e1cbd5d3.js";
|
|
49
49
|
export * from "../../BlogOverviewProps-f385fc47.js";
|
|
50
50
|
export { Sections, PageProps, SettingsProps };
|
package/dist/static/tokens.css
CHANGED
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
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.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -76,11 +76,6 @@
|
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@bedrock-layout/primitives": "^3.0.23",
|
|
78
78
|
"@bedrock-layout/spacing-constants": "^3.2.5",
|
|
79
|
-
"@kickstartds/base": "2.3.0-canary.1615.6674.0",
|
|
80
|
-
"@kickstartds/blog": "2.3.0-canary.1615.6674.0",
|
|
81
|
-
"@kickstartds/content": "3.0.0-next.7",
|
|
82
|
-
"@kickstartds/core": "2.3.0-canary.1615.6674.0",
|
|
83
|
-
"@kickstartds/form": "2.3.0-canary.1615.6674.0",
|
|
84
79
|
"@kickstartds/style-dictionary": "2.3.0-canary.1615.6674.0",
|
|
85
80
|
"classnames": "^2.3.2",
|
|
86
81
|
"react-markdown": "^8.0.7"
|
|
@@ -88,11 +83,11 @@
|
|
|
88
83
|
"devDependencies": {
|
|
89
84
|
"@auto-it/npm": "^11.0.1",
|
|
90
85
|
"@auto-it/released": "^11.0.1",
|
|
91
|
-
"@kickstartds/base": "2.3.0-
|
|
92
|
-
"@kickstartds/blog": "2.3.0-
|
|
86
|
+
"@kickstartds/base": "2.3.0-canary.1615.6674.0",
|
|
87
|
+
"@kickstartds/blog": "2.3.0-canary.1615.6674.0",
|
|
93
88
|
"@kickstartds/content": "3.0.0-next.7",
|
|
94
|
-
"@kickstartds/core": "3.0
|
|
95
|
-
"@kickstartds/form": "2.3.0-
|
|
89
|
+
"@kickstartds/core": "2.3.0-canary.1615.6674.0",
|
|
90
|
+
"@kickstartds/form": "2.3.0-canary.1615.6674.0",
|
|
96
91
|
"@kickstartds/storybook-addon-component-tokens": "1.0.0",
|
|
97
92
|
"@kickstartds/storybook-addon-html": "^0.0.2",
|
|
98
93
|
"@kickstartds/storybook-addon-jsonschema": "^2.0.1",
|
|
File without changes
|