@cirkay-eng/cirkay-components 0.7.310 → 0.7.312

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.
@@ -388,9 +388,9 @@ class FanPassUnlock extends CirkayElement {
388
388
  FanPassUnlock.styles = css `
389
389
  /* Add your component styles here */
390
390
 
391
+ /*
391
392
  #fb-modal {
392
393
  position: fixed;
393
- z-index: 999999;
394
394
  width: 100%;
395
395
  height: 100%;
396
396
  top: 0;
@@ -398,7 +398,7 @@ FanPassUnlock.styles = css `
398
398
  right: 0;
399
399
  bottom: 0;
400
400
  }
401
-
401
+ */
402
402
  .modalContentBox {
403
403
  background-color: #fff;
404
404
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cirkay-eng/cirkay-components",
3
- "version": "0.7.310",
3
+ "version": "0.7.312",
4
4
  "type": "module",
5
5
  "module": "./dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",