@kwantis-id3/frontend-library 1.0.0-rc.23 → 1.0.0-rc.24

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.
@@ -63,7 +63,7 @@ export interface IIndicatorColors {
63
63
  error: string;
64
64
  errorFill: string;
65
65
  neutral: string;
66
- netrualFill: string;
66
+ neutralFill: string;
67
67
  }
68
68
  export interface IPalette {
69
69
  /** Application background */
package/dist/index.d.ts CHANGED
@@ -98,7 +98,7 @@ interface IIndicatorColors {
98
98
  error: string;
99
99
  errorFill: string;
100
100
  neutral: string;
101
- netrualFill: string;
101
+ neutralFill: string;
102
102
  }
103
103
  interface IPalette {
104
104
  /** Application background */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwantis-id3/frontend-library",
3
- "version": "1.0.0-rc.23",
3
+ "version": "1.0.0-rc.24",
4
4
  "description": "Kwantis frontend components collection",
5
5
  "scriptsComments": {
6
6
  "storybook": "Starts storybook in development mode",