@prokodo/ui 0.0.49 → 0.0.50

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.
Files changed (112) hide show
  1. package/dist/components/accordion/{Accordion.module.scss.js → Accordion.base.module.scss.js} +2 -8
  2. package/dist/components/accordion/Accordion.effects.client.js +16 -0
  3. package/dist/components/accordion/Accordion.effects.module.scss.js +8 -0
  4. package/dist/components/accordion/Accordion.view.js +84 -80
  5. package/dist/components/animated/Animated.module.scss.js +2 -8
  6. package/dist/components/avatar/Avatar.module.scss.js +2 -8
  7. package/dist/components/button/Button.module.scss.js +2 -8
  8. package/dist/components/calendly/Calendly.client.js +98 -22
  9. package/dist/components/calendly/Calendly.server.js +3 -2
  10. package/dist/components/calendly/Calendly.view.js +2 -1
  11. package/dist/components/card/{Card.module.scss.js → Card.base.module.scss.js} +2 -12
  12. package/dist/components/card/Card.effects.client.js +16 -0
  13. package/dist/components/card/Card.effects.module.scss.js +14 -0
  14. package/dist/components/card/Card.view.js +15 -4
  15. package/dist/components/carousel/Carousel.client.js +44 -20
  16. package/dist/components/carousel/Carousel.lazy.js +1 -1
  17. package/dist/components/carousel/Carousel.module.scss.js +2 -8
  18. package/dist/components/chip/Chip.module.scss.js +2 -8
  19. package/dist/components/datePicker/DatePicker.client.js +52 -51
  20. package/dist/components/datePicker/DatePicker.view.js +14 -3
  21. package/dist/components/dialog/Dialog.module.scss.js +2 -8
  22. package/dist/components/drawer/{Drawer.module.scss.js → Drawer.base.module.scss.js} +27 -32
  23. package/dist/components/drawer/Drawer.client.js +19 -2
  24. package/dist/components/drawer/Drawer.effects.client.js +16 -0
  25. package/dist/components/drawer/Drawer.effects.module.scss.js +29 -0
  26. package/dist/components/drawer/Drawer.server.js +0 -1
  27. package/dist/components/drawer/Drawer.view.js +44 -40
  28. package/dist/components/dynamic-list/DynamicList.module.scss.js +2 -8
  29. package/dist/components/form/Form.client.js +131 -54
  30. package/dist/components/form/Form.module.scss.js +2 -8
  31. package/dist/components/form/FormField.module.scss.js +2 -8
  32. package/dist/components/form/FormResponse.module.scss.js +2 -8
  33. package/dist/components/grid/Grid.module.scss.js +2 -8
  34. package/dist/components/grid/GridRow.module.scss.js +2 -8
  35. package/dist/components/headline/{Headline.module.scss.js → Headline.base.module.scss.js} +2 -15
  36. package/dist/components/headline/Headline.effects.client.js +14 -0
  37. package/dist/components/headline/Headline.effects.module.scss.js +13 -0
  38. package/dist/components/headline/Headline.js +28 -18
  39. package/dist/components/icon/Icon.module.scss.js +2 -8
  40. package/dist/components/image/Image.module.scss.js +2 -8
  41. package/dist/components/image-text/ImageText.module.scss.js +2 -8
  42. package/dist/components/input/Input.client.js +12 -1
  43. package/dist/components/input/Input.module.scss.js +3 -8
  44. package/dist/components/input/Input.view.js +10 -2
  45. package/dist/components/inputOTP/InputOTP.js +124 -41
  46. package/dist/components/inputOTP/InputOTP.module.scss.js +2 -8
  47. package/dist/components/label/Label.module.scss.js +2 -8
  48. package/dist/components/link/Link.module.scss.js +2 -8
  49. package/dist/components/list/List.module.scss.js +2 -8
  50. package/dist/components/loading/Loading.client.js +68 -0
  51. package/dist/components/loading/Loading.js +9 -55
  52. package/dist/components/loading/Loading.lazy.js +15 -0
  53. package/dist/components/loading/Loading.server.js +16 -0
  54. package/dist/components/loading/Loading.view.js +124 -0
  55. package/dist/components/lottie/Lottie.module.scss.js +2 -8
  56. package/dist/components/post-item/PostItem.module.scss.js +2 -8
  57. package/dist/components/post-item/PostItemAuthor.module.scss.js +2 -8
  58. package/dist/components/post-teaser/PostTeaser.module.scss.js +2 -8
  59. package/dist/components/post-widget/PostWidget.module.scss.js +2 -8
  60. package/dist/components/post-widget-carousel/PostWidgetCarousel.module.scss.js +2 -8
  61. package/dist/components/progressBar/ProgressBar.module.scss.js +1 -7
  62. package/dist/components/quote/Quote.module.scss.js +2 -8
  63. package/dist/components/rich-text/RichText.client.js +54 -23
  64. package/dist/components/rich-text/RichText.js +1 -1
  65. package/dist/components/rich-text/RichText.lazy.js +1 -1
  66. package/dist/components/rich-text/RichText.module.scss.js +4 -8
  67. package/dist/components/rich-text/RichText.server.js +2 -1
  68. package/dist/components/select/Select.module.scss.js +2 -8
  69. package/dist/components/sidenav/SideNav.module.scss.js +2 -8
  70. package/dist/components/skeleton/{Skeleton.module.scss.js → Skeleton.base.module.scss.js} +2 -8
  71. package/dist/components/skeleton/Skeleton.effects.client.js +16 -0
  72. package/dist/components/skeleton/Skeleton.effects.module.scss.js +7 -0
  73. package/dist/components/skeleton/Skeleton.js +21 -18
  74. package/dist/components/slider/Slider.client.js +70 -30
  75. package/dist/components/slider/Slider.module.scss.js +2 -8
  76. package/dist/components/snackbar/Snackbar.module.scss.js +2 -8
  77. package/dist/components/stepper/Stepper.module.scss.js +2 -8
  78. package/dist/components/switch/Switch.module.scss.js +2 -8
  79. package/dist/components/table/Table.module.scss.js +2 -8
  80. package/dist/components/table/TableCell.module.scss.js +2 -8
  81. package/dist/components/teaser/Teaser.module.scss.js +2 -8
  82. package/dist/constants/project.js +1 -1
  83. package/dist/hooks/useResponsiveValue.js +123 -0
  84. package/dist/tsconfig.build.tsbuildinfo +1 -1
  85. package/dist/types/components/accordion/Accordion.effects.client.d.ts +5 -0
  86. package/dist/types/components/calendly/Calendly.server.d.ts +1 -1
  87. package/dist/types/components/calendly/Calendly.view.d.ts +1 -1
  88. package/dist/types/components/card/Card.effects.client.d.ts +7 -0
  89. package/dist/types/components/carousel/Carousel.d.ts +2 -0
  90. package/dist/types/components/carousel/Carousel.lazy.d.ts +2 -0
  91. package/dist/types/components/carousel/Carousel.model.d.ts +14 -0
  92. package/dist/types/components/datePicker/DatePicker.view.d.ts +3 -5
  93. package/dist/types/components/drawer/Drawer.effects.client.d.ts +5 -0
  94. package/dist/types/components/headline/Headline.effects.client.d.ts +1 -0
  95. package/dist/types/components/input/Input.client.d.ts +1 -1
  96. package/dist/types/components/input/Input.view.d.ts +1 -1
  97. package/dist/types/components/loading/Loading.client.d.ts +4 -0
  98. package/dist/types/components/loading/Loading.d.ts +4 -2
  99. package/dist/types/components/loading/Loading.lazy.d.ts +5 -0
  100. package/dist/types/components/loading/Loading.model.d.ts +16 -1
  101. package/dist/types/components/loading/Loading.server.d.ts +4 -0
  102. package/dist/types/components/loading/Loading.view.d.ts +6 -0
  103. package/dist/types/components/loading/index.d.ts +2 -2
  104. package/dist/types/components/rich-text/RichText.d.ts +1 -1
  105. package/dist/types/components/rich-text/RichText.lazy.d.ts +1 -1
  106. package/dist/types/components/rich-text/RichText.model.d.ts +3 -3
  107. package/dist/types/components/skeleton/Skeleton.effects.client.d.ts +5 -0
  108. package/dist/types/components/slider/Slider.model.d.ts +1 -0
  109. package/dist/types/hooks/useResponsiveValue.d.ts +21 -0
  110. package/dist/ui.css +1078 -1543
  111. package/package.json +1 -1
  112. package/dist/components/loading/Loading.module.scss.js +0 -22
package/dist/ui.css CHANGED
@@ -1,30 +1,8 @@
1
- @charset "UTF-8";/* stylelint-disable */
2
- /**
3
- * Calculates a rem-based value by a given pixel size.
4
- */
1
+ @charset "UTF-8";
5
2
  /* stylelint-disable */
6
3
  /**
7
- * Gradient move, mainly for text
8
- */
9
- @keyframes gradientMove {
10
- from {
11
- background-position: 0% 50%;
12
- }
13
- to {
14
- background-position: 100% 50%;
15
- }
16
- }
17
- /**
18
- * Fade in
4
+ * Calculates a rem-based value by a given pixel size.
19
5
  */
20
- @keyframes fadeInKeyframe {
21
- 0% {
22
- opacity: 0;
23
- }
24
- 100% {
25
- opacity: 1;
26
- }
27
- }
28
6
  /* stylelint-disable */
29
7
  /**
30
8
  * Applies flex-column and gap.
@@ -147,14 +125,6 @@
147
125
  * This mixin specifies basic text-styles for components that render a richtext
148
126
  * content.
149
127
  */
150
- @keyframes accordionBorderShift {
151
- from {
152
- background-position: 0 0, 0% 0;
153
- }
154
- to {
155
- background-position: 0 0, 200% 0;
156
- }
157
- }
158
128
  .prokodo-Accordion {
159
129
  display: flex;
160
130
  flex-direction: column;
@@ -176,29 +146,28 @@
176
146
  justify-content: space-between;
177
147
  padding: 16px;
178
148
  cursor: pointer;
179
- background-size: 200% 100%;
180
- background-image: linear-gradient(to left, var(--color-primary-500) 25%, var(--color-secondary-500) 50%, var(--color-white) 50%);
181
- transition: background-color 0.3s ease;
182
- /* Reserve border space (no layout jump) */
149
+ /* reserve space for a “border” without layout jump */
183
150
  border: 2px solid transparent;
184
151
  border-radius: 12px;
185
- /* Two-background trick: inner fill + border gradient */
152
+ /* two-background trick: inner fill + border gradient */
186
153
  background: linear-gradient(var(--header-bg, var(--color-white)), var(--header-bg, var(--color-white))) padding-box, linear-gradient(90deg, var(--color-primary-500), var(--color-secondary-500), var(--color-primary-500)) border-box;
187
- /* Hide the border layer initially */
154
+ /* hide the border layer initially */
188
155
  background-size: 100% 100%, 0% 100%;
189
156
  background-position: 0 0, 0 0;
190
157
  background-repeat: no-repeat;
191
158
  transition: color 0.3s ease, background-size 0.35s ease;
192
159
  }
193
160
  .prokodo-Accordion__header:hover, .prokodo-Accordion__header:focus-visible {
194
- /* Reveal + animate ONLY the border layer */
161
+ /* reveal the border layer */
195
162
  background-size: 100% 100%, 200% 100%;
163
+ /* animation name is defined in the EFFECTS sheet */
196
164
  animation: accordionBorderShift 2s linear;
165
+ outline: none;
197
166
  }
198
167
  .prokodo-Accordion__header--is-expanded {
199
168
  position: relative;
200
169
  z-index: 2;
201
- /* Keep border visible, stop the animation */
170
+ /* keep border visible and settled */
202
171
  background-size: 100% 100%, 100% 100%;
203
172
  background-position: 0 0, 100% 0;
204
173
  border-radius: 12px 12px 0 0;
@@ -281,33 +250,11 @@
281
250
  padding: 8px 16px;
282
251
  background-color: var(--color-grey-100);
283
252
  border-top: 1px solid var(--color-grey-200);
284
- }/* stylelint-disable */
285
- /**
286
- * Calculates a rem-based value by a given pixel size.
287
- */
288
- /* stylelint-disable */
289
- /**
290
- * Gradient move, mainly for text
291
- */
292
- @keyframes gradientMove {
293
- from {
294
- background-position: 0% 50%;
295
- }
296
- to {
297
- background-position: 100% 50%;
298
- }
299
253
  }
254
+ /* stylelint-disable */
300
255
  /**
301
- * Fade in
256
+ * Calculates a rem-based value by a given pixel size.
302
257
  */
303
- @keyframes fadeInKeyframe {
304
- 0% {
305
- opacity: 0;
306
- }
307
- 100% {
308
- opacity: 1;
309
- }
310
- }
311
258
  /* stylelint-disable */
312
259
  /**
313
260
  * Applies flex-column and gap.
@@ -432,78 +379,38 @@
432
379
  */
433
380
  .prokodo-Headline {
434
381
  margin: 0;
435
- }
436
- .prokodo-Headline--is-highlighted {
437
- background-clip: text;
438
- -webkit-background-clip: text;
439
- -webkit-text-fill-color: transparent;
440
- }
441
- .prokodo-Headline--primary--highlighted, .prokodo-Headline--secondary--highlighted, .prokodo-Headline--success--highlighted, .prokodo-Headline--warning--highlighted, .prokodo-Headline--error--highlighted {
442
- filter: drop-shadow(var(--elevation-1--text));
382
+ /* Basale Farb-Varianten (ohne Gradients) */
443
383
  }
444
384
  .prokodo-Headline--inherit {
445
385
  color: var(--color-grey-700);
446
386
  }
447
- .prokodo-Headline--inherit--highlighted {
448
- background-image: var(--gradient-text-grey);
449
- -webkit-background-clip: text;
450
- background-clip: text;
451
- -webkit-text-fill-color: transparent;
452
- }
453
387
  .prokodo-Headline--primary {
454
388
  color: var(--color-primary-500);
455
389
  }
456
- .prokodo-Headline--primary--highlighted {
457
- background-image: var(--gradient-text-primary-secondary);
458
- -webkit-background-clip: text;
459
- background-clip: text;
460
- -webkit-text-fill-color: transparent;
461
- }
462
390
  .prokodo-Headline--secondary {
463
391
  color: var(--color-secondary-500);
464
392
  }
465
- .prokodo-Headline--secondary--highlighted {
466
- background-image: var(--gradient-text-primary);
467
- -webkit-background-clip: text;
468
- background-clip: text;
469
- -webkit-text-fill-color: transparent;
470
- }
471
393
  .prokodo-Headline--success {
472
394
  color: var(--color-success);
473
395
  }
474
- .prokodo-Headline--success--highlighted {
475
- background-image: var(--gradient-text-success);
476
- -webkit-background-clip: text;
477
- background-clip: text;
478
- -webkit-text-fill-color: transparent;
479
- }
480
396
  .prokodo-Headline--info {
481
397
  color: var(--color-grey-300);
482
398
  }
483
399
  .prokodo-Headline--warning {
484
400
  color: var(--color-warning);
485
401
  }
486
- .prokodo-Headline--warning--highlighted {
487
- background-image: var(--gradient-text-warning);
488
- -webkit-background-clip: text;
489
- background-clip: text;
490
- -webkit-text-fill-color: transparent;
491
- }
492
402
  .prokodo-Headline--error {
493
403
  color: var(--color-error);
494
404
  }
495
- .prokodo-Headline--error--highlighted {
496
- background-image: var(--gradient-text-error);
497
- -webkit-background-clip: text;
498
- background-clip: text;
499
- -webkit-text-fill-color: transparent;
500
- }
501
405
  .prokodo-Headline--white {
502
- color: #FFFFFF;
406
+ color: #fff;
503
407
  }
504
408
  .prokodo-Headline--black {
505
409
  color: var(--color-black);
506
410
  }
411
+ .prokodo-Headline {
412
+ /* Größen */
413
+ }
507
414
  .prokodo-Headline--xs {
508
415
  font-weight: 400;
509
416
  font-size: 1rem;
@@ -610,6 +517,9 @@
610
517
  font-size: 2.75rem;
611
518
  }
612
519
  }
520
+ .prokodo-Headline {
521
+ /* Alignment */
522
+ }
613
523
  .prokodo-Headline--center {
614
524
  text-align: center;
615
525
  justify-content: center;
@@ -622,29 +532,6 @@
622
532
  * Calculates a rem-based value by a given pixel size.
623
533
  */
624
534
  /* stylelint-disable */
625
- /**
626
- * Gradient move, mainly for text
627
- */
628
- @keyframes gradientMove {
629
- from {
630
- background-position: 0% 50%;
631
- }
632
- to {
633
- background-position: 100% 50%;
634
- }
635
- }
636
- /**
637
- * Fade in
638
- */
639
- @keyframes fadeInKeyframe {
640
- 0% {
641
- opacity: 0;
642
- }
643
- 100% {
644
- opacity: 1;
645
- }
646
- }
647
- /* stylelint-disable */
648
535
  /**
649
536
  * Applies flex-column and gap.
650
537
  */
@@ -766,7 +653,10 @@
766
653
  * This mixin specifies basic text-styles for components that render a richtext
767
654
  * content.
768
655
  */
769
- .prokodo-RichText__p {
656
+ .prokodo-RichText__a, .prokodo-RichText a {
657
+ color: var(--color-primary-500);
658
+ }
659
+ .prokodo-RichText__p, .prokodo-RichText p {
770
660
  color: var(--color-grey-500);
771
661
  font-weight: 400;
772
662
  font-size: 1.125rem;
@@ -779,21 +669,21 @@
779
669
  text-decoration: none;
780
670
  }
781
671
  @media screen and (min-width: 480px) {
782
- .prokodo-RichText__p {
672
+ .prokodo-RichText__p, .prokodo-RichText p {
783
673
  font-size: 1rem;
784
674
  line-height: 1.45;
785
675
  }
786
676
  }
787
677
  @media screen and (min-width: 960px) {
788
- .prokodo-RichText__p {
678
+ .prokodo-RichText__p, .prokodo-RichText p {
789
679
  font-size: 1rem;
790
680
  line-height: 1.45;
791
681
  }
792
682
  }
793
- html[data-theme=dark] .prokodo-RichText__p {
683
+ html[data-theme=dark] .prokodo-RichText__p, html[data-theme=dark] .prokodo-RichText p {
794
684
  color: var(--color-grey-700);
795
685
  }
796
- .prokodo-RichText__pre {
686
+ .prokodo-RichText__pre, .prokodo-RichText pre {
797
687
  color: var(--color-grey-500);
798
688
  padding: 1rem 0.75rem;
799
689
  border: 1px solid var(--color-grey-200);
@@ -812,37 +702,37 @@ html[data-theme=dark] .prokodo-RichText__p {
812
702
  text-decoration: none;
813
703
  }
814
704
  @media screen and (min-width: 480px) {
815
- .prokodo-RichText__pre {
705
+ .prokodo-RichText__pre, .prokodo-RichText pre {
816
706
  font-size: 0.875rem;
817
707
  line-height: 1.4;
818
708
  }
819
709
  }
820
710
  @media screen and (min-width: 960px) {
821
- .prokodo-RichText__pre {
711
+ .prokodo-RichText__pre, .prokodo-RichText pre {
822
712
  font-size: 0.875rem;
823
713
  line-height: 1.4;
824
714
  }
825
715
  }
826
- html[data-theme=dark] .prokodo-RichText__pre {
716
+ html[data-theme=dark] .prokodo-RichText__pre, html[data-theme=dark] .prokodo-RichText pre {
827
717
  color: var(--color-grey-300);
828
718
  background-color: var(--color-grey-50);
829
719
  }
830
- .prokodo-RichText__ul, .prokodo-RichText__ol {
720
+ .prokodo-RichText__ul, .prokodo-RichText__ol, .prokodo-RichText ul, .prokodo-RichText ol {
831
721
  padding: 0;
832
722
  list-style-type: none;
833
723
  color: var(--color-grey-500);
834
724
  }
835
- .prokodo-RichText__li {
725
+ .prokodo-RichText__li, .prokodo-RichText li {
836
726
  display: flex;
837
727
  align-items: flex-start;
838
728
  }
839
- .prokodo-RichText__li__icon {
729
+ .prokodo-RichText__li__icon, .prokodo-RichText li__icon {
840
730
  min-width: 20px;
841
731
  max-width: 20px;
842
732
  margin-right: 0.5rem;
843
733
  margin-top: 0.25rem;
844
734
  }
845
- .prokodo-RichText__ol__decimal {
735
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
846
736
  display: flex;
847
737
  justify-content: center;
848
738
  align-items: center;
@@ -864,71 +754,48 @@ html[data-theme=dark] .prokodo-RichText__pre {
864
754
  text-decoration: none;
865
755
  }
866
756
  @media screen and (min-width: 480px) {
867
- .prokodo-RichText__ol__decimal {
757
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
868
758
  font-size: 0.875rem;
869
759
  line-height: 1.4;
870
760
  }
871
761
  }
872
762
  @media screen and (min-width: 960px) {
873
- .prokodo-RichText__ol__decimal {
763
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
874
764
  font-size: 0.875rem;
875
765
  line-height: 1.4;
876
766
  }
877
767
  }
878
- .prokodo-RichText__ol li {
768
+ .prokodo-RichText__ol li, .prokodo-RichText ol li {
879
769
  display: -webkit-box;
880
770
  }
881
- .prokodo-RichText__ol li icon--inherit {
771
+ .prokodo-RichText__ol li icon--inherit, .prokodo-RichText ol li icon--inherit {
882
772
  color: var(--color-grey-900);
883
773
  }
884
- .prokodo-RichText__ol li icon--primary {
774
+ .prokodo-RichText__ol li icon--primary, .prokodo-RichText ol li icon--primary {
885
775
  color: var(--color-primary-500);
886
776
  }
887
- .prokodo-RichText__ol li icon--secondary {
777
+ .prokodo-RichText__ol li icon--secondary, .prokodo-RichText ol li icon--secondary {
888
778
  color: var(--color-secondary-500);
889
779
  }
890
- .prokodo-RichText__ol li icon--info {
780
+ .prokodo-RichText__ol li icon--info, .prokodo-RichText ol li icon--info {
891
781
  color: var(--color-grey-500);
892
782
  }
893
- .prokodo-RichText__ol li icon--success {
783
+ .prokodo-RichText__ol li icon--success, .prokodo-RichText ol li icon--success {
894
784
  color: var(--color-success);
895
785
  }
896
- .prokodo-RichText__ol li icon--error {
786
+ .prokodo-RichText__ol li icon--error, .prokodo-RichText ol li icon--error {
897
787
  color: var(--color-error);
898
788
  }
899
- .prokodo-RichText__ol li icon--warning {
789
+ .prokodo-RichText__ol li icon--warning, .prokodo-RichText ol li icon--warning {
900
790
  color: var(--color-warning);
901
791
  }
902
- .prokodo-RichText__ol li icon--white {
792
+ .prokodo-RichText__ol li icon--white, .prokodo-RichText ol li icon--white {
903
793
  color: var(--color-white);
904
794
  }/* stylelint-disable */
905
795
  /**
906
796
  * Calculates a rem-based value by a given pixel size.
907
797
  */
908
798
  /* stylelint-disable */
909
- /**
910
- * Gradient move, mainly for text
911
- */
912
- @keyframes gradientMove {
913
- from {
914
- background-position: 0% 50%;
915
- }
916
- to {
917
- background-position: 100% 50%;
918
- }
919
- }
920
- /**
921
- * Fade in
922
- */
923
- @keyframes fadeInKeyframe {
924
- 0% {
925
- opacity: 0;
926
- }
927
- 100% {
928
- opacity: 1;
929
- }
930
- }
931
- /* stylelint-disable */
932
799
  /**
933
800
  * Applies flex-column and gap.
934
801
  */
@@ -1086,29 +953,6 @@ html[data-theme=dark] .prokodo-RichText__pre {
1086
953
  * Calculates a rem-based value by a given pixel size.
1087
954
  */
1088
955
  /* stylelint-disable */
1089
- /**
1090
- * Gradient move, mainly for text
1091
- */
1092
- @keyframes gradientMove {
1093
- from {
1094
- background-position: 0% 50%;
1095
- }
1096
- to {
1097
- background-position: 100% 50%;
1098
- }
1099
- }
1100
- /**
1101
- * Fade in
1102
- */
1103
- @keyframes fadeInKeyframe {
1104
- 0% {
1105
- opacity: 0;
1106
- }
1107
- 100% {
1108
- opacity: 1;
1109
- }
1110
- }
1111
- /* stylelint-disable */
1112
956
  /**
1113
957
  * Applies flex-column and gap.
1114
958
  */
@@ -1300,29 +1144,6 @@ html[data-theme=dark] .prokodo-RichText__pre {
1300
1144
  * Calculates a rem-based value by a given pixel size.
1301
1145
  */
1302
1146
  /* stylelint-disable */
1303
- /**
1304
- * Gradient move, mainly for text
1305
- */
1306
- @keyframes gradientMove {
1307
- from {
1308
- background-position: 0% 50%;
1309
- }
1310
- to {
1311
- background-position: 100% 50%;
1312
- }
1313
- }
1314
- /**
1315
- * Fade in
1316
- */
1317
- @keyframes fadeInKeyframe {
1318
- 0% {
1319
- opacity: 0;
1320
- }
1321
- 100% {
1322
- opacity: 1;
1323
- }
1324
- }
1325
- /* stylelint-disable */
1326
1147
  /**
1327
1148
  * Applies flex-column and gap.
1328
1149
  */
@@ -1641,29 +1462,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
1641
1462
  * Calculates a rem-based value by a given pixel size.
1642
1463
  */
1643
1464
  /* stylelint-disable */
1644
- /**
1645
- * Gradient move, mainly for text
1646
- */
1647
- @keyframes gradientMove {
1648
- from {
1649
- background-position: 0% 50%;
1650
- }
1651
- to {
1652
- background-position: 100% 50%;
1653
- }
1654
- }
1655
- /**
1656
- * Fade in
1657
- */
1658
- @keyframes fadeInKeyframe {
1659
- 0% {
1660
- opacity: 0;
1661
- }
1662
- 100% {
1663
- opacity: 1;
1664
- }
1665
- }
1666
- /* stylelint-disable */
1667
1465
  /**
1668
1466
  * Applies flex-column and gap.
1669
1467
  */
@@ -1844,29 +1642,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
1844
1642
  * Calculates a rem-based value by a given pixel size.
1845
1643
  */
1846
1644
  /* stylelint-disable */
1847
- /**
1848
- * Gradient move, mainly for text
1849
- */
1850
- @keyframes gradientMove {
1851
- from {
1852
- background-position: 0% 50%;
1853
- }
1854
- to {
1855
- background-position: 100% 50%;
1856
- }
1857
- }
1858
- /**
1859
- * Fade in
1860
- */
1861
- @keyframes fadeInKeyframe {
1862
- 0% {
1863
- opacity: 0;
1864
- }
1865
- 100% {
1866
- opacity: 1;
1867
- }
1868
- }
1869
- /* stylelint-disable */
1870
1645
  /**
1871
1646
  * Applies flex-column and gap.
1872
1647
  */
@@ -2052,29 +1827,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2052
1827
  * Calculates a rem-based value by a given pixel size.
2053
1828
  */
2054
1829
  /* stylelint-disable */
2055
- /**
2056
- * Gradient move, mainly for text
2057
- */
2058
- @keyframes gradientMove {
2059
- from {
2060
- background-position: 0% 50%;
2061
- }
2062
- to {
2063
- background-position: 100% 50%;
2064
- }
2065
- }
2066
- /**
2067
- * Fade in
2068
- */
2069
- @keyframes fadeInKeyframe {
2070
- 0% {
2071
- opacity: 0;
2072
- }
2073
- 100% {
2074
- opacity: 1;
2075
- }
2076
- }
2077
- /* stylelint-disable */
2078
1830
  /**
2079
1831
  * Applies flex-column and gap.
2080
1832
  */
@@ -2241,29 +1993,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2241
1993
  * Calculates a rem-based value by a given pixel size.
2242
1994
  */
2243
1995
  /* stylelint-disable */
2244
- /**
2245
- * Gradient move, mainly for text
2246
- */
2247
- @keyframes gradientMove {
2248
- from {
2249
- background-position: 0% 50%;
2250
- }
2251
- to {
2252
- background-position: 100% 50%;
2253
- }
2254
- }
2255
- /**
2256
- * Fade in
2257
- */
2258
- @keyframes fadeInKeyframe {
2259
- 0% {
2260
- opacity: 0;
2261
- }
2262
- 100% {
2263
- opacity: 1;
2264
- }
2265
- }
2266
- /* stylelint-disable */
2267
1996
  /**
2268
1997
  * Applies flex-column and gap.
2269
1998
  */
@@ -2385,220 +2114,23 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2385
2114
  * This mixin specifies basic text-styles for components that render a richtext
2386
2115
  * content.
2387
2116
  */
2388
- @keyframes spin {
2389
- 0% {
2390
- transform: rotate(0deg);
2391
- }
2392
- 100% {
2393
- transform: rotate(360deg);
2394
- }
2395
- }
2396
- .prokodo-Loading {
2117
+ .prokodo-Card {
2397
2118
  position: relative;
2398
- display: flex;
2399
- align-items: center;
2400
- justify-content: center;
2119
+ color: var(--color-white);
2120
+ background-color: var(--color-white);
2121
+ border-radius: 2rem;
2401
2122
  }
2402
- .prokodo-Loading__gradient stop:nth-of-type(1) {
2403
- stop-color: var(--color-primary-500);
2123
+ html[data-theme=dark] .prokodo-Card {
2124
+ background-color: var(--color-grey-200);
2404
2125
  }
2405
- .prokodo-Loading__gradient stop:nth-of-type(2) {
2406
- stop-color: var(--color-grey-300);
2126
+ .prokodo-Card--inherit {
2127
+ background-color: var(--color-grey-100);
2407
2128
  }
2408
- .prokodo-Loading__gradient stop:nth-of-type(3) {
2409
- stop-color: var(--color-secondary-500);
2129
+ .prokodo-Card--white {
2130
+ background-color: var(--color-white);
2410
2131
  }
2411
- .prokodo-Loading__animation {
2412
- border-radius: 50%;
2413
- border: 4px solid transparent;
2414
- border-top: 4px solid url(#loading-gradient);
2415
- animation: spin 1s linear infinite;
2416
- }
2417
- .prokodo-Loading__animation--size-xs {
2418
- height: 20px !important;
2419
- width: 20px !important;
2420
- }
2421
- .prokodo-Loading__animation--size-sm {
2422
- height: 40px !important;
2423
- width: 40px !important;
2424
- }
2425
- .prokodo-Loading__animation--size-md {
2426
- height: 60px !important;
2427
- width: 60px !important;
2428
- }
2429
- .prokodo-Loading__animation--size-lg {
2430
- height: 80px !important;
2431
- width: 80px !important;
2432
- }
2433
- .prokodo-Loading__animation--size-xl {
2434
- height: 100px !important;
2435
- width: 100px !important;
2436
- }/* stylelint-disable */
2437
- /**
2438
- * Calculates a rem-based value by a given pixel size.
2439
- */
2440
- /* stylelint-disable */
2441
- /**
2442
- * Gradient move, mainly for text
2443
- */
2444
- @keyframes gradientMove {
2445
- from {
2446
- background-position: 0% 50%;
2447
- }
2448
- to {
2449
- background-position: 100% 50%;
2450
- }
2451
- }
2452
- /**
2453
- * Fade in
2454
- */
2455
- @keyframes fadeInKeyframe {
2456
- 0% {
2457
- opacity: 0;
2458
- }
2459
- 100% {
2460
- opacity: 1;
2461
- }
2462
- }
2463
- /* stylelint-disable */
2464
- /**
2465
- * Applies flex-column and gap.
2466
- */
2467
- /*
2468
- As example (light, primary)
2469
- See defined modes in designsystem/config/gradients
2470
- */
2471
- /**
2472
- * Mixin that renders a media query that target screens that are larger than the
2473
- * given size.
2474
- */
2475
- /**
2476
- * Mixin that renders a media query that target screens that are smaller than the
2477
- * given size.
2478
- */
2479
- /**
2480
- * Mixin that renders a media query that target screens in between the given range.
2481
- */
2482
- /**
2483
- * Mixin that renders a media query that target screens that have height larger than the
2484
- * given size.
2485
- */
2486
- /**
2487
- * Mixin that renders a media query that target screens that have height smaller than the
2488
- * given size.
2489
- */
2490
- /* stylelint-disable */
2491
- /* M3/Elevation Light/1 */
2492
- /* M3/Elevation Light/2 */
2493
- /* M3/Elevation/5 */
2494
- /* M3/Elevation/1 Text */
2495
- /* Inner elevations */
2496
- /* stylelint-disable */
2497
- /**
2498
- * Visually hides an element but not removes them for screen readers.
2499
- */
2500
- /**
2501
- * The inverse of the `hidden` helper to reset a previously hidden element to be
2502
- * visible for users.
2503
- */
2504
- /**
2505
- * Creates a selector for :hover effects depending on the current user input
2506
- * device. If the input device is a mouse, this hover effect will appear.
2507
- * Keyboard and touch inputs are ignored.
2508
- *
2509
- * Example usage:
2510
- * .link {
2511
- * color: blue;
2512
- *
2513
- * @include when-hovered() {
2514
- * color: green;
2515
- * }
2516
- * }
2517
- */
2518
- /**
2519
- * Creates a selector for :active effects depending on the current user input
2520
- * device. The state applies when the input device is a mouse or keyboard. Touch
2521
- * devices will not show a pressed state.
2522
- *
2523
- * Example usage:
2524
- * .link {
2525
- * box-shadow: none;
2526
- *
2527
- * @include when-pressed() {
2528
- * box-shadow: inset 0 2px 4px grey;
2529
- * }
2530
- * }
2531
- */
2532
- /**
2533
- * Creates a selector for :focus effects depending on the current user input
2534
- * device. When the user navigates using a keyboard, the focus effect defined in
2535
- * here is applied. For other input devices they don't show up.
2536
- *
2537
- * Example usage:
2538
- * .link {
2539
- * text-decoration: none;
2540
- *
2541
- * @include when-focused() {
2542
- * text-decoration: underline;
2543
- * }
2544
- * }
2545
- */
2546
- /**
2547
- * Creates a selector for :focus-within effects depending on the current user
2548
- * input device. When the user navigates using a keyboard, the focus effect
2549
- * defined in here is applied. For other input devices they don't show up.
2550
- *
2551
- * Example usage:
2552
- * .link {
2553
- * img {
2554
- * opacity: 0.75;
2555
- *
2556
- * @include when-focused-within() {
2557
- * opacity: 1;
2558
- * }
2559
- * }
2560
- * }
2561
- */
2562
- /**
2563
- * Wrapper for media query "prefers-reduced-motion".
2564
- */
2565
- /**
2566
- * This helper hides the outline but still makes it visible for
2567
- * Windows high-contrast users. Use this instead of `outline: 0;`.
2568
- */
2569
- /**
2570
- * This helper hides the outline but still makes it visible for
2571
- * Windows high-contrast users. Use this instead of `outline: 0;`.
2572
- */
2573
- /**
2574
- * Renders an alternative, but application consistent focus-ring.
2575
- */
2576
- /**
2577
- * Specifies the outer layout for all contents across breakpoints. Apply this
2578
- * mixin to the container element, to center the contents on the screen within
2579
- * the layout offsets.
2580
- */
2581
- /**
2582
- * This mixin specifies basic text-styles for components that render a richtext
2583
- * content.
2584
- */
2585
- .prokodo-Card {
2586
- position: relative;
2587
- color: var(--color-white);
2588
- background-color: var(--color-white);
2589
- border-radius: 2rem;
2590
- }
2591
- html[data-theme=dark] .prokodo-Card {
2592
- background-color: var(--color-grey-200);
2593
- }
2594
- .prokodo-Card--inherit {
2595
- background-color: var(--color-grey-100);
2596
- }
2597
- .prokodo-Card--white {
2598
- background-color: var(--color-white);
2599
- }
2600
- html[data-theme=dark] .prokodo-Card--white {
2601
- background-color: var(--color-grey-200);
2132
+ html[data-theme=dark] .prokodo-Card--white {
2133
+ background-color: var(--color-grey-200);
2602
2134
  }
2603
2135
  .prokodo-Card__skeleton {
2604
2136
  position: absolute;
@@ -2643,6 +2175,9 @@ html[data-theme=dark] .prokodo-Card__background {
2643
2175
  outline-offset: 4px;
2644
2176
  border-radius: 1.5rem;
2645
2177
  }
2178
+ .prokodo-Card {
2179
+ /* keep the gradient *class hooks*, but DO NOT include animated keyframes here */
2180
+ }
2646
2181
  .prokodo-Card__gradiant {
2647
2182
  position: relative;
2648
2183
  border-radius: 2rem;
@@ -2665,29 +2200,6 @@ html[data-theme=dark] .prokodo-Card__background {
2665
2200
  .prokodo-Card--has-highlight {
2666
2201
  position: relative;
2667
2202
  }
2668
- .prokodo-Card--has-highlight::before {
2669
- content: "";
2670
- position: absolute;
2671
- top: 0;
2672
- left: 0;
2673
- right: 0;
2674
- bottom: 0;
2675
- border-radius: inherit;
2676
- padding: 2px;
2677
- -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
2678
- mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
2679
- -webkit-mask-composite: xor;
2680
- mask-composite: exclude;
2681
- z-index: -1;
2682
- opacity: 0;
2683
- animation: fadeInMask 0.5s ease forwards;
2684
- background: var(--gradient-border-4);
2685
- }
2686
- @keyframes fadeInMask {
2687
- to {
2688
- opacity: 1;
2689
- }
2690
- }
2691
2203
  .prokodo-Card--has-gradiant {
2692
2204
  position: relative;
2693
2205
  }
@@ -2697,17 +2209,18 @@ html[data-theme=dark] .prokodo-Card__background {
2697
2209
  .prokodo-Card--has-shadow {
2698
2210
  box-shadow: var(--elevation-1);
2699
2211
  }
2700
- .prokodo-Card--has-animation {
2701
- animation: fadeInKeyframe ease 1s;
2702
- animation-iteration-count: 1;
2703
- animation-fill-mode: forwards;
2212
+ .prokodo-Card {
2213
+ /* IMPORTANT: no animations in base
2214
+ - remove fadeInAnimation()
2215
+ - remove local @keyframes
2216
+ - keep hooks only; effects sheet will add behavior
2217
+ */
2704
2218
  }
2705
2219
  .prokodo-Card--is-clickable {
2706
2220
  cursor: pointer;
2707
2221
  }
2708
2222
  .prokodo-Card--is-clickable:hover {
2709
2223
  box-shadow: none;
2710
- opacity: 0.7;
2711
2224
  }
2712
2225
  .prokodo-Card--is-clickable:focus {
2713
2226
  outline: 3px solid #1E90FF;
@@ -2718,29 +2231,6 @@ html[data-theme=dark] .prokodo-Card__background {
2718
2231
  * Calculates a rem-based value by a given pixel size.
2719
2232
  */
2720
2233
  /* stylelint-disable */
2721
- /**
2722
- * Gradient move, mainly for text
2723
- */
2724
- @keyframes gradientMove {
2725
- from {
2726
- background-position: 0% 50%;
2727
- }
2728
- to {
2729
- background-position: 100% 50%;
2730
- }
2731
- }
2732
- /**
2733
- * Fade in
2734
- */
2735
- @keyframes fadeInKeyframe {
2736
- 0% {
2737
- opacity: 0;
2738
- }
2739
- 100% {
2740
- opacity: 1;
2741
- }
2742
- }
2743
- /* stylelint-disable */
2744
2234
  /**
2745
2235
  * Applies flex-column and gap.
2746
2236
  */
@@ -2862,45 +2352,25 @@ html[data-theme=dark] .prokodo-Card__background {
2862
2352
  * This mixin specifies basic text-styles for components that render a richtext
2863
2353
  * content.
2864
2354
  */
2865
- @keyframes skeleton-pulse {
2866
- 0% {
2867
- opacity: 1;
2868
- }
2869
- 50% {
2870
- opacity: 0.4;
2871
- }
2872
- 100% {
2873
- opacity: 1;
2874
- }
2875
- }
2876
- @keyframes skeleton-wave {
2877
- 0% {
2878
- left: -100%;
2879
- }
2880
- 50% {
2881
- left: 100%;
2882
- }
2883
- 100% {
2884
- left: 100%;
2885
- }
2886
- }
2887
2355
  .prokodo-Skeleton {
2888
2356
  display: inline-block;
2889
2357
  background-color: rgba(var(--color-black), 0.11);
2890
2358
  border-radius: 4px;
2891
2359
  position: relative;
2892
2360
  overflow: hidden;
2361
+ /* shimmer carrier (animation is attached in modifier) */
2893
2362
  }
2894
2363
  .prokodo-Skeleton::after {
2895
2364
  content: "";
2896
2365
  display: block;
2897
2366
  position: absolute;
2898
- top: 0;
2367
+ inset: 0;
2899
2368
  left: -100%;
2900
- width: 100%;
2901
- height: 100%;
2902
2369
  background: linear-gradient(90deg, transparent, rgba(var(--color-white), 0.6), transparent);
2903
2370
  }
2371
+ .prokodo-Skeleton {
2372
+ /* variants */
2373
+ }
2904
2374
  .prokodo-Skeleton--text {
2905
2375
  height: 1em;
2906
2376
  border-radius: 4px;
@@ -2911,6 +2381,9 @@ html[data-theme=dark] .prokodo-Card__background {
2911
2381
  .prokodo-Skeleton--circular {
2912
2382
  border-radius: 50%;
2913
2383
  }
2384
+ .prokodo-Skeleton {
2385
+ /* animation hooks (keyframes live in effects sheet) */
2386
+ }
2914
2387
  .prokodo-Skeleton--pulse {
2915
2388
  animation: skeleton-pulse 1.5s ease-in-out infinite;
2916
2389
  }
@@ -2919,44 +2392,26 @@ html[data-theme=dark] .prokodo-Card__background {
2919
2392
  }
2920
2393
  .prokodo-Skeleton--none::after {
2921
2394
  display: none;
2395
+ }
2396
+ @media (prefers-reduced-motion: reduce) {
2397
+ .prokodo-Skeleton--pulse, .prokodo-Skeleton--wave::after {
2398
+ animation: none !important;
2399
+ }
2922
2400
  }/* stylelint-disable */
2923
2401
  /**
2924
2402
  * Calculates a rem-based value by a given pixel size.
2925
2403
  */
2926
2404
  /* stylelint-disable */
2927
2405
  /**
2928
- * Gradient move, mainly for text
2406
+ * Applies flex-column and gap.
2929
2407
  */
2930
- @keyframes gradientMove {
2931
- from {
2932
- background-position: 0% 50%;
2933
- }
2934
- to {
2935
- background-position: 100% 50%;
2936
- }
2937
- }
2408
+ /*
2409
+ As example (light, primary)
2410
+ See defined modes in designsystem/config/gradients
2411
+ */
2938
2412
  /**
2939
- * Fade in
2940
- */
2941
- @keyframes fadeInKeyframe {
2942
- 0% {
2943
- opacity: 0;
2944
- }
2945
- 100% {
2946
- opacity: 1;
2947
- }
2948
- }
2949
- /* stylelint-disable */
2950
- /**
2951
- * Applies flex-column and gap.
2952
- */
2953
- /*
2954
- As example (light, primary)
2955
- See defined modes in designsystem/config/gradients
2956
- */
2957
- /**
2958
- * Mixin that renders a media query that target screens that are larger than the
2959
- * given size.
2413
+ * Mixin that renders a media query that target screens that are larger than the
2414
+ * given size.
2960
2415
  */
2961
2416
  /**
2962
2417
  * Mixin that renders a media query that target screens that are smaller than the
@@ -3182,29 +2637,6 @@ html[data-theme=dark] .prokodo-Card__background {
3182
2637
  * Calculates a rem-based value by a given pixel size.
3183
2638
  */
3184
2639
  /* stylelint-disable */
3185
- /**
3186
- * Gradient move, mainly for text
3187
- */
3188
- @keyframes gradientMove {
3189
- from {
3190
- background-position: 0% 50%;
3191
- }
3192
- to {
3193
- background-position: 100% 50%;
3194
- }
3195
- }
3196
- /**
3197
- * Fade in
3198
- */
3199
- @keyframes fadeInKeyframe {
3200
- 0% {
3201
- opacity: 0;
3202
- }
3203
- 100% {
3204
- opacity: 1;
3205
- }
3206
- }
3207
- /* stylelint-disable */
3208
2640
  /**
3209
2641
  * Applies flex-column and gap.
3210
2642
  */
@@ -3470,29 +2902,6 @@ html[data-theme=dark] .prokodo-Card__background {
3470
2902
  * Calculates a rem-based value by a given pixel size.
3471
2903
  */
3472
2904
  /* stylelint-disable */
3473
- /**
3474
- * Gradient move, mainly for text
3475
- */
3476
- @keyframes gradientMove {
3477
- from {
3478
- background-position: 0% 50%;
3479
- }
3480
- to {
3481
- background-position: 100% 50%;
3482
- }
3483
- }
3484
- /**
3485
- * Fade in
3486
- */
3487
- @keyframes fadeInKeyframe {
3488
- 0% {
3489
- opacity: 0;
3490
- }
3491
- 100% {
3492
- opacity: 1;
3493
- }
3494
- }
3495
- /* stylelint-disable */
3496
2905
  /**
3497
2906
  * Applies flex-column and gap.
3498
2907
  */
@@ -3757,6 +3166,9 @@ html[data-theme=dark] .prokodo-Input__input__node {
3757
3166
  display: flex;
3758
3167
  justify-content: space-between;
3759
3168
  }
3169
+ .prokodo-Input__footer--counter-only {
3170
+ justify-content: flex-end;
3171
+ }
3760
3172
  .prokodo-Input__helperText__wrapper {
3761
3173
  padding-top: 0.25rem;
3762
3174
  margin-bottom: 0 !important;
@@ -3831,29 +3243,6 @@ html[data-theme=dark] .prokodo-Input__helperText {
3831
3243
  * Calculates a rem-based value by a given pixel size.
3832
3244
  */
3833
3245
  /* stylelint-disable */
3834
- /**
3835
- * Gradient move, mainly for text
3836
- */
3837
- @keyframes gradientMove {
3838
- from {
3839
- background-position: 0% 50%;
3840
- }
3841
- to {
3842
- background-position: 100% 50%;
3843
- }
3844
- }
3845
- /**
3846
- * Fade in
3847
- */
3848
- @keyframes fadeInKeyframe {
3849
- 0% {
3850
- opacity: 0;
3851
- }
3852
- 100% {
3853
- opacity: 1;
3854
- }
3855
- }
3856
- /* stylelint-disable */
3857
3246
  /**
3858
3247
  * Applies flex-column and gap.
3859
3248
  */
@@ -4024,29 +3413,6 @@ html[data-theme=dark] .prokodo-Label__text {
4024
3413
  * Calculates a rem-based value by a given pixel size.
4025
3414
  */
4026
3415
  /* stylelint-disable */
4027
- /**
4028
- * Gradient move, mainly for text
4029
- */
4030
- @keyframes gradientMove {
4031
- from {
4032
- background-position: 0% 50%;
4033
- }
4034
- to {
4035
- background-position: 100% 50%;
4036
- }
4037
- }
4038
- /**
4039
- * Fade in
4040
- */
4041
- @keyframes fadeInKeyframe {
4042
- 0% {
4043
- opacity: 0;
4044
- }
4045
- 100% {
4046
- opacity: 1;
4047
- }
4048
- }
4049
- /* stylelint-disable */
4050
3416
  /**
4051
3417
  * Applies flex-column and gap.
4052
3418
  */
@@ -4364,29 +3730,6 @@ html[data-theme=dark] .prokodo-Label__text {
4364
3730
  * Calculates a rem-based value by a given pixel size.
4365
3731
  */
4366
3732
  /* stylelint-disable */
4367
- /**
4368
- * Gradient move, mainly for text
4369
- */
4370
- @keyframes gradientMove {
4371
- from {
4372
- background-position: 0% 50%;
4373
- }
4374
- to {
4375
- background-position: 100% 50%;
4376
- }
4377
- }
4378
- /**
4379
- * Fade in
4380
- */
4381
- @keyframes fadeInKeyframe {
4382
- 0% {
4383
- opacity: 0;
4384
- }
4385
- 100% {
4386
- opacity: 1;
4387
- }
4388
- }
4389
- /* stylelint-disable */
4390
3733
  /**
4391
3734
  * Applies flex-column and gap.
4392
3735
  */
@@ -4508,85 +3851,8 @@ html[data-theme=dark] .prokodo-Label__text {
4508
3851
  * This mixin specifies basic text-styles for components that render a richtext
4509
3852
  * content.
4510
3853
  */
4511
- @keyframes slideInLeft {
4512
- 0% {
4513
- transform: translateX(-100%);
4514
- opacity: 0;
4515
- }
4516
- 100% {
4517
- transform: translateX(0);
4518
- opacity: 1;
4519
- }
4520
- }
4521
- @keyframes slideOutLeft {
4522
- 0% {
4523
- transform: translateX(0);
4524
- opacity: 1;
4525
- }
4526
- 100% {
4527
- transform: translateX(-100%);
4528
- opacity: 0;
4529
- }
4530
- }
4531
- @keyframes slideInRight {
4532
- 0% {
4533
- transform: translateX(100%);
4534
- opacity: 0;
4535
- }
4536
- 100% {
4537
- transform: translateX(0);
4538
- opacity: 1;
4539
- }
4540
- }
4541
- @keyframes slideOutRight {
4542
- 0% {
4543
- transform: translateX(0);
4544
- opacity: 1;
4545
- }
4546
- 100% {
4547
- transform: translateX(100%);
4548
- opacity: 0;
4549
- }
4550
- }
4551
- @keyframes slideInTop {
4552
- 0% {
4553
- transform: translateY(-100%);
4554
- opacity: 0;
4555
- }
4556
- 100% {
4557
- transform: translateY(0);
4558
- opacity: 1;
4559
- }
4560
- }
4561
- @keyframes slideOutTop {
4562
- 0% {
4563
- transform: translateY(0);
4564
- opacity: 1;
4565
- }
4566
- 100% {
4567
- transform: translateY(-100%);
4568
- opacity: 0;
4569
- }
4570
- }
4571
- @keyframes slideInBottom {
4572
- 0% {
4573
- transform: translateY(100%);
4574
- opacity: 0;
4575
- }
4576
- 100% {
4577
- transform: translateY(0);
4578
- opacity: 1;
4579
- }
4580
- }
4581
- @keyframes slideOutBottom {
4582
- 0% {
4583
- transform: translateY(0);
4584
- opacity: 1;
4585
- }
4586
- 100% {
4587
- transform: translateY(100%);
4588
- opacity: 0;
4589
- }
3854
+ .prokodo-Drawer {
3855
+ /* Backdrop */
4590
3856
  }
4591
3857
  .prokodo-Drawer__backdrop {
4592
3858
  position: fixed;
@@ -4606,6 +3872,9 @@ html[data-theme=dark] .prokodo-Label__text {
4606
3872
  transition: none !important;
4607
3873
  }
4608
3874
  }
3875
+ .prokodo-Drawer {
3876
+ /* Container */
3877
+ }
4609
3878
  .prokodo-Drawer__container {
4610
3879
  position: fixed;
4611
3880
  background-color: var(--color-white);
@@ -4614,12 +3883,16 @@ html[data-theme=dark] .prokodo-Label__text {
4614
3883
  pointer-events: none;
4615
3884
  width: 300px;
4616
3885
  height: 100%;
4617
- top: 0;
4618
- left: 0;
4619
3886
  }
4620
3887
  .prokodo-Drawer__container--open {
4621
3888
  pointer-events: auto;
4622
3889
  }
3890
+ @media (prefers-reduced-motion: reduce) {
3891
+ .prokodo-Drawer__container--open {
3892
+ transform: translateX(0) translateY(0);
3893
+ opacity: 1;
3894
+ }
3895
+ }
4623
3896
  .prokodo-Drawer__container--fullscreen {
4624
3897
  width: 100vw !important;
4625
3898
  height: 100vh !important;
@@ -4628,6 +3901,9 @@ html[data-theme=dark] .prokodo-Label__text {
4628
3901
  bottom: 0 !important;
4629
3902
  right: 0 !important;
4630
3903
  }
3904
+ .prokodo-Drawer__container {
3905
+ /* Anchor: left */
3906
+ }
4631
3907
  .prokodo-Drawer__container--anchor-left {
4632
3908
  top: 0;
4633
3909
  left: 0;
@@ -4636,10 +3912,13 @@ html[data-theme=dark] .prokodo-Label__text {
4636
3912
  transform: translateX(-100%);
4637
3913
  }
4638
3914
  .prokodo-Drawer__container--anchor-left--open {
4639
- animation: slideInLeft 0.3s ease forwards;
3915
+ animation: DrawerSlideInLeft 0.3s ease forwards;
4640
3916
  }
4641
3917
  .prokodo-Drawer__container--anchor-left:not(.prokodo-Drawer__container--anchor-left--open) {
4642
- animation: slideOutLeft 0.3s ease forwards;
3918
+ animation: DrawerSlideOutLeft 0.3s ease forwards;
3919
+ }
3920
+ .prokodo-Drawer__container {
3921
+ /* Anchor: right */
4643
3922
  }
4644
3923
  .prokodo-Drawer__container--anchor-right {
4645
3924
  top: 0;
@@ -4650,10 +3929,13 @@ html[data-theme=dark] .prokodo-Label__text {
4650
3929
  transform: translateX(100%);
4651
3930
  }
4652
3931
  .prokodo-Drawer__container--anchor-right--open {
4653
- animation: slideInRight 0.3s ease forwards;
3932
+ animation: DrawerSlideInRight 0.3s ease forwards;
4654
3933
  }
4655
3934
  .prokodo-Drawer__container--anchor-right:not(.prokodo-Drawer__container--anchor-right--open) {
4656
- animation: slideOutRight 0.3s ease forwards;
3935
+ animation: DrawerSlideOutRight 0.3s ease forwards;
3936
+ }
3937
+ .prokodo-Drawer__container {
3938
+ /* Anchor: top */
4657
3939
  }
4658
3940
  .prokodo-Drawer__container--anchor-top {
4659
3941
  top: 0;
@@ -4663,10 +3945,13 @@ html[data-theme=dark] .prokodo-Label__text {
4663
3945
  transform: translateY(-100%);
4664
3946
  }
4665
3947
  .prokodo-Drawer__container--anchor-top--open {
4666
- animation: slideInTop 0.3s ease forwards;
3948
+ animation: DrawerSlideInTop 0.3s ease forwards;
4667
3949
  }
4668
3950
  .prokodo-Drawer__container--anchor-top:not(.prokodo-Drawer__container--anchor-top--open) {
4669
- animation: slideOutTop 0.3s ease forwards;
3951
+ animation: DrawerSlideOutTop 0.3s ease forwards;
3952
+ }
3953
+ .prokodo-Drawer__container {
3954
+ /* Anchor: bottom */
4670
3955
  }
4671
3956
  .prokodo-Drawer__container--anchor-bottom {
4672
3957
  bottom: 0;
@@ -4676,26 +3961,19 @@ html[data-theme=dark] .prokodo-Label__text {
4676
3961
  transform: translateY(100%);
4677
3962
  }
4678
3963
  .prokodo-Drawer__container--anchor-bottom--open {
4679
- animation: slideInBottom 0.3s ease forwards;
3964
+ animation: DrawerSlideInBottom 0.3s ease forwards;
4680
3965
  }
4681
3966
  .prokodo-Drawer__container--anchor-bottom:not(.prokodo-Drawer__container--anchor-bottom--open) {
4682
- animation: slideOutBottom 0.3s ease forwards;
3967
+ animation: DrawerSlideOutBottom 0.3s ease forwards;
4683
3968
  }
4684
3969
  @media (prefers-reduced-motion: reduce) {
4685
3970
  .prokodo-Drawer__container {
4686
- animation: none;
4687
- transition: none;
3971
+ animation: none !important;
3972
+ transition: none !important;
4688
3973
  }
4689
3974
  }
4690
- .prokodo-Drawer__container--open {
4691
- pointer-events: auto;
4692
- }
4693
- @media (prefers-reduced-motion: reduce) {
4694
- .prokodo-Drawer__container--open {
4695
- transform: translateY(0);
4696
- transform: translateX(0);
4697
- opacity: 1;
4698
- }
3975
+ .prokodo-Drawer {
3976
+ /* Header */
4699
3977
  }
4700
3978
  .prokodo-Drawer__header {
4701
3979
  display: flex;
@@ -4704,6 +3982,9 @@ html[data-theme=dark] .prokodo-Label__text {
4704
3982
  padding: 1rem;
4705
3983
  border-bottom: 1px solid var(--color-grey-200);
4706
3984
  }
3985
+ .prokodo-Drawer {
3986
+ /* Content */
3987
+ }
4707
3988
  .prokodo-Drawer__content {
4708
3989
  padding: 1rem;
4709
3990
  overflow-y: auto;
@@ -4714,29 +3995,6 @@ html[data-theme=dark] .prokodo-Label__text {
4714
3995
  * Calculates a rem-based value by a given pixel size.
4715
3996
  */
4716
3997
  /* stylelint-disable */
4717
- /**
4718
- * Gradient move, mainly for text
4719
- */
4720
- @keyframes gradientMove {
4721
- from {
4722
- background-position: 0% 50%;
4723
- }
4724
- to {
4725
- background-position: 100% 50%;
4726
- }
4727
- }
4728
- /**
4729
- * Fade in
4730
- */
4731
- @keyframes fadeInKeyframe {
4732
- 0% {
4733
- opacity: 0;
4734
- }
4735
- 100% {
4736
- opacity: 1;
4737
- }
4738
- }
4739
- /* stylelint-disable */
4740
3998
  /**
4741
3999
  * Applies flex-column and gap.
4742
4000
  */
@@ -4937,29 +4195,6 @@ html[data-theme=dark] .prokodo-DynamicList__helperText {
4937
4195
  * Calculates a rem-based value by a given pixel size.
4938
4196
  */
4939
4197
  /* stylelint-disable */
4940
- /**
4941
- * Gradient move, mainly for text
4942
- */
4943
- @keyframes gradientMove {
4944
- from {
4945
- background-position: 0% 50%;
4946
- }
4947
- to {
4948
- background-position: 100% 50%;
4949
- }
4950
- }
4951
- /**
4952
- * Fade in
4953
- */
4954
- @keyframes fadeInKeyframe {
4955
- 0% {
4956
- opacity: 0;
4957
- }
4958
- 100% {
4959
- opacity: 1;
4960
- }
4961
- }
4962
- /* stylelint-disable */
4963
4198
  /**
4964
4199
  * Applies flex-column and gap.
4965
4200
  */
@@ -5414,29 +4649,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
5414
4649
  * Calculates a rem-based value by a given pixel size.
5415
4650
  */
5416
4651
  /* stylelint-disable */
5417
- /**
5418
- * Gradient move, mainly for text
5419
- */
5420
- @keyframes gradientMove {
5421
- from {
5422
- background-position: 0% 50%;
5423
- }
5424
- to {
5425
- background-position: 100% 50%;
5426
- }
5427
- }
5428
- /**
5429
- * Fade in
5430
- */
5431
- @keyframes fadeInKeyframe {
5432
- 0% {
5433
- opacity: 0;
5434
- }
5435
- 100% {
5436
- opacity: 1;
5437
- }
5438
- }
5439
- /* stylelint-disable */
5440
4652
  /**
5441
4653
  * Applies flex-column and gap.
5442
4654
  */
@@ -5587,30 +4799,7 @@ html[data-theme=dark] .prokodo-Select__helperText {
5587
4799
  */
5588
4800
  /* stylelint-disable */
5589
4801
  /**
5590
- * Gradient move, mainly for text
5591
- */
5592
- @keyframes gradientMove {
5593
- from {
5594
- background-position: 0% 50%;
5595
- }
5596
- to {
5597
- background-position: 100% 50%;
5598
- }
5599
- }
5600
- /**
5601
- * Fade in
5602
- */
5603
- @keyframes fadeInKeyframe {
5604
- 0% {
5605
- opacity: 0;
5606
- }
5607
- 100% {
5608
- opacity: 1;
5609
- }
5610
- }
5611
- /* stylelint-disable */
5612
- /**
5613
- * Applies flex-column and gap.
4802
+ * Applies flex-column and gap.
5614
4803
  */
5615
4804
  /*
5616
4805
  As example (light, primary)
@@ -5737,29 +4926,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
5737
4926
  * Calculates a rem-based value by a given pixel size.
5738
4927
  */
5739
4928
  /* stylelint-disable */
5740
- /**
5741
- * Gradient move, mainly for text
5742
- */
5743
- @keyframes gradientMove {
5744
- from {
5745
- background-position: 0% 50%;
5746
- }
5747
- to {
5748
- background-position: 100% 50%;
5749
- }
5750
- }
5751
- /**
5752
- * Fade in
5753
- */
5754
- @keyframes fadeInKeyframe {
5755
- 0% {
5756
- opacity: 0;
5757
- }
5758
- 100% {
5759
- opacity: 1;
5760
- }
5761
- }
5762
- /* stylelint-disable */
5763
4929
  /**
5764
4930
  * Applies flex-column and gap.
5765
4931
  */
@@ -5977,6 +5143,9 @@ html[data-theme=dark] .prokodo-Select__helperText {
5977
5143
  height: auto;
5978
5144
  left: auto;
5979
5145
  text-indent: inherit;
5146
+ text-align: center;
5147
+ margin-left: 50%;
5148
+ min-width: 100px;
5980
5149
  }
5981
5150
  }
5982
5151
  .prokodo-Slider__input {
@@ -6058,29 +5227,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6058
5227
  * Calculates a rem-based value by a given pixel size.
6059
5228
  */
6060
5229
  /* stylelint-disable */
6061
- /**
6062
- * Gradient move, mainly for text
6063
- */
6064
- @keyframes gradientMove {
6065
- from {
6066
- background-position: 0% 50%;
6067
- }
6068
- to {
6069
- background-position: 100% 50%;
6070
- }
6071
- }
6072
- /**
6073
- * Fade in
6074
- */
6075
- @keyframes fadeInKeyframe {
6076
- 0% {
6077
- opacity: 0;
6078
- }
6079
- 100% {
6080
- opacity: 1;
6081
- }
6082
- }
6083
- /* stylelint-disable */
6084
5230
  /**
6085
5231
  * Applies flex-column and gap.
6086
5232
  */
@@ -6335,29 +5481,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6335
5481
  * Calculates a rem-based value by a given pixel size.
6336
5482
  */
6337
5483
  /* stylelint-disable */
6338
- /**
6339
- * Gradient move, mainly for text
6340
- */
6341
- @keyframes gradientMove {
6342
- from {
6343
- background-position: 0% 50%;
6344
- }
6345
- to {
6346
- background-position: 100% 50%;
6347
- }
6348
- }
6349
- /**
6350
- * Fade in
6351
- */
6352
- @keyframes fadeInKeyframe {
6353
- 0% {
6354
- opacity: 0;
6355
- }
6356
- 100% {
6357
- opacity: 1;
6358
- }
6359
- }
6360
- /* stylelint-disable */
6361
5484
  /**
6362
5485
  * Applies flex-column and gap.
6363
5486
  */
@@ -6686,29 +5809,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6686
5809
  * Calculates a rem-based value by a given pixel size.
6687
5810
  */
6688
5811
  /* stylelint-disable */
6689
- /**
6690
- * Gradient move, mainly for text
6691
- */
6692
- @keyframes gradientMove {
6693
- from {
6694
- background-position: 0% 50%;
6695
- }
6696
- to {
6697
- background-position: 100% 50%;
6698
- }
6699
- }
6700
- /**
6701
- * Fade in
6702
- */
6703
- @keyframes fadeInKeyframe {
6704
- 0% {
6705
- opacity: 0;
6706
- }
6707
- 100% {
6708
- opacity: 1;
6709
- }
6710
- }
6711
- /* stylelint-disable */
6712
5812
  /**
6713
5813
  * Applies flex-column and gap.
6714
5814
  */
@@ -6876,29 +5976,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6876
5976
  * Calculates a rem-based value by a given pixel size.
6877
5977
  */
6878
5978
  /* stylelint-disable */
6879
- /**
6880
- * Gradient move, mainly for text
6881
- */
6882
- @keyframes gradientMove {
6883
- from {
6884
- background-position: 0% 50%;
6885
- }
6886
- to {
6887
- background-position: 100% 50%;
6888
- }
6889
- }
6890
- /**
6891
- * Fade in
6892
- */
6893
- @keyframes fadeInKeyframe {
6894
- 0% {
6895
- opacity: 0;
6896
- }
6897
- 100% {
6898
- opacity: 1;
6899
- }
6900
- }
6901
- /* stylelint-disable */
6902
5979
  /**
6903
5980
  * Applies flex-column and gap.
6904
5981
  */
@@ -7266,29 +6343,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7266
6343
  * Calculates a rem-based value by a given pixel size.
7267
6344
  */
7268
6345
  /* stylelint-disable */
7269
- /**
7270
- * Gradient move, mainly for text
7271
- */
7272
- @keyframes gradientMove {
7273
- from {
7274
- background-position: 0% 50%;
7275
- }
7276
- to {
7277
- background-position: 100% 50%;
7278
- }
7279
- }
7280
- /**
7281
- * Fade in
7282
- */
7283
- @keyframes fadeInKeyframe {
7284
- 0% {
7285
- opacity: 0;
7286
- }
7287
- 100% {
7288
- opacity: 1;
7289
- }
7290
- }
7291
- /* stylelint-disable */
7292
6346
  /**
7293
6347
  * Applies flex-column and gap.
7294
6348
  */
@@ -7419,29 +6473,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7419
6473
  * Calculates a rem-based value by a given pixel size.
7420
6474
  */
7421
6475
  /* stylelint-disable */
7422
- /**
7423
- * Gradient move, mainly for text
7424
- */
7425
- @keyframes gradientMove {
7426
- from {
7427
- background-position: 0% 50%;
7428
- }
7429
- to {
7430
- background-position: 100% 50%;
7431
- }
7432
- }
7433
- /**
7434
- * Fade in
7435
- */
7436
- @keyframes fadeInKeyframe {
7437
- 0% {
7438
- opacity: 0;
7439
- }
7440
- 100% {
7441
- opacity: 1;
7442
- }
7443
- }
7444
- /* stylelint-disable */
7445
6476
  /**
7446
6477
  * Applies flex-column and gap.
7447
6478
  */
@@ -7637,29 +6668,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7637
6668
  * Calculates a rem-based value by a given pixel size.
7638
6669
  */
7639
6670
  /* stylelint-disable */
7640
- /**
7641
- * Gradient move, mainly for text
7642
- */
7643
- @keyframes gradientMove {
7644
- from {
7645
- background-position: 0% 50%;
7646
- }
7647
- to {
7648
- background-position: 100% 50%;
7649
- }
7650
- }
7651
- /**
7652
- * Fade in
7653
- */
7654
- @keyframes fadeInKeyframe {
7655
- 0% {
7656
- opacity: 0;
7657
- }
7658
- 100% {
7659
- opacity: 1;
7660
- }
7661
- }
7662
- /* stylelint-disable */
7663
6671
  /**
7664
6672
  * Applies flex-column and gap.
7665
6673
  */
@@ -7788,29 +6796,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7788
6796
  * Calculates a rem-based value by a given pixel size.
7789
6797
  */
7790
6798
  /* stylelint-disable */
7791
- /**
7792
- * Gradient move, mainly for text
7793
- */
7794
- @keyframes gradientMove {
7795
- from {
7796
- background-position: 0% 50%;
7797
- }
7798
- to {
7799
- background-position: 100% 50%;
7800
- }
7801
- }
7802
- /**
7803
- * Fade in
7804
- */
7805
- @keyframes fadeInKeyframe {
7806
- 0% {
7807
- opacity: 0;
7808
- }
7809
- 100% {
7810
- opacity: 1;
7811
- }
7812
- }
7813
- /* stylelint-disable */
7814
6799
  /**
7815
6800
  * Applies flex-column and gap.
7816
6801
  */
@@ -7965,29 +6950,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7965
6950
  * Calculates a rem-based value by a given pixel size.
7966
6951
  */
7967
6952
  /* stylelint-disable */
7968
- /**
7969
- * Gradient move, mainly for text
7970
- */
7971
- @keyframes gradientMove {
7972
- from {
7973
- background-position: 0% 50%;
7974
- }
7975
- to {
7976
- background-position: 100% 50%;
7977
- }
7978
- }
7979
- /**
7980
- * Fade in
7981
- */
7982
- @keyframes fadeInKeyframe {
7983
- 0% {
7984
- opacity: 0;
7985
- }
7986
- 100% {
7987
- opacity: 1;
7988
- }
7989
- }
7990
- /* stylelint-disable */
7991
6953
  /**
7992
6954
  * Applies flex-column and gap.
7993
6955
  */
@@ -8253,29 +7215,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8253
7215
  * Calculates a rem-based value by a given pixel size.
8254
7216
  */
8255
7217
  /* stylelint-disable */
8256
- /**
8257
- * Gradient move, mainly for text
8258
- */
8259
- @keyframes gradientMove {
8260
- from {
8261
- background-position: 0% 50%;
8262
- }
8263
- to {
8264
- background-position: 100% 50%;
8265
- }
8266
- }
8267
- /**
8268
- * Fade in
8269
- */
8270
- @keyframes fadeInKeyframe {
8271
- 0% {
8272
- opacity: 0;
8273
- }
8274
- 100% {
8275
- opacity: 1;
8276
- }
8277
- }
8278
- /* stylelint-disable */
8279
7218
  /**
8280
7219
  * Applies flex-column and gap.
8281
7220
  */
@@ -8431,29 +7370,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8431
7370
  * Calculates a rem-based value by a given pixel size.
8432
7371
  */
8433
7372
  /* stylelint-disable */
8434
- /**
8435
- * Gradient move, mainly for text
8436
- */
8437
- @keyframes gradientMove {
8438
- from {
8439
- background-position: 0% 50%;
8440
- }
8441
- to {
8442
- background-position: 100% 50%;
8443
- }
8444
- }
8445
- /**
8446
- * Fade in
8447
- */
8448
- @keyframes fadeInKeyframe {
8449
- 0% {
8450
- opacity: 0;
8451
- }
8452
- 100% {
8453
- opacity: 1;
8454
- }
8455
- }
8456
- /* stylelint-disable */
8457
7373
  /**
8458
7374
  * Applies flex-column and gap.
8459
7375
  */
@@ -8695,29 +7611,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8695
7611
  * Calculates a rem-based value by a given pixel size.
8696
7612
  */
8697
7613
  /* stylelint-disable */
8698
- /**
8699
- * Gradient move, mainly for text
8700
- */
8701
- @keyframes gradientMove {
8702
- from {
8703
- background-position: 0% 50%;
8704
- }
8705
- to {
8706
- background-position: 100% 50%;
8707
- }
8708
- }
8709
- /**
8710
- * Fade in
8711
- */
8712
- @keyframes fadeInKeyframe {
8713
- 0% {
8714
- opacity: 0;
8715
- }
8716
- 100% {
8717
- opacity: 1;
8718
- }
8719
- }
8720
- /* stylelint-disable */
8721
7614
  /**
8722
7615
  * Applies flex-column and gap.
8723
7616
  */
@@ -8914,29 +7807,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8914
7807
  * Calculates a rem-based value by a given pixel size.
8915
7808
  */
8916
7809
  /* stylelint-disable */
8917
- /**
8918
- * Gradient move, mainly for text
8919
- */
8920
- @keyframes gradientMove {
8921
- from {
8922
- background-position: 0% 50%;
8923
- }
8924
- to {
8925
- background-position: 100% 50%;
8926
- }
8927
- }
8928
- /**
8929
- * Fade in
8930
- */
8931
- @keyframes fadeInKeyframe {
8932
- 0% {
8933
- opacity: 0;
8934
- }
8935
- 100% {
8936
- opacity: 1;
8937
- }
8938
- }
8939
- /* stylelint-disable */
8940
7810
  /**
8941
7811
  * Applies flex-column and gap.
8942
7812
  */
@@ -9106,30 +7976,7 @@ html[data-theme=dark] .prokodo-List__item__icon {
9106
7976
  */
9107
7977
  /* stylelint-disable */
9108
7978
  /**
9109
- * Gradient move, mainly for text
9110
- */
9111
- @keyframes gradientMove {
9112
- from {
9113
- background-position: 0% 50%;
9114
- }
9115
- to {
9116
- background-position: 100% 50%;
9117
- }
9118
- }
9119
- /**
9120
- * Fade in
9121
- */
9122
- @keyframes fadeInKeyframe {
9123
- 0% {
9124
- opacity: 0;
9125
- }
9126
- 100% {
9127
- opacity: 1;
9128
- }
9129
- }
9130
- /* stylelint-disable */
9131
- /**
9132
- * Applies flex-column and gap.
7979
+ * Applies flex-column and gap.
9133
7980
  */
9134
7981
  /*
9135
7982
  As example (light, primary)
@@ -9332,29 +8179,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9332
8179
  * Calculates a rem-based value by a given pixel size.
9333
8180
  */
9334
8181
  /* stylelint-disable */
9335
- /**
9336
- * Gradient move, mainly for text
9337
- */
9338
- @keyframes gradientMove {
9339
- from {
9340
- background-position: 0% 50%;
9341
- }
9342
- to {
9343
- background-position: 100% 50%;
9344
- }
9345
- }
9346
- /**
9347
- * Fade in
9348
- */
9349
- @keyframes fadeInKeyframe {
9350
- 0% {
9351
- opacity: 0;
9352
- }
9353
- 100% {
9354
- opacity: 1;
9355
- }
9356
- }
9357
- /* stylelint-disable */
9358
8182
  /**
9359
8183
  * Applies flex-column and gap.
9360
8184
  */
@@ -9559,29 +8383,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9559
8383
  * Calculates a rem-based value by a given pixel size.
9560
8384
  */
9561
8385
  /* stylelint-disable */
9562
- /**
9563
- * Gradient move, mainly for text
9564
- */
9565
- @keyframes gradientMove {
9566
- from {
9567
- background-position: 0% 50%;
9568
- }
9569
- to {
9570
- background-position: 100% 50%;
9571
- }
9572
- }
9573
- /**
9574
- * Fade in
9575
- */
9576
- @keyframes fadeInKeyframe {
9577
- 0% {
9578
- opacity: 0;
9579
- }
9580
- 100% {
9581
- opacity: 1;
9582
- }
9583
- }
9584
- /* stylelint-disable */
9585
8386
  /**
9586
8387
  * Applies flex-column and gap.
9587
8388
  */
@@ -9878,29 +8679,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9878
8679
  * Calculates a rem-based value by a given pixel size.
9879
8680
  */
9880
8681
  /* stylelint-disable */
9881
- /**
9882
- * Gradient move, mainly for text
9883
- */
9884
- @keyframes gradientMove {
9885
- from {
9886
- background-position: 0% 50%;
9887
- }
9888
- to {
9889
- background-position: 100% 50%;
9890
- }
9891
- }
9892
- /**
9893
- * Fade in
9894
- */
9895
- @keyframes fadeInKeyframe {
9896
- 0% {
9897
- opacity: 0;
9898
- }
9899
- 100% {
9900
- opacity: 1;
9901
- }
9902
- }
9903
- /* stylelint-disable */
9904
8682
  /**
9905
8683
  * Applies flex-column and gap.
9906
8684
  */
@@ -10120,29 +8898,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10120
8898
  * Calculates a rem-based value by a given pixel size.
10121
8899
  */
10122
8900
  /* stylelint-disable */
10123
- /**
10124
- * Gradient move, mainly for text
10125
- */
10126
- @keyframes gradientMove {
10127
- from {
10128
- background-position: 0% 50%;
10129
- }
10130
- to {
10131
- background-position: 100% 50%;
10132
- }
10133
- }
10134
- /**
10135
- * Fade in
10136
- */
10137
- @keyframes fadeInKeyframe {
10138
- 0% {
10139
- opacity: 0;
10140
- }
10141
- 100% {
10142
- opacity: 1;
10143
- }
10144
- }
10145
- /* stylelint-disable */
10146
8901
  /**
10147
8902
  * Applies flex-column and gap.
10148
8903
  */
@@ -10489,29 +9244,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10489
9244
  * Calculates a rem-based value by a given pixel size.
10490
9245
  */
10491
9246
  /* stylelint-disable */
10492
- /**
10493
- * Gradient move, mainly for text
10494
- */
10495
- @keyframes gradientMove {
10496
- from {
10497
- background-position: 0% 50%;
10498
- }
10499
- to {
10500
- background-position: 100% 50%;
10501
- }
10502
- }
10503
- /**
10504
- * Fade in
10505
- */
10506
- @keyframes fadeInKeyframe {
10507
- 0% {
10508
- opacity: 0;
10509
- }
10510
- 100% {
10511
- opacity: 1;
10512
- }
10513
- }
10514
- /* stylelint-disable */
10515
9247
  /**
10516
9248
  * Applies flex-column and gap.
10517
9249
  */
@@ -10666,7 +9398,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10666
9398
  .prokodo-Table__head__cell {
10667
9399
  padding: 1.5rem 0.5rem;
10668
9400
  font-weight: 500;
10669
- text-align: center;
10670
9401
  font-weight: 400;
10671
9402
  font-size: 1.125rem;
10672
9403
  font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
@@ -10677,6 +9408,9 @@ html[data-theme=dark] .prokodo-List__item__icon {
10677
9408
  text-align: left;
10678
9409
  text-decoration: none;
10679
9410
  }
9411
+ .prokodo-Table__head__cell {
9412
+ text-align: center;
9413
+ }
10680
9414
  .prokodo-Table__head__cell:first-child {
10681
9415
  color: var(--color-primary-500);
10682
9416
  text-align: left;
@@ -10717,24 +9451,840 @@ html[data-theme=dark] .prokodo-List__item__icon {
10717
9451
  }
10718
9452
  }/* stylelint-disable */
10719
9453
  /**
10720
- * Calculates a rem-based value by a given pixel size.
9454
+ * Calculates a rem-based value by a given pixel size.
9455
+ */
9456
+ /* stylelint-disable */
9457
+ /**
9458
+ * Applies flex-column and gap.
9459
+ */
9460
+ /*
9461
+ As example (light, primary)
9462
+ See defined modes in designsystem/config/gradients
9463
+ */
9464
+ /**
9465
+ * Mixin that renders a media query that target screens that are larger than the
9466
+ * given size.
9467
+ */
9468
+ /**
9469
+ * Mixin that renders a media query that target screens that are smaller than the
9470
+ * given size.
9471
+ */
9472
+ /**
9473
+ * Mixin that renders a media query that target screens in between the given range.
9474
+ */
9475
+ /**
9476
+ * Mixin that renders a media query that target screens that have height larger than the
9477
+ * given size.
9478
+ */
9479
+ /**
9480
+ * Mixin that renders a media query that target screens that have height smaller than the
9481
+ * given size.
9482
+ */
9483
+ /* stylelint-disable */
9484
+ /* M3/Elevation Light/1 */
9485
+ /* M3/Elevation Light/2 */
9486
+ /* M3/Elevation/5 */
9487
+ /* M3/Elevation/1 Text */
9488
+ /* Inner elevations */
9489
+ /* stylelint-disable */
9490
+ /**
9491
+ * Visually hides an element but not removes them for screen readers.
9492
+ */
9493
+ /**
9494
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
9495
+ * visible for users.
9496
+ */
9497
+ /**
9498
+ * Creates a selector for :hover effects depending on the current user input
9499
+ * device. If the input device is a mouse, this hover effect will appear.
9500
+ * Keyboard and touch inputs are ignored.
9501
+ *
9502
+ * Example usage:
9503
+ * .link {
9504
+ * color: blue;
9505
+ *
9506
+ * @include when-hovered() {
9507
+ * color: green;
9508
+ * }
9509
+ * }
9510
+ */
9511
+ /**
9512
+ * Creates a selector for :active effects depending on the current user input
9513
+ * device. The state applies when the input device is a mouse or keyboard. Touch
9514
+ * devices will not show a pressed state.
9515
+ *
9516
+ * Example usage:
9517
+ * .link {
9518
+ * box-shadow: none;
9519
+ *
9520
+ * @include when-pressed() {
9521
+ * box-shadow: inset 0 2px 4px grey;
9522
+ * }
9523
+ * }
9524
+ */
9525
+ /**
9526
+ * Creates a selector for :focus effects depending on the current user input
9527
+ * device. When the user navigates using a keyboard, the focus effect defined in
9528
+ * here is applied. For other input devices they don't show up.
9529
+ *
9530
+ * Example usage:
9531
+ * .link {
9532
+ * text-decoration: none;
9533
+ *
9534
+ * @include when-focused() {
9535
+ * text-decoration: underline;
9536
+ * }
9537
+ * }
9538
+ */
9539
+ /**
9540
+ * Creates a selector for :focus-within effects depending on the current user
9541
+ * input device. When the user navigates using a keyboard, the focus effect
9542
+ * defined in here is applied. For other input devices they don't show up.
9543
+ *
9544
+ * Example usage:
9545
+ * .link {
9546
+ * img {
9547
+ * opacity: 0.75;
9548
+ *
9549
+ * @include when-focused-within() {
9550
+ * opacity: 1;
9551
+ * }
9552
+ * }
9553
+ * }
9554
+ */
9555
+ /**
9556
+ * Wrapper for media query "prefers-reduced-motion".
9557
+ */
9558
+ /**
9559
+ * This helper hides the outline but still makes it visible for
9560
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9561
+ */
9562
+ /**
9563
+ * This helper hides the outline but still makes it visible for
9564
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9565
+ */
9566
+ /**
9567
+ * Renders an alternative, but application consistent focus-ring.
9568
+ */
9569
+ /**
9570
+ * Specifies the outer layout for all contents across breakpoints. Apply this
9571
+ * mixin to the container element, to center the contents on the screen within
9572
+ * the layout offsets.
9573
+ */
9574
+ /**
9575
+ * This mixin specifies basic text-styles for components that render a richtext
9576
+ * content.
9577
+ */
9578
+ .prokodo-TableCell {
9579
+ text-align: center;
9580
+ }
9581
+ .prokodo-TableCell__inner {
9582
+ display: inline-flex;
9583
+ height: 100%;
9584
+ width: 100%;
9585
+ flex-direction: column;
9586
+ justify-content: center;
9587
+ align-items: center;
9588
+ padding: 1.5rem 0.5rem;
9589
+ font-weight: 400;
9590
+ font-size: 1.125rem;
9591
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
9592
+ font-style: normal;
9593
+ line-height: 1.5;
9594
+ letter-spacing: 0.03em;
9595
+ text-transform: none;
9596
+ text-align: left;
9597
+ text-decoration: none;
9598
+ }
9599
+ @media screen and (min-width: 480px) {
9600
+ .prokodo-TableCell__inner {
9601
+ font-size: 1rem;
9602
+ line-height: 1.45;
9603
+ }
9604
+ }
9605
+ @media screen and (min-width: 960px) {
9606
+ .prokodo-TableCell__inner {
9607
+ font-size: 1rem;
9608
+ line-height: 1.45;
9609
+ }
9610
+ }
9611
+ .prokodo-TableCell:first-child > span {
9612
+ font-weight: 500;
9613
+ text-align: left;
9614
+ align-items: baseline;
9615
+ }
9616
+ .prokodo-TableCell__icon {
9617
+ padding-bottom: 1rem;
9618
+ }/* stylelint-disable */
9619
+ /**
9620
+ * Calculates a rem-based value by a given pixel size.
9621
+ */
9622
+ /* stylelint-disable */
9623
+ /**
9624
+ * Applies flex-column and gap.
9625
+ */
9626
+ /*
9627
+ As example (light, primary)
9628
+ See defined modes in designsystem/config/gradients
9629
+ */
9630
+ /**
9631
+ * Mixin that renders a media query that target screens that are larger than the
9632
+ * given size.
9633
+ */
9634
+ /**
9635
+ * Mixin that renders a media query that target screens that are smaller than the
9636
+ * given size.
9637
+ */
9638
+ /**
9639
+ * Mixin that renders a media query that target screens in between the given range.
9640
+ */
9641
+ /**
9642
+ * Mixin that renders a media query that target screens that have height larger than the
9643
+ * given size.
9644
+ */
9645
+ /**
9646
+ * Mixin that renders a media query that target screens that have height smaller than the
9647
+ * given size.
9648
+ */
9649
+ /* stylelint-disable */
9650
+ /* M3/Elevation Light/1 */
9651
+ /* M3/Elevation Light/2 */
9652
+ /* M3/Elevation/5 */
9653
+ /* M3/Elevation/1 Text */
9654
+ /* Inner elevations */
9655
+ /* stylelint-disable */
9656
+ /**
9657
+ * Visually hides an element but not removes them for screen readers.
9658
+ */
9659
+ /**
9660
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
9661
+ * visible for users.
9662
+ */
9663
+ /**
9664
+ * Creates a selector for :hover effects depending on the current user input
9665
+ * device. If the input device is a mouse, this hover effect will appear.
9666
+ * Keyboard and touch inputs are ignored.
9667
+ *
9668
+ * Example usage:
9669
+ * .link {
9670
+ * color: blue;
9671
+ *
9672
+ * @include when-hovered() {
9673
+ * color: green;
9674
+ * }
9675
+ * }
9676
+ */
9677
+ /**
9678
+ * Creates a selector for :active effects depending on the current user input
9679
+ * device. The state applies when the input device is a mouse or keyboard. Touch
9680
+ * devices will not show a pressed state.
9681
+ *
9682
+ * Example usage:
9683
+ * .link {
9684
+ * box-shadow: none;
9685
+ *
9686
+ * @include when-pressed() {
9687
+ * box-shadow: inset 0 2px 4px grey;
9688
+ * }
9689
+ * }
9690
+ */
9691
+ /**
9692
+ * Creates a selector for :focus effects depending on the current user input
9693
+ * device. When the user navigates using a keyboard, the focus effect defined in
9694
+ * here is applied. For other input devices they don't show up.
9695
+ *
9696
+ * Example usage:
9697
+ * .link {
9698
+ * text-decoration: none;
9699
+ *
9700
+ * @include when-focused() {
9701
+ * text-decoration: underline;
9702
+ * }
9703
+ * }
9704
+ */
9705
+ /**
9706
+ * Creates a selector for :focus-within effects depending on the current user
9707
+ * input device. When the user navigates using a keyboard, the focus effect
9708
+ * defined in here is applied. For other input devices they don't show up.
9709
+ *
9710
+ * Example usage:
9711
+ * .link {
9712
+ * img {
9713
+ * opacity: 0.75;
9714
+ *
9715
+ * @include when-focused-within() {
9716
+ * opacity: 1;
9717
+ * }
9718
+ * }
9719
+ * }
9720
+ */
9721
+ /**
9722
+ * Wrapper for media query "prefers-reduced-motion".
9723
+ */
9724
+ /**
9725
+ * This helper hides the outline but still makes it visible for
9726
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9727
+ */
9728
+ /**
9729
+ * This helper hides the outline but still makes it visible for
9730
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9731
+ */
9732
+ /**
9733
+ * Renders an alternative, but application consistent focus-ring.
9734
+ */
9735
+ /**
9736
+ * Specifies the outer layout for all contents across breakpoints. Apply this
9737
+ * mixin to the container element, to center the contents on the screen within
9738
+ * the layout offsets.
9739
+ */
9740
+ /**
9741
+ * This mixin specifies basic text-styles for components that render a richtext
9742
+ * content.
9743
+ */
9744
+ .prokodo-Teaser {
9745
+ overflow: hidden;
9746
+ }
9747
+ .prokodo-Teaser__card {
9748
+ padding: 0;
9749
+ }
9750
+ .prokodo-Teaser__card__content {
9751
+ padding: 1rem;
9752
+ }
9753
+ .prokodo-Teaser__image {
9754
+ -o-object-fit: cover;
9755
+ object-fit: cover;
9756
+ }
9757
+ .prokodo-Teaser__image__wrapper {
9758
+ position: relative;
9759
+ width: 100%;
9760
+ height: 230px;
9761
+ }
9762
+ .prokodo-Teaser__image__caption {
9763
+ bottom: 0.5rem;
9764
+ text-align: right;
9765
+ padding-right: 0.5rem;
9766
+ width: calc(100% - 0.5rem);
9767
+ }
9768
+ .prokodo-Teaser__animation {
9769
+ width: 100%;
9770
+ height: 230px;
9771
+ }
9772
+ .prokodo-Teaser__headline--has-lineClamp {
9773
+ display: -webkit-box;
9774
+ -webkit-line-clamp: 1;
9775
+ -webkit-box-orient: vertical;
9776
+ overflow: hidden;
9777
+ }
9778
+ .prokodo-Teaser__content {
9779
+ text-align: center;
9780
+ font-weight: 400;
9781
+ font-size: 1.125rem;
9782
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
9783
+ font-style: normal;
9784
+ line-height: 1.5;
9785
+ letter-spacing: 0.03em;
9786
+ text-transform: none;
9787
+ text-align: left;
9788
+ text-decoration: none;
9789
+ }
9790
+ @media screen and (min-width: 480px) {
9791
+ .prokodo-Teaser__content {
9792
+ font-size: 1rem;
9793
+ line-height: 1.45;
9794
+ }
9795
+ }
9796
+ @media screen and (min-width: 960px) {
9797
+ .prokodo-Teaser__content {
9798
+ font-size: 1rem;
9799
+ line-height: 1.45;
9800
+ }
9801
+ }
9802
+ .prokodo-Teaser__content--has-lineClamp {
9803
+ display: -webkit-box;
9804
+ -webkit-line-clamp: 3;
9805
+ -webkit-box-orient: vertical;
9806
+ overflow: hidden;
9807
+ }
9808
+ .prokodo-Teaser__content--align-left {
9809
+ text-align: left;
9810
+ }
9811
+ .prokodo-Teaser__content--align-right {
9812
+ text-align: right;
9813
+ }
9814
+ .prokodo-Teaser__link {
9815
+ display: flex;
9816
+ align-items: center;
9817
+ }
9818
+ .prokodo-Teaser__link__icon {
9819
+ margin-right: 0.25rem;
9820
+ }/* stylelint-disable */
9821
+ /**
9822
+ * Calculates a rem-based value by a given pixel size.
9823
+ */
9824
+ /* stylelint-disable */
9825
+ /**
9826
+ * Applies flex-column and gap.
9827
+ */
9828
+ /*
9829
+ As example (light, primary)
9830
+ See defined modes in designsystem/config/gradients
9831
+ */
9832
+ /**
9833
+ * Mixin that renders a media query that target screens that are larger than the
9834
+ * given size.
9835
+ */
9836
+ /**
9837
+ * Mixin that renders a media query that target screens that are smaller than the
9838
+ * given size.
9839
+ */
9840
+ /**
9841
+ * Mixin that renders a media query that target screens in between the given range.
9842
+ */
9843
+ /**
9844
+ * Mixin that renders a media query that target screens that have height larger than the
9845
+ * given size.
9846
+ */
9847
+ /**
9848
+ * Mixin that renders a media query that target screens that have height smaller than the
9849
+ * given size.
9850
+ */
9851
+ /* stylelint-disable */
9852
+ /* M3/Elevation Light/1 */
9853
+ /* M3/Elevation Light/2 */
9854
+ /* M3/Elevation/5 */
9855
+ /* M3/Elevation/1 Text */
9856
+ /* Inner elevations */
9857
+ /* stylelint-disable */
9858
+ /**
9859
+ * Visually hides an element but not removes them for screen readers.
9860
+ */
9861
+ /**
9862
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
9863
+ * visible for users.
9864
+ */
9865
+ /**
9866
+ * Creates a selector for :hover effects depending on the current user input
9867
+ * device. If the input device is a mouse, this hover effect will appear.
9868
+ * Keyboard and touch inputs are ignored.
9869
+ *
9870
+ * Example usage:
9871
+ * .link {
9872
+ * color: blue;
9873
+ *
9874
+ * @include when-hovered() {
9875
+ * color: green;
9876
+ * }
9877
+ * }
9878
+ */
9879
+ /**
9880
+ * Creates a selector for :active effects depending on the current user input
9881
+ * device. The state applies when the input device is a mouse or keyboard. Touch
9882
+ * devices will not show a pressed state.
9883
+ *
9884
+ * Example usage:
9885
+ * .link {
9886
+ * box-shadow: none;
9887
+ *
9888
+ * @include when-pressed() {
9889
+ * box-shadow: inset 0 2px 4px grey;
9890
+ * }
9891
+ * }
9892
+ */
9893
+ /**
9894
+ * Creates a selector for :focus effects depending on the current user input
9895
+ * device. When the user navigates using a keyboard, the focus effect defined in
9896
+ * here is applied. For other input devices they don't show up.
9897
+ *
9898
+ * Example usage:
9899
+ * .link {
9900
+ * text-decoration: none;
9901
+ *
9902
+ * @include when-focused() {
9903
+ * text-decoration: underline;
9904
+ * }
9905
+ * }
9906
+ */
9907
+ /**
9908
+ * Creates a selector for :focus-within effects depending on the current user
9909
+ * input device. When the user navigates using a keyboard, the focus effect
9910
+ * defined in here is applied. For other input devices they don't show up.
9911
+ *
9912
+ * Example usage:
9913
+ * .link {
9914
+ * img {
9915
+ * opacity: 0.75;
9916
+ *
9917
+ * @include when-focused-within() {
9918
+ * opacity: 1;
9919
+ * }
9920
+ * }
9921
+ * }
9922
+ */
9923
+ /**
9924
+ * Wrapper for media query "prefers-reduced-motion".
9925
+ */
9926
+ /**
9927
+ * This helper hides the outline but still makes it visible for
9928
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9929
+ */
9930
+ /**
9931
+ * This helper hides the outline but still makes it visible for
9932
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9933
+ */
9934
+ /**
9935
+ * Renders an alternative, but application consistent focus-ring.
9936
+ */
9937
+ /**
9938
+ * Specifies the outer layout for all contents across breakpoints. Apply this
9939
+ * mixin to the container element, to center the contents on the screen within
9940
+ * the layout offsets.
9941
+ */
9942
+ /**
9943
+ * This mixin specifies basic text-styles for components that render a richtext
9944
+ * content.
9945
+ */
9946
+ /* Keep this out of the critical/render-blocking bundle. */
9947
+ @keyframes accordionBorderShift {
9948
+ from {
9949
+ background-position: 0 0, 0% 0;
9950
+ }
9951
+ to {
9952
+ background-position: 0 0, 200% 0;
9953
+ }
9954
+ }/* stylelint-disable */
9955
+ /**
9956
+ * Calculates a rem-based value by a given pixel size.
9957
+ */
9958
+ /* stylelint-disable */
9959
+ /**
9960
+ * Applies flex-column and gap.
9961
+ */
9962
+ /*
9963
+ As example (light, primary)
9964
+ See defined modes in designsystem/config/gradients
9965
+ */
9966
+ /**
9967
+ * Mixin that renders a media query that target screens that are larger than the
9968
+ * given size.
9969
+ */
9970
+ /**
9971
+ * Mixin that renders a media query that target screens that are smaller than the
9972
+ * given size.
9973
+ */
9974
+ /**
9975
+ * Mixin that renders a media query that target screens in between the given range.
9976
+ */
9977
+ /**
9978
+ * Mixin that renders a media query that target screens that have height larger than the
9979
+ * given size.
9980
+ */
9981
+ /**
9982
+ * Mixin that renders a media query that target screens that have height smaller than the
9983
+ * given size.
9984
+ */
9985
+ /* stylelint-disable */
9986
+ /* M3/Elevation Light/1 */
9987
+ /* M3/Elevation Light/2 */
9988
+ /* M3/Elevation/5 */
9989
+ /* M3/Elevation/1 Text */
9990
+ /* Inner elevations */
9991
+ /* stylelint-disable */
9992
+ /**
9993
+ * Visually hides an element but not removes them for screen readers.
9994
+ */
9995
+ /**
9996
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
9997
+ * visible for users.
9998
+ */
9999
+ /**
10000
+ * Creates a selector for :hover effects depending on the current user input
10001
+ * device. If the input device is a mouse, this hover effect will appear.
10002
+ * Keyboard and touch inputs are ignored.
10003
+ *
10004
+ * Example usage:
10005
+ * .link {
10006
+ * color: blue;
10007
+ *
10008
+ * @include when-hovered() {
10009
+ * color: green;
10010
+ * }
10011
+ * }
10012
+ */
10013
+ /**
10014
+ * Creates a selector for :active effects depending on the current user input
10015
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10016
+ * devices will not show a pressed state.
10017
+ *
10018
+ * Example usage:
10019
+ * .link {
10020
+ * box-shadow: none;
10021
+ *
10022
+ * @include when-pressed() {
10023
+ * box-shadow: inset 0 2px 4px grey;
10024
+ * }
10025
+ * }
10026
+ */
10027
+ /**
10028
+ * Creates a selector for :focus effects depending on the current user input
10029
+ * device. When the user navigates using a keyboard, the focus effect defined in
10030
+ * here is applied. For other input devices they don't show up.
10031
+ *
10032
+ * Example usage:
10033
+ * .link {
10034
+ * text-decoration: none;
10035
+ *
10036
+ * @include when-focused() {
10037
+ * text-decoration: underline;
10038
+ * }
10039
+ * }
10040
+ */
10041
+ /**
10042
+ * Creates a selector for :focus-within effects depending on the current user
10043
+ * input device. When the user navigates using a keyboard, the focus effect
10044
+ * defined in here is applied. For other input devices they don't show up.
10045
+ *
10046
+ * Example usage:
10047
+ * .link {
10048
+ * img {
10049
+ * opacity: 0.75;
10050
+ *
10051
+ * @include when-focused-within() {
10052
+ * opacity: 1;
10053
+ * }
10054
+ * }
10055
+ * }
10056
+ */
10057
+ /**
10058
+ * Wrapper for media query "prefers-reduced-motion".
10059
+ */
10060
+ /**
10061
+ * This helper hides the outline but still makes it visible for
10062
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10063
+ */
10064
+ /**
10065
+ * This helper hides the outline but still makes it visible for
10066
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10067
+ */
10068
+ /**
10069
+ * Renders an alternative, but application consistent focus-ring.
10070
+ */
10071
+ /**
10072
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10073
+ * mixin to the container element, to center the contents on the screen within
10074
+ * the layout offsets.
10075
+ */
10076
+ /**
10077
+ * This mixin specifies basic text-styles for components that render a richtext
10078
+ * content.
10079
+ */
10080
+ /* Headline.effects.module.scss */
10081
+ .prokodo-Headline {
10082
+ /* Highlight-Grundlage */
10083
+ }
10084
+ .prokodo-Headline--is-highlighted {
10085
+ background-clip: text;
10086
+ -webkit-background-clip: text;
10087
+ -webkit-text-fill-color: transparent;
10088
+ }
10089
+ .prokodo-Headline {
10090
+ /* Varianten mit Highlight (mit Gradients/Shadow) */
10091
+ }
10092
+ .prokodo-Headline--inherit--highlighted {
10093
+ background-image: var(--gradient-text-grey);
10094
+ -webkit-background-clip: text;
10095
+ background-clip: text;
10096
+ -webkit-text-fill-color: transparent;
10097
+ }
10098
+ .prokodo-Headline--primary--highlighted {
10099
+ background-image: var(--gradient-text-primary-secondary);
10100
+ -webkit-background-clip: text;
10101
+ background-clip: text;
10102
+ -webkit-text-fill-color: transparent;
10103
+ filter: drop-shadow(var(--elevation-1--text));
10104
+ }
10105
+ .prokodo-Headline--secondary--highlighted {
10106
+ background-image: var(--gradient-text-primary);
10107
+ -webkit-background-clip: text;
10108
+ background-clip: text;
10109
+ -webkit-text-fill-color: transparent;
10110
+ filter: drop-shadow(var(--elevation-1--text));
10111
+ }
10112
+ .prokodo-Headline--success--highlighted {
10113
+ background-image: var(--gradient-text-success);
10114
+ -webkit-background-clip: text;
10115
+ background-clip: text;
10116
+ -webkit-text-fill-color: transparent;
10117
+ filter: drop-shadow(var(--elevation-1--text));
10118
+ }
10119
+ .prokodo-Headline--warning--highlighted {
10120
+ background-image: var(--gradient-text-warning);
10121
+ -webkit-background-clip: text;
10122
+ background-clip: text;
10123
+ -webkit-text-fill-color: transparent;
10124
+ filter: drop-shadow(var(--elevation-1--text));
10125
+ }
10126
+ .prokodo-Headline--error--highlighted {
10127
+ background-image: var(--gradient-text-error);
10128
+ -webkit-background-clip: text;
10129
+ background-clip: text;
10130
+ -webkit-text-fill-color: transparent;
10131
+ filter: drop-shadow(var(--elevation-1--text));
10132
+ }/* stylelint-disable */
10133
+ /**
10134
+ * Calculates a rem-based value by a given pixel size.
10135
+ */
10136
+ /* stylelint-disable */
10137
+ /**
10138
+ * Applies flex-column and gap.
10139
+ */
10140
+ /*
10141
+ As example (light, primary)
10142
+ See defined modes in designsystem/config/gradients
10143
+ */
10144
+ /**
10145
+ * Mixin that renders a media query that target screens that are larger than the
10146
+ * given size.
10147
+ */
10148
+ /**
10149
+ * Mixin that renders a media query that target screens that are smaller than the
10150
+ * given size.
10151
+ */
10152
+ /**
10153
+ * Mixin that renders a media query that target screens in between the given range.
10154
+ */
10155
+ /**
10156
+ * Mixin that renders a media query that target screens that have height larger than the
10157
+ * given size.
10158
+ */
10159
+ /**
10160
+ * Mixin that renders a media query that target screens that have height smaller than the
10161
+ * given size.
10162
+ */
10163
+ /* stylelint-disable */
10164
+ /* M3/Elevation Light/1 */
10165
+ /* M3/Elevation Light/2 */
10166
+ /* M3/Elevation/5 */
10167
+ /* M3/Elevation/1 Text */
10168
+ /* Inner elevations */
10169
+ /* stylelint-disable */
10170
+ /**
10171
+ * Visually hides an element but not removes them for screen readers.
10172
+ */
10173
+ /**
10174
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
10175
+ * visible for users.
10176
+ */
10177
+ /**
10178
+ * Creates a selector for :hover effects depending on the current user input
10179
+ * device. If the input device is a mouse, this hover effect will appear.
10180
+ * Keyboard and touch inputs are ignored.
10181
+ *
10182
+ * Example usage:
10183
+ * .link {
10184
+ * color: blue;
10185
+ *
10186
+ * @include when-hovered() {
10187
+ * color: green;
10188
+ * }
10189
+ * }
10190
+ */
10191
+ /**
10192
+ * Creates a selector for :active effects depending on the current user input
10193
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10194
+ * devices will not show a pressed state.
10195
+ *
10196
+ * Example usage:
10197
+ * .link {
10198
+ * box-shadow: none;
10199
+ *
10200
+ * @include when-pressed() {
10201
+ * box-shadow: inset 0 2px 4px grey;
10202
+ * }
10203
+ * }
10204
+ */
10205
+ /**
10206
+ * Creates a selector for :focus effects depending on the current user input
10207
+ * device. When the user navigates using a keyboard, the focus effect defined in
10208
+ * here is applied. For other input devices they don't show up.
10209
+ *
10210
+ * Example usage:
10211
+ * .link {
10212
+ * text-decoration: none;
10213
+ *
10214
+ * @include when-focused() {
10215
+ * text-decoration: underline;
10216
+ * }
10217
+ * }
10218
+ */
10219
+ /**
10220
+ * Creates a selector for :focus-within effects depending on the current user
10221
+ * input device. When the user navigates using a keyboard, the focus effect
10222
+ * defined in here is applied. For other input devices they don't show up.
10223
+ *
10224
+ * Example usage:
10225
+ * .link {
10226
+ * img {
10227
+ * opacity: 0.75;
10228
+ *
10229
+ * @include when-focused-within() {
10230
+ * opacity: 1;
10231
+ * }
10232
+ * }
10233
+ * }
10234
+ */
10235
+ /**
10236
+ * Wrapper for media query "prefers-reduced-motion".
10237
+ */
10238
+ /**
10239
+ * This helper hides the outline but still makes it visible for
10240
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10241
+ */
10242
+ /**
10243
+ * This helper hides the outline but still makes it visible for
10244
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10721
10245
  */
10722
- /* stylelint-disable */
10723
10246
  /**
10724
- * Gradient move, mainly for text
10247
+ * Renders an alternative, but application consistent focus-ring.
10725
10248
  */
10726
- @keyframes gradientMove {
10727
- from {
10728
- background-position: 0% 50%;
10729
- }
10730
- to {
10731
- background-position: 100% 50%;
10732
- }
10733
- }
10734
10249
  /**
10735
- * Fade in
10250
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10251
+ * mixin to the container element, to center the contents on the screen within
10252
+ * the layout offsets.
10253
+ */
10254
+ /**
10255
+ * This mixin specifies basic text-styles for components that render a richtext
10256
+ * content.
10736
10257
  */
10737
- @keyframes fadeInKeyframe {
10258
+ .prokodo-Card {
10259
+ /* Reveal animation (what used to be &--has-animation + fadeInAnimation) */
10260
+ }
10261
+ .prokodo-Card--has-animation {
10262
+ animation: Card_fadeInAnimation 0.5s;
10263
+ }
10264
+ .prokodo-Card {
10265
+ /* Highlight border fade-in that previously defined @keyframes inline */
10266
+ }
10267
+ .prokodo-Card--has-highlight::before {
10268
+ content: "";
10269
+ position: absolute;
10270
+ inset: 0;
10271
+ border-radius: inherit;
10272
+ padding: 2px;
10273
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
10274
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
10275
+ -webkit-mask-composite: xor;
10276
+ mask-composite: exclude;
10277
+ opacity: 0;
10278
+ /* If gradientBorderVar injects animated gradient, it's fine here */
10279
+ background: var(--gradient-border-4);
10280
+ animation: Card_fadeInMask 0.5s ease forwards;
10281
+ }
10282
+ .prokodo-Card {
10283
+ /**
10284
+ * Fade in
10285
+ */
10286
+ }
10287
+ @keyframes Card_fadeInAnimation {
10738
10288
  0% {
10739
10289
  opacity: 0;
10740
10290
  }
@@ -10742,6 +10292,18 @@ html[data-theme=dark] .prokodo-List__item__icon {
10742
10292
  opacity: 1;
10743
10293
  }
10744
10294
  }
10295
+ @keyframes Card_fadeInMask {
10296
+ to {
10297
+ opacity: 1;
10298
+ }
10299
+ }
10300
+ .prokodo-Card {
10301
+ /* If your gradient mixins animate bg-position, that's okay here too.
10302
+ (If they are static, it also doesn't hurt keeping them in base.) */
10303
+ }/* stylelint-disable */
10304
+ /**
10305
+ * Calculates a rem-based value by a given pixel size.
10306
+ */
10745
10307
  /* stylelint-disable */
10746
10308
  /**
10747
10309
  * Applies flex-column and gap.
@@ -10864,81 +10426,38 @@ html[data-theme=dark] .prokodo-List__item__icon {
10864
10426
  * This mixin specifies basic text-styles for components that render a richtext
10865
10427
  * content.
10866
10428
  */
10867
- .prokodo-TableCell {
10868
- text-align: center;
10869
- }
10870
- .prokodo-TableCell:first-child {
10871
- font-weight: 500;
10872
- text-align: left;
10873
- font-weight: 400;
10874
- font-size: 1.125rem;
10875
- font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
10876
- font-style: normal;
10877
- line-height: 1.45;
10878
- letter-spacing: 0.03em;
10879
- text-transform: none;
10880
- text-align: left;
10881
- text-decoration: none;
10882
- }
10883
- .prokodo-TableCell__inner {
10884
- display: inline-flex;
10885
- height: 100%;
10886
- width: 100%;
10887
- flex-direction: column;
10888
- justify-content: center;
10889
- align-items: center;
10890
- padding: 1.5rem 0.5rem;
10891
- font-weight: 400;
10892
- font-size: 1.125rem;
10893
- font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
10894
- font-style: normal;
10895
- line-height: 1.5;
10896
- letter-spacing: 0.03em;
10897
- text-transform: none;
10898
- text-align: left;
10899
- text-decoration: none;
10900
- }
10901
- @media screen and (min-width: 480px) {
10902
- .prokodo-TableCell__inner {
10903
- font-size: 1rem;
10904
- line-height: 1.45;
10905
- }
10906
- }
10907
- @media screen and (min-width: 960px) {
10908
- .prokodo-TableCell__inner {
10909
- font-size: 1rem;
10910
- line-height: 1.45;
10429
+ /* Pulse opacity */
10430
+ @keyframes skeleton-pulse {
10431
+ 0% {
10432
+ opacity: 1;
10911
10433
  }
10912
- }
10913
- .prokodo-TableCell__icon {
10914
- padding-bottom: 1rem;
10915
- }/* stylelint-disable */
10916
- /**
10917
- * Calculates a rem-based value by a given pixel size.
10918
- */
10919
- /* stylelint-disable */
10920
- /**
10921
- * Gradient move, mainly for text
10922
- */
10923
- @keyframes gradientMove {
10924
- from {
10925
- background-position: 0% 50%;
10434
+ 50% {
10435
+ opacity: 0.4;
10926
10436
  }
10927
- to {
10928
- background-position: 100% 50%;
10437
+ 100% {
10438
+ opacity: 1;
10929
10439
  }
10930
10440
  }
10931
- /**
10932
- * Fade in
10933
- */
10934
- @keyframes fadeInKeyframe {
10441
+ /* Shimmer sweep */
10442
+ @keyframes skeleton-wave {
10935
10443
  0% {
10936
- opacity: 0;
10444
+ left: -100%;
10445
+ }
10446
+ 50% {
10447
+ left: 100%;
10937
10448
  }
10938
10449
  100% {
10939
- opacity: 1;
10450
+ left: 100%;
10940
10451
  }
10941
10452
  }
10453
+ @media (prefers-reduced-motion: reduce) {
10454
+ * {
10455
+ animation: none !important;
10456
+ }
10457
+ }/* stylelint-disable */
10458
+ /**
10459
+ * Calculates a rem-based value by a given pixel size.
10460
+ */
10942
10461
  /* stylelint-disable */
10943
10462
  /**
10944
10463
  * Applies flex-column and gap.
@@ -11061,80 +10580,96 @@ html[data-theme=dark] .prokodo-List__item__icon {
11061
10580
  * This mixin specifies basic text-styles for components that render a richtext
11062
10581
  * content.
11063
10582
  */
11064
- .prokodo-Teaser {
11065
- overflow: hidden;
11066
- }
11067
- .prokodo-Teaser__card {
11068
- padding: 0;
10583
+ /* Keep all keyframes/effects out of the render-blocking bundle. Make them GLOBAL. */
10584
+ {
10585
+ /* Left */
11069
10586
  }
11070
- .prokodo-Teaser__card__content {
11071
- padding: 1rem;
11072
- }
11073
- .prokodo-Teaser__image {
11074
- -o-object-fit: cover;
11075
- object-fit: cover;
10587
+ @keyframes DrawerSlideInLeft {
10588
+ 0% {
10589
+ transform: translateX(-100%);
10590
+ opacity: 0;
10591
+ }
10592
+ 100% {
10593
+ transform: translateX(0);
10594
+ opacity: 1;
10595
+ }
11076
10596
  }
11077
- .prokodo-Teaser__image__wrapper {
11078
- position: relative;
11079
- width: 100%;
11080
- height: 230px;
10597
+ @keyframes DrawerSlideOutLeft {
10598
+ 0% {
10599
+ transform: translateX(0);
10600
+ opacity: 1;
10601
+ }
10602
+ 100% {
10603
+ transform: translateX(-100%);
10604
+ opacity: 0;
10605
+ }
11081
10606
  }
11082
- .prokodo-Teaser__image__caption {
11083
- bottom: 0.5rem;
11084
- text-align: right;
11085
- padding-right: 0.5rem;
11086
- width: calc(100% - 0.5rem);
10607
+ {
10608
+ /* Right */
11087
10609
  }
11088
- .prokodo-Teaser__animation {
11089
- width: 100%;
11090
- height: 230px;
10610
+ @keyframes DrawerSlideInRight {
10611
+ 0% {
10612
+ transform: translateX(100%);
10613
+ opacity: 0;
10614
+ }
10615
+ 100% {
10616
+ transform: translateX(0);
10617
+ opacity: 1;
10618
+ }
11091
10619
  }
11092
- .prokodo-Teaser__headline--has-lineClamp {
11093
- display: -webkit-box;
11094
- -webkit-line-clamp: 1;
11095
- -webkit-box-orient: vertical;
11096
- overflow: hidden;
10620
+ @keyframes DrawerSlideOutRight {
10621
+ 0% {
10622
+ transform: translateX(0);
10623
+ opacity: 1;
10624
+ }
10625
+ 100% {
10626
+ transform: translateX(100%);
10627
+ opacity: 0;
10628
+ }
11097
10629
  }
11098
- .prokodo-Teaser__content {
11099
- text-align: center;
11100
- font-weight: 400;
11101
- font-size: 1.125rem;
11102
- font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
11103
- font-style: normal;
11104
- line-height: 1.5;
11105
- letter-spacing: 0.03em;
11106
- text-transform: none;
11107
- text-align: left;
11108
- text-decoration: none;
10630
+ {
10631
+ /* Top */
11109
10632
  }
11110
- @media screen and (min-width: 480px) {
11111
- .prokodo-Teaser__content {
11112
- font-size: 1rem;
11113
- line-height: 1.45;
10633
+ @keyframes DrawerSlideInTop {
10634
+ 0% {
10635
+ transform: translateY(-100%);
10636
+ opacity: 0;
11114
10637
  }
11115
- }
11116
- @media screen and (min-width: 960px) {
11117
- .prokodo-Teaser__content {
11118
- font-size: 1rem;
11119
- line-height: 1.45;
10638
+ 100% {
10639
+ transform: translateY(0);
10640
+ opacity: 1;
11120
10641
  }
11121
10642
  }
11122
- .prokodo-Teaser__content--has-lineClamp {
11123
- display: -webkit-box;
11124
- -webkit-line-clamp: 3;
11125
- -webkit-box-orient: vertical;
11126
- overflow: hidden;
11127
- }
11128
- .prokodo-Teaser__content--align-left {
11129
- text-align: left;
10643
+ @keyframes DrawerSlideOutTop {
10644
+ 0% {
10645
+ transform: translateY(0);
10646
+ opacity: 1;
10647
+ }
10648
+ 100% {
10649
+ transform: translateY(-100%);
10650
+ opacity: 0;
10651
+ }
11130
10652
  }
11131
- .prokodo-Teaser__content--align-right {
11132
- text-align: right;
10653
+ {
10654
+ /* Bottom */
11133
10655
  }
11134
- .prokodo-Teaser__link {
11135
- display: flex;
11136
- align-items: center;
10656
+ @keyframes DrawerSlideInBottom {
10657
+ 0% {
10658
+ transform: translateY(100%);
10659
+ opacity: 0;
10660
+ }
10661
+ 100% {
10662
+ transform: translateY(0);
10663
+ opacity: 1;
10664
+ }
11137
10665
  }
11138
- .prokodo-Teaser__link__icon {
11139
- margin-right: 0.25rem;
10666
+ @keyframes DrawerSlideOutBottom {
10667
+ 0% {
10668
+ transform: translateY(0);
10669
+ opacity: 1;
10670
+ }
10671
+ 100% {
10672
+ transform: translateY(100%);
10673
+ opacity: 0;
10674
+ }
11140
10675
  }