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

@assecosolutions/fox-icon

Package Overview
Dependencies
Maintainers
3
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-icon - npm Package Compare versions

Comparing version 1.5.10 to 1.5.12

16

lib/FoxIcon.d.ts

@@ -7,5 +7,21 @@ import { LitElement } from 'lit-element';

}
/**
*
* Use any icon listed in https://fonts.google.com/icons?selected=Material+Icons and place the name inside the component
*
* @element fox-icon
*
* @slot default - slot for icon name
*
* @attr small - Attribute for small icon
* @attr large - Attribute for large icon
* @attr x-large - Attribute for x-large icon
*
*/
export declare class FoxIcon extends LitElement {
/**
* @ignore
*/
static styles: import("lit-element").CSSResult[];
render(): import("lit-element").TemplateResult;
}

1

lib/FoxIcon.stories.d.ts

@@ -8,2 +8,1 @@ import './FoxIcon';

export declare const Default: () => import("lit-html").TemplateResult;
export declare const Search: () => import("lit-html").TemplateResult;
{
"name": "@assecosolutions/fox-icon",
"version": "1.5.10",
"version": "1.5.12",
"public": true,

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

@@ -13,4 +13,6 @@ # 🦊 Fox - Future Open Experience

We use [Storybook](http://design-system.assecosolutions.com/) to deliver an interactive documentation of our Design system.
There you can find Multiple examples, guidelines and the documentation of all FOX web components ####[Demo](http://design-system.assecosolutions.com/?path=/story/atoms-fox-icon)
There you can find Multiple examples, guidelines and the documentation of all FOX web components
####[Demo](http://design-system.assecosolutions.com/?path=/story/atoms-fox-icon)
## Contribute

@@ -17,0 +19,0 @@

@@ -139,5 +139,18 @@ import { css, customElement, html, LitElement } from 'lit-element';

var _templateObject;
var styles = css(_templateObject || (_templateObject = _taggedTemplateLiteral([":host{font-family:'Material Icons Round', 'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}\n"])));
var styles = css(_templateObject || (_templateObject = _taggedTemplateLiteral([":host{font-family:'Material Icons Round', 'Material Icons' !important;font-weight:normal !important;font-style:normal !important;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}:host([small]){font-size:18px;transform:rotate(0.03deg)}:host([large]){font-size:36px}:host([x-large]){font-size:48px}\n"])));
var _templateObject$1;
/**
*
* Use any icon listed in https://fonts.google.com/icons?selected=Material+Icons and place the name inside the component
*
* @element fox-icon
*
* @slot default - slot for icon name
*
* @attr small - Attribute for small icon
* @attr large - Attribute for large icon
* @attr x-large - Attribute for x-large icon
*
*/

@@ -164,3 +177,7 @@ var FoxIcon = /*#__PURE__*/function (_LitElement) {

}(LitElement);
/**
* @ignore
*/
FoxIcon.styles = [styles];

@@ -167,0 +184,0 @@ FoxIcon = __decorate([customElement('fox-icon')], FoxIcon);

@@ -50,5 +50,19 @@ (function (global, factory) {

var styles = litElement.css(templateObject_1 || (templateObject_1 = __makeTemplateObject([":host{font-family:'Material Icons Round', 'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}\n"], [":host{font-family:'Material Icons Round', 'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}\n"])));
var styles = litElement.css(templateObject_1 || (templateObject_1 = __makeTemplateObject([":host{font-family:'Material Icons Round', 'Material Icons' !important;font-weight:normal !important;font-style:normal !important;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}:host([small]){font-size:18px;transform:rotate(0.03deg)}:host([large]){font-size:36px}:host([x-large]){font-size:48px}\n"], [":host{font-family:'Material Icons Round', 'Material Icons' !important;font-weight:normal !important;font-style:normal !important;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}:host([small]){font-size:18px;transform:rotate(0.03deg)}:host([large]){font-size:36px}:host([x-large]){font-size:48px}\n"])));
var templateObject_1;
/**
*
* Use any icon listed in https://fonts.google.com/icons?selected=Material+Icons and place the name inside the component
*
* @element fox-icon
*
* @slot default - slot for icon name
*
* @attr small - Attribute for small icon
* @attr large - Attribute for large icon
* @attr x-large - Attribute for x-large icon
*
*/
var FoxIcon =

@@ -66,3 +80,7 @@ /** @class */

};
/**
* @ignore
*/
FoxIcon.styles = [styles];

@@ -69,0 +87,0 @@ FoxIcon = __decorate([litElement.customElement('fox-icon')], FoxIcon);

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