@quec/panel-device-kit 1.0.4 → 1.0.6

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/index.js CHANGED
@@ -4,6 +4,7 @@ import camelCase from 'lodash.camelcase';
4
4
  import { create } from 'zustand';
5
5
  import { useEffect, useState } from 'react';
6
6
  import { NativeEventEmitter, NativeModules } from 'react-native';
7
+ import QuecRNBusinessPanelModule from '@quec/rn-businesspanel-module/src/module';
7
8
 
8
9
  // src/config/DeviceConfig.ts
9
10
  var NOT_CONNECTING = 0;
@@ -1004,16 +1005,6 @@ var removeListener = (listener) => {
1004
1005
  listener = void 0;
1005
1006
  }
1006
1007
  };
1007
-
1008
- // src/device-list-utils.ts
1009
- var QuecRNBusinessPanelModule = {
1010
- changeBusinessPanel: (params) => {
1011
- console.warn("QuecRNBusinessPanelModule.changeBusinessPanel is not available", params);
1012
- },
1013
- switchBusinessPanel: () => {
1014
- console.warn("QuecRNBusinessPanelModule.switchBusinessPanel is not available");
1015
- }
1016
- };
1017
1008
  var changeDevicePanel = (newDevice) => {
1018
1009
  deviceKitParamsManager.info(
1019
1010
  "changeDevicePanel",