Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hig/button

Package Overview
Dependencies
Maintainers
7
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/button - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

build/index.es.js
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import cx from 'classnames';
import { ThemeContext } from '@hig/theme-context';
import { ThemeContext } from '@hig/themes';

@@ -6,0 +6,0 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

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

var cx = _interopDefault(require('classnames'));
var themeContext = require('@hig/theme-context');
var themes = require('@hig/themes');

@@ -453,3 +453,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

return React__default.createElement(
themeContext.ThemeContext.Consumer,
themes.ThemeContext.Consumer,
null,

@@ -456,0 +456,0 @@ function (_ref) {

@@ -0,1 +1,8 @@

# [@hig/button-v0.3.1](https://github.com/Autodesk/hig/compare/@hig/button@0.3.0...@hig/button@0.3.1) (2018-11-06)
### Bug Fixes
* point button back to themes ([b53bf68](https://github.com/Autodesk/hig/commit/b53bf68))
# [@hig/button-v0.3.0](https://github.com/Autodesk/hig/compare/@hig/button@0.2.0...@hig/button@0.3.0) (2018-10-31)

@@ -2,0 +9,0 @@

{
"name": "@hig/button",
"version": "0.3.0",
"version": "0.3.1",
"description": "HIG Button",

@@ -5,0 +5,0 @@ "author": "Autodesk Inc.",

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