Skip to content

Commit 5cde467

Browse files
authored
docs(overlay): removed extra opening sp-tabs for docs bug (#5517)
* docs(overlay): removed extra opening sp-tabs for docs bug * docs(overlay): fixed sp-tray rendering over changelog docs
1 parent f5f0e81 commit 5cde467

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/overlay/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Patch Changes
66

7-
- [#5392](https://github.com/adobe/spectrum-web-components/pull/5392) [`53f3769`](https://github.com/adobe/spectrum-web-components/commit/53f3769f07b6e7853a8a4c0dc63b21fe14cf3d4b) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Fixed layout issues in Safari when an <sp-tray> is nested inside a dialog-type <sp-overlay>.
7+
- [#5392](https://github.com/adobe/spectrum-web-components/pull/5392) [`53f3769`](https://github.com/adobe/spectrum-web-components/commit/53f3769f07b6e7853a8a4c0dc63b21fe14cf3d4b) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - Fixed layout issues in Safari when an `sp-tray` is nested inside a dialog-type `sp-overlay`.
88

99
- Updated dependencies []:
1010
- @spectrum-web-components/action-button@1.6.0

packages/overlay/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,6 @@ The `trigger` option accepts an `HTMLElement` or a `VirtualTrigger` from which t
271271

272272
- You can import the `VirtualTrigger` class from the overlay package to create a virtual trigger that can be used to position an Overlay. This is useful when you want to position an Overlay relative to a point on the screen that is not an element in the DOM, like the mouse cursor.
273273

274-
<sp-tabs selected="type" auto label="Type attribute options">
275-
<sp-tab value="type">type</sp-tab>
276-
<sp-tab-panel value="type">
277-
278274
The `type` of an Overlay outlines a number of things about the interaction model within which it works:
279275

280276
<sp-tabs selected="modal" auto label="Type attribute options">

0 commit comments

Comments
 (0)