@conduction/theme 1.1.46 → 1.1.47

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.47: Updated tilburg footer icon color.
9
10
  - 1.1.46:
10
11
  - Updated dimpact-theme.
11
12
  - Added Tilburg footer and header tokens to Oude Ijsseltreek and Conduction theme
@@ -9,7 +9,7 @@
9
9
  "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
10
  }
11
11
  },
12
- "marker-color": { "value": "{utrecht.page-footer.color}" }
12
+ "icon-color": { "value": "{utrecht.page-footer.color}" }
13
13
  }
14
14
  }
15
15
  }
@@ -9,7 +9,7 @@
9
9
  "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
10
  }
11
11
  },
12
- "marker-color": { "value": "{dimpact.color.light-blue.53}" }
12
+ "icon-color": { "value": "{dimpact.color.light-blue.53}" }
13
13
  }
14
14
  }
15
15
  }
@@ -9,7 +9,7 @@
9
9
  "text-decoration": { "value": "{utrecht.page-footer.link.hover.text-decoration}" }
10
10
  }
11
11
  },
12
- "marker-color": { "value": "{utrecht.page-footer.color}" }
12
+ "icon-color": { "value": "{utrecht.page-footer.color}" }
13
13
  }
14
14
  }
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.46",
3
+ "version": "1.1.47",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {