@cimplify/sdk 0.8.11 → 0.8.12

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/advanced.js CHANGED
@@ -2860,6 +2860,7 @@ var CimplifyElement = class {
2860
2860
  iframe.style.background = "transparent";
2861
2861
  iframe.setAttribute("allowtransparency", "true");
2862
2862
  iframe.setAttribute("frameborder", "0");
2863
+ iframe.setAttribute("allow", "geolocation");
2863
2864
  iframe.setAttribute(
2864
2865
  "sandbox",
2865
2866
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/dist/advanced.mjs CHANGED
@@ -2858,6 +2858,7 @@ var CimplifyElement = class {
2858
2858
  iframe.style.background = "transparent";
2859
2859
  iframe.setAttribute("allowtransparency", "true");
2860
2860
  iframe.setAttribute("frameborder", "0");
2861
+ iframe.setAttribute("allow", "geolocation");
2861
2862
  iframe.setAttribute(
2862
2863
  "sandbox",
2863
2864
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/dist/index.js CHANGED
@@ -3453,6 +3453,7 @@ var CimplifyElement = class {
3453
3453
  iframe.style.background = "transparent";
3454
3454
  iframe.setAttribute("allowtransparency", "true");
3455
3455
  iframe.setAttribute("frameborder", "0");
3456
+ iframe.setAttribute("allow", "geolocation");
3456
3457
  iframe.setAttribute(
3457
3458
  "sandbox",
3458
3459
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/dist/index.mjs CHANGED
@@ -3451,6 +3451,7 @@ var CimplifyElement = class {
3451
3451
  iframe.style.background = "transparent";
3452
3452
  iframe.setAttribute("allowtransparency", "true");
3453
3453
  iframe.setAttribute("frameborder", "0");
3454
+ iframe.setAttribute("allow", "geolocation");
3454
3455
  iframe.setAttribute(
3455
3456
  "sandbox",
3456
3457
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/dist/react.js CHANGED
@@ -3383,6 +3383,7 @@ var CimplifyElement = class {
3383
3383
  iframe.style.background = "transparent";
3384
3384
  iframe.setAttribute("allowtransparency", "true");
3385
3385
  iframe.setAttribute("frameborder", "0");
3386
+ iframe.setAttribute("allow", "geolocation");
3386
3387
  iframe.setAttribute(
3387
3388
  "sandbox",
3388
3389
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/dist/react.mjs CHANGED
@@ -3377,6 +3377,7 @@ var CimplifyElement = class {
3377
3377
  iframe.style.background = "transparent";
3378
3378
  iframe.setAttribute("allowtransparency", "true");
3379
3379
  iframe.setAttribute("frameborder", "0");
3380
+ iframe.setAttribute("allow", "geolocation");
3380
3381
  iframe.setAttribute(
3381
3382
  "sandbox",
3382
3383
  "allow-scripts allow-same-origin allow-forms allow-popups allow-popups-to-escape-sandbox"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/sdk",
3
- "version": "0.8.11",
3
+ "version": "0.8.12",
4
4
  "description": "Cimplify Commerce SDK for storefronts",
5
5
  "keywords": [
6
6
  "cimplify",