@hig/button
Advanced tools
Comparing version 0.3.0 to 0.3.1
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.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78978