@vaadin/vaadin-icon
Advanced tools
Comparing version 22.0.0-alpha1 to 22.0.0-alpha2
{ | ||
"name": "@vaadin/vaadin-icon", | ||
"version": "22.0.0-alpha1", | ||
"version": "22.0.0-alpha2", | ||
"description": "Web component for creating SVG icons", | ||
@@ -28,5 +28,5 @@ "main": "vaadin-icon.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha2", | ||
"lit": "^2.0.0-rc.1" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "c9694d6549bff1f7fffb9ece26178e57fc228a51" | ||
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4" | ||
} |
@@ -6,2 +6,3 @@ # <vaadin-icon> | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-icon)](https://www.npmjs.com/package/@vaadin/vaadin-icon) | ||
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC) | ||
@@ -46,9 +47,5 @@ ```html | ||
## Big Thanks | ||
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com). | ||
## Contributing | ||
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first. | ||
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. | ||
@@ -55,0 +52,0 @@ ## License |
@@ -96,6 +96,2 @@ /** | ||
static get version() { | ||
return '22.0.0-alpha1'; | ||
} | ||
static get properties() { | ||
@@ -102,0 +98,0 @@ return { |
@@ -15,4 +15,2 @@ /** | ||
* | ||
* | ||
* | ||
* @extends HTMLElement | ||
@@ -30,6 +28,2 @@ * @mixes ElementMixin | ||
static get version() { | ||
return '22.0.0-alpha1'; | ||
} | ||
static get properties() { | ||
@@ -36,0 +30,0 @@ return { |
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
18188
528
55