Skip to content

Commit

Permalink
fix(menu): allow menu-item to support arbitrary element as the submen…
Browse files Browse the repository at this point in the history
…u root (#4720)

* fix(menu): allow using non-menu-item element as submenu root

* chore(menu): fixed broken test

* chore(menu): added a custom root submenu example in storybook

* chore(menu): updated docs

---------

Co-authored-by: Rúben Carvalho <[email protected]>
  • Loading branch information
2 people authored and nikkimk committed Sep 13, 2024
1 parent 117d5bb commit 98712b8
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5218,10 +5218,10 @@
resolved "https://registry.yarnpkg.com/@spectrum-css/quickaction/-/quickaction-3.1.1.tgz#1095cc68b6e182721aa141d490b79f6ed6ca1d6d"
integrity sha512-PCp/83ctAWrYlDYjZU+9vRMLte2GBaxiKOBvm1g9UH0XqTvocjlyVRNIvVbE0ywdefVtbKGFr30x+Yk9HTdaRQ==

"@spectrum-css/radio@^9.2.3":
version "9.2.3"
resolved "https://registry.yarnpkg.com/@spectrum-css/radio/-/radio-9.2.3.tgz#1e0f60134fd76089f166ebac3d4b41bbc9cb9cc9"
integrity sha512-1yteEEZ3KsFECE+2CKkD/C+H7aESouqpEOQsc7bNhl9t89E4wIycGF5T54GOrGuRm1ztSike9p7kKndAtaKC7Q==
"@spectrum-css/radio@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@spectrum-css/radio/-/radio-9.1.0.tgz#62c16073515aeda494d5c9e0f2c9aac33d9a2e6c"
integrity sha512-rCBt1YYp+azFFbUYwmK7G1SztgDKW04F2Kq73vC2qIaiKik8KpYJdmG86xdqRmuXn6cOqN3Qi0NHQR/4f3OoyA==

"@spectrum-css/search@^7.1.0":
version "7.1.0"
Expand Down Expand Up @@ -8463,7 +8463,7 @@ axe-core@^4.2.0, axe-core@^4.3.3:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.0.tgz#b18971494551ab39d4ff5f7d4c6411bd20cc7c2a"
integrity sha512-H5orY+M2Fr56DWmMFpMrq5Ge93qjNdPVqzBv5gWK3aD1OvjBEJlEzxf09z93dGVQeI0LiW+aCMIx1QtShC/zUw==

axios@^1.6.0:
axios@^1.6.0, axios@^1.6.7:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
Expand All @@ -8472,15 +8472,6 @@ axios@^1.6.0:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.7.4:
version "1.7.7"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axobject-query@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
Expand Down Expand Up @@ -9373,13 +9364,13 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^128.0.1:
version "128.0.1"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-128.0.1.tgz#971fb267cc6893a712808cea6c977473ba167145"
integrity sha512-UmWqZXXAyuRa37pE+lnU46vJcCM/y0ddF015LHxycEOYfuqsK7k9ZxJuXCQNWbws9e7FAMQj/GJZT92WPgis0g==
chromedriver@^126.0.2:
version "126.0.2"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-126.0.2.tgz#0c0840cd1ba00b73fa16d4292fa739860ee20ec8"
integrity sha512-61R0w7C+uJVCykabdqWsvitne2rg3MTI8xOKJosk+YbKdyLeGHYiCCeU82ZsUY+v9qnN1p48THcthgKubxPRWQ==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.7.4"
axios "^1.6.7"
compare-versions "^6.1.0"
extract-zip "^2.0.1"
proxy-agent "^6.4.0"
Expand Down

0 comments on commit 98712b8

Please sign in to comment.