@copart/ops-tool-kit 1.12.1-alpha.15 → 1.12.1-alpha.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ops-tool-kit.js +9 -7
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -32,7 +32,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
32
32
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
33
33
|
|
|
34
34
|
const name$r = "@copart/ops-tool-kit";
|
|
35
|
-
const version$7 = "1.12.1-alpha.
|
|
35
|
+
const version$7 = "1.12.1-alpha.17";
|
|
36
36
|
const main$1 = "dist/ops-tool-kit.js";
|
|
37
37
|
const style = "dist/ops-tool-kit.css";
|
|
38
38
|
const files = [
|
|
@@ -47038,18 +47038,20 @@ var NavigationMenuLevel2 = function NavigationMenuLevel2(_ref5) {
|
|
|
47038
47038
|
enter: {
|
|
47039
47039
|
animation: 'slideDown',
|
|
47040
47040
|
duration: 200,
|
|
47041
|
-
display: 'flex'
|
|
47042
|
-
|
|
47043
|
-
|
|
47044
|
-
|
|
47045
|
-
|
|
47041
|
+
display: 'flex',
|
|
47042
|
+
complete: function complete(elements) {
|
|
47043
|
+
elements.forEach(function (el) {
|
|
47044
|
+
el.style.removeProperty("height");
|
|
47045
|
+
});
|
|
47046
|
+
}
|
|
47046
47047
|
},
|
|
47047
47048
|
style: {
|
|
47048
47049
|
marginLeft: '10px',
|
|
47049
47050
|
marginTop: '3px',
|
|
47050
47051
|
padding: '0 2px',
|
|
47051
47052
|
backgroundColor: '#232932',
|
|
47052
|
-
borderLeft: '1px solid #8A8886'
|
|
47053
|
+
borderLeft: '1px solid #8A8886',
|
|
47054
|
+
overflow: 'hidden'
|
|
47053
47055
|
}
|
|
47054
47056
|
}, hasSubMenuItems && isMenuExpanded ? navItem.subMenuItems.filter(function (item) {
|
|
47055
47057
|
return typeof item.hidden === 'function' ? !item.hidden() : !item.hidden;
|