@frontegg/injector
Advanced tools
Comparing version 0.0.22 to 0.0.23
import { InjectorOptions } from './types'; | ||
export * from './types'; | ||
declare global { | ||
@@ -3,0 +4,0 @@ interface Window { |
@@ -13,2 +13,12 @@ "use strict"; | ||
}; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
@@ -65,2 +75,3 @@ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | ||
var CONTENT_ID_PREFIX = 'frontegg-content'; | ||
__exportStar(require("./types"), exports); | ||
var Injector = /** @class */ (function () { | ||
@@ -83,3 +94,3 @@ function Injector(name, options) { | ||
mode: 'open', | ||
delegatesFocus: true | ||
delegatesFocus: true, | ||
}); | ||
@@ -86,0 +97,0 @@ this.rootEl = helpers_1.getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl); |
import { InjectorOptions } from './types'; | ||
export * from './types'; | ||
declare global { | ||
@@ -3,0 +4,0 @@ interface Window { |
@@ -14,2 +14,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const CONTENT_ID_PREFIX = 'frontegg-content'; | ||
export * from './types'; | ||
class Injector { | ||
@@ -31,3 +32,3 @@ constructor(name, options) { | ||
mode: 'open', | ||
delegatesFocus: true | ||
delegatesFocus: true, | ||
}); | ||
@@ -34,0 +35,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl); |
import { InjectorOptions } from './types'; | ||
export * from './types'; | ||
declare global { | ||
@@ -3,0 +4,0 @@ interface Window { |
@@ -59,2 +59,3 @@ var __assign = (this && this.__assign) || function () { | ||
var CONTENT_ID_PREFIX = 'frontegg-content'; | ||
export * from './types'; | ||
var Injector = /** @class */ (function () { | ||
@@ -77,3 +78,3 @@ function Injector(name, options) { | ||
mode: 'open', | ||
delegatesFocus: true | ||
delegatesFocus: true, | ||
}); | ||
@@ -80,0 +81,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl); |
{ | ||
"name": "@frontegg/injector", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"main": "cjs/index.js", | ||
@@ -5,0 +5,0 @@ "types": "esm/index.d.ts", |
@@ -176,3 +176,3 @@ (function (global, factory) { | ||
mode: 'open', | ||
delegatesFocus: true | ||
delegatesFocus: true, | ||
}); | ||
@@ -179,0 +179,0 @@ this.rootEl = getOrCreateHtmlElementInside(CONTENT_ID_PREFIX, this.shadowEl); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
147991
1346
10