@vaadin/icon
Advanced tools
Comparing version 23.1.0-alpha3 to 23.1.0-alpha4
{ | ||
"name": "@vaadin/icon", | ||
"version": "23.1.0-alpha3", | ||
"version": "23.1.0-alpha4", | ||
"publishConfig": { | ||
@@ -36,5 +36,5 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "23.1.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3", | ||
"@vaadin/component-base": "23.1.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4", | ||
"lit": "^2.0.0" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85" | ||
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71" | ||
} |
@@ -111,3 +111,3 @@ /** | ||
type: String, | ||
observer: '__iconChanged' | ||
observer: '__iconChanged', | ||
}, | ||
@@ -119,3 +119,3 @@ | ||
svg: { | ||
type: Object | ||
type: Object, | ||
}, | ||
@@ -128,7 +128,7 @@ | ||
type: Number, | ||
value: 24 | ||
value: 24, | ||
}, | ||
/** @private */ | ||
__svgElement: Object | ||
__svgElement: Object, | ||
}; | ||
@@ -202,3 +202,3 @@ } | ||
'vaadin:palete': 'vaadin:palette', | ||
'vaadin:trendind-down': 'vaadin:trending-down' | ||
'vaadin:trendind-down': 'vaadin:trending-down', | ||
}; | ||
@@ -205,0 +205,0 @@ if (icon in deprecatedIcons) { |
@@ -37,3 +37,3 @@ /** | ||
type: String, | ||
observer: '__nameChanged' | ||
observer: '__nameChanged', | ||
}, | ||
@@ -49,4 +49,4 @@ | ||
type: Number, | ||
value: 24 | ||
} | ||
value: 24, | ||
}, | ||
}; | ||
@@ -53,0 +53,0 @@ } |
@@ -12,3 +12,3 @@ import '@vaadin/vaadin-lumo-styles/sizing.js'; | ||
`, | ||
{ moduleId: 'lumo-icon' } | ||
{ moduleId: 'lumo-icon' }, | ||
); |
@@ -11,3 +11,3 @@ import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
`, | ||
{ moduleId: 'material-icon' } | ||
{ moduleId: 'material-icon' }, | ||
); |
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
18905
+ Added@vaadin/component-base@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.1.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.1.0-alpha4(transitive)
- Removed@vaadin/component-base@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.1.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.1.0-alpha3(transitive)