@kickstartds/ds-agency-premium 1.6.55 → 1.6.57--canary.1461.46964a6.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/{BlogOverviewProps-1cfcf6e8.d.ts → BlogOverviewProps-9f207f1c.d.ts} +1 -1
- package/dist/{BlogPostProps-1cfcf6e8.d.ts → BlogPostProps-6b3cff22.d.ts} +1 -1
- package/dist/{CtaProps-93230a76.d.ts → CtaProps-0931e9c1.d.ts} +1 -6
- package/dist/SectionProps-1cfcf6e8.d.ts +3 -3
- package/dist/{SliderProps-93230a76.d.ts → SliderProps-0931e9c1.d.ts} +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +0 -18
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +0 -18
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/cta/cta.css +0 -12
- package/dist/components/cta/cta.schema.dereffed.json +0 -6
- package/dist/components/cta/cta.schema.json +0 -6
- package/dist/components/cta/index.d.ts +1 -1
- package/dist/components/cta/index.js +2 -2
- package/dist/components/hero/hero.css +2 -1
- package/dist/components/image-story/index.d.ts +1 -1
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +0 -12
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/presets.json +6 -16
- package/dist/components/section/section.css +11 -11
- package/dist/components/section/section.schema.dereffed.json +0 -12
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/slider/slider.schema.dereffed.json +0 -6
- package/dist/components/testimonials/index.d.ts +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/{ImageStoryProps-03ff6d21.d.ts → ImageStoryProps-e853e1e7.d.ts} +0 -0
- /package/dist/{PageProps-1cfcf6e8.d.ts → PageProps-aa29c554.d.ts} +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { SectionProps } from "./SectionProps-1cfcf6e8.js";
|
|
7
7
|
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
8
|
-
import { CtaProps } from "./CtaProps-
|
|
8
|
+
import { CtaProps } from "./CtaProps-0931e9c1.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
10
10
|
/**
|
|
11
11
|
* Collection of sections (with their contents) to render as the blog overview intro
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-d9decb7c.js";
|
|
8
8
|
import { SectionProps } from "./SectionProps-1cfcf6e8.js";
|
|
9
|
-
import { CtaProps } from "./CtaProps-
|
|
9
|
+
import { CtaProps } from "./CtaProps-0931e9c1.js";
|
|
10
10
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
11
11
|
/**
|
|
12
12
|
* Body text for the blog post, overwrites sections if present
|
|
@@ -23,10 +23,6 @@ type HighlightText = boolean;
|
|
|
23
23
|
* Make the text and buttons color neutral
|
|
24
24
|
*/
|
|
25
25
|
type ColorNeutral = boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Set the width of the content to the full width of the element
|
|
28
|
-
*/
|
|
29
|
-
type Width = boolean;
|
|
30
26
|
/**
|
|
31
27
|
* Text content to display inside the button
|
|
32
28
|
*/
|
|
@@ -81,7 +77,6 @@ interface CtaProps {
|
|
|
81
77
|
text?: ComponentText;
|
|
82
78
|
highlightText?: HighlightText;
|
|
83
79
|
colorNeutral?: ColorNeutral;
|
|
84
|
-
fullWidth?: Width;
|
|
85
80
|
buttons?: Button[];
|
|
86
81
|
backgroundColor?: BackgroundColor;
|
|
87
82
|
backgroundImage?: BackgroundImage;
|
|
@@ -110,4 +105,4 @@ interface Order {
|
|
|
110
105
|
mobileImageLast?: MobileImageAfterText;
|
|
111
106
|
desktopImageLast?: DesktopImageAfterText;
|
|
112
107
|
}
|
|
113
|
-
export { ComponentHeadline, ComponentSubheadline, ComponentText, HighlightText, ColorNeutral,
|
|
108
|
+
export { ComponentHeadline, ComponentSubheadline, ComponentText, HighlightText, ColorNeutral, Label, Icon, Target, BackgroundColor, BackgroundImage, ImageSource, Padding, AltText, MobileImageAfterText, DesktopImageAfterText, TextAlignment, VerticalAlignmentOfTheContent, CtaProps, Button, Image, Order };
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import { CtaProps } from "./CtaProps-
|
|
6
|
+
import { CtaProps } from "./CtaProps-0931e9c1.js";
|
|
7
7
|
import { DividerProps } from "./DividerProps-2ef31901.js";
|
|
8
8
|
import { FaqProps } from "./FaqProps-ad618cd5.js";
|
|
9
9
|
import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-f704d270.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-8e95ed81.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
13
|
+
import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.js";
|
|
14
14
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
15
15
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
16
16
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
17
|
-
import { SliderProps } from "./SliderProps-
|
|
17
|
+
import { SliderProps } from "./SliderProps-0931e9c1.js";
|
|
18
18
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
19
19
|
import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
|
|
20
20
|
import { TestimonialsProps } from "./TestimonialsProps-f7211553.js";
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
4
|
* and run json-schema-to-typescript to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import { CtaProps } from "./CtaProps-
|
|
6
|
+
import { CtaProps } from "./CtaProps-0931e9c1.js";
|
|
7
7
|
import { FeaturesProps } from "./FeaturesProps-e58616a5.js";
|
|
8
8
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
9
9
|
import { HeroProps } from "./HeroProps-f704d270.js";
|
|
@@ -282,12 +282,6 @@
|
|
|
282
282
|
"default": false,
|
|
283
283
|
"type": "boolean"
|
|
284
284
|
},
|
|
285
|
-
"fullWidth": {
|
|
286
|
-
"title": "Width",
|
|
287
|
-
"description": "Set the width of the content to the full width of the element",
|
|
288
|
-
"type": "boolean",
|
|
289
|
-
"default": false
|
|
290
|
-
},
|
|
291
285
|
"buttons": {
|
|
292
286
|
"type": "array",
|
|
293
287
|
"items": {
|
|
@@ -1538,12 +1532,6 @@
|
|
|
1538
1532
|
"default": false,
|
|
1539
1533
|
"type": "boolean"
|
|
1540
1534
|
},
|
|
1541
|
-
"fullWidth": {
|
|
1542
|
-
"title": "Width",
|
|
1543
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1544
|
-
"type": "boolean",
|
|
1545
|
-
"default": false
|
|
1546
|
-
},
|
|
1547
1535
|
"buttons": {
|
|
1548
1536
|
"type": "array",
|
|
1549
1537
|
"items": {
|
|
@@ -3693,12 +3681,6 @@
|
|
|
3693
3681
|
"default": false,
|
|
3694
3682
|
"type": "boolean"
|
|
3695
3683
|
},
|
|
3696
|
-
"fullWidth": {
|
|
3697
|
-
"title": "Width",
|
|
3698
|
-
"description": "Set the width of the content to the full width of the element",
|
|
3699
|
-
"type": "boolean",
|
|
3700
|
-
"default": false
|
|
3701
|
-
},
|
|
3702
3684
|
"buttons": {
|
|
3703
3685
|
"type": "array",
|
|
3704
3686
|
"items": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
|
|
4
4
|
export type { BlogOverviewProps };
|
|
@@ -558,12 +558,6 @@
|
|
|
558
558
|
"default": false,
|
|
559
559
|
"type": "boolean"
|
|
560
560
|
},
|
|
561
|
-
"fullWidth": {
|
|
562
|
-
"title": "Width",
|
|
563
|
-
"description": "Set the width of the content to the full width of the element",
|
|
564
|
-
"type": "boolean",
|
|
565
|
-
"default": false
|
|
566
|
-
},
|
|
567
561
|
"buttons": {
|
|
568
562
|
"type": "array",
|
|
569
563
|
"items": {
|
|
@@ -1814,12 +1808,6 @@
|
|
|
1814
1808
|
"default": false,
|
|
1815
1809
|
"type": "boolean"
|
|
1816
1810
|
},
|
|
1817
|
-
"fullWidth": {
|
|
1818
|
-
"title": "Width",
|
|
1819
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1820
|
-
"type": "boolean",
|
|
1821
|
-
"default": false
|
|
1822
|
-
},
|
|
1823
1811
|
"buttons": {
|
|
1824
1812
|
"type": "array",
|
|
1825
1813
|
"items": {
|
|
@@ -3452,12 +3440,6 @@
|
|
|
3452
3440
|
"default": false,
|
|
3453
3441
|
"type": "boolean"
|
|
3454
3442
|
},
|
|
3455
|
-
"fullWidth": {
|
|
3456
|
-
"title": "Width",
|
|
3457
|
-
"description": "Set the width of the content to the full width of the element",
|
|
3458
|
-
"type": "boolean",
|
|
3459
|
-
"default": false
|
|
3460
|
-
},
|
|
3461
3443
|
"buttons": {
|
|
3462
3444
|
"type": "array",
|
|
3463
3445
|
"items": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-6b3cff22.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
.dsa-cta.c-storytelling .c-storytelling__box__content--center .c-button-group {
|
|
99
99
|
justify-content: center;
|
|
100
100
|
}
|
|
101
|
-
.dsa-cta.c-storytelling .c-storytelling__box:only-child {
|
|
102
|
-
width: 100%;
|
|
103
|
-
max-width: calc(var(--dsa-content--width_default) - var(--dsa-content--spacing) * var(--c-storytelling--padding-ratio));
|
|
104
|
-
}
|
|
105
101
|
.dsa-cta.c-storytelling > .c-storytelling__image {
|
|
106
102
|
padding: var(--dsa-cta--vertical-padding, var(--l-section--space-default)) var(--dsa-cta--horizontal-padding, var(--dsa-content--spacing));
|
|
107
103
|
padding-right: calc(var(--dsa-cta--horizontal-padding, var(--dsa-content--spacing)) / var(--c-storytelling--padding-ratio));
|
|
@@ -109,14 +105,6 @@
|
|
|
109
105
|
.dsa-cta.c-storytelling.c-storytelling--full > .c-storytelling__image {
|
|
110
106
|
padding: 0;
|
|
111
107
|
}
|
|
112
|
-
.dsa-cta.c-storytelling > .c-storytelling__image,
|
|
113
|
-
.dsa-cta.c-storytelling > .c-storytelling__box {
|
|
114
|
-
max-width: calc(var(--dsa-content--width_wide) / 2);
|
|
115
|
-
}
|
|
116
|
-
.dsa-cta.c-storytelling.dsa-cta--full-width > .c-storytelling__image,
|
|
117
|
-
.dsa-cta.c-storytelling.dsa-cta--full-width > .c-storytelling__box {
|
|
118
|
-
max-width: 100%;
|
|
119
|
-
}
|
|
120
108
|
}
|
|
121
109
|
|
|
122
110
|
@media (min-width: 640px) {
|
|
@@ -40,12 +40,6 @@
|
|
|
40
40
|
"default": false,
|
|
41
41
|
"type": "boolean"
|
|
42
42
|
},
|
|
43
|
-
"fullWidth": {
|
|
44
|
-
"title": "Width",
|
|
45
|
-
"description": "Set the width of the content to the full width of the element",
|
|
46
|
-
"type": "boolean",
|
|
47
|
-
"default": false
|
|
48
|
-
},
|
|
49
43
|
"buttons": {
|
|
50
44
|
"type": "array",
|
|
51
45
|
"items": {
|
|
@@ -36,12 +36,6 @@
|
|
|
36
36
|
"default": false,
|
|
37
37
|
"type": "boolean"
|
|
38
38
|
},
|
|
39
|
-
"fullWidth": {
|
|
40
|
-
"title": "Width",
|
|
41
|
-
"description": "Set the width of the content to the full width of the element",
|
|
42
|
-
"type": "boolean",
|
|
43
|
-
"default": false
|
|
44
|
-
},
|
|
45
39
|
"buttons": {
|
|
46
40
|
"type": "array",
|
|
47
41
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { CtaProps } from "../../CtaProps-
|
|
3
|
+
import { CtaProps } from "../../CtaProps-0931e9c1.js";
|
|
4
4
|
declare const CtaContextDefault: import("react").ForwardRefExoticComponent<CtaProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const CtaContext: import("react").Context<import("react").ForwardRefExoticComponent<CtaProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Cta: import("react").ForwardRefExoticComponent<CtaProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -7,13 +7,13 @@ import classnames from 'classnames';
|
|
|
7
7
|
import { useButtonGroup } from '../button-group/index.js';
|
|
8
8
|
import '@kickstartds/base/lib/button-group';
|
|
9
9
|
|
|
10
|
-
const CtaContextDefault = forwardRef(({ headline, highlightText = false, sub, image, text, textAlign, backgroundImage, backgroundColor, colorNeutral, contentAlign, order,
|
|
10
|
+
const CtaContextDefault = forwardRef(({ headline, highlightText = false, sub, image, text, textAlign, backgroundImage, backgroundColor, colorNeutral, contentAlign, order, buttons = [], ...rest }, ref) => {
|
|
11
11
|
const ButtonGroup = useButtonGroup();
|
|
12
12
|
return (jsx(ButtonContext.Provider
|
|
13
13
|
// @ts-expect-error
|
|
14
14
|
, {
|
|
15
15
|
// @ts-expect-error
|
|
16
|
-
value: ButtonGroup, children: jsx(Storytelling, { ...rest, ref: ref, className: classnames("dsa-cta",
|
|
16
|
+
value: ButtonGroup, children: jsx(Storytelling, { ...rest, ref: ref, className: classnames("dsa-cta", highlightText ? `dsa-cta--highlight-text` : "", colorNeutral ? `dsa-cta--color-neutral` : "", contentAlign && contentAlign !== "center"
|
|
17
17
|
? `dsa-cta--align-${contentAlign}`
|
|
18
18
|
: ""), backgroundImage: backgroundImage, backgroundColor: backgroundColor, full: image?.padding === false, image: {
|
|
19
19
|
source: image?.src,
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
--dsa-hero__textbox--background-color: var(--ks-color-bg-alpha-2);
|
|
18
18
|
--dsa-hero__textbox--border-radius: var(--ks-border-radius-surface);
|
|
19
19
|
--dsa-hero__textbox--max-width: var(--dsa-content--width_narrow);
|
|
20
|
+
--dsa-hero_below__textbox--max-width: var(--dsa-content--width_default);
|
|
20
21
|
--dsa-hero__textbox--padding: var(--ks-spacing-inset-squish-xl);
|
|
21
22
|
--dsa-hero__overlay--background: linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%);
|
|
22
23
|
}
|
|
@@ -119,7 +120,7 @@
|
|
|
119
120
|
position: relative;
|
|
120
121
|
}
|
|
121
122
|
.c-visual.dsa-hero.dsa-hero--content-below .c-visual__content .c-visual__box {
|
|
122
|
-
--c-visual_box--max-width: var(--dsa-content--width_default);
|
|
123
|
+
--c-visual_box--max-width: var(--dsa-hero_below__textbox--max-width, var(--dsa-content--width_default));
|
|
123
124
|
}
|
|
124
125
|
@container visual (min-width: 640px) {
|
|
125
126
|
.c-visual.dsa-hero.dsa-hero--content-below.c-visual--no-crop .c-visual__media .c-visual__image {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { ImageStoryProps } from "../../ImageStoryProps-
|
|
3
|
+
import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.js";
|
|
4
4
|
declare const ImageStoryContextDefault: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const ImageStoryContext: import("react").Context<import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const ImageStory: import("react").ForwardRefExoticComponent<ImageStoryProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -29,7 +29,7 @@ interface SettingsProps {
|
|
|
29
29
|
seo: SeoProps;
|
|
30
30
|
iconSprite?: IconSprite;
|
|
31
31
|
}
|
|
32
|
-
export * from "../../BlogPostProps-
|
|
33
|
-
export * from "../../BlogOverviewProps-
|
|
34
|
-
export * from "../../PageProps-
|
|
32
|
+
export * from "../../BlogPostProps-6b3cff22.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-9f207f1c.js";
|
|
34
|
+
export * from "../../PageProps-aa29c554.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
@@ -282,12 +282,6 @@
|
|
|
282
282
|
"default": false,
|
|
283
283
|
"type": "boolean"
|
|
284
284
|
},
|
|
285
|
-
"fullWidth": {
|
|
286
|
-
"title": "Width",
|
|
287
|
-
"description": "Set the width of the content to the full width of the element",
|
|
288
|
-
"type": "boolean",
|
|
289
|
-
"default": false
|
|
290
|
-
},
|
|
291
285
|
"buttons": {
|
|
292
286
|
"type": "array",
|
|
293
287
|
"items": {
|
|
@@ -1538,12 +1532,6 @@
|
|
|
1538
1532
|
"default": false,
|
|
1539
1533
|
"type": "boolean"
|
|
1540
1534
|
},
|
|
1541
|
-
"fullWidth": {
|
|
1542
|
-
"title": "Width",
|
|
1543
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1544
|
-
"type": "boolean",
|
|
1545
|
-
"default": false
|
|
1546
|
-
},
|
|
1547
1535
|
"buttons": {
|
|
1548
1536
|
"type": "array",
|
|
1549
1537
|
"items": {
|
|
@@ -472,7 +472,6 @@
|
|
|
472
472
|
"sub": "Chat with us about getting your product or platform to market faster",
|
|
473
473
|
"highlightText": false,
|
|
474
474
|
"colorNeutral": false,
|
|
475
|
-
"fullWidth": true,
|
|
476
475
|
"buttons": [
|
|
477
476
|
{
|
|
478
477
|
"label": "Contact us",
|
|
@@ -495,6 +494,7 @@
|
|
|
495
494
|
},
|
|
496
495
|
"textAlign": "left",
|
|
497
496
|
"contentAlign": "center",
|
|
497
|
+
"fullWidth": true,
|
|
498
498
|
"text": "Our modular design approach allows for flexibility and scalability in your application's architecture.",
|
|
499
499
|
"width": "wide"
|
|
500
500
|
}
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"id": "page-archetypes-blog-post--blog-post",
|
|
506
506
|
"group": "Page Archetypes/Blog Post",
|
|
507
507
|
"name": "BlogPost",
|
|
508
|
-
"code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n
|
|
508
|
+
"code": "<BlogPost\n aside={{\n author: {\n byline: 'Senior Developer',\n email: 'Jane.doe@example.com',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'square',\n fullWidth: false,\n src: 'img/people/author-emily.png'\n },\n links: [\n {\n href: 'tel:+4922868896620',\n icon: 'phone',\n label: '0228 / 688 966 20',\n newTab: false\n },\n {\n href: 'mailto:mail@example.com',\n icon: 'email',\n label: 'mail@example.com',\n newTab: false\n }\n ],\n name: 'Jane Doe',\n twitter: 'Janedoe'\n },\n date: '12/30/2022',\n readingTime: '5 min read',\n socialSharing: [\n {\n href: 'https://twitter.com/share?text=This%20is%20a%20blog%20post%20headline&url=https://example.com/blog',\n icon: 'twitter',\n title: 'Share on Twitter'\n },\n {\n href: 'https://www.linkedin.com/shareArticle?mini=true&url=https://example.com/blog&title=This%20is%20a%20blog%20post%20headline',\n icon: 'linkedin',\n title: 'Share on LinkedIn'\n }\n ]\n }}\n contact={{\n copy: 'Leads with a vision for innovative, user-centric web designs, ensuring each project merges creativity with functionality to deliver outstanding digital experiences.',\n image: {\n alt: 'Picture of Jane Smith',\n aspectRatio: 'vertical',\n fullWidth: false,\n src: 'img/people/contact-john.png'\n },\n links: [\n {\n href: 'mailto:mail@example.com',\n icon: 'xing',\n label: 'john.smith',\n newTab: false\n },\n {\n href: '#',\n icon: 'twitter',\n label: '@john_smith',\n newTab: false\n }\n ],\n subtitle: 'Sales Representative',\n title: 'John Smith'\n }}\n content=\"\n## Introduction\nThe future of **Artificial Intelligence (AI)** is a topic that has been the subject of much debate. It's a field that's constantly evolving, with new advancements and breakthroughs happening all the time. [Learn more about AI](https://en.wikipedia.org/wiki/Artificial_intelligence)\n\n## The Current State of AI\nToday, AI is already a part of our daily lives. From *smart home devices* to *recommendation algorithms* on our favorite streaming services, AI is everywhere.\n\n## The Potential of AI\nThe potential of AI is immense. It has the ability to revolutionize industries, from healthcare to finance, and everything in between.\n\n## The Challenges of AI\nHowever, with great potential comes great challenges. Issues such as data privacy and the ethical implications of AI are just some of the hurdles that need to be overcome.\n\n## The Role of AI in Society\nAI has the potential to greatly impact society. It can lead to job creation in new industries, and can also help solve complex societal problems.\n\n## Conclusion\nThe future of AI is exciting and full of potential. However, it's important that we navigate this future with caution, ensuring that the benefits of AI are accessible to all, while minimizing its potential risks.\n \"\n cta={{\n buttons: [\n {\n icon: 'person',\n label: 'Contact Us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Learn More',\n target: '#'\n }\n ],\n colorNeutral: false,\n contentAlign: 'center',\n headline: 'Ready to Transform Your Development Process?',\n highlightText: false,\n image: {\n padding: true\n },\n order: {\n desktopImageLast: true,\n mobileImageLast: false\n },\n sub: 'Start your journey today.',\n text: 'Get started with our design system today and experience a new level of efficiency and consistency in your projects.',\n textAlign: 'center'\n }}\n head={{\n alt: 'Image of a business team working',\n date: '12/30/2022',\n headline: 'The Future of AI: A Glimpse into the Unseen',\n image: 'img/close-up-young-business-team-working.png',\n tags: [\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]\n }}\n section={[\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n },\n {\n backgroundColor: 'default',\n buttons: [\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n },\n {\n disabled: false,\n label: 'Book a meeting',\n size: 'medium',\n variant: 'secondary'\n }\n ],\n content: {\n align: 'center',\n gutter: 'default',\n mode: 'list',\n tileWidth: 'default',\n width: 'unset'\n },\n headerSpacing: false,\n headline: {\n large: false,\n text: 'Section headline',\n width: 'unset'\n },\n inverted: false,\n spaceAfter: 'default',\n spaceBefore: 'default',\n spotlight: false,\n style: 'default',\n width: 'default'\n }\n ]}\n/>",
|
|
509
509
|
"args": {
|
|
510
510
|
"head": {
|
|
511
511
|
"date": "12/30/2022",
|
|
@@ -696,7 +696,6 @@
|
|
|
696
696
|
"sub": "Start your journey today.",
|
|
697
697
|
"highlightText": false,
|
|
698
698
|
"colorNeutral": false,
|
|
699
|
-
"fullWidth": false,
|
|
700
699
|
"buttons": [
|
|
701
700
|
{
|
|
702
701
|
"label": "Contact Us",
|
|
@@ -886,7 +885,6 @@
|
|
|
886
885
|
"sub": "Start your journey today.",
|
|
887
886
|
"highlightText": false,
|
|
888
887
|
"colorNeutral": false,
|
|
889
|
-
"fullWidth": false,
|
|
890
888
|
"buttons": [
|
|
891
889
|
{
|
|
892
890
|
"label": "Contact Us",
|
|
@@ -922,7 +920,6 @@
|
|
|
922
920
|
"sub": "Built for consistency and speed.",
|
|
923
921
|
"highlightText": true,
|
|
924
922
|
"colorNeutral": false,
|
|
925
|
-
"fullWidth": false,
|
|
926
923
|
"buttons": [
|
|
927
924
|
{
|
|
928
925
|
"label": "Get Started",
|
|
@@ -953,7 +950,6 @@
|
|
|
953
950
|
"sub": "Efficient, scalable, seamless.",
|
|
954
951
|
"highlightText": false,
|
|
955
952
|
"colorNeutral": false,
|
|
956
|
-
"fullWidth": false,
|
|
957
953
|
"buttons": [
|
|
958
954
|
{
|
|
959
955
|
"label": "Learn More",
|
|
@@ -984,7 +980,6 @@
|
|
|
984
980
|
"sub": "With Our Premium Over-Ear Headphones",
|
|
985
981
|
"highlightText": true,
|
|
986
982
|
"colorNeutral": false,
|
|
987
|
-
"fullWidth": false,
|
|
988
983
|
"buttons": [
|
|
989
984
|
{
|
|
990
985
|
"label": "Shop Now",
|
|
@@ -1019,13 +1014,12 @@
|
|
|
1019
1014
|
"id": "components-cta--contact-banner",
|
|
1020
1015
|
"group": "Components/Cta",
|
|
1021
1016
|
"name": "ContactBanner",
|
|
1022
|
-
"code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n
|
|
1017
|
+
"code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Get in touch\"\n image={{\n padding: false,\n src: 'img/contact-person.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Chat with us about getting your product or platform to market faster\"\n text=\"Our modular design approach allows for flexibility and scalability in your application's architecture.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
|
|
1023
1018
|
"args": {
|
|
1024
1019
|
"headline": "Get in touch",
|
|
1025
1020
|
"sub": "Chat with us about getting your product or platform to market faster",
|
|
1026
1021
|
"highlightText": false,
|
|
1027
1022
|
"colorNeutral": false,
|
|
1028
|
-
"fullWidth": true,
|
|
1029
1023
|
"buttons": [
|
|
1030
1024
|
{
|
|
1031
1025
|
"label": "Contact us",
|
|
@@ -1057,13 +1051,12 @@
|
|
|
1057
1051
|
"id": "components-cta--split-banner",
|
|
1058
1052
|
"group": "Components/Cta",
|
|
1059
1053
|
"name": "SplitBanner",
|
|
1060
|
-
"code": "<Cta\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n
|
|
1054
|
+
"code": "<Cta\n backgroundColor=\"#001856\"\n buttons={[\n {\n icon: 'person',\n label: 'What can we do for you?',\n target: '#'\n }\n ]}\n colorNeutral\n contentAlign=\"center\"\n headline=\"Design System Services\"\n image={{\n padding: false,\n src: 'img/colored-square.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"Here at Systemics, we bring a range of design system services that can make a difference.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
|
|
1061
1055
|
"args": {
|
|
1062
1056
|
"headline": "Design System Services",
|
|
1063
1057
|
"sub": "Subheadline",
|
|
1064
1058
|
"highlightText": false,
|
|
1065
1059
|
"colorNeutral": true,
|
|
1066
|
-
"fullWidth": true,
|
|
1067
1060
|
"buttons": [
|
|
1068
1061
|
{
|
|
1069
1062
|
"label": "What can we do for you?",
|
|
@@ -1091,13 +1084,12 @@
|
|
|
1091
1084
|
"id": "components-cta--angled-image",
|
|
1092
1085
|
"group": "Components/Cta",
|
|
1093
1086
|
"name": "AngledImage",
|
|
1094
|
-
"code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n
|
|
1087
|
+
"code": "<Cta\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"center\"\n headline=\"Our **Approach** to Design Systems\"\n image={{\n padding: false,\n src: 'img/angled-image.png'\n }}\n order={{\n desktopImageLast: true,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"We value efficiency without compromising quality. Our secret weapon? kickstartDS, a revolutionary code-first and open source framework for creating design systems.\n\nThis tool accelerates our development, saving you valuable time and helping us deliver top-notch results faster.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
|
|
1095
1088
|
"args": {
|
|
1096
1089
|
"headline": "Our **Approach** to Design Systems",
|
|
1097
1090
|
"sub": "Subheadline",
|
|
1098
1091
|
"highlightText": false,
|
|
1099
1092
|
"colorNeutral": false,
|
|
1100
|
-
"fullWidth": true,
|
|
1101
1093
|
"buttons": [
|
|
1102
1094
|
{
|
|
1103
1095
|
"label": "Contact us",
|
|
@@ -1135,7 +1127,6 @@
|
|
|
1135
1127
|
"sub": "Subheadline",
|
|
1136
1128
|
"highlightText": true,
|
|
1137
1129
|
"colorNeutral": true,
|
|
1138
|
-
"fullWidth": false,
|
|
1139
1130
|
"buttons": [
|
|
1140
1131
|
{
|
|
1141
1132
|
"label": "Learn More",
|
|
@@ -1164,13 +1155,12 @@
|
|
|
1164
1155
|
"id": "components-cta--align-bottom",
|
|
1165
1156
|
"group": "Components/Cta",
|
|
1166
1157
|
"name": "AlignBottom",
|
|
1167
|
-
"code": "<Cta\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"bottom\"\n
|
|
1158
|
+
"code": "<Cta\n backgroundImage=\"img/grid-bg.svg\"\n buttons={[\n {\n icon: 'person',\n label: 'Contact us',\n target: '#'\n },\n {\n icon: 'date',\n label: 'Book a meeting',\n target: '#'\n }\n ]}\n contentAlign=\"bottom\"\n headline=\"Custom Solutions\"\n image={{\n padding: true,\n src: 'img/offset-image.png'\n }}\n order={{\n desktopImageLast: false,\n mobileImageLast: false\n }}\n sub=\"Subheadline\"\n text=\"At Systemics, we believe in the power of technology to transform businesses. Our team of experienced professionals is dedicated to providing innovative solutions that meet the unique needs of your business.\n\nWe understand that every business is different, and that's why we offer custom solutions tailored to your specific business needs and requirements.\"\n textAlign=\"left\"\n width=\"wide\"\n/>",
|
|
1168
1159
|
"args": {
|
|
1169
1160
|
"headline": "Custom Solutions",
|
|
1170
1161
|
"sub": "Subheadline",
|
|
1171
1162
|
"highlightText": false,
|
|
1172
1163
|
"colorNeutral": false,
|
|
1173
|
-
"fullWidth": true,
|
|
1174
1164
|
"buttons": [
|
|
1175
1165
|
{
|
|
1176
1166
|
"label": "Contact us",
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.dsa-section {
|
|
7
|
-
--dsa-section__col--max-width: 1fr;
|
|
8
7
|
--dsa-section__col--repeat: auto-fit;
|
|
8
|
+
--dsa-section__col--max-width: 1fr;
|
|
9
|
+
--dsa-section__col--min-width_smallest: var(--dsa-tile--width_smallest);
|
|
10
|
+
--dsa-section__col--min-width_small: var(--dsa-tile--width_small);
|
|
11
|
+
--dsa-section__col--min-width_medium: var(--dsa-tile--width_medium);
|
|
12
|
+
--dsa-section__col--min-width_large: var(--dsa-tile--width_large);
|
|
13
|
+
--dsa-section__col--min-width_largest: var(--dsa-tile--width_largest);
|
|
9
14
|
--dsa-section--space_default: var(--ks-spacing-xxl);
|
|
10
15
|
--dsa-section--space_small: calc(var(--ks-spacing-xxl) / 2);
|
|
11
|
-
--dsa-section__tile--width_smallest: var(--dsa-tile--width_smallest);
|
|
12
|
-
--dsa-section__tile--width_small: var(--dsa-tile--width_small);
|
|
13
|
-
--dsa-section__tile--width_medium: var(--dsa-tile--width_medium);
|
|
14
|
-
--dsa-section__tile--width_large: var(--dsa-tile--width_large);
|
|
15
|
-
--dsa-section__tile--width_largest: var(--dsa-tile--width_largest);
|
|
16
16
|
--dsa-section--gutter_small: var(--ks-spacing-s);
|
|
17
17
|
--dsa-section--gutter_default: var(--ks-spacing-m);
|
|
18
18
|
--dsa-section--gutter_large: var(--ks-spacing-l);
|
|
@@ -180,11 +180,11 @@
|
|
|
180
180
|
background-image: radial-gradient(var(--dsa-section__spotlight--size) circle at var(--dsa-section__spotlight--left) var(--dsa-section__spotlight--top), var(--dsa-section__spotlight--color) 0%, var(--dsa-section__spotlight--color) calc(100% - var(--dsa-section__spotlight--blur)), transparent 100%, transparent 100%);
|
|
181
181
|
}
|
|
182
182
|
.l-section.dsa-section .l-section__content {
|
|
183
|
-
--l-section_tile-width--smallest: var(--dsa-
|
|
184
|
-
--l-section_tile-width--default: var(--dsa-
|
|
185
|
-
--l-section_tile-width--medium: var(--dsa-
|
|
186
|
-
--l-section_tile-width--large: var(--dsa-
|
|
187
|
-
--l-section_tile-width--largest: var(--dsa-
|
|
183
|
+
--l-section_tile-width--smallest: var(--dsa-section__col--min-width_smallest, var(--dsa-tile--width_smallest));
|
|
184
|
+
--l-section_tile-width--default: var(--dsa-section__col--min-width_small, var(--dsa-tile--width_small));
|
|
185
|
+
--l-section_tile-width--medium: var(--dsa-section__col--min-width_medium, var(--dsa-tile--width_medium));
|
|
186
|
+
--l-section_tile-width--large: var(--dsa-section__col--min-width_large, var(--dsa-tile--width_large));
|
|
187
|
+
--l-section_tile-width--largest: var(--dsa-section__col--min-width_largest, var(--dsa-tile--width_largest));
|
|
188
188
|
--l-section_buttons--space-before: var(--dsa-section__buttons--space-before, var(--l-section--gutter));
|
|
189
189
|
}
|
|
190
190
|
.l-section.dsa-section .l-section__content--slider {
|
|
@@ -268,12 +268,6 @@
|
|
|
268
268
|
"default": false,
|
|
269
269
|
"type": "boolean"
|
|
270
270
|
},
|
|
271
|
-
"fullWidth": {
|
|
272
|
-
"title": "Width",
|
|
273
|
-
"description": "Set the width of the content to the full width of the element",
|
|
274
|
-
"type": "boolean",
|
|
275
|
-
"default": false
|
|
276
|
-
},
|
|
277
271
|
"buttons": {
|
|
278
272
|
"type": "array",
|
|
279
273
|
"items": {
|
|
@@ -1524,12 +1518,6 @@
|
|
|
1524
1518
|
"default": false,
|
|
1525
1519
|
"type": "boolean"
|
|
1526
1520
|
},
|
|
1527
|
-
"fullWidth": {
|
|
1528
|
-
"title": "Width",
|
|
1529
|
-
"description": "Set the width of the content to the full width of the element",
|
|
1530
|
-
"type": "boolean",
|
|
1531
|
-
"default": false
|
|
1532
|
-
},
|
|
1533
1521
|
"buttons": {
|
|
1534
1522
|
"type": "array",
|
|
1535
1523
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SliderProps } from "../../SliderProps-
|
|
3
|
+
import { SliderProps } from "../../SliderProps-0931e9c1.js";
|
|
4
4
|
declare const Slider: import("react").ForwardRefExoticComponent<SliderProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
export type { SliderProps };
|
|
6
6
|
export { Slider };
|
|
@@ -98,12 +98,6 @@
|
|
|
98
98
|
"default": false,
|
|
99
99
|
"type": "boolean"
|
|
100
100
|
},
|
|
101
|
-
"fullWidth": {
|
|
102
|
-
"title": "Width",
|
|
103
|
-
"description": "Set the width of the content to the full width of the element",
|
|
104
|
-
"type": "boolean",
|
|
105
|
-
"default": false
|
|
106
|
-
},
|
|
107
101
|
"buttons": {
|
|
108
102
|
"type": "array",
|
|
109
103
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
3
|
import { TestimonialsProps } from "../../TestimonialsProps-f7211553.js";
|
|
4
|
-
import { SliderProps } from "../../SliderProps-
|
|
4
|
+
import { SliderProps } from "../../SliderProps-0931e9c1.js";
|
|
5
5
|
interface ConditionalSliderProps extends SliderProps {
|
|
6
6
|
layout: "slider" | "list" | "alternating";
|
|
7
7
|
}
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 07 Jan 2025 08:42:18 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
|
|
2730
|
+
* Generated on Tue, 07 Jan 2025 08:42:23 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
|
|
5461
|
+
* Generated on Tue, 07 Jan 2025 08:42:21 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
|
|
8462
|
+
* Generated on Tue, 07 Jan 2025 08:42:25 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
|
|
File without changes
|