@kickstartds/ds-agency-premium 1.6.71--canary.43.2356.0 → 1.6.71--canary.43.2358.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-9f207f1c.d.ts → BlogOverviewProps-6a826e52.d.ts} +2 -2
- package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +2 -2
- package/dist/{PageProps-aa29c554.d.ts → PageProps-6a826e52.d.ts} +1 -1
- package/dist/{SectionProps-6a826e52.d.ts → SectionProps-7cac90e5.d.ts} +4 -4
- package/dist/{SplitEvenProps-789f8508.d.ts → SplitEvenProps-7cac90e5.d.ts} +2 -2
- package/dist/{SplitWeightedProps-789f8508.d.ts → SplitWeightedProps-7cac90e5.d.ts} +2 -2
- package/dist/components/blog-head/index.d.ts +1 -1
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-teaser/index.d.ts +1 -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/section/index.d.ts +1 -1
- package/dist/components/split-even/index.d.ts +1 -1
- package/dist/components/split-weighted/index.d.ts +1 -1
- package/dist/global.css +192 -34
- 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/{BlogHeadProps-c04a5ed8.d.ts → BlogHeadProps-f5855e93.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-f5855e93.d.ts → BlogTeaserProps-d62a0a9a.d.ts} +0 -0
- /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-4e2b2ecf.d.ts} +0 -0
|
@@ -3,8 +3,8 @@
|
|
|
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 { SectionProps } from "./SectionProps-
|
|
7
|
-
import { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { SectionProps } from "./SectionProps-7cac90e5.js";
|
|
7
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
10
10
|
/**
|
|
@@ -3,9 +3,9 @@
|
|
|
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 { BlogHeadProps } from "./BlogHeadProps-
|
|
6
|
+
import { BlogHeadProps } from "./BlogHeadProps-f5855e93.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
|
-
import { SectionProps } from "./SectionProps-
|
|
8
|
+
import { SectionProps } from "./SectionProps-7cac90e5.js";
|
|
9
9
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
10
10
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
11
11
|
/**
|
|
@@ -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 { SectionProps } from "./SectionProps-
|
|
6
|
+
import { SectionProps } from "./SectionProps-7cac90e5.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,13 +17,13 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
24
24
|
import { SliderProps } from "./SliderProps-789f8508.js";
|
|
25
|
-
import { SplitEvenProps } from "./SplitEvenProps-
|
|
26
|
-
import { SplitWeightedProps } from "./SplitWeightedProps-
|
|
25
|
+
import { SplitEvenProps } from "./SplitEvenProps-7cac90e5.js";
|
|
26
|
+
import { SplitWeightedProps } from "./SplitWeightedProps-7cac90e5.js";
|
|
27
27
|
import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
28
28
|
import { TeaserCardProps } from "./TeaserCardProps-d069476f.js";
|
|
29
29
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,7 +17,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.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 { BlogTeaserProps } from "./BlogTeaserProps-
|
|
6
|
+
import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
|
|
7
7
|
import { BusinessCardProps } from "./BusinessCardProps-e10e7b62.js";
|
|
8
8
|
import { ContactProps } from "./ContactProps-7cac90e5.js";
|
|
9
9
|
import { ContentNavProps } from "./ContentNavProps-0e282a9f.js";
|
|
@@ -17,7 +17,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
17
17
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
18
18
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
19
19
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
20
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
20
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.js";
|
|
21
21
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
22
22
|
import { LogosProps } from "./LogosProps-d4677d2c.js";
|
|
23
23
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogHeadProps } from "../../BlogHeadProps-
|
|
2
|
+
import { BlogHeadProps } from "../../BlogHeadProps-f5855e93.js";
|
|
3
3
|
declare const BlogHeadContextDefault: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
4
|
declare const BlogHeadContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
5
5
|
declare const BlogHead: import("react").ForwardRefExoticComponent<BlogHeadProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-6a826e52.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
|
|
4
4
|
export type { BlogOverviewProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-c760fd2a.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { BlogTeaserProps } from "../../BlogTeaserProps-
|
|
3
|
+
import { BlogTeaserProps } from "../../BlogTeaserProps-d62a0a9a.js";
|
|
4
4
|
declare const BlogTeaserContextDefault: import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const BlogTeaserContext: import("react").Context<import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const BlogTeaser: import("react").ForwardRefExoticComponent<BlogTeaserProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -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-4e2b2ecf.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,8 +29,8 @@ 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-c760fd2a.js";
|
|
33
|
+
export * from "../../BlogOverviewProps-6a826e52.js";
|
|
34
|
+
export * from "../../PageProps-6a826e52.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
-
import { SectionProps } from "../../SectionProps-
|
|
3
|
+
import { SectionProps } from "../../SectionProps-7cac90e5.js";
|
|
4
4
|
declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitEvenProps as SplitEvenComponentProps } from "../../SplitEvenProps-
|
|
3
|
+
import { SplitEvenProps as SplitEvenComponentProps } from "../../SplitEvenProps-7cac90e5.js";
|
|
4
4
|
interface ComponentProps {
|
|
5
5
|
firstComponents?: React.ReactNode;
|
|
6
6
|
secondComponents?: React.ReactNode;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-
|
|
3
|
+
import { SplitWeightedProps as SplitWeightedComponentProps } from "../../SplitWeightedProps-7cac90e5.js";
|
|
4
4
|
interface ComponentProps {
|
|
5
5
|
main?: React.ReactNode;
|
|
6
6
|
aside?: React.ReactNode;
|
package/dist/global.css
CHANGED
|
@@ -377,6 +377,60 @@ h3 {
|
|
|
377
377
|
font-weight: 700;
|
|
378
378
|
src: url("static/fonts/systemics/Montserrat-Bold.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
|
|
379
379
|
}
|
|
380
|
+
.color-frame {
|
|
381
|
+
width: 100px;
|
|
382
|
+
height: 100px;
|
|
383
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
384
|
+
display: flex;
|
|
385
|
+
align-items: center;
|
|
386
|
+
justify-content: center;
|
|
387
|
+
flex-direction: column;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.color-swatches {
|
|
391
|
+
display: flex;
|
|
392
|
+
gap: var(--ks-spacing-stack-m);
|
|
393
|
+
}
|
|
394
|
+
.color-swatches[ks-inverted=true] {
|
|
395
|
+
background-color: rgb(33, 31, 36);
|
|
396
|
+
padding: 1em;
|
|
397
|
+
}
|
|
398
|
+
.color-swatches > div {
|
|
399
|
+
border-style: solid;
|
|
400
|
+
width: 100px;
|
|
401
|
+
height: 50px;
|
|
402
|
+
display: flex;
|
|
403
|
+
gap: var(--ks-spacing-s);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.color-frame {
|
|
407
|
+
width: 100px;
|
|
408
|
+
height: 100px;
|
|
409
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
410
|
+
display: flex;
|
|
411
|
+
align-items: center;
|
|
412
|
+
justify-content: center;
|
|
413
|
+
flex-direction: column;
|
|
414
|
+
}
|
|
415
|
+
.color-test {
|
|
416
|
+
background-color: var(--ks-color-test);
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.color-swatches {
|
|
420
|
+
display: flex;
|
|
421
|
+
gap: var(--ks-spacing-stack-m);
|
|
422
|
+
}
|
|
423
|
+
.color-swatches[ks-inverted=true] {
|
|
424
|
+
background-color: rgb(33, 31, 36);
|
|
425
|
+
padding: 1em;
|
|
426
|
+
}
|
|
427
|
+
.color-swatches > div {
|
|
428
|
+
width: 100px;
|
|
429
|
+
height: 50px;
|
|
430
|
+
display: flex;
|
|
431
|
+
gap: var(--ks-spacing-s);
|
|
432
|
+
}
|
|
433
|
+
|
|
380
434
|
.color-frame {
|
|
381
435
|
width: 100px;
|
|
382
436
|
height: 100px;
|
|
@@ -591,6 +645,24 @@ h3 {
|
|
|
591
645
|
display: inline-block;
|
|
592
646
|
}
|
|
593
647
|
|
|
648
|
+
.border-preview {
|
|
649
|
+
width: 100px;
|
|
650
|
+
height: 100px;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.border-preview-radius {
|
|
654
|
+
border: 1px solid black;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.transition-preview {
|
|
658
|
+
width: 50px;
|
|
659
|
+
height: 50px;
|
|
660
|
+
background-color: black;
|
|
661
|
+
}
|
|
662
|
+
.transition-preview:hover {
|
|
663
|
+
transform: scale(1.1);
|
|
664
|
+
}
|
|
665
|
+
|
|
594
666
|
.preview-page {
|
|
595
667
|
max-width: 900px;
|
|
596
668
|
margin: auto;
|
|
@@ -765,39 +837,6 @@ h3 {
|
|
|
765
837
|
--ks-color-fg-inverted-to-bg-9: color-mix(in srgb, var(--ks-color-fg-inverted) 90%, var(--ks-color-bg-inverted));
|
|
766
838
|
}
|
|
767
839
|
|
|
768
|
-
:root,
|
|
769
|
-
[ks-theme] {
|
|
770
|
-
--ks-background-color-primary-base: var(--ks-color-primary);
|
|
771
|
-
--ks-background-color-primary-inverted-base: var(--ks-color-primary-inverted);
|
|
772
|
-
--ks-background-color-primary-translucent-base: var(--ks-color-primary-alpha-5);
|
|
773
|
-
--ks-background-color-primary-inverted-translucent-base: var(--ks-color-primary-inverted-alpha-5);
|
|
774
|
-
--ks-background-color-primary-hover-base: var(--ks-color-primary-to-bg-6);
|
|
775
|
-
--ks-background-color-primary-inverted-hover-base: var(--ks-color-primary-inverted-to-bg-6);
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
:root {
|
|
779
|
-
--ks-background-color-primary: var(--ks-background-color-primary-base);
|
|
780
|
-
--ks-background-color-primary-inverted: var(--ks-background-color-primary-inverted-base);
|
|
781
|
-
--ks-background-color-primary-translucent: var(--ks-background-color-primary-translucent-base);
|
|
782
|
-
--ks-background-color-primary-inverted-translucent: var(--ks-background-color-primary-inverted-translucent-base);
|
|
783
|
-
--ks-background-color-primary-hover: var(--ks-background-color-primary-hover-base);
|
|
784
|
-
--ks-background-color-primary-inverted-hover: var(--ks-background-color-primary-inverted-hover-base);
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
[ks-inverted=true] {
|
|
788
|
-
--ks-background-color-primary: var(--ks-background-color-primary-inverted-base);
|
|
789
|
-
--ks-background-color-primary-inverted: var(--ks-background-color-primary-base);
|
|
790
|
-
--ks-background-color-primary-translucent: var(--ks-background-color-primary-inverted-translucent-base);
|
|
791
|
-
--ks-background-color-primary-inverted-translucent: var(--ks-background-color-primary-translucent-base);
|
|
792
|
-
--ks-background-color-primary-hover: var(--ks-background-color-primary-inverted-hover-base);
|
|
793
|
-
--ks-background-color-primary-inverted-hover: var(--ks-background-color-primary-hover-base);
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
.dsa-button {
|
|
797
|
-
--dsa-button_primary--background-color: var(--ks-background-color-primary);
|
|
798
|
-
--dsa-button_primary--background-color-hover: var(--ks-background-color-primary-hover);
|
|
799
|
-
}
|
|
800
|
-
|
|
801
840
|
:root,
|
|
802
841
|
[ks-inverted=true],
|
|
803
842
|
[ks-inverted=false],
|
|
@@ -1671,7 +1710,7 @@ h3 {
|
|
|
1671
1710
|
--ks-border-width-emphasized: 2px;
|
|
1672
1711
|
--ks-border-radius-control: 16px;
|
|
1673
1712
|
--ks-border-radius-card: 16px;
|
|
1674
|
-
--ks-border-radius-
|
|
1713
|
+
--ks-border-radius-surface: 32px;
|
|
1675
1714
|
--ks-border-radius-pill: 999px;
|
|
1676
1715
|
--ks-border-radius-circle: 50%;
|
|
1677
1716
|
}
|
|
@@ -1691,6 +1730,125 @@ h3 {
|
|
|
1691
1730
|
--ks-box-shadow-surface-inverted-hover: 0 1px 11px var(--ks-color-fg-alpha-5);
|
|
1692
1731
|
}
|
|
1693
1732
|
|
|
1733
|
+
:root {
|
|
1734
|
+
--ks-duration-immediate: 50ms;
|
|
1735
|
+
--ks-duration-fast: 100ms;
|
|
1736
|
+
--ks-duration-medium: 150ms;
|
|
1737
|
+
--ks-duration-slow: 300ms;
|
|
1738
|
+
--ks-timing-function-bounce: cubic-bezier(0.17, 1, 0.5, 1.5);
|
|
1739
|
+
--ks-timing-function-ease-out: ease-out;
|
|
1740
|
+
--ks-timing-function-ease-in: ease-in;
|
|
1741
|
+
--ks-timing-function-ease-in-out: ease-in-out;
|
|
1742
|
+
--ks-timing-function-linear: linear;
|
|
1743
|
+
--ks-transition-collapse: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
1744
|
+
--ks-transition-hover: var(--ks-duration-fast) var(--ks-timing-function-ease-in-out);
|
|
1745
|
+
--ks-transition-fade: var(--ks-duration-slow) var(--ks-timing-function-ease-out);
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
:root,
|
|
1749
|
+
[ks-theme] {
|
|
1750
|
+
--ks-text-color-primary-base: var(--ks-color-primary);
|
|
1751
|
+
--ks-text-color-primary-inverted-base: var(--ks-color-primary-inverted);
|
|
1752
|
+
--ks-text-color-primary-translucent-base: var(--ks-color-primary-alpha-5);
|
|
1753
|
+
--ks-text-color-primary-inverted-translucent-base: var(--ks-color-primary-inverted-alpha-5);
|
|
1754
|
+
--ks-text-color-primary-interactive-base: var(--ks-color-primary);
|
|
1755
|
+
--ks-text-color-primary-inverted-interactive-base: var(--ks-color-primary-inverted);
|
|
1756
|
+
--ks-text-color-primary-interactive-hover-base: var(--ks-color-primary-to-bg-6);
|
|
1757
|
+
--ks-text-color-primary-inverted-interactive-hover-base: var(--ks-color-primary-inverted-to-bg-6);
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
:root {
|
|
1761
|
+
--ks-text-color-primary: var(--ks-text-color-primary-base);
|
|
1762
|
+
--ks-text-color-primary-inverted: var(--ks-text-color-primary-inverted-base);
|
|
1763
|
+
--ks-text-color-primary-translucent: var(--ks-text-color-primary-translucent-base);
|
|
1764
|
+
--ks-text-color-primary-inverted-translucent: var(--ks-text-color-primary-inverted-translucent-base);
|
|
1765
|
+
--ks-text-color-primary-interactive: var(--ks-text-color-primary-interactive-base);
|
|
1766
|
+
--ks-text-color-primary-inverted-interactive: var(--ks-text-color-primary-inverted-interactive-base);
|
|
1767
|
+
--ks-text-color-primary-interactive-hover: var(--ks-text-color-primary-interactive-hover-base);
|
|
1768
|
+
--ks-text-color-primary-inverted-interactive-hover: var(--ks-text-color-primary-inverted-interactive-hover-base);
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
[ks-inverted=true] {
|
|
1772
|
+
--ks-text-color-primary: var(--ks-text-color-primary-inverted-base);
|
|
1773
|
+
--ks-text-color-primary-inverted: var(--ks-text-color-primary-base);
|
|
1774
|
+
--ks-text-color-primary-translucent: var(--ks-text-color-primary-inverted-translucent-base);
|
|
1775
|
+
--ks-text-color-primary-inverted-translucent: var(--ks-text-color-primary-translucent-base);
|
|
1776
|
+
--ks-text-color-primary-interactive: var(--ks-text-color-primary-inverted-interactive-base);
|
|
1777
|
+
--ks-text-color-primary-inverted-interactive: var(--ks-text-color-primary-interactive-base);
|
|
1778
|
+
--ks-text-color-primary-interactive-hover: var(--ks-text-color-primary-inverted-interactive-hover-base);
|
|
1779
|
+
--ks-text-color-primary-inverted-interactive-hover: var(--ks-text-color-primary-interactive-hover-base);
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
:root,
|
|
1783
|
+
[ks-theme] {
|
|
1784
|
+
--ks-border-color-primary-base: var(--ks-color-primary);
|
|
1785
|
+
--ks-border-color-primary-inverted-base: var(--ks-color-primary-inverted);
|
|
1786
|
+
--ks-border-color-primary-translucent-base: var(--ks-color-primary-alpha-5);
|
|
1787
|
+
--ks-border-color-primary-inverted-translucent-base: var(--ks-color-primary-inverted-alpha-5);
|
|
1788
|
+
--ks-border-color-primary-interactive-base: var(--ks-color-primary);
|
|
1789
|
+
--ks-border-color-primary-inverted-interactive-base: var(--ks-color-primary-inverted);
|
|
1790
|
+
--ks-border-color-primary-interactive-hover-base: var(--ks-color-primary-to-bg-6);
|
|
1791
|
+
--ks-border-color-primary-inverted-interactive-hover-base: var(--ks-color-primary-inverted-to-bg-6);
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
:root {
|
|
1795
|
+
--ks-border-color-primary: var(--ks-border-color-primary-base);
|
|
1796
|
+
--ks-border-color-primary-inverted: var(--ks-border-color-primary-inverted-base);
|
|
1797
|
+
--ks-border-color-primary-translucent: var(--ks-border-color-primary-translucent-base);
|
|
1798
|
+
--ks-border-color-primary-inverted-translucent: var(--ks-border-color-primary-inverted-translucent-base);
|
|
1799
|
+
--ks-border-color-primary-interactive: var(--ks-border-color-primary-interactive-base);
|
|
1800
|
+
--ks-border-color-primary-inverted-interactive: var(--ks-border-color-primary-inverted-interactive-base);
|
|
1801
|
+
--ks-border-color-primary-interactive-hover: var(--ks-border-color-primary-interactive-hover-base);
|
|
1802
|
+
--ks-border-color-primary-inverted-interactive-hover: var(--ks-border-color-primary-inverted-interactive-hover-base);
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
[ks-inverted=true] {
|
|
1806
|
+
--ks-border-color-primary: var(--ks-border-color-primary-inverted-base);
|
|
1807
|
+
--ks-border-color-primary-inverted: var(--ks-border-color-primary-base);
|
|
1808
|
+
--ks-border-color-primary-translucent: var(--ks-border-color-primary-inverted-translucent-base);
|
|
1809
|
+
--ks-border-color-primary-inverted-translucent: var(--ks-border-color-primary-translucent-base);
|
|
1810
|
+
--ks-border-color-primary-interactive: var(--ks-border-color-primary-inverted-interactive-base);
|
|
1811
|
+
--ks-border-color-primary-inverted-interactive: var(--ks-border-color-primary-interactive-base);
|
|
1812
|
+
--ks-border-color-primary-interactive-hover: var(--ks-border-color-primary-inverted-interactive-hover-base);
|
|
1813
|
+
--ks-border-color-primary-inverted-interactive-hover: var(--ks-border-color-primary-interactive-hover-base);
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
:root,
|
|
1817
|
+
[ks-theme] {
|
|
1818
|
+
--ks-background-color-primary-base: var(--ks-color-primary);
|
|
1819
|
+
--ks-background-color-primary-inverted-base: var(--ks-color-primary-inverted);
|
|
1820
|
+
--ks-background-color-primary-translucent-base: var(--ks-color-primary-alpha-5);
|
|
1821
|
+
--ks-background-color-primary-inverted-translucent-base: var(--ks-color-primary-inverted-alpha-5);
|
|
1822
|
+
--ks-background-color-primary-interactive-base: var(--ks-color-primary);
|
|
1823
|
+
--ks-background-color-primary-inverted-interactive-base: var(--ks-color-primary-inverted);
|
|
1824
|
+
--ks-background-color-primary-interactive-hover-base: var(--ks-color-primary-to-bg-6);
|
|
1825
|
+
--ks-background-color-primary-inverted-interactive-hover-base: var(--ks-color-primary-inverted-to-bg-6);
|
|
1826
|
+
}
|
|
1827
|
+
|
|
1828
|
+
:root {
|
|
1829
|
+
--ks-background-color-primary: var(--ks-background-color-primary-base);
|
|
1830
|
+
--ks-background-color-primary-inverted: var(--ks-background-color-primary-inverted-base);
|
|
1831
|
+
--ks-background-color-primary-translucent: var(--ks-background-color-primary-translucent-base);
|
|
1832
|
+
--ks-background-color-primary-inverted-translucent: var(--ks-background-color-primary-inverted-translucent-base);
|
|
1833
|
+
--ks-background-color-primary-interactive: var(--ks-background-color-primary-interactive-base);
|
|
1834
|
+
--ks-background-color-primary-inverted-interactive: var(--ks-background-color-primary-inverted-interactive-base);
|
|
1835
|
+
--ks-background-color-primary-interactive-hover: var(--ks-background-color-primary-interactive-hover-base);
|
|
1836
|
+
--ks-background-color-primary-inverted-interactive-hover: var(
|
|
1837
|
+
--ks-background-color-primary-inverted-interactive-hover-base
|
|
1838
|
+
);
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
[ks-inverted=true] {
|
|
1842
|
+
--ks-background-color-primary: var(--ks-background-color-primary-inverted-base);
|
|
1843
|
+
--ks-background-color-primary-inverted: var(--ks-background-color-primary-base);
|
|
1844
|
+
--ks-background-color-primary-translucent: var(--ks-background-color-primary-inverted-translucent-base);
|
|
1845
|
+
--ks-background-color-primary-inverted-translucent: var(--ks-background-color-primary-translucent-base);
|
|
1846
|
+
--ks-background-color-primary-interactive: var(--ks-background-color-primary-inverted-interactive-base);
|
|
1847
|
+
--ks-background-color-primary-inverted-interactive: var(--ks-background-color-primary-interactive-base);
|
|
1848
|
+
--ks-background-color-primary-interactive-hover: var(--ks-background-color-primary-inverted-interactive-hover-base);
|
|
1849
|
+
--ks-background-color-primary-inverted-interactive-hover: var(--ks-background-color-primary-interactive-hover-base);
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1694
1852
|
.l-container--blog-teaser {
|
|
1695
1853
|
/* stylelint-disable-next-line property-no-unknown */
|
|
1696
1854
|
container-name: blog-teaser;
|
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, 18 Nov 2025 12:03:46 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, 18 Nov 2025 12:03:50 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, 18 Nov 2025 12:03:48 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, 18 Nov 2025 12:03:52 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
|
|
File without changes
|