@hig/banner
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -116,6 +116,3 @@ import React, { Component } from 'react'; | ||
alignItems: "center", | ||
padding: vars.bannerActionPaddingY + " " + vars.bannerActionSpacingX + " " + vars.bannerActionPaddingY + " 0", | ||
borderRightWidth: "1px", | ||
borderRightStyle: "solid", | ||
borderRightColor: themeData["divider.lightColor"], | ||
padding: vars.bannerActionPaddingY + " 0", | ||
marginLeft: vars.bannerActionSpacingX, | ||
@@ -122,0 +119,0 @@ |
@@ -123,6 +123,3 @@ 'use strict'; | ||
alignItems: "center", | ||
padding: vars.bannerActionPaddingY + " " + vars.bannerActionSpacingX + " " + vars.bannerActionPaddingY + " 0", | ||
borderRightWidth: "1px", | ||
borderRightStyle: "solid", | ||
borderRightColor: themeData["divider.lightColor"], | ||
padding: vars.bannerActionPaddingY + " 0", | ||
marginLeft: vars.bannerActionSpacingX, | ||
@@ -129,0 +126,0 @@ |
@@ -0,1 +1,8 @@ | ||
# [@hig/banner-v2.1.1](https://github.com/Autodesk/hig/compare/@hig/banner@2.1.0...@hig/banner@2.1.1) (2019-08-07) | ||
### Bug Fixes | ||
* in verbose dividers should not be included ([5f7da9a](https://github.com/Autodesk/hig/commit/5f7da9a)) | ||
# [@hig/banner-v2.1.0](https://github.com/Autodesk/hig/compare/@hig/banner@2.0.3...@hig/banner@2.1.0) (2019-07-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/banner", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "HIG Banner", | ||
@@ -20,3 +20,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon-button": "^2.1.3", | ||
"@hig/icon-button": "^2.3.0", | ||
"@hig/icons": "^3.0.0", | ||
@@ -37,3 +37,3 @@ "@hig/typography": "^1.0.3", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.8.1", | ||
"@hig/theme-data": "^2.10.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -40,0 +40,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
113339
3115
Updated@hig/icon-button@^2.3.0