@conduction/theme 1.1.56 → 1.1.57
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 +7 -3
- package/conduction-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +3 -1
- package/municipalities/buren-design-tokens/src/brand/buren/color.tokens.json +1 -1
- package/municipalities/buren-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,18 +5,22 @@ Conduction's design tokens theme
|
|
|
5
5
|
## Changelog
|
|
6
6
|
|
|
7
7
|
- **Version 1.1 (breaking changes from 1.0.x)**
|
|
8
|
+
|
|
9
|
+
- 1.1.57:
|
|
10
|
+
- Updated footer tokens of Conduction and Buren.
|
|
11
|
+
- Updated primary color of Buren.
|
|
8
12
|
- 1.1.56: Added Buren theme.
|
|
9
13
|
- 1.1.54 / 1.1.55: Updated Soest logo.
|
|
10
14
|
- 1.1.53: Updated Hof van Twente theme to V2
|
|
11
|
-
- 1.1.52:
|
|
15
|
+
- 1.1.52:
|
|
12
16
|
- Added Soest theme
|
|
13
17
|
- Added Stichtse Vecht theme.
|
|
14
18
|
- 1.1.51: Updated BCT logo.
|
|
15
19
|
- 1.1.50: Added Baarn theme.
|
|
16
|
-
- 1.1.49:
|
|
20
|
+
- 1.1.49:
|
|
17
21
|
- Updated Helmond theme
|
|
18
22
|
- Added Beek theme.
|
|
19
|
-
- 1.1.48:
|
|
23
|
+
- 1.1.48:
|
|
20
24
|
- Updated process-step tokens in Conduction theme.
|
|
21
25
|
- Added Helmond theme
|
|
22
26
|
- 1.1.47: Updated tilburg footer icon color.
|
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
"background-position": {}
|
|
15
15
|
},
|
|
16
16
|
"icon": {
|
|
17
|
-
"color": {}
|
|
17
|
+
"color": { "value": "{buren.color.primary}" }
|
|
18
18
|
},
|
|
19
19
|
"heading": {
|
|
20
20
|
"color": {},
|
|
21
|
-
"font-family": {}
|
|
21
|
+
"font-family": {},
|
|
22
|
+
"font-weight": { "value": "{buren.typography.font-weight.bold}" },
|
|
23
|
+
"font-size": { "value": "1.45rem", "comment": "23.2px" }
|
|
22
24
|
},
|
|
23
25
|
"link": {
|
|
24
26
|
"color": { "value": "{buren.color.grey.20}" },
|