🚀 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
357
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.29

65

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

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

};
/** Cor do texto */
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -57,2 +70,15 @@ /**

};
/** Cor do texto */
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -72,2 +98,15 @@ /**

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

@@ -129,2 +168,15 @@ /**

};
/** Texto botao */
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -148,2 +200,15 @@ /**

};
/** Texto botao */
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -150,0 +215,0 @@ /**

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

},
/** Cor do texto */
LIGHTTEXT: {
COLOR: {
KEY: 'component_footer_light_text_color',
DEFAULT: '#ffffff',
},
},
DARKTEXT: {
COLOR: {
KEY: 'component_footer_dark_text_color',
DEFAULT: '#ffffff',
},
},
};

@@ -61,2 +74,15 @@ exports.FOOTER = FOOTER;

},
/** Cor do texto */
LIGHTTEXT: {
COLOR: {
KEY: 'component_header_light_text_color',
DEFAULT: '#ffffff',
},
},
DARKTEXT: {
COLOR: {
KEY: 'component_header_dark_text_color',
DEFAULT: '#ffffff',
},
},
};

@@ -78,2 +104,15 @@ exports.HEADER = HEADER;

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

@@ -139,2 +178,15 @@ exports.BUTTON = BUTTON;

},
/** Texto botao */
LIGHTTEXT: {
COLOR: {
KEY: 'component_buy_button_text_color_light',
DEFAULT: '#ffffff',
},
},
DARKTEXT: {
COLOR: {
KEY: 'component_buy_button_text_color_dark',
DEFAULT: '#ffffff',
},
},
};

@@ -159,2 +211,15 @@ exports.BUY_BUTTON = BUY_BUTTON;

},
/** Texto botao */
LIGHTTEXT: {
COLOR: {
KEY: 'component_cart_button_text_color_light',
DEFAULT: '#ffffff',
},
},
DARKTEXT: {
COLOR: {
KEY: 'component_cart_button_text_color_dark',
DEFAULT: '#ffffff',
},
},
};

@@ -161,0 +226,0 @@ exports.CART_BUTTON = CART_BUTTON;

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

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

@@ -186,2 +198,14 @@ BUY_BUTTON: {

};
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -211,2 +235,14 @@ FOOTER: {

};
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -236,2 +272,14 @@ HEADER: {

};
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -251,2 +299,14 @@ CART_BUTTON: {

};
LIGHTTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
DARKTEXT: {
COLOR: {
KEY: string;
DEFAULT: string;
};
};
};

@@ -253,0 +313,0 @@ COMBINAR_PAYMENT: {

2

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

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