@spectrum-web-components/tooltip
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.4.0...@spectrum-web-components/tooltip@0.4.1) (2020-07-22) | ||
**Note:** Version bump only for package @spectrum-web-components/tooltip | ||
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tooltip@0.3.10...@spectrum-web-components/tooltip@0.4.0) (2020-07-17) | ||
@@ -8,0 +12,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "", | ||
@@ -51,3 +51,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@spectrum-web-components/overlay": "^0.4.0", | ||
"@spectrum-web-components/overlay": "^0.4.1", | ||
"lit-element": "^2.1.0", | ||
@@ -57,3 +57,3 @@ "lit-html": "^1.0.0", | ||
}, | ||
"gitHead": "75044c0b0aeafaf7c6d90c32c7b4ba1fc9d3bc28" | ||
"gitHead": "6525377d6526487105bea9f5b731b26279051968" | ||
} |
@@ -9,2 +9,6 @@ import { CSSResultArray, TemplateResult, LitElement } from 'lit-element'; | ||
static get styles(): CSSResultArray; | ||
/** | ||
* @type {"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | "none"} | ||
* @attr | ||
*/ | ||
placement: Placement; | ||
@@ -11,0 +15,0 @@ private _variant; |
@@ -22,2 +22,6 @@ /* | ||
super(...arguments); | ||
/** | ||
* @type {"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | "none"} | ||
* @attr | ||
*/ | ||
this.placement = 'top'; | ||
@@ -24,0 +28,0 @@ /* Ensure that a '' value for `variant` removes the attribute instead of a blank value */ |
@@ -37,2 +37,6 @@ /* | ||
/** | ||
* @type {"auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end" | "none"} | ||
* @attr | ||
*/ | ||
@property({ reflect: true }) | ||
@@ -39,0 +43,0 @@ public placement: Placement = 'top'; |
Sorry, the diff of this file is not supported yet
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
86897
28
772