@vaadin/vaadin-avatar
Advanced tools
Comparing version 22.0.0-alpha6 to 22.0.0-alpha7
{ | ||
"name": "@vaadin/vaadin-avatar", | ||
"version": "22.0.0-alpha6", | ||
"version": "22.0.0-alpha7", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "vaadin-avatar", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vaadin/web-components.git", | ||
"directory": "packages/vaadin-avatar" | ||
}, | ||
"author": "Vaadin Ltd", | ||
"homepage": "https://vaadin.com/components", | ||
"bugs": { | ||
"url": "https://github.com/vaadin/vaadin-avatar/issues" | ||
}, | ||
"main": "vaadin-avatar-group.js", | ||
"module": "vaadin-avatar-group.js", | ||
"repository": "vaadin/vaadin-avatar", | ||
"files": [ | ||
"src", | ||
"theme", | ||
"vaadin-*.d.ts", | ||
"vaadin-*.js" | ||
], | ||
"keywords": [ | ||
@@ -15,17 +34,5 @@ "Vaadin", | ||
], | ||
"author": "Vaadin Ltd", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/vaadin/vaadin-avatar/issues" | ||
}, | ||
"homepage": "https://vaadin.com/components", | ||
"files": [ | ||
"vaadin-*.d.ts", | ||
"vaadin-*.js", | ||
"src", | ||
"theme" | ||
], | ||
"dependencies": { | ||
"@vaadin/avatar": "^22.0.0-alpha6", | ||
"@vaadin/avatar-group": "^22.0.0-alpha6" | ||
"@vaadin/avatar": "22.0.0-alpha7", | ||
"@vaadin/avatar-group": "22.0.0-alpha7" | ||
}, | ||
@@ -37,6 +44,3 @@ "devDependencies": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "4b136b1c7da8942960e7255f40c27859125b3a45" | ||
"gitHead": "8e89419c6b44a1d225d5859e180d7b35e47ddb52" | ||
} |
@@ -6,2 +6,14 @@ /** | ||
*/ | ||
import { AvatarGroup } from '@vaadin/avatar-group/src/vaadin-avatar-group.js'; | ||
/** | ||
* @deprecated Import `AvatarGroup` from `@vaadin/avatar-group` instead. | ||
*/ | ||
export type AvatarGroupElement = AvatarGroup; | ||
/** | ||
* @deprecated Import `AvatarGroup` from `@vaadin/avatar-group` instead. | ||
*/ | ||
export const AvatarGroupElement: typeof AvatarGroup; | ||
export * from '@vaadin/avatar-group/src/vaadin-avatar-group.js'; |
@@ -6,2 +6,9 @@ /** | ||
*/ | ||
import { AvatarGroup } from '@vaadin/avatar-group/src/vaadin-avatar-group.js'; | ||
/** | ||
* @deprecated Import `AvatarGroup` from `@vaadin/avatar-group` instead. | ||
*/ | ||
export const AvatarGroupElement = AvatarGroup; | ||
export * from '@vaadin/avatar-group/src/vaadin-avatar-group.js'; |
@@ -6,2 +6,14 @@ /** | ||
*/ | ||
import { Avatar } from '@vaadin/avatar/src/vaadin-avatar.js'; | ||
/** | ||
* @deprecated Import `Avatar` from `@vaadin/avatar` instead. | ||
*/ | ||
export type AvatarElement = Avatar; | ||
/** | ||
* @deprecated Import `Avatar` from `@vaadin/avatar` instead. | ||
*/ | ||
export const AvatarElement: typeof Avatar; | ||
export * from '@vaadin/avatar/src/vaadin-avatar.js'; |
@@ -6,2 +6,9 @@ /** | ||
*/ | ||
import { Avatar } from '@vaadin/avatar/src/vaadin-avatar.js'; | ||
/** | ||
* @deprecated Import `Avatar` from `@vaadin/avatar` instead. | ||
*/ | ||
export const AvatarElement = Avatar; | ||
export * from '@vaadin/avatar/src/vaadin-avatar.js'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
16780
65
0
0
+ Added@vaadin/avatar@22.0.0-alpha7(transitive)
+ Added@vaadin/avatar-group@22.0.0-alpha7(transitive)
+ Added@vaadin/component-base@22.0.0-alpha7(transitive)
+ Added@vaadin/icon@22.0.0-alpha7(transitive)
+ Added@vaadin/item@22.0.0-alpha7(transitive)
+ Added@vaadin/list-box@22.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-list-mixin@22.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-overlay@22.0.0-alpha7(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-alpha7(transitive)
- Removed@open-wc/dedupe-mixin@1.4.0(transitive)
- Removed@vaadin/avatar@22.1.0(transitive)
- Removed@vaadin/avatar-group@22.1.0(transitive)
- Removed@vaadin/component-base@22.1.0(transitive)
- Removed@vaadin/icon@22.1.0(transitive)
- Removed@vaadin/item@22.1.0(transitive)
- Removed@vaadin/list-box@22.1.0(transitive)
- Removed@vaadin/vaadin-list-mixin@22.1.0(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.1.0(transitive)
- Removed@vaadin/vaadin-material-styles@22.1.0(transitive)
- Removed@vaadin/vaadin-overlay@22.1.0(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.1.0(transitive)
Updated@vaadin/avatar@22.0.0-alpha7