@mexi/uikit 0.0.2 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,14 @@ export declare const additionalColors: {
14
14
  gold: string;
15
15
  silver: string;
16
16
  bronze: string;
17
+ commonTopEdge: string;
18
+ commonBottomEdge: string;
19
+ epicTopEdge: string;
20
+ epicBottomEdge: string;
21
+ legendaryTopEdge: string;
22
+ legendaryBottomEdge: string;
23
+ motherTopEdge: string;
24
+ motherBottomEdge: string;
17
25
  };
18
26
  export declare const lightColors: Colors;
19
27
  export declare const darkColors: Colors;
@@ -63,6 +63,15 @@ export declare type Colors = {
63
63
  gold: string;
64
64
  silver: string;
65
65
  bronze: string;
66
+ menuText: string;
67
+ commonTopEdge: string;
68
+ commonBottomEdge: string;
69
+ epicTopEdge: string;
70
+ epicBottomEdge: string;
71
+ legendaryTopEdge: string;
72
+ legendaryBottomEdge: string;
73
+ motherTopEdge: string;
74
+ motherBottomEdge: string;
66
75
  };
67
76
  export declare type ZIndices = {
68
77
  dropdown: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mexi/uikit",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Set of UI components for pancake projects",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",