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

@spectrum-web-components/tooltip

Package Overview
Dependencies
Maintainers
5
Versions
346
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.0 to 0.4.1

LICENSE

4

CHANGELOG.md

@@ -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 @@

6

package.json

@@ -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

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