@assecosolutions/fox-icon
Advanced tools
Comparing version 1.5.10 to 1.5.12
@@ -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; | ||
} |
@@ -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); |
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
14506
266
26