terra-responsive-element
Advanced tools
Comparing version 5.28.0 to 5.29.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 5.29.0 - (March 2, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 5.28.0 - (January 5, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -40,3 +40,3 @@ "use strict"; | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
@@ -43,0 +43,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } |
@@ -32,3 +32,3 @@ "use strict"; | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } | ||
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | ||
@@ -35,0 +35,0 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } |
{ | ||
"name": "terra-responsive-element", | ||
"main": "lib/ResponsiveElement.js", | ||
"version": "5.28.0", | ||
"version": "5.29.0", | ||
"description": "The terra-responsive-element conditionally renders components based on viewport size", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"dependencies": { | ||
"@cerner/terra-docs": "^1.1.0", | ||
"@cerner/terra-docs": "^1.2.0", | ||
"classnames": "^2.2.5", | ||
@@ -49,3 +49,3 @@ "prop-types": "^15.5.8", | ||
}, | ||
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f" | ||
"gitHead": "31a55a132a87238b1ca4616fdc4e3e16d80290bd" | ||
} |
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
75522
Updated@cerner/terra-docs@^1.2.0