Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@assecosolutions/fox-icon-button

Package Overview
Dependencies
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon-button - npm Package Compare versions

Comparing version 1.5.19 to 1.5.20

50

index.umd.js

@@ -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 });
}));

2

package.json
{
"name": "@assecosolutions/fox-icon-button",
"version": "1.5.19",
"version": "1.5.20",
"public": true,

@@ -5,0 +5,0 @@ "lib": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc