@assecosolutions/fox-icon-button
Advanced tools
Comparing version 1.5.19 to 1.5.20
@@ -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,10 +30,6 @@ 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 _ = t => t, | ||
_t; | ||
const styles = lit.css(_t || (_t = _`:host([small]){--mdc-icon-button-size: 38px;--mdc-icon-size: 18px}:host([small]) .material-icons{transform:rotate(0.03deg)}`)); | ||
var styles = lit.css(templateObject_1 || (templateObject_1 = __makeTemplateObject([":host([small]){--mdc-icon-button-size: 38px;--mdc-icon-size: 18px}:host([small]) .material-icons{transform:rotate(0.03deg)}"], [":host([small]){--mdc-icon-button-size: 38px;--mdc-icon-size: 18px}:host([small]) .material-icons{transform:rotate(0.03deg)}"]))); | ||
var templateObject_1; | ||
/** | ||
@@ -70,24 +50,12 @@ * | ||
var FoxIconButton = | ||
/** @class */ | ||
function (_super) { | ||
__extends(FoxIconButton, _super); | ||
exports.FoxIconButton = class FoxIconButton extends mwcIconButtonBase.IconButtonBase {}; | ||
/** | ||
* @ignore | ||
*/ | ||
function FoxIconButton() { | ||
return _super !== null && _super.apply(this, arguments) || this; | ||
} | ||
/** | ||
* @ignore | ||
*/ | ||
exports.FoxIconButton.styles = [mwcIconButton_css.styles, styles]; | ||
exports.FoxIconButton = __decorate([decorators_js.customElement('fox-icon-button')], exports.FoxIconButton); | ||
FoxIconButton.styles = [mwcIconButton_css.styles, styles]; | ||
FoxIconButton = __decorate([decorators_js.customElement('fox-icon-button')], FoxIconButton); | ||
return FoxIconButton; | ||
}(mwcIconButtonBase.IconButtonBase); | ||
exports.FoxIconButton = FoxIconButton; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
{ | ||
"name": "@assecosolutions/fox-icon-button", | ||
"version": "1.5.19", | ||
"version": "1.5.20", | ||
"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
10431
138