@hixme-ui/theme
Advanced tools
Comparing version
@@ -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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23099
1.79%336
3.07%1
Infinity%