Socket
Socket
Sign inDemoInstall

@vonage/vwc-popup

Package Overview
Dependencies
23
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.42.0 to 2.43.0

18

package.json
{
"name": "@vonage/vwc-popup",
"version": "2.42.0",
"version": "2.43.0",
"description": "popup component",

@@ -31,6 +31,6 @@ "homepage": "https://github.com/Vonage/vivid/tree/master/components/popup#readme",

"@floating-ui/dom": "^0.5.1",
"@vonage/vvd-core": "2.42.0",
"@vonage/vvd-foundation": "2.42.0",
"@vonage/vwc-elevation": "2.42.0",
"@vonage/vwc-icon-button": "2.42.0",
"@vonage/vvd-core": "2.43.0",
"@vonage/vvd-foundation": "2.43.0",
"@vonage/vwc-elevation": "2.43.0",
"@vonage/vwc-icon-button": "2.43.0",
"lit-element": "^2.4.0",

@@ -41,8 +41,8 @@ "lit-html": "^1.3.0",

"devDependencies": {
"@vonage/vvd-design-tokens": "2.42.0",
"@vonage/vvd-typography": "2.42.0",
"@vonage/vvd-umbrella": "2.42.0",
"@vonage/vvd-design-tokens": "2.43.0",
"@vonage/vvd-typography": "2.43.0",
"@vonage/vvd-umbrella": "2.43.0",
"typescript": "^4.3.2"
},
"gitHead": "83025db73aff6b6176f659708e132280985a37b2"
"gitHead": "99300bc256652c595ce519d5a9e5c4e582a6f8fa"
}

@@ -208,3 +208,3 @@ import {

and affect the shadow style surfacing contrast which should still in default scheme context -->
<div class="popup-wrapper">
<div class="popup-wrapper ${this.strategy}">
<div class="popup ${classMap(this.getRenderClasses())}" aria-hidden=${aria} part=${alternate}>

@@ -223,1 +223,2 @@ <div class="popup-content" >

}
// autogenerated module
import {css} from 'lit-element';
export const style = css`:host{z-index:7}.popup{width:min-content;background-color:var(--vvd-color-surface-4dp);border-radius:inherit;contain:layout}.popup:not(.popup-open){display:none}.popup-wrapper{position:absolute;border-radius:6px}.popup-content{display:grid}.popup-dismissible .popup-content{align-content:start;grid-template-columns:1fr auto}.popup-arrow{position:absolute;z-index:-1;width:8px;height:8px;background-color:var(--vvd-color-surface-4dp);transform:rotate(45deg)}.popup-dismissible-button{align-self:flex-start;margin-block-start:4px;margin-inline-end:4px}`;
export const style = css`:host{z-index:7}.popup{width:min-content;background-color:var(--vvd-color-surface-4dp);border-radius:inherit;contain:layout}.popup:not(.popup-open){display:none}.popup-wrapper{border-radius:6px}.popup-wrapper:not(.absolute){position:fixed}.popup-wrapper.absolute{position:absolute}.popup-content{display:grid}.popup-dismissible .popup-content{align-content:start;grid-template-columns:1fr auto}.popup-arrow{position:absolute;z-index:-1;width:8px;height:8px;background-color:var(--vvd-color-surface-4dp);transform:rotate(45deg)}.popup-dismissible-button{align-self:flex-start;margin-block-start:4px;margin-inline-end:4px}`;

@@ -116,3 +116,3 @@ import { __decorate } from "tslib";

and affect the shadow style surfacing contrast which should still in default scheme context -->
<div class="popup-wrapper">
<div class="popup-wrapper ${this.strategy}">
<div class="popup ${classMap(this.getRenderClasses())}" aria-hidden=${aria} part=${alternate}>

@@ -119,0 +119,0 @@ <div class="popup-content" >

import { css } from 'lit-element';
export const style = css `:host{z-index:7}.popup{width:min-content;background-color:var(--vvd-color-surface-4dp);border-radius:inherit;contain:layout}.popup:not(.popup-open){display:none}.popup-wrapper{position:absolute;border-radius:6px}.popup-content{display:grid}.popup-dismissible .popup-content{align-content:start;grid-template-columns:1fr auto}.popup-arrow{position:absolute;z-index:-1;width:8px;height:8px;background-color:var(--vvd-color-surface-4dp);transform:rotate(45deg)}.popup-dismissible-button{align-self:flex-start;margin-block-start:4px;margin-inline-end:4px}`;
export const style = css `:host{z-index:7}.popup{width:min-content;background-color:var(--vvd-color-surface-4dp);border-radius:inherit;contain:layout}.popup:not(.popup-open){display:none}.popup-wrapper{border-radius:6px}.popup-wrapper:not(.absolute){position:fixed}.popup-wrapper.absolute{position:absolute}.popup-content{display:grid}.popup-dismissible .popup-content{align-content:start;grid-template-columns:1fr auto}.popup-arrow{position:absolute;z-index:-1;width:8px;height:8px;background-color:var(--vvd-color-surface-4dp);transform:rotate(45deg)}.popup-dismissible-button{align-self:flex-start;margin-block-start:4px;margin-inline-end:4px}`;
//# sourceMappingURL=vwc-popup.css.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc