@prokodo/ui 0.0.49 → 0.0.51

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 +50 -22
  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 +5 -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 +1001 -1449
  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,24 @@
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
+ .prokodo-RichText__p, .prokodo-RichText p {
684
+ text-align: inherit;
685
+ }
686
+ html[data-theme=dark] .prokodo-RichText__p, html[data-theme=dark] .prokodo-RichText p {
794
687
  color: var(--color-grey-700);
795
688
  }
796
- .prokodo-RichText__pre {
689
+ .prokodo-RichText__pre, .prokodo-RichText pre {
797
690
  color: var(--color-grey-500);
798
691
  padding: 1rem 0.75rem;
799
692
  border: 1px solid var(--color-grey-200);
@@ -812,37 +705,48 @@ html[data-theme=dark] .prokodo-RichText__p {
812
705
  text-decoration: none;
813
706
  }
814
707
  @media screen and (min-width: 480px) {
815
- .prokodo-RichText__pre {
708
+ .prokodo-RichText__pre, .prokodo-RichText pre {
816
709
  font-size: 0.875rem;
817
710
  line-height: 1.4;
818
711
  }
819
712
  }
820
713
  @media screen and (min-width: 960px) {
821
- .prokodo-RichText__pre {
714
+ .prokodo-RichText__pre, .prokodo-RichText pre {
822
715
  font-size: 0.875rem;
823
716
  line-height: 1.4;
824
717
  }
825
718
  }
826
- html[data-theme=dark] .prokodo-RichText__pre {
719
+ .prokodo-RichText__pre, .prokodo-RichText pre {
720
+ text-align: inherit;
721
+ }
722
+ html[data-theme=dark] .prokodo-RichText__pre, html[data-theme=dark] .prokodo-RichText pre {
827
723
  color: var(--color-grey-300);
828
724
  background-color: var(--color-grey-50);
829
725
  }
830
- .prokodo-RichText__ul, .prokodo-RichText__ol {
726
+ .prokodo-RichText__ul, .prokodo-RichText__ol, .prokodo-RichText ul, .prokodo-RichText ol {
831
727
  padding: 0;
832
728
  list-style-type: none;
833
729
  color: var(--color-grey-500);
834
730
  }
835
- .prokodo-RichText__li {
731
+ .prokodo-RichText__li, .prokodo-RichText li {
836
732
  display: flex;
837
733
  align-items: flex-start;
734
+ padding-bottom: 0.25rem;
838
735
  }
839
- .prokodo-RichText__li__icon {
840
- min-width: 20px;
841
- max-width: 20px;
736
+ .prokodo-RichText__li__icon, .prokodo-RichText li__icon {
737
+ flex: 0 0 20px;
738
+ width: 20px;
739
+ height: 20px;
842
740
  margin-right: 0.5rem;
843
- margin-top: 0.25rem;
741
+ line-height: 1;
844
742
  }
845
- .prokodo-RichText__ol__decimal {
743
+ .prokodo-RichText__li__content, .prokodo-RichText li__content {
744
+ flex: 1 1 auto;
745
+ min-width: 0;
746
+ overflow-wrap: anywhere;
747
+ display: inline;
748
+ }
749
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
846
750
  display: flex;
847
751
  justify-content: center;
848
752
  align-items: center;
@@ -864,71 +768,51 @@ html[data-theme=dark] .prokodo-RichText__pre {
864
768
  text-decoration: none;
865
769
  }
866
770
  @media screen and (min-width: 480px) {
867
- .prokodo-RichText__ol__decimal {
771
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
868
772
  font-size: 0.875rem;
869
773
  line-height: 1.4;
870
774
  }
871
775
  }
872
776
  @media screen and (min-width: 960px) {
873
- .prokodo-RichText__ol__decimal {
777
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
874
778
  font-size: 0.875rem;
875
779
  line-height: 1.4;
876
780
  }
877
781
  }
878
- .prokodo-RichText__ol li {
782
+ .prokodo-RichText__ol__decimal, .prokodo-RichText ol__decimal {
783
+ text-align: inherit;
784
+ }
785
+ .prokodo-RichText__ol li, .prokodo-RichText ol li {
879
786
  display: -webkit-box;
880
787
  }
881
- .prokodo-RichText__ol li icon--inherit {
788
+ .prokodo-RichText__ol li icon--inherit, .prokodo-RichText ol li icon--inherit {
882
789
  color: var(--color-grey-900);
883
790
  }
884
- .prokodo-RichText__ol li icon--primary {
791
+ .prokodo-RichText__ol li icon--primary, .prokodo-RichText ol li icon--primary {
885
792
  color: var(--color-primary-500);
886
793
  }
887
- .prokodo-RichText__ol li icon--secondary {
794
+ .prokodo-RichText__ol li icon--secondary, .prokodo-RichText ol li icon--secondary {
888
795
  color: var(--color-secondary-500);
889
796
  }
890
- .prokodo-RichText__ol li icon--info {
797
+ .prokodo-RichText__ol li icon--info, .prokodo-RichText ol li icon--info {
891
798
  color: var(--color-grey-500);
892
799
  }
893
- .prokodo-RichText__ol li icon--success {
800
+ .prokodo-RichText__ol li icon--success, .prokodo-RichText ol li icon--success {
894
801
  color: var(--color-success);
895
802
  }
896
- .prokodo-RichText__ol li icon--error {
803
+ .prokodo-RichText__ol li icon--error, .prokodo-RichText ol li icon--error {
897
804
  color: var(--color-error);
898
805
  }
899
- .prokodo-RichText__ol li icon--warning {
806
+ .prokodo-RichText__ol li icon--warning, .prokodo-RichText ol li icon--warning {
900
807
  color: var(--color-warning);
901
808
  }
902
- .prokodo-RichText__ol li icon--white {
809
+ .prokodo-RichText__ol li icon--white, .prokodo-RichText ol li icon--white {
903
810
  color: var(--color-white);
904
811
  }/* stylelint-disable */
905
812
  /**
906
813
  * Calculates a rem-based value by a given pixel size.
907
814
  */
908
815
  /* 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
816
  /**
933
817
  * Applies flex-column and gap.
934
818
  */
@@ -1086,29 +970,6 @@ html[data-theme=dark] .prokodo-RichText__pre {
1086
970
  * Calculates a rem-based value by a given pixel size.
1087
971
  */
1088
972
  /* 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
973
  /**
1113
974
  * Applies flex-column and gap.
1114
975
  */
@@ -1300,29 +1161,6 @@ html[data-theme=dark] .prokodo-RichText__pre {
1300
1161
  * Calculates a rem-based value by a given pixel size.
1301
1162
  */
1302
1163
  /* 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
1164
  /**
1327
1165
  * Applies flex-column and gap.
1328
1166
  */
@@ -1641,29 +1479,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
1641
1479
  * Calculates a rem-based value by a given pixel size.
1642
1480
  */
1643
1481
  /* 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
1482
  /**
1668
1483
  * Applies flex-column and gap.
1669
1484
  */
@@ -1844,29 +1659,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
1844
1659
  * Calculates a rem-based value by a given pixel size.
1845
1660
  */
1846
1661
  /* 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
1662
  /**
1871
1663
  * Applies flex-column and gap.
1872
1664
  */
@@ -2052,29 +1844,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2052
1844
  * Calculates a rem-based value by a given pixel size.
2053
1845
  */
2054
1846
  /* 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
1847
  /**
2079
1848
  * Applies flex-column and gap.
2080
1849
  */
@@ -2241,29 +2010,6 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2241
2010
  * Calculates a rem-based value by a given pixel size.
2242
2011
  */
2243
2012
  /* 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
2013
  /**
2268
2014
  * Applies flex-column and gap.
2269
2015
  */
@@ -2385,208 +2131,11 @@ html[data-theme=dark] .prokodo-Button--icon-only {
2385
2131
  * This mixin specifies basic text-styles for components that render a richtext
2386
2132
  * content.
2387
2133
  */
2388
- @keyframes spin {
2389
- 0% {
2390
- transform: rotate(0deg);
2391
- }
2392
- 100% {
2393
- transform: rotate(360deg);
2394
- }
2395
- }
2396
- .prokodo-Loading {
2134
+ .prokodo-Card {
2397
2135
  position: relative;
2398
- display: flex;
2399
- align-items: center;
2400
- justify-content: center;
2401
- }
2402
- .prokodo-Loading__gradient stop:nth-of-type(1) {
2403
- stop-color: var(--color-primary-500);
2404
- }
2405
- .prokodo-Loading__gradient stop:nth-of-type(2) {
2406
- stop-color: var(--color-grey-300);
2407
- }
2408
- .prokodo-Loading__gradient stop:nth-of-type(3) {
2409
- stop-color: var(--color-secondary-500);
2410
- }
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;
2136
+ color: var(--color-white);
2137
+ background-color: var(--color-white);
2138
+ border-radius: 2rem;
2590
2139
  }
2591
2140
  html[data-theme=dark] .prokodo-Card {
2592
2141
  background-color: var(--color-grey-200);
@@ -2643,6 +2192,9 @@ html[data-theme=dark] .prokodo-Card__background {
2643
2192
  outline-offset: 4px;
2644
2193
  border-radius: 1.5rem;
2645
2194
  }
2195
+ .prokodo-Card {
2196
+ /* keep the gradient *class hooks*, but DO NOT include animated keyframes here */
2197
+ }
2646
2198
  .prokodo-Card__gradiant {
2647
2199
  position: relative;
2648
2200
  border-radius: 2rem;
@@ -2665,29 +2217,6 @@ html[data-theme=dark] .prokodo-Card__background {
2665
2217
  .prokodo-Card--has-highlight {
2666
2218
  position: relative;
2667
2219
  }
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
2220
  .prokodo-Card--has-gradiant {
2692
2221
  position: relative;
2693
2222
  }
@@ -2697,17 +2226,18 @@ html[data-theme=dark] .prokodo-Card__background {
2697
2226
  .prokodo-Card--has-shadow {
2698
2227
  box-shadow: var(--elevation-1);
2699
2228
  }
2700
- .prokodo-Card--has-animation {
2701
- animation: fadeInKeyframe ease 1s;
2702
- animation-iteration-count: 1;
2703
- animation-fill-mode: forwards;
2229
+ .prokodo-Card {
2230
+ /* IMPORTANT: no animations in base
2231
+ - remove fadeInAnimation()
2232
+ - remove local @keyframes
2233
+ - keep hooks only; effects sheet will add behavior
2234
+ */
2704
2235
  }
2705
2236
  .prokodo-Card--is-clickable {
2706
2237
  cursor: pointer;
2707
2238
  }
2708
2239
  .prokodo-Card--is-clickable:hover {
2709
2240
  box-shadow: none;
2710
- opacity: 0.7;
2711
2241
  }
2712
2242
  .prokodo-Card--is-clickable:focus {
2713
2243
  outline: 3px solid #1E90FF;
@@ -2718,29 +2248,6 @@ html[data-theme=dark] .prokodo-Card__background {
2718
2248
  * Calculates a rem-based value by a given pixel size.
2719
2249
  */
2720
2250
  /* 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
2251
  /**
2745
2252
  * Applies flex-column and gap.
2746
2253
  */
@@ -2862,45 +2369,25 @@ html[data-theme=dark] .prokodo-Card__background {
2862
2369
  * This mixin specifies basic text-styles for components that render a richtext
2863
2370
  * content.
2864
2371
  */
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
2372
  .prokodo-Skeleton {
2888
2373
  display: inline-block;
2889
2374
  background-color: rgba(var(--color-black), 0.11);
2890
2375
  border-radius: 4px;
2891
2376
  position: relative;
2892
2377
  overflow: hidden;
2378
+ /* shimmer carrier (animation is attached in modifier) */
2893
2379
  }
2894
2380
  .prokodo-Skeleton::after {
2895
2381
  content: "";
2896
2382
  display: block;
2897
2383
  position: absolute;
2898
- top: 0;
2384
+ inset: 0;
2899
2385
  left: -100%;
2900
- width: 100%;
2901
- height: 100%;
2902
2386
  background: linear-gradient(90deg, transparent, rgba(var(--color-white), 0.6), transparent);
2903
2387
  }
2388
+ .prokodo-Skeleton {
2389
+ /* variants */
2390
+ }
2904
2391
  .prokodo-Skeleton--text {
2905
2392
  height: 1em;
2906
2393
  border-radius: 4px;
@@ -2911,6 +2398,9 @@ html[data-theme=dark] .prokodo-Card__background {
2911
2398
  .prokodo-Skeleton--circular {
2912
2399
  border-radius: 50%;
2913
2400
  }
2401
+ .prokodo-Skeleton {
2402
+ /* animation hooks (keyframes live in effects sheet) */
2403
+ }
2914
2404
  .prokodo-Skeleton--pulse {
2915
2405
  animation: skeleton-pulse 1.5s ease-in-out infinite;
2916
2406
  }
@@ -2919,34 +2409,16 @@ html[data-theme=dark] .prokodo-Card__background {
2919
2409
  }
2920
2410
  .prokodo-Skeleton--none::after {
2921
2411
  display: none;
2412
+ }
2413
+ @media (prefers-reduced-motion: reduce) {
2414
+ .prokodo-Skeleton--pulse, .prokodo-Skeleton--wave::after {
2415
+ animation: none !important;
2416
+ }
2922
2417
  }/* stylelint-disable */
2923
2418
  /**
2924
2419
  * Calculates a rem-based value by a given pixel size.
2925
2420
  */
2926
2421
  /* stylelint-disable */
2927
- /**
2928
- * Gradient move, mainly for text
2929
- */
2930
- @keyframes gradientMove {
2931
- from {
2932
- background-position: 0% 50%;
2933
- }
2934
- to {
2935
- background-position: 100% 50%;
2936
- }
2937
- }
2938
- /**
2939
- * Fade in
2940
- */
2941
- @keyframes fadeInKeyframe {
2942
- 0% {
2943
- opacity: 0;
2944
- }
2945
- 100% {
2946
- opacity: 1;
2947
- }
2948
- }
2949
- /* stylelint-disable */
2950
2422
  /**
2951
2423
  * Applies flex-column and gap.
2952
2424
  */
@@ -3183,30 +2655,7 @@ html[data-theme=dark] .prokodo-Card__background {
3183
2655
  */
3184
2656
  /* stylelint-disable */
3185
2657
  /**
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
- /**
3209
- * Applies flex-column and gap.
2658
+ * Applies flex-column and gap.
3210
2659
  */
3211
2660
  /*
3212
2661
  As example (light, primary)
@@ -3470,29 +2919,6 @@ html[data-theme=dark] .prokodo-Card__background {
3470
2919
  * Calculates a rem-based value by a given pixel size.
3471
2920
  */
3472
2921
  /* 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
2922
  /**
3497
2923
  * Applies flex-column and gap.
3498
2924
  */
@@ -3757,6 +3183,9 @@ html[data-theme=dark] .prokodo-Input__input__node {
3757
3183
  display: flex;
3758
3184
  justify-content: space-between;
3759
3185
  }
3186
+ .prokodo-Input__footer--counter-only {
3187
+ justify-content: flex-end;
3188
+ }
3760
3189
  .prokodo-Input__helperText__wrapper {
3761
3190
  padding-top: 0.25rem;
3762
3191
  margin-bottom: 0 !important;
@@ -3831,29 +3260,6 @@ html[data-theme=dark] .prokodo-Input__helperText {
3831
3260
  * Calculates a rem-based value by a given pixel size.
3832
3261
  */
3833
3262
  /* 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
3263
  /**
3858
3264
  * Applies flex-column and gap.
3859
3265
  */
@@ -4024,29 +3430,6 @@ html[data-theme=dark] .prokodo-Label__text {
4024
3430
  * Calculates a rem-based value by a given pixel size.
4025
3431
  */
4026
3432
  /* 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
3433
  /**
4051
3434
  * Applies flex-column and gap.
4052
3435
  */
@@ -4364,29 +3747,6 @@ html[data-theme=dark] .prokodo-Label__text {
4364
3747
  * Calculates a rem-based value by a given pixel size.
4365
3748
  */
4366
3749
  /* 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
3750
  /**
4391
3751
  * Applies flex-column and gap.
4392
3752
  */
@@ -4508,85 +3868,8 @@ html[data-theme=dark] .prokodo-Label__text {
4508
3868
  * This mixin specifies basic text-styles for components that render a richtext
4509
3869
  * content.
4510
3870
  */
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
- }
3871
+ .prokodo-Drawer {
3872
+ /* Backdrop */
4590
3873
  }
4591
3874
  .prokodo-Drawer__backdrop {
4592
3875
  position: fixed;
@@ -4606,6 +3889,9 @@ html[data-theme=dark] .prokodo-Label__text {
4606
3889
  transition: none !important;
4607
3890
  }
4608
3891
  }
3892
+ .prokodo-Drawer {
3893
+ /* Container */
3894
+ }
4609
3895
  .prokodo-Drawer__container {
4610
3896
  position: fixed;
4611
3897
  background-color: var(--color-white);
@@ -4614,12 +3900,16 @@ html[data-theme=dark] .prokodo-Label__text {
4614
3900
  pointer-events: none;
4615
3901
  width: 300px;
4616
3902
  height: 100%;
4617
- top: 0;
4618
- left: 0;
4619
3903
  }
4620
3904
  .prokodo-Drawer__container--open {
4621
3905
  pointer-events: auto;
4622
3906
  }
3907
+ @media (prefers-reduced-motion: reduce) {
3908
+ .prokodo-Drawer__container--open {
3909
+ transform: translateX(0) translateY(0);
3910
+ opacity: 1;
3911
+ }
3912
+ }
4623
3913
  .prokodo-Drawer__container--fullscreen {
4624
3914
  width: 100vw !important;
4625
3915
  height: 100vh !important;
@@ -4628,6 +3918,9 @@ html[data-theme=dark] .prokodo-Label__text {
4628
3918
  bottom: 0 !important;
4629
3919
  right: 0 !important;
4630
3920
  }
3921
+ .prokodo-Drawer__container {
3922
+ /* Anchor: left */
3923
+ }
4631
3924
  .prokodo-Drawer__container--anchor-left {
4632
3925
  top: 0;
4633
3926
  left: 0;
@@ -4636,10 +3929,13 @@ html[data-theme=dark] .prokodo-Label__text {
4636
3929
  transform: translateX(-100%);
4637
3930
  }
4638
3931
  .prokodo-Drawer__container--anchor-left--open {
4639
- animation: slideInLeft 0.3s ease forwards;
3932
+ animation: DrawerSlideInLeft 0.3s ease forwards;
4640
3933
  }
4641
3934
  .prokodo-Drawer__container--anchor-left:not(.prokodo-Drawer__container--anchor-left--open) {
4642
- animation: slideOutLeft 0.3s ease forwards;
3935
+ animation: DrawerSlideOutLeft 0.3s ease forwards;
3936
+ }
3937
+ .prokodo-Drawer__container {
3938
+ /* Anchor: right */
4643
3939
  }
4644
3940
  .prokodo-Drawer__container--anchor-right {
4645
3941
  top: 0;
@@ -4650,10 +3946,13 @@ html[data-theme=dark] .prokodo-Label__text {
4650
3946
  transform: translateX(100%);
4651
3947
  }
4652
3948
  .prokodo-Drawer__container--anchor-right--open {
4653
- animation: slideInRight 0.3s ease forwards;
3949
+ animation: DrawerSlideInRight 0.3s ease forwards;
4654
3950
  }
4655
3951
  .prokodo-Drawer__container--anchor-right:not(.prokodo-Drawer__container--anchor-right--open) {
4656
- animation: slideOutRight 0.3s ease forwards;
3952
+ animation: DrawerSlideOutRight 0.3s ease forwards;
3953
+ }
3954
+ .prokodo-Drawer__container {
3955
+ /* Anchor: top */
4657
3956
  }
4658
3957
  .prokodo-Drawer__container--anchor-top {
4659
3958
  top: 0;
@@ -4663,10 +3962,13 @@ html[data-theme=dark] .prokodo-Label__text {
4663
3962
  transform: translateY(-100%);
4664
3963
  }
4665
3964
  .prokodo-Drawer__container--anchor-top--open {
4666
- animation: slideInTop 0.3s ease forwards;
3965
+ animation: DrawerSlideInTop 0.3s ease forwards;
4667
3966
  }
4668
3967
  .prokodo-Drawer__container--anchor-top:not(.prokodo-Drawer__container--anchor-top--open) {
4669
- animation: slideOutTop 0.3s ease forwards;
3968
+ animation: DrawerSlideOutTop 0.3s ease forwards;
3969
+ }
3970
+ .prokodo-Drawer__container {
3971
+ /* Anchor: bottom */
4670
3972
  }
4671
3973
  .prokodo-Drawer__container--anchor-bottom {
4672
3974
  bottom: 0;
@@ -4676,26 +3978,19 @@ html[data-theme=dark] .prokodo-Label__text {
4676
3978
  transform: translateY(100%);
4677
3979
  }
4678
3980
  .prokodo-Drawer__container--anchor-bottom--open {
4679
- animation: slideInBottom 0.3s ease forwards;
3981
+ animation: DrawerSlideInBottom 0.3s ease forwards;
4680
3982
  }
4681
3983
  .prokodo-Drawer__container--anchor-bottom:not(.prokodo-Drawer__container--anchor-bottom--open) {
4682
- animation: slideOutBottom 0.3s ease forwards;
3984
+ animation: DrawerSlideOutBottom 0.3s ease forwards;
4683
3985
  }
4684
3986
  @media (prefers-reduced-motion: reduce) {
4685
3987
  .prokodo-Drawer__container {
4686
- animation: none;
4687
- transition: none;
3988
+ animation: none !important;
3989
+ transition: none !important;
4688
3990
  }
4689
3991
  }
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
- }
3992
+ .prokodo-Drawer {
3993
+ /* Header */
4699
3994
  }
4700
3995
  .prokodo-Drawer__header {
4701
3996
  display: flex;
@@ -4704,6 +3999,9 @@ html[data-theme=dark] .prokodo-Label__text {
4704
3999
  padding: 1rem;
4705
4000
  border-bottom: 1px solid var(--color-grey-200);
4706
4001
  }
4002
+ .prokodo-Drawer {
4003
+ /* Content */
4004
+ }
4707
4005
  .prokodo-Drawer__content {
4708
4006
  padding: 1rem;
4709
4007
  overflow-y: auto;
@@ -4714,29 +4012,6 @@ html[data-theme=dark] .prokodo-Label__text {
4714
4012
  * Calculates a rem-based value by a given pixel size.
4715
4013
  */
4716
4014
  /* 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
4015
  /**
4741
4016
  * Applies flex-column and gap.
4742
4017
  */
@@ -4937,29 +4212,6 @@ html[data-theme=dark] .prokodo-DynamicList__helperText {
4937
4212
  * Calculates a rem-based value by a given pixel size.
4938
4213
  */
4939
4214
  /* 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
4215
  /**
4964
4216
  * Applies flex-column and gap.
4965
4217
  */
@@ -5414,29 +4666,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
5414
4666
  * Calculates a rem-based value by a given pixel size.
5415
4667
  */
5416
4668
  /* 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
4669
  /**
5441
4670
  * Applies flex-column and gap.
5442
4671
  */
@@ -5586,29 +4815,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
5586
4815
  * Calculates a rem-based value by a given pixel size.
5587
4816
  */
5588
4817
  /* stylelint-disable */
5589
- /**
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
4818
  /**
5613
4819
  * Applies flex-column and gap.
5614
4820
  */
@@ -5738,30 +4944,7 @@ html[data-theme=dark] .prokodo-Select__helperText {
5738
4944
  */
5739
4945
  /* stylelint-disable */
5740
4946
  /**
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
- /**
5764
- * Applies flex-column and gap.
4947
+ * Applies flex-column and gap.
5765
4948
  */
5766
4949
  /*
5767
4950
  As example (light, primary)
@@ -5977,6 +5160,9 @@ html[data-theme=dark] .prokodo-Select__helperText {
5977
5160
  height: auto;
5978
5161
  left: auto;
5979
5162
  text-indent: inherit;
5163
+ text-align: center;
5164
+ margin-left: 50%;
5165
+ min-width: 100px;
5980
5166
  }
5981
5167
  }
5982
5168
  .prokodo-Slider__input {
@@ -6058,29 +5244,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6058
5244
  * Calculates a rem-based value by a given pixel size.
6059
5245
  */
6060
5246
  /* 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
5247
  /**
6085
5248
  * Applies flex-column and gap.
6086
5249
  */
@@ -6335,29 +5498,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6335
5498
  * Calculates a rem-based value by a given pixel size.
6336
5499
  */
6337
5500
  /* 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
5501
  /**
6362
5502
  * Applies flex-column and gap.
6363
5503
  */
@@ -6686,29 +5826,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6686
5826
  * Calculates a rem-based value by a given pixel size.
6687
5827
  */
6688
5828
  /* 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
5829
  /**
6713
5830
  * Applies flex-column and gap.
6714
5831
  */
@@ -6876,29 +5993,6 @@ html[data-theme=dark] .prokodo-Select__helperText {
6876
5993
  * Calculates a rem-based value by a given pixel size.
6877
5994
  */
6878
5995
  /* 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
5996
  /**
6903
5997
  * Applies flex-column and gap.
6904
5998
  */
@@ -7266,29 +6360,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7266
6360
  * Calculates a rem-based value by a given pixel size.
7267
6361
  */
7268
6362
  /* 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
6363
  /**
7293
6364
  * Applies flex-column and gap.
7294
6365
  */
@@ -7419,29 +6490,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7419
6490
  * Calculates a rem-based value by a given pixel size.
7420
6491
  */
7421
6492
  /* 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
6493
  /**
7446
6494
  * Applies flex-column and gap.
7447
6495
  */
@@ -7637,29 +6685,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7637
6685
  * Calculates a rem-based value by a given pixel size.
7638
6686
  */
7639
6687
  /* 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
6688
  /**
7664
6689
  * Applies flex-column and gap.
7665
6690
  */
@@ -7788,29 +6813,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7788
6813
  * Calculates a rem-based value by a given pixel size.
7789
6814
  */
7790
6815
  /* 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
6816
  /**
7815
6817
  * Applies flex-column and gap.
7816
6818
  */
@@ -7965,29 +6967,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
7965
6967
  * Calculates a rem-based value by a given pixel size.
7966
6968
  */
7967
6969
  /* 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
6970
  /**
7992
6971
  * Applies flex-column and gap.
7993
6972
  */
@@ -8253,29 +7232,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8253
7232
  * Calculates a rem-based value by a given pixel size.
8254
7233
  */
8255
7234
  /* 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
7235
  /**
8280
7236
  * Applies flex-column and gap.
8281
7237
  */
@@ -8431,29 +7387,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8431
7387
  * Calculates a rem-based value by a given pixel size.
8432
7388
  */
8433
7389
  /* 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
7390
  /**
8458
7391
  * Applies flex-column and gap.
8459
7392
  */
@@ -8695,29 +7628,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8695
7628
  * Calculates a rem-based value by a given pixel size.
8696
7629
  */
8697
7630
  /* 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
7631
  /**
8722
7632
  * Applies flex-column and gap.
8723
7633
  */
@@ -8914,29 +7824,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
8914
7824
  * Calculates a rem-based value by a given pixel size.
8915
7825
  */
8916
7826
  /* 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
7827
  /**
8941
7828
  * Applies flex-column and gap.
8942
7829
  */
@@ -9105,29 +7992,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9105
7992
  * Calculates a rem-based value by a given pixel size.
9106
7993
  */
9107
7994
  /* stylelint-disable */
9108
- /**
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
7995
  /**
9132
7996
  * Applies flex-column and gap.
9133
7997
  */
@@ -9333,30 +8197,7 @@ html[data-theme=dark] .prokodo-List__item__icon {
9333
8197
  */
9334
8198
  /* stylelint-disable */
9335
8199
  /**
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
- /**
9359
- * Applies flex-column and gap.
8200
+ * Applies flex-column and gap.
9360
8201
  */
9361
8202
  /*
9362
8203
  As example (light, primary)
@@ -9559,29 +8400,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9559
8400
  * Calculates a rem-based value by a given pixel size.
9560
8401
  */
9561
8402
  /* 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
8403
  /**
9586
8404
  * Applies flex-column and gap.
9587
8405
  */
@@ -9878,29 +8696,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
9878
8696
  * Calculates a rem-based value by a given pixel size.
9879
8697
  */
9880
8698
  /* 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
8699
  /**
9905
8700
  * Applies flex-column and gap.
9906
8701
  */
@@ -10120,29 +8915,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10120
8915
  * Calculates a rem-based value by a given pixel size.
10121
8916
  */
10122
8917
  /* 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
8918
  /**
10147
8919
  * Applies flex-column and gap.
10148
8920
  */
@@ -10489,29 +9261,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10489
9261
  * Calculates a rem-based value by a given pixel size.
10490
9262
  */
10491
9263
  /* 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
9264
  /**
10516
9265
  * Applies flex-column and gap.
10517
9266
  */
@@ -10666,7 +9415,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10666
9415
  .prokodo-Table__head__cell {
10667
9416
  padding: 1.5rem 0.5rem;
10668
9417
  font-weight: 500;
10669
- text-align: center;
10670
9418
  font-weight: 400;
10671
9419
  font-size: 1.125rem;
10672
9420
  font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
@@ -10677,6 +9425,9 @@ html[data-theme=dark] .prokodo-List__item__icon {
10677
9425
  text-align: left;
10678
9426
  text-decoration: none;
10679
9427
  }
9428
+ .prokodo-Table__head__cell {
9429
+ text-align: center;
9430
+ }
10680
9431
  .prokodo-Table__head__cell:first-child {
10681
9432
  color: var(--color-primary-500);
10682
9433
  text-align: left;
@@ -10720,29 +9471,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10720
9471
  * Calculates a rem-based value by a given pixel size.
10721
9472
  */
10722
9473
  /* stylelint-disable */
10723
- /**
10724
- * Gradient move, mainly for text
10725
- */
10726
- @keyframes gradientMove {
10727
- from {
10728
- background-position: 0% 50%;
10729
- }
10730
- to {
10731
- background-position: 100% 50%;
10732
- }
10733
- }
10734
- /**
10735
- * Fade in
10736
- */
10737
- @keyframes fadeInKeyframe {
10738
- 0% {
10739
- opacity: 0;
10740
- }
10741
- 100% {
10742
- opacity: 1;
10743
- }
10744
- }
10745
- /* stylelint-disable */
10746
9474
  /**
10747
9475
  * Applies flex-column and gap.
10748
9476
  */
@@ -10867,19 +9595,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10867
9595
  .prokodo-TableCell {
10868
9596
  text-align: center;
10869
9597
  }
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
9598
  .prokodo-TableCell__inner {
10884
9599
  display: inline-flex;
10885
9600
  height: 100%;
@@ -10910,6 +9625,11 @@ html[data-theme=dark] .prokodo-List__item__icon {
10910
9625
  line-height: 1.45;
10911
9626
  }
10912
9627
  }
9628
+ .prokodo-TableCell:first-child > span {
9629
+ font-weight: 500;
9630
+ text-align: left;
9631
+ align-items: baseline;
9632
+ }
10913
9633
  .prokodo-TableCell__icon {
10914
9634
  padding-bottom: 1rem;
10915
9635
  }/* stylelint-disable */
@@ -10917,29 +9637,6 @@ html[data-theme=dark] .prokodo-List__item__icon {
10917
9637
  * Calculates a rem-based value by a given pixel size.
10918
9638
  */
10919
9639
  /* stylelint-disable */
10920
- /**
10921
- * Gradient move, mainly for text
10922
- */
10923
- @keyframes gradientMove {
10924
- from {
10925
- background-position: 0% 50%;
10926
- }
10927
- to {
10928
- background-position: 100% 50%;
10929
- }
10930
- }
10931
- /**
10932
- * Fade in
10933
- */
10934
- @keyframes fadeInKeyframe {
10935
- 0% {
10936
- opacity: 0;
10937
- }
10938
- 100% {
10939
- opacity: 1;
10940
- }
10941
- }
10942
- /* stylelint-disable */
10943
9640
  /**
10944
9641
  * Applies flex-column and gap.
10945
9642
  */
@@ -11137,4 +9834,859 @@ html[data-theme=dark] .prokodo-List__item__icon {
11137
9834
  }
11138
9835
  .prokodo-Teaser__link__icon {
11139
9836
  margin-right: 0.25rem;
9837
+ }/* stylelint-disable */
9838
+ /**
9839
+ * Calculates a rem-based value by a given pixel size.
9840
+ */
9841
+ /* stylelint-disable */
9842
+ /**
9843
+ * Applies flex-column and gap.
9844
+ */
9845
+ /*
9846
+ As example (light, primary)
9847
+ See defined modes in designsystem/config/gradients
9848
+ */
9849
+ /**
9850
+ * Mixin that renders a media query that target screens that are larger than the
9851
+ * given size.
9852
+ */
9853
+ /**
9854
+ * Mixin that renders a media query that target screens that are smaller than the
9855
+ * given size.
9856
+ */
9857
+ /**
9858
+ * Mixin that renders a media query that target screens in between the given range.
9859
+ */
9860
+ /**
9861
+ * Mixin that renders a media query that target screens that have height larger than the
9862
+ * given size.
9863
+ */
9864
+ /**
9865
+ * Mixin that renders a media query that target screens that have height smaller than the
9866
+ * given size.
9867
+ */
9868
+ /* stylelint-disable */
9869
+ /* M3/Elevation Light/1 */
9870
+ /* M3/Elevation Light/2 */
9871
+ /* M3/Elevation/5 */
9872
+ /* M3/Elevation/1 Text */
9873
+ /* Inner elevations */
9874
+ /* stylelint-disable */
9875
+ /**
9876
+ * Visually hides an element but not removes them for screen readers.
9877
+ */
9878
+ /**
9879
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
9880
+ * visible for users.
9881
+ */
9882
+ /**
9883
+ * Creates a selector for :hover effects depending on the current user input
9884
+ * device. If the input device is a mouse, this hover effect will appear.
9885
+ * Keyboard and touch inputs are ignored.
9886
+ *
9887
+ * Example usage:
9888
+ * .link {
9889
+ * color: blue;
9890
+ *
9891
+ * @include when-hovered() {
9892
+ * color: green;
9893
+ * }
9894
+ * }
9895
+ */
9896
+ /**
9897
+ * Creates a selector for :active effects depending on the current user input
9898
+ * device. The state applies when the input device is a mouse or keyboard. Touch
9899
+ * devices will not show a pressed state.
9900
+ *
9901
+ * Example usage:
9902
+ * .link {
9903
+ * box-shadow: none;
9904
+ *
9905
+ * @include when-pressed() {
9906
+ * box-shadow: inset 0 2px 4px grey;
9907
+ * }
9908
+ * }
9909
+ */
9910
+ /**
9911
+ * Creates a selector for :focus effects depending on the current user input
9912
+ * device. When the user navigates using a keyboard, the focus effect defined in
9913
+ * here is applied. For other input devices they don't show up.
9914
+ *
9915
+ * Example usage:
9916
+ * .link {
9917
+ * text-decoration: none;
9918
+ *
9919
+ * @include when-focused() {
9920
+ * text-decoration: underline;
9921
+ * }
9922
+ * }
9923
+ */
9924
+ /**
9925
+ * Creates a selector for :focus-within effects depending on the current user
9926
+ * input device. When the user navigates using a keyboard, the focus effect
9927
+ * defined in here is applied. For other input devices they don't show up.
9928
+ *
9929
+ * Example usage:
9930
+ * .link {
9931
+ * img {
9932
+ * opacity: 0.75;
9933
+ *
9934
+ * @include when-focused-within() {
9935
+ * opacity: 1;
9936
+ * }
9937
+ * }
9938
+ * }
9939
+ */
9940
+ /**
9941
+ * Wrapper for media query "prefers-reduced-motion".
9942
+ */
9943
+ /**
9944
+ * This helper hides the outline but still makes it visible for
9945
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9946
+ */
9947
+ /**
9948
+ * This helper hides the outline but still makes it visible for
9949
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
9950
+ */
9951
+ /**
9952
+ * Renders an alternative, but application consistent focus-ring.
9953
+ */
9954
+ /**
9955
+ * Specifies the outer layout for all contents across breakpoints. Apply this
9956
+ * mixin to the container element, to center the contents on the screen within
9957
+ * the layout offsets.
9958
+ */
9959
+ /**
9960
+ * This mixin specifies basic text-styles for components that render a richtext
9961
+ * content.
9962
+ */
9963
+ /* Keep this out of the critical/render-blocking bundle. */
9964
+ @keyframes accordionBorderShift {
9965
+ from {
9966
+ background-position: 0 0, 0% 0;
9967
+ }
9968
+ to {
9969
+ background-position: 0 0, 200% 0;
9970
+ }
9971
+ }/* stylelint-disable */
9972
+ /**
9973
+ * Calculates a rem-based value by a given pixel size.
9974
+ */
9975
+ /* stylelint-disable */
9976
+ /**
9977
+ * Applies flex-column and gap.
9978
+ */
9979
+ /*
9980
+ As example (light, primary)
9981
+ See defined modes in designsystem/config/gradients
9982
+ */
9983
+ /**
9984
+ * Mixin that renders a media query that target screens that are larger than the
9985
+ * given size.
9986
+ */
9987
+ /**
9988
+ * Mixin that renders a media query that target screens that are smaller than the
9989
+ * given size.
9990
+ */
9991
+ /**
9992
+ * Mixin that renders a media query that target screens in between the given range.
9993
+ */
9994
+ /**
9995
+ * Mixin that renders a media query that target screens that have height larger than the
9996
+ * given size.
9997
+ */
9998
+ /**
9999
+ * Mixin that renders a media query that target screens that have height smaller than the
10000
+ * given size.
10001
+ */
10002
+ /* stylelint-disable */
10003
+ /* M3/Elevation Light/1 */
10004
+ /* M3/Elevation Light/2 */
10005
+ /* M3/Elevation/5 */
10006
+ /* M3/Elevation/1 Text */
10007
+ /* Inner elevations */
10008
+ /* stylelint-disable */
10009
+ /**
10010
+ * Visually hides an element but not removes them for screen readers.
10011
+ */
10012
+ /**
10013
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
10014
+ * visible for users.
10015
+ */
10016
+ /**
10017
+ * Creates a selector for :hover effects depending on the current user input
10018
+ * device. If the input device is a mouse, this hover effect will appear.
10019
+ * Keyboard and touch inputs are ignored.
10020
+ *
10021
+ * Example usage:
10022
+ * .link {
10023
+ * color: blue;
10024
+ *
10025
+ * @include when-hovered() {
10026
+ * color: green;
10027
+ * }
10028
+ * }
10029
+ */
10030
+ /**
10031
+ * Creates a selector for :active effects depending on the current user input
10032
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10033
+ * devices will not show a pressed state.
10034
+ *
10035
+ * Example usage:
10036
+ * .link {
10037
+ * box-shadow: none;
10038
+ *
10039
+ * @include when-pressed() {
10040
+ * box-shadow: inset 0 2px 4px grey;
10041
+ * }
10042
+ * }
10043
+ */
10044
+ /**
10045
+ * Creates a selector for :focus effects depending on the current user input
10046
+ * device. When the user navigates using a keyboard, the focus effect defined in
10047
+ * here is applied. For other input devices they don't show up.
10048
+ *
10049
+ * Example usage:
10050
+ * .link {
10051
+ * text-decoration: none;
10052
+ *
10053
+ * @include when-focused() {
10054
+ * text-decoration: underline;
10055
+ * }
10056
+ * }
10057
+ */
10058
+ /**
10059
+ * Creates a selector for :focus-within effects depending on the current user
10060
+ * input device. When the user navigates using a keyboard, the focus effect
10061
+ * defined in here is applied. For other input devices they don't show up.
10062
+ *
10063
+ * Example usage:
10064
+ * .link {
10065
+ * img {
10066
+ * opacity: 0.75;
10067
+ *
10068
+ * @include when-focused-within() {
10069
+ * opacity: 1;
10070
+ * }
10071
+ * }
10072
+ * }
10073
+ */
10074
+ /**
10075
+ * Wrapper for media query "prefers-reduced-motion".
10076
+ */
10077
+ /**
10078
+ * This helper hides the outline but still makes it visible for
10079
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10080
+ */
10081
+ /**
10082
+ * This helper hides the outline but still makes it visible for
10083
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10084
+ */
10085
+ /**
10086
+ * Renders an alternative, but application consistent focus-ring.
10087
+ */
10088
+ /**
10089
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10090
+ * mixin to the container element, to center the contents on the screen within
10091
+ * the layout offsets.
10092
+ */
10093
+ /**
10094
+ * This mixin specifies basic text-styles for components that render a richtext
10095
+ * content.
10096
+ */
10097
+ /* Headline.effects.module.scss */
10098
+ .prokodo-Headline {
10099
+ /* Highlight-Grundlage */
10100
+ }
10101
+ .prokodo-Headline--is-highlighted {
10102
+ background-clip: text;
10103
+ -webkit-background-clip: text;
10104
+ -webkit-text-fill-color: transparent;
10105
+ }
10106
+ .prokodo-Headline {
10107
+ /* Varianten mit Highlight (mit Gradients/Shadow) */
10108
+ }
10109
+ .prokodo-Headline--inherit--highlighted {
10110
+ background-image: var(--gradient-text-grey);
10111
+ -webkit-background-clip: text;
10112
+ background-clip: text;
10113
+ -webkit-text-fill-color: transparent;
10114
+ }
10115
+ .prokodo-Headline--primary--highlighted {
10116
+ background-image: var(--gradient-text-primary-secondary);
10117
+ -webkit-background-clip: text;
10118
+ background-clip: text;
10119
+ -webkit-text-fill-color: transparent;
10120
+ filter: drop-shadow(var(--elevation-1--text));
10121
+ }
10122
+ .prokodo-Headline--secondary--highlighted {
10123
+ background-image: var(--gradient-text-primary);
10124
+ -webkit-background-clip: text;
10125
+ background-clip: text;
10126
+ -webkit-text-fill-color: transparent;
10127
+ filter: drop-shadow(var(--elevation-1--text));
10128
+ }
10129
+ .prokodo-Headline--success--highlighted {
10130
+ background-image: var(--gradient-text-success);
10131
+ -webkit-background-clip: text;
10132
+ background-clip: text;
10133
+ -webkit-text-fill-color: transparent;
10134
+ filter: drop-shadow(var(--elevation-1--text));
10135
+ }
10136
+ .prokodo-Headline--warning--highlighted {
10137
+ background-image: var(--gradient-text-warning);
10138
+ -webkit-background-clip: text;
10139
+ background-clip: text;
10140
+ -webkit-text-fill-color: transparent;
10141
+ filter: drop-shadow(var(--elevation-1--text));
10142
+ }
10143
+ .prokodo-Headline--error--highlighted {
10144
+ background-image: var(--gradient-text-error);
10145
+ -webkit-background-clip: text;
10146
+ background-clip: text;
10147
+ -webkit-text-fill-color: transparent;
10148
+ filter: drop-shadow(var(--elevation-1--text));
10149
+ }/* stylelint-disable */
10150
+ /**
10151
+ * Calculates a rem-based value by a given pixel size.
10152
+ */
10153
+ /* stylelint-disable */
10154
+ /**
10155
+ * Applies flex-column and gap.
10156
+ */
10157
+ /*
10158
+ As example (light, primary)
10159
+ See defined modes in designsystem/config/gradients
10160
+ */
10161
+ /**
10162
+ * Mixin that renders a media query that target screens that are larger than the
10163
+ * given size.
10164
+ */
10165
+ /**
10166
+ * Mixin that renders a media query that target screens that are smaller than the
10167
+ * given size.
10168
+ */
10169
+ /**
10170
+ * Mixin that renders a media query that target screens in between the given range.
10171
+ */
10172
+ /**
10173
+ * Mixin that renders a media query that target screens that have height larger than the
10174
+ * given size.
10175
+ */
10176
+ /**
10177
+ * Mixin that renders a media query that target screens that have height smaller than the
10178
+ * given size.
10179
+ */
10180
+ /* stylelint-disable */
10181
+ /* M3/Elevation Light/1 */
10182
+ /* M3/Elevation Light/2 */
10183
+ /* M3/Elevation/5 */
10184
+ /* M3/Elevation/1 Text */
10185
+ /* Inner elevations */
10186
+ /* stylelint-disable */
10187
+ /**
10188
+ * Visually hides an element but not removes them for screen readers.
10189
+ */
10190
+ /**
10191
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
10192
+ * visible for users.
10193
+ */
10194
+ /**
10195
+ * Creates a selector for :hover effects depending on the current user input
10196
+ * device. If the input device is a mouse, this hover effect will appear.
10197
+ * Keyboard and touch inputs are ignored.
10198
+ *
10199
+ * Example usage:
10200
+ * .link {
10201
+ * color: blue;
10202
+ *
10203
+ * @include when-hovered() {
10204
+ * color: green;
10205
+ * }
10206
+ * }
10207
+ */
10208
+ /**
10209
+ * Creates a selector for :active effects depending on the current user input
10210
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10211
+ * devices will not show a pressed state.
10212
+ *
10213
+ * Example usage:
10214
+ * .link {
10215
+ * box-shadow: none;
10216
+ *
10217
+ * @include when-pressed() {
10218
+ * box-shadow: inset 0 2px 4px grey;
10219
+ * }
10220
+ * }
10221
+ */
10222
+ /**
10223
+ * Creates a selector for :focus effects depending on the current user input
10224
+ * device. When the user navigates using a keyboard, the focus effect defined in
10225
+ * here is applied. For other input devices they don't show up.
10226
+ *
10227
+ * Example usage:
10228
+ * .link {
10229
+ * text-decoration: none;
10230
+ *
10231
+ * @include when-focused() {
10232
+ * text-decoration: underline;
10233
+ * }
10234
+ * }
10235
+ */
10236
+ /**
10237
+ * Creates a selector for :focus-within effects depending on the current user
10238
+ * input device. When the user navigates using a keyboard, the focus effect
10239
+ * defined in here is applied. For other input devices they don't show up.
10240
+ *
10241
+ * Example usage:
10242
+ * .link {
10243
+ * img {
10244
+ * opacity: 0.75;
10245
+ *
10246
+ * @include when-focused-within() {
10247
+ * opacity: 1;
10248
+ * }
10249
+ * }
10250
+ * }
10251
+ */
10252
+ /**
10253
+ * Wrapper for media query "prefers-reduced-motion".
10254
+ */
10255
+ /**
10256
+ * This helper hides the outline but still makes it visible for
10257
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10258
+ */
10259
+ /**
10260
+ * This helper hides the outline but still makes it visible for
10261
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10262
+ */
10263
+ /**
10264
+ * Renders an alternative, but application consistent focus-ring.
10265
+ */
10266
+ /**
10267
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10268
+ * mixin to the container element, to center the contents on the screen within
10269
+ * the layout offsets.
10270
+ */
10271
+ /**
10272
+ * This mixin specifies basic text-styles for components that render a richtext
10273
+ * content.
10274
+ */
10275
+ .prokodo-Card {
10276
+ /* Reveal animation (what used to be &--has-animation + fadeInAnimation) */
10277
+ }
10278
+ .prokodo-Card--has-animation {
10279
+ animation: Card_fadeInAnimation 0.5s;
10280
+ }
10281
+ .prokodo-Card {
10282
+ /* Highlight border fade-in that previously defined @keyframes inline */
10283
+ }
10284
+ .prokodo-Card--has-highlight::before {
10285
+ content: "";
10286
+ position: absolute;
10287
+ inset: 0;
10288
+ border-radius: inherit;
10289
+ padding: 2px;
10290
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
10291
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
10292
+ -webkit-mask-composite: xor;
10293
+ mask-composite: exclude;
10294
+ opacity: 0;
10295
+ /* If gradientBorderVar injects animated gradient, it's fine here */
10296
+ background: var(--gradient-border-4);
10297
+ animation: Card_fadeInMask 0.5s ease forwards;
10298
+ }
10299
+ .prokodo-Card {
10300
+ /**
10301
+ * Fade in
10302
+ */
10303
+ }
10304
+ @keyframes Card_fadeInAnimation {
10305
+ 0% {
10306
+ opacity: 0;
10307
+ }
10308
+ 100% {
10309
+ opacity: 1;
10310
+ }
10311
+ }
10312
+ @keyframes Card_fadeInMask {
10313
+ to {
10314
+ opacity: 1;
10315
+ }
10316
+ }
10317
+ .prokodo-Card {
10318
+ /* If your gradient mixins animate bg-position, that's okay here too.
10319
+ (If they are static, it also doesn't hurt keeping them in base.) */
10320
+ }/* stylelint-disable */
10321
+ /**
10322
+ * Calculates a rem-based value by a given pixel size.
10323
+ */
10324
+ /* stylelint-disable */
10325
+ /**
10326
+ * Applies flex-column and gap.
10327
+ */
10328
+ /*
10329
+ As example (light, primary)
10330
+ See defined modes in designsystem/config/gradients
10331
+ */
10332
+ /**
10333
+ * Mixin that renders a media query that target screens that are larger than the
10334
+ * given size.
10335
+ */
10336
+ /**
10337
+ * Mixin that renders a media query that target screens that are smaller than the
10338
+ * given size.
10339
+ */
10340
+ /**
10341
+ * Mixin that renders a media query that target screens in between the given range.
10342
+ */
10343
+ /**
10344
+ * Mixin that renders a media query that target screens that have height larger than the
10345
+ * given size.
10346
+ */
10347
+ /**
10348
+ * Mixin that renders a media query that target screens that have height smaller than the
10349
+ * given size.
10350
+ */
10351
+ /* stylelint-disable */
10352
+ /* M3/Elevation Light/1 */
10353
+ /* M3/Elevation Light/2 */
10354
+ /* M3/Elevation/5 */
10355
+ /* M3/Elevation/1 Text */
10356
+ /* Inner elevations */
10357
+ /* stylelint-disable */
10358
+ /**
10359
+ * Visually hides an element but not removes them for screen readers.
10360
+ */
10361
+ /**
10362
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
10363
+ * visible for users.
10364
+ */
10365
+ /**
10366
+ * Creates a selector for :hover effects depending on the current user input
10367
+ * device. If the input device is a mouse, this hover effect will appear.
10368
+ * Keyboard and touch inputs are ignored.
10369
+ *
10370
+ * Example usage:
10371
+ * .link {
10372
+ * color: blue;
10373
+ *
10374
+ * @include when-hovered() {
10375
+ * color: green;
10376
+ * }
10377
+ * }
10378
+ */
10379
+ /**
10380
+ * Creates a selector for :active effects depending on the current user input
10381
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10382
+ * devices will not show a pressed state.
10383
+ *
10384
+ * Example usage:
10385
+ * .link {
10386
+ * box-shadow: none;
10387
+ *
10388
+ * @include when-pressed() {
10389
+ * box-shadow: inset 0 2px 4px grey;
10390
+ * }
10391
+ * }
10392
+ */
10393
+ /**
10394
+ * Creates a selector for :focus effects depending on the current user input
10395
+ * device. When the user navigates using a keyboard, the focus effect defined in
10396
+ * here is applied. For other input devices they don't show up.
10397
+ *
10398
+ * Example usage:
10399
+ * .link {
10400
+ * text-decoration: none;
10401
+ *
10402
+ * @include when-focused() {
10403
+ * text-decoration: underline;
10404
+ * }
10405
+ * }
10406
+ */
10407
+ /**
10408
+ * Creates a selector for :focus-within effects depending on the current user
10409
+ * input device. When the user navigates using a keyboard, the focus effect
10410
+ * defined in here is applied. For other input devices they don't show up.
10411
+ *
10412
+ * Example usage:
10413
+ * .link {
10414
+ * img {
10415
+ * opacity: 0.75;
10416
+ *
10417
+ * @include when-focused-within() {
10418
+ * opacity: 1;
10419
+ * }
10420
+ * }
10421
+ * }
10422
+ */
10423
+ /**
10424
+ * Wrapper for media query "prefers-reduced-motion".
10425
+ */
10426
+ /**
10427
+ * This helper hides the outline but still makes it visible for
10428
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10429
+ */
10430
+ /**
10431
+ * This helper hides the outline but still makes it visible for
10432
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10433
+ */
10434
+ /**
10435
+ * Renders an alternative, but application consistent focus-ring.
10436
+ */
10437
+ /**
10438
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10439
+ * mixin to the container element, to center the contents on the screen within
10440
+ * the layout offsets.
10441
+ */
10442
+ /**
10443
+ * This mixin specifies basic text-styles for components that render a richtext
10444
+ * content.
10445
+ */
10446
+ /* Pulse opacity */
10447
+ @keyframes skeleton-pulse {
10448
+ 0% {
10449
+ opacity: 1;
10450
+ }
10451
+ 50% {
10452
+ opacity: 0.4;
10453
+ }
10454
+ 100% {
10455
+ opacity: 1;
10456
+ }
10457
+ }
10458
+ /* Shimmer sweep */
10459
+ @keyframes skeleton-wave {
10460
+ 0% {
10461
+ left: -100%;
10462
+ }
10463
+ 50% {
10464
+ left: 100%;
10465
+ }
10466
+ 100% {
10467
+ left: 100%;
10468
+ }
10469
+ }
10470
+ @media (prefers-reduced-motion: reduce) {
10471
+ * {
10472
+ animation: none !important;
10473
+ }
10474
+ }/* stylelint-disable */
10475
+ /**
10476
+ * Calculates a rem-based value by a given pixel size.
10477
+ */
10478
+ /* stylelint-disable */
10479
+ /**
10480
+ * Applies flex-column and gap.
10481
+ */
10482
+ /*
10483
+ As example (light, primary)
10484
+ See defined modes in designsystem/config/gradients
10485
+ */
10486
+ /**
10487
+ * Mixin that renders a media query that target screens that are larger than the
10488
+ * given size.
10489
+ */
10490
+ /**
10491
+ * Mixin that renders a media query that target screens that are smaller than the
10492
+ * given size.
10493
+ */
10494
+ /**
10495
+ * Mixin that renders a media query that target screens in between the given range.
10496
+ */
10497
+ /**
10498
+ * Mixin that renders a media query that target screens that have height larger than the
10499
+ * given size.
10500
+ */
10501
+ /**
10502
+ * Mixin that renders a media query that target screens that have height smaller than the
10503
+ * given size.
10504
+ */
10505
+ /* stylelint-disable */
10506
+ /* M3/Elevation Light/1 */
10507
+ /* M3/Elevation Light/2 */
10508
+ /* M3/Elevation/5 */
10509
+ /* M3/Elevation/1 Text */
10510
+ /* Inner elevations */
10511
+ /* stylelint-disable */
10512
+ /**
10513
+ * Visually hides an element but not removes them for screen readers.
10514
+ */
10515
+ /**
10516
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
10517
+ * visible for users.
10518
+ */
10519
+ /**
10520
+ * Creates a selector for :hover effects depending on the current user input
10521
+ * device. If the input device is a mouse, this hover effect will appear.
10522
+ * Keyboard and touch inputs are ignored.
10523
+ *
10524
+ * Example usage:
10525
+ * .link {
10526
+ * color: blue;
10527
+ *
10528
+ * @include when-hovered() {
10529
+ * color: green;
10530
+ * }
10531
+ * }
10532
+ */
10533
+ /**
10534
+ * Creates a selector for :active effects depending on the current user input
10535
+ * device. The state applies when the input device is a mouse or keyboard. Touch
10536
+ * devices will not show a pressed state.
10537
+ *
10538
+ * Example usage:
10539
+ * .link {
10540
+ * box-shadow: none;
10541
+ *
10542
+ * @include when-pressed() {
10543
+ * box-shadow: inset 0 2px 4px grey;
10544
+ * }
10545
+ * }
10546
+ */
10547
+ /**
10548
+ * Creates a selector for :focus effects depending on the current user input
10549
+ * device. When the user navigates using a keyboard, the focus effect defined in
10550
+ * here is applied. For other input devices they don't show up.
10551
+ *
10552
+ * Example usage:
10553
+ * .link {
10554
+ * text-decoration: none;
10555
+ *
10556
+ * @include when-focused() {
10557
+ * text-decoration: underline;
10558
+ * }
10559
+ * }
10560
+ */
10561
+ /**
10562
+ * Creates a selector for :focus-within effects depending on the current user
10563
+ * input device. When the user navigates using a keyboard, the focus effect
10564
+ * defined in here is applied. For other input devices they don't show up.
10565
+ *
10566
+ * Example usage:
10567
+ * .link {
10568
+ * img {
10569
+ * opacity: 0.75;
10570
+ *
10571
+ * @include when-focused-within() {
10572
+ * opacity: 1;
10573
+ * }
10574
+ * }
10575
+ * }
10576
+ */
10577
+ /**
10578
+ * Wrapper for media query "prefers-reduced-motion".
10579
+ */
10580
+ /**
10581
+ * This helper hides the outline but still makes it visible for
10582
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10583
+ */
10584
+ /**
10585
+ * This helper hides the outline but still makes it visible for
10586
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
10587
+ */
10588
+ /**
10589
+ * Renders an alternative, but application consistent focus-ring.
10590
+ */
10591
+ /**
10592
+ * Specifies the outer layout for all contents across breakpoints. Apply this
10593
+ * mixin to the container element, to center the contents on the screen within
10594
+ * the layout offsets.
10595
+ */
10596
+ /**
10597
+ * This mixin specifies basic text-styles for components that render a richtext
10598
+ * content.
10599
+ */
10600
+ /* Keep all keyframes/effects out of the render-blocking bundle. Make them GLOBAL. */
10601
+ {
10602
+ /* Left */
10603
+ }
10604
+ @keyframes DrawerSlideInLeft {
10605
+ 0% {
10606
+ transform: translateX(-100%);
10607
+ opacity: 0;
10608
+ }
10609
+ 100% {
10610
+ transform: translateX(0);
10611
+ opacity: 1;
10612
+ }
10613
+ }
10614
+ @keyframes DrawerSlideOutLeft {
10615
+ 0% {
10616
+ transform: translateX(0);
10617
+ opacity: 1;
10618
+ }
10619
+ 100% {
10620
+ transform: translateX(-100%);
10621
+ opacity: 0;
10622
+ }
10623
+ }
10624
+ {
10625
+ /* Right */
10626
+ }
10627
+ @keyframes DrawerSlideInRight {
10628
+ 0% {
10629
+ transform: translateX(100%);
10630
+ opacity: 0;
10631
+ }
10632
+ 100% {
10633
+ transform: translateX(0);
10634
+ opacity: 1;
10635
+ }
10636
+ }
10637
+ @keyframes DrawerSlideOutRight {
10638
+ 0% {
10639
+ transform: translateX(0);
10640
+ opacity: 1;
10641
+ }
10642
+ 100% {
10643
+ transform: translateX(100%);
10644
+ opacity: 0;
10645
+ }
10646
+ }
10647
+ {
10648
+ /* Top */
10649
+ }
10650
+ @keyframes DrawerSlideInTop {
10651
+ 0% {
10652
+ transform: translateY(-100%);
10653
+ opacity: 0;
10654
+ }
10655
+ 100% {
10656
+ transform: translateY(0);
10657
+ opacity: 1;
10658
+ }
10659
+ }
10660
+ @keyframes DrawerSlideOutTop {
10661
+ 0% {
10662
+ transform: translateY(0);
10663
+ opacity: 1;
10664
+ }
10665
+ 100% {
10666
+ transform: translateY(-100%);
10667
+ opacity: 0;
10668
+ }
10669
+ }
10670
+ {
10671
+ /* Bottom */
10672
+ }
10673
+ @keyframes DrawerSlideInBottom {
10674
+ 0% {
10675
+ transform: translateY(100%);
10676
+ opacity: 0;
10677
+ }
10678
+ 100% {
10679
+ transform: translateY(0);
10680
+ opacity: 1;
10681
+ }
10682
+ }
10683
+ @keyframes DrawerSlideOutBottom {
10684
+ 0% {
10685
+ transform: translateY(0);
10686
+ opacity: 1;
10687
+ }
10688
+ 100% {
10689
+ transform: translateY(100%);
10690
+ opacity: 0;
10691
+ }
11140
10692
  }