@rmwc/select
Advanced tools
Comparing version 6.0.14 to 6.1.0
@@ -93,3 +93,3 @@ "use strict"; | ||
return (react_1.default.createElement(list_1.ListGroup, { key: i }, | ||
react_1.default.createElement(list_1.ListGroupSubheader, { theme: "textDisabledOnBackground" }, label), | ||
label && (react_1.default.createElement(list_1.ListGroupSubheader, { theme: "textDisabledOnBackground" }, label)), | ||
react_1.default.createElement(menu_1.MenuItems, null, options.map(function (_a) { | ||
@@ -96,0 +96,0 @@ var label = _a.label, option = tslib_1.__rest(_a, ["label"]); |
@@ -91,3 +91,3 @@ import { __assign, __rest } from "tslib"; | ||
return (React.createElement(ListGroup, { key: i }, | ||
React.createElement(ListGroupSubheader, { theme: "textDisabledOnBackground" }, label), | ||
label && (React.createElement(ListGroupSubheader, { theme: "textDisabledOnBackground" }, label)), | ||
React.createElement(MenuItems, null, options.map(function (_a) { | ||
@@ -94,0 +94,0 @@ var label = _a.label, option = __rest(_a, ["label"]); |
{ | ||
"name": "@rmwc/select", | ||
"version": "6.0.14", | ||
"version": "6.1.0", | ||
"description": "RMWC Select component", | ||
@@ -50,3 +50,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "4ee07fdccaec6eae22a6adf9c3232d809492bafd" | ||
"gitHead": "6020c803864f90f21eae1e4d3fc992be07d42dc3" | ||
} |
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
104959