@kickstartds/ds-agency-premium 1.6.71--canary.50.2247.0 → 1.6.71--canary.50.2253.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-d60aba86.d.ts} +1 -1
- package/dist/{BlogPostProps-6b3cff22.d.ts → BlogPostProps-c760fd2a.d.ts} +1 -1
- package/dist/{PageProps-aa29c554.d.ts → PageProps-d60aba86.d.ts} +1 -1
- package/dist/{SectionProps-d60aba86.d.ts → SectionProps-4e2b2ecf.d.ts} +1 -1
- package/dist/SplitEvenProps-789f8508.d.ts +1 -1
- package/dist/SplitWeightedProps-789f8508.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/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 +1 -1
- package/dist/components/search-form/SearchForm.client.d.ts +3 -1
- package/dist/components/search-form/SearchForm.client.js +48 -17
- package/dist/components/search-form/SearchFormPagefind.client.js +14 -7
- package/dist/components/search-form/index.js +3 -2
- package/dist/components/search-form/search-form.css +1 -1
- package/dist/components/search-modal/RadioEmit.client.js +0 -1
- package/dist/components/search-modal/index.js +1 -0
- package/dist/components/search-result/index.js +1 -1
- package/dist/components/search-result/search-result.css +3 -0
- package/dist/components/search-result-match/index.js +1 -1
- package/dist/components/section/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-e853e1e7.d.ts → ImageStoryProps-4e2b2ecf.d.ts} +0 -0
|
@@ -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-4e2b2ecf.js";
|
|
7
7
|
import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
|
|
8
8
|
import { CtaProps } from "./CtaProps-789f8508.js";
|
|
9
9
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { BlogHeadProps } from "./BlogHeadProps-c04a5ed8.js";
|
|
7
7
|
import { BlogAsideProps } from "./BlogAsideProps-c760fd2a.js";
|
|
8
|
-
import { SectionProps } from "./SectionProps-
|
|
8
|
+
import { SectionProps } from "./SectionProps-4e2b2ecf.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-4e2b2ecf.js";
|
|
7
7
|
import { SeoProps } from "./SeoProps-f2d6dcaa.js";
|
|
8
8
|
/**
|
|
9
9
|
* Collection of sections (with their contents) to render on the page
|
|
@@ -13,7 +13,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
13
13
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
14
14
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
15
15
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
16
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
16
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.js";
|
|
17
17
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
18
18
|
import { LogosProps } from "./LogosProps-f9474fe2.js";
|
|
19
19
|
import { MosaicProps } from "./MosaicProps-d52c7151.js";
|
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
13
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.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";
|
|
@@ -10,7 +10,7 @@ import { FeaturesProps } from "./FeaturesProps-a9041d97.js";
|
|
|
10
10
|
import { GalleryProps } from "./GalleryProps-76e7de44.js";
|
|
11
11
|
import { HeroProps } from "./HeroProps-fec6b267.js";
|
|
12
12
|
import { HtmlProps } from "./HtmlProps-9d091769.js";
|
|
13
|
-
import { ImageStoryProps } from "./ImageStoryProps-
|
|
13
|
+
import { ImageStoryProps } from "./ImageStoryProps-4e2b2ecf.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";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogOverviewProps } from "../../BlogOverviewProps-
|
|
1
|
+
import { BlogOverviewProps } from "../../BlogOverviewProps-d60aba86.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 { 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-d60aba86.js";
|
|
34
|
+
export * from "../../PageProps-d60aba86.js";
|
|
35
35
|
export { IconSprite, SettingsProps };
|
|
36
36
|
export * from "../../EventDetailProps-42a7eebe.js";
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
declare class SearchForm {
|
|
2
2
|
static identifier: string;
|
|
3
3
|
constructor(element: any);
|
|
4
|
+
lazyResults: WeakMap<object, any>;
|
|
4
5
|
$searchInput: any;
|
|
5
|
-
$
|
|
6
|
+
$resultTemplate: any;
|
|
7
|
+
$subresultTemplate: any;
|
|
6
8
|
$results: any;
|
|
7
9
|
clearResults(): void;
|
|
8
10
|
showResults(results: any): void;
|
|
@@ -1,11 +1,42 @@
|
|
|
1
1
|
import { define, Component } from '@kickstartds/core/lib/component';
|
|
2
|
+
import { events } from '@kickstartds/core/lib/core';
|
|
2
3
|
|
|
3
4
|
const parser = new DOMParser();
|
|
5
|
+
const renderResult = (result, element) => {
|
|
6
|
+
const $ = element.querySelector.bind(element), $$ = element.querySelectorAll.bind(element);
|
|
7
|
+
if (result.title) {
|
|
8
|
+
const title = $("[data-result-title]");
|
|
9
|
+
if (title)
|
|
10
|
+
title.textContent = result.title;
|
|
11
|
+
}
|
|
12
|
+
if (result.excerpt) {
|
|
13
|
+
const doc = parser.parseFromString(result.excerpt, "text/html");
|
|
14
|
+
const excerpt = $("[data-result-excerpt]");
|
|
15
|
+
if (excerpt)
|
|
16
|
+
excerpt.replaceChildren(...doc.body.childNodes);
|
|
17
|
+
}
|
|
18
|
+
if (result.url) {
|
|
19
|
+
const url = $("[data-result-url]");
|
|
20
|
+
if (url)
|
|
21
|
+
url.textContent = result.url;
|
|
22
|
+
const links = $$("[data-result-link]");
|
|
23
|
+
for (const link of links) {
|
|
24
|
+
link.setAttribute("href", result.url);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
if (result.image) {
|
|
28
|
+
const image = $("[data-result-image]");
|
|
29
|
+
if (image)
|
|
30
|
+
image.src = result.image;
|
|
31
|
+
}
|
|
32
|
+
};
|
|
4
33
|
class SearchForm extends Component {
|
|
5
34
|
constructor(element) {
|
|
6
35
|
super(element);
|
|
36
|
+
this.lazyResults = new WeakMap();
|
|
7
37
|
this.$searchInput = this.$(".dsa-search-bar__input");
|
|
8
|
-
this.$
|
|
38
|
+
this.$resultTemplate = this.$("[data-template=result]");
|
|
39
|
+
this.$subresultTemplate = this.$("[data-template=subresult]");
|
|
9
40
|
this.$results = this.$(".dsa-search-form__results");
|
|
10
41
|
this.on(element, "submit", (event) => {
|
|
11
42
|
event.preventDefault();
|
|
@@ -17,28 +48,28 @@ class SearchForm extends Component {
|
|
|
17
48
|
this.on(window, "hashchange", (event) => {
|
|
18
49
|
window._ks.radio.emit("dsa.search-form.hashchange");
|
|
19
50
|
});
|
|
51
|
+
this.onRadio(events.beforeunveil, async (_, el) => {
|
|
52
|
+
if (this.lazyResults.has(el)) {
|
|
53
|
+
const result = await this.lazyResults.get(el);
|
|
54
|
+
renderResult(result, el);
|
|
55
|
+
const $subResults = this.$("[data-result-subresults]", el);
|
|
56
|
+
for (const subResult of result.subResults) {
|
|
57
|
+
const $subResultClone = this.$subresultTemplate.cloneNode(true);
|
|
58
|
+
$subResultClone.setAttribute("href", subResult.url);
|
|
59
|
+
renderResult(subResult, $subResultClone);
|
|
60
|
+
$subResults.appendChild($subResultClone);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
});
|
|
20
64
|
}
|
|
21
65
|
clearResults() {
|
|
22
66
|
this.$results.textContent = "";
|
|
23
67
|
}
|
|
24
68
|
showResults(results) {
|
|
25
69
|
for (const result of results) {
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
clone.firstElementChild.setAttribute("href", result.url);
|
|
30
|
-
if (result.title) {
|
|
31
|
-
const title = clone.querySelector(".dsa-search-result__title");
|
|
32
|
-
title.textContent = result.title;
|
|
33
|
-
}
|
|
34
|
-
if (result.excerpt) {
|
|
35
|
-
const doc = parser.parseFromString(result.excerpt, "text/html");
|
|
36
|
-
const excerpt = clone.querySelector(".dsa-search-result__text span");
|
|
37
|
-
excerpt.replaceChildren(...doc.body.childNodes);
|
|
38
|
-
}
|
|
39
|
-
const link = clone.querySelector(".dsa-search-result__link");
|
|
40
|
-
link.textContent = result.url;
|
|
41
|
-
this.$results.appendChild(clone);
|
|
70
|
+
const $resultClone = this.$resultTemplate.cloneNode(true);
|
|
71
|
+
this.lazyResults.set($resultClone, result);
|
|
72
|
+
this.$results.appendChild($resultClone);
|
|
42
73
|
}
|
|
43
74
|
}
|
|
44
75
|
onRadio(topic, fn) {
|
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
import { define } from '@kickstartds/core/lib/component';
|
|
2
2
|
import SearchForm from './SearchForm.client.js';
|
|
3
|
+
import '@kickstartds/core/lib/core';
|
|
3
4
|
|
|
4
5
|
const staticPageFindPath = "/pagefind/pagefind.js";
|
|
6
|
+
const pagefindResult2searchResult = (result) => ({
|
|
7
|
+
title: result.meta.title,
|
|
8
|
+
url: result.url,
|
|
9
|
+
excerpt: result.excerpt,
|
|
10
|
+
image: result.meta.image,
|
|
11
|
+
subResults: (result.sub_results || []).map((subResult) => ({
|
|
12
|
+
title: subResult.title,
|
|
13
|
+
url: subResult.url,
|
|
14
|
+
excerpt: subResult.excerpt,
|
|
15
|
+
})),
|
|
16
|
+
});
|
|
5
17
|
class SearchFormPagefind extends SearchForm {
|
|
6
18
|
constructor(element) {
|
|
7
19
|
super(element);
|
|
8
|
-
console.log("hello");
|
|
9
20
|
(async () => {
|
|
10
21
|
const pagefind = await import(/* @vite-ignore */ staticPageFindPath);
|
|
11
22
|
await pagefind.init();
|
|
@@ -17,13 +28,9 @@ class SearchFormPagefind extends SearchForm {
|
|
|
17
28
|
if (search) {
|
|
18
29
|
if (search.results.length) {
|
|
19
30
|
// TODO: Pagination / Load More
|
|
20
|
-
const results =
|
|
31
|
+
const results = search.results.map((result) => result.data().then(pagefindResult2searchResult));
|
|
21
32
|
this.clearResults();
|
|
22
|
-
this.showResults(results
|
|
23
|
-
title: result.meta.title,
|
|
24
|
-
url: result.url,
|
|
25
|
-
excerpt: result.excerpt,
|
|
26
|
-
})));
|
|
33
|
+
this.showResults(results);
|
|
27
34
|
}
|
|
28
35
|
}
|
|
29
36
|
}
|
|
@@ -3,6 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
import { SearchBar } from '../search-bar/index.js';
|
|
5
5
|
import { SearchResult } from '../search-result/index.js';
|
|
6
|
+
import { SearchResultMatch } from '../search-result-match/index.js';
|
|
6
7
|
import './SearchForm.client.js';
|
|
7
8
|
import 'react';
|
|
8
9
|
import '@kickstartds/form/lib/text-field';
|
|
@@ -13,9 +14,9 @@ import '../../helpers-12f48df8.js';
|
|
|
13
14
|
import '@kickstartds/base/lib/rich-text';
|
|
14
15
|
import '@kickstartds/base/lib/picture';
|
|
15
16
|
import '@kickstartds/core/lib/container';
|
|
16
|
-
import '../search-result-match/index.js';
|
|
17
17
|
import '@kickstartds/core/lib/component';
|
|
18
|
+
import '@kickstartds/core/lib/core';
|
|
18
19
|
|
|
19
|
-
const SearchForm = ({ className, component = "dsa.search-form", ...props }) => (jsxs("form", { className: classnames("dsa-search-form", className), "ks-component": component, ...props, children: [jsx(SearchBar, { alternativeText: "", alternativeResult: "", hint: "" }), jsx("li", { "data-template": "result",
|
|
20
|
+
const SearchForm = ({ className, component = "dsa.search-form", ...props }) => (jsxs("form", { className: classnames("dsa-search-form", className), "ks-component": component, ...props, children: [jsx(SearchBar, { alternativeText: "", alternativeResult: "", hint: "" }), jsxs("div", { hidden: true, children: [jsx("li", { "data-template": "result", className: "lazyload", children: jsx(SearchResult, { previewImage: {} }) }), jsx(SearchResultMatch, { "data-template": "subresult" })] }), jsx("ol", { className: "dsa-search-form__results" })] }));
|
|
20
21
|
|
|
21
22
|
export { SearchForm };
|
|
@@ -4,7 +4,6 @@ class RadioEmit extends Component {
|
|
|
4
4
|
constructor(element) {
|
|
5
5
|
super(element);
|
|
6
6
|
const { topic, action = "click", value } = element.dataset;
|
|
7
|
-
console.log(topic, action);
|
|
8
7
|
const handler = () => window._ks.radio.emit(topic, value);
|
|
9
8
|
element.addEventListener(action, handler);
|
|
10
9
|
this.onDisconnect(() => {
|
|
@@ -23,6 +23,7 @@ import '@kickstartds/base/lib/picture';
|
|
|
23
23
|
import '@kickstartds/core/lib/container';
|
|
24
24
|
import '../search-result-match/index.js';
|
|
25
25
|
import '../search-form/SearchForm.client.js';
|
|
26
|
+
import '@kickstartds/core/lib/core';
|
|
26
27
|
|
|
27
28
|
const SearchModal = ({ headline = "Search", closeAriaLabel = "close", formComponent, }) => (jsx("dialog", { "ks-component": "dsa.search-modal", className: "dsa-search-modal", children: jsx(Section, { headline: {
|
|
28
29
|
text: headline,
|
|
@@ -20,7 +20,7 @@ const defaults = {
|
|
|
20
20
|
|
|
21
21
|
const SearchResultContextDefault = forwardRef(({ title, previewImage, initialMatch, matches, url, showLink }, ref) => (jsx(Container, { name: "search-result", children: jsxs("div", { ref: ref, className: classnames("dsa-search-result", {
|
|
22
22
|
"dsa-search-result--image-large": previewImage?.large,
|
|
23
|
-
}), children: [jsxs("div", { className: "dsa-search-result__content", children: [jsx("div", { className: "dsa-search-result__header", children: jsx(Link, { href: url, className: "dsa-search-result__title", children: title }) }),
|
|
23
|
+
}), children: [jsxs("div", { className: "dsa-search-result__content", children: [jsx("div", { className: "dsa-search-result__header", children: jsx(Link, { href: url, className: "dsa-search-result__title", "data-result-link": true, "data-result-title": true, children: title }) }), jsx(RichText, { text: initialMatch, className: "dsa-search-result__initial-match", "data-result-excerpt": true }), jsx("div", { className: "dsa-search-result__matches", "data-result-subresults": true, children: matches?.map((match, index) => (jsx(SearchResultMatch, { ...match }, index))) }), showLink && (jsx(Link, { href: url, className: "dsa-search-result__link", "data-result-link": true, "data-result-url": true, children: url }))] }), previewImage && (jsx(Link, { tabIndex: -1, "aria-hidden": true, href: url, className: "dsa-search-result__preview-image-wrapper", "data-result-link": true, children: jsx(Picture, { src: previewImage.src, alt: "", className: "dsa-search-result__preview-image", "data-result-image": true }) }))] }) })));
|
|
24
24
|
const SearchResultContext = createContext(SearchResultContextDefault);
|
|
25
25
|
const SearchResult = forwardRef((props, ref) => {
|
|
26
26
|
const Component = useContext(SearchResultContext);
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
.dsa-search-result__matches {
|
|
32
32
|
padding: var(--ks-spacing-xxs) 0;
|
|
33
33
|
}
|
|
34
|
+
.dsa-search-result__matches:empty {
|
|
35
|
+
display: none;
|
|
36
|
+
}
|
|
34
37
|
.dsa-search-result__title {
|
|
35
38
|
font-size: var(--ks-font-size-display-l);
|
|
36
39
|
font-family: var(--ks-font-family-display);
|
|
@@ -8,7 +8,7 @@ import { Icon } from '@kickstartds/base/lib/icon';
|
|
|
8
8
|
|
|
9
9
|
const defaults = {};
|
|
10
10
|
|
|
11
|
-
const SearchResultMatchContextDefault = forwardRef(({ title, snippet, url }, ref) => (jsxs(Link, { ref: ref, href: url, className: "dsa-search-result-match", children: [jsxs("div", { className: "dsa-search-result-match__title", children: [jsx(Icon, { className: "dsa-search-result-match__chevron", icon: "chevron-right" }), title] }), jsx(RichText, { text: snippet, className: "dsa-search-result-match__snippet" })] })));
|
|
11
|
+
const SearchResultMatchContextDefault = forwardRef(({ title, snippet, url, ...props }, ref) => (jsxs(Link, { ref: ref, href: url, className: "dsa-search-result-match", "data-result-link": true, ...props, children: [jsxs("div", { className: "dsa-search-result-match__title", children: [jsx(Icon, { className: "dsa-search-result-match__chevron", icon: "chevron-right" }), jsx("span", { "data-result-title": true, children: title })] }), jsx(RichText, { text: snippet, className: "dsa-search-result-match__snippet", "data-result-excerpt": true })] })));
|
|
12
12
|
const SearchResultMatchContext = createContext(SearchResultMatchContextDefault);
|
|
13
13
|
const SearchResultMatch = forwardRef((props, ref) => {
|
|
14
14
|
const Component = useContext(SearchResultMatchContext);
|
|
@@ -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-4e2b2ecf.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>>;
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 05 Sep 2025
|
|
3
|
+
* Generated on Fri, 05 Sep 2025 12:56:41 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 Fri, 05 Sep 2025
|
|
2730
|
+
* Generated on Fri, 05 Sep 2025 12:56:46 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 Fri, 05 Sep 2025
|
|
5461
|
+
* Generated on Fri, 05 Sep 2025 12:56:44 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 Fri, 05 Sep 2025
|
|
8462
|
+
* Generated on Fri, 05 Sep 2025 12:56:48 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
|