@assecosolutions/fox-back-layer
Advanced tools
Comparing version 1.5.3 to 1.5.10
{ | ||
"name": "@assecosolutions/fox-back-layer", | ||
"version": "1.5.3", | ||
"version": "1.5.10", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "lib": { |
@@ -1,2 +0,1 @@ | ||
import { __decorate } from 'tslib'; | ||
import { css, customElement, html, LitElement } from 'lit-element'; | ||
@@ -117,2 +116,24 @@ | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
function __decorate(decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
} | ||
var _templateObject; | ||
@@ -119,0 +140,0 @@ var styles = css(_templateObject || (_templateObject = _taggedTemplateLiteral([":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out 0.4s;padding:0}\n"]))); |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('tslib'), require('lit-element')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'tslib', 'lit-element'], factory) : | ||
(global = global || self, factory(global.SharedUiOrganismsFoxBackLayer = {}, global.tslib, global.litElement)); | ||
}(this, (function (exports, tslib, litElement) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('lit-element')) : | ||
typeof define === 'function' && define.amd ? define(['exports', 'lit-element'], factory) : | ||
(global = global || self, factory(global.SharedUiOrganismsFoxBackLayer = {}, global.litElement)); | ||
}(this, (function (exports, litElement) { 'use strict'; | ||
var styles = litElement.css(templateObject_1 || (templateObject_1 = tslib.__makeTemplateObject([":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out 0.4s;padding:0}\n"], [":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out 0.4s;padding:0}\n"]))); | ||
var templateObject_1; | ||
/*! ***************************************************************************** | ||
Copyright (c) Microsoft Corporation. | ||
var FoxBackLayer = | ||
/** @class */ | ||
function (_super) { | ||
tslib.__extends(FoxBackLayer, _super); | ||
Permission to use, copy, modify, and/or distribute this software for any | ||
purpose with or without fee is hereby granted. | ||
function FoxBackLayer() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH | ||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, | ||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM | ||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR | ||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR | ||
PERFORMANCE OF THIS SOFTWARE. | ||
***************************************************************************** */ | ||
/* global Reflect, Promise */ | ||
FoxBackLayer.prototype.render = function () { | ||
return litElement.html(templateObject_1$1 || (templateObject_1$1 = tslib.__makeTemplateObject([" <slot></slot> "], [" <slot></slot> "]))); | ||
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); | ||
}; | ||
FoxBackLayer.styles = [styles]; | ||
FoxBackLayer = tslib.__decorate([litElement.customElement('fox-back-layer')], FoxBackLayer); | ||
return FoxBackLayer; | ||
}(litElement.LitElement); | ||
var templateObject_1$1; | ||
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 __()); | ||
} | ||
exports.FoxBackLayer = FoxBackLayer; | ||
function __decorate(decorators, target, key, desc) { | ||
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; | ||
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); | ||
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; | ||
return c > 3 && r && Object.defineProperty(target, key, r), r; | ||
} | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
function __makeTemplateObject(cooked, raw) { | ||
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } | ||
return cooked; | ||
} | ||
var styles = litElement.css(templateObject_1 || (templateObject_1 = __makeTemplateObject([":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out 0.4s;padding:0}\n"], [":host{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;box-sizing:border-box;transition:all ease-out 0.4s;padding:0}\n"]))); | ||
var templateObject_1; | ||
var FoxBackLayer = | ||
/** @class */ | ||
function (_super) { | ||
__extends(FoxBackLayer, _super); | ||
function FoxBackLayer() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
FoxBackLayer.prototype.render = function () { | ||
return litElement.html(templateObject_1$1 || (templateObject_1$1 = __makeTemplateObject([" <slot></slot> "], [" <slot></slot> "]))); | ||
}; | ||
FoxBackLayer.styles = [styles]; | ||
FoxBackLayer = __decorate([litElement.customElement('fox-back-layer')], FoxBackLayer); | ||
return FoxBackLayer; | ||
}(litElement.LitElement); | ||
var templateObject_1$1; | ||
exports.FoxBackLayer = FoxBackLayer; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
}))); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12502
215
0