@public-ui/themes 1.6.0-rc.5 → 1.6.0-rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -388,1540 +388,6 @@ const KoliBri = new Theme("kol", KeyEnum, TagEnum);
388
388
 
389
389
  const BAMF = KoliBri.createTheme("bamf", {});
390
390
 
391
- const BPA = KoliBri.createTheme("bpa", {
392
- GLOBAL: `:host {
393
- --font-family-sans: BundesSans Web, Arial, Helvetica, sans-serif;
394
- --font-family-serif: BundesSerif Web, var(--kolibri-font-family-sans);
395
- --font-family: var(--kolibri-font-family-sans), Helvetica, sans-serif;
396
- --font-weight: 400;
397
- --font-weight-bold: bold;
398
- --color-white: white;
399
- --color-black: #111314;
400
- --color-blue: #0077b6;
401
- --color-darkblue: #004b76;
402
- --color-darkgray: #576164;
403
- --color-lightgray: #bec5c9;
404
- --color-lightgray-40: #e5e8e9;
405
- --color-red: #c0003c;
406
- --color-lightorange: #f7bb3d;
407
- --color-orange: #e19688;
408
- --color-green: #00854a;
409
- --color-cyan: #00818b;
410
- --color-violet-40: #bfadbc;
411
- --color-violet-20: #dfd6de;
412
- }
413
- @keyframes blinker {
414
- 50% {
415
- opacity: 0.25;
416
- }
417
- }
418
- :host {
419
- font-family: var(--font-family-sans);
420
- color: var(--color-black);
421
- }
422
- h1,
423
- h2,
424
- h3,
425
- h4,
426
- h5,
427
- h6 {
428
- font-weight: var(--font-weight-bold);
429
- line-height: var(--line-height-heading);
430
- margin: 0;
431
- padding: 0;
432
- }
433
- a,
434
- button {
435
- font-size: var(--font-size);
436
- outline: none;
437
- }
438
- p {
439
- font-size: 1.5rem;
440
- }
441
- kol-span-wc,
442
- kol-span-wc > span {
443
- gap: 0.5em;
444
- }
445
- kol-tooltip #arrow {
446
- display: none;
447
- }
448
- kol-tooltip .area {
449
- background-color: var(--color-lightgray-40);
450
- }
451
- kol-tooltip kol-span-wc {
452
- padding: 0.25rem 0.5rem;
453
- font-size: 0.875rem;
454
- line-height: 1.25rem;
455
- border-radius: 2px;
456
- border: 1px solid var(--color-lightgray);
457
- margin: 0.25rem;
458
- }
459
- @media only screen and (min-width: 600px) {
460
- kol-tooltip kol-span-wc {
461
- font-size: 1rem;
462
- line-height: 1.375rem;
463
- }
464
- }`,
465
- "KOL-HEADING": `/* https://styleguide.bundesregierung.de/sg-de/medien/digitale-medien/webanwendungen/komponenten/atome/heading */
466
- h1,
467
- h2,
468
- h3,
469
- h4,
470
- h5,
471
- h6 {
472
- font-family: var(--font-family-heading);
473
- }
474
- h1 {
475
- margin-bottom: 1.5rem;
476
- font-size: 2rem;
477
- font-weight: 400;
478
- line-height: 2.5rem;
479
- }
480
- @media (min-width: 64rem) {
481
- h1 {
482
- font-size: 2.875rem;
483
- line-height: 3.125rem;
484
- }
485
- }
486
- @media (min-width: 85.375rem) {
487
- h1 {
488
- font-size: 3.5rem;
489
- line-height: 4.5rem;
490
- }
491
- }
492
- h2 {
493
- margin-bottom: 1.5rem;
494
- font-size: 1.75rem;
495
- font-weight: 400;
496
- line-height: 2rem;
497
- color: var(--color-blue);
498
- }
499
- @media (min-width: 64rem) {
500
- h2 {
501
- font-size: 2.5rem;
502
- line-height: 3rem;
503
- }
504
- }
505
- @media (min-width: 85.375rem) {
506
- h2 {
507
- font-size: 2.875rem;
508
- line-height: 3.125rem;
509
- }
510
- }
511
- h3 {
512
- margin-bottom: 1.5rem;
513
- font-size: 1.625rem;
514
- font-weight: 400;
515
- line-height: 2rem;
516
- }
517
- @media (min-width: 64rem) {
518
- h3 {
519
- font-size: 1.75rem;
520
- line-height: 2.25rem;
521
- }
522
- }
523
- @media (min-width: 85.375rem) {
524
- h3 {
525
- font-size: 2rem;
526
- line-height: 2.625rem;
527
- }
528
- }
529
- h4 {
530
- margin-bottom: 1.5rem;
531
- font-size: 1.5rem;
532
- font-weight: 700;
533
- line-height: 1.75rem;
534
- }
535
- @media (min-width: 64rem) {
536
- h4 {
537
- font-size: 1.625rem;
538
- line-height: 1.875rem;
539
- }
540
- }
541
- @media (min-width: 85.375rem) {
542
- h4 {
543
- font-size: 1.75rem;
544
- line-height: 2.25rem;
545
- }
546
- }
547
- h5 {
548
- margin-bottom: 1.5rem;
549
- font-size: 1.1875rem;
550
- font-weight: 700;
551
- line-height: 1.75rem;
552
- }
553
- @media (min-width: 64rem) {
554
- h5 {
555
- font-size: 1.375rem;
556
- line-height: 1.875rem;
557
- }
558
- }
559
- @media (min-width: 85.375rem) {
560
- h5 {
561
- font-size: 1.5rem;
562
- line-height: 2.125rem;
563
- }
564
- }
565
- h6 {
566
- color: #f0f;
567
- animation: blinker 0.25s linear infinite;
568
- }`,
569
- "KOL-BADGE": `:host > span {
570
- border-radius: 2px;
571
- }
572
- :host > span > kol-span-wc {
573
- font-family: var(--font-family-heading);
574
- padding: 0.25rem 0.5rem;
575
- }
576
- :host > span > kol-span-wc > span {
577
- gap: 0.5rem;
578
- }`,
579
- "KOL-BUTTON": `button > kol-span-wc {
580
- padding: 0.625rem 1.125rem;
581
- font-family: var(--font);
582
- font-size: 1rem;
583
- line-height: 1.125rem;
584
- border: 1px solid var(--color-darkgray);
585
- border-radius: 0.125rem;
586
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
587
- }
588
- button.ghost > kol-span-wc {
589
- border: none;
590
- }
591
- button > kol-span-wc > span {
592
- gap: 0.625rem;
593
- }
594
- button > kol-span-wc {
595
- background-color: var(--color-white);
596
- color: var(--color-black);
597
- }
598
- button > kol-span-wc kol-icon {
599
- color: var(--color-blue);
600
- }
601
- button:not(:disabled):is(:hover, :focus) > kol-span-wc kol-icon {
602
- color: var(--color-white);
603
- }
604
- button:not(:disabled):is(:hover, :focus) > kol-span-wc {
605
- background-color: var(--color-blue);
606
- color: var(--color-white);
607
- }
608
- button:focus > kol-span-wc {
609
- outline: 1px dotted var(--color-black);
610
- border: none;
611
- }
612
- button:focus {
613
- outline: none;
614
- }`,
615
- "KOL-ALERT": `:host .success {
616
- color: var(--color-green);
617
- }
618
- :host .warning {
619
- color: var(--color-orange);
620
- }
621
- :host .error {
622
- color: var(--color-red);
623
- }
624
- :host .info {
625
- color: var(--color-cyan);
626
- }
627
- :host > div {
628
- border: none;
629
- background-color: var(--color-white);
630
- }
631
- @media only screen and (min-width: 600px) {
632
- :host > div {
633
- font-size: 1.125rem;
634
- }
635
- }
636
- .heading .heading-icon {
637
- height: 100%;
638
- width: 2em;
639
- }
640
- .success .heading-icon {
641
- color: var(--color-green);
642
- }
643
- .warning .heading-icon {
644
- color: var(--color-orange);
645
- }
646
- .error .heading-icon {
647
- color: var(--color-red);
648
- }
649
- .info .heading-icon {
650
- color: var(--color-cyan);
651
- }
652
- .default .heading-icon {
653
- color: var(--color-black);
654
- }
655
- .close {
656
- align-self: start;
657
- }
658
- .card.success {
659
- border: 1px solid var(--color-green);
660
- }
661
- .card.warning {
662
- border: 1px solid var(--color-orange);
663
- }
664
- .card.error {
665
- border: 1px solid var(--color-red);
666
- }
667
- .card.info {
668
- border: 1px solid var(--color-cyan);
669
- }
670
- .card.default {
671
- border: 1px solid var(--color-black);
672
- }
673
- .card .heading {
674
- padding: 0.5rem;
675
- }
676
- .card .content {
677
- padding: 0.5rem;
678
- }`,
679
- "KOL-INDENTED-TEXT": `:host > div {
680
- border-left: none;
681
- box-shadow: -4px 0px 0px var(--color-blue);
682
- padding: 0.25em 0.5em;
683
- width: 100%;
684
- }`,
685
- "KOL-CARD": `:host {
686
- color: var(--color-white);
687
- background-color: var(--color-darkblue);
688
- padding: 4.5454545455%;
689
- }
690
- :host .headline {
691
- font-size: 1.375rem;
692
- line-height: 1.5rem;
693
- margin: 1rem 0;
694
- }
695
- @media only screen and (min-width: 600px) and (max-width: 1023px) {
696
- :host .headline {
697
- font-size: 1.5rem;
698
- line-height: 1.75rem;
699
- }
700
- }
701
- @media only screen and (min-width: 1024px) {
702
- :host .headline {
703
- font-size: 2rem;
704
- line-height: 2.25rem;
705
- }
706
- }
707
- :host .content {
708
- font-size: 1.1875rem;
709
- line-height: 1.6875rem;
710
- }
711
- @media only screen and (min-width: 600px) and (max-width: 1023px) {
712
- :host .content {
713
- font-size: 1.375rem;
714
- line-height: 2rem;
715
- }
716
- }
717
- @media only screen and (min-width: 1024px) {
718
- :host.content {
719
- font-size: 1.5rem;
720
- line-height: 2.125rem;
721
- }
722
- }
723
- :host .footer {
724
- margin: 1rem 0;
725
- }
726
- :is(h1, h2, h3, h4, h5, h6) {
727
- font-weight: 400;
728
- }`,
729
- "KOL-INPUT-CHECKBOX": `kol-input {
730
- gap: 0.1rem 0.75rem;
731
- font-size: 1.375rem;
732
- }
733
- input[type="checkbox"]:focus {
734
- outline: var(--color-black) dotted 1px;
735
- outline-offset: 0.15rem;
736
- }
737
- .hint {
738
- font-size: 1.125rem;
739
- }
740
- .default input[type="checkbox"] {
741
- border-width: 1px;
742
- padding: 0.125rem;
743
- width: 1.375rem;
744
- height: 1.375rem;
745
- }
746
- .default input[type="checkbox"]:checked {
747
- color: var(--color-white);
748
- background-color: var(--color-blue);
749
- border-color: var(--color-blue);
750
- padding: 0;
751
- }
752
- .default input[type="checkbox"]:checked:before {
753
- left: 0.35rem;
754
- top: 45%;
755
- height: 0.6rem;
756
- width: 0.25rem;
757
- transform: rotate(45deg) translate(-50%, -50%);
758
- border-width: 0px 2px 2px 0px;
759
- }
760
- .default input[type="checkbox"]:indeterminate:before {
761
- background-color: var(--color-blue);
762
- top: 0;
763
- left: 0;
764
- width: 100%;
765
- height: 100%;
766
- }
767
- kol-input > kol-alert {
768
- order: 3;
769
- }
770
- .switch input[type="checkbox"] {
771
- border-width: 1px;
772
- }
773
- .switch input[type="checkbox"]:before {
774
- background-color: var(--color-blue);
775
- height: 1.3em;
776
- width: 1.3em;
777
- }
778
- kol-input.button {
779
- font-family: var(----font-family);
780
- font-size: 1rem;
781
- line-height: 1.125rem;
782
- padding: 0.625rem 1.125rem;
783
- border: 1px solid var(--color-darkgray);
784
- border-radius: 0.125rem;
785
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
786
- gap: 0.625rem;
787
- }
788
- kol-input.button {
789
- background-color: var(--color-white);
790
- color: var(--color-black);
791
- }
792
- kol-input.button kol-icon {
793
- color: var(--color-blue);
794
- }
795
- kol-input.button:is(:hover, :focus) kol-icon {
796
- color: var(--color-white);
797
- }
798
- kol-input.button:is(:hover, :focus) {
799
- cursor: pointer;
800
- background-color: var(--color-blue);
801
- color: var(--color-white);
802
- }
803
- kol-input.button:is(:hover, :focus) {
804
- outline: 1px dotted var(--color-black);
805
- border: 1px solid var(--color-blue);
806
- }`,
807
- "KOL-ICON": `/* https: //styleguide.bundesregierung.de/sg-de/medien/digitale-medien/webanwendungen/komponenten/atome/icon */`,
808
- "KOL-ABBR": `:host abbr {
809
- text-decoration: none;
810
- border-bottom: 1px dotted currentColor;
811
- }`,
812
- "KOL-LINK-BUTTON": `.button a kol-span-wc {
813
- font-family: var(----font-family);
814
- font-size: 1rem;
815
- line-height: 1.125rem;
816
- padding: 0.625rem 1.125rem;
817
- border: 1px solid var(--color-darkgray);
818
- border-radius: 0.125rem;
819
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
820
- }
821
- .hide-label > kol-span-wc {
822
- padding: 0.625rem;
823
- }
824
- .button.ghost a kol-span-wc {
825
- border: none;
826
- }
827
- .button a kol-span-wc > span {
828
- gap: 0.625rem;
829
- }
830
- .button a kol-span-wc {
831
- background-color: var(--color-white);
832
- color: var(--color-black);
833
- }
834
- .button a kol-span-wc kol-icon {
835
- color: var(--color-blue);
836
- }
837
- a:is(:hover, :focus) kol-span-wc kol-icon {
838
- color: var(--color-white);
839
- }
840
- a:is(:hover, :focus) kol-span-wc {
841
- cursor: pointer;
842
- background-color: var(--color-blue);
843
- color: var(--color-white);
844
- }
845
- a:is(:hover, :focus) kol-span-wc {
846
- outline: 1px dotted var(--color-black);
847
- border: 1px solid var(--color-blue);
848
- }
849
- a:is(:hover, :focus) {
850
- outline: none;
851
- }`,
852
- "KOL-INPUT-TEXT": `:host label {
853
- color: var(--color-darkblue);
854
- font-size: 0.9375rem;
855
- }
856
- @media (min-width: 37.5rem) {
857
- :host label {
858
- font-size: 1.125rem;
859
- }
860
- } /* Move label over input as placeholder */
861
- :host label {
862
- transition: all 0.3s ease-in-out 0ms;
863
- transform-origin: 0;
864
- }
865
- :host(:not(.has-value)) kol-input:not(:focus-within) label {
866
- transform: translateY(1.9375rem) scale(1.3333333333);
867
- cursor: text;
868
- }
869
- :host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
870
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
871
- }
872
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
873
- input::placeholder {
874
- color: var(--color-darkgray);
875
- }
876
- :host([_error]:not(.has-value)) kol-input:not(:focus-within) label {
877
- color: var(--color-red);
878
- } /* Move hint under input */
879
- span.hint {
880
- order: 1;
881
- }
882
- span.hint::before {
883
- font-family: codicon;
884
- font-size: 1rem;
885
- content: "\\ea74";
886
- }
887
- kol-alert {
888
- order: 2;
889
- }
890
- :host([_error]) label {
891
- color: var(--color-red);
892
- }
893
- div.input {
894
- border-bottom: 1px solid var(--color-lightgray);
895
- }
896
- div.input:focus-within {
897
- border-bottom: 1px solid var(--color-darkgray);
898
- }
899
- div.input input {
900
- border: none;
901
- background-color: var(--color-white);
902
- outline: none;
903
- height: 2.5rem;
904
- font-size: 1.5rem;
905
- padding: 0;
906
- }
907
- kol-input:has(label:not([hidden])) div.input input::placeholder {
908
- color: transparent;
909
- }
910
- kol-alert {
911
- margin-top: 1.5rem;
912
- }
913
- kol-button-wc > button > kol-span-wc {
914
- padding: 0.625rem 1.125rem;
915
- font-family: var(--font);
916
- font-size: 1rem;
917
- line-height: 1.125rem;
918
- border: none;
919
- border-radius: 0.125rem;
920
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
921
- }
922
- kol-button-wc > button > kol-span-wc > span {
923
- gap: 0.625rem;
924
- }
925
- kol-button-wc > button > kol-span-wc {
926
- background-color: var(--color-white);
927
- color: var(--color-black);
928
- }
929
- kol-button-wc > button > kol-span-wc kol-icon {
930
- color: var(--color-blue);
931
- }
932
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
933
- color: var(--color-white);
934
- }
935
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
936
- cursor: pointer;
937
- background-color: var(--color-blue);
938
- color: var(--color-white);
939
- }
940
- kol-button-wc > button:focus > kol-span-wc {
941
- outline: 1px dotted var(--color-black);
942
- border: none;
943
- }
944
- kol-button-wc > button:focus {
945
- outline: none;
946
- }`,
947
- "KOL-INPUT-EMAIL": `:host label {
948
- color: var(--color-darkblue);
949
- font-size: 0.9375rem;
950
- }
951
- @media (min-width: 37.5rem) {
952
- :host label {
953
- font-size: 1.125rem;
954
- }
955
- } /* Move label over input as placeholder */
956
- :host label {
957
- transition: all 0.3s ease-in-out 0ms;
958
- transform-origin: 0;
959
- }
960
- :host(:not(.has-value)) kol-input:not(:focus-within) label {
961
- transform: translateY(1.9375rem) scale(1.3333333333);
962
- cursor: text;
963
- }
964
- :host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
965
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
966
- }
967
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
968
- input::placeholder {
969
- color: var(--color-darkgray);
970
- }
971
- :host([_error]) kol-input:not(:focus-within) label {
972
- color: var(--color-red);
973
- } /* Move hint under input */
974
- span.hint {
975
- order: 1;
976
- }
977
- kol-alert {
978
- order: 2;
979
- }
980
- :host([_error]) label {
981
- color: var(--color-red);
982
- }
983
- div.input {
984
- border-bottom: 1px solid var(--color-lightgray);
985
- }
986
- div.input:focus-within {
987
- border-bottom: 1px solid var(--color-darkgray);
988
- }
989
- div.input input {
990
- border: none;
991
- background-color: var(--color-white);
992
- outline: none;
993
- height: 2.5rem;
994
- font-size: 1.5rem;
995
- padding: 0;
996
- }
997
- kol-input:has(label:not([hidden])) div.input input::placeholder {
998
- color: transparent;
999
- }
1000
- kol-alert {
1001
- margin-top: 1.5rem;
1002
- }
1003
- kol-button-wc > button > kol-span-wc {
1004
- padding: 0.625rem 1.125rem;
1005
- font-family: var(--font);
1006
- font-size: 1rem;
1007
- line-height: 1.125rem;
1008
- border: none;
1009
- border-radius: 0.125rem;
1010
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1011
- }
1012
- kol-button-wc > button > kol-span-wc > span {
1013
- gap: 0.625rem;
1014
- }
1015
- kol-button-wc > button > kol-span-wc {
1016
- background-color: var(--color-white);
1017
- color: var(--color-black);
1018
- }
1019
- kol-button-wc > button > kol-span-wc kol-icon {
1020
- color: var(--color-blue);
1021
- }
1022
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1023
- color: var(--color-white);
1024
- }
1025
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1026
- cursor: pointer;
1027
- background-color: var(--color-blue);
1028
- color: var(--color-white);
1029
- }
1030
- kol-button-wc > button:focus > kol-span-wc {
1031
- outline: 1px dotted var(--color-black);
1032
- border: none;
1033
- }
1034
- kol-button-wc > button:focus {
1035
- outline: none;
1036
- }`,
1037
- "KOL-INPUT-NUMBER": `:host label {
1038
- color: var(--color-darkblue);
1039
- font-size: 0.9375rem;
1040
- }
1041
- @media (min-width: 37.5rem) {
1042
- :host label {
1043
- font-size: 1.125rem;
1044
- }
1045
- } /* Move label over input as placeholder */
1046
- :host(:not(.has-value)) kol-input:has(input[type="number"]) label {
1047
- transition: all 0.3s ease-in-out 0ms;
1048
- transform-origin: 0;
1049
- }
1050
- :host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within) label {
1051
- transform: translateY(1.9375rem) scale(1.3333333333);
1052
- cursor: text;
1053
- }
1054
- :host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within):has(div.icon-left) label {
1055
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
1056
- }
1057
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
1058
- input::placeholder {
1059
- color: var(--color-darkgray);
1060
- }
1061
- :host([_error]) kol-input:not(:focus-within) label {
1062
- color: var(--color-red);
1063
- }
1064
- span.hint {
1065
- order: 1;
1066
- }
1067
- kol-alert {
1068
- order: 2;
1069
- }
1070
- :host([_error]) label {
1071
- color: var(--color-red);
1072
- }
1073
- div.input {
1074
- border-bottom: 1px solid var(--color-lightgray);
1075
- }
1076
- div.input:focus-within {
1077
- border-bottom: 1px solid var(--color-darkgray);
1078
- }
1079
- div.input input {
1080
- border: none;
1081
- background-color: var(--color-white);
1082
- outline: none;
1083
- height: 2.5rem;
1084
- font-size: 1.5rem;
1085
- padding: 0;
1086
- }
1087
- kol-input:has(label:not([hidden])) div.input input::placeholder {
1088
- color: transparent;
1089
- }
1090
- kol-alert {
1091
- margin-top: 1.5rem;
1092
- }
1093
- kol-button-wc > button > kol-span-wc {
1094
- padding: 0.625rem 1.125rem;
1095
- font-family: var(--font);
1096
- font-size: 1rem;
1097
- line-height: 1.125rem;
1098
- border: none;
1099
- border-radius: 0.125rem;
1100
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1101
- }
1102
- kol-button-wc > button > kol-span-wc > span {
1103
- gap: 0.625rem;
1104
- }
1105
- kol-button-wc > button > kol-span-wc {
1106
- background-color: var(--color-white);
1107
- color: var(--color-black);
1108
- }
1109
- kol-button-wc > button > kol-span-wc kol-icon {
1110
- color: var(--color-blue);
1111
- }
1112
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1113
- color: var(--color-white);
1114
- }
1115
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1116
- cursor: pointer;
1117
- background-color: var(--color-blue);
1118
- color: var(--color-white);
1119
- }
1120
- kol-button-wc > button:focus > kol-span-wc {
1121
- outline: 1px dotted var(--color-black);
1122
- border: none;
1123
- }
1124
- kol-button-wc > button:focus {
1125
- outline: none;
1126
- }`,
1127
- "KOL-INPUT-DATE": `:host label {
1128
- color: var(--color-darkblue);
1129
- font-size: 0.9375rem;
1130
- }
1131
- @media (min-width: 37.5rem) {
1132
- :host label {
1133
- font-size: 1.125rem;
1134
- }
1135
- } /* Move label over input as placeholder */
1136
- :host(:not(.has-value)) kol-input:has(input[type="number"]) label {
1137
- transition: all 0.3s ease-in-out 0ms;
1138
- transform-origin: 0;
1139
- }
1140
- :host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within) label {
1141
- transform: translateY(1.9375rem) scale(1.3333333333);
1142
- cursor: text;
1143
- }
1144
- :host(:not(.has-value)) kol-input:has(input[type="number"]):not(:focus-within):has(div.icon-left) label {
1145
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
1146
- }
1147
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
1148
- input::placeholder {
1149
- color: var(--color-darkgray);
1150
- }
1151
- :host([_error]) kol-input:not(:focus-within) label {
1152
- color: var(--color-red);
1153
- }
1154
- span.hint {
1155
- order: 1;
1156
- }
1157
- kol-alert {
1158
- order: 2;
1159
- }
1160
- :host([_error]) label {
1161
- color: var(--color-red);
1162
- }
1163
- div.input {
1164
- border-bottom: 1px solid var(--color-lightgray);
1165
- }
1166
- div.input:focus-within {
1167
- border-bottom: 1px solid var(--color-darkgray);
1168
- }
1169
- div.input input {
1170
- border: none;
1171
- background-color: var(--color-white);
1172
- outline: none;
1173
- height: 2.5rem;
1174
- font-size: 1.5rem;
1175
- padding: 0;
1176
- }
1177
- kol-input:has(label:not([hidden])) div.input input::placeholder {
1178
- color: transparent;
1179
- }
1180
- kol-alert {
1181
- margin-top: 1.5rem;
1182
- }
1183
- kol-button-wc > button > kol-span-wc {
1184
- padding: 0.625rem 1.125rem;
1185
- font-family: var(--font);
1186
- font-size: 1rem;
1187
- line-height: 1.125rem;
1188
- border: none;
1189
- border-radius: 0.125rem;
1190
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1191
- }
1192
- kol-button-wc > button > kol-span-wc > span {
1193
- gap: 0.625rem;
1194
- }
1195
- kol-button-wc > button > kol-span-wc {
1196
- background-color: var(--color-white);
1197
- color: var(--color-black);
1198
- }
1199
- kol-button-wc > button > kol-span-wc kol-icon {
1200
- color: var(--color-blue);
1201
- }
1202
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1203
- color: var(--color-white);
1204
- }
1205
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1206
- cursor: pointer;
1207
- background-color: var(--color-blue);
1208
- color: var(--color-white);
1209
- }
1210
- kol-button-wc > button:focus > kol-span-wc {
1211
- outline: 1px dotted var(--color-black);
1212
- border: none;
1213
- }
1214
- kol-button-wc > button:focus {
1215
- outline: none;
1216
- }`,
1217
- "KOL-INPUT-COLOR": `:host label {
1218
- color: var(--color-darkblue);
1219
- font-size: 0.9375rem;
1220
- }
1221
- @media (min-width: 37.5rem) {
1222
- :host label {
1223
- font-size: 1.125rem;
1224
- }
1225
- } /* Move hint under input */
1226
- span.hint {
1227
- order: 1;
1228
- }
1229
- kol-alert {
1230
- order: 2;
1231
- }
1232
- :host([_error]) label {
1233
- color: var(--color-red);
1234
- }
1235
- div.input {
1236
- border-bottom: 1px solid var(--color-lightgray);
1237
- }
1238
- div.input:focus-within {
1239
- border-bottom: 1px solid var(--color-darkgray);
1240
- }
1241
- div.input input {
1242
- border: none;
1243
- background-color: var(--color-white);
1244
- outline: none;
1245
- height: 2.5rem;
1246
- font-size: 1.5rem;
1247
- padding: 0;
1248
- }
1249
- kol-input:has(label:not([hidden])) div.input input::placeholder {
1250
- color: transparent;
1251
- }
1252
- kol-alert {
1253
- margin-top: 1.5rem;
1254
- }
1255
- kol-button-wc > button > kol-span-wc {
1256
- padding: 0.625rem 1.125rem;
1257
- font-family: var(--font);
1258
- font-size: 1rem;
1259
- line-height: 1.125rem;
1260
- border: none;
1261
- border-radius: 0.125rem;
1262
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1263
- }
1264
- kol-button-wc > button > kol-span-wc > span {
1265
- gap: 0.625rem;
1266
- }
1267
- kol-button-wc > button > kol-span-wc {
1268
- background-color: var(--color-white);
1269
- color: var(--color-black);
1270
- }
1271
- kol-button-wc > button > kol-span-wc kol-icon {
1272
- color: var(--color-blue);
1273
- }
1274
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1275
- color: var(--color-white);
1276
- }
1277
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1278
- cursor: pointer;
1279
- background-color: var(--color-blue);
1280
- color: var(--color-white);
1281
- }
1282
- kol-button-wc > button:focus > kol-span-wc {
1283
- outline: 1px dotted var(--color-black);
1284
- border: none;
1285
- }
1286
- kol-button-wc > button:focus {
1287
- outline: none;
1288
- }`,
1289
- "KOL-INPUT-FILE": `:host label {
1290
- color: var(--color-darkblue);
1291
- font-size: 0.9375rem;
1292
- }
1293
- @media (min-width: 37.5rem) {
1294
- :host label {
1295
- font-size: 1.125rem;
1296
- }
1297
- } /* Move hint under input */
1298
- span.hint {
1299
- order: 1;
1300
- }
1301
- kol-alert {
1302
- order: 2;
1303
- }
1304
- :host([_error]) label {
1305
- color: var(--color-red);
1306
- }
1307
- div.input {
1308
- align-items: baseline;
1309
- border-bottom: 1px solid var(--color-lightgray);
1310
- }
1311
- div.input:focus-within {
1312
- border-bottom: 1px solid var(--color-darkgray);
1313
- }
1314
- div.input input {
1315
- border: none;
1316
- background-color: var(--color-white);
1317
- outline: none;
1318
- height: 3.2rem;
1319
- font-size: 1.5rem;
1320
- padding: 0;
1321
- }
1322
- kol-input:has(label:not([hidden])) div.input input::placeholder {
1323
- color: transparent;
1324
- }
1325
- kol-alert {
1326
- margin-top: 1.5rem;
1327
- }
1328
- kol-button-wc > button > kol-span-wc {
1329
- padding: 0.625rem 1.125rem;
1330
- font-family: var(--font);
1331
- font-size: 1rem;
1332
- line-height: 1.125rem;
1333
- border: none;
1334
- border-radius: 0.125rem;
1335
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1336
- }
1337
- kol-button-wc > button > kol-span-wc > span {
1338
- gap: 0.625rem;
1339
- }
1340
- kol-button-wc > button > kol-span-wc {
1341
- background-color: var(--color-white);
1342
- color: var(--color-black);
1343
- }
1344
- kol-button-wc > button > kol-span-wc kol-icon {
1345
- color: var(--color-blue);
1346
- }
1347
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1348
- color: var(--color-white);
1349
- }
1350
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1351
- cursor: pointer;
1352
- background-color: var(--color-blue);
1353
- color: var(--color-white);
1354
- }
1355
- kol-button-wc > button:focus > kol-span-wc {
1356
- outline: 1px dotted var(--color-black);
1357
- border: none;
1358
- }
1359
- kol-button-wc > button:focus {
1360
- outline: none;
1361
- }`,
1362
- "KOL-INPUT-PASSWORD": `:host label {
1363
- color: var(--color-darkblue);
1364
- font-size: 0.9375rem;
1365
- }
1366
- @media (min-width: 37.5rem) {
1367
- :host label {
1368
- font-size: 1.125rem;
1369
- }
1370
- } /* Move label over input as placeholder */
1371
- :host label {
1372
- transition: all 0.3s ease-in-out 0ms;
1373
- transform-origin: 0;
1374
- }
1375
- :host(:not(.has-value)) kol-input:not(:focus-within) label {
1376
- transform: translateY(1.9375rem) scale(1.3333333333);
1377
- cursor: text;
1378
- }
1379
- :host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
1380
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
1381
- }
1382
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
1383
- input::placeholder {
1384
- color: var(--color-darkgray);
1385
- }
1386
- :host([_error]) kol-input:not(:focus-within) label {
1387
- color: var(--color-red);
1388
- } /* Move hint under input */
1389
- span.hint {
1390
- order: 1;
1391
- }
1392
- kol-alert {
1393
- order: 2;
1394
- }
1395
- :host([_error]) label {
1396
- color: var(--color-red);
1397
- }
1398
- div.input {
1399
- align-items: baseline;
1400
- border-bottom: 1px solid var(--color-lightgray);
1401
- }
1402
- div.input:focus-within {
1403
- border-bottom: 1px solid var(--color-darkgray);
1404
- }
1405
- div.input input {
1406
- border: none;
1407
- background-color: var(--color-white);
1408
- outline: none;
1409
- height: 2.5rem;
1410
- font-size: 1.5rem;
1411
- padding: 0;
1412
- }
1413
- kol-input:has(label:not([hidden])) div.input input::placeholder {
1414
- color: transparent;
1415
- }
1416
- kol-alert {
1417
- margin-top: 1.5rem;
1418
- }
1419
- kol-button-wc > button > kol-span-wc {
1420
- padding: 0.625rem 1.125rem;
1421
- font-family: var(--font);
1422
- font-size: 1rem;
1423
- line-height: 1.125rem;
1424
- border: none;
1425
- border-radius: 0.125rem;
1426
- transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
1427
- }
1428
- kol-button-wc > button > kol-span-wc > span {
1429
- gap: 0.625rem;
1430
- }
1431
- kol-button-wc > button > kol-span-wc {
1432
- background-color: var(--color-white);
1433
- color: var(--color-black);
1434
- }
1435
- kol-button-wc > button > kol-span-wc kol-icon {
1436
- color: var(--color-blue);
1437
- }
1438
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc kol-icon {
1439
- color: var(--color-white);
1440
- }
1441
- kol-button-wc > button:is(:hover, :focus) > kol-span-wc {
1442
- cursor: pointer;
1443
- background-color: var(--color-blue);
1444
- color: var(--color-white);
1445
- }
1446
- kol-button-wc > button:focus > kol-span-wc {
1447
- outline: 1px dotted var(--color-black);
1448
- border: none;
1449
- }
1450
- kol-button-wc > button:focus {
1451
- outline: none;
1452
- }`,
1453
- "KOL-TEXTAREA": `:host label {
1454
- color: var(--color-darkblue);
1455
- font-size: 0.9375rem;
1456
- line-height: 0.9375rem;
1457
- }
1458
- @media (min-width: 37.5rem) {
1459
- :host label {
1460
- font-size: 1.125rem;
1461
- line-height: 1.125rem;
1462
- }
1463
- } /* Move label over input as placeholder */
1464
- :host label {
1465
- transition: all 0.3s ease-in-out 0ms;
1466
- transform-origin: 0;
1467
- }
1468
- :host(:not(.has-value)) kol-input:not(:focus-within) label {
1469
- transform: translateY(1.9375rem) scale(1.3333333333);
1470
- cursor: text;
1471
- }
1472
- :host(:not(.has-value)) kol-input:not(:focus-within):has(div.icon-left) label {
1473
- transform: translateX(2.5rem) translateY(1.9375rem) scale(1.3333333333);
1474
- }
1475
- :host(:not(.has-value)) kol-input:not(:focus-within) label,
1476
- textarea::placeholder {
1477
- color: var(--color-darkgray);
1478
- }
1479
- :host([_error]:not(.has-value)) kol-input:not(:focus-within) label {
1480
- color: var(--color-red);
1481
- } /* Move hint under input */
1482
- span.hint {
1483
- order: 1;
1484
- }
1485
- kol-alert {
1486
- order: 2;
1487
- }
1488
- :host([_error]) label {
1489
- color: var(--color-red);
1490
- }
1491
- div.input textarea:focus {
1492
- border-bottom: 1px solid var(--color-darkgray);
1493
- }
1494
- div.input textarea {
1495
- border: none;
1496
- border-bottom: 1px solid var(--color-lightgray);
1497
- background-color: var(--color-white);
1498
- outline: none;
1499
- height: 2.5rem;
1500
- font-size: 1.5rem;
1501
- padding: 0;
1502
- }
1503
- kol-input:has(label:not([hidden])) div.input textarea::placeholder {
1504
- color: transparent;
1505
- }
1506
- kol-alert {
1507
- margin-top: 1.5rem;
1508
- }`,
1509
- "KOL-INPUT-RANGE": `input[type="range"] {
1510
- height: 3em;
1511
- background-color: transparent;
1512
- outline: none;
1513
- }
1514
- input[type="range"]::-webkit-slider-thumb {
1515
- border: none;
1516
- margin-top: -0.5em;
1517
- height: 1.5em;
1518
- width: 1.5em;
1519
- border-radius: 100%;
1520
- background: var(--color-darkblue);
1521
- cursor: pointer;
1522
- }
1523
- input[type="range"]::-moz-range-thumb {
1524
- border: 1px solid var(--color-darkblue);
1525
- height: 2em;
1526
- width: 1em;
1527
- border-radius: 3px;
1528
- background: var(--color-blue);
1529
- cursor: pointer;
1530
- box-shadow: 1px 1px 1px var(--color-black), 0px 0px 1px var(--color-darkgray);
1531
- }
1532
- input[type="range"]::-webkit-slider-runnable-track {
1533
- width: 100%;
1534
- height: 0.5em;
1535
- cursor: pointer;
1536
- background: var(--color-lightgray);
1537
- border-radius: 0.25em;
1538
- border: none;
1539
- }
1540
- input[type="range"]:focus::-webkit-slider-runnable-track {
1541
- outline: var(--color-black) dotted 1px;
1542
- outline-offset: 0.25em;
1543
- }
1544
- input[type="range"]::-moz-range-track {
1545
- width: 100%;
1546
- height: 0.5em;
1547
- cursor: pointer;
1548
- background: var(--color-lightgray);
1549
- border-radius: 0.25em;
1550
- border: none;
1551
- }`,
1552
- "KOL-PROGRESS": `:host progress,
1553
- :host span {
1554
- display: block;
1555
- height: 0px;
1556
- overflow: hidden;
1557
- width: 0px;
1558
- }
1559
- svg line:first-child,
1560
- svg circle:first-child {
1561
- fill: transparent;
1562
- stroke: var(--color-lightgray);
1563
- }
1564
- svg line:last-child,
1565
- svg circle:last-child {
1566
- stroke: var(--color-darkblue);
1567
- fill: transparent;
1568
- }
1569
- progress {
1570
- display: none;
1571
- }`,
1572
- "KOL-INPUT-RADIO": `:host {
1573
- font-size: 1.375rem;
1574
- line-height: 2rem;
1575
- }
1576
- input {
1577
- border: 1px solid var(--color-blue);
1578
- }
1579
- input:focus {
1580
- border: 1px dashed var(--color-blue);
1581
- outline: none;
1582
- }
1583
- .disabled {
1584
- opacity: 0.5;
1585
- }
1586
- .disabled label,
1587
- .disabled input {
1588
- cursor: not-allowed;
1589
- }
1590
- input:checked::before {
1591
- background-color: var(--color-blue);
1592
- }
1593
- fieldset {
1594
- border: none;
1595
- }
1596
- fieldset.vertical {
1597
- gap: 0.5rem;
1598
- }
1599
- fieldset.horizontal {
1600
- gap: 2.5rem;
1601
- }
1602
- div[slot="input"] {
1603
- gap: 0.5rem;
1604
- }`,
1605
- "KOL-LINK": `a {
1606
- margin-bottom: 0;
1607
- font-weight: 700;
1608
- vertical-align: top;
1609
- text-decoration: none;
1610
- color: var(--color-blue);
1611
- gap: 0.25rem;
1612
- }
1613
- a:focus,
1614
- a:hover {
1615
- color: var(--color-darkblue);
1616
- }
1617
- a:focus {
1618
- outline: var(--color-darkblue) solid 1px;
1619
- outline-offset: 2px;
1620
- border-radius: 2px;
1621
- }
1622
- a:visited {
1623
- text-decoration: underline;
1624
- }
1625
- kol-icon {
1626
- color: var(--color-blue);
1627
- }
1628
- kol-icon:hover {
1629
- color: var(--color-darkblue);
1630
- }
1631
- kol-span-wc > span {
1632
- gap: 0.25rem;
1633
- }`,
1634
- "KOL-BUTTON-LINK": `button {
1635
- margin-bottom: 0;
1636
- font-weight: 700;
1637
- vertical-align: top;
1638
- text-decoration: none;
1639
- color: var(--color-blue);
1640
- }
1641
- button:focus,
1642
- button:hover {
1643
- color: var(--color-darkblue);
1644
- }
1645
- button:focus {
1646
- outline: var(--color-darkblue) solid 1px;
1647
- outline-offset: 2px;
1648
- border-radius: 2px;
1649
- }
1650
- kol-icon {
1651
- color: var(--color-blue);
1652
- }
1653
- kol-icon:hover {
1654
- color: var(--color-darkblue);
1655
- }
1656
- kol-span-wc > span {
1657
- gap: 0.25rem;
1658
- }`,
1659
- "KOL-SELECT": `:host label {
1660
- color: var(--color-darkblue);
1661
- font-size: 0.9375rem;
1662
- }
1663
- @media (min-width: 37.5rem) {
1664
- :host label {
1665
- font-size: 1.125rem;
1666
- }
1667
- }
1668
- span.hint {
1669
- order: 1;
1670
- }
1671
- kol-alert {
1672
- order: 2;
1673
- }
1674
- :host([_error]) label {
1675
- color: var(--color-red);
1676
- }
1677
- div.input {
1678
- border-bottom: 1px solid var(--color-lightgray);
1679
- }
1680
- div.input:focus-within {
1681
- border-bottom: 1px solid var(--color-darkgray);
1682
- }
1683
- div.input select {
1684
- border: none;
1685
- background-color: var(--color-white);
1686
- outline: none;
1687
- font-size: 1.5rem;
1688
- padding: 0;
1689
- }
1690
- div.input select:not([multiple]) {
1691
- height: 2.5rem;
1692
- }
1693
- kol-alert {
1694
- margin-top: 1.5rem;
1695
- }`,
1696
- "KOL-ACCORDION": `.headline button {
1697
- font-size: 1.1875rem;
1698
- line-height: 1.6875rem;
1699
- }
1700
- @media only screen and (min-width: 600px) and (max-width: 1023px) {
1701
- .headline button {
1702
- font-size: 1.375rem;
1703
- line-height: 2rem;
1704
- }
1705
- }
1706
- @media only screen and (min-width: 1024px) {
1707
- .headline button {
1708
- font-size: 1.5rem;
1709
- line-height: 2.125rem;
1710
- }
1711
- }
1712
- .headline {
1713
- margin: 0;
1714
- padding: 0;
1715
- }
1716
- .headline button {
1717
- padding: 1rem 1rem 1rem 3.125rem;
1718
- }
1719
- .headline button:is(:focus, :hover) {
1720
- text-decoration: underline;
1721
- }
1722
- .headline kol-span-wc {
1723
- display: block;
1724
- }
1725
- .headline kol-span-wc > span {
1726
- align-items: flex-start;
1727
- }
1728
- .headline kol-span-wc > span > kol-icon {
1729
- display: block;
1730
- order: 2;
1731
- }
1732
- .headline kol-span-wc > span > span {
1733
- flex-grow: 1;
1734
- order: 1;
1735
- text-align: start;
1736
- }
1737
- :host {
1738
- border-top: 1px solid var(--color-violet-40);
1739
- }
1740
- .content {
1741
- padding: 3.125rem;
1742
- background-color: var(--color-violet-20);
1743
- }
1744
- button {
1745
- outline: none;
1746
- }
1747
- :host > div > kol-heading-wc button kol-icon {
1748
- font-size: 1rem;
1749
- }
1750
- :host > div > kol-heading-wc button kol-icon::part(icon) {
1751
- font-family: "Font Awesome 6 Free";
1752
- font-weight: 900;
1753
- }
1754
- :host > div.open > kol-heading-wc button kol-icon::part(icon)::before {
1755
- content: "\\f077";
1756
- }
1757
- :host > div.close > kol-heading-wc button kol-icon::part(icon)::before {
1758
- content: "\\f078";
1759
- }`,
1760
- "KOL-TABLE": `:host > div {
1761
- overflow-x: auto;
1762
- overflow-y: hidden;
1763
- }
1764
- caption {
1765
- padding: 0.5em;
1766
- }
1767
- :host th {
1768
- font-weight: normal;
1769
- background-color: var(--color-darkblue);
1770
- color: var(--color-white);
1771
- }
1772
- :host table thead tr:first-child th,
1773
- :host table thead tr:first-child td {
1774
- border-width: 0;
1775
- border-top-width: 2px;
1776
- border-style: solid;
1777
- border-color: var(--color-darkgray);
1778
- }
1779
- table {
1780
- width: 100%;
1781
- border-spacing: 0;
1782
- }
1783
- table,
1784
- :host table thead tr:last-child th,
1785
- :host table thead tr:last-child td {
1786
- border-width: 0;
1787
- border-bottom-width: 2px;
1788
- border-style: solid;
1789
- border-color: var(--color-darkgray);
1790
- }
1791
- th {
1792
- background-color: var(--color-white);
1793
- }
1794
- th div {
1795
- width: 100%;
1796
- display: flex;
1797
- gap: 0.5em;
1798
- grid-template-columns: 1fr auto;
1799
- align-items: center;
1800
- }
1801
- th div.center {
1802
- justify-content: center;
1803
- }
1804
- th div.right {
1805
- justify-content: end;
1806
- }
1807
- tbody tr:nth-child(odd) {
1808
- background-color: var(--color-lightgray-40);
1809
- }
1810
- th,
1811
- td {
1812
- padding: 0.5em;
1813
- }
1814
- td.center > div {
1815
- display: flex;
1816
- justify-content: center;
1817
- }
1818
- td.right > div {
1819
- display: flex;
1820
- justify-content: end;
1821
- }
1822
- th[aria-sort="ascending"],
1823
- th[aria-sort="descending"] {
1824
- font-weight: 700;
1825
- }
1826
- :host > div:last-child {
1827
- padding: 0.5em;
1828
- }
1829
- :host > div:last-child,
1830
- :host > div:last-child > div:last-child {
1831
- display: grid;
1832
- align-items: center;
1833
- justify-items: center;
1834
- gap: 1em;
1835
- }
1836
- @media (min-width: 1024px) {
1837
- :host > div:last-child,
1838
- :host > div:last-child > div:last-child {
1839
- grid-auto-flow: column;
1840
- }
1841
- :host > div:last-child kol-pagination {
1842
- display: flex;
1843
- gap: 1rem;
1844
- }
1845
- }`,
1846
- "KOL-TABS": `:host {
1847
- --kolibri-spacing: 0.25rem;
1848
- }
1849
- kol-button-group-wc {
1850
- border-bottom: 1px solid var(--color-lightgray);
1851
- margin-bottom: -1px;
1852
- }
1853
- kol-button-group-wc button {
1854
- border: none;
1855
- margin-bottom: -1px;
1856
- }
1857
- kol-button-group-wc button kol-span-wc {
1858
- padding: 0.5rem;
1859
- min-height: 44px;
1860
- min-width: 44px;
1861
- }
1862
- kol-button-group-wc button.selected kol-span-wc {
1863
- border-color: var(--color-lightgray-40);
1864
- border-style: solid;
1865
- border-width: 1px;
1866
- border-bottom-color: white;
1867
- border-top-color: var(--color-blue);
1868
- box-shadow: 0 -3px var(--color-blue);
1869
- font-weight: var(--font-weight-bold);
1870
- color: var(--color-blue);
1871
- }
1872
- kol-button-group-wc button:hover:not(:disabled) kol-span-wc {
1873
- color: var(--color-darkblue);
1874
- }
1875
- kol-button-group-wc button:focus kol-span-wc {
1876
- outline-color: var(--color-darkblue);
1877
- outline-style: solid;
1878
- outline-width: 2px;
1879
- }`,
1880
- "KOL-BUTTON-GROUP": `kol-button-group-wc {
1881
- gap: 0.5rem;
1882
- }`,
1883
- "KOL-PAGINATION": `:host {
1884
- display: grid;
1885
- gap: var(--spacing-m);
1886
- }
1887
- :host > div {
1888
- display: inline-flex;
1889
- flex-wrap: wrap;
1890
- align-items: center;
1891
- gap: 0.25rem;
1892
- }
1893
- .selected button {
1894
- min-width: 44px;
1895
- min-height: 44px;
1896
- display: grid;
1897
- line-height: 1.5rem;
1898
- font-family: var(--font-family);
1899
- cursor: not-allowed;
1900
- font-weight: 700;
1901
- padding: 10px 12px;
1902
- border: none;
1903
- font-size: 16px;
1904
- font-style: normal;
1905
- text-align: center;
1906
- text-decoration: underline;
1907
- text-transform: uppercase;
1908
- width: inherit;
1909
- color: var(--color-white);
1910
- background-color: var(--color-darkblue);
1911
- border-color: var(--color-darkblue);
1912
- }`,
1913
- "KOL-SKIP-NAV": `kol-link-wc > a > kol-span-wc {
1914
- border: 1px solid var(--color-darkgray);
1915
- border-radius: 0.125rem;
1916
- gap: 0.5rem;
1917
- line-height: 1.125rem;
1918
- padding: 0.75rem 1rem;
1919
- background-color: var(--color-blue);
1920
- color: var(--color-white);
1921
- cursor: pointer;
1922
- }`
1923
- });
1924
-
1925
391
  const BZSt = KoliBri.createTheme("bzst", {
1926
392
  GLOBAL: `/* colors */
1927
393
  :root,
@@ -50816,4 +49282,4 @@ const DE = KoliBri.createTranslation("de", {});
50816
49282
 
50817
49283
  const EN = KoliBri.createTranslation("en", {});
50818
49284
 
50819
- export { BAMF, BMF, BPA, BZSt, DE, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, ZOLLv2 };
49285
+ export { BAMF, BMF, BZSt, DE, DESYv1, DESYv2, ECL_EC, ECL_EU, EN, ITZBund, MAPZ, ZOLLv2 };