@mw-kit/mw-ui 1.7.58 → 1.7.60
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.
- package/dist/index.js +36 -46
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +36 -46
- package/dist/index.modern.js.map +1 -1
- package/dist/theme/constants.d.ts +2 -0
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ export declare const colors: {
|
|
|
12
12
|
readonly darkGrey: "#949494";
|
|
13
13
|
readonly darkSilver: "#525A6A";
|
|
14
14
|
readonly floralWhite: "#FFFAF3";
|
|
15
|
+
readonly ghostWhite: "#F9FAFB";
|
|
15
16
|
readonly green: "#76B100";
|
|
16
17
|
readonly grey: "#ADADAD";
|
|
17
18
|
readonly greyishBlue: "#263046";
|
|
@@ -23,6 +24,7 @@ export declare const colors: {
|
|
|
23
24
|
readonly milkWhite: "#FCFFF5";
|
|
24
25
|
readonly orange: "#FB8702";
|
|
25
26
|
readonly pink: "#E23851";
|
|
27
|
+
readonly platinum: "#E2E2E3";
|
|
26
28
|
readonly purple: "#8E66BB";
|
|
27
29
|
readonly red: "#C31717";
|
|
28
30
|
readonly silver: "#B2B2B2";
|