@spectrum-web-components/popover
Advanced tools
Comparing version 0.3.7-alpha.1 to 0.3.7
@@ -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 @@ |
@@ -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" | ||
} |
115
README.md
@@ -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> |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
77729
26
682
230
0