You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@hixme-ui/theme

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/theme - npm Package Compare versions

Comparing version

to
1.3.0

22

lib/index.js

@@ -54,2 +54,6 @@ 'use strict';

var fontWeights = {
default: 'normal'
};
var titleFontSizes = {

@@ -114,2 +118,3 @@ jumbo: '38px',

fontFamily: fontFamily.normal,
fontWeight: fontWeights.default,
backgroundColor: colors.white,

@@ -144,7 +149,2 @@ borderRadius: borderRadius,

colors: colorTheme,
fontFamily: fontFamily,
titleFontSizes: titleFontSizes,
textColors: (0, _extends3.default)({}, colorTheme, {
default: defaults.textColor
}),
backgroundColors: (0, _extends3.default)({}, colorTheme, {

@@ -156,9 +156,15 @@ default: defaults.backgroundColor

}),
gradients: gradients,
buttonFontSizes: buttonFontSizes,
buttonHeights: buttonHeights,
buttonMinWidths: buttonMinWidths,
defaults: defaults,
fontSizes: fontSizes,
defaults: defaults,
shadows: shadows
fontFamily: fontFamily,
fontWeights: fontWeights,
gradients: gradients,
shadows: shadows,
textColors: (0, _extends3.default)({}, colorTheme, {
default: defaults.textColor
}),
titleFontSizes: titleFontSizes
};

@@ -165,0 +171,0 @@

{
"name": "@hixme-ui/theme",
"version": "1.1.13",
"version": "1.3.0",
"description": "hixme-ui theme",

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

@@ -37,2 +37,6 @@ export const colors = {

const fontWeights = {
default: 'normal',
}
const titleFontSizes = {

@@ -97,2 +101,3 @@ jumbo: '38px',

fontFamily: fontFamily.normal,
fontWeight: fontWeights.default,
backgroundColor: colors.white,

@@ -127,8 +132,2 @@ borderRadius,

colors: colorTheme,
fontFamily,
titleFontSizes,
textColors: {
...colorTheme,
default: defaults.textColor,
},
backgroundColors: {

@@ -142,9 +141,16 @@ ...colorTheme,

},
gradients,
buttonFontSizes,
buttonHeights,
buttonMinWidths,
defaults,
fontSizes,
defaults,
fontFamily,
fontWeights,
gradients,
shadows,
textColors: {
...colorTheme,
default: defaults.textColor,
},
titleFontSizes,
}

@@ -151,0 +157,0 @@

Sorry, the diff of this file is not supported yet