@wix/editor-react-components 1.2407.0 → 1.2408.0

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.
@@ -2367,7 +2367,7 @@ const HamburgerMenu = ({
2367
2367
  /* @__PURE__ */ jsx(
2368
2368
  NavbarMenu,
2369
2369
  {
2370
- id: `${id}-hamburger-modal`,
2370
+ id,
2371
2371
  className: classes.navbar,
2372
2372
  ...navbarProps,
2373
2373
  onItemClick: (event, item2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2407.0",
3
+ "version": "1.2408.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -196,5 +196,5 @@
196
196
  "registry": "https://registry.npmjs.org/",
197
197
  "access": "public"
198
198
  },
199
- "falconPackageHash": "8cbe1b80ce858d741776a9f6008c9382cb9e1cbb2bf390148b265681"
199
+ "falconPackageHash": "dc8f96a2272389612367ae80c0b1068be9a80dead372cb57f78185d8"
200
200
  }