Comparing version
@@ -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: { |
@@ -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; |
{ | ||
"name": "mdz-enum", | ||
"version": "1.5.29", | ||
"version": "1.5.30", | ||
"description": "Enumerados ModerShop", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
294127
-0.14%8130
-0.27%