@conduction/theme 1.0.30 → 1.0.32
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 +3 -1
- package/conduction-design-tokens/dist/design-tokens.css +32 -1
- package/conduction-design-tokens/dist/index.js +32 -1
- package/conduction-design-tokens/dist/index.json +589 -0
- package/conduction-design-tokens/dist/index.less +32 -1
- package/conduction-design-tokens/dist/index.scss +32 -1
- package/conduction-design-tokens/dist/tokens.json +594 -0
- package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/conduction-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +610 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +33 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +33 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +615 -0
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/epe-design-tokens/dist/design-tokens.css +34 -1
- package/municipalities/epe-design-tokens/dist/index.js +34 -1
- package/municipalities/epe-design-tokens/dist/index.json +631 -0
- package/municipalities/epe-design-tokens/dist/index.less +34 -1
- package/municipalities/epe-design-tokens/dist/index.scss +34 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +636 -0
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +6 -0
- package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/epe-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +33 -1
- package/municipalities/leiden-design-tokens/dist/index.js +33 -1
- package/municipalities/leiden-design-tokens/dist/index.json +610 -0
- package/municipalities/leiden-design-tokens/dist/index.less +33 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +33 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +615 -0
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/leiden-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +570 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +31 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +576 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.js +33 -3
- package/municipalities/noordwijk-design-tokens/dist/index.json +578 -8
- package/municipalities/noordwijk-design-tokens/dist/index.less +35 -5
- package/municipalities/noordwijk-design-tokens/dist/index.scss +35 -5
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +585 -9
- package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +1 -1
- package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/code.tokens.json +2 -2
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.js +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.json +309 -10
- package/municipalities/rotterdam-design-tokens/dist/index.less +17 -2
- package/municipalities/rotterdam-design-tokens/dist/index.scss +17 -2
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +347 -13
- package/municipalities/rotterdam-design-tokens/node_modules/.package-lock.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/LICENSE.md +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/README.md +3 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/package.json +38 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/_responsive.scss +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/color.tokens.json +340 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/brand/rotterdam/typography.tokens.json +97 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/rotterdam/space.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/focus.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/common/utrecht/space.tokens.json +56 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/checkbox.style.dictionary.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/open-catalogi/data-badge.json +36 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/button.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/form-fieldset.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/paragraph.tokens.json +10 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/rotterdam/textbox.tokens.json +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-counter.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/button.tokens.json +110 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/code-block.tokens.json +19 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/document.tokens.json +11 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/figure.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-control.tokens.json +30 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field-description.tokens.json +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-field.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-fieldset.tokens.json +32 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-label.tokens.json +23 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/form-select.tokens.json +16 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-1.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-2.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading-3.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/heading.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/paragraph.tokens.json +24 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/table.tokens.json +52 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textarea.tokens.json +25 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/component/utrecht/textbox.tokens.json +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/config.json +34 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/custom.scss +14 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font/download.sh +18 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/font.scss +47 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/src/index.scss +17 -0
- package/municipalities/rotterdam-design-tokens/node_modules/@nl-design-system-unstable/rotterdam-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/rotterdam-design-tokens/package-lock.json +21 -0
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +631 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +34 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +34 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +636 -0
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +6 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.json +589 -0
- package/municipalities/xxllnc-design-tokens/dist/index.less +32 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +32 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +594 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +41 -0
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/package.json +1 -3
|
@@ -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",
|
|
@@ -5765,6 +6377,25 @@
|
|
|
5765
6377
|
"xs"
|
|
5766
6378
|
]
|
|
5767
6379
|
},
|
|
6380
|
+
{
|
|
6381
|
+
"value": "#ffffff",
|
|
6382
|
+
"filePath": "src/component/utrecht/surface.tokens.json",
|
|
6383
|
+
"isSource": true,
|
|
6384
|
+
"original": {
|
|
6385
|
+
"value": "{epe.color.white.100}"
|
|
6386
|
+
},
|
|
6387
|
+
"name": "utrechtSurfaceBackgroundColor",
|
|
6388
|
+
"attributes": {
|
|
6389
|
+
"category": "utrecht",
|
|
6390
|
+
"type": "surface",
|
|
6391
|
+
"item": "background-color"
|
|
6392
|
+
},
|
|
6393
|
+
"path": [
|
|
6394
|
+
"utrecht",
|
|
6395
|
+
"surface",
|
|
6396
|
+
"background-color"
|
|
6397
|
+
]
|
|
6398
|
+
},
|
|
5768
6399
|
{
|
|
5769
6400
|
"value": "#ffffff",
|
|
5770
6401
|
"filePath": "src/component/utrecht/extra-tokens/table.tokens.json",
|