@archbee/app-widget 1.1.31 → 1.1.32

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.
Files changed (2) hide show
  1. package/index.esm.js +0 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1719,9 +1719,6 @@ const iterateProxy = (proxy, component) => {
1719
1719
  } else {
1720
1720
  window._archbee.widget.widgetType = 'docs';
1721
1721
  }
1722
- if (Object.keys(event).includes('hideNavbar')) {
1723
- window._archbee.widget.hideNavbar = event.hideNavbar;
1724
- }
1725
1722
  window.dispatchEvent(showWidgetEvent());
1726
1723
  }
1727
1724
  if (event.eventType === EVENT_TYPE_ENUM.hideWidget) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archbee/app-widget",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "private": false,
5
5
  "license": "UNLICENSED",
6
6
  "author": {