@hixme-ui/theme-props
Advanced tools
Comparing version 1.1.13 to 1.3.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.getTextColor = exports.getFontSize = exports.getFontFamily = exports.getBackgroundColor = exports.getBorderColor = undefined; | ||
exports.getTextColor = exports.getFontWeight = exports.getFontSize = exports.getFontFamily = exports.getBackgroundColor = exports.getBorderColor = undefined; | ||
@@ -48,2 +48,3 @@ var _keys = require('babel-runtime/core-js/object/keys'); | ||
var getFontSize = exports.getFontSize = getThemePropsComposer('fontSizes', 'inherit'); | ||
var getFontWeight = exports.getFontWeight = getThemePropsComposer('fontWeights', 'inherit'); | ||
var getTextColor = exports.getTextColor = getThemePropsComposer('textColors', 'inherit'); | ||
@@ -50,0 +51,0 @@ |
{ | ||
"name": "@hixme-ui/theme-props", | ||
"version": "1.1.13", | ||
"version": "1.3.0", | ||
"description": "hixme-ui theme props getters", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -13,4 +13,5 @@ export function getThemePropsComposer(propName = 'colors', defaultValue = '') { | ||
export const getFontSize = getThemePropsComposer('fontSizes', 'inherit') | ||
export const getFontWeight = getThemePropsComposer('fontWeights', 'inherit') | ||
export const getTextColor = getThemePropsComposer('textColors', 'inherit') | ||
export default getThemePropsComposer() |
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
8755
50
1