New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hixme-ui/theme-props

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/theme-props - npm Package Compare versions

Comparing version 1.19.2 to 2.0.0-alpha.0

8

lib/index.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.getShadow = exports.getOutlineButtonColor = exports.getButtonTextColor = exports.getButtonMinWidth = exports.getButtonHeight = exports.getButtonGradientColor = exports.getButtonFontSize = exports.getButtonBorderRadius = exports.getTextColor = exports.getFontWeight = exports.getFontSize = exports.getFontFamily = exports.getBorderColor = exports.getBackgroundColor = undefined;
exports.getShadow = exports.getOutlineButtonColor = exports.getButtonTextColor = exports.getButtonMinWidth = exports.getButtonHeight = exports.getButtonFlatColor = exports.getButtonFontSize = exports.getButtonBorderRadius = exports.getTextColor = exports.getFontWeight = exports.getFontSize = exports.getFontFamily = exports.getBorderColor = exports.getBackgroundColor = undefined;

@@ -44,4 +44,4 @@ var _keys = require('babel-runtime/core-js/object/keys');

var getBackgroundColor = exports.getBackgroundColor = getThemePropsComposer('backgroundColors', 'inherit');
var getBorderColor = exports.getBorderColor = getThemePropsComposer('borderColors', 'inherit');
var getBackgroundColor = exports.getBackgroundColor = getThemePropsComposer('backgroundColors');
var getBorderColor = exports.getBorderColor = getThemePropsComposer('borderColors', 'secondary');
var getFontFamily = exports.getFontFamily = getThemePropsComposer('fontFamily', 'inherit');

@@ -54,3 +54,3 @@ var getFontSize = exports.getFontSize = getThemePropsComposer('fontSizes', 'inherit');

var getButtonFontSize = exports.getButtonFontSize = getThemePropsComposer('buttonFontSizes');
var getButtonGradientColor = exports.getButtonGradientColor = getThemePropsComposer('buttonGradientColors');
var getButtonFlatColor = exports.getButtonFlatColor = getThemePropsComposer('buttonFlatColors');
var getButtonHeight = exports.getButtonHeight = getThemePropsComposer('buttonHeights');

@@ -57,0 +57,0 @@ var getButtonMinWidth = exports.getButtonMinWidth = getThemePropsComposer('buttonMinWidths');

{
"name": "@hixme-ui/theme-props",
"version": "1.19.2",
"version": "2.0.0-alpha.0",
"description": "hixme-ui theme props getters",

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

@@ -9,4 +9,4 @@ export function getThemePropsComposer(propName = 'colors', defaultValue = '') {

export const getBackgroundColor = getThemePropsComposer('backgroundColors', 'inherit')
export const getBorderColor = getThemePropsComposer('borderColors', 'inherit')
export const getBackgroundColor = getThemePropsComposer('backgroundColors')
export const getBorderColor = getThemePropsComposer('borderColors', 'secondary')
export const getFontFamily = getThemePropsComposer('fontFamily', 'inherit')

@@ -19,3 +19,3 @@ export const getFontSize = getThemePropsComposer('fontSizes', 'inherit')

export const getButtonFontSize = getThemePropsComposer('buttonFontSizes')
export const getButtonGradientColor = getThemePropsComposer('buttonGradientColors')
export const getButtonFlatColor = getThemePropsComposer('buttonFlatColors')
export const getButtonHeight = getThemePropsComposer('buttonHeights')

@@ -22,0 +22,0 @@ export const getButtonMinWidth = getThemePropsComposer('buttonMinWidths')

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc