elbe-ui 0.4.22 → 0.4.23

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.
@@ -247,8 +247,8 @@ export class SchemeColor extends KindColor {
247
247
  return (`${this.primary.asCss()}\n` +
248
248
  `.primary { ${this.primary.asCss()}} \n` +
249
249
  `.secondary { ${this.secondary.asCss()} }\n` +
250
- `.inverse { ${this.inverse.asCss()} }` +
251
- `.primary-hotfix { ${this.primary.asCss()}} \n`);
250
+ `.inverse { ${this.inverse.asCss()} }\n` +
251
+ `.primary-hotfix { ${this.inverse.asCss()} }`);
252
252
  }
253
253
  static generate(path, seed, base) {
254
254
  const m = seed.scheme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elbe-ui",
3
- "version": "0.4.22",
3
+ "version": "0.4.23",
4
4
  "author": "Robin Naumann",
5
5
  "license": "MIT",
6
6
  "repository": {