Socket
Socket
Sign inDemoInstall

@vaadin/overlay

Package Overview
Dependencies
Maintainers
12
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/overlay - npm Package Compare versions

Comparing version 23.3.0-alpha6 to 23.3.0-alpha7

src/vaadin-overlay-position-mixin.d.ts

19

package.json
{
"name": "@vaadin/overlay",
"version": "23.3.0-alpha6",
"version": "23.3.0-alpha7",
"publishConfig": {

@@ -37,7 +37,8 @@ "access": "public"

"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.3.0-alpha6",
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha6",
"@vaadin/vaadin-material-styles": "23.3.0-alpha6",
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha6"
"@vaadin/component-base": "23.3.0-alpha7",
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha7",
"@vaadin/vaadin-material-styles": "23.3.0-alpha7",
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha7"
},

@@ -47,10 +48,10 @@ "devDependencies": {

"@polymer/iron-overlay-behavior": "^3.0.0",
"@vaadin/button": "23.3.0-alpha6",
"@vaadin/radio-group": "23.3.0-alpha6",
"@vaadin/button": "23.3.0-alpha7",
"@vaadin/radio-group": "23.3.0-alpha7",
"@vaadin/testing-helpers": "^0.3.2",
"@vaadin/text-field": "23.3.0-alpha6",
"@vaadin/text-field": "23.3.0-alpha7",
"lit": "^2.0.0",
"sinon": "^13.0.2"
},
"gitHead": "796e51380384cfa30282eecbc4e0463038298547"
"gitHead": "db2561dc65b5770978e95f00fdca218591d449a0"
}

@@ -53,2 +53,4 @@ /**

* the default side defined by this property.
*
* @attr {start|end} horizontal-align
*/

@@ -66,2 +68,4 @@ horizontalAlign: {

* the default side defined by this property.
*
* @attr {top|bottom} vertical-align
*/

@@ -76,2 +80,4 @@ verticalAlign: {

* the target element in the x-axis, or be positioned right next to it.
*
* @attr {boolean} no-horizontal-overlap
*/

@@ -86,2 +92,4 @@ noHorizontalOverlap: {

* the target element in the y-axis, or be positioned right above/below it.
*
* @attr {boolean} no-vertical-overlap
*/

@@ -88,0 +96,0 @@ noVerticalOverlap: {

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