Skip to content

Commit 50fa988

Browse files
authored
Upgrade @primer/behaviors to 1.1.0 (#1877)
* update snapshots * Create chilly-cheetahs-end.md
1 parent 96a151a commit 50fa988

File tree

4 files changed

+23
-8
lines changed

4 files changed

+23
-8
lines changed

.changeset/chilly-cheetahs-end.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Upgrade @primer/behaviors to 1.1.0

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"npm": ">=7"
6868
},
6969
"dependencies": {
70-
"@primer/behaviors": "1.0.3",
70+
"@primer/behaviors": "1.1.0",
7171
"@primer/octicons-react": "16.1.1",
7272
"@primer/primitives": "7.1.1",
7373
"@radix-ui/react-polymorphic": "0.0.14",

src/__tests__/__snapshots__/AnchoredOverlay.test.tsx.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,11 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
216216
style="top: 4px; left: 0px; --styled-overlay-visibility: visible;"
217217
width="auto"
218218
>
219+
<span
220+
aria-hidden="true"
221+
class="sentinel"
222+
tabindex="0"
223+
/>
219224
<button
220225
class="focus-visible"
221226
data-focus-visible-added=""
@@ -224,6 +229,11 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
224229
>
225230
Focusable Child
226231
</button>
232+
<span
233+
aria-hidden="true"
234+
class="sentinel"
235+
tabindex="0"
236+
/>
227237
</div>
228238
</div>
229239
</div>

0 commit comments

Comments
 (0)