@lumx/core 4.0.1-alpha.0 → 4.0.1-alpha.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.
@@ -0,0 +1,3 @@
1
+ import { Theme } from '@lumx/core/js/constants';
2
+ /** Invert the color of the given theme. */
3
+ export declare const invertTheme: (theme: Theme) => Theme;
package/package.json CHANGED
@@ -35,9 +35,10 @@
35
35
  "update-version-changelog": "yarn version-changelog ../../CHANGELOG.md"
36
36
  },
37
37
  "sideEffects": false,
38
- "version": "4.0.1-alpha.0",
38
+ "version": "4.0.1-alpha.2",
39
39
  "devDependencies": {
40
40
  "@rollup/plugin-typescript": "^12.3.0",
41
+ "@testing-library/dom": "^10.4.1",
41
42
  "@types/react": "^17.0.2",
42
43
  "autoprefixer": "^9.7.4",
43
44
  "glob": "^7.1.6",