@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 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.
@@ -18,7 +18,9 @@
18
18
  },
19
19
  "heading": {
20
20
  "color": {},
21
- "font-family": {}
21
+ "font-family": {},
22
+ "font-weight": {},
23
+ "font-size": {}
22
24
  },
23
25
  "link": {
24
26
  "color": {},
@@ -27,7 +27,7 @@
27
27
  "value": "#8a1e25"
28
28
  },
29
29
  "40": {
30
- "value": "#a6242d"
30
+ "value": "#a7242d"
31
31
  },
32
32
  "46": {
33
33
  "value": "#cc0000"
@@ -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}" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {