@kickstartds/ds-agency-premium 1.6.68--canary.1600.27f2ca8.0 → 1.6.68--canary.44.1603.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/SectionProps-7caa223c.d.ts +1 -1
- package/dist/{VideoCurtainProps-2b7b0265.d.ts → VideoCurtainProps-88f08b62.d.ts} +1 -1
- package/dist/components/blog-overview/blog-overview.schema.dereffed.json +1 -1
- package/dist/components/blog-post/blog-post.schema.dereffed.json +1 -1
- package/dist/components/page/page.schema.dereffed.json +1 -1
- package/dist/components/page-wrapper/tokens.css +104 -104
- package/dist/components/section/section.schema.dereffed.json +1 -1
- package/dist/components/video-curtain/index.d.ts +1 -1
- package/dist/components/video-curtain/index.js +5 -3
- package/dist/components/video-curtain/video-curtain.css +45 -29
- package/dist/components/video-curtain/video-curtain.schema.dereffed.json +1 -1
- package/dist/components/video-curtain/video-curtain.schema.json +1 -1
- package/dist/tokens/themes.css +4 -4
- package/dist/tokens/tokens.css +104 -104
- package/dist/tokens/tokens.js +143 -143
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ import { StatsProps } from "./StatsProps-bf5ef578.js";
|
|
|
19
19
|
import { TeaserCardProps } from "./TeaserCardProps-b9c28e78.js";
|
|
20
20
|
import { TestimonialsProps } from "./TestimonialsProps-e344f597.js";
|
|
21
21
|
import { TextProps } from "./TextProps-a23170d2.js";
|
|
22
|
-
import { VideoCurtainProps } from "./VideoCurtainProps-
|
|
22
|
+
import { VideoCurtainProps } from "./VideoCurtainProps-88f08b62.js";
|
|
23
23
|
import { ButtonProps } from "./ButtonProps-03ff6d21.js";
|
|
24
24
|
/**
|
|
25
25
|
* Width of section to use
|
|
@@ -54,7 +54,7 @@ type DesktopVideoSource = string;
|
|
|
54
54
|
/**
|
|
55
55
|
* Choose the alginment of the module content
|
|
56
56
|
*/
|
|
57
|
-
type ModuleAligment = "center" | "
|
|
57
|
+
type ModuleAligment = "center" | "bottom" | "left" | "right" | "corner";
|
|
58
58
|
interface VideoCurtainProps {
|
|
59
59
|
headline?: Headline;
|
|
60
60
|
sub?: ModuleSubheadline;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 14 May 2025 07:10:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root, [ks-theme] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-fg-to-bg-9-base);
|
|
7
|
-
--ks-background-color-accent-inverted-base: var(--ks-color-
|
|
7
|
+
--ks-background-color-accent-inverted-base: var(--ks-color-primary-inverted-to-bg-8-base);
|
|
8
8
|
--ks-background-color-bold-base: var(--ks-color-primary-to-bg-8-base);
|
|
9
|
-
--ks-background-color-bold-inverted-base: var(--ks-color-primary-inverted-to-bg-
|
|
9
|
+
--ks-background-color-bold-inverted-base: var(--ks-color-primary-inverted-to-bg-6-base);
|
|
10
10
|
--ks-background-color-clear-base: var(--ks-color-transparent-base);
|
|
11
11
|
--ks-background-color-clear-interactive-base: var(--ks-color-transparent-base);
|
|
12
12
|
--ks-background-color-clear-interactive-hover-base: var(--ks-color-primary-alpha-8-base);
|
|
@@ -273,15 +273,15 @@
|
|
|
273
273
|
--ks-color-fg-inverted-alpha-7-base: hsla(0,0%,100%,.24);
|
|
274
274
|
--ks-color-fg-inverted-alpha-8-base: hsla(0,0%,100%,.13);
|
|
275
275
|
--ks-color-fg-inverted-alpha-9-base: hsla(0,0%,100%,.05);
|
|
276
|
-
--ks-color-fg-inverted-to-bg-1-base: #
|
|
277
|
-
--ks-color-fg-inverted-to-bg-2-base: #
|
|
278
|
-
--ks-color-fg-inverted-to-bg-3-base: #
|
|
279
|
-
--ks-color-fg-inverted-to-bg-4-base: #
|
|
280
|
-
--ks-color-fg-inverted-to-bg-5-base: #
|
|
281
|
-
--ks-color-fg-inverted-to-bg-6-base: #
|
|
282
|
-
--ks-color-fg-inverted-to-bg-7-base: #
|
|
283
|
-
--ks-color-fg-inverted-to-bg-8-base: #
|
|
284
|
-
--ks-color-fg-inverted-to-bg-9-base: #
|
|
276
|
+
--ks-color-fg-inverted-to-bg-1-base: #f3f4f5;
|
|
277
|
+
--ks-color-fg-inverted-to-bg-2-base: #e0e2e6;
|
|
278
|
+
--ks-color-fg-inverted-to-bg-3-base: #c5c9d1;
|
|
279
|
+
--ks-color-fg-inverted-to-bg-4-base: #a6acb8;
|
|
280
|
+
--ks-color-fg-inverted-to-bg-5-base: #87909f;
|
|
281
|
+
--ks-color-fg-inverted-to-bg-6-base: #687385;
|
|
282
|
+
--ks-color-fg-inverted-to-bg-7-base: #49566c;
|
|
283
|
+
--ks-color-fg-inverted-to-bg-8-base: #2e3d57;
|
|
284
|
+
--ks-color-fg-inverted-to-bg-9-base: #1b2b48;
|
|
285
285
|
--ks-color-bg-base: #fff;
|
|
286
286
|
--ks-color-bg-alpha-1-base: hsla(0,0%,100%,.95);
|
|
287
287
|
--ks-color-bg-alpha-2-base: hsla(0,0%,100%,.87);
|
|
@@ -301,25 +301,25 @@
|
|
|
301
301
|
--ks-color-bg-to-fg-7-base: #424355;
|
|
302
302
|
--ks-color-bg-to-fg-8-base: #26283c;
|
|
303
303
|
--ks-color-bg-to-fg-9-base: #12142a;
|
|
304
|
-
--ks-color-bg-inverted-base: #
|
|
305
|
-
--ks-color-bg-inverted-alpha-1-base: rgba(
|
|
306
|
-
--ks-color-bg-inverted-alpha-2-base: rgba(
|
|
307
|
-
--ks-color-bg-inverted-alpha-3-base: rgba(
|
|
308
|
-
--ks-color-bg-inverted-alpha-4-base: rgba(
|
|
309
|
-
--ks-color-bg-inverted-alpha-5-base: rgba(
|
|
310
|
-
--ks-color-bg-inverted-alpha-6-base: rgba(
|
|
311
|
-
--ks-color-bg-inverted-alpha-7-base: rgba(
|
|
312
|
-
--ks-color-bg-inverted-alpha-8-base: rgba(
|
|
313
|
-
--ks-color-bg-inverted-alpha-9-base: rgba(
|
|
314
|
-
--ks-color-bg-inverted-to-fg-1-base: #
|
|
315
|
-
--ks-color-bg-inverted-to-fg-2-base: #
|
|
316
|
-
--ks-color-bg-inverted-to-fg-3-base: #
|
|
317
|
-
--ks-color-bg-inverted-to-fg-4-base: #
|
|
318
|
-
--ks-color-bg-inverted-to-fg-5-base: #
|
|
319
|
-
--ks-color-bg-inverted-to-fg-6-base: #
|
|
320
|
-
--ks-color-bg-inverted-to-fg-7-base: #
|
|
321
|
-
--ks-color-bg-inverted-to-fg-8-base: #
|
|
322
|
-
--ks-color-bg-inverted-to-fg-9-base: #
|
|
304
|
+
--ks-color-bg-inverted-base: #0f203e;
|
|
305
|
+
--ks-color-bg-inverted-alpha-1-base: rgba(15,32,62,.95);
|
|
306
|
+
--ks-color-bg-inverted-alpha-2-base: rgba(15,32,62,.87);
|
|
307
|
+
--ks-color-bg-inverted-alpha-3-base: rgba(15,32,62,.76);
|
|
308
|
+
--ks-color-bg-inverted-alpha-4-base: rgba(15,32,62,.63);
|
|
309
|
+
--ks-color-bg-inverted-alpha-5-base: rgba(15,32,62,.5);
|
|
310
|
+
--ks-color-bg-inverted-alpha-6-base: rgba(15,32,62,.37);
|
|
311
|
+
--ks-color-bg-inverted-alpha-7-base: rgba(15,32,62,.24);
|
|
312
|
+
--ks-color-bg-inverted-alpha-8-base: rgba(15,32,62,.13);
|
|
313
|
+
--ks-color-bg-inverted-alpha-9-base: rgba(15,32,62,.05);
|
|
314
|
+
--ks-color-bg-inverted-to-fg-1-base: #1b2b48;
|
|
315
|
+
--ks-color-bg-inverted-to-fg-2-base: #2e3d57;
|
|
316
|
+
--ks-color-bg-inverted-to-fg-3-base: #49566c;
|
|
317
|
+
--ks-color-bg-inverted-to-fg-4-base: #687385;
|
|
318
|
+
--ks-color-bg-inverted-to-fg-5-base: #87909f;
|
|
319
|
+
--ks-color-bg-inverted-to-fg-6-base: #a6acb8;
|
|
320
|
+
--ks-color-bg-inverted-to-fg-7-base: #c5c9d1;
|
|
321
|
+
--ks-color-bg-inverted-to-fg-8-base: #e0e2e6;
|
|
322
|
+
--ks-color-bg-inverted-to-fg-9-base: #f3f4f5;
|
|
323
323
|
--ks-color-transparent-base: rgba(0,0,0,0);
|
|
324
324
|
--ks-color-primary-base: #3065c0;
|
|
325
325
|
--ks-color-primary-alpha-1-base: rgba(48,101,192,.95);
|
|
@@ -359,15 +359,15 @@
|
|
|
359
359
|
--ks-color-primary-inverted-alpha-7-base: rgba(48,101,192,.24);
|
|
360
360
|
--ks-color-primary-inverted-alpha-8-base: rgba(48,101,192,.13);
|
|
361
361
|
--ks-color-primary-inverted-alpha-9-base: rgba(48,101,192,.05);
|
|
362
|
-
--ks-color-primary-inverted-to-bg-1-base: #
|
|
363
|
-
--ks-color-primary-inverted-to-bg-2-base: #
|
|
364
|
-
--ks-color-primary-inverted-to-bg-3-base: #
|
|
365
|
-
--ks-color-primary-inverted-to-bg-4-base: #
|
|
366
|
-
--ks-color-primary-inverted-to-bg-5-base: #
|
|
367
|
-
--ks-color-primary-inverted-to-bg-6-base: #
|
|
368
|
-
--ks-color-primary-inverted-to-bg-7-base: #
|
|
369
|
-
--ks-color-primary-inverted-to-bg-8-base: #
|
|
370
|
-
--ks-color-primary-inverted-to-bg-9-base: #
|
|
362
|
+
--ks-color-primary-inverted-to-bg-1-base: #2e62ba;
|
|
363
|
+
--ks-color-primary-inverted-to-bg-2-base: #2c5caf;
|
|
364
|
+
--ks-color-primary-inverted-to-bg-3-base: #2854a1;
|
|
365
|
+
--ks-color-primary-inverted-to-bg-4-base: #244b90;
|
|
366
|
+
--ks-color-primary-inverted-to-bg-5-base: #20437f;
|
|
367
|
+
--ks-color-primary-inverted-to-bg-6-base: #1b3a6e;
|
|
368
|
+
--ks-color-primary-inverted-to-bg-7-base: #17315d;
|
|
369
|
+
--ks-color-primary-inverted-to-bg-8-base: #13294f;
|
|
370
|
+
--ks-color-primary-inverted-to-bg-9-base: #112345;
|
|
371
371
|
--ks-color-primary-inverted-to-fg-1-base: #3a6dc3;
|
|
372
372
|
--ks-color-primary-inverted-to-fg-2-base: #4b79c8;
|
|
373
373
|
--ks-color-primary-inverted-to-fg-3-base: #628acf;
|
|
@@ -405,34 +405,34 @@
|
|
|
405
405
|
--ks-color-link-to-fg-7-base: #101e46;
|
|
406
406
|
--ks-color-link-to-fg-8-base: #0b1434;
|
|
407
407
|
--ks-color-link-to-fg-9-base: #080d27;
|
|
408
|
-
--ks-color-link-inverted-base: #
|
|
409
|
-
--ks-color-link-inverted-alpha-1-base: rgba(
|
|
410
|
-
--ks-color-link-inverted-alpha-2-base: rgba(
|
|
411
|
-
--ks-color-link-inverted-alpha-3-base: rgba(
|
|
412
|
-
--ks-color-link-inverted-alpha-4-base: rgba(
|
|
413
|
-
--ks-color-link-inverted-alpha-5-base: rgba(
|
|
414
|
-
--ks-color-link-inverted-alpha-6-base: rgba(
|
|
415
|
-
--ks-color-link-inverted-alpha-7-base: rgba(
|
|
416
|
-
--ks-color-link-inverted-alpha-8-base: rgba(
|
|
417
|
-
--ks-color-link-inverted-alpha-9-base: rgba(
|
|
418
|
-
--ks-color-link-inverted-to-bg-1-base: #
|
|
419
|
-
--ks-color-link-inverted-to-bg-2-base: #
|
|
420
|
-
--ks-color-link-inverted-to-bg-3-base: #
|
|
421
|
-
--ks-color-link-inverted-to-bg-4-base: #
|
|
422
|
-
--ks-color-link-inverted-to-bg-5-base: #
|
|
423
|
-
--ks-color-link-inverted-to-bg-6-base: #
|
|
424
|
-
--ks-color-link-inverted-to-bg-7-base: #
|
|
425
|
-
--ks-color-link-inverted-to-bg-8-base: #
|
|
426
|
-
--ks-color-link-inverted-to-bg-9-base: #
|
|
427
|
-
--ks-color-link-inverted-to-fg-1-base: #
|
|
428
|
-
--ks-color-link-inverted-to-fg-2-base: #
|
|
429
|
-
--ks-color-link-inverted-to-fg-3-base: #
|
|
430
|
-
--ks-color-link-inverted-to-fg-4-base: #
|
|
431
|
-
--ks-color-link-inverted-to-fg-5-base: #
|
|
432
|
-
--ks-color-link-inverted-to-fg-6-base: #
|
|
433
|
-
--ks-color-link-inverted-to-fg-7-base: #
|
|
434
|
-
--ks-color-link-inverted-to-fg-8-base: #
|
|
435
|
-
--ks-color-link-inverted-to-fg-9-base: #
|
|
408
|
+
--ks-color-link-inverted-base: #98b2e0;
|
|
409
|
+
--ks-color-link-inverted-alpha-1-base: rgba(152,178,224,.95);
|
|
410
|
+
--ks-color-link-inverted-alpha-2-base: rgba(152,178,224,.87);
|
|
411
|
+
--ks-color-link-inverted-alpha-3-base: rgba(152,178,224,.76);
|
|
412
|
+
--ks-color-link-inverted-alpha-4-base: rgba(152,178,224,.63);
|
|
413
|
+
--ks-color-link-inverted-alpha-5-base: rgba(152,178,224,.5);
|
|
414
|
+
--ks-color-link-inverted-alpha-6-base: rgba(152,178,224,.37);
|
|
415
|
+
--ks-color-link-inverted-alpha-7-base: rgba(152,178,224,.24);
|
|
416
|
+
--ks-color-link-inverted-alpha-8-base: rgba(152,178,224,.13);
|
|
417
|
+
--ks-color-link-inverted-alpha-9-base: rgba(152,178,224,.05);
|
|
418
|
+
--ks-color-link-inverted-to-bg-1-base: #91abd8;
|
|
419
|
+
--ks-color-link-inverted-to-bg-2-base: #869fcb;
|
|
420
|
+
--ks-color-link-inverted-to-bg-3-base: #778fb9;
|
|
421
|
+
--ks-color-link-inverted-to-bg-4-base: #657ca4;
|
|
422
|
+
--ks-color-link-inverted-to-bg-5-base: #54698f;
|
|
423
|
+
--ks-color-link-inverted-to-bg-6-base: #42567a;
|
|
424
|
+
--ks-color-link-inverted-to-bg-7-base: #304365;
|
|
425
|
+
--ks-color-link-inverted-to-bg-8-base: #213353;
|
|
426
|
+
--ks-color-link-inverted-to-bg-9-base: #162746;
|
|
427
|
+
--ks-color-link-inverted-to-fg-1-base: #9db6e2;
|
|
428
|
+
--ks-color-link-inverted-to-fg-2-base: #a5bce4;
|
|
429
|
+
--ks-color-link-inverted-to-fg-3-base: #b1c4e7;
|
|
430
|
+
--ks-color-link-inverted-to-fg-4-base: #beceeb;
|
|
431
|
+
--ks-color-link-inverted-to-fg-5-base: #ccd9f0;
|
|
432
|
+
--ks-color-link-inverted-to-fg-6-base: #d9e3f4;
|
|
433
|
+
--ks-color-link-inverted-to-fg-7-base: #e6edf8;
|
|
434
|
+
--ks-color-link-inverted-to-fg-8-base: #f2f5fb;
|
|
435
|
+
--ks-color-link-inverted-to-fg-9-base: #fafbfd;
|
|
436
436
|
--ks-color-positive-base: #6edb64;
|
|
437
437
|
--ks-color-positive-alpha-1-base: rgba(110,219,100,.95);
|
|
438
438
|
--ks-color-positive-alpha-2-base: rgba(110,219,100,.87);
|
|
@@ -471,15 +471,15 @@
|
|
|
471
471
|
--ks-color-positive-inverted-alpha-7-base: rgba(35,131,27,.24);
|
|
472
472
|
--ks-color-positive-inverted-alpha-8-base: rgba(35,131,27,.13);
|
|
473
473
|
--ks-color-positive-inverted-alpha-9-base: rgba(35,131,27,.05);
|
|
474
|
-
--ks-color-positive-inverted-to-bg-1-base: #
|
|
475
|
-
--ks-color-positive-inverted-to-bg-2-base: #
|
|
476
|
-
--ks-color-positive-inverted-to-bg-3-base: #
|
|
477
|
-
--ks-color-positive-inverted-to-bg-4-base: #
|
|
478
|
-
--ks-color-positive-inverted-to-bg-5-base: #
|
|
479
|
-
--ks-color-positive-inverted-to-bg-6-base: #
|
|
480
|
-
--ks-color-positive-inverted-to-bg-7-base: #
|
|
481
|
-
--ks-color-positive-inverted-to-bg-8-base: #
|
|
482
|
-
--ks-color-positive-inverted-to-bg-9-base: #
|
|
474
|
+
--ks-color-positive-inverted-to-bg-1-base: #227e1d;
|
|
475
|
+
--ks-color-positive-inverted-to-bg-2-base: #207620;
|
|
476
|
+
--ks-color-positive-inverted-to-bg-3-base: #1e6b23;
|
|
477
|
+
--ks-color-positive-inverted-to-bg-4-base: #1c5e28;
|
|
478
|
+
--ks-color-positive-inverted-to-bg-5-base: #19522d;
|
|
479
|
+
--ks-color-positive-inverted-to-bg-6-base: #164531;
|
|
480
|
+
--ks-color-positive-inverted-to-bg-7-base: #143836;
|
|
481
|
+
--ks-color-positive-inverted-to-bg-8-base: #122d39;
|
|
482
|
+
--ks-color-positive-inverted-to-bg-9-base: #10253c;
|
|
483
483
|
--ks-color-positive-inverted-to-fg-1-base: #2e8926;
|
|
484
484
|
--ks-color-positive-inverted-to-fg-2-base: #409339;
|
|
485
485
|
--ks-color-positive-inverted-to-fg-3-base: #58a152;
|
|
@@ -527,15 +527,15 @@
|
|
|
527
527
|
--ks-color-informative-inverted-alpha-7-base: rgba(0,113,143,.24);
|
|
528
528
|
--ks-color-informative-inverted-alpha-8-base: rgba(0,113,143,.13);
|
|
529
529
|
--ks-color-informative-inverted-alpha-9-base: rgba(0,113,143,.05);
|
|
530
|
-
--ks-color-informative-inverted-to-bg-1-base: #
|
|
531
|
-
--ks-color-informative-inverted-to-bg-2-base: #
|
|
532
|
-
--ks-color-informative-inverted-to-bg-3-base: #
|
|
533
|
-
--ks-color-informative-inverted-to-bg-4-base: #
|
|
534
|
-
--ks-color-informative-inverted-to-bg-5-base: #
|
|
535
|
-
--ks-color-informative-inverted-to-bg-6-base: #
|
|
536
|
-
--ks-color-informative-inverted-to-bg-7-base: #
|
|
537
|
-
--ks-color-informative-inverted-to-bg-8-base: #
|
|
538
|
-
--ks-color-informative-inverted-to-bg-9-base: #
|
|
530
|
+
--ks-color-informative-inverted-to-bg-1-base: #016d8b;
|
|
531
|
+
--ks-color-informative-inverted-to-bg-2-base: #026684;
|
|
532
|
+
--ks-color-informative-inverted-to-bg-3-base: #045e7c;
|
|
533
|
+
--ks-color-informative-inverted-to-bg-4-base: #065371;
|
|
534
|
+
--ks-color-informative-inverted-to-bg-5-base: #084967;
|
|
535
|
+
--ks-color-informative-inverted-to-bg-6-base: #093e5c;
|
|
536
|
+
--ks-color-informative-inverted-to-bg-7-base: #0b3351;
|
|
537
|
+
--ks-color-informative-inverted-to-bg-8-base: #0d2b49;
|
|
538
|
+
--ks-color-informative-inverted-to-bg-9-base: #0e2442;
|
|
539
539
|
--ks-color-informative-inverted-to-fg-1-base: #0d7895;
|
|
540
540
|
--ks-color-informative-inverted-to-fg-2-base: #21839e;
|
|
541
541
|
--ks-color-informative-inverted-to-fg-3-base: #3d93aa;
|
|
@@ -583,15 +583,15 @@
|
|
|
583
583
|
--ks-color-notice-inverted-alpha-7-base: rgba(255,93,83,.24);
|
|
584
584
|
--ks-color-notice-inverted-alpha-8-base: rgba(255,93,83,.13);
|
|
585
585
|
--ks-color-notice-inverted-alpha-9-base: rgba(255,93,83,.05);
|
|
586
|
-
--ks-color-notice-inverted-to-bg-1-base: #
|
|
587
|
-
--ks-color-notice-inverted-to-bg-2-base: #
|
|
588
|
-
--ks-color-notice-inverted-to-bg-3-base: #
|
|
589
|
-
--ks-color-notice-inverted-to-bg-4-base: #
|
|
590
|
-
--ks-color-notice-inverted-to-bg-5-base: #
|
|
591
|
-
--ks-color-notice-inverted-to-bg-6-base: #
|
|
592
|
-
--ks-color-notice-inverted-to-bg-7-base: #
|
|
593
|
-
--ks-color-notice-inverted-to-bg-8-base: #
|
|
594
|
-
--ks-color-notice-inverted-to-bg-9-base: #
|
|
586
|
+
--ks-color-notice-inverted-to-bg-1-base: #f35a52;
|
|
587
|
+
--ks-color-notice-inverted-to-bg-2-base: #e05550;
|
|
588
|
+
--ks-color-notice-inverted-to-bg-3-base: #c54e4e;
|
|
589
|
+
--ks-color-notice-inverted-to-bg-4-base: #a6464b;
|
|
590
|
+
--ks-color-notice-inverted-to-bg-5-base: #873f49;
|
|
591
|
+
--ks-color-notice-inverted-to-bg-6-base: #683746;
|
|
592
|
+
--ks-color-notice-inverted-to-bg-7-base: #492f43;
|
|
593
|
+
--ks-color-notice-inverted-to-bg-8-base: #2e2841;
|
|
594
|
+
--ks-color-notice-inverted-to-bg-9-base: #1b233f;
|
|
595
595
|
--ks-color-notice-inverted-to-fg-1-base: #ff655c;
|
|
596
596
|
--ks-color-notice-inverted-to-fg-2-base: #ff7269;
|
|
597
597
|
--ks-color-notice-inverted-to-fg-3-base: #ff847c;
|
|
@@ -639,15 +639,15 @@
|
|
|
639
639
|
--ks-color-negative-inverted-alpha-7-base: rgba(210,29,72,.24);
|
|
640
640
|
--ks-color-negative-inverted-alpha-8-base: rgba(210,29,72,.13);
|
|
641
641
|
--ks-color-negative-inverted-alpha-9-base: rgba(210,29,72,.05);
|
|
642
|
-
--ks-color-negative-inverted-to-bg-1-base: #
|
|
643
|
-
--ks-color-negative-inverted-to-bg-2-base: #
|
|
644
|
-
--ks-color-negative-inverted-to-bg-3-base: #
|
|
645
|
-
--ks-color-negative-inverted-to-bg-4-base: #
|
|
646
|
-
--ks-color-negative-inverted-to-bg-5-base: #
|
|
647
|
-
--ks-color-negative-inverted-to-bg-6-base: #
|
|
648
|
-
--ks-color-negative-inverted-to-bg-7-base: #
|
|
649
|
-
--ks-color-negative-inverted-to-bg-8-base: #
|
|
650
|
-
--ks-color-negative-inverted-to-bg-9-base: #
|
|
642
|
+
--ks-color-negative-inverted-to-bg-1-base: #c81d48;
|
|
643
|
+
--ks-color-negative-inverted-to-bg-2-base: #b91d47;
|
|
644
|
+
--ks-color-negative-inverted-to-bg-3-base: #a31e46;
|
|
645
|
+
--ks-color-negative-inverted-to-bg-4-base: #8a1e44;
|
|
646
|
+
--ks-color-negative-inverted-to-bg-5-base: #711f43;
|
|
647
|
+
--ks-color-negative-inverted-to-bg-6-base: #571f42;
|
|
648
|
+
--ks-color-negative-inverted-to-bg-7-base: #3e1f40;
|
|
649
|
+
--ks-color-negative-inverted-to-bg-8-base: #28203f;
|
|
650
|
+
--ks-color-negative-inverted-to-bg-9-base: #19203f;
|
|
651
651
|
--ks-color-negative-inverted-to-fg-1-base: #d42851;
|
|
652
652
|
--ks-color-negative-inverted-to-fg-2-base: #d83a60;
|
|
653
653
|
--ks-color-negative-inverted-to-fg-3-base: #dd5374;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
|
-
import { VideoCurtainProps } from "../../VideoCurtainProps-
|
|
3
|
+
import { VideoCurtainProps } from "../../VideoCurtainProps-88f08b62.js";
|
|
4
4
|
declare const VideoCurtainContextDefault: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
declare const VideoCurtainContext: import("react").Context<import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
6
6
|
declare const VideoCurtain: import("react").ForwardRefExoticComponent<VideoCurtainProps & HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -14,10 +14,10 @@ const VideoCurtainContextDefault = forwardRef(({ headline, sub, text, highlightT
|
|
|
14
14
|
// @ts-expect-error
|
|
15
15
|
, {
|
|
16
16
|
// @ts-expect-error
|
|
17
|
-
value: ButtonGroup, children: jsx(Container, { name: "visual", children: jsx(VisualContextDefault, { ...rest, ref: ref, skipButton: true, className: classnames(`dsa-video-curtain`, highlightText
|
|
17
|
+
value: ButtonGroup, children: jsx(Container, { name: "visual", children: jsx(VisualContextDefault, { ...rest, ref: ref, skipButton: true, className: classnames(`dsa-video-curtain`, textPosition && `dsa-video-curtain--content-${textPosition}`, highlightText && `dsa-video-curtain--highlight-text`, colorNeutral && `dsa-video-curtain--color-neutral`, className), height: "fullScreen", inbox: true, box: {
|
|
18
18
|
background: "transparent",
|
|
19
19
|
enabled: true,
|
|
20
|
-
vertical: textPosition === "
|
|
20
|
+
vertical: textPosition === "bottom" || textPosition === "corner"
|
|
21
21
|
? "bottom"
|
|
22
22
|
: "center",
|
|
23
23
|
horizontal: textPosition === "left" || textPosition === "corner"
|
|
@@ -30,7 +30,9 @@ const VideoCurtainContextDefault = forwardRef(({ headline, sub, text, highlightT
|
|
|
30
30
|
buttons,
|
|
31
31
|
colorNeutral,
|
|
32
32
|
enabled: buttons.length > 0,
|
|
33
|
-
arrangement: textPosition === "
|
|
33
|
+
arrangement: textPosition === "left" || textPosition === "corner"
|
|
34
|
+
? "left"
|
|
35
|
+
: "center",
|
|
34
36
|
},
|
|
35
37
|
headline: {
|
|
36
38
|
text: headline,
|
|
@@ -11,10 +11,15 @@
|
|
|
11
11
|
--dsa-video-curtain__textbox--border-radius: var(--ks-border-radius-surface);
|
|
12
12
|
--dsa-video-curtain__textbox--max-width: var(--dsa-section__content--width_narrow);
|
|
13
13
|
--dsa-video-curtain__textbox--padding: var(--ks-spacing-inset-squish-xl);
|
|
14
|
-
--dsa-video-
|
|
14
|
+
--dsa-video-curtain_corner__overlay--background: linear-gradient(
|
|
15
|
+
20deg,
|
|
16
|
+
var(--ks-color-fg-inverted-alpha-2) 30%,
|
|
17
|
+
transparent 80%
|
|
18
|
+
);
|
|
19
|
+
--dsa-video-curtain_bottom__overlay--background: linear-gradient(
|
|
15
20
|
0deg,
|
|
16
|
-
var(--
|
|
17
|
-
transparent
|
|
21
|
+
var(--ks-color-fg-inverted-alpha-1),
|
|
22
|
+
transparent
|
|
18
23
|
);
|
|
19
24
|
}
|
|
20
25
|
|
|
@@ -30,23 +35,28 @@
|
|
|
30
35
|
);
|
|
31
36
|
--c-visual_overlay--background-size: 100%;
|
|
32
37
|
}
|
|
33
|
-
.c-visual.dsa-video-curtain--
|
|
34
|
-
--
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
--
|
|
40
|
-
|
|
38
|
+
.c-visual.dsa-video-curtain--color-neutral {
|
|
39
|
+
--dsa-video-curtain__copy--color: var(--dsa-video-curtain_color-neutral__copy--color, var(--ks-text-color-default));
|
|
40
|
+
--dsa-video-curtain__headline--color: var(
|
|
41
|
+
--dsa-video-curtain_color-neutral__copy--color,
|
|
42
|
+
var(--ks-text-color-default)
|
|
43
|
+
);
|
|
44
|
+
--dsa-video-curtain__subheadline--color: var(
|
|
45
|
+
--dsa-video-curtain_color-neutral__copy--color,
|
|
46
|
+
var(--ks-text-color-default)
|
|
47
|
+
);
|
|
41
48
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
--
|
|
45
|
-
|
|
49
|
+
.c-visual.dsa-video-curtain--content-bottom {
|
|
50
|
+
--c-visual_overlay--background: var(
|
|
51
|
+
--dsa-video-curtain_bottom__overlay--background,
|
|
52
|
+
linear-gradient(0deg, var(--ks-background-color-default) 15%, transparent 50%)
|
|
53
|
+
);
|
|
46
54
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
55
|
+
.c-visual.dsa-video-curtain--content-corner {
|
|
56
|
+
--c-visual_overlay--background: var(
|
|
57
|
+
--dsa-video-curtain_corner__overlay--background,
|
|
58
|
+
linear-gradient(40deg, var(--ks-background-color-default) 15%, transparent 50%)
|
|
59
|
+
);
|
|
50
60
|
}
|
|
51
61
|
.c-visual.dsa-video-curtain .c-visual__box {
|
|
52
62
|
--c-visual_box--background: var(--dsa-video-curtain__textbox--background-color, var(--ks-color-bg-alpha-2));
|
|
@@ -55,19 +65,16 @@
|
|
|
55
65
|
--c-visual_box--padding: var(--dsa-video-curtain__textbox--padding, var(--ks-spacing-inset-squish-xl));
|
|
56
66
|
--c-visual_text--font: var(--dsa-video-curtain__copy--font, var(--dsa-rich-text--font));
|
|
57
67
|
}
|
|
58
|
-
.c-visual.dsa-video-curtain--highlight-text
|
|
68
|
+
.c-visual.dsa-video-curtain--highlight-text {
|
|
59
69
|
--dsa-video-curtain__copy--font: var(--dsa-video-curtain_highlight-text__box--font, var(--ks-font-copy-l));
|
|
60
70
|
}
|
|
61
|
-
.c-visual.dsa-video-curtain--
|
|
62
|
-
--
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
--dsa-video-curtain_color-neutral__copy--color,
|
|
69
|
-
var(--ks-text-color-default)
|
|
70
|
-
);
|
|
71
|
+
.c-visual.dsa-video-curtain--highlight-text .c-visual__box {
|
|
72
|
+
--c-visual_text--font: var(--dsa-video-curtain_highlight-text__copy--font, var(--ks-font-copy-l));
|
|
73
|
+
}
|
|
74
|
+
@container visual (min-width: 640px) {
|
|
75
|
+
.c-visual.dsa-video-curtain .c-visual__box {
|
|
76
|
+
--c-visual_box--max-width: var(--dsa-video-curtain__textbox--max-width, 50rem);
|
|
77
|
+
}
|
|
71
78
|
}
|
|
72
79
|
|
|
73
80
|
.c-visual.dsa-video-curtain .dsa-headline .dsa-headline__headline {
|
|
@@ -90,6 +97,15 @@
|
|
|
90
97
|
.c-visual.dsa-video-curtain .c-visual__box--transparent {
|
|
91
98
|
padding: 0;
|
|
92
99
|
}
|
|
100
|
+
.c-visual.dsa-video-curtain:not(.dsa-video-curtain--content-bottom) .c-visual__continue-btn {
|
|
101
|
+
position: absolute;
|
|
102
|
+
bottom: 0;
|
|
103
|
+
left: 50%;
|
|
104
|
+
transform: translate(-50%, -10px);
|
|
105
|
+
}
|
|
106
|
+
.c-visual.dsa-video-curtain:not(.dsa-video-curtain--content-bottom) .c-visual__continue-btn:hover {
|
|
107
|
+
transform: translate(-50%);
|
|
108
|
+
}
|
|
93
109
|
.c-visual.dsa-video-curtain .c-visual__continue-btn {
|
|
94
110
|
color: var(--dsa-overlay-text--text-color, var(--ks-color-fg));
|
|
95
111
|
filter: drop-shadow(var(--dsa-overlay-text--shadow, 0 0 10px var(--ks-color-bg-inverted-alpha-3-base)));
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"textPosition": {
|
|
62
62
|
"title": "Module aligment",
|
|
63
63
|
"description": "Choose the alginment of the module content",
|
|
64
|
-
"enum": ["center", "
|
|
64
|
+
"enum": ["center", "bottom", "left", "right", "corner"],
|
|
65
65
|
"type": "string",
|
|
66
66
|
"default": "bottom"
|
|
67
67
|
}
|
package/dist/tokens/themes.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 14 May 2025 07:10:56 GMT
|
|
4
4
|
*/
|
|
5
5
|
:root [ks-theme=business] {
|
|
6
6
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -2727,7 +2727,7 @@
|
|
|
2727
2727
|
}
|
|
2728
2728
|
/**
|
|
2729
2729
|
* Do not edit directly
|
|
2730
|
-
* Generated on
|
|
2730
|
+
* Generated on Wed, 14 May 2025 07:11:00 GMT
|
|
2731
2731
|
*/
|
|
2732
2732
|
:root [ks-theme=google] {
|
|
2733
2733
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -5458,7 +5458,7 @@
|
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* Do not edit directly
|
|
5461
|
-
* Generated on
|
|
5461
|
+
* Generated on Wed, 14 May 2025 07:10:58 GMT
|
|
5462
5462
|
*/
|
|
5463
5463
|
:root [ks-theme=ngo] {
|
|
5464
5464
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|
|
@@ -8459,7 +8459,7 @@
|
|
|
8459
8459
|
}
|
|
8460
8460
|
/**
|
|
8461
8461
|
* Do not edit directly
|
|
8462
|
-
* Generated on
|
|
8462
|
+
* Generated on Wed, 14 May 2025 07:11:02 GMT
|
|
8463
8463
|
*/
|
|
8464
8464
|
:root [ks-theme=telekom] {
|
|
8465
8465
|
--ks-background-color-accent-base: var(--ks-color-primary-to-bg-8-base);
|