@kickstartds/ds-agency-premium 1.6.71--canary.2005.8789d0a.0 → 1.6.71--canary.45.2008.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-ca3bc416.d.ts → BlogOverviewProps-b9fd1bfd.d.ts} +2 -2
- package/dist/{BlogPostProps-c04a5ed8.d.ts → BlogPostProps-b9fd1bfd.d.ts} +2 -2
- package/dist/BusinessCardProps-e10e7b62.d.ts +101 -0
- package/dist/ContentNavProps-0e282a9f.d.ts +36 -0
- package/dist/DownloadsProps-a49a977e.d.ts +34 -0
- package/dist/{PageProps-ca3bc416.d.ts → PageProps-b9fd1bfd.d.ts} +1 -1
- package/dist/{SectionProps-00ddee3a.d.ts → SectionProps-b9fd1bfd.d.ts} +7 -2
- package/dist/SplitEvenProps-789f8508.d.ts +65 -0
- package/dist/SplitWeightedProps-789f8508.d.ts +95 -0
- package/dist/components/blog-aside/index.d.ts +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +11756 -4
- package/dist/components/blog-overview/index.d.ts +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +11756 -4
- package/dist/components/blog-post/index.d.ts +1 -1
- package/dist/components/blog-post/index.js +1 -1
- package/dist/components/blog-teaser/index.d.ts +1 -1
- package/dist/components/breadcrumb/index.js +6 -1
- package/dist/components/business-card/business-card.css +1 -11
- package/dist/components/business-card/index.d.ts +1 -101
- package/dist/components/business-card/index.js +11 -1
- package/dist/components/button/button.css +2 -2
- package/dist/components/button/index.js +19 -9
- package/dist/components/button-group/index.js +11 -2
- package/dist/components/content-nav/index.d.ts +1 -36
- package/dist/components/content-nav/index.js +8 -1
- package/dist/components/cookie-consent/cookie-consent.css +110 -0
- package/dist/components/cookie-consent/cookie-consent.schema.dereffed.json +189 -0
- package/dist/components/cookie-consent/cookie-consent.schema.json +147 -0
- package/dist/components/cookie-consent/index.d.ts +102 -0
- package/dist/components/cookie-consent/index.js +30 -0
- package/dist/components/downloads/index.d.ts +1 -34
- package/dist/components/downloads/index.js +6 -1
- package/dist/components/event-appointment/index.js +8 -1
- package/dist/components/event-detail/index.js +1 -1
- package/dist/components/event-filter/index.js +28 -1
- package/dist/components/event-header/index.js +6 -2
- package/dist/components/event-latest/index.js +6 -1
- package/dist/components/event-latest-teaser/index.js +6 -1
- package/dist/components/event-list-teaser/index.js +8 -1
- package/dist/components/event-location/index.js +8 -1
- package/dist/components/event-login/index.js +11 -1
- package/dist/components/event-registration/index.js +14 -1
- package/dist/components/footer/footer.css +3 -3
- package/dist/components/footer/footer.schema.dereffed.json +12 -20
- package/dist/components/header/header.schema.dereffed.json +12 -20
- package/dist/components/headline/headline.css +3 -45
- package/dist/components/headline/index.js +13 -4
- package/dist/components/hero/hero.css +0 -22
- package/dist/components/index/index.d.ts +3 -3
- package/dist/components/nav-dropdown/nav-dropdown.css +3 -3
- package/dist/components/nav-flyout/nav-flyout.schema.dereffed.json +12 -20
- package/dist/components/nav-main/nav-main.schema.dereffed.json +12 -20
- package/dist/components/nav-main/nav-main.schema.json +12 -20
- package/dist/components/nav-topbar/nav-topbar.css +3 -3
- package/dist/components/nav-topbar/nav-topbar.schema.dereffed.json +12 -20
- package/dist/components/page/index.d.ts +1 -1
- package/dist/components/page/page.schema.dereffed.json +11756 -4
- package/dist/components/page-wrapper/index.js +1 -7
- package/dist/components/page-wrapper/tokens.css +249 -249
- package/dist/components/pagination/index.js +13 -1
- package/dist/components/presets.json +141 -46
- package/dist/components/providers/index.js +1 -1
- package/dist/components/search-bar/index.js +4 -1
- package/dist/components/search-filter/index.js +6 -1
- package/dist/components/search-result/index.js +6 -1
- package/dist/components/section/index.d.ts +1 -1
- package/dist/components/section/index.js +1 -3
- package/dist/components/section/section.css +19 -63
- package/dist/components/section/section.schema.dereffed.json +11756 -4
- package/dist/components/section/section.schema.json +16 -8
- package/dist/components/settings/settings.schema.dereffed.json +24 -40
- package/dist/components/slider/index.d.ts +3 -1
- package/dist/components/slider/index.js +19 -3
- package/dist/components/split-even/index.d.ts +9 -71
- package/dist/components/split-even/index.js +21 -2
- package/dist/components/split-even/split-even.css +1 -1
- package/dist/components/split-weighted/index.d.ts +7 -99
- package/dist/components/split-weighted/index.js +33 -4
- package/dist/components/stats/stats.css +4 -4
- package/dist/components/teaser-card/teaser-card.css +14 -14
- package/dist/global.css +2 -12
- package/dist/static/favicon/android-chrome-192x192.png +0 -0
- package/dist/static/favicon/android-chrome-512x512.png +0 -0
- package/dist/static/favicon/apple-touch-icon.png +0 -0
- package/dist/static/favicon/browserconfig.xml +9 -0
- package/dist/static/favicon/favicon-16x16.png +0 -0
- package/dist/static/favicon/favicon-192-192.png +20 -0
- package/dist/static/favicon/favicon-32x32.png +0 -0
- package/dist/static/favicon/favicon.ico +0 -0
- package/dist/static/favicon/mstile-144x144.png +0 -0
- package/dist/static/favicon/mstile-150x150.png +0 -0
- package/dist/static/favicon/mstile-310x150.png +0 -0
- package/dist/static/favicon/mstile-310x310.png +0 -0
- package/dist/static/favicon/mstile-70x70.png +0 -0
- package/dist/static/favicon/safari-pinned-tab.svg +30 -0
- package/dist/static/favicon/site.webmanifest +19 -1
- package/dist/static/logo-inverted.svg +12 -27
- package/dist/static/logo.svg +12 -27
- package/dist/tokens/IconSprite.js +0 -6
- package/dist/tokens/icon-sprite.html +0 -2
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +249 -249
- package/dist/tokens/tokens.js +376 -377
- package/package.json +1 -1
- package/dist/static/guenther/brands/cadillac.png +0 -0
- package/dist/static/guenther/brands/corvette.png +0 -0
- package/dist/static/guenther/brands/infiniti.png +0 -0
- package/dist/static/guenther/brands/isuzu.png +0 -0
- package/dist/static/guenther/brands/kia.png +0 -0
- package/dist/static/guenther/brands/maserati.png +0 -0
- package/dist/static/guenther/brands/micro.png +0 -0
- package/dist/static/guenther/brands/msg.png +0 -0
- package/dist/static/guenther/brands/nissan.png +0 -0
- package/dist/static/guenther/brands/saab.png +0 -0
- package/dist/static/guenther/brands/subaru.png +0 -0
- package/dist/static/guenther/car-1.webp +0 -0
- package/dist/static/guenther/car-2.webp +0 -0
- package/dist/static/guenther/car-cutout-1.avif +0 -0
- package/dist/static/guenther/car-cutout-2.avif +0 -0
- package/dist/static/guenther/car-cutout-3.png +0 -0
- package/dist/static/guenther/car-red.png +0 -0
- package/dist/static/guenther/car-store.png +0 -0
- package/dist/static/guenther/car-yellow.webp +0 -0
- package/dist/static/guenther/contact.jpg +0 -0
- package/dist/static/guenther/header-2.png +0 -0
- package/dist/static/guenther/header.jpg +0 -0
- package/dist/static/guenther/header.png +0 -0
- package/dist/static/guenther/kia-header.webp +0 -0
- package/dist/static/guenther/locations/farmsen.png +0 -0
- package/dist/static/guenther/locations/hamm.png +0 -0
- package/dist/static/guenther/locations/poppenbuettel.jpg +0 -0
- package/dist/static/guenther/nissan/19TDIEULHD_JUKE_CA_012_pace706.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/19TDIEULHD_JUKE_P13A_CA_019C_pace705.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Entry-Guard_pace704.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/22NISSCA_JUKE_Trunk_Spoiler_pace703.jpg.ximg_.l_6_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24720-slide-juke1-mobil.jpg +0 -0
- package/dist/static/guenther/nissan/24720-slide-juke1.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_001-pace203.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_006-pace204.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_009-pace205.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_010-pace206.jpg.ximg_.l_12_m.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_012-pace305.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_015-pace304.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_016-pace306.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_017-pace405.jpg.ximg_.l_6_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_021-pace302.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_023-pace303.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_025-pace308.jpg.ximg_.l_6_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_031-pace404.jpg.ximg_.l_6_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEULHD_JUKE_MC_Lifestyle_pace-702.jpg.ximg_.l_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEURHD_JUKE_MC_019-pace307.jpg.ximg_.l_6_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace502.jpg.ximg_.l_4_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_-400x267.jpg +0 -0
- package/dist/static/guenther/nissan/24TDIEU_JUKE_Dimension-illustration-pace503.jpg.ximg_.l_4_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/ACC_JUKE_mirrorcap_pace118-d.jpg.ximg_.m_12_h.smart_.jpg +0 -0
- package/dist/static/guenther/nissan/junke-abmessungen-600x400.jpg +0 -0
- package/dist/static/guenther/visual.png +0 -0
- /package/dist/{BlogAsideProps-fb0241df.d.ts → BlogAsideProps-c760fd2a.d.ts} +0 -0
- /package/dist/{BlogTeaserProps-d62a0a9a.d.ts → BlogTeaserProps-f5855e93.d.ts} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BlogPostProps } from "../../BlogPostProps-
|
|
1
|
+
import { BlogPostProps } from "../../BlogPostProps-b9fd1bfd.js";
|
|
2
2
|
import { FC, PropsWithChildren } from "react";
|
|
3
3
|
declare const BlogPost: FC<PropsWithChildren<BlogPostProps>>;
|
|
4
4
|
export type { BlogPostProps };
|
|
@@ -7,8 +7,8 @@ import { Text } from '../text/index.js';
|
|
|
7
7
|
import { Cta } from '../cta/index.js';
|
|
8
8
|
import 'classnames';
|
|
9
9
|
import 'react';
|
|
10
|
-
import '@kickstartds/blog/lib/post-head';
|
|
11
10
|
import '../../helpers-12f48df8.js';
|
|
11
|
+
import '@kickstartds/blog/lib/post-head';
|
|
12
12
|
import '@kickstartds/core/lib/react';
|
|
13
13
|
import '@kickstartds/base/lib/section';
|
|
14
14
|
import '../section/js/Section.client.js';
|
|
@@ -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-f5855e93.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>>;
|
|
@@ -3,6 +3,11 @@ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
5
|
import { Link } from '@kickstartds/base/lib/link';
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
7
|
+
|
|
8
|
+
const defaults = {
|
|
9
|
+
"pages": []
|
|
10
|
+
};
|
|
6
11
|
|
|
7
12
|
const BreadcrumbContextDefault = forwardRef(({ pages }, ref) => {
|
|
8
13
|
return (jsx("div", { className: "dsa-breadcrumb", ref: ref, children: pages.map((page, index) => index !== pages.length - 1 ? (jsxs(Fragment, { children: [jsx(Link, { href: page.url, className: "dsa-breadcrumb__link", children: page.label }), jsx(Icon, { className: "dsa-breadcrumb__icon", icon: "chevron-right" })] })) : (jsx("span", { className: "dsa-breadcrumb__label", children: page.label }))) }));
|
|
@@ -10,7 +15,7 @@ const BreadcrumbContextDefault = forwardRef(({ pages }, ref) => {
|
|
|
10
15
|
const BreadcrumbContext = createContext(BreadcrumbContextDefault);
|
|
11
16
|
const Breadcrumb = forwardRef((props, ref) => {
|
|
12
17
|
const Component = useContext(BreadcrumbContext);
|
|
13
|
-
return jsx(Component, { ...props, ref: ref });
|
|
18
|
+
return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
|
|
14
19
|
});
|
|
15
20
|
Breadcrumb.displayName = "Breadcrumb";
|
|
16
21
|
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
flex-direction: column;
|
|
73
73
|
align-items: flex-start;
|
|
74
74
|
gap: var(--dsa-business-card--gap, var(--ks-spacing-stack-l));
|
|
75
|
-
flex-grow:
|
|
75
|
+
flex-grow: 1;
|
|
76
76
|
}
|
|
77
77
|
@container business-card (min-width: 640px) {
|
|
78
78
|
.dsa-business-card__content {
|
|
@@ -87,16 +87,6 @@
|
|
|
87
87
|
.dsa-business-card__location {
|
|
88
88
|
margin: 0;
|
|
89
89
|
}
|
|
90
|
-
.dsa-business-card__location p {
|
|
91
|
-
margin-top: 0.5em;
|
|
92
|
-
margin-bottom: 0.5em;
|
|
93
|
-
}
|
|
94
|
-
.dsa-business-card__location p:first-child {
|
|
95
|
-
margin-top: 0;
|
|
96
|
-
}
|
|
97
|
-
.dsa-business-card__location p:last-child {
|
|
98
|
-
margin-bottom: 0;
|
|
99
|
-
}
|
|
100
90
|
.dsa-business-card__image {
|
|
101
91
|
flex-grow: 1;
|
|
102
92
|
}
|
|
@@ -1,105 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
5
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Whether the business card content is centered.
|
|
10
|
-
*/
|
|
11
|
-
type Centered = boolean;
|
|
12
|
-
/**
|
|
13
|
-
* A headline or main topic for the business card, such as a job title or department.
|
|
14
|
-
*/
|
|
15
|
-
type Topic = string;
|
|
16
|
-
/**
|
|
17
|
-
* The physical or mailing address displayed on the business card.
|
|
18
|
-
*/
|
|
19
|
-
type Address = string;
|
|
20
|
-
/**
|
|
21
|
-
* A list of contact methods for the person or business (e.g., email, phone, website).
|
|
22
|
-
*/
|
|
23
|
-
type ContactInformation = {
|
|
24
|
-
/**
|
|
25
|
-
* Label describing the contact method (e.g., 'Email', 'Phone').
|
|
26
|
-
*/
|
|
27
|
-
label: string;
|
|
28
|
-
/**
|
|
29
|
-
* Icon name or identifier representing the contact method.
|
|
30
|
-
*/
|
|
31
|
-
icon?: string;
|
|
32
|
-
/**
|
|
33
|
-
* URL or link for the contact method, if applicable.
|
|
34
|
-
*/
|
|
35
|
-
url?: string;
|
|
36
|
-
}[];
|
|
37
|
-
/**
|
|
38
|
-
* A list of action buttons shown on the business card.
|
|
39
|
-
*/
|
|
40
|
-
type Buttons = {
|
|
41
|
-
/**
|
|
42
|
-
* Text label for the link.
|
|
43
|
-
*/
|
|
44
|
-
label: string;
|
|
45
|
-
/**
|
|
46
|
-
* URL the link points to.
|
|
47
|
-
*/
|
|
48
|
-
url: string;
|
|
49
|
-
}[];
|
|
50
|
-
interface BusinessCardProps {
|
|
51
|
-
centered?: Centered;
|
|
52
|
-
image?: BackgroundImage;
|
|
53
|
-
logo?: CompanyLogo;
|
|
54
|
-
topic?: Topic;
|
|
55
|
-
address?: Address;
|
|
56
|
-
avatar?: Avatar;
|
|
57
|
-
contact?: ContactInformation;
|
|
58
|
-
buttons?: Buttons;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* A background or feature image displayed on the business card.
|
|
62
|
-
*/
|
|
63
|
-
interface BackgroundImage {
|
|
64
|
-
/**
|
|
65
|
-
* URL of the background image shown on the business card.
|
|
66
|
-
*/
|
|
67
|
-
src: string;
|
|
68
|
-
/**
|
|
69
|
-
* Alternative text describing the background image.
|
|
70
|
-
*/
|
|
71
|
-
alt?: string;
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* The logo of the company or organization displayed on the business card.
|
|
75
|
-
*/
|
|
76
|
-
interface CompanyLogo {
|
|
77
|
-
/**
|
|
78
|
-
* URL of the company or organization logo.
|
|
79
|
-
*/
|
|
80
|
-
src: string;
|
|
81
|
-
/**
|
|
82
|
-
* Alternative text describing the logo.
|
|
83
|
-
*/
|
|
84
|
-
alt?: string;
|
|
85
|
-
/**
|
|
86
|
-
* URL to the company's website or landing page.
|
|
87
|
-
*/
|
|
88
|
-
url?: string;
|
|
89
|
-
}
|
|
90
|
-
/**
|
|
91
|
-
* A profile image or avatar representing the person on the business card.
|
|
92
|
-
*/
|
|
93
|
-
interface Avatar {
|
|
94
|
-
/**
|
|
95
|
-
* URL of the person's avatar or profile image.
|
|
96
|
-
*/
|
|
97
|
-
src: string;
|
|
98
|
-
/**
|
|
99
|
-
* Alternative text describing the avatar.
|
|
100
|
-
*/
|
|
101
|
-
alt?: string;
|
|
102
|
-
}
|
|
2
|
+
import { BusinessCardProps } from "../../BusinessCardProps-e10e7b62.js";
|
|
103
3
|
declare const BusinessCardContextDefault: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
104
4
|
declare const BusinessCardContext: import("react").Context<import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
105
5
|
declare const BusinessCard: import("react").ForwardRefExoticComponent<BusinessCardProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -8,13 +8,23 @@ import Markdown from 'markdown-to-jsx';
|
|
|
8
8
|
import { Button } from '../button/index.js';
|
|
9
9
|
import { Link } from '@kickstartds/base/lib/link';
|
|
10
10
|
import { Container } from '@kickstartds/core/lib/container';
|
|
11
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
11
12
|
import '@kickstartds/base/lib/button';
|
|
12
13
|
|
|
14
|
+
const defaults = {
|
|
15
|
+
"centered": false,
|
|
16
|
+
"image": {},
|
|
17
|
+
"logo": {},
|
|
18
|
+
"avatar": {},
|
|
19
|
+
"contact": [],
|
|
20
|
+
"buttons": []
|
|
21
|
+
};
|
|
22
|
+
|
|
13
23
|
const BusinessCardContextDefault = forwardRef(({ centered, image, logo, topic, address, avatar, contact, buttons }, ref) => (jsx(Container, { name: "business-card", children: jsxs("div", { className: classnames("dsa-business-card", centered && "dsa-business-card--centered"), ref: ref, children: [image && (jsx("div", { className: "dsa-business-card__image", children: jsx(Picture, { src: image.src, alt: image.alt }) })), jsxs("div", { className: "dsa-business-card__content", children: [logo && (jsx(Fragment, { children: logo.url ? (jsx(Link, { href: logo.url, className: "dsa-business-card__logo dsa-business-card__logo-link", children: jsx(Picture, { src: logo.src, alt: logo.alt }) })) : (jsx(Picture, { className: "dsa-business-card__logo", src: logo.src, alt: logo.alt })) })), jsxs("address", { className: classnames("dsa-business-card__address", centered && "dsa-business-card__address--centered"), children: [jsxs("div", { className: "dsa-business-card__infos", children: [topic && (jsx("div", { className: "dsa-business-card__topic", children: jsx("span", { children: topic }) })), jsx(Markdown, { className: "dsa-business-card__location", children: address })] }), jsxs("div", { className: "dsa-business-card__contact", children: [avatar && (jsx(Picture, { className: "dsa-business-card__avatar", src: avatar?.src, alt: avatar?.alt })), contact && (jsx("div", { className: "dsa-business-card__contact-items", children: contact.map((item, index) => (jsx(Fragment, { children: jsxs(Link, { href: item?.url, className: "dsa-business-card__contact-item", children: [item?.icon && jsx(Icon, { icon: item?.icon }), jsx("span", { children: item.label })] }, index) }))) }))] })] }), buttons && buttons.length > 0 && (jsx("div", { className: "dsa-business-card__buttons", children: buttons.map((button, index) => (jsx(Button, { label: button.label, url: button.url, className: "dsa-business-card__button", variant: "primary" }, index))) }))] })] }) })));
|
|
14
24
|
const BusinessCardContext = createContext(BusinessCardContextDefault);
|
|
15
25
|
const BusinessCard = forwardRef((props, ref) => {
|
|
16
26
|
const Component = useContext(BusinessCardContext);
|
|
17
|
-
return jsx(Component, { ...props, ref: ref });
|
|
27
|
+
return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
|
|
18
28
|
});
|
|
19
29
|
BusinessCard.displayName = "BusinessCard";
|
|
20
30
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
.dsa-button {
|
|
2
|
-
--dsa-button--padding: 0.
|
|
2
|
+
--dsa-button--padding: 0.75em 1.5em;
|
|
3
3
|
--dsa-button--border-width: var(--ks-border-width-default);
|
|
4
4
|
--dsa-button--border-radius: var(--ks-border-radius-control);
|
|
5
|
-
--dsa-button--font-weight: var(--ks-font-weight-
|
|
5
|
+
--dsa-button--font-weight: var(--ks-font-weight-semi-bold);
|
|
6
6
|
--dsa-button--text-transform: default;
|
|
7
7
|
--dsa-button_small--font: var(--ks-font-interface-s);
|
|
8
8
|
--dsa-button_medium--font: var(--ks-font-interface-m);
|
|
@@ -3,16 +3,26 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import classnames from 'classnames';
|
|
5
5
|
import { ButtonContextDefault, ButtonContext } from '@kickstartds/base/lib/button';
|
|
6
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
7
|
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
const defaults = {
|
|
9
|
+
"variant": "secondary",
|
|
10
|
+
"size": "medium",
|
|
11
|
+
"disabled": false
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const Button = forwardRef((props, ref) => {
|
|
15
|
+
const { label, url, size = "medium", variant = "secondary", icon, disabled = false, className, ...rest } = deepMergeDefaults(defaults, props);
|
|
16
|
+
return (jsx(ButtonContextDefault, { ...rest, className: classnames("dsa-button", className), href: url, label: label, size: size, variant: variant === "primary"
|
|
17
|
+
? "solid"
|
|
18
|
+
: variant === "secondary"
|
|
19
|
+
? "clear"
|
|
20
|
+
: variant === "tertiary"
|
|
21
|
+
? "outline"
|
|
22
|
+
: "solid", disabled: disabled, iconAfter: {
|
|
23
|
+
icon: icon,
|
|
24
|
+
}, ref: ref }));
|
|
25
|
+
});
|
|
16
26
|
Button.displayName = "Button";
|
|
17
27
|
const ButtonProvider = (props) => (jsx(ButtonContext.Provider, { ...props, value: Button }));
|
|
18
28
|
|
|
@@ -2,9 +2,18 @@ import { jsx } from 'react/jsx-runtime';
|
|
|
2
2
|
import { forwardRef, useContext } from 'react';
|
|
3
3
|
import { ButtonContext } from '@kickstartds/base/lib/button';
|
|
4
4
|
import { ButtonGroupContextDefault, ButtonGroupContext } from '@kickstartds/base/lib/button-group';
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
5
6
|
|
|
6
|
-
const
|
|
7
|
-
|
|
7
|
+
const defaults = {
|
|
8
|
+
"buttons": [],
|
|
9
|
+
"colorNeutral": false,
|
|
10
|
+
"size": "medium",
|
|
11
|
+
"arrangement": "left"
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
const ButtonGroup = forwardRef((props, ref) => {
|
|
15
|
+
const { buttons, colorNeutral, size, ...rest } = deepMergeDefaults(defaults, props);
|
|
16
|
+
return buttons && buttons.length > 0 ? (jsx(ButtonGroupContextDefault, { ...rest, items: buttons
|
|
8
17
|
.filter((button) => button.label)
|
|
9
18
|
.map((button, index) => ({
|
|
10
19
|
size: size,
|
|
@@ -1,40 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* This file was automatically generated by json-schema-to-typescript.
|
|
5
|
-
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
-
* and run json-schema-to-typescript to regenerate this file.
|
|
7
|
-
*/
|
|
8
|
-
interface ContentNavProps {
|
|
9
|
-
image?: {
|
|
10
|
-
/**
|
|
11
|
-
* URL of the image to display in the content nav.
|
|
12
|
-
*/
|
|
13
|
-
src: string;
|
|
14
|
-
/**
|
|
15
|
-
* Alternative text for the image.
|
|
16
|
-
*/
|
|
17
|
-
alt?: string;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* The topic of the content being navigated.
|
|
21
|
-
*/
|
|
22
|
-
topic?: string;
|
|
23
|
-
links?: {
|
|
24
|
-
/**
|
|
25
|
-
* The text label for the link.
|
|
26
|
-
*/
|
|
27
|
-
label: string;
|
|
28
|
-
/**
|
|
29
|
-
* The URL the link points to.
|
|
30
|
-
*/
|
|
31
|
-
url: string;
|
|
32
|
-
}[];
|
|
33
|
-
/**
|
|
34
|
-
* Determines how many links are initially shown in the content nav. If there are more links, a 'Show More' button will be displayed.
|
|
35
|
-
*/
|
|
36
|
-
initiallyShown?: number;
|
|
37
|
-
}
|
|
2
|
+
import { ContentNavProps } from "../../ContentNavProps-0e282a9f.js";
|
|
38
3
|
declare const ContentNavContextDefault: import("react").ForwardRefExoticComponent<ContentNavProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
39
4
|
declare const ContentNavContext: import("react").Context<import("react").ForwardRefExoticComponent<ContentNavProps & import("react").RefAttributes<HTMLDivElement>>>;
|
|
40
5
|
declare const ContentNav: import("react").ForwardRefExoticComponent<ContentNavProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -2,12 +2,19 @@ import "./content-nav.css";
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import { forwardRef, createContext, useContext } from 'react';
|
|
4
4
|
import { Icon } from '@kickstartds/base/lib/icon';
|
|
5
|
+
import { d as deepMergeDefaults } from '../../helpers-12f48df8.js';
|
|
6
|
+
|
|
7
|
+
const defaults = {
|
|
8
|
+
"image": {},
|
|
9
|
+
"links": [],
|
|
10
|
+
"initiallyShown": 4
|
|
11
|
+
};
|
|
5
12
|
|
|
6
13
|
const ContentNavContextDefault = forwardRef(({ image, links, topic, initiallyShown }, ref) => (jsxs("div", { className: "dsa-content-nav", ref: ref, children: [image && image?.src && (jsx("div", { className: "dsa-content-nav__image", children: jsx("img", { src: image.src, alt: image.alt }) })), jsxs("div", { className: "dsa-content-nav__content", children: [topic && (jsx("div", { className: "dsa-content-nav__topic", children: jsx("span", { children: topic }) })), jsx("div", { className: "dsa-content-nav__links dsa-content-nav__links--initial", children: links.slice(0, initiallyShown).map((link, index) => (jsxs("a", { href: link.url, className: "dsa-content-nav__link", children: [link.label, jsx(Icon, { icon: "chevron-right" })] }, index))) }), links.length > initiallyShown && (jsxs("details", { className: "dsa-content-nav__more", children: [jsxs("summary", { className: "dsa-content-nav__toggle-more", children: [jsx("span", { className: "dsa-content-nav__toggle-label--more", children: "Show more" }), jsx("span", { className: "dsa-content-nav__toggle-label--less", children: "Show less" }), jsx(Icon, { "aria-hidden": true, icon: "chevron-down" })] }), jsx("div", { className: "dsa-content-nav__more-content", children: jsx("div", { className: "dsa-content-nav__links dsa-content-nav__links--more", children: links.slice(initiallyShown).map((link, index) => (jsxs("a", { href: link.url, className: "dsa-content-nav__link", children: [link.label, jsx(Icon, { icon: "chevron-right" })] }, index))) }) })] }))] })] })));
|
|
7
14
|
const ContentNavContext = createContext(ContentNavContextDefault);
|
|
8
15
|
const ContentNav = forwardRef((props, ref) => {
|
|
9
16
|
const Component = useContext(ContentNavContext);
|
|
10
|
-
return jsx(Component, { ...props, ref: ref });
|
|
17
|
+
return jsx(Component, { ...deepMergeDefaults(defaults, props), ref: ref });
|
|
11
18
|
});
|
|
12
19
|
ContentNav.displayName = "ContentNav";
|
|
13
20
|
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
.dsa-cookie-consent-notice {
|
|
2
|
+
padding: var(--ks-spacing-inset-m);
|
|
3
|
+
border: var(--ks-border-color-card) solid var(--ks-border-width-default);
|
|
4
|
+
box-shadow: var(--ks-box-shadow-card);
|
|
5
|
+
display: flex;
|
|
6
|
+
gap: var(--ks-spacing-inline-s);
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
}
|
|
9
|
+
.dsa-cookie-consent-notice--banner {
|
|
10
|
+
position: fixed;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
left: 0;
|
|
13
|
+
right: 0;
|
|
14
|
+
z-index: 500;
|
|
15
|
+
background-color: var(--ks-background-color-default);
|
|
16
|
+
max-height: 50vh;
|
|
17
|
+
overflow-y: auto;
|
|
18
|
+
padding: var(--ks-spacing-inset-m);
|
|
19
|
+
border-top: var(--ks-border-color-interface) solid var(--ks-border-width-default);
|
|
20
|
+
}
|
|
21
|
+
.dsa-cookie-consent-notice--card {
|
|
22
|
+
position: fixed;
|
|
23
|
+
bottom: var(--ks-spacing-m);
|
|
24
|
+
left: var(--ks-spacing-m);
|
|
25
|
+
border-radius: var(--ks-border-radius-card);
|
|
26
|
+
max-width: var(--dsa-tile-width-large);
|
|
27
|
+
border: var(--ks-border-color-card) solid var(--ks-border-width-default);
|
|
28
|
+
}
|
|
29
|
+
.dsa-cookie-consent-notice__buttons {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-wrap: wrap;
|
|
32
|
+
gap: var(--ks-spacing-stack-xs) var(--ks-spacing-inline-s);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.dsa-cookie-consent-dialogue {
|
|
36
|
+
border-radius: var(--ks-border-radius-card);
|
|
37
|
+
border: var(--ks-border-color-interface) solid var(--ks-border-width-default);
|
|
38
|
+
box-shadow: var(--ks-box-shadow-card);
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
position: absolute;
|
|
42
|
+
top: 50%;
|
|
43
|
+
left: 50%;
|
|
44
|
+
transform: translate(-50%, -50%);
|
|
45
|
+
width: 90%;
|
|
46
|
+
max-width: 600px;
|
|
47
|
+
z-index: 1000;
|
|
48
|
+
background-color: var(--ks-background-color-default);
|
|
49
|
+
max-height: 90vh;
|
|
50
|
+
}
|
|
51
|
+
.dsa-cookie-consent-dialogue__header {
|
|
52
|
+
padding-left: var(--ks-spacing-inset-m);
|
|
53
|
+
padding-right: var(--ks-spacing-inset-m);
|
|
54
|
+
padding-bottom: var(--ks-spacing-inset-m);
|
|
55
|
+
display: flex;
|
|
56
|
+
flex-direction: column;
|
|
57
|
+
gap: var(--ks-spacing-stack-xs);
|
|
58
|
+
border-bottom: var(--ks-border-color-interface) solid var(--ks-border-width-default);
|
|
59
|
+
}
|
|
60
|
+
.dsa-cookie-consent-dialogue__close {
|
|
61
|
+
--dsa-button--padding: var(--ks-spacing-inset-xs);
|
|
62
|
+
--dsa-button_secondary--background-color_hover: var(--ks-color-fg-alpha-8);
|
|
63
|
+
border-radius: var(--ks-border-radius-circle);
|
|
64
|
+
background-color: transparent;
|
|
65
|
+
margin-top: var(--ks-spacing-xxs);
|
|
66
|
+
margin-right: var(--ks-spacing-xxs);
|
|
67
|
+
align-self: flex-end;
|
|
68
|
+
}
|
|
69
|
+
.dsa-cookie-consent-dialogue__options {
|
|
70
|
+
overflow-y: auto;
|
|
71
|
+
}
|
|
72
|
+
.dsa-cookie-consent-dialogue__option {
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
gap: var(--ks-spacing-stack-xs);
|
|
76
|
+
border-bottom: 1px solid var(--ks-border-color-interface);
|
|
77
|
+
padding: var(--ks-spacing-inset-m);
|
|
78
|
+
}
|
|
79
|
+
.dsa-cookie-consent-dialogue__option:last-child {
|
|
80
|
+
border-bottom: none;
|
|
81
|
+
}
|
|
82
|
+
.dsa-cookie-consent-dialogue__description {
|
|
83
|
+
margin: 0;
|
|
84
|
+
font: var(--ks-font-interface-s);
|
|
85
|
+
color: var(--ks-text-color-interface);
|
|
86
|
+
}
|
|
87
|
+
.dsa-cookie-consent-dialogue__toggle {
|
|
88
|
+
display: flex;
|
|
89
|
+
flex-wrap: wrap;
|
|
90
|
+
gap: var(--ks-spacing-stack-xs) var(--ks-spacing-inline-s);
|
|
91
|
+
align-items: center;
|
|
92
|
+
}
|
|
93
|
+
.dsa-cookie-consent-dialogue__buttons {
|
|
94
|
+
display: flex;
|
|
95
|
+
flex-wrap: wrap;
|
|
96
|
+
gap: var(--ks-spacing-stack-xs) var(--ks-spacing-inline-s);
|
|
97
|
+
padding: var(--ks-spacing-inset-m);
|
|
98
|
+
border-top: var(--ks-border-color-interface) solid var(--ks-border-width-default);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.dsa-cookie-consent-overlay {
|
|
102
|
+
content: "";
|
|
103
|
+
position: absolute;
|
|
104
|
+
top: 0%;
|
|
105
|
+
left: 0%;
|
|
106
|
+
width: 100%;
|
|
107
|
+
height: 100%;
|
|
108
|
+
z-index: 999;
|
|
109
|
+
background-color: var(--ks-color-fg-alpha-5);
|
|
110
|
+
}
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://schema.mydesignsystem.com/cookie-consent.schema.json",
|
|
4
|
+
"title": "Cookie Consent",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"notice": {
|
|
8
|
+
"title": "Initial Cookie Consent Notice",
|
|
9
|
+
"description": "The initial notice displayed to users regarding cookie consent.",
|
|
10
|
+
"type": "object",
|
|
11
|
+
"properties": {
|
|
12
|
+
"displayMode": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"enum": [
|
|
15
|
+
"card",
|
|
16
|
+
"banner"
|
|
17
|
+
],
|
|
18
|
+
"description": "The display mode of the cookie consent component",
|
|
19
|
+
"default": "card"
|
|
20
|
+
},
|
|
21
|
+
"title": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "The title of the cookie consent section",
|
|
24
|
+
"examples": [
|
|
25
|
+
"We value your privacy"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"acceptButton": {
|
|
29
|
+
"type": "object",
|
|
30
|
+
"properties": {
|
|
31
|
+
"label": {
|
|
32
|
+
"type": "string",
|
|
33
|
+
"description": "The label for the accept button",
|
|
34
|
+
"examples": [
|
|
35
|
+
"Accept All Cookies"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"variant": {
|
|
39
|
+
"type": "string",
|
|
40
|
+
"enum": [
|
|
41
|
+
"primary",
|
|
42
|
+
"secondary",
|
|
43
|
+
"tertiary"
|
|
44
|
+
],
|
|
45
|
+
"examples": [
|
|
46
|
+
"primary"
|
|
47
|
+
],
|
|
48
|
+
"description": "The variant of the accept button"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"additionalProperties": false
|
|
52
|
+
},
|
|
53
|
+
"rejectButton": {
|
|
54
|
+
"type": "object",
|
|
55
|
+
"properties": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "string",
|
|
58
|
+
"description": "The label for the reject button",
|
|
59
|
+
"examples": [
|
|
60
|
+
"Reject All Cookies"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"variant": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"enum": [
|
|
66
|
+
"primary",
|
|
67
|
+
"secondary",
|
|
68
|
+
"tertiary"
|
|
69
|
+
],
|
|
70
|
+
"examples": [
|
|
71
|
+
"tertiary"
|
|
72
|
+
],
|
|
73
|
+
"description": "The variant of the reject button"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"additionalProperties": false
|
|
77
|
+
},
|
|
78
|
+
"customizeButton": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"label": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"description": "The label for the customize button",
|
|
84
|
+
"examples": [
|
|
85
|
+
"Customize Cookies"
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"variant": {
|
|
89
|
+
"type": "string",
|
|
90
|
+
"enum": [
|
|
91
|
+
"primary",
|
|
92
|
+
"secondary",
|
|
93
|
+
"tertiary"
|
|
94
|
+
],
|
|
95
|
+
"examples": [
|
|
96
|
+
"tertiary"
|
|
97
|
+
],
|
|
98
|
+
"description": "The variant of the customize button"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"additionalProperties": false
|
|
102
|
+
},
|
|
103
|
+
"description": {
|
|
104
|
+
"type": "string",
|
|
105
|
+
"description": "The description of the cookie consent section",
|
|
106
|
+
"examples": [
|
|
107
|
+
"This website uses cookies to ensure you get the best experience on our website."
|
|
108
|
+
]
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"additionalProperties": false
|
|
112
|
+
},
|
|
113
|
+
"dialogue": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"title": "Cookie Consent Dialogue",
|
|
116
|
+
"description": "The dialogue displayed when users choose to customize their cookie preferences.",
|
|
117
|
+
"properties": {
|
|
118
|
+
"title": {
|
|
119
|
+
"type": "string",
|
|
120
|
+
"description": "The title of the cookie consent dialogue",
|
|
121
|
+
"examples": [
|
|
122
|
+
"Manage Cookie Preferences"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"description": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"description": "The description of the cookie consent dialogue",
|
|
128
|
+
"examples": [
|
|
129
|
+
"Customize your privacy settings here. You can choose which types of cookies and tracking technologies you allow."
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"required": {
|
|
133
|
+
"title": "Required Cookies",
|
|
134
|
+
"type": "array",
|
|
135
|
+
"items": {
|
|
136
|
+
"type": "object",
|
|
137
|
+
"properties": {
|
|
138
|
+
"name": {
|
|
139
|
+
"type": "string",
|
|
140
|
+
"description": "The name of the required cookie",
|
|
141
|
+
"examples": [
|
|
142
|
+
"Session Cookie"
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
"description": {
|
|
146
|
+
"type": "string",
|
|
147
|
+
"description": "A description of the required cookie",
|
|
148
|
+
"examples": [
|
|
149
|
+
"This cookie is essential for the website to function and cannot be disabled."
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"additionalProperties": false
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"options": {
|
|
157
|
+
"type": "array",
|
|
158
|
+
"items": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"name": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "The name of the cookie category",
|
|
164
|
+
"examples": [
|
|
165
|
+
"Essential Cookies"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
"description": {
|
|
169
|
+
"type": "string",
|
|
170
|
+
"description": "A description of the cookie category",
|
|
171
|
+
"examples": [
|
|
172
|
+
"These cookies are necessary for the website to function."
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"checked": {
|
|
176
|
+
"type": "boolean",
|
|
177
|
+
"description": "Whether the cookie category is checked by default",
|
|
178
|
+
"default": true
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"additionalProperties": false
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"additionalProperties": false
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"additionalProperties": false
|
|
189
|
+
}
|