@react-md/menu
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -153,3 +153,3 @@ var __assign = (this && this.__assign) || function () { | ||
disableControlClickOkay: PropTypes.bool, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -156,0 +156,0 @@ _a11yValidator: function (props, _propName, component) { |
@@ -11,3 +11,3 @@ "use strict"; | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
} | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -14,0 +14,0 @@ var MenuButton_1 = require("./MenuButton"); |
@@ -177,3 +177,3 @@ "use strict"; | ||
disableControlClickOkay: PropTypes.bool, | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore | ||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | ||
// @ts-ignore | ||
@@ -180,0 +180,0 @@ _a11yValidator: function (props, _propName, component) { |
{ | ||
"name": "@react-md/menu", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Create menus that auto-position themselves within the viewport and adhere to the accessibility guidelines", | ||
@@ -41,12 +41,12 @@ "scripts": { | ||
"dependencies": { | ||
"@react-md/app-bar": "^2.0.0-beta.1", | ||
"@react-md/button": "^2.0.0-beta.1", | ||
"@react-md/divider": "^2.0.0-beta.1", | ||
"@react-md/elevation": "^2.0.0-beta.1", | ||
"@react-md/icon": "^2.0.0-beta.1", | ||
"@react-md/list": "^2.0.0-beta.1", | ||
"@react-md/states": "^2.0.0-beta.1", | ||
"@react-md/theme": "^2.0.0-beta.1", | ||
"@react-md/typography": "^2.0.0-beta.1", | ||
"@react-md/utils": "^2.0.0-beta.1", | ||
"@react-md/app-bar": "^2.0.0-beta.2", | ||
"@react-md/button": "^2.0.0-beta.2", | ||
"@react-md/divider": "^2.0.0-beta.2", | ||
"@react-md/elevation": "^2.0.0-beta.2", | ||
"@react-md/icon": "^2.0.0-beta.2", | ||
"@react-md/list": "^2.0.0-beta.2", | ||
"@react-md/states": "^2.0.0-beta.2", | ||
"@react-md/theme": "^2.0.0-beta.2", | ||
"@react-md/typography": "^2.0.0-beta.2", | ||
"@react-md/utils": "^2.0.0-beta.2", | ||
"classnames": "^2.2.6" | ||
@@ -63,3 +63,7 @@ }, | ||
}, | ||
"gitHead": "76642fca0cf36307a5431d67a8eb4abe0a7b18a6" | ||
"devDependencies": { | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1" | ||
}, | ||
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
368674
2
Updated@react-md/icon@^2.0.0-beta.2
Updated@react-md/list@^2.0.0-beta.2