ngx-vector-components 2.0.1 → 2.0.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.2] (01/03/2022)
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fixed old variable
8
+
3
9
  ## [2.0.1] (01/03/2022)
4
10
 
5
11
  ### Bug Fixes
@@ -105,5 +105,5 @@ ul {
105
105
  label {
106
106
  font-weight: 500;
107
107
  font-size: 0.8em;
108
- color: $theme-dark;
108
+ color: var(--theme-dark);
109
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.3",
6
6
  "@angular/core": "^13.2.3",