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

@vaadin/vaadin-avatar

Package Overview
Dependencies
Maintainers
19
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-avatar - npm Package Compare versions

Comparing version 20.0.0-alpha1 to 20.0.0-alpha2

26

package.json
{
"name": "@vaadin/vaadin-avatar",
"version": "20.0.0-alpha1",
"version": "20.0.0-alpha2",
"description": "vaadin-avatar",

@@ -27,5 +27,2 @@ "main": "vaadin-avatar-group.js",

],
"scripts": {
"dist": "rimraf dist && polymer analyze vaadin-* > analysis.json && rollup -c rollup.config.js && cp analysis.json dist"
},
"dependencies": {

@@ -35,19 +32,14 @@ "@polymer/iron-a11y-announcer": "^3.0.0",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha1",
"@vaadin/vaadin-item": "^20.0.0-alpha1",
"@vaadin/vaadin-list-box": "^20.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha1",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha1",
"@vaadin/vaadin-overlay": "^20.0.0-alpha1",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha1"
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha2",
"@vaadin/vaadin-item": "^20.0.0-alpha2",
"@vaadin/vaadin-list-box": "^20.0.0-alpha2",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha2",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha2",
"@vaadin/vaadin-overlay": "^20.0.0-alpha2",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
"@open-wc/rollup-plugin-html": "^1.2.5",
"@open-wc/testing-helpers": "^1.8.12",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.34.1",
"rollup-plugin-terser": "^7.0.2",
"sinon": "^9.2.1"

@@ -58,3 +50,3 @@ },

},
"gitHead": "93c8e0ec03a178c6d74261261f985bd07f7cc79c"
"gitHead": "c1598b30fb55cacd72ee4105e9f39cf56c9d5c79"
}

@@ -9,5 +9,6 @@ /**

/**
* The vaadin-avatar-group-list-box element.
* An element used internally by `<vaadin-avatar-group>`. Not intended to be used separately.
*
* @extends HTMLElement
* @extends ListBoxElement
* @private
*/

@@ -14,0 +15,0 @@ class AvatarGroupListBoxElement extends ListBoxElement {

@@ -25,12 +25,6 @@ /**

/**
* The overlay element.
* An element used internally by `<vaadin-avatar-group>`. Not intended to be used separately.
*
* ### Styling
*
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html)
* for `<vaadin-avatar-group-overlay>` parts.
*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
*
* @extends HTMLElement
* @extends OverlayElement
* @private
*/

@@ -37,0 +31,0 @@ class AvatarGroupOverlayElement extends OverlayElement {

@@ -35,2 +35,10 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

* See [Styling Components](https://vaadin.com/docs/v14/themes/styling-components.html) documentation.
*
* ### Internal components
*
* In addition to `<vaadin-avatar-group>` itself, the following internal
* components are themable:
*
* - `<vaadin-avatar-group-list-box>` - has the same API as [`<vaadin-list-box>`](#/elements/vaadin-list-box).
* - `<vaadin-avatar-group-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
*/

@@ -37,0 +45,0 @@ declare class AvatarGroupElement extends ElementMixin(ThemableMixin(HTMLElement)) {

@@ -52,2 +52,10 @@ /**

*
* ### Internal components
*
* In addition to `<vaadin-avatar-group>` itself, the following internal
* components are themable:
*
* - `<vaadin-avatar-group-list-box>` - has the same API as [`<vaadin-list-box>`](#/elements/vaadin-list-box).
* - `<vaadin-avatar-group-overlay>` - has the same API as [`<vaadin-overlay>`](#/elements/vaadin-overlay).
*
* @extends HTMLElement

@@ -54,0 +62,0 @@ * @mixes ElementMixin

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