@conduction/theme 1.1.44 → 1.1.45

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
@@ -6,6 +6,7 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.45: Updated card header color in Oude IJsselstreek theme.
9
10
  - 1.1.44: Updated footer logo in Oude IJsselstreek theme.
10
11
  - 1.1.43: Added Oude IJsselstreek theme.
11
12
  - 1.1.42: Added Migrato theme.
@@ -13,7 +13,7 @@
13
13
  "border-bottom-color": {}
14
14
  },
15
15
  "title": {
16
- "color": { "value": "{oude-ijsselstreek.color.primary-hover}" },
16
+ "color": { "value": "{oude-ijsselstreek.color.primary}" },
17
17
  "text-decoration": { "value": "none" },
18
18
  "text-underline-offset": { "value": "5px" },
19
19
  "hover": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {