pixel-react 1.15.31 → 1.15.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 (28) hide show
  1. package/README.md +75 -75
  2. package/lib/ThirdPartyPackages/JanusGateway.js +5 -2
  3. package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -1
  4. package/lib/_virtual/index12.js +2 -2
  5. package/lib/_virtual/index9.js +2 -2
  6. package/lib/assets/icons/spinner.svg.js +1 -1
  7. package/lib/assets/icons/spinner.svg.js.map +1 -1
  8. package/lib/components/AppHeader/AppHeader.js +1 -1
  9. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  10. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +67 -10
  11. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  12. package/lib/components/StepsLandingTable/StepLandingTable.js +4 -3
  13. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  14. package/lib/index.cjs +3288 -23
  15. package/lib/index.cjs.map +1 -1
  16. package/lib/index.js +1 -1
  17. package/lib/node_modules/janus-gateway/npm/dist/janus.es.js +3210 -0
  18. package/lib/node_modules/janus-gateway/npm/dist/janus.es.js.map +1 -0
  19. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  20. package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
  21. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  22. package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
  23. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  24. package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
  25. package/lib/node_modules/libphonenumber-js/metadata.min.json.js +4 -4
  26. package/lib/node_modules/libphonenumber-js/metadata.min.json.js.map +1 -1
  27. package/lib/node_modules/prop-types/index.js +1 -1
  28. package/package.json +109 -109
package/lib/index.js CHANGED
@@ -161,7 +161,7 @@ export { AADHAAR_REGEX, ALPHABET_ONLY_REGEX, ALPHABET_WITH_SPACES_ONLY_REGEX, AL
161
161
  export { clearStore, deleteStoreValue, getStoreValue, setStoreValue } from './utils/indexDBStore/indexDB.js';
162
162
  export { convertToGB } from './utils/convertToGB/convertToGB.js';
163
163
  export { convertToBytes } from './utils/convertToBytes/convertToBytes.js';
164
- export { default as Janus } from 'janus-gateway';
164
+ export { default as Janus } from './node_modules/janus-gateway/npm/dist/janus.es.js';
165
165
  export { default as adapter } from './node_modules/webrtc-adapter/src/js/adapter_core.js';
166
166
  export { default as StepResultStats } from './components/StepsLandingTable/Components/StepResultStats.js';
167
167
  export { default as ScriptGenerationLoader } from './components/ScriptGenerationLoader/ScriptGenerationLoader.js';