@assecosolutions/fox-back-layer
Advanced tools
Comparing version 1.5.18 to 1.5.19
@@ -21,19 +21,3 @@ (function (global, factory) { | ||
***************************************************************************** */ | ||
/* global Reflect, Promise */ | ||
var extendStatics = function(d, b) { | ||
extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
}; | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
} | ||
function __decorate(decorators, target, key, desc) { | ||
@@ -46,37 +30,23 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
function __makeTemplateObject(cooked, raw) { | ||
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } | ||
return cooked; | ||
} | ||
let _$1 = t => t, | ||
_t$1; | ||
const styles = lit.css(_t$1 || (_t$1 = _$1`:host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out .4s;padding:0}`)); | ||
var styles = lit.css(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject([":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out .4s;padding:0}"], [":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out .4s;padding:0}"]))); | ||
var templateObject_1$1; | ||
var FoxBackLayer = | ||
/** @class */ | ||
function (_super) { | ||
__extends(FoxBackLayer, _super); | ||
function FoxBackLayer() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
let _ = t => t, | ||
_t; | ||
exports.FoxBackLayer = class FoxBackLayer extends lit.LitElement { | ||
render() { | ||
return lit.html(_t || (_t = _` <slot></slot> `)); | ||
} | ||
FoxBackLayer.prototype.render = function () { | ||
return lit.html(templateObject_1 || (templateObject_1 = __makeTemplateObject([" <slot></slot> "], [" <slot></slot> "]))); | ||
}; | ||
/** | ||
* @ignore | ||
*/ | ||
}; | ||
/** | ||
* @ignore | ||
*/ | ||
exports.FoxBackLayer.styles = [styles]; | ||
exports.FoxBackLayer = __decorate([decorators_js.customElement('fox-back-layer')], exports.FoxBackLayer); | ||
FoxBackLayer.styles = [styles]; | ||
FoxBackLayer = __decorate([decorators_js.customElement('fox-back-layer')], FoxBackLayer); | ||
return FoxBackLayer; | ||
}(lit.LitElement); | ||
var templateObject_1; | ||
exports.FoxBackLayer = FoxBackLayer; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
{ | ||
"name": "@assecosolutions/fox-back-layer", | ||
"version": "1.5.18", | ||
"version": "1.5.19", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "lib": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8159
100