@kickstartds/ds-agency-premium 1.3.34 → 1.3.36
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/blog-post/index.d.ts +1 -1
- package/dist/components/image-story/image-story.css +1 -0
- package/dist/components/image-story/image-story.schema.dereffed.json +1 -1
- package/dist/components/image-story/image-story.schema.json +1 -1
- package/dist/components/image-story/index.js +1 -1
- package/dist/components/index/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +1 -1
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +2 -18
- package/dist/components/section/section.schema.dereffed.json +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- /package/dist/{BlogPostProps-0910f130.d.ts → BlogPostProps-e1cbd5d3.d.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
2
|
+
import { BlogPostProps } from "../../BlogPostProps-e1cbd5d3.js";
|
|
3
3
|
declare const BlogPost: {
|
|
4
4
|
({ head, content, aside, cta }: BlogPostProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
displayName: string;
|
|
@@ -15,6 +15,7 @@ const ImageStoryContextDefault = forwardRef(({ headline, largeHeadline = false,
|
|
|
15
15
|
// @ts-expect-error
|
|
16
16
|
value: ButtonGroup, children: jsx(Storytelling, { ...rest, ref: ref, className: classnames("dsa-image-story"), full: padding === false ? true : false, image: {
|
|
17
17
|
source: image?.src,
|
|
18
|
+
vAlign: image?.vAlign,
|
|
18
19
|
ratio: image?.aspectRatio === "square"
|
|
19
20
|
? "1:1"
|
|
20
21
|
: image?.aspectRatio === "wide"
|
|
@@ -27,7 +28,6 @@ const ImageStoryContextDefault = forwardRef(({ headline, largeHeadline = false,
|
|
|
27
28
|
order: {
|
|
28
29
|
desktopImageLast: layout === "imageLeft" ? false : true,
|
|
29
30
|
},
|
|
30
|
-
vAlign: image?.vAlign,
|
|
31
31
|
}, box: {
|
|
32
32
|
text: text,
|
|
33
33
|
textAlign: textAlign,
|
|
@@ -72,6 +72,6 @@ interface SettingsProps {
|
|
|
72
72
|
*/
|
|
73
73
|
seo: SeoProps;
|
|
74
74
|
}
|
|
75
|
-
export * from "../../BlogPostProps-
|
|
75
|
+
export * from "../../BlogPostProps-e1cbd5d3.js";
|
|
76
76
|
export * from "../../BlogOverviewProps-f385fc47.js";
|
|
77
77
|
export { Sections, ToggleFloating, ToggleInverted, ToggleInverted1, PageProps, Header, Footer, SettingsProps };
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
"id": "components-image-story--sticky-image-next-to-scrolling-text",
|
|
1620
1620
|
"group": "Components/Image Story",
|
|
1621
1621
|
"name": "StickyImageNextToScrollingText",
|
|
1622
|
-
"code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: '
|
|
1622
|
+
"code": "<ImageStory\n buttons={[\n {\n disabled: false,\n label: 'Learn More',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Contact Us',\n size: 'medium',\n target: '#',\n variant: 'secondary'\n }\n ]}\n headline=\"The Sanity & Next.js Experts\"\n image={{\n aspectRatio: 'unset',\n src: 'img/full-shot-different-people-working-together.png',\n vAlign: 'top'\n }}\n largeHeadline\n layout=\"imageLeft\"\n sub=\"Subheadline\"\n text=\"\nHere at Systemics, we bring a range of design system services that can make a difference:\n\n### 1. Design System Consulting\nLet's work side by side to shape a design system strategy that aligns perfectly with your goals. It's not just about tools; it's about guiding principles, stakeholder management und making the right decisions at the right time.\n\n### 2. Design System Creation & Development\nWe'll bring your design system from concept to production, giving you consistent and engaging user experiences across different platforms. We will work together with your digital teams to transfer all complex Figma ideas into code using kickstartDS.\n\n### 3. Headless CMS & Websites\nWe leverage the power of headless CMSs to provide scalable, flexible, and versatile websites that drive your online presence.\n\n### 4. Design System Training\nWe empower your digital teams with the knowledge and skills to manage and evolve your design system effectively.\n\nReady to make your digital journey exceptional?\n \"\n textAlign=\"left\"\n/>",
|
|
1623
1623
|
"args": {
|
|
1624
1624
|
"headline": "The Sanity & Next.js Experts",
|
|
1625
1625
|
"largeHeadline": true,
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
],
|
|
1645
1645
|
"image": {
|
|
1646
1646
|
"aspectRatio": "unset",
|
|
1647
|
-
"vAlign": "
|
|
1647
|
+
"vAlign": "top",
|
|
1648
1648
|
"src": "img/full-shot-different-people-working-together.png"
|
|
1649
1649
|
},
|
|
1650
1650
|
"textAlign": "left",
|
|
@@ -1736,22 +1736,6 @@
|
|
|
1736
1736
|
},
|
|
1737
1737
|
"screenshot": "img/screenshots/components-image--custom-aspect-ratio.png"
|
|
1738
1738
|
},
|
|
1739
|
-
{
|
|
1740
|
-
"id": "layout-logo--logo",
|
|
1741
|
-
"group": "Layout/Logo",
|
|
1742
|
-
"name": "Logo",
|
|
1743
|
-
"code": "<Logo\n alt=\"Systemics Logo\"\n height={40}\n homepageHref=\"#\"\n src=\"/logo.svg\"\n srcInverted=\"/logo-inverted.svg\"\n width={176}\n/>",
|
|
1744
|
-
"args": {
|
|
1745
|
-
"homepageHref": "#",
|
|
1746
|
-
"width": 176,
|
|
1747
|
-
"height": 40,
|
|
1748
|
-
"src": "/logo.svg",
|
|
1749
|
-
"srcInverted": "/logo-inverted.svg",
|
|
1750
|
-
"inverted": false,
|
|
1751
|
-
"alt": "Systemics Logo"
|
|
1752
|
-
},
|
|
1753
|
-
"screenshot": "img/screenshots/layout-logo--logo.png"
|
|
1754
|
-
},
|
|
1755
1739
|
{
|
|
1756
1740
|
"id": "components-logos--centered-with-button",
|
|
1757
1741
|
"group": "Components/Logos",
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 05 Aug 2024
|
|
3
|
+
* Generated on Mon, 05 Aug 2024 10:06:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root [ks-theme=business] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Do not edit directly
|
|
2730
|
-
* Generated on Mon, 05 Aug 2024
|
|
2730
|
+
* Generated on Mon, 05 Aug 2024 10:07:00 GMT
|
|
2731
2731
|
*/
|
|
2732
2732
|
:root [ks-theme=google] {
|
|
2733
2733
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* Do not edit directly
|
|
5461
|
-
* Generated on Mon, 05 Aug 2024
|
|
5461
|
+
* Generated on Mon, 05 Aug 2024 10:06:58 GMT
|
|
5462
5462
|
*/
|
|
5463
5463
|
:root [ks-theme=ngo] {
|
|
5464
5464
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
}
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Do not edit directly
|
|
8462
|
-
* Generated on Mon, 05 Aug 2024
|
|
8462
|
+
* Generated on Mon, 05 Aug 2024 10:07:02 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
File without changes
|