elbe-ui 0.4.20 → 0.4.22

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