ui-soxo-bootstrap-core 2.6.32-dev.1 → 2.6.32-dev.2

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.
@@ -239,11 +239,11 @@ function GlobalHeaderContent({ loading, appSettings, children, isConnected, hist
239
239
  {licAlert && licenseData && (
240
240
  <div
241
241
  style={{
242
- top: 0,
242
+ // top: 0,
243
243
  marginTop: '3rem',
244
244
  right: '2%',
245
245
  position: 'absolute',
246
- zIndex: 1001,
246
+ zIndex: 999,
247
247
  }}
248
248
  >
249
249
  <LicenseAlert data={licenseData} />
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  import React, { useEffect, useRef } from 'react';
11
- import { Html5Qrcode } from 'html5-qrcode';
11
+ import { Html5Qrcode } from 'html5-qrcode/cjs/index.js';
12
12
 
13
13
  /**
14
14
  * QrScanner Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-soxo-bootstrap-core",
3
- "version": "2.6.32-dev.1",
3
+ "version": "2.6.32-dev.2",
4
4
  "description": "All the Core Components for you to start",
5
5
  "keywords": [
6
6
  "all in one"