@cirkay-eng/cirkay-components 0.7.308 → 0.7.309

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.
@@ -387,7 +387,7 @@ class FanPassUnlock extends CirkayElement {
387
387
  }
388
388
  FanPassUnlock.styles = css `
389
389
  /* Add your component styles here */
390
- /*
390
+
391
391
  #fb-modal {
392
392
  position: fixed;
393
393
  z-index: 999999;
@@ -399,7 +399,7 @@ FanPassUnlock.styles = css `
399
399
  bottom: 0;
400
400
  background-color: rgba(0,0,0,0.5);
401
401
  }
402
- */
402
+
403
403
  .modalContentBox {
404
404
  background-color: #fff;
405
405
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cirkay-eng/cirkay-components",
3
- "version": "0.7.308",
3
+ "version": "0.7.309",
4
4
  "type": "module",
5
5
  "module": "./dist/components/index.js",
6
6
  "types": "dist/components/index.d.ts",