@conduction/theme 1.1.18 → 1.1.19

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,8 +6,9 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1.1 (breaking changes from 1.0.x)**
8
8
 
9
+ - 1.1.19: Fixed hex color code in Open-Webconcept theme.
9
10
  - 1.1.18: Removed empty variables in all themes.
10
- - 1.1.16 / 1.1.17: Updated open-webconcept logo.
11
+ - 1.1.16 / 1.1.17: Updated Open-Webconcept logo.
11
12
  - 1.1.14 / 1.1.15:
12
13
  - Added postinstall to package.json.
13
14
  - 1.1.13:
@@ -28,7 +28,7 @@
28
28
  "comment": "Base/White"
29
29
  },
30
30
  "100-25t": {
31
- "value": "##ffffff40",
31
+ "value": "#ffffff40",
32
32
  "comment": "White with 25% transparency"
33
33
  },
34
34
  "100-70t": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/theme",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "Conduction's design tokens theme",
5
5
  "main": "index.js",
6
6
  "repository": {