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

@spectrum-web-components/overlay

Package Overview
Dependencies
Maintainers
5
Versions
312
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.2 to 0.3.3

4

CHANGELOG.md

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

## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.2...@spectrum-web-components/overlay@0.3.3) (2020-04-07)
**Note:** Version bump only for package @spectrum-web-components/overlay
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/overlay@0.3.1...@spectrum-web-components/overlay@0.3.2) (2020-03-16)

@@ -8,0 +12,0 @@

@@ -6,2 +6,3 @@ {

"name": "overlay-trigger",
"path": "./src/overlay-trigger.ts",
"description": "A overlay trigger component for displaying overlays relative to other content.",

@@ -58,2 +59,3 @@ "attributes": [

"name": "overlay-trigger",
"path": "./src/index.ts",
"description": "A overlay trigger component for displaying overlays relative to other content.",

@@ -110,2 +112,3 @@ "attributes": [

"name": "active-overlay",
"path": "./src/index.ts",
"attributes": [

@@ -112,0 +115,0 @@ {

2

lib/active-overlay.css.js
/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

@@ -22,3 +22,4 @@ import { Placement, OverlayOpenDetail, TriggerInteractions } from './overlay-types.js';

_state: OverlayStateType;
state: OverlayStateType;
get state(): OverlayStateType;
set state(state: OverlayStateType);
animating: boolean;

@@ -35,3 +36,3 @@ placement?: Placement;

dataPopperPlacement?: Placement;
private readonly hasTheme;
private get hasTheme();
offset: number;

@@ -41,3 +42,3 @@ interaction: TriggerInteractions;

private timeout?;
static readonly styles: CSSResultArray;
static get styles(): CSSResultArray;
firstUpdated(changedProperties: PropertyValues): void;

@@ -44,0 +45,0 @@ private updateOverlayPopperPlacement;

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

@@ -10,4 +10,4 @@ import { ActiveOverlay } from './active-overlay.js';

constructor();
private readonly document;
private readonly topOverlay;
private get document();
private get topOverlay();
private findOverlayForContent;

@@ -14,0 +14,0 @@ private addEventListeners;

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

@@ -13,3 +13,3 @@ import { LitElement, CSSResultArray, TemplateResult } from 'lit-element';

private closeHoverOverlay?;
static readonly styles: CSSResultArray;
static get styles(): CSSResultArray;
placement: Placement;

@@ -16,0 +16,0 @@ offset: number;

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

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

],
"version": "0.3.2",
"version": "0.3.3",
"description": "",

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

"@popperjs/core": "^2.0.4",
"@spectrum-web-components/theme": "^0.3.1",
"@spectrum-web-components/theme": "^0.3.2",
"tslib": "^1.10.0"
},
"gitHead": "05f9a0b1e25b0419276845d0c5a3c9395fea78ea"
"gitHead": "c2eb86ecfa01469b723cbf64163ae7f8e4203119"
}
/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

/*
Copyright 2019 Adobe. All rights reserved.
Copyright 2020 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ you may not use this file except in compliance with the License. You may obtain a copy

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

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

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

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

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