@conduction/theme 1.0.31 → 1.0.33
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/README.md +2 -0
- package/conduction-design-tokens/dist/design-tokens.css +31 -1
- package/conduction-design-tokens/dist/index.js +31 -1
- package/conduction-design-tokens/dist/index.json +570 -0
- package/conduction-design-tokens/dist/index.less +31 -1
- package/conduction-design-tokens/dist/index.scss +31 -1
- package/conduction-design-tokens/dist/tokens.json +589 -2
- package/conduction-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +591 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +32 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +32 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +610 -2
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/epe-design-tokens/dist/index.js +33 -1
- package/municipalities/epe-design-tokens/dist/index.json +612 -0
- package/municipalities/epe-design-tokens/dist/index.less +33 -1
- package/municipalities/epe-design-tokens/dist/index.scss +33 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +631 -2
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/leiden-design-tokens/dist/index.js +32 -1
- package/municipalities/leiden-design-tokens/dist/index.json +591 -0
- package/municipalities/leiden-design-tokens/dist/index.less +32 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +32 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +610 -2
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -2
- package/municipalities/noaberkracht-design-tokens/dist/index.json +551 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +30 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +582 -13
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +32 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +559 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +34 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +34 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +580 -11
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +2707 -9
- package/municipalities/rotterdam-design-tokens/dist/index.less +138 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +138 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +2812 -10
- package/municipalities/rotterdam-design-tokens/package.json +33 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/select.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/code.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/button.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/list.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/src/config.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/font.scss +1 -0
- package/municipalities/rotterdam-design-tokens/src/index.scss +8 -0
- package/municipalities/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +612 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +33 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +33 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +631 -2
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +570 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +31 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +31 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +589 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/card-wrapper.tokens.json +8 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +50 -0
- package/package.json +3 -4
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/custom.css +0 -33
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +0 -305
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font/download.sh +0 -18
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/font.css +0 -36
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.css +0 -33
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +0 -303
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.json +0 -6415
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +0 -302
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +0 -302
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/tokens.json +0 -6868
|
@@ -616,6 +616,576 @@
|
|
|
616
616
|
"font-family"
|
|
617
617
|
]
|
|
618
618
|
},
|
|
619
|
+
{
|
|
620
|
+
"value": "#e6e6e6",
|
|
621
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
622
|
+
"isSource": true,
|
|
623
|
+
"original": {
|
|
624
|
+
"value": "{epe.color.grey.90}"
|
|
625
|
+
},
|
|
626
|
+
"name": "conductionPaginationContainerBackgroundColor",
|
|
627
|
+
"attributes": {
|
|
628
|
+
"category": "conduction",
|
|
629
|
+
"type": "pagination",
|
|
630
|
+
"item": "container-background-color"
|
|
631
|
+
},
|
|
632
|
+
"path": [
|
|
633
|
+
"conduction",
|
|
634
|
+
"pagination",
|
|
635
|
+
"container-background-color"
|
|
636
|
+
]
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"value": "10px",
|
|
640
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
641
|
+
"isSource": true,
|
|
642
|
+
"original": {
|
|
643
|
+
"value": "10px"
|
|
644
|
+
},
|
|
645
|
+
"name": "conductionPaginationContainerPaddingBlockEnd",
|
|
646
|
+
"attributes": {
|
|
647
|
+
"category": "conduction",
|
|
648
|
+
"type": "pagination",
|
|
649
|
+
"item": "container-padding-block-end"
|
|
650
|
+
},
|
|
651
|
+
"path": [
|
|
652
|
+
"conduction",
|
|
653
|
+
"pagination",
|
|
654
|
+
"container-padding-block-end"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"value": "10px",
|
|
659
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
660
|
+
"isSource": true,
|
|
661
|
+
"original": {
|
|
662
|
+
"value": "10px"
|
|
663
|
+
},
|
|
664
|
+
"name": "conductionPaginationContainerPaddingBlockStart",
|
|
665
|
+
"attributes": {
|
|
666
|
+
"category": "conduction",
|
|
667
|
+
"type": "pagination",
|
|
668
|
+
"item": "container-padding-block-start"
|
|
669
|
+
},
|
|
670
|
+
"path": [
|
|
671
|
+
"conduction",
|
|
672
|
+
"pagination",
|
|
673
|
+
"container-padding-block-start"
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"value": "10px",
|
|
678
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
679
|
+
"isSource": true,
|
|
680
|
+
"original": {
|
|
681
|
+
"value": "10px"
|
|
682
|
+
},
|
|
683
|
+
"name": "conductionPaginationContainerPaddingInlineEnd",
|
|
684
|
+
"attributes": {
|
|
685
|
+
"category": "conduction",
|
|
686
|
+
"type": "pagination",
|
|
687
|
+
"item": "container-padding-inline-end"
|
|
688
|
+
},
|
|
689
|
+
"path": [
|
|
690
|
+
"conduction",
|
|
691
|
+
"pagination",
|
|
692
|
+
"container-padding-inline-end"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"value": "10px",
|
|
697
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
698
|
+
"isSource": true,
|
|
699
|
+
"original": {
|
|
700
|
+
"value": "10px"
|
|
701
|
+
},
|
|
702
|
+
"name": "conductionPaginationContainerPaddingInlineStart",
|
|
703
|
+
"attributes": {
|
|
704
|
+
"category": "conduction",
|
|
705
|
+
"type": "pagination",
|
|
706
|
+
"item": "container-padding-inline-start"
|
|
707
|
+
},
|
|
708
|
+
"path": [
|
|
709
|
+
"conduction",
|
|
710
|
+
"pagination",
|
|
711
|
+
"container-padding-inline-start"
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"value": "#00549e",
|
|
716
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
717
|
+
"isSource": true,
|
|
718
|
+
"original": {
|
|
719
|
+
"value": "{epe.color.blue.31}"
|
|
720
|
+
},
|
|
721
|
+
"name": "conductionPaginationCurrentPageBackgroundColor",
|
|
722
|
+
"attributes": {
|
|
723
|
+
"category": "conduction",
|
|
724
|
+
"type": "pagination",
|
|
725
|
+
"item": "current-page-background-color"
|
|
726
|
+
},
|
|
727
|
+
"path": [
|
|
728
|
+
"conduction",
|
|
729
|
+
"pagination",
|
|
730
|
+
"current-page-background-color"
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"value": "#fafafa",
|
|
735
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
736
|
+
"isSource": true,
|
|
737
|
+
"original": {
|
|
738
|
+
"value": "{epe.color.white.98}"
|
|
739
|
+
},
|
|
740
|
+
"name": "conductionPaginationCurrentPageColor",
|
|
741
|
+
"attributes": {
|
|
742
|
+
"category": "conduction",
|
|
743
|
+
"type": "pagination",
|
|
744
|
+
"item": "current-page-color"
|
|
745
|
+
},
|
|
746
|
+
"path": [
|
|
747
|
+
"conduction",
|
|
748
|
+
"pagination",
|
|
749
|
+
"current-page-color"
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"value": "400",
|
|
754
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
755
|
+
"isSource": true,
|
|
756
|
+
"original": {
|
|
757
|
+
"value": "{epe.typography.font-weight.normal}"
|
|
758
|
+
},
|
|
759
|
+
"name": "conductionPaginationCurrentPageFontWeight",
|
|
760
|
+
"attributes": {
|
|
761
|
+
"category": "conduction",
|
|
762
|
+
"type": "pagination",
|
|
763
|
+
"item": "current-page-font-weight"
|
|
764
|
+
},
|
|
765
|
+
"path": [
|
|
766
|
+
"conduction",
|
|
767
|
+
"pagination",
|
|
768
|
+
"current-page-font-weight"
|
|
769
|
+
]
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"value": "unset",
|
|
773
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
774
|
+
"isSource": true,
|
|
775
|
+
"original": {
|
|
776
|
+
"value": "unset"
|
|
777
|
+
},
|
|
778
|
+
"name": "conductionPaginationCurrentPageTextDecoration",
|
|
779
|
+
"attributes": {
|
|
780
|
+
"category": "conduction",
|
|
781
|
+
"type": "pagination",
|
|
782
|
+
"item": "current-page-text-decoration"
|
|
783
|
+
},
|
|
784
|
+
"path": [
|
|
785
|
+
"conduction",
|
|
786
|
+
"pagination",
|
|
787
|
+
"current-page-text-decoration"
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"value": "#e6e6e6",
|
|
792
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
793
|
+
"isSource": true,
|
|
794
|
+
"original": {
|
|
795
|
+
"value": "{epe.color.grey.90}"
|
|
796
|
+
},
|
|
797
|
+
"name": "conductionPaginationDisabledBackgroundColor",
|
|
798
|
+
"attributes": {
|
|
799
|
+
"category": "conduction",
|
|
800
|
+
"type": "pagination",
|
|
801
|
+
"item": "disabled-background-color"
|
|
802
|
+
},
|
|
803
|
+
"path": [
|
|
804
|
+
"conduction",
|
|
805
|
+
"pagination",
|
|
806
|
+
"disabled-background-color"
|
|
807
|
+
]
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"value": "#c1cce6",
|
|
811
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
812
|
+
"isSource": true,
|
|
813
|
+
"original": {
|
|
814
|
+
"value": "{epe.color.blue.83}"
|
|
815
|
+
},
|
|
816
|
+
"name": "conductionPaginationDisabledColor",
|
|
817
|
+
"attributes": {
|
|
818
|
+
"category": "conduction",
|
|
819
|
+
"type": "pagination",
|
|
820
|
+
"item": "disabled-color"
|
|
821
|
+
},
|
|
822
|
+
"path": [
|
|
823
|
+
"conduction",
|
|
824
|
+
"pagination",
|
|
825
|
+
"disabled-color"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"value": "#fafafa",
|
|
830
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
831
|
+
"isSource": true,
|
|
832
|
+
"original": {
|
|
833
|
+
"value": "{epe.color.white.98}"
|
|
834
|
+
},
|
|
835
|
+
"name": "conductionPaginationItemBackgroundColor",
|
|
836
|
+
"attributes": {
|
|
837
|
+
"category": "conduction",
|
|
838
|
+
"type": "pagination",
|
|
839
|
+
"item": "item-background-color"
|
|
840
|
+
},
|
|
841
|
+
"path": [
|
|
842
|
+
"conduction",
|
|
843
|
+
"pagination",
|
|
844
|
+
"item-background-color"
|
|
845
|
+
]
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"value": "0px",
|
|
849
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
850
|
+
"isSource": true,
|
|
851
|
+
"original": {
|
|
852
|
+
"value": "0px"
|
|
853
|
+
},
|
|
854
|
+
"name": "conductionPaginationItemBorderRadius",
|
|
855
|
+
"attributes": {
|
|
856
|
+
"category": "conduction",
|
|
857
|
+
"type": "pagination",
|
|
858
|
+
"item": "item-border-radius"
|
|
859
|
+
},
|
|
860
|
+
"path": [
|
|
861
|
+
"conduction",
|
|
862
|
+
"pagination",
|
|
863
|
+
"item-border-radius"
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"value": "#00549e",
|
|
868
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
869
|
+
"isSource": true,
|
|
870
|
+
"original": {
|
|
871
|
+
"value": "{epe.color.blue.31}"
|
|
872
|
+
},
|
|
873
|
+
"name": "conductionPaginationItemColor",
|
|
874
|
+
"attributes": {
|
|
875
|
+
"category": "conduction",
|
|
876
|
+
"type": "pagination",
|
|
877
|
+
"item": "item-color"
|
|
878
|
+
},
|
|
879
|
+
"path": [
|
|
880
|
+
"conduction",
|
|
881
|
+
"pagination",
|
|
882
|
+
"item-color"
|
|
883
|
+
]
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"value": "\"Source Sans\"",
|
|
887
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
888
|
+
"isSource": true,
|
|
889
|
+
"original": {
|
|
890
|
+
"value": "{utrecht.document.font-family}"
|
|
891
|
+
},
|
|
892
|
+
"name": "conductionPaginationItemFontFamily",
|
|
893
|
+
"attributes": {
|
|
894
|
+
"category": "conduction",
|
|
895
|
+
"type": "pagination",
|
|
896
|
+
"item": "item-font-family"
|
|
897
|
+
},
|
|
898
|
+
"path": [
|
|
899
|
+
"conduction",
|
|
900
|
+
"pagination",
|
|
901
|
+
"item-font-family"
|
|
902
|
+
]
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"value": "18px",
|
|
906
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
907
|
+
"isSource": true,
|
|
908
|
+
"original": {
|
|
909
|
+
"value": "{utrecht.document.font-size}"
|
|
910
|
+
},
|
|
911
|
+
"name": "conductionPaginationItemFontSize",
|
|
912
|
+
"attributes": {
|
|
913
|
+
"category": "conduction",
|
|
914
|
+
"type": "pagination",
|
|
915
|
+
"item": "item-font-size"
|
|
916
|
+
},
|
|
917
|
+
"path": [
|
|
918
|
+
"conduction",
|
|
919
|
+
"pagination",
|
|
920
|
+
"item-font-size"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"value": "400",
|
|
925
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
926
|
+
"isSource": true,
|
|
927
|
+
"original": {
|
|
928
|
+
"value": "{epe.typography.font-weight.normal}"
|
|
929
|
+
},
|
|
930
|
+
"name": "conductionPaginationItemFontWeight",
|
|
931
|
+
"attributes": {
|
|
932
|
+
"category": "conduction",
|
|
933
|
+
"type": "pagination",
|
|
934
|
+
"item": "item-font-weight"
|
|
935
|
+
},
|
|
936
|
+
"path": [
|
|
937
|
+
"conduction",
|
|
938
|
+
"pagination",
|
|
939
|
+
"item-font-weight"
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"value": "4px",
|
|
944
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
945
|
+
"isSource": true,
|
|
946
|
+
"original": {
|
|
947
|
+
"value": "{epe.size.2xs}"
|
|
948
|
+
},
|
|
949
|
+
"name": "conductionPaginationItemGap",
|
|
950
|
+
"attributes": {
|
|
951
|
+
"category": "conduction",
|
|
952
|
+
"type": "pagination",
|
|
953
|
+
"item": "item-gap"
|
|
954
|
+
},
|
|
955
|
+
"path": [
|
|
956
|
+
"conduction",
|
|
957
|
+
"pagination",
|
|
958
|
+
"item-gap"
|
|
959
|
+
]
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"value": "8px",
|
|
963
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
964
|
+
"isSource": true,
|
|
965
|
+
"original": {
|
|
966
|
+
"value": "{epe.size.xs}"
|
|
967
|
+
},
|
|
968
|
+
"name": "conductionPaginationItemPaddingBlockEnd",
|
|
969
|
+
"attributes": {
|
|
970
|
+
"category": "conduction",
|
|
971
|
+
"type": "pagination",
|
|
972
|
+
"item": "item-padding-block-end"
|
|
973
|
+
},
|
|
974
|
+
"path": [
|
|
975
|
+
"conduction",
|
|
976
|
+
"pagination",
|
|
977
|
+
"item-padding-block-end"
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"value": "8px",
|
|
982
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
983
|
+
"isSource": true,
|
|
984
|
+
"original": {
|
|
985
|
+
"value": "{epe.size.xs}"
|
|
986
|
+
},
|
|
987
|
+
"name": "conductionPaginationItemPaddingBlockStart",
|
|
988
|
+
"attributes": {
|
|
989
|
+
"category": "conduction",
|
|
990
|
+
"type": "pagination",
|
|
991
|
+
"item": "item-padding-block-start"
|
|
992
|
+
},
|
|
993
|
+
"path": [
|
|
994
|
+
"conduction",
|
|
995
|
+
"pagination",
|
|
996
|
+
"item-padding-block-start"
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"value": "14px",
|
|
1001
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1002
|
+
"isSource": true,
|
|
1003
|
+
"original": {
|
|
1004
|
+
"value": "{epe.size.sm}"
|
|
1005
|
+
},
|
|
1006
|
+
"name": "conductionPaginationItemPaddingInlineEnd",
|
|
1007
|
+
"attributes": {
|
|
1008
|
+
"category": "conduction",
|
|
1009
|
+
"type": "pagination",
|
|
1010
|
+
"item": "item-padding-inline-end"
|
|
1011
|
+
},
|
|
1012
|
+
"path": [
|
|
1013
|
+
"conduction",
|
|
1014
|
+
"pagination",
|
|
1015
|
+
"item-padding-inline-end"
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"value": "14px",
|
|
1020
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1021
|
+
"isSource": true,
|
|
1022
|
+
"original": {
|
|
1023
|
+
"value": "{epe.size.sm}"
|
|
1024
|
+
},
|
|
1025
|
+
"name": "conductionPaginationItemPaddingInlineStart",
|
|
1026
|
+
"attributes": {
|
|
1027
|
+
"category": "conduction",
|
|
1028
|
+
"type": "pagination",
|
|
1029
|
+
"item": "item-padding-inline-start"
|
|
1030
|
+
},
|
|
1031
|
+
"path": [
|
|
1032
|
+
"conduction",
|
|
1033
|
+
"pagination",
|
|
1034
|
+
"item-padding-inline-start"
|
|
1035
|
+
]
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"value": "0px",
|
|
1039
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1040
|
+
"isSource": true,
|
|
1041
|
+
"original": {
|
|
1042
|
+
"value": "0px"
|
|
1043
|
+
},
|
|
1044
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockEnd",
|
|
1045
|
+
"attributes": {
|
|
1046
|
+
"category": "conduction",
|
|
1047
|
+
"type": "pagination",
|
|
1048
|
+
"item": "navigation-button-padding-block-end"
|
|
1049
|
+
},
|
|
1050
|
+
"path": [
|
|
1051
|
+
"conduction",
|
|
1052
|
+
"pagination",
|
|
1053
|
+
"navigation-button-padding-block-end"
|
|
1054
|
+
]
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"value": "0px",
|
|
1058
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1059
|
+
"isSource": true,
|
|
1060
|
+
"original": {
|
|
1061
|
+
"value": "0px"
|
|
1062
|
+
},
|
|
1063
|
+
"name": "conductionPaginationNavigationButtonPaddingBlockStart",
|
|
1064
|
+
"attributes": {
|
|
1065
|
+
"category": "conduction",
|
|
1066
|
+
"type": "pagination",
|
|
1067
|
+
"item": "navigation-button-padding-block-start"
|
|
1068
|
+
},
|
|
1069
|
+
"path": [
|
|
1070
|
+
"conduction",
|
|
1071
|
+
"pagination",
|
|
1072
|
+
"navigation-button-padding-block-start"
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"value": "8px",
|
|
1077
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1078
|
+
"isSource": true,
|
|
1079
|
+
"original": {
|
|
1080
|
+
"value": "{epe.size.xs}"
|
|
1081
|
+
},
|
|
1082
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineEnd",
|
|
1083
|
+
"attributes": {
|
|
1084
|
+
"category": "conduction",
|
|
1085
|
+
"type": "pagination",
|
|
1086
|
+
"item": "navigation-button-padding-inline-end"
|
|
1087
|
+
},
|
|
1088
|
+
"path": [
|
|
1089
|
+
"conduction",
|
|
1090
|
+
"pagination",
|
|
1091
|
+
"navigation-button-padding-inline-end"
|
|
1092
|
+
]
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"value": "8px",
|
|
1096
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1097
|
+
"isSource": true,
|
|
1098
|
+
"original": {
|
|
1099
|
+
"value": "{epe.size.xs}"
|
|
1100
|
+
},
|
|
1101
|
+
"name": "conductionPaginationNavigationButtonPaddingInlineStart",
|
|
1102
|
+
"attributes": {
|
|
1103
|
+
"category": "conduction",
|
|
1104
|
+
"type": "pagination",
|
|
1105
|
+
"item": "navigation-button-padding-inline-start"
|
|
1106
|
+
},
|
|
1107
|
+
"path": [
|
|
1108
|
+
"conduction",
|
|
1109
|
+
"pagination",
|
|
1110
|
+
"navigation-button-padding-inline-start"
|
|
1111
|
+
]
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"value": "#c1cce6",
|
|
1115
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1116
|
+
"isSource": true,
|
|
1117
|
+
"original": {
|
|
1118
|
+
"value": "{epe.color.blue.83}"
|
|
1119
|
+
},
|
|
1120
|
+
"name": "conductionPaginationPageHoverBackgroundColor",
|
|
1121
|
+
"attributes": {
|
|
1122
|
+
"category": "conduction",
|
|
1123
|
+
"type": "pagination",
|
|
1124
|
+
"item": "page-hover-background-color"
|
|
1125
|
+
},
|
|
1126
|
+
"path": [
|
|
1127
|
+
"conduction",
|
|
1128
|
+
"pagination",
|
|
1129
|
+
"page-hover-background-color"
|
|
1130
|
+
]
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"value": "#00549e",
|
|
1134
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1135
|
+
"isSource": true,
|
|
1136
|
+
"original": {
|
|
1137
|
+
"value": "{epe.color.blue.31}"
|
|
1138
|
+
},
|
|
1139
|
+
"name": "conductionPaginationPageHoverColor",
|
|
1140
|
+
"attributes": {
|
|
1141
|
+
"category": "conduction",
|
|
1142
|
+
"type": "pagination",
|
|
1143
|
+
"item": "page-hover-color"
|
|
1144
|
+
},
|
|
1145
|
+
"path": [
|
|
1146
|
+
"conduction",
|
|
1147
|
+
"pagination",
|
|
1148
|
+
"page-hover-color"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"value": "underline",
|
|
1153
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1154
|
+
"isSource": true,
|
|
1155
|
+
"original": {
|
|
1156
|
+
"value": "underline"
|
|
1157
|
+
},
|
|
1158
|
+
"name": "conductionPaginationPageHoverTextDecoration",
|
|
1159
|
+
"attributes": {
|
|
1160
|
+
"category": "conduction",
|
|
1161
|
+
"type": "pagination",
|
|
1162
|
+
"item": "page-hover-text-decoration"
|
|
1163
|
+
},
|
|
1164
|
+
"path": [
|
|
1165
|
+
"conduction",
|
|
1166
|
+
"pagination",
|
|
1167
|
+
"page-hover-text-decoration"
|
|
1168
|
+
]
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"value": "0.15rem",
|
|
1172
|
+
"filePath": "src/component/conduction/pagination.tokens.json",
|
|
1173
|
+
"isSource": true,
|
|
1174
|
+
"original": {
|
|
1175
|
+
"value": "0.15rem"
|
|
1176
|
+
},
|
|
1177
|
+
"name": "conductionPaginationPageHoverTextDecorationThickness",
|
|
1178
|
+
"attributes": {
|
|
1179
|
+
"category": "conduction",
|
|
1180
|
+
"type": "pagination",
|
|
1181
|
+
"item": "page-hover-text-decoration-thickness"
|
|
1182
|
+
},
|
|
1183
|
+
"path": [
|
|
1184
|
+
"conduction",
|
|
1185
|
+
"pagination",
|
|
1186
|
+
"page-hover-text-decoration-thickness"
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
619
1189
|
{
|
|
620
1190
|
"value": "#2e2e33",
|
|
621
1191
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -856,6 +1426,27 @@
|
|
|
856
1426
|
"31"
|
|
857
1427
|
]
|
|
858
1428
|
},
|
|
1429
|
+
{
|
|
1430
|
+
"value": "#c1cce6",
|
|
1431
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
1432
|
+
"isSource": true,
|
|
1433
|
+
"original": {
|
|
1434
|
+
"value": "#c1cce6"
|
|
1435
|
+
},
|
|
1436
|
+
"name": "epeColorBlue83",
|
|
1437
|
+
"attributes": {
|
|
1438
|
+
"category": "epe",
|
|
1439
|
+
"type": "color",
|
|
1440
|
+
"item": "blue",
|
|
1441
|
+
"subitem": "83"
|
|
1442
|
+
},
|
|
1443
|
+
"path": [
|
|
1444
|
+
"epe",
|
|
1445
|
+
"color",
|
|
1446
|
+
"blue",
|
|
1447
|
+
"83"
|
|
1448
|
+
]
|
|
1449
|
+
},
|
|
859
1450
|
{
|
|
860
1451
|
"value": "#dc3545",
|
|
861
1452
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -919,6 +1510,27 @@
|
|
|
919
1510
|
"46"
|
|
920
1511
|
]
|
|
921
1512
|
},
|
|
1513
|
+
{
|
|
1514
|
+
"value": "#e6e6e6",
|
|
1515
|
+
"filePath": "src/brand/epe/color.tokens.json",
|
|
1516
|
+
"isSource": true,
|
|
1517
|
+
"original": {
|
|
1518
|
+
"value": "#e6e6e6"
|
|
1519
|
+
},
|
|
1520
|
+
"name": "epeColorGrey90",
|
|
1521
|
+
"attributes": {
|
|
1522
|
+
"category": "epe",
|
|
1523
|
+
"type": "color",
|
|
1524
|
+
"item": "grey",
|
|
1525
|
+
"subitem": "90"
|
|
1526
|
+
},
|
|
1527
|
+
"path": [
|
|
1528
|
+
"epe",
|
|
1529
|
+
"color",
|
|
1530
|
+
"grey",
|
|
1531
|
+
"90"
|
|
1532
|
+
]
|
|
1533
|
+
},
|
|
922
1534
|
{
|
|
923
1535
|
"value": "#01699d",
|
|
924
1536
|
"filePath": "src/brand/epe/color.tokens.json",
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 31 Aug 2023 07:58:55 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-input-select-padding-block-start: 0;
|
|
6
6
|
@conduction-input-select-padding-block-end: 0;
|
|
7
7
|
@conduction-input-select-border-focus: unset;
|
|
8
|
+
@conduction-pagination-page-hover-text-decoration-thickness: 0.15rem;
|
|
9
|
+
@conduction-pagination-page-hover-text-decoration: underline;
|
|
10
|
+
@conduction-pagination-current-page-text-decoration: unset;
|
|
11
|
+
@conduction-pagination-navigation-button-padding-block-end: 0px;
|
|
12
|
+
@conduction-pagination-navigation-button-padding-block-start: 0px;
|
|
13
|
+
@conduction-pagination-item-border-radius: 0px;
|
|
14
|
+
@conduction-pagination-container-padding-block-end: 10px;
|
|
15
|
+
@conduction-pagination-container-padding-block-start: 10px;
|
|
16
|
+
@conduction-pagination-container-padding-inline-end: 10px;
|
|
17
|
+
@conduction-pagination-container-padding-inline-start: 10px;
|
|
8
18
|
@conduction-card-wrapper-border-radius: 0px;
|
|
9
19
|
@conduction-card-header-hover-border-bottom-style: solid;
|
|
10
20
|
@conduction-card-header-border-bottom-style: solid;
|
|
@@ -92,10 +102,12 @@
|
|
|
92
102
|
@epe-color-purple-45: #7337ae; // Base/Purple
|
|
93
103
|
@epe-color-white-100: #ffffff; // Base/White
|
|
94
104
|
@epe-color-white-98: #fafafa;
|
|
105
|
+
@epe-color-grey-90: #e6e6e6;
|
|
95
106
|
@epe-color-grey-46: #757575;
|
|
96
107
|
@epe-color-grey-34: #575757; // Base/Grey
|
|
97
108
|
@epe-color-lightgrey-96: #f5f5f5; // Base/LightGrey
|
|
98
109
|
@epe-color-lightgrey-41: #696969;
|
|
110
|
+
@epe-color-blue-83: #c1cce6;
|
|
99
111
|
@epe-color-blue-31: #00549e; // Base/Blue
|
|
100
112
|
@epe-color-blue-26: #004785;
|
|
101
113
|
@epe-color-yellow-90: #fdf1ce;
|
|
@@ -115,6 +127,24 @@
|
|
|
115
127
|
@conduction-input-select-invalid-border-color: @epe-color-error;
|
|
116
128
|
@conduction-input-select-border: @epe-size-4xs solid @epe-color-lightgrey-41;
|
|
117
129
|
@conduction-input-select-background-color: @epe-color-white-100;
|
|
130
|
+
@conduction-pagination-page-hover-background-color: @epe-color-blue-83;
|
|
131
|
+
@conduction-pagination-page-hover-color: @epe-color-blue-31;
|
|
132
|
+
@conduction-pagination-current-page-font-weight: @epe-typography-font-weight-normal;
|
|
133
|
+
@conduction-pagination-current-page-background-color: @epe-color-blue-31;
|
|
134
|
+
@conduction-pagination-current-page-color: @epe-color-white-98;
|
|
135
|
+
@conduction-pagination-disabled-background-color: @epe-color-grey-90;
|
|
136
|
+
@conduction-pagination-disabled-color: @epe-color-blue-83;
|
|
137
|
+
@conduction-pagination-navigation-button-padding-inline-end: @epe-size-xs;
|
|
138
|
+
@conduction-pagination-navigation-button-padding-inline-start: @epe-size-xs;
|
|
139
|
+
@conduction-pagination-item-font-weight: @epe-typography-font-weight-normal;
|
|
140
|
+
@conduction-pagination-item-padding-block-end: @epe-size-xs;
|
|
141
|
+
@conduction-pagination-item-padding-block-start: @epe-size-xs;
|
|
142
|
+
@conduction-pagination-item-padding-inline-end: @epe-size-sm;
|
|
143
|
+
@conduction-pagination-item-padding-inline-start: @epe-size-sm;
|
|
144
|
+
@conduction-pagination-item-background-color: @epe-color-white-98;
|
|
145
|
+
@conduction-pagination-item-color: @epe-color-blue-31;
|
|
146
|
+
@conduction-pagination-item-gap: @epe-size-2xs;
|
|
147
|
+
@conduction-pagination-container-background-color: @epe-color-grey-90;
|
|
118
148
|
@conduction-card-wrapper-padding-block-start: @epe-size-md;
|
|
119
149
|
@conduction-card-wrapper-padding-block-end: @epe-size-md;
|
|
120
150
|
@conduction-card-wrapper-padding-inline-start: @epe-size-md;
|
|
@@ -312,6 +342,8 @@
|
|
|
312
342
|
@epe-color-primary: @epe-color-light-blue-31;
|
|
313
343
|
@conduction-input-select-placeholder-color: @utrecht-form-input-placeholder-color;
|
|
314
344
|
@conduction-input-select-border-radius: @utrecht-form-input-border-radius;
|
|
345
|
+
@conduction-pagination-item-font-family: @utrecht-document-font-family;
|
|
346
|
+
@conduction-pagination-item-font-size: @utrecht-document-font-size;
|
|
315
347
|
@conduction-card-wrapper-color: @utrecht-document-color;
|
|
316
348
|
@conduction-card-header-date-color: @utrecht-document-color;
|
|
317
349
|
@conduction-card-header-color: @utrecht-document-color;
|