@mxenabled/mxui 1.2.0 → 1.2.1-alpha.bb2
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.es.js +314 -312
- package/dist/index.es.js.map +1 -1
- package/dist/themes/Augmentations.d.ts +1 -0
- package/dist/themes/Colors.d.ts +2 -0
- package/package.json +1 -1
package/dist/themes/Colors.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare const WHITE = "#FFFFFF";
|
|
2
2
|
export declare const BLACK = "#000000";
|
|
3
|
+
export declare const DEFAULT_BACKGROUND_LIGHT = "#F9F9F9";
|
|
4
|
+
export declare const DEFAULT_BACKGROUND_DARK = "#1A1A1A";
|
|
3
5
|
export declare const CORE_COLORS: {
|
|
4
6
|
PRIMARY: string;
|
|
5
7
|
SECONDARY: string;
|