scorer-ui-kit 2.2.0 → 2.2.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,2 @@
1
+ declare const BaseStyles: import("styled-components").FlattenSimpleInterpolation;
2
+ export { BaseStyles };
@@ -1,2 +1,2 @@
1
- declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
2
- export default GlobalStyle;
1
+ declare const ThemeVariables: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
2
+ export default ThemeVariables;
@@ -0,0 +1 @@
1
+ export declare const colorVariables: import("styled-components").FlattenSimpleInterpolation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scorer-ui-kit",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "SCORER UI Components",
5
5
  "author": "Josh Lipps",
6
6
  "license": "MIT",