@conduction/theme 1.1.26 → 1.1.27

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.27: Updated logo in Zupthen theme.
9
10
  - 1.1.26: Updated logo in Roosendaal theme.
10
11
  - 1.1.25: Added Roosendaal theme.
11
12
  - 1.1.24: Updated logo in Dimpact theme.
@@ -9,11 +9,9 @@
9
9
  }
10
10
  },
11
11
  "footer": {
12
- "inline-size": { "value": "55px" },
13
- "block-size": { "value": "50px" },
14
- "background-image": {
15
- "value": "url('https://zutphen.nl/themes/zutphen/logo.svg')"
16
- }
12
+ "inline-size": { "value": "null" },
13
+ "block-size": { "value": "null" },
14
+ "background-image": { "value": "null" }
17
15
  },
18
16
  "navbar": {
19
17
  "inline-size": { "value": "52px" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {