@kickstartds/ds-agency-premium 1.2.16 → 1.2.17
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/{SectionProps-83d399b4.d.ts → SectionProps-93230a76.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 +2 -2
- package/dist/components/page-wrapper/tokens.css +1 -1
- package/dist/components/section/index.d.ts +1 -1
- package/dist/global.css +1 -1
- package/dist/static/tokens-business.css +1 -1
- package/dist/static/tokens-google.css +1 -1
- package/dist/static/tokens-ngo.css +1 -1
- package/dist/static/tokens-telekom.css +1 -1
- package/dist/static/tokens.css +1 -1
- package/dist/tokens/tokens.css +1 -1
- package/dist/tokens/tokens.js +1 -1
- package/package.json +1 -1
- /package/dist/{BlogPostProps-e1cbd5d3.d.ts → BlogPostProps-0910f130.d.ts} +0 -0
- /package/dist/{ImageStoryProps-03ff6d21.d.ts → ImageStoryProps-24e0335c.d.ts} +0 -0
|
@@ -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-24e0335c.js";
|
|
12
12
|
import { ImageTextProps } from "./ImageTextProps-9286cca4.js";
|
|
13
13
|
import { LogosProps } from "./LogosProps-a8efd101.js";
|
|
14
14
|
import { MosaicProps } from "./MosaicProps-aacb9422.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
2
|
+
import { BlogPostProps } from "../../BlogPostProps-0910f130.js";
|
|
3
3
|
declare const BlogPost: ({ head, content, aside, cta }: BlogPostProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export { BlogPost };
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
5
|
* and run json-schema-to-typescript to regenerate this file.
|
|
6
6
|
*/
|
|
7
|
-
import { SectionProps } from "../../SectionProps-
|
|
7
|
+
import { SectionProps } from "../../SectionProps-93230a76.js";
|
|
8
8
|
import { SeoProps } from "../../SeoProps-f2d6dcaa.js";
|
|
9
9
|
/* eslint-disable */
|
|
10
10
|
/**
|
|
@@ -45,6 +45,6 @@ interface SettingsProps {
|
|
|
45
45
|
*/
|
|
46
46
|
seo: SeoProps;
|
|
47
47
|
}
|
|
48
|
-
export * from "../../BlogPostProps-
|
|
48
|
+
export * from "../../BlogPostProps-0910f130.js";
|
|
49
49
|
export * from "../../BlogOverviewProps-f385fc47.js";
|
|
50
50
|
export { Sections, PageProps, SettingsProps };
|
|
@@ -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-93230a76.js";
|
|
4
4
|
declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const SectionProvider: FC<PropsWithChildren<any>>;
|
|
6
6
|
export { Section, SectionProvider };
|
package/dist/global.css
CHANGED
|
@@ -477,7 +477,7 @@ h3 {
|
|
|
477
477
|
--c-form-check_checkmark--color: var(--dsa-form-check__checkmark--color, var(--dsa-text-color-on-primary));
|
|
478
478
|
}
|
|
479
479
|
:root .c-form-field, :root #root .c-form-field, [ks-inverted] .c-form-field, [ks-inverted] #root .c-form-field, #root [ks-inverted] .c-form-field, [ks-inverted] #root .c-form-field, [ks-theme] .c-form-field, [ks-theme] #root .c-form-field, #root [ks-theme] .c-form-field {
|
|
480
|
-
--c-form-field--border: var(--dsa-form-field--border, var(--ks-border-width-default) solid
|
|
480
|
+
--c-form-field--border: var(--dsa-form-field--border, var(--ks-border-width-default)) solid;
|
|
481
481
|
--c-form-field--border-color: var(--dsa-form-field--border-color, var(--ks-border-color-interface-interactive));
|
|
482
482
|
--c-form-field-hover--border-color: var(
|
|
483
483
|
--dsa-form-field--border-color_hover,
|
package/dist/static/tokens.css
CHANGED
package/dist/tokens/tokens.css
CHANGED
package/dist/tokens/tokens.js
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|