@conduction/theme 1.1.4 → 1.1.5
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 +1 -0
- package/conduction-design-tokens/dist/design-tokens.css +1 -1
- package/conduction-design-tokens/dist/index.js +1 -1
- package/conduction-design-tokens/dist/index.less +1 -1
- package/conduction-design-tokens/dist/index.scss +1 -1
- package/conduction-design-tokens/dist/tokens.json +8 -4
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/commonground-design-tokens/dist/index.js +1 -1
- package/municipalities/commonground-design-tokens/dist/index.less +1 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +1 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +8 -4
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +8 -4
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +8 -4
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/epe-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/epe-design-tokens/dist/index.js +1 -1
- package/municipalities/epe-design-tokens/dist/index.less +1 -1
- package/municipalities/epe-design-tokens/dist/index.scss +1 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +8 -4
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/leiden-design-tokens/dist/index.js +1 -1
- package/municipalities/leiden-design-tokens/dist/index.less +1 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +8 -4
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.less +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +1 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +8 -4
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.less +1 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +1 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +8 -4
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +8 -4
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.less +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +1 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +8 -4
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +8 -4
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +8 -4
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.less +1 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +1 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +8 -4
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
- package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +8 -4
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.js +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.less +1 -1
- package/municipalities/zutphen-design-tokens/dist/index.scss +1 -1
- package/municipalities/zutphen-design-tokens/dist/tokens.json +8 -4
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/package.json +3 -2
|
@@ -1839,7 +1839,8 @@
|
|
|
1839
1839
|
"background-color"
|
|
1840
1840
|
]
|
|
1841
1841
|
},
|
|
1842
|
-
"box-shadow": {}
|
|
1842
|
+
"box-shadow": {},
|
|
1843
|
+
"font-weight": {}
|
|
1843
1844
|
},
|
|
1844
1845
|
"current": {
|
|
1845
1846
|
"color": {
|
|
@@ -1936,7 +1937,8 @@
|
|
|
1936
1937
|
"box-shadow"
|
|
1937
1938
|
]
|
|
1938
1939
|
}
|
|
1939
|
-
}
|
|
1940
|
+
},
|
|
1941
|
+
"font-weight": {}
|
|
1940
1942
|
},
|
|
1941
1943
|
"dropdown": {
|
|
1942
1944
|
"color": {
|
|
@@ -2037,7 +2039,8 @@
|
|
|
2037
2039
|
"background-color"
|
|
2038
2040
|
]
|
|
2039
2041
|
},
|
|
2040
|
-
"box-shadow": {}
|
|
2042
|
+
"box-shadow": {},
|
|
2043
|
+
"font-weight": {}
|
|
2041
2044
|
},
|
|
2042
2045
|
"current": {
|
|
2043
2046
|
"color": {
|
|
@@ -2138,7 +2141,8 @@
|
|
|
2138
2141
|
"box-shadow"
|
|
2139
2142
|
]
|
|
2140
2143
|
}
|
|
2141
|
-
}
|
|
2144
|
+
},
|
|
2145
|
+
"font-weight": {}
|
|
2142
2146
|
}
|
|
2143
2147
|
},
|
|
2144
2148
|
"item": {
|
package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "var(--rotterdam-color-green-tint-01)" },
|
|
9
9
|
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "var(--rotterdam-color-gray-tint-11)" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-green-tint-01)" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 var(--rotterdam-color-green-tint-01)" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
28
30
|
"background-color": { "value": "var(--rotterdam-color-base-black)" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "var(--rotterdam-color-base-white)" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px var(--rotterdam-color-base-black)" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 var(--rotterdam-color-base-black)" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10629,7 +10629,8 @@
|
|
|
10629
10629
|
"hover",
|
|
10630
10630
|
"box-shadow"
|
|
10631
10631
|
]
|
|
10632
|
-
}
|
|
10632
|
+
},
|
|
10633
|
+
"font-weight": {}
|
|
10633
10634
|
},
|
|
10634
10635
|
"current": {
|
|
10635
10636
|
"color": {
|
|
@@ -10726,7 +10727,8 @@
|
|
|
10726
10727
|
"box-shadow"
|
|
10727
10728
|
]
|
|
10728
10729
|
}
|
|
10729
|
-
}
|
|
10730
|
+
},
|
|
10731
|
+
"font-weight": {}
|
|
10730
10732
|
},
|
|
10731
10733
|
"dropdown": {
|
|
10732
10734
|
"color": {
|
|
@@ -10850,7 +10852,8 @@
|
|
|
10850
10852
|
"hover",
|
|
10851
10853
|
"box-shadow"
|
|
10852
10854
|
]
|
|
10853
|
-
}
|
|
10855
|
+
},
|
|
10856
|
+
"font-weight": {}
|
|
10854
10857
|
},
|
|
10855
10858
|
"current": {
|
|
10856
10859
|
"color": {
|
|
@@ -10951,7 +10954,8 @@
|
|
|
10951
10954
|
"box-shadow"
|
|
10952
10955
|
]
|
|
10953
10956
|
}
|
|
10954
|
-
}
|
|
10957
|
+
},
|
|
10958
|
+
"font-weight": {}
|
|
10955
10959
|
}
|
|
10956
10960
|
},
|
|
10957
10961
|
"item": {
|
package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{sloterburg.color.white.100}" },
|
|
10
|
-
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" }
|
|
10
|
+
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.darkgreen.23}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 5px 0 {sloterburg.color.darkgreen.23}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{sloterburg.color.primary}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{sloterburg.color.white.100}" },
|
|
28
30
|
"background-color": { "value": "{sloterburg.color.purple.28}" },
|
|
29
|
-
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" }
|
|
31
|
+
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{sloterburg.color.white.100}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -5px {sloterburg.color.purple.28}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 5px 0 {sloterburg.color.purple.28}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10674,7 +10674,8 @@
|
|
|
10674
10674
|
"background-color"
|
|
10675
10675
|
]
|
|
10676
10676
|
},
|
|
10677
|
-
"box-shadow": {}
|
|
10677
|
+
"box-shadow": {},
|
|
10678
|
+
"font-weight": {}
|
|
10678
10679
|
},
|
|
10679
10680
|
"current": {
|
|
10680
10681
|
"color": {
|
|
@@ -10770,7 +10771,8 @@
|
|
|
10770
10771
|
"mobile",
|
|
10771
10772
|
"box-shadow"
|
|
10772
10773
|
]
|
|
10773
|
-
}
|
|
10774
|
+
},
|
|
10775
|
+
"font-weight": {}
|
|
10774
10776
|
}
|
|
10775
10777
|
},
|
|
10776
10778
|
"dropdown": {
|
|
@@ -10782,7 +10784,8 @@
|
|
|
10782
10784
|
"hover": {
|
|
10783
10785
|
"color": {},
|
|
10784
10786
|
"background-color": {},
|
|
10785
|
-
"box-shadow": {}
|
|
10787
|
+
"box-shadow": {},
|
|
10788
|
+
"font-weight": {}
|
|
10786
10789
|
},
|
|
10787
10790
|
"current": {
|
|
10788
10791
|
"color": {
|
|
@@ -10882,7 +10885,8 @@
|
|
|
10882
10885
|
"mobile",
|
|
10883
10886
|
"box-shadow"
|
|
10884
10887
|
]
|
|
10885
|
-
}
|
|
10888
|
+
},
|
|
10889
|
+
"font-weight": {}
|
|
10886
10890
|
}
|
|
10887
10891
|
}
|
|
10888
10892
|
},
|
package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,14 +7,16 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{tubbergen.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{tubbergen.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{tubbergen.color.primary}" },
|
|
14
15
|
"background-color": { "value": "unset" },
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
|
-
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" }
|
|
18
|
+
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
|
|
19
|
+
"font-weight": {}
|
|
18
20
|
}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
@@ -26,14 +28,16 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{tubbergen.color.primary}" },
|
|
33
36
|
"background-color": { "value": "unset" },
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {tubbergen.color.primary}" },
|
|
35
38
|
"mobile": {
|
|
36
|
-
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" }
|
|
39
|
+
"box-shadow": { "value": "inset 4px 0 {tubbergen.color.primary}" },
|
|
40
|
+
"font-weight": {}
|
|
37
41
|
}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
@@ -10008,7 +10008,8 @@
|
|
|
10008
10008
|
"background-color"
|
|
10009
10009
|
]
|
|
10010
10010
|
},
|
|
10011
|
-
"box-shadow": {}
|
|
10011
|
+
"box-shadow": {},
|
|
10012
|
+
"font-weight": {}
|
|
10012
10013
|
},
|
|
10013
10014
|
"current": {
|
|
10014
10015
|
"color": {
|
|
@@ -10060,7 +10061,8 @@
|
|
|
10060
10061
|
"box-shadow": {},
|
|
10061
10062
|
"mobile": {
|
|
10062
10063
|
"box-shadow": {}
|
|
10063
|
-
}
|
|
10064
|
+
},
|
|
10065
|
+
"font-weight": {}
|
|
10064
10066
|
},
|
|
10065
10067
|
"dropdown": {
|
|
10066
10068
|
"color": {
|
|
@@ -10161,7 +10163,8 @@
|
|
|
10161
10163
|
"background-color"
|
|
10162
10164
|
]
|
|
10163
10165
|
},
|
|
10164
|
-
"box-shadow": {}
|
|
10166
|
+
"box-shadow": {},
|
|
10167
|
+
"font-weight": {}
|
|
10165
10168
|
},
|
|
10166
10169
|
"current": {
|
|
10167
10170
|
"color": {
|
|
@@ -10215,7 +10218,8 @@
|
|
|
10215
10218
|
"box-shadow": {},
|
|
10216
10219
|
"mobile": {
|
|
10217
10220
|
"box-shadow": {}
|
|
10218
|
-
}
|
|
10221
|
+
},
|
|
10222
|
+
"font-weight": {}
|
|
10219
10223
|
}
|
|
10220
10224
|
},
|
|
10221
10225
|
"item": {
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{xxllnc.color.black.23}" },
|
|
9
9
|
"background-color": { "value": "{xxllnc.color.black.12-6-7t}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{xxllnc.color.black.23}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": {},
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": {}
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": { "value": "{xxllnc.color.black.23}" },
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": { "value": "{xxllnc.color.black.23}" },
|
|
28
30
|
"background-color": { "value": "{xxllnc.color.black.12-6-7t}" },
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{xxllnc.color.black.23}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": {},
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": {}
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
|
@@ -10314,7 +10314,8 @@
|
|
|
10314
10314
|
"background-color"
|
|
10315
10315
|
]
|
|
10316
10316
|
},
|
|
10317
|
-
"box-shadow": {}
|
|
10317
|
+
"box-shadow": {},
|
|
10318
|
+
"font-weight": {}
|
|
10318
10319
|
},
|
|
10319
10320
|
"current": {
|
|
10320
10321
|
"color": {
|
|
@@ -10411,7 +10412,8 @@
|
|
|
10411
10412
|
"box-shadow"
|
|
10412
10413
|
]
|
|
10413
10414
|
}
|
|
10414
|
-
}
|
|
10415
|
+
},
|
|
10416
|
+
"font-weight": {}
|
|
10415
10417
|
},
|
|
10416
10418
|
"dropdown": {
|
|
10417
10419
|
"color": {},
|
|
@@ -10422,7 +10424,8 @@
|
|
|
10422
10424
|
"hover": {
|
|
10423
10425
|
"color": {},
|
|
10424
10426
|
"background-color": {},
|
|
10425
|
-
"box-shadow": {}
|
|
10427
|
+
"box-shadow": {},
|
|
10428
|
+
"font-weight": {}
|
|
10426
10429
|
},
|
|
10427
10430
|
"current": {
|
|
10428
10431
|
"color": {
|
|
@@ -10523,7 +10526,8 @@
|
|
|
10523
10526
|
"box-shadow"
|
|
10524
10527
|
]
|
|
10525
10528
|
}
|
|
10526
|
-
}
|
|
10529
|
+
},
|
|
10530
|
+
"font-weight": {}
|
|
10527
10531
|
}
|
|
10528
10532
|
},
|
|
10529
10533
|
"item": {
|
package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"hover": {
|
|
8
8
|
"color": { "value": "{zutphen.color.primary}" },
|
|
9
9
|
"background-color": { "value": "{zutphen.color.white.100}" },
|
|
10
|
-
"box-shadow": {}
|
|
10
|
+
"box-shadow": {},
|
|
11
|
+
"font-weight": {}
|
|
11
12
|
},
|
|
12
13
|
"current": {
|
|
13
14
|
"color": { "value": "{zutphen.color.primary}" },
|
|
@@ -15,7 +16,8 @@
|
|
|
15
16
|
"box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
|
|
16
17
|
"mobile": {
|
|
17
18
|
"box-shadow": { "value": "inset 4px 0 {zutphen.color.primary}" }
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
"font-weight": {}
|
|
19
21
|
},
|
|
20
22
|
"dropdown": {
|
|
21
23
|
"color": {},
|
|
@@ -26,7 +28,8 @@
|
|
|
26
28
|
"hover": {
|
|
27
29
|
"color": {},
|
|
28
30
|
"background-color": {},
|
|
29
|
-
"box-shadow": {}
|
|
31
|
+
"box-shadow": {},
|
|
32
|
+
"font-weight": {}
|
|
30
33
|
},
|
|
31
34
|
"current": {
|
|
32
35
|
"color": { "value": "{zutphen.color.primary}" },
|
|
@@ -34,7 +37,8 @@
|
|
|
34
37
|
"box-shadow": { "value": "inset 0 -4px {zutphen.color.primary}" },
|
|
35
38
|
"mobile": {
|
|
36
39
|
"box-shadow": { "value": "inset 4px 0 {zutphen.color.primary}" }
|
|
37
|
-
}
|
|
40
|
+
},
|
|
41
|
+
"font-weight": {}
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
44
|
"item": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/theme",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"description": "Conduction's design tokens theme",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"build:commonground": "cd ./municipalities/commonground-design-tokens && npm run build",
|
|
24
24
|
"build:opencatalogi": "cd ./municipalities/opencatalogi-design-tokens && npm run build",
|
|
25
25
|
"build:zutphen": "cd ./municipalities/zutphen-design-tokens && npm run build",
|
|
26
|
-
"build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build"
|
|
26
|
+
"build:sloterburg": "cd ./municipalities/sloterburg-design-tokens && npm run build",
|
|
27
|
+
"build:gouda": "cd ./municipalities/gouda-design-tokens && npm run build"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" },
|
|
29
30
|
"author": "",
|