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
2
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.3 to 1.5.10

7

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

@@ -25,6 +25,3 @@ "lib": {

"module": "./shared-ui-atoms-fox-icon-button.esm.js",
"typings": "./index.d.ts",
"peerDependencies": {
"lit": "^2.0.0-rc.2"
}
"typings": "./index.d.ts"
}

@@ -1,6 +0,4 @@

import { __decorate } from 'tslib';
import { IconButtonBase } from '@material/mwc-icon-button/mwc-icon-button-base';
import { style } from '@material/mwc-icon-button/mwc-icon-button-css';
import { css } from 'lit-element';
import { customElement } from 'lit/decorators.js';
import { css, customElement } from 'lit-element';

@@ -104,2 +102,24 @@ function _classCallCheck(instance, Constructor) {

/*! *****************************************************************************
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;

@@ -106,0 +126,0 @@ var styles = css(_templateObject || (_templateObject = _taggedTemplateLiteral([""])));

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('tslib'), require('@material/mwc-icon-button/mwc-icon-button-base'), require('@material/mwc-icon-button/mwc-icon-button-css'), require('lit-element'), require('lit/decorators.js')) :
typeof define === 'function' && define.amd ? define(['exports', 'tslib', '@material/mwc-icon-button/mwc-icon-button-base', '@material/mwc-icon-button/mwc-icon-button-css', 'lit-element', 'lit/decorators.js'], factory) :
(global = global || self, factory(global.SharedUiAtomsFoxIconButton = {}, global.tslib, global.mwcIconButtonBase, global.mwcIconButtonCss, global.litElement, global.decorators_js));
}(this, (function (exports, tslib, mwcIconButtonBase, mwcIconButtonCss, litElement, decorators_js) { 'use strict';
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@material/mwc-icon-button/mwc-icon-button-base'), require('@material/mwc-icon-button/mwc-icon-button-css'), require('lit-element')) :
typeof define === 'function' && define.amd ? define(['exports', '@material/mwc-icon-button/mwc-icon-button-base', '@material/mwc-icon-button/mwc-icon-button-css', 'lit-element'], factory) :
(global = global || self, factory(global.SharedUiAtomsFoxIconButton = {}, global.mwcIconButtonBase, global.mwcIconButtonCss, global.litElement));
}(this, (function (exports, mwcIconButtonBase, mwcIconButtonCss, litElement) { 'use strict';
var styles = litElement.css(templateObject_1 || (templateObject_1 = tslib.__makeTemplateObject([""], [""])));
var templateObject_1;
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
var FoxIconButton =
/** @class */
function (_super) {
tslib.__extends(FoxIconButton, _super);
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
function FoxIconButton() {
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 */
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 __());
}
FoxIconButton.styles = [mwcIconButtonCss.style, styles];
FoxIconButton = tslib.__decorate([decorators_js.customElement('fox-icon-button')], FoxIconButton);
return FoxIconButton;
}(mwcIconButtonBase.IconButtonBase);
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;
}
exports.FoxIconButton = FoxIconButton;
function __makeTemplateObject(cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
}
Object.defineProperty(exports, '__esModule', { value: true });
var styles = litElement.css(templateObject_1 || (templateObject_1 = __makeTemplateObject([""], [""])));
var templateObject_1;
var FoxIconButton =
/** @class */
function (_super) {
__extends(FoxIconButton, _super);
function FoxIconButton() {
return _super !== null && _super.apply(this, arguments) || this;
}
FoxIconButton.styles = [mwcIconButtonCss.style, styles];
FoxIconButton = __decorate([litElement.customElement('fox-icon-button')], FoxIconButton);
return FoxIconButton;
}(mwcIconButtonBase.IconButtonBase);
exports.FoxIconButton = FoxIconButton;
Object.defineProperty(exports, '__esModule', { value: true });
})));
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