luna-one 3.1.595 → 3.1.597

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.
@@ -212,9 +212,9 @@ var MegaMenu = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
212
212
  var menuType = !collapsed ? "uncollapsed-dropdown" : !hasTertiary ? "dropdown" : "tertiary-dropdown";
213
213
 
214
214
  // This prevents the litany of prefetching all of the data related to menu items at load
215
- var displayStyles = {
216
- display: initialDisplayNone ? 'none' : 'block'
217
- };
215
+ var displayStyles = initialDisplayNone ? {
216
+ display: 'none'
217
+ } : {};
218
218
  return /*#__PURE__*/_react["default"].createElement("div", {
219
219
  id: (0, _react.useId)(),
220
220
  tabIndex: mouse ? "" : "0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.595",
3
+ "version": "3.1.597",
4
4
  "peerDependencies": {
5
5
  "react": "^18.2.0",
6
6
  "react-dom": "^18.2.0",