@conduction/theme 1.1.39 → 1.1.40
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/src/component/conduction/tabs.tokens.json +6 -2
- package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
- package/conduction-design-tokens/src/component/tilburg/header.tokens.json +7 -0
- package/conduction-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
- package/conduction-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
- package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
- package/municipalities/rotterdam-design-tokens/src/component/conduction/tabs.tokens.json +6 -2
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -0
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -0
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -0
- package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"border-bottom-width": {},
|
|
12
12
|
"border-bottom-style": {},
|
|
13
13
|
"border-bottom-color": {},
|
|
14
|
+
"button-bottom": { "value": "0px" },
|
|
14
15
|
"bottom": { "value": "-2px" },
|
|
15
16
|
"padding-block-start": { "value": "{conduction.size.xs}" },
|
|
16
17
|
"padding-block-end": { "value": "{conduction.size.xs}" },
|
|
@@ -41,7 +42,8 @@
|
|
|
41
42
|
"hover": {
|
|
42
43
|
"background-color": {},
|
|
43
44
|
"color": { "value": "{conduction.color.grey.29}" },
|
|
44
|
-
"text-decoration": {}
|
|
45
|
+
"text-decoration": {},
|
|
46
|
+
"font-weight": { "value": "{conduction.typography.font-weight.bold}" }
|
|
45
47
|
}
|
|
46
48
|
},
|
|
47
49
|
"hover": {
|
|
@@ -51,7 +53,9 @@
|
|
|
51
53
|
"font-weight": {}
|
|
52
54
|
},
|
|
53
55
|
"list": {
|
|
54
|
-
"padding-inline-start": { "value": "
|
|
56
|
+
"padding-inline-start": { "value": "2px" },
|
|
57
|
+
"padding-inline-end": { "value": "2px" },
|
|
58
|
+
"margin-inline-end": { "value": "unset" },
|
|
55
59
|
"margin-block-end": { "value": "0px" },
|
|
56
60
|
"border-bottom-width": { "value": "{conduction.size.3xs}" },
|
|
57
61
|
"border-bottom-style": { "value": "solid" },
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tilburg": {
|
|
3
|
+
"navigation": {
|
|
4
|
+
"background-color": { "value": "{conduction.color.white.100}" },
|
|
5
|
+
"color": { "value": "{conduction.color.grey.29}" },
|
|
6
|
+
"font-weight": { "value": "400" },
|
|
7
|
+
"hover": {
|
|
8
|
+
"background-color": { "value": "{conduction.color.white.100}" },
|
|
9
|
+
"color": { "value": "{conduction.color.primary}" },
|
|
10
|
+
"font-weight": { "value": "400" },
|
|
11
|
+
"font-family": { "value": "{utrecht.document.font-family}" }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"border-bottom-width": {},
|
|
12
12
|
"border-bottom-style": {},
|
|
13
13
|
"border-bottom-color": {},
|
|
14
|
+
"button-bottom": { "value": "0px" },
|
|
14
15
|
"bottom": { "value": "-4px" },
|
|
15
16
|
"padding-block-start": { "value": "6px" },
|
|
16
17
|
"padding-block-end": { "value": "6px" },
|
|
@@ -41,7 +42,8 @@
|
|
|
41
42
|
"hover": {
|
|
42
43
|
"background-color": {},
|
|
43
44
|
"color": {},
|
|
44
|
-
"text-decoration": {}
|
|
45
|
+
"text-decoration": {},
|
|
46
|
+
"font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" }
|
|
45
47
|
}
|
|
46
48
|
},
|
|
47
49
|
"hover": {
|
|
@@ -51,7 +53,9 @@
|
|
|
51
53
|
"font-weight": {}
|
|
52
54
|
},
|
|
53
55
|
"list": {
|
|
54
|
-
"padding-inline-start": { "value": "
|
|
56
|
+
"padding-inline-start": { "value": "2px" },
|
|
57
|
+
"padding-inline-end": { "value": "2px" },
|
|
58
|
+
"margin-inline-end": { "value": "unset" },
|
|
55
59
|
"margin-block-end": { "value": "0px" },
|
|
56
60
|
"border-bottom-width": { "value": "0.3rem" },
|
|
57
61
|
"border-bottom-style": { "value": "solid" },
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tilburg": {
|
|
3
|
+
"navigation": {
|
|
4
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
5
|
+
"color": { "value": "#404B4F" },
|
|
6
|
+
"font-weight": { "value": "400" },
|
|
7
|
+
"hover": {
|
|
8
|
+
"background-color": { "value": "var(--rotterdam-color-base-white)" },
|
|
9
|
+
"color": { "value": "var(--rotterdam-color-base-green)" },
|
|
10
|
+
"font-weight": { "value": "400" },
|
|
11
|
+
"font-family": { "value": "var(--utrecht-document-font-family)" }
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|