@kickstartds/ds-agency-premium 1.5.26--canary.994.190c0e1.0 → 1.5.27
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/BlogTeaserProps-f5855e93.d.ts +1 -6
- package/dist/SectionProps-83d399b4.d.ts +1 -1
- package/dist/components/blog-aside/blog-aside.css +6 -2
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +0 -27
- 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/blog-teaser.schema.dereffed.json +0 -9
- package/dist/components/blog-teaser/blog-teaser.schema.json +0 -7
- package/dist/components/blog-teaser/index.js +0 -1
- package/dist/components/contact/contact.css +2 -0
- package/dist/components/divider/divider.css +13 -0
- package/dist/components/divider/divider.schema.dereffed.json +33 -0
- package/dist/components/divider/divider.schema.json +27 -0
- package/dist/components/divider/index.d.ts +33 -0
- package/dist/components/divider/index.js +16 -0
- package/dist/components/footer/footer.css +2 -2
- package/dist/components/footer/index.d.ts +6 -3
- package/dist/components/footer/index.js +8 -3
- package/dist/components/html/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/page-wrapper/tokens.css +5 -5
- package/dist/components/presets.json +22 -3
- package/dist/global.css +8 -4
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +5 -5
- package/dist/tokens/tokens.js +5 -5
- package/package.json +1 -2
- /package/dist/{BlogOverviewProps-9f207f1c.d.ts → BlogOverviewProps-83d399b4.d.ts} +0 -0
- /package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-83d399b4.d.ts} +0 -0
- /package/dist/{ImageStoryProps-e853e1e7.d.ts → ImageStoryProps-03ff6d21.d.ts} +0 -0
- /package/dist/{PageProps-aa29c554.d.ts → PageProps-83d399b4.d.ts} +0 -0
|
@@ -28,10 +28,6 @@ type Image = string;
|
|
|
28
28
|
* The blog entry URL to link
|
|
29
29
|
*/
|
|
30
30
|
type URL = string;
|
|
31
|
-
/**
|
|
32
|
-
* The label to use for the link
|
|
33
|
-
*/
|
|
34
|
-
type Label = string;
|
|
35
31
|
/**
|
|
36
32
|
* Time to read for the blog post
|
|
37
33
|
*/
|
|
@@ -67,7 +63,6 @@ interface BlogTeaserProps {
|
|
|
67
63
|
*/
|
|
68
64
|
interface Link {
|
|
69
65
|
url: URL;
|
|
70
|
-
label?: Label;
|
|
71
66
|
}
|
|
72
67
|
/**
|
|
73
68
|
* The author of the blog post
|
|
@@ -77,4 +72,4 @@ interface Author {
|
|
|
77
72
|
title?: Title;
|
|
78
73
|
image?: Image1;
|
|
79
74
|
}
|
|
80
|
-
export { Date, Tags, Headline, TeaserText, Image, URL,
|
|
75
|
+
export { Date, Tags, Headline, TeaserText, Image, URL, ReadingTime, Name, Title, Image1, BlogTeaserProps, Link, Author };
|
|
@@ -8,7 +8,7 @@ import { FaqProps } from "./FaqProps-ad618cd5.js";
|
|
|
8
8
|
import { FeaturesProps } from "./FeaturesProps-b05859d6.js";
|
|
9
9
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
10
10
|
import { HeroProps } from "./HeroProps-cf82a16d.js";
|
|
11
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
11
|
+
import { ImageStoryProps } from "./ImageStoryProps-03ff6d21.js";
|
|
12
12
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
13
13
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
14
14
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
--dsa-blog-aside__author__image--flex-basis: 120px;
|
|
11
11
|
--dsa-blog-aside__author__body--flex-basis: 240px;
|
|
12
12
|
--dsa-blog-aside__author__link--font: var(--ks-font-interface-s);
|
|
13
|
+
--dsa-blog-aside__author--gap-horizontal: var(--ks-spacing-inline-xs);
|
|
14
|
+
--dsa-blog-aside__author--gap-vertical: var(--ks-spacing-stack-xs);
|
|
13
15
|
--dsa-blog-aside__meta__item--font: var(--ks-font-interface-s);
|
|
14
16
|
--dsa-blog-aside__meta__item--color: var(--ks-text-color-interface);
|
|
15
17
|
--dsa-blog-aside__meta__item__icon--size: 1.2em;
|
|
@@ -23,6 +25,8 @@
|
|
|
23
25
|
--dsa-blog-aside__author__title--font: var(--ks-font-copy-l);
|
|
24
26
|
--dsa-blog-aside__author__subtitle--font: var(--ks-font-copy-m);
|
|
25
27
|
--dsa-blog-aside__author__link--font: var(--ks-font-interface-m);
|
|
28
|
+
--dsa-blog-aside__author--gap-horizontal: var(--ks-spacing-stack-s);
|
|
29
|
+
--dsa-blog-aside__author--gap-vertical: var(--ks-spacing-inline-l);
|
|
26
30
|
--dsa-blog-aside__meta__item--font: var(--ks-font-interface-m);
|
|
27
31
|
--dsa-blog-aside__share-bar__icon--size: 2em;
|
|
28
32
|
}
|
|
@@ -39,8 +43,8 @@
|
|
|
39
43
|
gap: var(--dsa-blog-aside--gap);
|
|
40
44
|
}
|
|
41
45
|
.dsa-blog-aside .dsa-contact {
|
|
42
|
-
--dsa-contact--gap-vertical: var(--dsa-blog-
|
|
43
|
-
--dsa-contact--gap-horizontal: var(--dsa-blog-
|
|
46
|
+
--dsa-contact--gap-vertical: var(--dsa-blog-aside__author--gap-vertical, var(--ks-spacing-stack-xs));
|
|
47
|
+
--dsa-contact--gap-horizontal: var(--dsa-blog-aside__author--gap-horizontal, var(--ks-spacing-inline-xs));
|
|
44
48
|
--dsa-contact__image--flex-basis: var(--dsa-blog-aside__author__image--flex-basis, 200px);
|
|
45
49
|
--dsa-contact__body--flex-basis: var(--dsa-blog-aside__author__body--flex-basis, 300px);
|
|
46
50
|
--dsa-contact__title--font: var(--dsa-blog-aside__author__title--font, var(--ks-font-copy-m));
|
|
@@ -3190,15 +3190,6 @@
|
|
|
3190
3190
|
"examples": [
|
|
3191
3191
|
"https://example.com"
|
|
3192
3192
|
]
|
|
3193
|
-
},
|
|
3194
|
-
"label": {
|
|
3195
|
-
"title": "Label",
|
|
3196
|
-
"description": "The label to use for the link",
|
|
3197
|
-
"type": "string",
|
|
3198
|
-
"examples": [
|
|
3199
|
-
"Read more"
|
|
3200
|
-
],
|
|
3201
|
-
"default": "Read more"
|
|
3202
3193
|
}
|
|
3203
3194
|
},
|
|
3204
3195
|
"additionalProperties": false,
|
|
@@ -3355,15 +3346,6 @@
|
|
|
3355
3346
|
"examples": [
|
|
3356
3347
|
"https://example.com"
|
|
3357
3348
|
]
|
|
3358
|
-
},
|
|
3359
|
-
"label": {
|
|
3360
|
-
"title": "Label",
|
|
3361
|
-
"description": "The label to use for the link",
|
|
3362
|
-
"type": "string",
|
|
3363
|
-
"examples": [
|
|
3364
|
-
"Read more"
|
|
3365
|
-
],
|
|
3366
|
-
"default": "Read more"
|
|
3367
3349
|
}
|
|
3368
3350
|
},
|
|
3369
3351
|
"additionalProperties": false,
|
|
@@ -3521,15 +3503,6 @@
|
|
|
3521
3503
|
"examples": [
|
|
3522
3504
|
"https://example.com"
|
|
3523
3505
|
]
|
|
3524
|
-
},
|
|
3525
|
-
"label": {
|
|
3526
|
-
"title": "Label",
|
|
3527
|
-
"description": "The label to use for the link",
|
|
3528
|
-
"type": "string",
|
|
3529
|
-
"examples": [
|
|
3530
|
-
"Read more"
|
|
3531
|
-
],
|
|
3532
|
-
"default": "Read more"
|
|
3533
3506
|
}
|
|
3534
3507
|
},
|
|
3535
3508
|
"additionalProperties": false,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-83d399b4.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
|
|
4
4
|
export { BlogOverview };
|
|
@@ -80,15 +80,6 @@
|
|
|
80
80
|
"examples": [
|
|
81
81
|
"https://example.com"
|
|
82
82
|
]
|
|
83
|
-
},
|
|
84
|
-
"label": {
|
|
85
|
-
"title": "Label",
|
|
86
|
-
"description": "The label to use for the link",
|
|
87
|
-
"type": "string",
|
|
88
|
-
"examples": [
|
|
89
|
-
"Read more"
|
|
90
|
-
],
|
|
91
|
-
"default": "Read more"
|
|
92
83
|
}
|
|
93
84
|
},
|
|
94
85
|
"additionalProperties": false,
|
|
@@ -52,13 +52,6 @@
|
|
|
52
52
|
"type": "string",
|
|
53
53
|
"format": "uri",
|
|
54
54
|
"examples": ["https://example.com"]
|
|
55
|
-
},
|
|
56
|
-
"label": {
|
|
57
|
-
"title": "Label",
|
|
58
|
-
"description": "The label to use for the link",
|
|
59
|
-
"type": "string",
|
|
60
|
-
"examples": ["Read more"],
|
|
61
|
-
"default": "Read more"
|
|
62
55
|
}
|
|
63
56
|
},
|
|
64
57
|
"additionalProperties": false,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.dsa-divider {
|
|
2
|
+
--dsa-divider--background: var(--ks-border-color-default);
|
|
3
|
+
--dsa-divider--background_accent: var(--ks-border-color-accent);
|
|
4
|
+
--dsa-divider--height: var(--ks-border-width-default);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
hr.c-divider {
|
|
8
|
+
--c-divider--background: var(--dsa-divider--background, var(--ks-border-color-default));
|
|
9
|
+
--c-divider--height: var(--dsa-divider--height, var(--ks-border-width-default));
|
|
10
|
+
}
|
|
11
|
+
hr.c-divider--accent {
|
|
12
|
+
--c-divider--background: var(--dsa-divider--background_accent, var(--ks-border-color-accent));
|
|
13
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/divider.schema.json",
|
|
4
|
+
"title": "Divider",
|
|
5
|
+
"description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"variant": {
|
|
9
|
+
"title": "Style of the divider",
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Choose a variant for the divider",
|
|
12
|
+
"enum": [
|
|
13
|
+
"default",
|
|
14
|
+
"accent"
|
|
15
|
+
],
|
|
16
|
+
"default": "default"
|
|
17
|
+
},
|
|
18
|
+
"className": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"title": "Additional Classes",
|
|
21
|
+
"description": "Add additional css classes that should be applied to the divider"
|
|
22
|
+
},
|
|
23
|
+
"component": {
|
|
24
|
+
"title": "`ks-component` attribute",
|
|
25
|
+
"description": "Optional custom component identifier",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"type": {
|
|
29
|
+
"const": "divider"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"additionalProperties": false
|
|
33
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/divider.schema.json",
|
|
4
|
+
"title": "Divider",
|
|
5
|
+
"description": "Dividers bring clarity to a layout by grouping and dividing content in close proximity.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"variant": {
|
|
9
|
+
"title": "Style of the divider",
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Choose a variant for the divider",
|
|
12
|
+
"enum": ["default", "accent"],
|
|
13
|
+
"default": "default"
|
|
14
|
+
},
|
|
15
|
+
"className": {
|
|
16
|
+
"type": "string",
|
|
17
|
+
"title": "Additional Classes",
|
|
18
|
+
"description": "Add additional css classes that should be applied to the divider"
|
|
19
|
+
},
|
|
20
|
+
"component": {
|
|
21
|
+
"title": "`ks-component` attribute",
|
|
22
|
+
"description": "Optional custom component identifier",
|
|
23
|
+
"type": "string"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"additionalProperties": false
|
|
27
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HTMLAttributes, FC, PropsWithChildren } from "react";
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* Choose a variant for the divider
|
|
11
|
+
*/
|
|
12
|
+
type StyleOfTheDivider = "default" | "accent";
|
|
13
|
+
/**
|
|
14
|
+
* Add additional css classes that should be applied to the divider
|
|
15
|
+
*/
|
|
16
|
+
type AdditionalClasses = string;
|
|
17
|
+
/**
|
|
18
|
+
* Optional custom component identifier
|
|
19
|
+
*/
|
|
20
|
+
type KsComponentAttribute = string;
|
|
21
|
+
/**
|
|
22
|
+
* Dividers bring clarity to a layout by grouping and dividing content in close proximity.
|
|
23
|
+
*/
|
|
24
|
+
interface DividerProps {
|
|
25
|
+
variant?: StyleOfTheDivider;
|
|
26
|
+
className?: AdditionalClasses;
|
|
27
|
+
component?: KsComponentAttribute;
|
|
28
|
+
}
|
|
29
|
+
declare const DividerContextDefault: import("react").ForwardRefExoticComponent<DividerProps & HTMLAttributes<HTMLHRElement> & import("react").RefAttributes<HTMLHRElement>>;
|
|
30
|
+
declare const DividerContext: import("react").Context<import("react").ForwardRefExoticComponent<DividerProps & HTMLAttributes<HTMLHRElement> & import("react").RefAttributes<HTMLHRElement>>>;
|
|
31
|
+
declare const Divider: import("react").ForwardRefExoticComponent<DividerProps & HTMLAttributes<HTMLHRElement> & import("react").RefAttributes<HTMLHRElement>>;
|
|
32
|
+
declare const DividerProvider: FC<PropsWithChildren>;
|
|
33
|
+
export { DividerContextDefault, DividerContext, Divider, DividerProvider };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "./divider.css";
|
|
2
|
+
import { jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { forwardRef, createContext, useContext } from 'react';
|
|
4
|
+
import classnames from 'classnames';
|
|
5
|
+
import { DividerContextDefault as DividerContextDefault$1, DividerContext as DividerContext$1 } from '@kickstartds/base/lib/divider';
|
|
6
|
+
|
|
7
|
+
const DividerContextDefault = forwardRef(({ variant, className, ...props }, ref) => (jsx(DividerContextDefault$1, { ...props, className: classnames("dsa-divider", className), variant: variant, ref: ref })));
|
|
8
|
+
const DividerContext = createContext(DividerContextDefault);
|
|
9
|
+
const Divider = forwardRef((props, ref) => {
|
|
10
|
+
const Component = useContext(DividerContext);
|
|
11
|
+
return jsx(Component, { ...props, ref: ref });
|
|
12
|
+
});
|
|
13
|
+
Divider.displayName = "Divider";
|
|
14
|
+
const DividerProvider = (props) => (jsx(DividerContext$1.Provider, { ...props, value: DividerContextDefault }));
|
|
15
|
+
|
|
16
|
+
export { Divider, DividerContext, DividerContextDefault, DividerProvider };
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
--dsa-footer__link--font-weight: var(--dsa-link--font-weight);
|
|
11
11
|
--dsa-footer__link--color: var(--dsa-link--color);
|
|
12
12
|
--dsa-footer__link--text-tecoration: none;
|
|
13
|
-
--dsa-footer__link--text-
|
|
13
|
+
--dsa-footer__link--text-tecoration_hover: underline;
|
|
14
14
|
--dsa-footer__logo--height: 1.5rem;
|
|
15
15
|
}
|
|
16
16
|
@media (min-width: 62em) {
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
text-decoration: var(--dsa-footer__link--text-tecoration, none);
|
|
58
58
|
}
|
|
59
59
|
.dsa-footer__link:not(.c-button):hover {
|
|
60
|
-
text-decoration: var(--dsa-footer__link--text-
|
|
60
|
+
text-decoration: var(--dsa-footer__link--text-tecoration_hover, underline);
|
|
61
61
|
color: var(--dsa-footer__link--color_hover, var(--dsa-link--color_hover));
|
|
62
62
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import { FooterProps } from "../../FooterProps-171a3067.js";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { HTMLAttributes } from "react";
|
|
4
|
+
declare const FooterContextDefault: import("react").ForwardRefExoticComponent<FooterProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const FooterContext: import("react").Context<import("react").ForwardRefExoticComponent<FooterProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
|
+
declare const Footer: import("react").ForwardRefExoticComponent<FooterProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { FooterContextDefault, FooterContext, Footer };
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import "./footer.css";
|
|
2
|
-
import { createElement } from 'react';
|
|
2
|
+
import { forwardRef, createElement, createContext, useContext } from 'react';
|
|
3
3
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { Link } from '@kickstartds/base/lib/link';
|
|
6
6
|
import { Logo } from '../logo/index.js';
|
|
7
7
|
import '@kickstartds/base/lib/picture';
|
|
8
8
|
|
|
9
|
-
const
|
|
9
|
+
const FooterContextDefault = forwardRef(({ byline, navItems, inverted, logo }, ref) => navItems && navItems.length > 0 ? (jsx("div", { className: classnames("dsa-footer"), "ks-inverted": inverted.toString(), ref: ref, children: jsxs("div", { className: "dsa-footer__content", children: [jsx(Logo, { ...logo, inverted: inverted }), byline && jsx("span", { className: "dsa-footer__byline", children: byline }), navItems.length > 0 ? (jsx("div", { className: "dsa-footer__links", children: navItems.map(({ label, active, ...linkProps }) => (createElement(Link, { ...linkProps, className: "dsa-footer__link", key: linkProps.href + label }, label))) })) : null] }) })) : null);
|
|
10
|
+
const FooterContext = createContext(FooterContextDefault);
|
|
11
|
+
const Footer = forwardRef((props, ref) => {
|
|
12
|
+
const Component = useContext(FooterContext);
|
|
13
|
+
return jsx(Component, { ...props, ref: ref });
|
|
14
|
+
});
|
|
10
15
|
Footer.displayName = "Footer";
|
|
11
16
|
|
|
12
|
-
export { Footer };
|
|
17
|
+
export { Footer, FooterContext, FooterContextDefault };
|
|
@@ -25,5 +25,5 @@ interface HTMLProps {
|
|
|
25
25
|
}
|
|
26
26
|
declare const HtmlContextDefault: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
27
27
|
declare const HtmlContext: import("react").Context<import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
28
|
-
declare const Html: import("react").ForwardRefExoticComponent<HTMLProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
28
|
+
declare const Html: import("react").ForwardRefExoticComponent<HTMLProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
29
29
|
export { HtmlContextDefault, HtmlContext, Html };
|
|
@@ -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-03ff6d21.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>>;
|
|
@@ -24,7 +24,7 @@ interface SettingsProps {
|
|
|
24
24
|
*/
|
|
25
25
|
seo: SeoProps;
|
|
26
26
|
}
|
|
27
|
-
export * from "../../BlogPostProps-
|
|
28
|
-
export * from "../../BlogOverviewProps-
|
|
29
|
-
export * from "../../PageProps-
|
|
27
|
+
export * from "../../BlogPostProps-83d399b4.js";
|
|
28
|
+
export * from "../../BlogOverviewProps-83d399b4.js";
|
|
29
|
+
export * from "../../PageProps-83d399b4.js";
|
|
30
30
|
export { SettingsProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Sep 2024 11:08:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
--ks-background-color-secondary-inverted-interactive-active-base: var(--ks-color-secondary-inverted-to-bg-2-base);
|
|
116
116
|
--ks-background-color-secondary-inverted-interactive-selected-base: var(--ks-color-secondary-inverted-to-bg-4-base);
|
|
117
117
|
--ks-background-color-secondary-inverted-translucent-base: var(--ks-color-secondary-inverted-alpha-5-base);
|
|
118
|
-
--ks-border-color-accent-base: var(--ks-color-
|
|
119
|
-
--ks-border-color-accent-inverted-base: var(--ks-color-
|
|
118
|
+
--ks-border-color-accent-base: var(--ks-color-primary-alpha-7-base);
|
|
119
|
+
--ks-border-color-accent-inverted-base: var(--ks-color-primary-inverted-alpha-7-base);
|
|
120
120
|
--ks-border-color-clear-base: var(--ks-color-transparent-base);
|
|
121
121
|
--ks-border-color-clear-interactive-base: var(--ks-color-transparent-base);
|
|
122
122
|
--ks-border-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
|
|
@@ -127,8 +127,8 @@
|
|
|
127
127
|
--ks-border-color-clear-inverted-interactive-hover-base: var(--ks-color-primary-inverted-alpha-7-base);
|
|
128
128
|
--ks-border-color-clear-inverted-interactive-active-base: var(--ks-color-primary-inverted-alpha-6-base);
|
|
129
129
|
--ks-border-color-clear-inverted-interactive-selected-base: var(--ks-color-primary-inverted-alpha-5-base);
|
|
130
|
-
--ks-border-color-default-base: var(--ks-color-fg-
|
|
131
|
-
--ks-border-color-default-inverted-base: var(--ks-color-fg-alpha-
|
|
130
|
+
--ks-border-color-default-base: var(--ks-color-fg-alpha-7-base);
|
|
131
|
+
--ks-border-color-default-inverted-base: var(--ks-color-fg-inverted-alpha-7-base);
|
|
132
132
|
--ks-border-color-interface-base: var(--ks-color-fg-alpha-8-base);
|
|
133
133
|
--ks-border-color-interface-interactive-base: var(--ks-color-fg-alpha-7-base);
|
|
134
134
|
--ks-border-color-interface-interactive-disabled-base: var(--ks-color-fg-alpha-8-base);
|
|
@@ -102,15 +102,14 @@
|
|
|
102
102
|
"id": "blog-blog-teaser--default",
|
|
103
103
|
"group": "Blog/ Blog Teaser",
|
|
104
104
|
"name": "Default",
|
|
105
|
-
"code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n
|
|
105
|
+
"code": "<BlogTeaser\n author={{\n image: 'img/people/author-emily.png',\n name: 'Jane Smith',\n title: 'Senior AI Researcher'\n }}\n date=\"12/30/2022\"\n headline=\"The Future of AI\"\n image=\"img/close-up-young-business-team-working.png\"\n link={{\n url: 'https://example.com'\n }}\n readingTime=\"5 min read\"\n tags={[\n {\n entry: 'Technology'\n },\n {\n entry: 'AI'\n }\n ]}\n teaserText=\"Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.\"\n/>",
|
|
106
106
|
"args": {
|
|
107
107
|
"date": "12/30/2022",
|
|
108
108
|
"headline": "The Future of AI",
|
|
109
109
|
"teaserText": "Dive into the future of AI in this detailed blog post. Discover how technology is rapidly evolving, the impact of AI on various industries, and what to expect in the coming years. Learn about the latest advancements, challenges, and the potential solutions that AI brings to the table.",
|
|
110
110
|
"image": "img/close-up-young-business-team-working.png",
|
|
111
111
|
"link": {
|
|
112
|
-
"url": "https://example.com"
|
|
113
|
-
"label": "Read more"
|
|
112
|
+
"url": "https://example.com"
|
|
114
113
|
},
|
|
115
114
|
"readingTime": "5 min read",
|
|
116
115
|
"author": {
|
|
@@ -1185,6 +1184,26 @@
|
|
|
1185
1184
|
},
|
|
1186
1185
|
"screenshot": "img/screenshots/components-cta--align-bottom.png"
|
|
1187
1186
|
},
|
|
1187
|
+
{
|
|
1188
|
+
"id": "components-divider--accent",
|
|
1189
|
+
"group": "Components/Divider",
|
|
1190
|
+
"name": "Accent",
|
|
1191
|
+
"code": "<No Display Name variant=\"accent\" />",
|
|
1192
|
+
"args": {
|
|
1193
|
+
"variant": "accent"
|
|
1194
|
+
},
|
|
1195
|
+
"screenshot": "img/screenshots/components-divider--accent.png"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"id": "components-divider--default",
|
|
1199
|
+
"group": "Components/Divider",
|
|
1200
|
+
"name": "Default",
|
|
1201
|
+
"code": "<No Display Name variant=\"default\" />",
|
|
1202
|
+
"args": {
|
|
1203
|
+
"variant": "default"
|
|
1204
|
+
},
|
|
1205
|
+
"screenshot": "img/screenshots/components-divider--default.png"
|
|
1206
|
+
},
|
|
1188
1207
|
{
|
|
1189
1208
|
"id": "components-faq--dropdown-list",
|
|
1190
1209
|
"group": "Components/Faq",
|
package/dist/global.css
CHANGED
|
@@ -507,15 +507,19 @@ h3 {
|
|
|
507
507
|
color: var(--dsa-form-field__placeholder--color, var(--ks-color-fg-alpha-5));
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
-
.
|
|
511
|
-
--dsa-divider--background: var(--ks-border-color-
|
|
512
|
-
--dsa-divider--
|
|
510
|
+
.dsa-divider {
|
|
511
|
+
--dsa-divider--background: var(--ks-border-color-default);
|
|
512
|
+
--dsa-divider--background_accent: var(--ks-border-color-accent);
|
|
513
|
+
--dsa-divider--height: var(--ks-border-width-default);
|
|
513
514
|
}
|
|
514
515
|
|
|
515
516
|
hr.c-divider {
|
|
516
|
-
--c-divider--background: var(--dsa-divider--background, var(--ks-border-color-
|
|
517
|
+
--c-divider--background: var(--dsa-divider--background, var(--ks-border-color-default));
|
|
517
518
|
--c-divider--height: var(--dsa-divider--height, var(--ks-border-width-default));
|
|
518
519
|
}
|
|
520
|
+
hr.c-divider--accent {
|
|
521
|
+
--c-divider--background: var(--dsa-divider--background_accent, var(--ks-border-color-accent));
|
|
522
|
+
}
|
|
519
523
|
|
|
520
524
|
@font-face {
|
|
521
525
|
font-family: "Fredoka";
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Sep 2024 11:08:27 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 Wed, 11 Sep 2024 11:08:31 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 Wed, 11 Sep 2024 11:08:29 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 Wed, 11 Sep 2024 11:08:33 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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Sep 2024 11:08:24 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, [ks-theme] {
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
--ks-background-color-secondary-inverted-interactive-active-base: var(--ks-color-secondary-inverted-to-bg-2-base);
|
|
117
117
|
--ks-background-color-secondary-inverted-interactive-selected-base: var(--ks-color-secondary-inverted-to-bg-4-base);
|
|
118
118
|
--ks-background-color-secondary-inverted-translucent-base: var(--ks-color-secondary-inverted-alpha-5-base);
|
|
119
|
-
--ks-border-color-accent-base: var(--ks-color-
|
|
120
|
-
--ks-border-color-accent-inverted-base: var(--ks-color-
|
|
119
|
+
--ks-border-color-accent-base: var(--ks-color-primary-alpha-7-base);
|
|
120
|
+
--ks-border-color-accent-inverted-base: var(--ks-color-primary-inverted-alpha-7-base);
|
|
121
121
|
--ks-border-color-clear-base: var(--ks-color-transparent-base);
|
|
122
122
|
--ks-border-color-clear-interactive-base: var(--ks-color-transparent-base);
|
|
123
123
|
--ks-border-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
--ks-border-color-clear-inverted-interactive-hover-base: var(--ks-color-primary-inverted-alpha-7-base);
|
|
129
129
|
--ks-border-color-clear-inverted-interactive-active-base: var(--ks-color-primary-inverted-alpha-6-base);
|
|
130
130
|
--ks-border-color-clear-inverted-interactive-selected-base: var(--ks-color-primary-inverted-alpha-5-base);
|
|
131
|
-
--ks-border-color-default-base: var(--ks-color-fg-
|
|
132
|
-
--ks-border-color-default-inverted-base: var(--ks-color-fg-alpha-
|
|
131
|
+
--ks-border-color-default-base: var(--ks-color-fg-alpha-7-base);
|
|
132
|
+
--ks-border-color-default-inverted-base: var(--ks-color-fg-inverted-alpha-7-base);
|
|
133
133
|
--ks-border-color-interface-base: var(--ks-color-fg-alpha-8-base);
|
|
134
134
|
--ks-border-color-interface-interactive-base: var(--ks-color-fg-alpha-7-base);
|
|
135
135
|
--ks-border-color-interface-interactive-disabled-base: var(--ks-color-fg-alpha-8-base);
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Sep 2024 11:08:25 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const KsBackgroundColorAccentBase = "#230a2b";
|
|
@@ -115,8 +115,8 @@ export const KsBackgroundColorSecondaryInvertedInteractiveHoverBase = "#e43489";
|
|
|
115
115
|
export const KsBackgroundColorSecondaryInvertedInteractiveActiveBase = "#e43489";
|
|
116
116
|
export const KsBackgroundColorSecondaryInvertedInteractiveSelectedBase = "#e868a6";
|
|
117
117
|
export const KsBackgroundColorSecondaryInvertedTranslucentBase = "rgba(226, 24, 121, 0.5)";
|
|
118
|
-
export const KsBorderColorAccentBase = "
|
|
119
|
-
export const KsBorderColorAccentInvertedBase = "
|
|
118
|
+
export const KsBorderColorAccentBase = "rgba(226, 24, 121, 0.24)";
|
|
119
|
+
export const KsBorderColorAccentInvertedBase = "rgba(77, 37, 239, 0.24)";
|
|
120
120
|
export const KsBorderColorClearBase = "rgba(0, 0, 0, 0)";
|
|
121
121
|
export const KsBorderColorClearInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
122
122
|
export const KsBorderColorClearInteractiveHoverBase = "rgba(226, 24, 121, 0.13)";
|
|
@@ -127,8 +127,8 @@ export const KsBorderColorClearInvertedInteractiveBase = "rgba(0, 0, 0, 0)";
|
|
|
127
127
|
export const KsBorderColorClearInvertedInteractiveHoverBase = "rgba(77, 37, 239, 0.24)";
|
|
128
128
|
export const KsBorderColorClearInvertedInteractiveActiveBase = "rgba(77, 37, 239, 0.37)";
|
|
129
129
|
export const KsBorderColorClearInvertedInteractiveSelectedBase = "rgba(77, 37, 239, 0.5)";
|
|
130
|
-
export const KsBorderColorDefaultBase = "
|
|
131
|
-
export const KsBorderColorDefaultInvertedBase = "rgba(
|
|
130
|
+
export const KsBorderColorDefaultBase = "rgba(255, 255, 255, 0.24)";
|
|
131
|
+
export const KsBorderColorDefaultInvertedBase = "rgba(6, 8, 31, 0.24)";
|
|
132
132
|
export const KsBorderColorInterfaceBase = "rgba(255, 255, 255, 0.13)";
|
|
133
133
|
export const KsBorderColorInterfaceInteractiveBase = "rgba(255, 255, 255, 0.24)";
|
|
134
134
|
export const KsBorderColorInterfaceInteractiveDisabledBase = "rgba(255, 255, 255, 0.13)";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kickstartds/ds-agency-premium",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.27",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
"happy-dom": "^13.3.1",
|
|
115
115
|
"husky": "^8.0.3",
|
|
116
116
|
"jest-image-snapshot": "^6.4.0",
|
|
117
|
-
"json-schema-traverse": "^1.0.0",
|
|
118
117
|
"kickstartds": "^3.0.0",
|
|
119
118
|
"lazysizes": "^5.3.2",
|
|
120
119
|
"npm-run-all": "^4.1.5",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|