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

@spectrum-web-components/popover

Package Overview
Dependencies
Maintainers
5
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/popover - npm Package Compare versions

Comparing version 0.3.7-alpha.1 to 0.3.7

src/popover/src/popover.css.ts

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [0.3.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/popover@0.3.6...@spectrum-web-components/popover@0.3.7) (2020-04-16)
### Performance Improvements
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
## [0.3.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/popover@0.3.5...@spectrum-web-components/popover@0.3.6) (2020-04-10)

@@ -8,0 +14,0 @@

6

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.3.7-alpha.1+e39e02a1",
"version": "0.3.7",
"description": "",

@@ -49,6 +49,6 @@ "main": "lib/index.js",

"dependencies": {
"@spectrum-web-components/overlay": "^0.3.5-alpha.1+e39e02a1",
"@spectrum-web-components/overlay": "^0.3.5",
"tslib": "^1.10.0"
},
"gitHead": "e39e02a1cbe36c4512a18fa8622a8861f2509629"
"gitHead": "c8a769e3b24974f722054bc121f9a896d66e0bf1"
}

@@ -22,6 +22,17 @@ ## Description

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -47,3 +58,8 @@ </div>

<div
style="color: var(--spectrum-global-color-gray-800); width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>

@@ -53,3 +69,7 @@ <sp-popover variant="default" open style="max-width: 320px">

<div
style="padding-bottom: 30px; font-size: 18px; font-weight: 700"
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>

@@ -74,6 +94,17 @@ Popover title

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -94,6 +125,17 @@ </div>

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" placement="bottom" tip open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog placement="bottom" tip open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -112,6 +154,17 @@ </div>

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" placement="top" tip open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog placement="top" tip open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -130,6 +183,17 @@ </div>

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" placement="left" tip open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog placement="left" tip open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -148,6 +212,17 @@ </div>

<div
style="color: var(--spectrum-global-color-gray-800); position: relative; width: 320px; height: 200px"
style="
color: var(--spectrum-global-color-gray-800);
height: 200px;
position: relative;
width: 320px;
"
>
<sp-popover variant="dialog" placement="right" tip open>
<div style="padding-bottom: 30px; font-size: 18px; font-weight: 700">
<sp-popover dialog placement="right" tip open>
<div
style="
font-size: 18px;
font-weight: 700;
padding-bottom: 30px;
"
>
Popover title

@@ -154,0 +229,0 @@ </div>

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