@hig/button
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -119,3 +119,4 @@ import React, { Component } from 'react'; | ||
opacity: themeData["component.disabled.opacity"], | ||
cursor: "default" | ||
cursor: "default", | ||
pointerEvents: "none" | ||
}; | ||
@@ -122,0 +123,0 @@ } |
@@ -126,3 +126,4 @@ 'use strict'; | ||
opacity: themeData["component.disabled.opacity"], | ||
cursor: "default" | ||
cursor: "default", | ||
pointerEvents: "none" | ||
}; | ||
@@ -129,0 +130,0 @@ } |
@@ -0,1 +1,8 @@ | ||
# [@hig/button-v1.4.2](https://github.com/Autodesk/hig/compare/@hig/button@1.4.1...@hig/button@1.4.2) (2019-07-26) | ||
### Bug Fixes | ||
* remove pointer events when link is disabled ([1d6f04a](https://github.com/Autodesk/hig/commit/1d6f04a)) | ||
# [@hig/button-v1.4.1](https://github.com/Autodesk/hig/compare/@hig/button@1.4.0...@hig/button@1.4.1) (2019-07-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/button", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"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
58630
1537