@expofp/debug 3.2.11 → 3.2.13

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.
@@ -5,7 +5,7 @@ import { SideButton } from './side-button.js';
5
5
  const LazyDebugOverlay = lazy(async () => ({
6
6
  default: (await import('./debug-overlay.js')).DebugOverlay,
7
7
  }));
8
- const DEFAULT_HOST_SELECTOR = '.expofp-floorplan-default';
8
+ const DEFAULT_HOST_SELECTOR = '[data-efp-floorplan-defaults]';
9
9
  export const DebugUi = (props) => {
10
10
  const [isOpen, setIsOpen] = useState(props.open);
11
11
  const [debugButtonEnabled, setDebugButtonEnabled] = props.useDebugButtonState();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expofp/debug",
3
- "version": "3.2.11",
3
+ "version": "3.2.13",
4
4
  "type": "module",
5
5
  "description": "ExpoFP SDK internal: debug utilities",
6
6
  "homepage": "https://developer.expofp.com/",