🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mdz-enum

Package Overview
Dependencies
Maintainers
6
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mdz-enum - npm Package Compare versions

Comparing version

to
1.5.30

13

dist/marketplace/templates/components/index.d.ts

@@ -96,15 +96,2 @@ /**

};
/** cor de texto*/
LIGHT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARK: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -111,0 +98,0 @@ /**

@@ -102,15 +102,2 @@ "use strict";

},
/** cor de texto*/
LIGHT: {
COLOR: {
KEY: 'component_button_color_light',
DEFAULT: '#8854D0',
},
},
DARK: {
COLOR: {
KEY: 'component_button_color_dark',
DEFAULT: '#8854D0',
},
},
};

@@ -117,0 +104,0 @@ exports.BUTTON = BUTTON;

@@ -171,14 +171,2 @@ import APPEARANCE_REFERENCE from './reference';

};
LIGHT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARK: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -185,0 +173,0 @@ BUY_BUTTON: {

8

dist/marketplace/templates/reference/index.d.ts

@@ -15,3 +15,11 @@ /**

};
PRIMARY_TEXT_COLOR: {
KEY: string;
DEFAULT: string;
};
SECONDARY_TEXT_COLOR: {
KEY: string;
DEFAULT: string;
};
};
export default APPEARANCE_REFERENCE;

@@ -17,3 +17,11 @@ "use strict";

},
PRIMARY_TEXT_COLOR: {
KEY: 'color_primary_text',
DEFAULT: '#ffffff',
},
SECONDARY_TEXT_COLOR: {
KEY: 'color_secondary_text',
DEFAULT: '#000000',
},
};
exports.default = APPEARANCE_REFERENCE;

2

package.json
{
"name": "mdz-enum",
"version": "1.5.29",
"version": "1.5.30",
"description": "Enumerados ModerShop",

@@ -5,0 +5,0 @@ "main": "dist/index.js",