@kickstartds/ds-agency-premium 1.6.71--canary.45.2032.0 → 1.6.71--canary.45.2035.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.
@@ -3,8 +3,8 @@
3
3
  * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
4
  * and run json-schema-to-typescript to regenerate this file.
5
5
  */
6
- import { SectionProps } from "./SectionProps-e10e7b62.js";
7
- import { BlogTeaserProps } from "./BlogTeaserProps-d62a0a9a.js";
6
+ import { SectionProps } from "./SectionProps-d60aba86.js";
7
+ import { BlogTeaserProps } from "./BlogTeaserProps-f5855e93.js";
8
8
  import { CtaProps } from "./CtaProps-789f8508.js";
9
9
  import { SeoProps } from "./SeoProps-f2d6dcaa.js";
10
10
  /**
@@ -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-e10e7b62.js";
8
+ import { SectionProps } from "./SectionProps-d60aba86.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-e10e7b62.js";
6
+ import { SectionProps } from "./SectionProps-d60aba86.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-00ddee3a.js";
16
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.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-00ddee3a.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.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-00ddee3a.js";
13
+ import { ImageStoryProps } from "./ImageStoryProps-e853e1e7.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-d62a0a9a.js";
1
+ import { BlogOverviewProps } from "../../BlogOverviewProps-9f207f1c.js";
2
2
  import { FC, PropsWithChildren } from "react";
3
3
  declare const BlogOverview: FC<PropsWithChildren<BlogOverviewProps>>;
4
4
  export type { BlogOverviewProps };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { BlogTeaserProps } from "../../BlogTeaserProps-d62a0a9a.js";
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,7 +3,8 @@
3
3
  --dsa-cookie-consent-notice--max-height: 45vh;
4
4
  --dsa-cookie-consent-notice_card--background-color: var(--ks-background-color-default);
5
5
  --dsa-cookie-consent-notice_card--padding: var(--ks-spacing-inset-m);
6
- --dsa-cookie-consent-notice_card--spacing: var(--ks-spacing-m);
6
+ --dsa-cookie-consent-notice_card--left: var(--ks-spacing-m);
7
+ --dsa-cookie-consent-notice_card--bottom: var(--ks-spacing-m);
7
8
  --dsa-cookie-consent-notice_card--border-radius: var(--ks-border-radius-card);
8
9
  --dsa-cookie-consent-notice_card--max-width: var(--dsa-tile--width_largest);
9
10
  --dsa-cookie-consent-notice_card--border: var(--ks-border-color-card) solid var(--ks-border-width-default);
@@ -13,6 +14,11 @@
13
14
  --dsa-cookie-consent-notice_banner--box-shadow: var(--ks-box-shadow-surface);
14
15
  --dsa-cookie-consent-notice_banner--border-top: var(--ks-border-color-interface) solid var(--ks-border-width-default);
15
16
  --dsa-cookie-consent-notice__buttons--gap: var(--ks-spacing-stack-xs) var(--ks-spacing-inline-s);
17
+ --dsa-cookie-consent-revisit--bottom: var(--ks-spacing-m);
18
+ --dsa-cookie-consent-revisit--left: var(--ks-spacing-m);
19
+ --dsa-cookie-consent-revisit__label--background-color: var(--ks-background-color-default-inverted);
20
+ --dsa-cookie-consent-revisit__label--border-radius: 0.25em;
21
+ --dsa-cookie-consent-revisit__label--padding: var(--ks-spacing-inset-squish-xs);
16
22
  --dsa-cookie-consent-dialogue--padding-horizontal: var(--ks-spacing-inset-m);
17
23
  --dsa-cookie-consent-dialogue--border-radius: var(--ks-border-radius-card);
18
24
  --dsa-cookie-consent-dialogue--border: var(--ks-border-color-interface) solid var(--ks-border-width-default);
@@ -71,8 +77,8 @@
71
77
  border: var(--dsa-cookie-consent-notice_card--border, var(--ks-border-color-card) solid var(--ks-border-width-default));
72
78
  border-radius: var(--dsa-cookie-consent-notice_card--border-radius, var(--ks-border-radius-card));
73
79
  max-width: var(--dsa-cookie-consent-notice_card--max-width, var(--dsa-tile--width_large));
74
- bottom: var(--dsa-cookie-consent-notice_card--spacing, var(--ks-spacing-m));
75
- left: var(--dsa-cookie-consent-notice_card--spacing, var(--ks-spacing-m));
80
+ bottom: var(--dsa-cookie-consent-notice_card--bottom, var(--ks-spacing-m));
81
+ left: var(--dsa-cookie-consent-notice_card--left, var(--ks-spacing-m));
76
82
  border-radius: var(--dsa-cookie-consent-notice_card--border-radius, var(--ks-border-radius-card));
77
83
  }
78
84
  }
@@ -99,6 +105,45 @@
99
105
  }
100
106
  }
101
107
 
108
+ .dsa-cookie-consent-revisit {
109
+ position: fixed;
110
+ bottom: var(--dsa-cookie-consent-revisit--bottom, var(--ks-spacing-m));
111
+ left: var(--dsa-cookie-consent-revisit--left, var(--ks-spacing-m));
112
+ z-index: 1000;
113
+ height: fit-content;
114
+ width: fit-content;
115
+ padding: var(--dsa-cookie-consent-revisit--padding, var(--ks-spacing-inset-s));
116
+ border-radius: var(--ks-border-radius-circle);
117
+ }
118
+ .dsa-cookie-consent-revisit .icon {
119
+ margin: 0;
120
+ }
121
+ .dsa-cookie-consent-revisit:hover span {
122
+ opacity: 1;
123
+ }
124
+ .dsa-cookie-consent-revisit span {
125
+ transition: var(--ks-transition-hover);
126
+ position: absolute;
127
+ width: fit-content;
128
+ white-space: nowrap;
129
+ left: 100%;
130
+ transform: translateX(6.5%);
131
+ background-color: var(--dsa-cookie-consent-revisit__label--background-color, var(--ks-background-color-default-inverted));
132
+ padding: var(--dsa-cookie-consent-revisit__label--padding, var(--ks-spacing-inset-squish-xs));
133
+ border-radius: var(--dsa-cookie-consent-revisit__label--border-radius, 0.25em);
134
+ opacity: 0;
135
+ }
136
+ .dsa-cookie-consent-revisit span::before {
137
+ position: absolute;
138
+ content: "";
139
+ height: 0.75em;
140
+ aspect-ratio: 1;
141
+ background-color: var(--dsa-cookie-consent-revisit__label--background-color, var(--ks-background-color-default-inverted));
142
+ top: 50%;
143
+ transform: translate(-50%, -50%) rotate(45deg);
144
+ left: 0;
145
+ }
146
+
102
147
  .dsa-cookie-consent-dialogue {
103
148
  border-radius: var(--dsa-cookie-consent-dialogue--border-radius, var(--ks-border-radius-card));
104
149
  border: var(--dsa-cookie-consent-dialogue--border, var(--ks-border-color-interface) solid var(--ks-border-width-default));
@@ -96,6 +96,24 @@
96
96
  },
97
97
  "additionalProperties": false
98
98
  },
99
+ "revisitButton": {
100
+ "type": "object",
101
+ "title": "Revisit Cookie Consent Button",
102
+ "description": "The button that allows users to revisit their cookie preferences.",
103
+ "properties": {
104
+ "label": {
105
+ "type": "string",
106
+ "description": "The label for the revisit button",
107
+ "default": "Manage Cookies"
108
+ },
109
+ "toggle": {
110
+ "type": "boolean",
111
+ "description": "Whether the revisit button is a toggle",
112
+ "default": true
113
+ }
114
+ },
115
+ "additionalProperties": false
116
+ },
99
117
  "dialogue": {
100
118
  "type": "object",
101
119
  "title": "Cookie Consent Dialogue",
@@ -211,6 +229,11 @@
211
229
  }
212
230
  },
213
231
  "additionalProperties": false
232
+ },
233
+ "alwaysActiveLabel": {
234
+ "type": "string",
235
+ "description": "Label that indicates that the cookie category is always active",
236
+ "default": "Always Active"
214
237
  }
215
238
  },
216
239
  "additionalProperties": false
@@ -65,6 +65,23 @@
65
65
  }
66
66
  }
67
67
  },
68
+ "revisitButton": {
69
+ "type": "object",
70
+ "title": "Revisit Cookie Consent Button",
71
+ "description": "The button that allows users to revisit their cookie preferences.",
72
+ "properties": {
73
+ "label": {
74
+ "type": "string",
75
+ "description": "The label for the revisit button",
76
+ "default": "Manage Cookies"
77
+ },
78
+ "toggle": {
79
+ "type": "boolean",
80
+ "description": "Whether the revisit button is a toggle",
81
+ "default": true
82
+ }
83
+ }
84
+ },
68
85
  "dialogue": {
69
86
  "type": "object",
70
87
  "title": "Cookie Consent Dialogue",
@@ -168,6 +185,11 @@
168
185
  }
169
186
  },
170
187
  "additionalProperties": false
188
+ },
189
+ "alwaysActiveLabel": {
190
+ "type": "string",
191
+ "description": "Label that indicates that the cookie category is always active",
192
+ "default": "Always Active"
171
193
  }
172
194
  }
173
195
  }
@@ -22,6 +22,7 @@ type RequiredCookies = {
22
22
  }[];
23
23
  interface CookieConsentProps {
24
24
  notice?: InitialCookieConsentNotice;
25
+ revisitButton?: RevisitCookieConsentButton;
25
26
  dialogue?: CookieConsentDialogue;
26
27
  }
27
28
  /**
@@ -61,6 +62,19 @@ interface InitialCookieConsentNotice {
61
62
  */
62
63
  description?: string;
63
64
  }
65
+ /**
66
+ * The button that allows users to revisit their cookie preferences.
67
+ */
68
+ interface RevisitCookieConsentButton {
69
+ /**
70
+ * The label for the revisit button
71
+ */
72
+ label?: string;
73
+ /**
74
+ * Whether the revisit button is a toggle
75
+ */
76
+ toggle?: boolean;
77
+ }
64
78
  /**
65
79
  * The dialogue displayed when users choose to customize their cookie preferences.
66
80
  */
@@ -116,6 +130,10 @@ interface CookieConsentDialogue {
116
130
  */
117
131
  reject?: string;
118
132
  };
133
+ /**
134
+ * Label that indicates that the cookie category is always active
135
+ */
136
+ alwaysActiveLabel?: string;
119
137
  }
120
138
  declare const CookieConsentContextDefault: import("react").ForwardRefExoticComponent<CookieConsentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
121
139
  declare const CookieConsentContext: import("react").Context<import("react").ForwardRefExoticComponent<CookieConsentProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
@@ -11,14 +11,14 @@ import '@kickstartds/base/lib/headline';
11
11
  import '../../helpers-12f48df8.js';
12
12
  import '@kickstartds/base/lib/button';
13
13
 
14
- const CookieConsentContextDefault = forwardRef(({ notice, dialogue }, ref) => {
14
+ const CookieConsentContextDefault = forwardRef(({ notice, revisitButton, dialogue }, ref) => {
15
15
  const [showDialogue, setShowDialogue] = useState(false);
16
16
  const [optionStates, setOptionStates] = useState(dialogue?.options?.map((option) => option.checked ?? true) // true = default checked
17
17
  );
18
18
  const handleRadioChange = (index, value) => {
19
19
  setOptionStates((prev) => prev.map((checked, i) => (i === index ? value : checked)));
20
20
  };
21
- return (jsxs("div", { className: "dsa-cookie-consent", ref: ref, children: [jsxs("div", { className: classnames(`dsa-cookie-consent-notice dsa-cookie-consent-notice--${notice?.displayMode}`), children: [jsx(Headline, { spaceAfter: "minimum", text: notice?.title, level: "h2", style: "h3" }), jsx(RichText, { text: notice?.description }), jsxs("div", { className: "dsa-cookie-consent-notice__buttons", children: [jsx(Button, { size: "small", label: notice?.customizeButton?.label, variant: notice?.customizeButton?.variant, onClick: () => setShowDialogue(true) }), jsx(Button, { size: "small", label: notice?.rejectButton?.label, variant: notice?.decisionButtonVariant }), jsx(Button, { size: "small", label: notice?.acceptButton?.label, variant: notice?.decisionButtonVariant })] })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue", hidden: !showDialogue, "aria-hidden": !showDialogue, children: [jsxs("div", { className: "dsa-cookie-consent-dialogue__header", children: [jsx(Headline, { spaceAfter: "minimum", text: dialogue?.title, level: "h2", style: "h3" }), jsx(Button, { "aria-label": "Close Cookie Consent Dialogue", className: "dsa-cookie-consent-dialogue__close", icon: "close", label: "", onClick: () => setShowDialogue(false) })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue__content", children: [jsx(RichText, { className: "dsa-cookie-consent-dialogue__description", text: dialogue?.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__options", children: [dialogue?.required?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }, index), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsx("span", { className: "dsa-cookie-consent-dialogue__label", children: "Always active" })] }, index))), dialogue?.options?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }, index), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__toggle", children: [jsx(Radio, { name: option.name, checked: optionStates?.[index] ?? true, label: dialogue?.toggleLabels?.accept || "Accept", onChange: () => handleRadioChange(index, true) }), jsx(Radio, { name: option.name, checked: optionStates ? !optionStates[index] : false, label: dialogue?.toggleLabels?.reject || "Reject", onChange: () => handleRadioChange(index, false) })] })] }, index)))] })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue__buttons", children: [jsx(Button, { size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.acceptLabel || "Accept All", onClick: () => setOptionStates(optionStates?.map(() => true)) }), jsx(Button, { size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.rejectLabel || "Reject All", onClick: () => setOptionStates(optionStates?.map(() => false)) }), jsx(Button, { size: "small", variant: "primary", label: dialogue?.buttons.savePreferencesLabel || "Save Preferences", onClick: () => setShowDialogue(false) })] })] }), jsx("div", { className: "dsa-cookie-consent-overlay", hidden: !showDialogue })] }));
21
+ return (jsxs("div", { className: "dsa-cookie-consent", ref: ref, children: [jsxs("div", { className: classnames(`dsa-cookie-consent-notice dsa-cookie-consent-notice--${notice?.displayMode}`), children: [jsx(Headline, { spaceAfter: "minimum", text: notice?.title, level: "h2", style: "h3" }), jsx(RichText, { text: notice?.description }), jsxs("div", { className: "dsa-cookie-consent-notice__buttons", children: [jsx(Button, { size: "small", label: notice?.customizeButton?.label, variant: notice?.customizeButton?.variant, onClick: () => setShowDialogue(true) }), jsx(Button, { size: "small", label: notice?.rejectButton?.label, variant: notice?.decisionButtonVariant }), jsx(Button, { size: "small", label: notice?.acceptButton?.label, variant: notice?.decisionButtonVariant })] })] }), revisitButton && revisitButton.toggle && (jsx(Button, { className: "dsa-cookie-consent-revisit", size: "small", variant: "primary", icon: "star", label: revisitButton?.label || "Cookie Preferences", onClick: () => setShowDialogue(true) })), jsxs("div", { className: "dsa-cookie-consent-dialogue", hidden: !showDialogue, "aria-hidden": !showDialogue, children: [jsxs("div", { className: "dsa-cookie-consent-dialogue__header", children: [jsx(Headline, { spaceAfter: "minimum", text: dialogue?.title, level: "h2", style: "h3" }), jsx(Button, { "aria-label": "Close Cookie Consent Dialogue", className: "dsa-cookie-consent-dialogue__close", icon: "close", label: "", onClick: () => setShowDialogue(false) })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue__content", children: [jsx(RichText, { className: "dsa-cookie-consent-dialogue__description", text: dialogue?.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__options", children: [dialogue?.required?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }, index), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsx("span", { className: "dsa-cookie-consent-dialogue__label", children: dialogue?.alwaysActiveLabel || "Always Active" })] }, index))), dialogue?.options?.map((option, index) => (jsxs("div", { className: "dsa-cookie-consent-dialogue__option", children: [jsx(Headline, { spaceAfter: "minimum", text: option.name, level: "h3", style: "h4" }, index), jsx(Markdown, { className: "dsa-cookie-consent-dialogue__option-description", children: option.description }), jsxs("div", { className: "dsa-cookie-consent-dialogue__toggle", children: [jsx(Radio, { name: option.name, checked: optionStates?.[index] ?? true, label: dialogue?.toggleLabels?.accept || "Accept", onChange: () => handleRadioChange(index, true) }), jsx(Radio, { name: option.name, checked: optionStates ? !optionStates[index] : false, label: dialogue?.toggleLabels?.reject || "Reject", onChange: () => handleRadioChange(index, false) })] })] }, index)))] })] }), jsxs("div", { className: "dsa-cookie-consent-dialogue__buttons", children: [jsx(Button, { size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.acceptLabel || "Accept All", onClick: () => setOptionStates(optionStates?.map(() => true)) }), jsx(Button, { size: "small", variant: dialogue?.decisionButtonVariant, label: dialogue?.buttons.rejectLabel || "Reject All", onClick: () => setOptionStates(optionStates?.map(() => false)) }), jsx(Button, { size: "small", variant: "primary", label: dialogue?.buttons.savePreferencesLabel || "Save Preferences", onClick: () => setShowDialogue(false) })] })] }), jsx("div", { className: "dsa-cookie-consent-overlay", hidden: !showDialogue })] }));
22
22
  });
23
23
  const CookieConsentContext = createContext(CookieConsentContextDefault);
24
24
  const CookieConsent = forwardRef((props, ref) => {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes } from "react";
3
- import { ImageStoryProps } from "../../ImageStoryProps-00ddee3a.js";
3
+ import { ImageStoryProps } from "../../ImageStoryProps-e853e1e7.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>>;
@@ -30,7 +30,7 @@ interface SettingsProps {
30
30
  iconSprite?: IconSprite;
31
31
  }
32
32
  export * from "../../BlogPostProps-c760fd2a.js";
33
- export * from "../../BlogOverviewProps-d62a0a9a.js";
33
+ export * from "../../BlogOverviewProps-9f207f1c.js";
34
34
  export * from "../../PageProps-aa29c554.js";
35
35
  export { IconSprite, SettingsProps };
36
36
  export * from "../../EventDetailProps-42a7eebe.js";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Aug 2025 14:18:07 GMT
3
+ * Generated on Thu, 07 Aug 2025 15:19:49 GMT
4
4
  */
5
5
  :root, [ks-theme] {
6
6
  --ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
@@ -1544,7 +1544,7 @@
1544
1544
  "id": "corporate-cookie-consent--card",
1545
1545
  "group": "Corporate/Cookie Consent",
1546
1546
  "name": "Card",
1547
- "code": "<CookieConsent\n dialogue={{\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n checked: true,\n description: 'These cookies help us understand how our visitors interact with the website.',\n name: 'Analytics Cookies'\n },\n {\n checked: true,\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n name: 'Marketing Cookies'\n },\n {\n checked: true,\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n name: 'Functional Cookies'\n },\n {\n checked: true,\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n/>",
1547
+ "code": "<CookieConsent\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n description: 'Manage your cookie preferences below.',\n options: [\n {\n checked: true,\n description: 'These cookies help us understand how our visitors interact with the website.',\n name: 'Analytics Cookies'\n },\n {\n checked: true,\n description: 'These cookies are used to deliver advertisements that are relevant to you.',\n name: 'Marketing Cookies'\n },\n {\n checked: true,\n description: 'These cookies allow the website to remember choices you make and provide enhanced, more personal features.',\n name: 'Functional Cookies'\n },\n {\n checked: true,\n description: 'These cookies collect information about how visitors use the website, such as which pages are visited most often and if they get error messages from web pages.',\n name: 'Performance Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are necessary for the website to function.',\n name: 'Essential Cookies'\n }\n ],\n title: 'Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All'\n },\n customizeButton: {\n label: 'Customize',\n variant: 'tertiary'\n },\n decisionButtonVariant: 'primary',\n description: 'We use cookies to enhance your experience on our website. You can choose which cookies to accept.',\n displayMode: 'card',\n rejectButton: {\n label: 'Reject All'\n },\n title: 'We use cookies'\n }}\n revisitButton={{\n label: 'Manage Cookies',\n toggle: true\n }}\n/>",
1548
1548
  "args": {
1549
1549
  "notice": {
1550
1550
  "displayMode": "card",
@@ -1562,6 +1562,10 @@
1562
1562
  "decisionButtonVariant": "primary",
1563
1563
  "description": "We use cookies to enhance your experience on our website. You can choose which cookies to accept."
1564
1564
  },
1565
+ "revisitButton": {
1566
+ "label": "Manage Cookies",
1567
+ "toggle": true
1568
+ },
1565
1569
  "dialogue": {
1566
1570
  "title": "Cookie Preferences",
1567
1571
  "description": "Manage your cookie preferences below.",
@@ -1601,7 +1605,8 @@
1601
1605
  "toggleLabels": {
1602
1606
  "accept": "Accept",
1603
1607
  "reject": "Reject"
1604
- }
1608
+ },
1609
+ "alwaysActiveLabel": "Always Active"
1605
1610
  }
1606
1611
  },
1607
1612
  "screenshot": "img/screenshots/corporate-cookie-consent--card.png"
@@ -1610,7 +1615,7 @@
1610
1615
  "id": "corporate-cookie-consent--banner",
1611
1616
  "group": "Corporate/Cookie Consent",
1612
1617
  "name": "Banner",
1613
- "code": "<CookieConsent\n dialogue={{\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n decisionButtonVariant: 'tertiary',\n description: 'Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.',\n options: [\n {\n checked: true,\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n name: 'Statistics Cookies'\n },\n {\n checked: true,\n description: 'These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.',\n name: 'Personalization Cookies'\n },\n {\n checked: true,\n description: 'Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads.',\n name: 'Advertising Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.',\n name: 'Essential Cookies'\n }\n ],\n title: 'Manage Your Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Settings',\n variant: 'secondary'\n },\n decisionButtonVariant: 'tertiary',\n description: 'We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy.',\n displayMode: 'banner',\n rejectButton: {\n label: 'Reject Non-Essential'\n },\n title: 'Your Privacy Matters to Us'\n }}\n/>",
1618
+ "code": "<CookieConsent\n dialogue={{\n alwaysActiveLabel: 'Always Active',\n buttons: {\n acceptLabel: 'Accept All',\n rejectLabel: 'Reject All',\n savePreferencesLabel: 'Save Preferences'\n },\n decisionButtonVariant: 'tertiary',\n description: 'Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.',\n options: [\n {\n checked: true,\n description: 'These cookies help us to understand how visitors interact with our website by collecting and reporting information anonymously.',\n name: 'Statistics Cookies'\n },\n {\n checked: true,\n description: 'These cookies allow the website to remember choices you make, such as your language or region, to provide a more personalized experience.',\n name: 'Personalization Cookies'\n },\n {\n checked: true,\n description: 'Advertising cookies are used to deliver relevant ads and marketing campaigns to you. They track visitors across websites and collect information to provide customized ads.',\n name: 'Advertising Cookies'\n }\n ],\n required: [\n {\n description: 'These cookies are required for basic website functionality, such as page navigation and access to secure areas of the website. The website cannot function properly without these cookies.',\n name: 'Essential Cookies'\n }\n ],\n title: 'Manage Your Cookie Preferences',\n toggleLabels: {\n accept: 'Accept',\n reject: 'Reject'\n }\n }}\n notice={{\n acceptButton: {\n label: 'Accept All Cookies'\n },\n customizeButton: {\n label: 'Customize Settings',\n variant: 'secondary'\n },\n decisionButtonVariant: 'tertiary',\n description: 'We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy.',\n displayMode: 'banner',\n rejectButton: {\n label: 'Reject Non-Essential'\n },\n title: 'Your Privacy Matters to Us'\n }}\n revisitButton={{\n label: 'Manage Cookies',\n toggle: true\n }}\n/>",
1614
1619
  "args": {
1615
1620
  "notice": {
1616
1621
  "displayMode": "banner",
@@ -1628,6 +1633,10 @@
1628
1633
  "decisionButtonVariant": "tertiary",
1629
1634
  "description": "We use cookies and similar technologies to personalize content, provide social media features, and analyze our traffic. You can choose which categories you want to allow and change your preferences at any time. For more information, please see our privacy policy."
1630
1635
  },
1636
+ "revisitButton": {
1637
+ "label": "Manage Cookies",
1638
+ "toggle": true
1639
+ },
1631
1640
  "dialogue": {
1632
1641
  "title": "Manage Your Cookie Preferences",
1633
1642
  "description": "Here you can enable or disable different types of cookies. Essential cookies are always active as they are necessary for the website to function properly. You can change your preferences at any time. Please note that disabling certain cookies may affect your experience on our website.",
@@ -1663,6 +1672,7 @@
1663
1672
  "accept": "Accept",
1664
1673
  "reject": "Reject"
1665
1674
  },
1675
+ "alwaysActiveLabel": "Always Active",
1666
1676
  "decisionButtonVariant": "tertiary"
1667
1677
  }
1668
1678
  },
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HTMLAttributes, FC, PropsWithChildren } from "react";
3
- import { SectionProps } from "../../SectionProps-e10e7b62.js";
3
+ import { SectionProps } from "../../SectionProps-d60aba86.js";
4
4
  declare const SectionContextDefault: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  declare const SectionContext: import("react").Context<import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>>;
6
6
  declare const Section: import("react").ForwardRefExoticComponent<SectionProps & Omit<HTMLAttributes<HTMLElement>, "style" | "content"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Aug 2025 14:18:10 GMT
3
+ * Generated on Thu, 07 Aug 2025 15:19:51 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 Thu, 07 Aug 2025 14:18:14 GMT
2730
+ * Generated on Thu, 07 Aug 2025 15:19:55 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 Thu, 07 Aug 2025 14:18:12 GMT
5461
+ * Generated on Thu, 07 Aug 2025 15:19:53 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 Thu, 07 Aug 2025 14:18:16 GMT
8462
+ * Generated on Thu, 07 Aug 2025 15:19:57 GMT
8463
8463
  */
8464
8464
  :root [ks-theme=telekom] {
8465
8465
  --ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Aug 2025 14:18:07 GMT
3
+ * Generated on Thu, 07 Aug 2025 15:19:49 GMT
4
4
  */
5
5
 
6
6
  :root, [ks-theme] {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 07 Aug 2025 14:18:08 GMT
3
+ * Generated on Thu, 07 Aug 2025 15:19:49 GMT
4
4
  */
5
5
 
6
6
  export const KsBackgroundColorAccentBase = "#f3f3f4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kickstartds/ds-agency-premium",
3
- "version": "1.6.71--canary.45.2032.0",
3
+ "version": "1.6.71--canary.45.2035.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kickstartDS/ds-agency-premium#readme",
6
6
  "bugs": {