@hig/theme-context
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
# [@hig/theme-context-v1.0.1](https://github.com/Autodesk/hig/compare/@hig/theme-context@1.0.0...@hig/theme-context@1.0.1) (2018-11-27) | ||
### Bug Fixes | ||
* Update README usage ([b1db70d](https://github.com/Autodesk/hig/commit/b1db70d)) | ||
# @hig/theme-context-v1.0.0 (2018-10-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/theme-context", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ThemeContext components to ease adoption of theme data from React components", | ||
@@ -21,3 +21,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/theme-data": "^1.0.0", | ||
"@hig/theme-data": "^1.1.0", | ||
"create-react-context": "^0.2.3", | ||
@@ -24,0 +24,0 @@ "prop-types": "^15.6.1" |
@@ -13,3 +13,3 @@ # ThemeContext component | ||
```jsx | ||
import HIGDarkBlueTheme from '@hig/theme-data/build/darkBlueMediumDensity/theme.json'; | ||
import HIGDarkBlueTheme from '@hig/theme-data/build/json/darkBlueMediumDensityTheme/theme.json'; | ||
import ThemeContext from '@hig/theme-context'; | ||
@@ -16,0 +16,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
12958
0
Updated@hig/theme-data@^1.1.0