@memberstack/dom 1.2.4 → 1.3.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.
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.endpoints = void 0;
4
4
  exports.endpoints = {
5
- clientEndpoint: "https://v2-api.memberstack.com/new-client",
5
+ clientEndpoint: "https://client.memberstack.com",
6
6
  hostedUI: "https://ui-20210107.vercel.app"
7
7
  };
@@ -191,6 +191,10 @@ var openModal = function (props) { return __awaiter(void 0, void 0, void 0, func
191
191
  });
192
192
  div = document.createElement("div");
193
193
  div.setAttribute("data-ms-iframe", "true");
194
+ div.style["position"] = "fixed";
195
+ div.style["top"] = "0";
196
+ div.style["left"] = "0";
197
+ div.style["zIndex"] = "10000000";
194
198
  iframe = document.createElement("iframe");
195
199
  iframestyles = {
196
200
  height: "100vh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberstack/dom",
3
- "version": "1.2.4",
3
+ "version": "1.3.2",
4
4
  "main": "./lib/index.js",
5
5
  "files": [
6
6
  "lib/**/*"
@@ -8,7 +8,7 @@
8
8
  "author": "Lydia Hallie",
9
9
  "license": "MIT",
10
10
  "dependencies": {
11
- "@memberstack/client": "^1.4.1",
11
+ "@memberstack/client": "^1.5.2",
12
12
  "js-cookie": "^3.0.1"
13
13
  },
14
14
  "scripts": {