From cf0c006d14d38e238807bc88f99559c854510a3b Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Mon, 6 May 2024 08:22:32 -0700 Subject: [PATCH 1/9] Stubbed out file for people table view --- package.json | 10 +- src/components/paragraph/stanford-lists.tsx | 2 + .../sul-people/sul-people-table-view.tsx | 15 + src/components/views/view.tsx | 5 + yarn.lock | 1824 +++++++++-------- 5 files changed, 940 insertions(+), 916 deletions(-) create mode 100644 src/components/views/sul-people/sul-people-table-view.tsx diff --git a/package.json b/package.json index fbec9706..d634ca1c 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "dependencies": { "@formkit/auto-animate": "^0.8.2", "@heroicons/react": "^2.1.3", - "@mui/base": "^5.0.0-beta.42", + "@mui/base": "^5.0.0-beta.43", "@next/third-parties": "^14.2.3", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.13", - "@tanstack/react-query": "^5.32.1", - "@types/node": "^20.12.7", + "@tanstack/react-query": "^5.35.1", + "@types/node": "^20.12.9", "@types/react": "^18.3.1", "autoprefixer": "^10.4.19", "axios": "^1.6.8", @@ -34,13 +34,13 @@ "next-drupal": "^1.6.0", "postcss": "^8.4.38", "react": "^18.3.1", - "react-aria": "^3.32.1", + "react-aria": "^3.33.0", "react-dom": "^18.3.1", "react-error-boundary": "^4.0.13", "react-focus-lock": "^2.12.1", "react-obfuscate": "^3.6.9", "react-obfuscate-email": "^1.1.2", - "react-stately": "^3.30.1", + "react-stately": "^3.31.0", "react-tiny-oembed": "^1.1.0", "sharp": "^0.33.3", "tailwind-merge": "^2.3.0", diff --git a/src/components/paragraph/stanford-lists.tsx b/src/components/paragraph/stanford-lists.tsx index 76929728..d2333013 100644 --- a/src/components/paragraph/stanford-lists.tsx +++ b/src/components/paragraph/stanford-lists.tsx @@ -118,6 +118,7 @@ const getViewPagedItems = cache(async (viewId: string, displayId: string, contex break case 'stanford_person--grid_list_all': + case 'sul_people--table_list_all': tags.push('views:stanford_person'); break @@ -179,6 +180,7 @@ const getViewPagedItems = cache(async (viewId: string, displayId: string, contex break case 'stanford_person--grid_list_all': + case 'sul_people--table_list_all': filters = getViewFilters(['term_node_taxonomy_name_depth'], contextualFilter) graphqlResponse = await client.stanfordPerson({filters, ...queryVariables}); items = graphqlResponse.stanfordPerson?.results as unknown as NodeUnion[] diff --git a/src/components/views/sul-people/sul-people-table-view.tsx b/src/components/views/sul-people/sul-people-table-view.tsx new file mode 100644 index 00000000..7d919246 --- /dev/null +++ b/src/components/views/sul-people/sul-people-table-view.tsx @@ -0,0 +1,15 @@ +import {NodeStanfordPerson} from "@/lib/gql/__generated__/drupal.d"; + +interface Props { + items: NodeStanfordPerson[] + hasHeading: boolean +} + +const SulPeopleTableView = async ({items, hasHeading}: Props) => { + return ( + + Build the table +
+ ) +} +export default SulPeopleTableView; \ No newline at end of file diff --git a/src/components/views/view.tsx b/src/components/views/view.tsx index 3fe33238..409bf4ac 100644 --- a/src/components/views/view.tsx +++ b/src/components/views/view.tsx @@ -14,6 +14,7 @@ import { NodeStanfordPerson, NodeSulStudyPlace, NodeUnion } from "@/lib/gql/__generated__/drupal.d"; +import SulPeopleTableView from "@/components/views/sul-people/sul-people-table-view"; interface Props { items: NodeUnion[] @@ -52,6 +53,10 @@ const View = async ({viewId, displayId, items, hasHeading}: Props) => { case 'sul_study_places--study_places': return + + case 'sul_people--table_list_all': + return + } return ( diff --git a/yarn.lock b/yarn.lock index 714fec48..c14a5687 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1793,40 +1793,40 @@ __metadata: languageName: node linkType: hard -"@internationalized/date@npm:^3.5.2": - version: 3.5.2 - resolution: "@internationalized/date@npm:3.5.2" +"@internationalized/date@npm:^3.5.3": + version: 3.5.3 + resolution: "@internationalized/date@npm:3.5.3" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/abfca0dbaf4187713761e97b39c44b0766e40304bfaa1c4ce9f9ef051d9fdb0d4607a46bb0a9c5b22136bea806d46ef6ffa6262593a9e540ebd2ebd2b372ca6e + checksum: 10c0/2b517be98f60266445d75644ba091139a63069f9ec4289d3f31c3c0e1f21ee129d7c4905be84c617727d2890148d16e0ecc6804ab0b3e8d6b8eabc7fbb4a8169 languageName: node linkType: hard -"@internationalized/message@npm:^3.1.2": - version: 3.1.2 - resolution: "@internationalized/message@npm:3.1.2" +"@internationalized/message@npm:^3.1.3": + version: 3.1.3 + resolution: "@internationalized/message@npm:3.1.3" dependencies: "@swc/helpers": "npm:^0.5.0" intl-messageformat: "npm:^10.1.0" - checksum: 10c0/e634e3ae2d800710e80a3b7c67b684a88905703e6617e037897a0fc53b384083e58d9fd42b2c8edf7a3b59f55491bb013a6e53d9f9788bf00de3697416f8b77a + checksum: 10c0/9a76cdfa0dbee8bb81c81fb30f18ab816477910a780025b6df741aeb5d1bd469c0dfe9a3788365ca7317a0072333ae0f0159fb5ec441228952185683b00c5b3b languageName: node linkType: hard -"@internationalized/number@npm:^3.5.1": - version: 3.5.1 - resolution: "@internationalized/number@npm:3.5.1" +"@internationalized/number@npm:^3.5.2": + version: 3.5.2 + resolution: "@internationalized/number@npm:3.5.2" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/14427e675f84b51a6f951840bc28bf6bc03a7401cdf38f917e17fbbd70a736f83c001a44387212def6ce5d6301c4b4227df350aa39018eac1922bfcd8e7a7813 + checksum: 10c0/098c1ade5cc3fbb70f87eae69f30fab995d5137307b735e735bf20ea1a8dd2fc0acbf52028c435ea31c82b8e8dbdcdbd6f919f58385879866afeba6e11235a44 languageName: node linkType: hard -"@internationalized/string@npm:^3.2.1": - version: 3.2.1 - resolution: "@internationalized/string@npm:3.2.1" +"@internationalized/string@npm:^3.2.2": + version: 3.2.2 + resolution: "@internationalized/string@npm:3.2.2" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/6323a703a2e547cc86557ba3a189c17e6bf1668087a234436eecea7e21cb21aea84a9bb5ddecc71828af34010d89f8d327ef01ce55a4809ad5e75663d93af539 + checksum: 10c0/6ec68b8bbb9347a1f1fce46cecb5f359a962358e301afc76761d2ace198bad00ab7c0eef189be5124e5bd77b0ef8187c744f8c6eab3727b2f9743d7c08442cb0 languageName: node linkType: hard @@ -1903,16 +1903,16 @@ __metadata: languageName: node linkType: hard -"@mui/base@npm:^5.0.0-beta.42": - version: 5.0.0-beta.42 - resolution: "@mui/base@npm:5.0.0-beta.42" +"@mui/base@npm:^5.0.0-beta.43": + version: 5.0.0-beta.43 + resolution: "@mui/base@npm:5.0.0-beta.43" dependencies: "@babel/runtime": "npm:^7.24.4" "@floating-ui/react-dom": "npm:^2.0.8" "@mui/types": "npm:^7.2.14" - "@mui/utils": "npm:^6.0.0-alpha.1" + "@mui/utils": "npm:^6.0.0-alpha.5" "@popperjs/core": "npm:^2.11.8" - clsx: "npm:^2.1.0" + clsx: "npm:^2.1.1" prop-types: "npm:^15.8.1" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -1921,7 +1921,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/768276965820cffc26295d534a2610fdc8da533e083352da779983d1d16d39784fc764ae3f8bae9e9f7ae3dd7ecb448b483c8ae36d785b3bc81fd436b19f1c8c + checksum: 10c0/362bc628cc02d91d064a1258eb1d01c623580acc11bc31cc8371bf35e387e76b84c26062f741159a5471e4f154475f42c6c39cd5d9891165d0dbaf240f970ec3 languageName: node linkType: hard @@ -1937,9 +1937,9 @@ __metadata: languageName: node linkType: hard -"@mui/utils@npm:^6.0.0-alpha.1": - version: 6.0.0-alpha.1 - resolution: "@mui/utils@npm:6.0.0-alpha.1" +"@mui/utils@npm:^6.0.0-alpha.5": + version: 6.0.0-alpha.5 + resolution: "@mui/utils@npm:6.0.0-alpha.5" dependencies: "@babel/runtime": "npm:^7.24.4" "@types/prop-types": "npm:^15.7.12" @@ -1951,7 +1951,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10c0/4dea7da55d57f030d91a15a88fd1cb1d30a94df6d6c2066adf3a5b48a801944082de206ab1074ba116d4d227c2338a037874247ff1d8d928a87d4199a4a10b9b + checksum: 10c0/a252e0b95b73820afaff97e8ddb9cf99f1d66541a552381f9ea71d2dfd3464453f06bc361345fc7a15ffcf856d68676bd9cd77d47fd8dce598f34162fcaeb2a4 languageName: node linkType: hard @@ -2212,1387 +2212,1389 @@ __metadata: languageName: node linkType: hard -"@react-aria/breadcrumbs@npm:^3.5.11": - version: 3.5.11 - resolution: "@react-aria/breadcrumbs@npm:3.5.11" +"@react-aria/breadcrumbs@npm:^3.5.12": + version: 3.5.12 + resolution: "@react-aria/breadcrumbs@npm:3.5.12" dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/link": "npm:^3.6.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/breadcrumbs": "npm:^3.7.3" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/link": "npm:^3.7.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/breadcrumbs": "npm:^3.7.4" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/b66e410ab465c80b0776a65bcd29c4807070ebaa217936ba0b9adb343b7cdb092359e3262b204742c4c2caaaad57eab614d7ed0843bf6d3aa6f03c31b7841ec0 + checksum: 10c0/f87ee9ebe316cad1e074bf68cca4b6ec39e8d6625f32b1af85445c79207eb76540d5d17c36b57b65a625df2199b2707fe11871f8254b07e9f1d929478c621dc5 languageName: node linkType: hard -"@react-aria/button@npm:^3.9.3": - version: 3.9.3 - resolution: "@react-aria/button@npm:3.9.3" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/toggle": "npm:^3.7.2" - "@react-types/button": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/button@npm:^3.9.4": + version: 3.9.4 + resolution: "@react-aria/button@npm:3.9.4" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/toggle": "npm:^3.7.3" + "@react-types/button": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/978b17ea7571236df10ee0ed143ff2d9d2e53042969f523e72026de2e332c7ae444bace9aa1b62779c1792a11b1d956ff455f38cfa10dd64f549b6e0309164a2 + checksum: 10c0/d06b25c3b13493b9f7b771e6b497bcd65e975b49a3519cf37671d43870cdc061d1e2d41f6c3de2e4c935fbd04c73a768d9c432b59e52874ee8e0827b1142325c languageName: node linkType: hard -"@react-aria/calendar@npm:^3.5.6": - version: 3.5.6 - resolution: "@react-aria/calendar@npm:3.5.6" +"@react-aria/calendar@npm:^3.5.7": + version: 3.5.7 + resolution: "@react-aria/calendar@npm:3.5.7" dependencies: - "@internationalized/date": "npm:^3.5.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/calendar": "npm:^3.4.4" - "@react-types/button": "npm:^3.9.2" - "@react-types/calendar": "npm:^3.4.4" - "@react-types/shared": "npm:^3.22.1" + "@internationalized/date": "npm:^3.5.3" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/calendar": "npm:^3.5.0" + "@react-types/button": "npm:^3.9.3" + "@react-types/calendar": "npm:^3.4.5" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/11c115d54d78d12e77a944809c3baff935c090d1aa9b5777c6ec0e82c2d298d9997109298d9d1de16af68794b0184264e9369e480e17886f44fe2e63023fc4e0 + checksum: 10c0/c6c6c65a8855fc1821264bd6c8270b685bba04ee1be87d878dc07dfa68d673b1e4d18171f4271ea4a2aa31fc0c19b6d5062ac101caf3d40c80fb2341367b2d65 languageName: node linkType: hard -"@react-aria/checkbox@npm:^3.14.1": - version: 3.14.1 - resolution: "@react-aria/checkbox@npm:3.14.1" - dependencies: - "@react-aria/form": "npm:^3.0.3" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/toggle": "npm:^3.10.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/checkbox": "npm:^3.6.3" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/toggle": "npm:^3.7.2" - "@react-types/checkbox": "npm:^3.7.1" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/checkbox@npm:^3.14.2": + version: 3.14.2 + resolution: "@react-aria/checkbox@npm:3.14.2" + dependencies: + "@react-aria/form": "npm:^3.0.4" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/toggle": "npm:^3.10.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/checkbox": "npm:^3.6.4" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/toggle": "npm:^3.7.3" + "@react-types/checkbox": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/deadfabd03bccf0a8c182a38987325e59e36f701bd749b146b445fd3c3925fd108de8bbdc0c5ab7a6da1e3ca90f6dc2b0f4c587a1b43e447d9d30236723e5e85 - languageName: node - linkType: hard - -"@react-aria/combobox@npm:^3.8.4": - version: 3.8.4 - resolution: "@react-aria/combobox@npm:3.8.4" - dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/listbox": "npm:^3.11.5" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/menu": "npm:^3.13.1" - "@react-aria/overlays": "npm:^3.21.1" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/textfield": "npm:^3.14.3" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/combobox": "npm:^3.8.2" - "@react-stately/form": "npm:^3.0.1" - "@react-types/button": "npm:^3.9.2" - "@react-types/combobox": "npm:^3.10.1" - "@react-types/shared": "npm:^3.22.1" + checksum: 10c0/1c0d741167aa7a2fc8cc5530824f77ac244c68c1cd2e0a6f1bef16347c107125c064f8d94f76776db2039695c388ff7878de847c47161aea42d42f02e092e2b3 + languageName: node + linkType: hard + +"@react-aria/combobox@npm:^3.9.0": + version: 3.9.0 + resolution: "@react-aria/combobox@npm:3.9.0" + dependencies: + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/listbox": "npm:^3.12.0" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/menu": "npm:^3.14.0" + "@react-aria/overlays": "npm:^3.22.0" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/textfield": "npm:^3.14.4" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/combobox": "npm:^3.8.3" + "@react-stately/form": "npm:^3.0.2" + "@react-types/button": "npm:^3.9.3" + "@react-types/combobox": "npm:^3.11.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/cc314ed5d2a84708806dcfe45c0d435ac733cc0e8c9933be2ac1582bd05b10f09b8792516c6d37794be701922c528f784730fbfc985d636e25f0f68449492021 - languageName: node - linkType: hard - -"@react-aria/datepicker@npm:^3.9.3": - version: 3.9.3 - resolution: "@react-aria/datepicker@npm:3.9.3" - dependencies: - "@internationalized/date": "npm:^3.5.2" - "@internationalized/number": "npm:^3.5.1" - "@internationalized/string": "npm:^3.2.1" - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/form": "npm:^3.0.3" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/spinbutton": "npm:^3.6.3" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/datepicker": "npm:^3.9.2" - "@react-stately/form": "npm:^3.0.1" - "@react-types/button": "npm:^3.9.2" - "@react-types/calendar": "npm:^3.4.4" - "@react-types/datepicker": "npm:^3.7.2" - "@react-types/dialog": "npm:^3.5.8" - "@react-types/shared": "npm:^3.22.1" + checksum: 10c0/7a8efce6d48e9bd34bb1373b3958e2af01f457d75a17e23b27c6f90e67e9f10455d79b4a003611c06328eada1b866f8e409bf11a445b2a6b0c038fa53363df8a + languageName: node + linkType: hard + +"@react-aria/datepicker@npm:^3.10.0": + version: 3.10.0 + resolution: "@react-aria/datepicker@npm:3.10.0" + dependencies: + "@internationalized/date": "npm:^3.5.3" + "@internationalized/number": "npm:^3.5.2" + "@internationalized/string": "npm:^3.2.2" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/form": "npm:^3.0.4" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/spinbutton": "npm:^3.6.4" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/datepicker": "npm:^3.9.3" + "@react-stately/form": "npm:^3.0.2" + "@react-types/button": "npm:^3.9.3" + "@react-types/calendar": "npm:^3.4.5" + "@react-types/datepicker": "npm:^3.7.3" + "@react-types/dialog": "npm:^3.5.9" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/2f37070b0779b1abe63f17b3c1e0ce9b7b63ee05d813ed437a18f0cd203085d375ec45233124becd50b0a877cc8122505bb60d8bfee00c4b134a89260be1f962 + checksum: 10c0/4f8ef1fb8ea2b6aa57f5298cc1b48fa904fb2bbd7643b06b3c7577227008e3c7076e4ae9d8545a50cce28b545fb5868dced1bf2df35cf1a0d5f15ad8e050c2bf languageName: node linkType: hard -"@react-aria/dialog@npm:^3.5.12": - version: 3.5.12 - resolution: "@react-aria/dialog@npm:3.5.12" +"@react-aria/dialog@npm:^3.5.13": + version: 3.5.13 + resolution: "@react-aria/dialog@npm:3.5.13" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/overlays": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/dialog": "npm:^3.5.8" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/overlays": "npm:^3.22.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/dialog": "npm:^3.5.9" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/61f3ef3c0b285920b521f0b29fb28232289565b2ff67fa87d50148b6ab2f898bb07985fd11493bf28151642bc03ec9a2b9de76c434cfe54e6835fde73efc2c9e + checksum: 10c0/b949464835ec73e92257d98670bec3ac5b0b8d0c6d3aa2a703f8d6df0d0022fdf739622962115884f7701ed7308198709816b7711b5fef72d1e3fd15773a6223 languageName: node linkType: hard -"@react-aria/dnd@npm:^3.5.3": - version: 3.5.3 - resolution: "@react-aria/dnd@npm:3.5.3" - dependencies: - "@internationalized/string": "npm:^3.2.1" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/overlays": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/dnd": "npm:^3.2.8" - "@react-types/button": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/dnd@npm:^3.6.0": + version: 3.6.0 + resolution: "@react-aria/dnd@npm:3.6.0" + dependencies: + "@internationalized/string": "npm:^3.2.2" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/overlays": "npm:^3.22.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/dnd": "npm:^3.3.0" + "@react-types/button": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/8d50d0440a695f083784cd80889a96e117114404726978c5a0c335021525f6bfedd372244ece8c342b83a72862276c6f527ecdf9d558a09825f2167cad74c738 + checksum: 10c0/6a221f5e2a9104872dd64cd94d273b06157f5a047271dffcf56eccb1f56e5248ac4a155652f7075c64820d295f32b907ae87a0765d008b91ce05c8db7fab19ee languageName: node linkType: hard -"@react-aria/focus@npm:^3.16.2": - version: 3.16.2 - resolution: "@react-aria/focus@npm:3.16.2" +"@react-aria/focus@npm:^3.17.0": + version: 3.17.0 + resolution: "@react-aria/focus@npm:3.17.0" dependencies: - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" clsx: "npm:^2.0.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/53fb2cf838b1a2aa8043cd1516943f75b6b4d0c1088802d670bbc768451b8659be656469657f413b4c0a3afce577c2529a238e14b4dbf26fbfc169651988579a + checksum: 10c0/7e9cb239c0a39f8c9397b295b7f4ba4c3c21f613ed53cdf814ceb913f8356f633c1c0dd3d6470956da69571f887542526142d264ccf0ad89e2faeec5f7562e3c languageName: node linkType: hard -"@react-aria/form@npm:^3.0.3": - version: 3.0.3 - resolution: "@react-aria/form@npm:3.0.3" +"@react-aria/form@npm:^3.0.4": + version: 3.0.4 + resolution: "@react-aria/form@npm:3.0.4" dependencies: - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/form": "npm:^3.0.1" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/form": "npm:^3.0.2" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/dad764b89d2b78dd07c915f2d65b129877b24b86c6b1be6b155823bb3616872552b2c8eb11ca69fa0031d41d8643b3cd9aad79bf1971e48e70fb3f20bb81f1ab - languageName: node - linkType: hard - -"@react-aria/grid@npm:^3.8.8": - version: 3.8.8 - resolution: "@react-aria/grid@npm:3.8.8" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/grid": "npm:^3.8.5" - "@react-stately/selection": "npm:^3.14.3" - "@react-stately/virtualizer": "npm:^3.6.8" - "@react-types/checkbox": "npm:^3.7.1" - "@react-types/grid": "npm:^3.2.4" - "@react-types/shared": "npm:^3.22.1" + checksum: 10c0/ced781730a298270feb458eaafd92ce51c00e0c12cce059f92dffc4c9d0f1ff67139d0a9979c39c3cd446bf4d04deea1b3fd1b149a43c5e868a6ab0176d1b463 + languageName: node + linkType: hard + +"@react-aria/grid@npm:^3.9.0": + version: 3.9.0 + resolution: "@react-aria/grid@npm:3.9.0" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/grid": "npm:^3.8.6" + "@react-stately/selection": "npm:^3.15.0" + "@react-stately/virtualizer": "npm:^3.7.0" + "@react-types/checkbox": "npm:^3.8.0" + "@react-types/grid": "npm:^3.2.5" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0714277b79bb70ce1269fd9d63ca5dc8aeb63aeaa23ad0387d57cfb12de7f4bcd7146c30e60299efc0a4ec303161e54fcf4d5619aa33a8e818cb7b09c6e4a9dd + checksum: 10c0/46ce559aeedb6c995e322c2f7777baf9761e6833dd614a10fcb738a2bf740958e78962ea1681372c3492d10c547b5ce40782ab4ebe11df24fa4659c1ace13dc7 languageName: node linkType: hard -"@react-aria/gridlist@npm:^3.7.5": - version: 3.7.5 - resolution: "@react-aria/gridlist@npm:3.7.5" +"@react-aria/gridlist@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-aria/gridlist@npm:3.8.0" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/grid": "npm:^3.8.8" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/list": "npm:^3.10.3" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/grid": "npm:^3.9.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/list": "npm:^3.10.4" + "@react-stately/tree": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/ca745d31fd5eace6b45dd150929f467ff03950bf26f2008fb6e66b7b68b23a247fe84a01cbd565516c47aff7fa6626b3c8378d08d5d9c01bf6760978a49fd2de + checksum: 10c0/ee792aca0680ac13a55abca8d5289c9402292df2131519795dc8b1b2ddf53b428a0271c2b696b5e42bbb8878f30e48b30967abfde5f3b1ba008bd9747cefe9c0 languageName: node linkType: hard -"@react-aria/i18n@npm:^3.10.2": - version: 3.10.2 - resolution: "@react-aria/i18n@npm:3.10.2" +"@react-aria/i18n@npm:^3.11.0": + version: 3.11.0 + resolution: "@react-aria/i18n@npm:3.11.0" dependencies: - "@internationalized/date": "npm:^3.5.2" - "@internationalized/message": "npm:^3.1.2" - "@internationalized/number": "npm:^3.5.1" - "@internationalized/string": "npm:^3.2.1" - "@react-aria/ssr": "npm:^3.9.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@internationalized/date": "npm:^3.5.3" + "@internationalized/message": "npm:^3.1.3" + "@internationalized/number": "npm:^3.5.2" + "@internationalized/string": "npm:^3.2.2" + "@react-aria/ssr": "npm:^3.9.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/fa2799b416d12a59905eae8b7419fba1b82cd80b35b94ccf33acdd14c8e915555af4187ca2781b3dcebfae4ec7c51827c2a6fd8ada01b25ef389e399f76d233d + checksum: 10c0/ac520438e951fe9d61c9086815e2e8b39df3c275698e155e670bd771a2381cc1be15de946608671fd79bdc7cb547e80903492b4fb446d04fc167a91cf60b1934 languageName: node linkType: hard -"@react-aria/interactions@npm:^3.21.1": - version: 3.21.1 - resolution: "@react-aria/interactions@npm:3.21.1" +"@react-aria/interactions@npm:^3.21.2": + version: 3.21.2 + resolution: "@react-aria/interactions@npm:3.21.2" dependencies: - "@react-aria/ssr": "npm:^3.9.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/ssr": "npm:^3.9.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/3ece0cafc5cfd7a1b7b5fe44ead4496b6a56e5719cb3f0f5b668fa0a81aec5c85e014404b8067813249215f1a169c1da3fd18808bc1e29441ea1968e36bbc0be + checksum: 10c0/135b14891c4c6a72b1d61a0e231d3f0111e5549cae17b27a8accb8d18bc7af8bd9886932040f65d756488da5a0555b3de9bc4a870cccbd39f4e56ae3fb28374e languageName: node linkType: hard -"@react-aria/label@npm:^3.7.6": - version: 3.7.6 - resolution: "@react-aria/label@npm:3.7.6" +"@react-aria/label@npm:^3.7.7": + version: 3.7.7 + resolution: "@react-aria/label@npm:3.7.7" dependencies: - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/77812f0d8ea0ca2fbfa7a2eb707082c27b49a727f72e383f2c2dba549e2990f03a93048ff530db63d8ea6138c3cd0690c6ac2abbf2b846d6a72cbc16b7b79f2f + checksum: 10c0/f8e2c222627df4da6b18cbff15508b87205e9830f4612fc94fd9270b620aa65c482a94fa5c13e9687142bcca6c2b73405ed5c0288b6329f44e9ba241bab506d3 languageName: node linkType: hard -"@react-aria/link@npm:^3.6.5": - version: 3.6.5 - resolution: "@react-aria/link@npm:3.6.5" +"@react-aria/link@npm:^3.7.0": + version: 3.7.0 + resolution: "@react-aria/link@npm:3.7.0" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/link": "npm:^3.5.3" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/link": "npm:^3.5.4" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0070fbeb2e69b8770d065dd978430a07e24929d72d6c9585a71fcbc96ad4c6ff27911e0bd744d20986303718b4c742ac441b520cc7056e10292b35d2bda0e34a + checksum: 10c0/d80f67502977110c913884edc7d65c2c750eb13d7858d030f670618b07c483011eae888dd73755c14d547ed83e070d3bfce1d2fd5f07d560e5f71534c821fc58 languageName: node linkType: hard -"@react-aria/listbox@npm:^3.11.5": - version: 3.11.5 - resolution: "@react-aria/listbox@npm:3.11.5" +"@react-aria/listbox@npm:^3.12.0": + version: 3.12.0 + resolution: "@react-aria/listbox@npm:3.12.0" dependencies: - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/list": "npm:^3.10.3" - "@react-types/listbox": "npm:^3.4.7" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/list": "npm:^3.10.4" + "@react-types/listbox": "npm:^3.4.8" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/58a9cd3d2c197140c08edbfbc4ef3d8d346083efcea224240ce3125c989bc2b220da49ef59d2d67a13bc1ae2fd1f2bb5699b87b99f0113d34c9105136684d09c + checksum: 10c0/743243b4ed9d2583f8e21fc0d4c229f652c98fea5c786d6ae0c07ed9a0a65e80ff4313e8029f4c62a6ce78f6780974e13f9f30398287b128d0bfa10e723a62f6 languageName: node linkType: hard -"@react-aria/live-announcer@npm:^3.3.2": - version: 3.3.2 - resolution: "@react-aria/live-announcer@npm:3.3.2" +"@react-aria/live-announcer@npm:^3.3.3": + version: 3.3.3 + resolution: "@react-aria/live-announcer@npm:3.3.3" dependencies: "@swc/helpers": "npm:^0.5.0" - checksum: 10c0/698e854f92666edbf967d37f062c5d843906738b92069f24afd7e5066fd1fe33890a233e3dba0feaab0a73cb54ef2f847790befd7cd30033c8ec71a45d99dd38 - languageName: node - linkType: hard - -"@react-aria/menu@npm:^3.13.1": - version: 3.13.1 - resolution: "@react-aria/menu@npm:3.13.1" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/overlays": "npm:^3.21.1" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/menu": "npm:^3.6.1" - "@react-stately/tree": "npm:^3.7.6" - "@react-types/button": "npm:^3.9.2" - "@react-types/menu": "npm:^3.9.7" - "@react-types/shared": "npm:^3.22.1" + checksum: 10c0/99e46a37dfa621168ab7108ee4cf13ddbc36dcbc3d75030985ab9c2f78ec4eb5e992cd9a6a8e57f61abde3291b9b51efd32551a1adcfb43691df2b8dac70f922 + languageName: node + linkType: hard + +"@react-aria/menu@npm:^3.14.0": + version: 3.14.0 + resolution: "@react-aria/menu@npm:3.14.0" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/overlays": "npm:^3.22.0" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/menu": "npm:^3.7.0" + "@react-stately/tree": "npm:^3.8.0" + "@react-types/button": "npm:^3.9.3" + "@react-types/menu": "npm:^3.9.8" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/20d299c3fc1aa4d2163924b9dcfd0c851226fa1c2d781979329d10c5037e9856746c4f1612a01fe2fea3837291744e81624cda8f97f1dc4bc1ae801d8bfbe6d8 + checksum: 10c0/c2e45149f49b215e1d5e6240bd7a795cf5bcddf56a3b2807a889613c1d76d706378f2e78da66c8b876831cc49c44797366dabe2ee1986ef559c8a445668230d7 languageName: node linkType: hard -"@react-aria/meter@npm:^3.4.11": - version: 3.4.11 - resolution: "@react-aria/meter@npm:3.4.11" +"@react-aria/meter@npm:^3.4.12": + version: 3.4.12 + resolution: "@react-aria/meter@npm:3.4.12" dependencies: - "@react-aria/progress": "npm:^3.4.11" - "@react-types/meter": "npm:^3.3.7" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/progress": "npm:^3.4.12" + "@react-types/meter": "npm:^3.4.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/f56b3a70f77b025e318f1a4e91a2e9d018e518c62dff99da7495cb69e6c4700e45d2cbd926f5bc710a65bfaa0c1225594e26fe2a7f0f29f3ba80b6d57808c36b + checksum: 10c0/2fa772e8e408413e54d8340b8db4af4a359a1b8657e7ae99286be94a04830c0357f7940d6480f104f67985a767f56704946fd1690757428f4e9eb9187045833c languageName: node linkType: hard -"@react-aria/numberfield@npm:^3.11.1": - version: 3.11.1 - resolution: "@react-aria/numberfield@npm:3.11.1" - dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/spinbutton": "npm:^3.6.3" - "@react-aria/textfield": "npm:^3.14.3" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/numberfield": "npm:^3.9.1" - "@react-types/button": "npm:^3.9.2" - "@react-types/numberfield": "npm:^3.8.1" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/numberfield@npm:^3.11.2": + version: 3.11.2 + resolution: "@react-aria/numberfield@npm:3.11.2" + dependencies: + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/spinbutton": "npm:^3.6.4" + "@react-aria/textfield": "npm:^3.14.4" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/numberfield": "npm:^3.9.2" + "@react-types/button": "npm:^3.9.3" + "@react-types/numberfield": "npm:^3.8.2" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/1f1fade4c69038d6e6d7a9bfe2e600be177f94bfa6c46ac1bf635358e0623556590630f5d8d687e64941c62b02c6567d8e72cb7c9ebd3ca256930934a560835c + checksum: 10c0/c5c01a182c35ec3dd6098f984992c320300c1b88edb0de2443a3f39d60e9edfb9dbce5e6f712619ae83472433f6bc78c86578178fa1715888c9d613253e006e1 languageName: node linkType: hard -"@react-aria/overlays@npm:^3.21.1": - version: 3.21.1 - resolution: "@react-aria/overlays@npm:3.21.1" +"@react-aria/overlays@npm:^3.22.0": + version: 3.22.0 + resolution: "@react-aria/overlays@npm:3.22.0" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/ssr": "npm:^3.9.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-aria/visually-hidden": "npm:^3.8.10" - "@react-stately/overlays": "npm:^3.6.5" - "@react-types/button": "npm:^3.9.2" - "@react-types/overlays": "npm:^3.8.5" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/ssr": "npm:^3.9.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-aria/visually-hidden": "npm:^3.8.11" + "@react-stately/overlays": "npm:^3.6.6" + "@react-types/button": "npm:^3.9.3" + "@react-types/overlays": "npm:^3.8.6" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d66bc80c9c33a83a7157ad724690a46bf91269923ce4b8d063095678ff66f337c5e5ce6e03e97eb44482df10580a3120631d29e91a399cfbd3ec7ff7d61ee557 + checksum: 10c0/1d80abf25a06becdbe5f2fe1b113d457e7d3bc6dd15173e6ff6052e3ec727f3f16cd34c8ef3936e8102b68c5d1553edbeeaa93c5a6d0de456a7006cb782daeef languageName: node linkType: hard -"@react-aria/progress@npm:^3.4.11": - version: 3.4.11 - resolution: "@react-aria/progress@npm:3.4.11" +"@react-aria/progress@npm:^3.4.12": + version: 3.4.12 + resolution: "@react-aria/progress@npm:3.4.12" dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/progress": "npm:^3.5.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/progress": "npm:^3.5.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/e9dc1ef75bd6ab93fc6dbf92b7f933f0d2935803fa8739a6929de476f97fede8b3ec58c49c555e90483bf4ebeba9a0c40df143fce5bb2a60e18d6c7e43cc689b + checksum: 10c0/bdbcfb3561b239cdc601cf2329cbefcd99ad6ed5dc99482402f8535b4e0f2e6e3ef0b91dc92cdfd55bd90cf8c302bff5975450157703ef31684fce640e75d7f8 languageName: node linkType: hard -"@react-aria/radio@npm:^3.10.2": - version: 3.10.2 - resolution: "@react-aria/radio@npm:3.10.2" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/form": "npm:^3.0.3" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/radio": "npm:^3.10.2" - "@react-types/radio": "npm:^3.7.1" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/radio@npm:^3.10.3": + version: 3.10.3 + resolution: "@react-aria/radio@npm:3.10.3" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/form": "npm:^3.0.4" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/radio": "npm:^3.10.3" + "@react-types/radio": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/8513a30f478d18551f205813dc60ad1ddaa74fd2dba1ca9d4f330b38dedceafd6c79462731f6b18d6823915ff7d0abd08bf37fb9080e0890c2a180c643e57585 + checksum: 10c0/a14e9e0dcb6683406048827befb1e7d00f60ec9751ccdd6d357da5fdb7762ae6edbfa1f2b6887a5aa9eb8ed98f9d216a4132714af21d7f0e237103dbfe8698fb languageName: node linkType: hard -"@react-aria/searchfield@npm:^3.7.3": - version: 3.7.3 - resolution: "@react-aria/searchfield@npm:3.7.3" - dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/textfield": "npm:^3.14.3" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/searchfield": "npm:^3.5.1" - "@react-types/button": "npm:^3.9.2" - "@react-types/searchfield": "npm:^3.5.3" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/searchfield@npm:^3.7.4": + version: 3.7.4 + resolution: "@react-aria/searchfield@npm:3.7.4" + dependencies: + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/textfield": "npm:^3.14.4" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/searchfield": "npm:^3.5.2" + "@react-types/button": "npm:^3.9.3" + "@react-types/searchfield": "npm:^3.5.4" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/847d4c689319befb2d5b1ef1a8afb5df8748a26f5ce136a5abc5ba9e6cc4b0824b1f0ea5bd4008666f106db9b862f21ab05575b3430efda28c17d9aea2da9fa7 - languageName: node - linkType: hard - -"@react-aria/select@npm:^3.14.3": - version: 3.14.3 - resolution: "@react-aria/select@npm:3.14.3" - dependencies: - "@react-aria/form": "npm:^3.0.3" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/listbox": "npm:^3.11.5" - "@react-aria/menu": "npm:^3.13.1" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-aria/visually-hidden": "npm:^3.8.10" - "@react-stately/select": "npm:^3.6.2" - "@react-types/button": "npm:^3.9.2" - "@react-types/select": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" + checksum: 10c0/bc0c9d01d17f621dc201784fcfceacd028ff48ba36b92aa9595a139d5a6ddd0d4c22fcba1644d832215d18ff77dc7b46f51bbcfcc77d51c2db3c39356a8870c3 + languageName: node + linkType: hard + +"@react-aria/select@npm:^3.14.4": + version: 3.14.4 + resolution: "@react-aria/select@npm:3.14.4" + dependencies: + "@react-aria/form": "npm:^3.0.4" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/listbox": "npm:^3.12.0" + "@react-aria/menu": "npm:^3.14.0" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-aria/visually-hidden": "npm:^3.8.11" + "@react-stately/select": "npm:^3.6.3" + "@react-types/button": "npm:^3.9.3" + "@react-types/select": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/f755cf1023b06623109b3b6cacc253abe18d4dd08cf45bb8108b743d68ea5d2e650111e3f012ee3180c0efc61c4c050269f939e6023f300688a4da9ce0d89e08 + checksum: 10c0/a190429d4e3c70cad5070b0b62ed56f92862fddf6ec8fa099d1eca299f5b76e182acbc185a0f5be095246d120cde625f6531105ffe3b2fb293df7dd9f09e9449 languageName: node linkType: hard -"@react-aria/selection@npm:^3.17.5": - version: 3.17.5 - resolution: "@react-aria/selection@npm:3.17.5" +"@react-aria/selection@npm:^3.18.0": + version: 3.18.0 + resolution: "@react-aria/selection@npm:3.18.0" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/selection": "npm:^3.14.3" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/selection": "npm:^3.15.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d430a7d0e21c74d1ac2b676f5f6432d56aa0f7720c154693e8e6981240eb153b740858b013be503bddf4f0478f96474f5c429db70941a361aea8fd75d58be996 + checksum: 10c0/8612705b1309fc51abfe06478f1e86d02401b366a3c5d32241663dab67fa5119a388585ecfdaedc0a863ca3a6faaec8e33a4aa4f66a20bda6de9c39fb8d16e46 languageName: node linkType: hard -"@react-aria/separator@npm:^3.3.11": - version: 3.3.11 - resolution: "@react-aria/separator@npm:3.3.11" +"@react-aria/separator@npm:^3.3.12": + version: 3.3.12 + resolution: "@react-aria/separator@npm:3.3.12" dependencies: - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/c7254e09cfa5a7a090d797cfae2a8b8a375982d23200f5628b745360cb9be33d451ed473d3f7f4aed161ff103126c1488d719b6e0c6ccf6ab249f53310f84195 + checksum: 10c0/61232d78ec1c7d165a6cb4135e49e70ed99e75dbff978a2222b99ffc63879cbaa53256b141843311f3e5a66c38f54e3f4367f265609877d0043059ebf5baa5a2 languageName: node linkType: hard -"@react-aria/slider@npm:^3.7.6": - version: 3.7.6 - resolution: "@react-aria/slider@npm:3.7.6" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/slider": "npm:^3.5.2" - "@react-types/shared": "npm:^3.22.1" - "@react-types/slider": "npm:^3.7.1" +"@react-aria/slider@npm:^3.7.7": + version: 3.7.7 + resolution: "@react-aria/slider@npm:3.7.7" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/slider": "npm:^3.5.3" + "@react-types/shared": "npm:^3.23.0" + "@react-types/slider": "npm:^3.7.2" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/6cca05b0b5fe37e00cd514b5982f3ae27b7f7021288c4cb864006d6f3ed888d6e9a4d069e997d1e4351255d3511572258bd397c2ed573d2d8fb245328a02d0c2 + checksum: 10c0/001dc09eb2b08285e84f39533f70bde127e304647f25f2259279bc6f273399377076baf9dfb3dc3b69150f74e00ca10cb76d8070cf294ff8489fd551806492b3 languageName: node linkType: hard -"@react-aria/spinbutton@npm:^3.6.3": - version: 3.6.3 - resolution: "@react-aria/spinbutton@npm:3.6.3" +"@react-aria/spinbutton@npm:^3.6.4": + version: 3.6.4 + resolution: "@react-aria/spinbutton@npm:3.6.4" dependencies: - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/button": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/button": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/3b94f371684b5d5a7dbeca66dc56189fa2e699534dda23f651c4a12e638135e046a27124d0f46682a43b12309e3bf45678dfb92ef7e19c2751899fbf2b2591db + checksum: 10c0/130aea4ce21e3d5eb840f116dfd76ff016696e8516d51f16febbd815aa8a2c0f71f4218b8cfe9e29fff151819b1172f7e5a253323ffeeff8533093de5a22688e languageName: node linkType: hard -"@react-aria/ssr@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-aria/ssr@npm:3.9.2" +"@react-aria/ssr@npm:^3.9.3": + version: 3.9.3 + resolution: "@react-aria/ssr@npm:3.9.3" dependencies: "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d1abc8eb6bc31a12e54299795657cf45d9765b0565753d32ad675f9c797cac8973073da04b6114ac63fd713318602e7e225a7824879991eb66b9b6df89dfba99 + checksum: 10c0/3243c64390aba4a1fc25db02bb5a9794e767480bf01945834a61f2c1ec6e11dd9c3c8c20355264ec83a46d1004031be93b421bbbc23c7f0a71351a094cefc5e1 languageName: node linkType: hard -"@react-aria/switch@npm:^3.6.2": - version: 3.6.2 - resolution: "@react-aria/switch@npm:3.6.2" +"@react-aria/switch@npm:^3.6.3": + version: 3.6.3 + resolution: "@react-aria/switch@npm:3.6.3" dependencies: - "@react-aria/toggle": "npm:^3.10.2" - "@react-stately/toggle": "npm:^3.7.2" - "@react-types/switch": "npm:^3.5.1" + "@react-aria/toggle": "npm:^3.10.3" + "@react-stately/toggle": "npm:^3.7.3" + "@react-types/switch": "npm:^3.5.2" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/51c16202f6858bdf363d234b9022035ced958945bfc583e65d759215132d2dbcf8af83f1a1d96ba83ab4103f27106b7535b7928491047c225edd62c8aa8dfab1 - languageName: node - linkType: hard - -"@react-aria/table@npm:^3.13.5": - version: 3.13.5 - resolution: "@react-aria/table@npm:3.13.5" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/grid": "npm:^3.8.8" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/live-announcer": "npm:^3.3.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-aria/visually-hidden": "npm:^3.8.10" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/flags": "npm:^3.0.1" - "@react-stately/table": "npm:^3.11.6" - "@react-stately/virtualizer": "npm:^3.6.8" - "@react-types/checkbox": "npm:^3.7.1" - "@react-types/grid": "npm:^3.2.4" - "@react-types/shared": "npm:^3.22.1" - "@react-types/table": "npm:^3.9.3" + checksum: 10c0/7ddac476a80206b41e1d8941e7553bc5a83708dca87e7e2dd2f9b48dc36752f2f3fd9e6c240c965d1511ce75713eb089275d0bc4bf90ba456a503562a28f5639 + languageName: node + linkType: hard + +"@react-aria/table@npm:^3.14.0": + version: 3.14.0 + resolution: "@react-aria/table@npm:3.14.0" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/grid": "npm:^3.9.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/live-announcer": "npm:^3.3.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-aria/visually-hidden": "npm:^3.8.11" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/flags": "npm:^3.0.2" + "@react-stately/table": "npm:^3.11.7" + "@react-stately/virtualizer": "npm:^3.7.0" + "@react-types/checkbox": "npm:^3.8.0" + "@react-types/grid": "npm:^3.2.5" + "@react-types/shared": "npm:^3.23.0" + "@react-types/table": "npm:^3.9.4" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/bbd27ad85ea8338ecbe801c8f4afa8af84f9f39eec8cc7caf5b98073edef09ab66cbd0be0d212f8b23a288c78ff0ec186fec724621f0bdb0c9a64785bb32a2f1 + checksum: 10c0/7306a8b33094ce9ef1ed26a6b674437572566b5ba9ae7887b597acfc600f68e5377033179de054a6a047f5b4634541f0401ffa3bc146a6ed72ce246a46c506dc languageName: node linkType: hard -"@react-aria/tabs@npm:^3.8.5": - version: 3.8.5 - resolution: "@react-aria/tabs@npm:3.8.5" +"@react-aria/tabs@npm:^3.9.0": + version: 3.9.0 + resolution: "@react-aria/tabs@npm:3.9.0" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/tabs": "npm:^3.6.4" - "@react-types/shared": "npm:^3.22.1" - "@react-types/tabs": "npm:^3.3.5" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/tabs": "npm:^3.6.5" + "@react-types/shared": "npm:^3.23.0" + "@react-types/tabs": "npm:^3.3.6" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/db4290a4acb7dea2642ebd7d0c273573b598166e546723402ac5cbdb1dc5f70e2a34b84a661339d4dbced959f7e35f9d9f6005d4a7ed348835849917b76663e4 + checksum: 10c0/0865325fae55a3e27616859f5be422cdfed210220fac0b0cf82c9cfc3fd193f8c28d809faacd3eb8e56241b18b23709d27507ee4948ac9fa5c76ef3bb8715115 languageName: node linkType: hard -"@react-aria/tag@npm:^3.3.3": - version: 3.3.3 - resolution: "@react-aria/tag@npm:3.3.3" - dependencies: - "@react-aria/gridlist": "npm:^3.7.5" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/list": "npm:^3.10.3" - "@react-types/button": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" +"@react-aria/tag@npm:^3.4.0": + version: 3.4.0 + resolution: "@react-aria/tag@npm:3.4.0" + dependencies: + "@react-aria/gridlist": "npm:^3.8.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/list": "npm:^3.10.4" + "@react-types/button": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/55951c64375eb5461e6bafd933ab396fcf1241571377a2eda866e388d7da8d0e78f179353b29b247844f2c9f5418d73cd2be98586987a4dccaf33ee71eaf87d1 + checksum: 10c0/707feadf573f9f665c372b436068b963879647d53d9af8ddbf7cf235c21b6c10247cb82874f791961082f4b8525c700488f6e8eaf216c7879db6133b34e29d88 languageName: node linkType: hard -"@react-aria/textfield@npm:^3.14.3": - version: 3.14.3 - resolution: "@react-aria/textfield@npm:3.14.3" +"@react-aria/textfield@npm:^3.14.4": + version: 3.14.4 + resolution: "@react-aria/textfield@npm:3.14.4" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/form": "npm:^3.0.3" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" - "@react-types/textfield": "npm:^3.9.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/form": "npm:^3.0.4" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" + "@react-types/textfield": "npm:^3.9.2" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/262ef7eb7877a4a1594a6a0d428b9d571018bbae56d313c5185bf041ce4d777f4369e1da9a24389d17520e586ec96834642c601e8d5d526d19c0772a0e77ffcd + checksum: 10c0/131216dcf2988bc3c18444d5e3d38a4ece4428ffebc6c77581471963e2761782dbc5b5acb05b2238f67ffb72c89b451d9ab322140a046af5e7fc0fb5b235122e languageName: node linkType: hard -"@react-aria/toggle@npm:^3.10.2": - version: 3.10.2 - resolution: "@react-aria/toggle@npm:3.10.2" +"@react-aria/toggle@npm:^3.10.3": + version: 3.10.3 + resolution: "@react-aria/toggle@npm:3.10.3" dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/toggle": "npm:^3.7.2" - "@react-types/checkbox": "npm:^3.7.1" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/toggle": "npm:^3.7.3" + "@react-types/checkbox": "npm:^3.8.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d9ba8f9a1ba7049687e4169140e491fec4749be98c86e09c6a2f88438cc38397de64083b2eb004c831bea15a603c4f17d55944d32d2bb3ee3ad63d15f373c8b9 + checksum: 10c0/ebeffb3f0ad41f46720afc449c427541ce4d5ebdbeb46f84e721788a239fc8cc9a996601b2ce2aeb999998ccb5839327b1249020a6ce2f93920bb270867311ca languageName: node linkType: hard -"@react-aria/tooltip@npm:^3.7.2": - version: 3.7.2 - resolution: "@react-aria/tooltip@npm:3.7.2" - dependencies: - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-stately/tooltip": "npm:^3.4.7" - "@react-types/shared": "npm:^3.22.1" - "@react-types/tooltip": "npm:^3.4.7" +"@react-aria/tooltip@npm:^3.7.3": + version: 3.7.3 + resolution: "@react-aria/tooltip@npm:3.7.3" + dependencies: + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-stately/tooltip": "npm:^3.4.8" + "@react-types/shared": "npm:^3.23.0" + "@react-types/tooltip": "npm:^3.4.8" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/29848d6ac60dd0232aa89ff1f3017658c923f2a44bcb44be589820433a71f90706612eb041e5f8ed6c9034c895772d719f75bb6b2896f33f1ec691c58e3b7297 + checksum: 10c0/7b714515f6dcddb9cd18f0c5fa052c6598dfbef0bb439013ee532f0e62c92b0c91b00348159e2d868d3666be872c4d1eacb86ffec8583eae77d5293d1c6c381a languageName: node linkType: hard -"@react-aria/utils@npm:^3.23.2": - version: 3.23.2 - resolution: "@react-aria/utils@npm:3.23.2" +"@react-aria/utils@npm:^3.24.0": + version: 3.24.0 + resolution: "@react-aria/utils@npm:3.24.0" dependencies: - "@react-aria/ssr": "npm:^3.9.2" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/ssr": "npm:^3.9.3" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" clsx: "npm:^2.0.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/f75986e5a6f4fb138a57179041d6b84629575398459152aad4875343d98c5fab035db95198e0f6e844157b4e88a3684e06a796c873736de1d90dda4996167fea + checksum: 10c0/8b79ee7a470032a598774d8ed45f0577cb21558e05188cd1c2628ade33082746d70b197fc6a0afb9ecaa924e6604eac649184031daeb9c2f763e296ffacdfad9 languageName: node linkType: hard -"@react-aria/visually-hidden@npm:^3.8.10": - version: 3.8.10 - resolution: "@react-aria/visually-hidden@npm:3.8.10" +"@react-aria/visually-hidden@npm:^3.8.11": + version: 3.8.11 + resolution: "@react-aria/visually-hidden@npm:3.8.11" dependencies: - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/07a2bb760b969862c231f6bb338e420d6450710a054c18b6f9c30df4743caa19b5038e6edf50db04dd8fcb67ed6ea76256389f10951ef94007cc2ad3c5c887eb + checksum: 10c0/88225cf645dccbaf3c2ba45b4d64b60ccf88685ee0533a14975eae796fde7012300f57f1ed72d45566590beb9438e13f7a6d8080a78863c879509523ab1c3e94 languageName: node linkType: hard -"@react-stately/calendar@npm:^3.4.4": - version: 3.4.4 - resolution: "@react-stately/calendar@npm:3.4.4" +"@react-stately/calendar@npm:^3.5.0": + version: 3.5.0 + resolution: "@react-stately/calendar@npm:3.5.0" dependencies: - "@internationalized/date": "npm:^3.5.2" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/calendar": "npm:^3.4.4" - "@react-types/shared": "npm:^3.22.1" + "@internationalized/date": "npm:^3.5.3" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/calendar": "npm:^3.4.5" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/060c938198b125af11fcde32ee137a30e47b97437018c2c97aea94ed5d70ad2d95ec5b0b567d4db10673182d3f1d867cd6fa02bd3a3f4aa76ec8666575cf4805 + checksum: 10c0/49ec31b82bfbe854874f24e5ecb14fb899500c5da02aec7031f1b80a971a9c2c7920e206005e2c09d8b66b5555948af47bf449d4b47e12a6174254060e32d1de languageName: node linkType: hard -"@react-stately/checkbox@npm:^3.6.3": - version: 3.6.3 - resolution: "@react-stately/checkbox@npm:3.6.3" +"@react-stately/checkbox@npm:^3.6.4": + version: 3.6.4 + resolution: "@react-stately/checkbox@npm:3.6.4" dependencies: - "@react-stately/form": "npm:^3.0.1" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/checkbox": "npm:^3.7.1" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/checkbox": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d8158b2666d59ca1139b4aa915d4bfa3040d6beafbc38061a9f4f1cddedcc03a05a565871dc811b576ada7885c919e8783a9a2c972ea03fe3c589af506632456 + checksum: 10c0/16b6cea9ce86c1f7eb0da1a70e783e64d10b4ed8e0c19a5faccd188a6cd7c257f32edf0bb530beb81354c712b62fb9cb3809c19c32ee8171c4fc377a68f4d250 languageName: node linkType: hard -"@react-stately/collections@npm:^3.10.5": - version: 3.10.5 - resolution: "@react-stately/collections@npm:3.10.5" +"@react-stately/collections@npm:^3.10.6": + version: 3.10.6 + resolution: "@react-stately/collections@npm:3.10.6" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0a0152ac26425e5530353c08f5c5bf1a71ac57d3038b09bcc419717443fb13ea41ea56b73576c8761dcf9e8c53dc97276afd8ac2e3c1e2efc97211b942670ee8 + checksum: 10c0/86344c8b2682b0511edfedddfcfa1ed18683ab7cce7fcb9e0398512dab391ed527950a8bfe04b1046fc070e49290628e5a6b53d3e483b4c195a3eb590aa13a9b languageName: node linkType: hard -"@react-stately/combobox@npm:^3.8.2": - version: 3.8.2 - resolution: "@react-stately/combobox@npm:3.8.2" - dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/list": "npm:^3.10.3" - "@react-stately/overlays": "npm:^3.6.5" - "@react-stately/select": "npm:^3.6.2" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/combobox": "npm:^3.10.1" - "@react-types/shared": "npm:^3.22.1" +"@react-stately/combobox@npm:^3.8.3": + version: 3.8.3 + resolution: "@react-stately/combobox@npm:3.8.3" + dependencies: + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/list": "npm:^3.10.4" + "@react-stately/overlays": "npm:^3.6.6" + "@react-stately/select": "npm:^3.6.3" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/combobox": "npm:^3.11.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/5facdf6e519d4375f7da3a27a3b782a46a982579b9ef525e6bcf46e9823e3959a7b796f7fce1f5015b8a44d0de8a3fb8c5b4d7c93fe596bf3a3d36b2a71e6a1d + checksum: 10c0/5cc56674b04216fb2398e1ca54ed67d7dd83f2287add3cc0b756be00d8d7f108e686f84df04332f40e9ef18a29105dee5d892fd8fa27282880ca75b80e1f7d9e languageName: node linkType: hard -"@react-stately/data@npm:^3.11.2": - version: 3.11.2 - resolution: "@react-stately/data@npm:3.11.2" +"@react-stately/data@npm:^3.11.3": + version: 3.11.3 + resolution: "@react-stately/data@npm:3.11.3" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/3403df690585c29abff714b411a5f59fd98bb6dfec337f4df831bf1bd152a0d729787d8ffc6c5bbdfc0a7695f54ebbbf4854ce35f5920c49886c034996450fff + checksum: 10c0/bf9bc21e36f37e27a7de9b3cabbf2ff396ab45832745748706452c0d1e520511ce286ce60ff7cd9188fdffcf2812a0c2a6d121c13439a8a3fd710f18e725adf5 languageName: node linkType: hard -"@react-stately/datepicker@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-stately/datepicker@npm:3.9.2" - dependencies: - "@internationalized/date": "npm:^3.5.2" - "@internationalized/string": "npm:^3.2.1" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/overlays": "npm:^3.6.5" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/datepicker": "npm:^3.7.2" - "@react-types/shared": "npm:^3.22.1" +"@react-stately/datepicker@npm:^3.9.3": + version: 3.9.3 + resolution: "@react-stately/datepicker@npm:3.9.3" + dependencies: + "@internationalized/date": "npm:^3.5.3" + "@internationalized/string": "npm:^3.2.2" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/overlays": "npm:^3.6.6" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/datepicker": "npm:^3.7.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/f0a5eb946517a3c531fc091c1d4fbe879a182c2169d027b4b0f43c61312cab0ef0d668e1707ffa783fd18bcb8c1d5cc23d0bee2d07e5881b1faa38d46289043d + checksum: 10c0/c523a72901422c942ec2e6926745d8984a3915427df476ff1ef2d59e9cefddb23b0292879d7f99bb91ed01026e3184941cabccc89f3231d84ebbed26987f1873 languageName: node linkType: hard -"@react-stately/dnd@npm:^3.2.8": - version: 3.2.8 - resolution: "@react-stately/dnd@npm:3.2.8" +"@react-stately/dnd@npm:^3.3.0": + version: 3.3.0 + resolution: "@react-stately/dnd@npm:3.3.0" dependencies: - "@react-stately/selection": "npm:^3.14.3" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/selection": "npm:^3.15.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d555103723e51ed61c1df426c0370f8a665b360bf9807fe72de91a4229f2f59585ef914013b9a687966625b25ff6206231147938f64649f8644b17e4e968e956 + checksum: 10c0/16fe1ab84de66de82d777193da9d6bd5e0cdc29dcdd33da76444f21a3b83456c4db8b179cc821592a94b5ed6cc90d160ba3132b3a3151264f5eaa5b53bcc78ec languageName: node linkType: hard -"@react-stately/flags@npm:^3.0.1": - version: 3.0.1 - resolution: "@react-stately/flags@npm:3.0.1" +"@react-stately/flags@npm:^3.0.2": + version: 3.0.2 + resolution: "@react-stately/flags@npm:3.0.2" dependencies: "@swc/helpers": "npm:^0.4.14" - checksum: 10c0/dccba779890d747ac229b1a0e59f6e20bdd1fb76b775f1d35ba64b0106b1c278868fb752f2688cc70e103aea67b416919bafe55f04d4956f69b540aa3c51a716 + checksum: 10c0/88f249246a73b4623b90db4ed6e896a69ab0b2a40aac6466ff21eac146a8a362824190674d40ba69a8e650dcbd6c8c09885f92b68cbeedbc085c46566d4c9121 languageName: node linkType: hard -"@react-stately/form@npm:^3.0.1": - version: 3.0.1 - resolution: "@react-stately/form@npm:3.0.1" +"@react-stately/form@npm:^3.0.2": + version: 3.0.2 + resolution: "@react-stately/form@npm:3.0.2" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/cedc33e9db4dae112716d38f3e0b3497f5d65aa686f292e1c130e0563169937531db60023de3dc0df1fa52e984a2b28b1f00b95b9fd0fbc4bf5faf4e31ec7022 + checksum: 10c0/83f3174859e1199d87816c85d7e6ffc76af726ae63e413fd6d19bc588c6b649684d8af7f7903bf2e0649d320899e6ba22e02ef7106a4f08a9d803f63cec3c0d8 languageName: node linkType: hard -"@react-stately/grid@npm:^3.8.5": - version: 3.8.5 - resolution: "@react-stately/grid@npm:3.8.5" +"@react-stately/grid@npm:^3.8.6": + version: 3.8.6 + resolution: "@react-stately/grid@npm:3.8.6" dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/selection": "npm:^3.14.3" - "@react-types/grid": "npm:^3.2.4" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/selection": "npm:^3.15.0" + "@react-types/grid": "npm:^3.2.5" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d424e29517700f106c5d0d022831cac45bb50a68323adca5737107a5d82e630ee382971e5977b128fac482d0470437958ce912365154d51314a8cc39cf93b0ec + checksum: 10c0/317136b92cdb25eb46a25c1b05c815d25e8aef12e98ab7b6ac325e2d7e5da1800167f629e9b874adeadfa431623ab358b73a513ecdf5365dd07c1993eda598c7 languageName: node linkType: hard -"@react-stately/list@npm:^3.10.3": - version: 3.10.3 - resolution: "@react-stately/list@npm:3.10.3" +"@react-stately/list@npm:^3.10.4": + version: 3.10.4 + resolution: "@react-stately/list@npm:3.10.4" dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/selection": "npm:^3.14.3" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/selection": "npm:^3.15.0" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/e61d4fb69bdcf7dae5edfd6aa5b943368466084c1cc7e40a846f860af666bab4424c46e5c8c3ee4a0b465dc7c0a9c4d9359b1d93cb7c136e410d369c2f9354ce + checksum: 10c0/8c4b216b2fade97dcee8f9b764ab550200b63e7772bd6e98d50ecc7b30e7ec2b4dd3767e5f480d22e6fcef19c23d193b685722d2089a459e9e824445edce96e7 languageName: node linkType: hard -"@react-stately/menu@npm:^3.6.1": - version: 3.6.1 - resolution: "@react-stately/menu@npm:3.6.1" +"@react-stately/menu@npm:^3.7.0": + version: 3.7.0 + resolution: "@react-stately/menu@npm:3.7.0" dependencies: - "@react-stately/overlays": "npm:^3.6.5" - "@react-types/menu": "npm:^3.9.7" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/overlays": "npm:^3.6.6" + "@react-types/menu": "npm:^3.9.8" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/127dd4e1e657c0a7e7368beb350a7cd8ff34d1d970e5786ba2ecbc3b92a958f32e1ffada967251b4a6bb26e54406c844d9e3e4ffa98a8192e9dbaa9a514748ee + checksum: 10c0/bd35891d4a7291cd025835f2256e86f156435fa1ecc8a7f5e84a9f7b14c0a80cefb056872c6afc701ee4cc4197d8cb852717516e7df17c3b74f49306b9b2e88b languageName: node linkType: hard -"@react-stately/numberfield@npm:^3.9.1": - version: 3.9.1 - resolution: "@react-stately/numberfield@npm:3.9.1" +"@react-stately/numberfield@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-stately/numberfield@npm:3.9.2" dependencies: - "@internationalized/number": "npm:^3.5.1" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/numberfield": "npm:^3.8.1" + "@internationalized/number": "npm:^3.5.2" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/numberfield": "npm:^3.8.2" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/ee36d065e15824ab7ed86c5ffd45153e97cce45ec6e21bd577f53a813d7f138bea5f5f1c8e166e5d54fdb25d3bcc8b878067537197dc9f0208310d028fc72188 + checksum: 10c0/03c2e3079beb1fc0cbde2dec0bd3f2ffa9ea969b4868083866d600eb817f375e1fc17b4df96830a86b86ac43d6910ed8f21075364282ec9edb4a48aba20f82f2 languageName: node linkType: hard -"@react-stately/overlays@npm:^3.6.5": - version: 3.6.5 - resolution: "@react-stately/overlays@npm:3.6.5" +"@react-stately/overlays@npm:^3.6.6": + version: 3.6.6 + resolution: "@react-stately/overlays@npm:3.6.6" dependencies: - "@react-stately/utils": "npm:^3.9.1" - "@react-types/overlays": "npm:^3.8.5" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/overlays": "npm:^3.8.6" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/7a905211376124174c410db803c31fb51dbd55a038f1908a97308ce34d3903f626fd1423a2ad89a3a473f09654319b4ce1b83a448de71932931e0f015a3d1c0f + checksum: 10c0/1438bef13516d1c2a4957ca3a76a0a355ac821de803ee1dc6b0a7354dcab6c172d46fcf931d12f1a74be8c6af111cab77da5fa34af014a6b44f5cd6baa614228 languageName: node linkType: hard -"@react-stately/radio@npm:^3.10.2": - version: 3.10.2 - resolution: "@react-stately/radio@npm:3.10.2" +"@react-stately/radio@npm:^3.10.3": + version: 3.10.3 + resolution: "@react-stately/radio@npm:3.10.3" dependencies: - "@react-stately/form": "npm:^3.0.1" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/radio": "npm:^3.7.1" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/radio": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/754e1b21188ed7fb8755df2c898dbf86a1bd5fdfdd7d801486cdd025a0ea7a587fe78474b3d9881c987e6fe86866615131c164880fd32aa10a2ac866fd61e01b + checksum: 10c0/504fd5039e0eba2fc7072f3ab16daa4ff407e7de2a5cfd79b25cc24ed4a954673c471e703232174fd036b55b23130bbbef27cd943e91458c96a100ccf0994251 languageName: node linkType: hard -"@react-stately/searchfield@npm:^3.5.1": - version: 3.5.1 - resolution: "@react-stately/searchfield@npm:3.5.1" +"@react-stately/searchfield@npm:^3.5.2": + version: 3.5.2 + resolution: "@react-stately/searchfield@npm:3.5.2" dependencies: - "@react-stately/utils": "npm:^3.9.1" - "@react-types/searchfield": "npm:^3.5.3" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/searchfield": "npm:^3.5.4" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/4e290a82bbc7e62aaea0a244803fac874a474fc4e16d29e1bd702c6f9086d5901534c9b866197e2e724aa28748a27c81b6023fc9cde6568f9266f3ae13c938f5 + checksum: 10c0/cb7c848407c57d19a3d87c4a256fb139e39c9584d0d8ea010c2dffd779790dc276f59d712bb520fe6e4c8439120c7130b2c89a1de8b47817c0c5f94b0fbca0ac languageName: node linkType: hard -"@react-stately/select@npm:^3.6.2": - version: 3.6.2 - resolution: "@react-stately/select@npm:3.6.2" +"@react-stately/select@npm:^3.6.3": + version: 3.6.3 + resolution: "@react-stately/select@npm:3.6.3" dependencies: - "@react-stately/form": "npm:^3.0.1" - "@react-stately/list": "npm:^3.10.3" - "@react-stately/overlays": "npm:^3.6.5" - "@react-types/select": "npm:^3.9.2" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/list": "npm:^3.10.4" + "@react-stately/overlays": "npm:^3.6.6" + "@react-types/select": "npm:^3.9.3" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/4b43bee440569a449363468746ee632fa85c604e208e0d3f67886972aca330f2136b10b01cb39b347ec36c11d8d5deca9c7b3c613e4e05cc36017cbdf6a3d238 + checksum: 10c0/5dd574d782d00a997f0fe18de76d1e3bb7d3c6c8e2257c61742a3170b303afe01f47b01bc0ce6296804068cbd305056cec9d960ec39c84cf889be3299c862111 languageName: node linkType: hard -"@react-stately/selection@npm:^3.14.3": - version: 3.14.3 - resolution: "@react-stately/selection@npm:3.14.3" +"@react-stately/selection@npm:^3.15.0": + version: 3.15.0 + resolution: "@react-stately/selection@npm:3.15.0" dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/76855cb7abe50b9b58ec68abc59cfd6214debcf5a2bacb7a0ac2f923ce45caf054bee9a79ecc15a9a08628e18ae601e2bc57b97d713ba8cb5cd138b05eddae0b + checksum: 10c0/5d9e6999addcc1cbcc77d5707dcb8e988a18bfc9db4c3803b693f46f599862778a5246b5e776b9c09a82bc6637d0783b12e473b467af25a16be7b0614c4ea688 languageName: node linkType: hard -"@react-stately/slider@npm:^3.5.2": - version: 3.5.2 - resolution: "@react-stately/slider@npm:3.5.2" +"@react-stately/slider@npm:^3.5.3": + version: 3.5.3 + resolution: "@react-stately/slider@npm:3.5.3" dependencies: - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" - "@react-types/slider": "npm:^3.7.1" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" + "@react-types/slider": "npm:^3.7.2" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/7c8c37e642b3b83adc369ae63e55bfd50337f041b8db692bda4c0cae9ad06a6e2ede1cd7e85c02eca9aa7e0e3e8b0b68a0a4ae10e696ce614c500458d0d79a51 + checksum: 10c0/5a369cb0abb2542ffe35687c171f4adf196c1b9802aa7e1f55818fdece8f2c5fa6068a924dd2501ae90e49de686550e9c22da5fe75f867d2c6c7a46f16d40c5a languageName: node linkType: hard -"@react-stately/table@npm:^3.11.6": - version: 3.11.6 - resolution: "@react-stately/table@npm:3.11.6" +"@react-stately/table@npm:^3.11.7": + version: 3.11.7 + resolution: "@react-stately/table@npm:3.11.7" dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/flags": "npm:^3.0.1" - "@react-stately/grid": "npm:^3.8.5" - "@react-stately/selection": "npm:^3.14.3" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/grid": "npm:^3.2.4" - "@react-types/shared": "npm:^3.22.1" - "@react-types/table": "npm:^3.9.3" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/flags": "npm:^3.0.2" + "@react-stately/grid": "npm:^3.8.6" + "@react-stately/selection": "npm:^3.15.0" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/grid": "npm:^3.2.5" + "@react-types/shared": "npm:^3.23.0" + "@react-types/table": "npm:^3.9.4" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/27129820d3ad2443f3754c08ea41ba07822e4386bb894da6475b4b280b6b27c568a85ba6ca189363144f99e070c3f68b98846cddafd2e7fa38a4b224358967ff + checksum: 10c0/ced4a5d2356dd7333e413410e1736ff43b968e5120d9a0b05a7322b69946cd272754e415b2025525c6d201bae27ebda9c862a5b1e3fbf0ab9b4c66ed7bfff657 languageName: node linkType: hard -"@react-stately/tabs@npm:^3.6.4": - version: 3.6.4 - resolution: "@react-stately/tabs@npm:3.6.4" +"@react-stately/tabs@npm:^3.6.5": + version: 3.6.5 + resolution: "@react-stately/tabs@npm:3.6.5" dependencies: - "@react-stately/list": "npm:^3.10.3" - "@react-types/shared": "npm:^3.22.1" - "@react-types/tabs": "npm:^3.3.5" + "@react-stately/list": "npm:^3.10.4" + "@react-types/shared": "npm:^3.23.0" + "@react-types/tabs": "npm:^3.3.6" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/a87a687ab8e8e02cbf3b281c7cc553891f92993ca700dc3726ca95db3413fc4c48428945aa02c8b263815e28fa3885fa3efcb2c947c0dc72437ef53e8cd27751 + checksum: 10c0/3879bcf85603cb1417ecadc5a4b606a19ad79974d1cbb62184d45ef533319007a07d6ce25ea19392c42dfc544f35c8bab229c7d7ac23031e73e2cc7046b4e02d languageName: node linkType: hard -"@react-stately/toggle@npm:^3.7.2": - version: 3.7.2 - resolution: "@react-stately/toggle@npm:3.7.2" +"@react-stately/toggle@npm:^3.7.3": + version: 3.7.3 + resolution: "@react-stately/toggle@npm:3.7.3" dependencies: - "@react-stately/utils": "npm:^3.9.1" - "@react-types/checkbox": "npm:^3.7.1" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/checkbox": "npm:^3.8.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/e3de5ae4780142a4c11f1c5106687d172b9f156453230636958009643c3c7db4101446f008db06a887a64c04537b9f414af34a80b19f9da5ea7ca6b57dc6732f + checksum: 10c0/b5c9f97d704259eebc410c868093161dc71af6d73189802d1c12c776589d71eb9784da51f43e90c3f8ca1f7d84f3548145bbaf987b7eeeaed4f1bda3926512bf languageName: node linkType: hard -"@react-stately/tooltip@npm:^3.4.7": - version: 3.4.7 - resolution: "@react-stately/tooltip@npm:3.4.7" +"@react-stately/tooltip@npm:^3.4.8": + version: 3.4.8 + resolution: "@react-stately/tooltip@npm:3.4.8" dependencies: - "@react-stately/overlays": "npm:^3.6.5" - "@react-types/tooltip": "npm:^3.4.7" + "@react-stately/overlays": "npm:^3.6.6" + "@react-types/tooltip": "npm:^3.4.8" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0c4706dcc8fdc6b343305bad27c8b05efdf660a75f49731bf619ea9c4a66ff8a71e8abcaef5800eea4ba6ac1fbb10a8398784eb3206a0d569420adc54f9fdc50 + checksum: 10c0/d927524adeb80f674f4e679a61d485adde4cb5beb9774c20d93000ec6649ee13bceec973edca8875d5d07839dcbca87704d67bda0afd1fbb70ed1900b6297ebc languageName: node linkType: hard -"@react-stately/tree@npm:^3.7.6": - version: 3.7.6 - resolution: "@react-stately/tree@npm:3.7.6" +"@react-stately/tree@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-stately/tree@npm:3.8.0" dependencies: - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/selection": "npm:^3.14.3" - "@react-stately/utils": "npm:^3.9.1" - "@react-types/shared": "npm:^3.22.1" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/selection": "npm:^3.15.0" + "@react-stately/utils": "npm:^3.10.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/8243976812e0072b59a316e5f5f8f42ce58fc886eebc0a097533e506a362321954ba83229ce6e249a03239624ff16a54a760ce2feec7831cc4308c5ff94f2907 + checksum: 10c0/937c99f3b80984568eee0510eacbbb8f949d37c4a81a78136dd54da6c0780a6f48f2378f6737d51885a4ad70f0a2494c151388ea6ba168c8f8f7a2e8f12bd6c7 languageName: node linkType: hard -"@react-stately/utils@npm:^3.9.1": - version: 3.9.1 - resolution: "@react-stately/utils@npm:3.9.1" +"@react-stately/utils@npm:^3.10.0": + version: 3.10.0 + resolution: "@react-stately/utils@npm:3.10.0" dependencies: "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/13866d235519b2dc587e35c2f0caeadf3bbb487f8e9e0b24c9d18c464b5fde26dcceb472d499f04165277a93cd80bee7203a5e6257b54030f44570a081d138b3 + checksum: 10c0/5d231c8393dba617c1ff84fb5fca0478af9474ccafec1012abd50c69c9f24c091ded6ec6a2f955a4f4d0fe130ea987728cd9b916e18831a2dab1d37ac2407967 languageName: node linkType: hard -"@react-stately/virtualizer@npm:^3.6.8": - version: 3.6.8 - resolution: "@react-stately/virtualizer@npm:3.6.8" +"@react-stately/virtualizer@npm:^3.7.0": + version: 3.7.0 + resolution: "@react-stately/virtualizer@npm:3.7.0" dependencies: - "@react-aria/utils": "npm:^3.23.2" - "@react-types/shared": "npm:^3.22.1" + "@react-aria/utils": "npm:^3.24.0" + "@react-types/shared": "npm:^3.23.0" "@swc/helpers": "npm:^0.5.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/4994c48a80f6697d5eec264abdbd8a63667cda558fac9ac0dd5b187f8eb675f43981c8d55bcfb89b8959c1a59b4c74eb7503220097b77906f11a366cb870d693 + checksum: 10c0/048a19e8b9f4a6f92bd9e4f7f6730f73408b0b12fe86dc0e4f44de264041e88f3caf9044b84c338efa9d67f33e5458b73b7d34b98d6d0b3080cdf050faa81291 languageName: node linkType: hard -"@react-types/breadcrumbs@npm:^3.7.3": - version: 3.7.3 - resolution: "@react-types/breadcrumbs@npm:3.7.3" +"@react-types/breadcrumbs@npm:^3.7.4": + version: 3.7.4 + resolution: "@react-types/breadcrumbs@npm:3.7.4" dependencies: - "@react-types/link": "npm:^3.5.3" - "@react-types/shared": "npm:^3.22.1" + "@react-types/link": "npm:^3.5.4" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/d5ad657d29d74b0e759759bc24cf5eb2e7527d47814c94515a279a8b8388eec56b870b7375a4a4b5b661977a60624c1b5a7399498ab2b3cf6f40ee5954b12c5a + checksum: 10c0/2da5387d2e0888d1d55fda7cb841a05863b4013f5abbea4da3363a0a2714f558e620b596eb63f0c0a20210b86c4edeb165690e080df85c15bc6cccf9c186a8d2 languageName: node linkType: hard -"@react-types/button@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-types/button@npm:3.9.2" +"@react-types/button@npm:^3.9.3": + version: 3.9.3 + resolution: "@react-types/button@npm:3.9.3" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/540c875328f6035037d1db1b13b8394f099892a6d93e41a1748597accc2b736a48067779573d75c661a9f7df30f0de25fee00c7935cbda977fba176d6f149d47 + checksum: 10c0/4447f16762573248f809f7602034da4562116a8d0e2d2213bb7eb91f0b23f161440959e482c280eb424c73013bfecc63b83cdd60939438852b3cb68c16073272 languageName: node linkType: hard -"@react-types/calendar@npm:^3.4.4": - version: 3.4.4 - resolution: "@react-types/calendar@npm:3.4.4" +"@react-types/calendar@npm:^3.4.5": + version: 3.4.5 + resolution: "@react-types/calendar@npm:3.4.5" dependencies: - "@internationalized/date": "npm:^3.5.2" - "@react-types/shared": "npm:^3.22.1" + "@internationalized/date": "npm:^3.5.3" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/9088c3b28e2259b58d41ece490de360b9f82c5e1dc8638b23ac42c28223e722376dbf3e72a44b2f8543ac45b9c5ddbbd3752bbb1f4354a6854aa99f13051b93c + checksum: 10c0/45e92fdbcbe72cf01acaab93bee1d8c44d8cbcb0dd4f771bed10217b562ed9fb4a61674dab0d7ad0145c71e4dda57891f3b43ffb5aece43c7982679a1ffd98ce languageName: node linkType: hard -"@react-types/checkbox@npm:^3.7.1": - version: 3.7.1 - resolution: "@react-types/checkbox@npm:3.7.1" +"@react-types/checkbox@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-types/checkbox@npm:3.8.0" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/ac6ec34a6109b2a1725fba923afd5355bc57c2b759bf874aa42107cd0ff2b78935005a592f527fbcb031ef1d2f0b09d372f7985d35e5c3613195d1d3d0bc0dd5 + checksum: 10c0/d309c794610165098e0d5582b048ea29c06df4767e7b8a10b6377d5d69cc90ecc5e53a4c2534a917c4110c1662991d7fd0eda31aaa9d3b37861f985fef827c0c languageName: node linkType: hard -"@react-types/combobox@npm:^3.10.1": - version: 3.10.1 - resolution: "@react-types/combobox@npm:3.10.1" +"@react-types/combobox@npm:^3.11.0": + version: 3.11.0 + resolution: "@react-types/combobox@npm:3.11.0" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/a6bc12076ba0c28af034e6cf162e2253d5ab66a7c02cfae03fd90ebfa0f9612f5eaf4c3fdaa64079e51ce512908bdc368d5e263b808952c4e6ab3736e3ef3c6b + checksum: 10c0/4edf39dde0231a9e9dcfd1f6ed8b5b070c77e562cc989036467e031658b95b0c1eb380c38cc8969d735e096367c44cb1fdbaa25078dc27560563e6d4f786bebe languageName: node linkType: hard -"@react-types/datepicker@npm:^3.7.2": - version: 3.7.2 - resolution: "@react-types/datepicker@npm:3.7.2" +"@react-types/datepicker@npm:^3.7.3": + version: 3.7.3 + resolution: "@react-types/datepicker@npm:3.7.3" dependencies: - "@internationalized/date": "npm:^3.5.2" - "@react-types/calendar": "npm:^3.4.4" - "@react-types/overlays": "npm:^3.8.5" - "@react-types/shared": "npm:^3.22.1" + "@internationalized/date": "npm:^3.5.3" + "@react-types/calendar": "npm:^3.4.5" + "@react-types/overlays": "npm:^3.8.6" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/e25142d89765954e7a1b20a6a945f76c154a70246044c493255b04f068e38281421b1144b88da3fab8a0cfdf4d76d974bb12e85edaf7e85b80b4cefdb1faadf3 + checksum: 10c0/1f001cb716c18a41490015bd413a6ea234d78af4e26554113e5ebd71785506cbf588bd8121f0a7eda9b9b9ccd9d5d867922fdcdf19b5391e5ca76e52c262abc3 languageName: node linkType: hard -"@react-types/dialog@npm:^3.5.8": - version: 3.5.8 - resolution: "@react-types/dialog@npm:3.5.8" +"@react-types/dialog@npm:^3.5.9": + version: 3.5.9 + resolution: "@react-types/dialog@npm:3.5.9" dependencies: - "@react-types/overlays": "npm:^3.8.5" - "@react-types/shared": "npm:^3.22.1" + "@react-types/overlays": "npm:^3.8.6" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/beafa8fe3371cbc32367a3352f79777594a6d0def3beaa2e981bc67957ea530484f4f3e57f29a77e7fa0e8af9612e690df25155697f667fce5a3febba65eeaea + checksum: 10c0/a3c60c85c529e29932a5d7f9f56da21f6862c2869ce9898a34bd9a8e800212a135f873fbf1fdc5aaff9eab800a851069adfca988ccb50e09ae4eece02dd569db languageName: node linkType: hard -"@react-types/grid@npm:^3.2.4": - version: 3.2.4 - resolution: "@react-types/grid@npm:3.2.4" +"@react-types/grid@npm:^3.2.5": + version: 3.2.5 + resolution: "@react-types/grid@npm:3.2.5" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/fff586ae18d999c92461e66e5013e001eb284a51f8bb665b9be231251f1c0903c58815eae911b04e8a957fe0249d3d6431dc9f90f809cad1f6f213c7436250cd + checksum: 10c0/70e7bd0847a0e1f04eef346416a9df24127330daea6c647d64e56cfd2e676c6327b1a29d46d75acc96a10dffd69615981f8c9da26f8399c0a0aa997607cf2e37 languageName: node linkType: hard -"@react-types/link@npm:^3.5.3": - version: 3.5.3 - resolution: "@react-types/link@npm:3.5.3" +"@react-types/link@npm:^3.5.4": + version: 3.5.4 + resolution: "@react-types/link@npm:3.5.4" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/548481f94fffcd416c5652f707ac9628245bb3c76df5350eef4064644bd64e605816b5fd41d61da90dcb43331ab701f3c338702f1a3ed5c9343b9393afde629a + checksum: 10c0/51b3b984a12c2b4fc96c4a6594ed423bde8449375a9767dccdb6353d13658d83ed510c60640f65f1151851cacb831924414e788972b8f6cf328eb371f5232430 languageName: node linkType: hard -"@react-types/listbox@npm:^3.4.7": - version: 3.4.7 - resolution: "@react-types/listbox@npm:3.4.7" +"@react-types/listbox@npm:^3.4.8": + version: 3.4.8 + resolution: "@react-types/listbox@npm:3.4.8" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0186816059f3d8bde4230ad9e60cf8a60d34eb4d82158252d751c0572540003b3c05751b9fc4cbc8e67fc6c31639acaada61666389691deaefabb6127dbaee76 + checksum: 10c0/76387a1db17ab111e8186ec9b6708d4462de255e6cf1377d9cbd9fe53fa6477263018b33effda45892398c4ac3ab1aa326f7bbf1a67892f982b54ff53f8e2884 languageName: node linkType: hard -"@react-types/menu@npm:^3.9.7": - version: 3.9.7 - resolution: "@react-types/menu@npm:3.9.7" +"@react-types/menu@npm:^3.9.8": + version: 3.9.8 + resolution: "@react-types/menu@npm:3.9.8" dependencies: - "@react-types/overlays": "npm:^3.8.5" - "@react-types/shared": "npm:^3.22.1" + "@react-types/overlays": "npm:^3.8.6" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0a4d37943f97ff59f377bb25b111295d1c492f51684d9d7886683d7bb16e1270a0821e3db29b485e29f758045ba607badb75ae481424e2e1236d8d89bab7c5ae + checksum: 10c0/6cb23b177364d1277d3da8fe2d6e745a3166e5b32d804b507b487f98e76077644f95653188c4b176972696be49b5908bb295c1137b739e9491959637445f8f58 languageName: node linkType: hard -"@react-types/meter@npm:^3.3.7": - version: 3.3.7 - resolution: "@react-types/meter@npm:3.3.7" +"@react-types/meter@npm:^3.4.0": + version: 3.4.0 + resolution: "@react-types/meter@npm:3.4.0" dependencies: - "@react-types/progress": "npm:^3.5.2" + "@react-types/progress": "npm:^3.5.3" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/3c1a54816f81a0ac303f8dce5088a3d565f0ea6201df1e8c7d2c449cce3b1c078c74554fd67b84e0ba20bfd56d5961582de7c6ff89543b1b67edf92c793a36b1 + checksum: 10c0/22a29fe31f4c47cca8c7cd1750e5ebafc09c42062fc085d9b3eb40c98e76add09bad518a3b88c94ef3aaebf6ed57c3b8e95e736df0f8003b3e21902f3b85704e languageName: node linkType: hard -"@react-types/numberfield@npm:^3.8.1": - version: 3.8.1 - resolution: "@react-types/numberfield@npm:3.8.1" +"@react-types/numberfield@npm:^3.8.2": + version: 3.8.2 + resolution: "@react-types/numberfield@npm:3.8.2" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/0c3917e2f324ef000004259eb74cabaf73d38ec0bb7a1f7d63d4a894024ae4971ede9913f45c5982d25109fb165016cd213f82c0ff21202283cee67df48f592b + checksum: 10c0/a44f1c4f208b79fddc4cdd6540cb872b1ac5f86db418d4e0dd2e5b636feb06be563b8dd2ab0b5e0b586ac619006bc8477d8a0f78d6ba2203e2781c8a6f9db96a languageName: node linkType: hard -"@react-types/overlays@npm:^3.8.5": - version: 3.8.5 - resolution: "@react-types/overlays@npm:3.8.5" +"@react-types/overlays@npm:^3.8.6": + version: 3.8.6 + resolution: "@react-types/overlays@npm:3.8.6" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/ce7436d81f82997f183d20950e06ff23ef0d0b51a93ec3b63e5fe120fa3fad6e3949c00583fb151b27d8bed77e6501bf7594fca06d4574441ed05498b37c624f + checksum: 10c0/d2efbe26c47254941195249e2f600ba0d0f85b326e120d7ad7b08665af3cbfc7f1cf223b18a2a0058c909bdc7f8a1fd466c71884b8de50e2aa76e5c8f685bd04 languageName: node linkType: hard -"@react-types/progress@npm:^3.5.2": - version: 3.5.2 - resolution: "@react-types/progress@npm:3.5.2" +"@react-types/progress@npm:^3.5.3": + version: 3.5.3 + resolution: "@react-types/progress@npm:3.5.3" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/f253b839b53052870c32eca8e8431d1891f39d3f58432a7219f64d9366e2571c8799815a9d8786382b9190597ea39d91f311d34c143a9c399ef156c010acad38 + checksum: 10c0/35d9a5f8e2f56fb2a94687e9782b11e7649a3525413e674d18bb1199997f29907e98f98ac8bdb39809483ca40190d84df555132a1c75dbafb09dcdaf1ebcafc8 languageName: node linkType: hard -"@react-types/radio@npm:^3.7.1": - version: 3.7.1 - resolution: "@react-types/radio@npm:3.7.1" +"@react-types/radio@npm:^3.8.0": + version: 3.8.0 + resolution: "@react-types/radio@npm:3.8.0" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/edec2dccaf9bff69ef43a461cf2cbd296002ea1fd20e825ea88664cbe00203aafd3f883ed78273b1b0b99d77865ae9b32f6c72bdaaf85d7e5f5e14460dde3677 + checksum: 10c0/1cc8c80e50ff634d102a42f4a0a5500f556735241d0a8dffaafd72fc0a51c0c19ad068ca5f9fab9f99299c28d6192636174556986a963b5ffd6a5c80776047a6 languageName: node linkType: hard -"@react-types/searchfield@npm:^3.5.3": - version: 3.5.3 - resolution: "@react-types/searchfield@npm:3.5.3" +"@react-types/searchfield@npm:^3.5.4": + version: 3.5.4 + resolution: "@react-types/searchfield@npm:3.5.4" dependencies: - "@react-types/shared": "npm:^3.22.1" - "@react-types/textfield": "npm:^3.9.1" + "@react-types/shared": "npm:^3.23.0" + "@react-types/textfield": "npm:^3.9.2" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/abbc8979af22c246e8060428b3251a70dc2b4cccb7b46696e63efe471699ca60710814eaa5d2c5890e9239d8b00f02aed318e9c004a2a7d526b8eb0eee6d4693 + checksum: 10c0/8d1c851c2e9f2bd9a0d414abfd71c35ab78d66fa0164c6e69c78e04773714afb548f856cead90c49bcfdeb5924ac4891e443a07b736d5bbdc93198a1e568568a languageName: node linkType: hard -"@react-types/select@npm:^3.9.2": - version: 3.9.2 - resolution: "@react-types/select@npm:3.9.2" +"@react-types/select@npm:^3.9.3": + version: 3.9.3 + resolution: "@react-types/select@npm:3.9.3" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/737f9ad61ebae63338cd4b6ea7c161fec5208d7891504ea040a0fb2f85e8979d06f0e616371b6eaf9ba709d6bc2a13beaaac37478a4bc79a75cfe27ae1cec7a5 + checksum: 10c0/f8d9c5b1f6779fa7d7aa7bb75004c350814b99b2796e4c6c1d2b9c93353ff1efc3816da1a68136a3a339260ae27f907dc3faf525f0a6fb14ed76bd4e9b883c0b languageName: node linkType: hard -"@react-types/shared@npm:^3.22.1": - version: 3.22.1 - resolution: "@react-types/shared@npm:3.22.1" +"@react-types/shared@npm:^3.23.0": + version: 3.23.0 + resolution: "@react-types/shared@npm:3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/c86d1c943b3d7a1164b13bd90401bab2588aa7a741d769acabede4655db7da663dae42c3646b177271ddec101af881747ce13d7825ef4eb9eb791741ff0623d9 + checksum: 10c0/f2c76b51b065a277516d7342697bb06e3f0cb22204ddd034da699405c79acbf1752bfb005298ef9c7a79dc9a068d7c756cffcfb920bb591624803a7ab29ef7b6 languageName: node linkType: hard -"@react-types/slider@npm:^3.7.1": - version: 3.7.1 - resolution: "@react-types/slider@npm:3.7.1" +"@react-types/slider@npm:^3.7.2": + version: 3.7.2 + resolution: "@react-types/slider@npm:3.7.2" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/c4adf737adebba63474bd824fcb7b75efaf1135b843726840f791d8410136954e017e1b5bc7e8fc0162f3fdb55527d30ee1f2e1633268741bbbff463184c4107 + checksum: 10c0/6b3c61f274f91e2d17fbede9656660e0ac6fb130a06f04c24b7e9967d9adf083d93345cf1fc18862cdbf66c3e7a3ed829f61824a5cf2a316bcfc3e9197783dcb languageName: node linkType: hard -"@react-types/switch@npm:^3.5.1": - version: 3.5.1 - resolution: "@react-types/switch@npm:3.5.1" +"@react-types/switch@npm:^3.5.2": + version: 3.5.2 + resolution: "@react-types/switch@npm:3.5.2" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/b1bc24590c5f8cb55a38a65e09c57f3d7cbdcffc998a4115f9dcb0e7d55715713cbe6141e2c72004cb3b699b6b043bb97f1e3842944fb9c5128f7d68b2e3afbc + checksum: 10c0/ecc92ce02fb2330550935d2d4b767b93c354ead5b3317d81427a5b6435ce1db3dbbbab0f5284d7ef1f5f519df1e76bf4095a2683dd1f5b100d8ce899d1de9c78 languageName: node linkType: hard -"@react-types/table@npm:^3.9.3": - version: 3.9.3 - resolution: "@react-types/table@npm:3.9.3" +"@react-types/table@npm:^3.9.4": + version: 3.9.4 + resolution: "@react-types/table@npm:3.9.4" dependencies: - "@react-types/grid": "npm:^3.2.4" - "@react-types/shared": "npm:^3.22.1" + "@react-types/grid": "npm:^3.2.5" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/2ee8c6c7d44ba13b91db21a12a37653488311bfd6ca5366d04280472a404d7ff6e3e7ae11831f88f6baaf8655f8051724cefbd68100c5673d7cd46bef9e05d61 + checksum: 10c0/e63eefdf05e5003c4b853654d5b309971d04f72313a59e9146ee473b2ff6d2942235e8ab5ec5b135ff6fe99b5993554a23a3f8b9c2df10fa0e87050f105a1e06 languageName: node linkType: hard -"@react-types/tabs@npm:^3.3.5": - version: 3.3.5 - resolution: "@react-types/tabs@npm:3.3.5" +"@react-types/tabs@npm:^3.3.6": + version: 3.3.6 + resolution: "@react-types/tabs@npm:3.3.6" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/50b0b4083a7290686473ee6233910b7c9502556c3cd2321dd835bafed962f1872c5b39133ef366016ddbb8ebe56d554b46b38652e24d3928c3247dc0fbb986f0 + checksum: 10c0/36c26eececd6f4451dd2f2520dc7d8d477e4161d0619534d2328575ee6562bab024ef2c9f0d7fed88a2ebd07f427c251d7ad95eadcf617a13f25861bedc994d8 languageName: node linkType: hard -"@react-types/textfield@npm:^3.9.1": - version: 3.9.1 - resolution: "@react-types/textfield@npm:3.9.1" +"@react-types/textfield@npm:^3.9.2": + version: 3.9.2 + resolution: "@react-types/textfield@npm:3.9.2" dependencies: - "@react-types/shared": "npm:^3.22.1" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/205896cba715a8f7c2faf657206138f62ce92261f2e03187b3dbc12a0fea938b9eb3b1593133fd8b4396d854d5453aa4076f6ae2f6b7609403c26d8eb37e3930 + checksum: 10c0/7721380c1b68e9fe5f1b8c20cbe5f28ef5892a270e5a85f766d8a906a11246e20c0f563fce960c109c4a6b16c9a3d95bae4215cb010dd22f36499b9e90db3882 languageName: node linkType: hard -"@react-types/tooltip@npm:^3.4.7": - version: 3.4.7 - resolution: "@react-types/tooltip@npm:3.4.7" +"@react-types/tooltip@npm:^3.4.8": + version: 3.4.8 + resolution: "@react-types/tooltip@npm:3.4.8" dependencies: - "@react-types/overlays": "npm:^3.8.5" - "@react-types/shared": "npm:^3.22.1" + "@react-types/overlays": "npm:^3.8.6" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/929f67624162136c5621dacf3742c93f1fb2613840dffd0fe3f806486c1efd1d4bb79912ba31809a3358bfe1f5b739c717e0dbc34da42d991ec680195cf15f60 + checksum: 10c0/e257e4267aae93a2a0e768454f0f8fc98fca9760585ad15ae37deae681fcee58637584765554515a7e29b86fdb82e4b229b930f2e5f99daa5a12fab9041d3a5f languageName: node linkType: hard @@ -3698,21 +3700,21 @@ __metadata: languageName: node linkType: hard -"@tanstack/query-core@npm:5.32.1": - version: 5.32.1 - resolution: "@tanstack/query-core@npm:5.32.1" - checksum: 10c0/2ae228c6bc6e5415c7345785c9b2680811e42aaf5b0183612546127ba67ccfe26adda5271845a6d40137c642f73e23909feb357e1e2c2423b4caf3a2d82868dc +"@tanstack/query-core@npm:5.35.1": + version: 5.35.1 + resolution: "@tanstack/query-core@npm:5.35.1" + checksum: 10c0/c991efeb29ec42f9aadf43130dac5e4e9e0651880ef96e0cb5f0dc3224b9b919b34f0e4af53231a7de32582aa7ba801ed6683ed7448e41e7b2a344803f08f3fe languageName: node linkType: hard -"@tanstack/react-query@npm:^5.32.1": - version: 5.32.1 - resolution: "@tanstack/react-query@npm:5.32.1" +"@tanstack/react-query@npm:^5.35.1": + version: 5.35.1 + resolution: "@tanstack/react-query@npm:5.35.1" dependencies: - "@tanstack/query-core": "npm:5.32.1" + "@tanstack/query-core": "npm:5.35.1" peerDependencies: react: ^18.0.0 - checksum: 10c0/fdf5fb746a8e6b4954c4f7e83709bb871d6ff4d936d0b5adfc4b6b18953e0250179a8e39e7df9cdfc0915362a24f3d1309f01ef2c31128d5ff4272666f77461a + checksum: 10c0/80b3d4e295b05171e34f522c1856bcd561c58963e7661ae2340f3406a3097b7c9896d4f67005876c634ce1d808791498a987b200f00341e6df9fcc862060e6ad languageName: node linkType: hard @@ -3753,12 +3755,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.12.7": - version: 20.12.7 - resolution: "@types/node@npm:20.12.7" +"@types/node@npm:^20.12.9": + version: 20.12.9 + resolution: "@types/node@npm:20.12.9" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/dce80d63a3b91892b321af823d624995c61e39c6a223cc0ac481a44d337640cc46931d33efb3beeed75f5c85c3bda1d97cef4c5cd4ec333caf5dee59cff6eca0 + checksum: 10c0/410da89226b425fa24fe497fbffb90a79ce63461ff0e0361414de567dc80b8c9b5a0e5803983bb62e2c7757b0769bf49498d3578e61f677590124491cdaf1d7a languageName: node linkType: hard @@ -4429,12 +4431,12 @@ __metadata: "@graphql-codegen/typescript-graphql-request": "npm:^6.2.0" "@graphql-codegen/typescript-operations": "npm:4.2.0" "@heroicons/react": "npm:^2.1.3" - "@mui/base": "npm:^5.0.0-beta.42" + "@mui/base": "npm:^5.0.0-beta.43" "@next/third-parties": "npm:^14.2.3" "@tailwindcss/container-queries": "npm:^0.1.1" "@tailwindcss/typography": "npm:^0.5.13" - "@tanstack/react-query": "npm:^5.32.1" - "@types/node": "npm:^20.12.7" + "@tanstack/react-query": "npm:^5.35.1" + "@types/node": "npm:^20.12.9" "@types/qs": "npm:^6.9.15" "@types/react": "npm:^18.3.1" autoprefixer: "npm:^10.4.19" @@ -4454,13 +4456,13 @@ __metadata: next-drupal: "npm:^1.6.0" postcss: "npm:^8.4.38" react: "npm:^18.3.1" - react-aria: "npm:^3.32.1" + react-aria: "npm:^3.33.0" react-dom: "npm:^18.3.1" react-error-boundary: "npm:^4.0.13" react-focus-lock: "npm:^2.12.1" react-obfuscate: "npm:^3.6.9" react-obfuscate-email: "npm:^1.1.2" - react-stately: "npm:^3.30.1" + react-stately: "npm:^3.31.0" react-tiny-oembed: "npm:^1.1.0" sharp: "npm:^0.33.3" tailwind-merge: "npm:^2.3.0" @@ -4887,10 +4889,10 @@ __metadata: languageName: node linkType: hard -"clsx@npm:^2.1.0": - version: 2.1.0 - resolution: "clsx@npm:2.1.0" - checksum: 10c0/c09c00ad14f638366ca814097e6cab533dfa1972a358da5b557be487168acbb25b4c1395e89ffa842a8a61ba87a462d2b4885bc9d4f8410b598f3cb339599cdb +"clsx@npm:^2.1.1": + version: 2.1.1 + resolution: "clsx@npm:2.1.1" + checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839 languageName: node linkType: hard @@ -8534,51 +8536,51 @@ __metadata: languageName: node linkType: hard -"react-aria@npm:^3.32.1": - version: 3.32.1 - resolution: "react-aria@npm:3.32.1" - dependencies: - "@internationalized/string": "npm:^3.2.1" - "@react-aria/breadcrumbs": "npm:^3.5.11" - "@react-aria/button": "npm:^3.9.3" - "@react-aria/calendar": "npm:^3.5.6" - "@react-aria/checkbox": "npm:^3.14.1" - "@react-aria/combobox": "npm:^3.8.4" - "@react-aria/datepicker": "npm:^3.9.3" - "@react-aria/dialog": "npm:^3.5.12" - "@react-aria/dnd": "npm:^3.5.3" - "@react-aria/focus": "npm:^3.16.2" - "@react-aria/gridlist": "npm:^3.7.5" - "@react-aria/i18n": "npm:^3.10.2" - "@react-aria/interactions": "npm:^3.21.1" - "@react-aria/label": "npm:^3.7.6" - "@react-aria/link": "npm:^3.6.5" - "@react-aria/listbox": "npm:^3.11.5" - "@react-aria/menu": "npm:^3.13.1" - "@react-aria/meter": "npm:^3.4.11" - "@react-aria/numberfield": "npm:^3.11.1" - "@react-aria/overlays": "npm:^3.21.1" - "@react-aria/progress": "npm:^3.4.11" - "@react-aria/radio": "npm:^3.10.2" - "@react-aria/searchfield": "npm:^3.7.3" - "@react-aria/select": "npm:^3.14.3" - "@react-aria/selection": "npm:^3.17.5" - "@react-aria/separator": "npm:^3.3.11" - "@react-aria/slider": "npm:^3.7.6" - "@react-aria/ssr": "npm:^3.9.2" - "@react-aria/switch": "npm:^3.6.2" - "@react-aria/table": "npm:^3.13.5" - "@react-aria/tabs": "npm:^3.8.5" - "@react-aria/tag": "npm:^3.3.3" - "@react-aria/textfield": "npm:^3.14.3" - "@react-aria/tooltip": "npm:^3.7.2" - "@react-aria/utils": "npm:^3.23.2" - "@react-aria/visually-hidden": "npm:^3.8.10" - "@react-types/shared": "npm:^3.22.1" +"react-aria@npm:^3.33.0": + version: 3.33.0 + resolution: "react-aria@npm:3.33.0" + dependencies: + "@internationalized/string": "npm:^3.2.2" + "@react-aria/breadcrumbs": "npm:^3.5.12" + "@react-aria/button": "npm:^3.9.4" + "@react-aria/calendar": "npm:^3.5.7" + "@react-aria/checkbox": "npm:^3.14.2" + "@react-aria/combobox": "npm:^3.9.0" + "@react-aria/datepicker": "npm:^3.10.0" + "@react-aria/dialog": "npm:^3.5.13" + "@react-aria/dnd": "npm:^3.6.0" + "@react-aria/focus": "npm:^3.17.0" + "@react-aria/gridlist": "npm:^3.8.0" + "@react-aria/i18n": "npm:^3.11.0" + "@react-aria/interactions": "npm:^3.21.2" + "@react-aria/label": "npm:^3.7.7" + "@react-aria/link": "npm:^3.7.0" + "@react-aria/listbox": "npm:^3.12.0" + "@react-aria/menu": "npm:^3.14.0" + "@react-aria/meter": "npm:^3.4.12" + "@react-aria/numberfield": "npm:^3.11.2" + "@react-aria/overlays": "npm:^3.22.0" + "@react-aria/progress": "npm:^3.4.12" + "@react-aria/radio": "npm:^3.10.3" + "@react-aria/searchfield": "npm:^3.7.4" + "@react-aria/select": "npm:^3.14.4" + "@react-aria/selection": "npm:^3.18.0" + "@react-aria/separator": "npm:^3.3.12" + "@react-aria/slider": "npm:^3.7.7" + "@react-aria/ssr": "npm:^3.9.3" + "@react-aria/switch": "npm:^3.6.3" + "@react-aria/table": "npm:^3.14.0" + "@react-aria/tabs": "npm:^3.9.0" + "@react-aria/tag": "npm:^3.4.0" + "@react-aria/textfield": "npm:^3.14.4" + "@react-aria/tooltip": "npm:^3.7.3" + "@react-aria/utils": "npm:^3.24.0" + "@react-aria/visually-hidden": "npm:^3.8.11" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/03c17a9874b4c172f6cbdd97f8587420998f99520af19cf7dc24f730e7880fd688a6dbc66f2388ed3eb236992b4bcd075af410454228376a58332da24463cbd9 + checksum: 10c0/537080050f2f649dd776e7744a5154d9e72bd41681160a01dcfaeefa9455c8c49ea77e4c5545fd142a5148e0e34487bb85aca18b75b835e7d1e7ed874e3559a6 languageName: node linkType: hard @@ -8689,36 +8691,36 @@ __metadata: languageName: node linkType: hard -"react-stately@npm:^3.30.1": - version: 3.30.1 - resolution: "react-stately@npm:3.30.1" - dependencies: - "@react-stately/calendar": "npm:^3.4.4" - "@react-stately/checkbox": "npm:^3.6.3" - "@react-stately/collections": "npm:^3.10.5" - "@react-stately/combobox": "npm:^3.8.2" - "@react-stately/data": "npm:^3.11.2" - "@react-stately/datepicker": "npm:^3.9.2" - "@react-stately/dnd": "npm:^3.2.8" - "@react-stately/form": "npm:^3.0.1" - "@react-stately/list": "npm:^3.10.3" - "@react-stately/menu": "npm:^3.6.1" - "@react-stately/numberfield": "npm:^3.9.1" - "@react-stately/overlays": "npm:^3.6.5" - "@react-stately/radio": "npm:^3.10.2" - "@react-stately/searchfield": "npm:^3.5.1" - "@react-stately/select": "npm:^3.6.2" - "@react-stately/selection": "npm:^3.14.3" - "@react-stately/slider": "npm:^3.5.2" - "@react-stately/table": "npm:^3.11.6" - "@react-stately/tabs": "npm:^3.6.4" - "@react-stately/toggle": "npm:^3.7.2" - "@react-stately/tooltip": "npm:^3.4.7" - "@react-stately/tree": "npm:^3.7.6" - "@react-types/shared": "npm:^3.22.1" +"react-stately@npm:^3.31.0": + version: 3.31.0 + resolution: "react-stately@npm:3.31.0" + dependencies: + "@react-stately/calendar": "npm:^3.5.0" + "@react-stately/checkbox": "npm:^3.6.4" + "@react-stately/collections": "npm:^3.10.6" + "@react-stately/combobox": "npm:^3.8.3" + "@react-stately/data": "npm:^3.11.3" + "@react-stately/datepicker": "npm:^3.9.3" + "@react-stately/dnd": "npm:^3.3.0" + "@react-stately/form": "npm:^3.0.2" + "@react-stately/list": "npm:^3.10.4" + "@react-stately/menu": "npm:^3.7.0" + "@react-stately/numberfield": "npm:^3.9.2" + "@react-stately/overlays": "npm:^3.6.6" + "@react-stately/radio": "npm:^3.10.3" + "@react-stately/searchfield": "npm:^3.5.2" + "@react-stately/select": "npm:^3.6.3" + "@react-stately/selection": "npm:^3.15.0" + "@react-stately/slider": "npm:^3.5.3" + "@react-stately/table": "npm:^3.11.7" + "@react-stately/tabs": "npm:^3.6.5" + "@react-stately/toggle": "npm:^3.7.3" + "@react-stately/tooltip": "npm:^3.4.8" + "@react-stately/tree": "npm:^3.8.0" + "@react-types/shared": "npm:^3.23.0" peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - checksum: 10c0/025899f1553cdf88322bbe6a9a4a1f36cdd2ada81e205880b5c8032945b6e20ab9e03dd264f5590a55ecbf5163159e05952699be0530ce6a48fafc2fd395ccf1 + checksum: 10c0/30a038522af7f1763f874b2b88942f9db3dac00846d083407413bccbd20aef6568d2752e202cdeee03e544cdd2eb8ce5386df05aa5de87e40457c46096f6ce52 languageName: node linkType: hard From 9032f658e8ce3fbd4370bceb5568d46e7b069339 Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Mon, 20 May 2024 11:44:22 -0700 Subject: [PATCH 2/9] SUL23-431: Adding an updated date on the Stanford page template (#131) * SUL23-431: adding an updated date on the Stanford page template * SUL23-431: Adding date changed to additional pages * fixup to pr template * SUL23-431: fix for lint errors * SUL23-431: Fix to lint error --- .github/pull_request_template.md | 55 ++++++++++++++++--- app/page.tsx | 8 +++ app/search/search.tsx | 4 +- .../node/stanford-news/page-display.tsx | 8 +++ .../node/stanford-page/page-display.tsx | 7 +++ .../node/stanford-person/page-display.tsx | 9 ++- .../node/sul-library/page-display.tsx | 7 +++ 7 files changed, 86 insertions(+), 12 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d69861d0..cd2d39f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -# READY FOR REVIEW/NOT READY +# NOT READY FOR REVIEW - (Edit the above to reflect status) # Summary @@ -7,23 +7,60 @@ # Review By (Date) - When does this need to be reviewed by? +# Criticality +- How critical is this PR on a 1-10 scale? Also see [Severity Assessment](https://stanfordits.atlassian.net/browse/D8CORE-1705). +- E.g., it affects one site, or every site and product? + # Urgency -- How critical is this PR? +- How urgent is this? (Normal, High) + +# Review Tasks + +## Setup tasks and/or behavior to test + +1. Check out this branch +2. Rebuild Cache and import config `drush cr ; drush ci` +3. Navigate to... +4. Verify... + +### Site Configuration Sync + +- Is there a config:export in this PR that changes the config sync directory? + +## Front End Validation +- [ ] Design is approved by @ user? +- [ ] HTML validation: Is the markup using the appropriate semantic tags and [passes validation](https://validator.w3.org/nu/)? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Cross-browser testing: Has been performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Automated accessibility: Scans performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Manual accessibility: Manually tested? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? + +## Backend / Functional Validation +### Code +- [ ] Are the naming conventions following our standards? +- [ ] Does the code have sufficient inline comments? +- [ ] Is there anything in this code that would be hidden or hard to discover through the UI? +- [ ] Are there any [code smells](https://blog.codinghorror.com/code-smells/)? +- [ ] Are tests provided? eg (unit, behat, or codeception) -# Steps to Test +### Code security +- [ ] Are all [forms properly sanitized](https://www.drupal.org/docs/8/security/drupal-8-sanitizing-output)? +- [ ] Any obvious [security flaws or new areas for attack](https://www.drupal.org/docs/8/security)? -1. Do this -1. Then this -2. Then this +## General +- [ ] Is there anything included in this PR that is not related to the problem it is trying to solve? +- [ ] Is the approach to the problem appropriate? # Affected Projects or Products - Does this PR impact any particular projects, products, or modules? # Associated Issues and/or People -- JIRA ticket +- JIRA ticket(s) - Other PRs - Any other contextual information that might be helpful (e.g., description of a bug that this PR fixes, new functionality that it adds, etc.) - Anyone who should be notified? (`@mention` them here) -# See Also -- [PR Checklist](https://gist.github.com/sherakama/0ba17601381e3adbe0cad566ad4d80a5) +# Resources +- [AMP Tool](https://stanford.levelaccess.net/index.php) +- [Accessibility Manual Test Script](https://docs.google.com/document/d/1ZXJ9RIUNXsS674ow9j3qJ2g1OAkCjmqMXl0Gs8XHEPQ/edit?usp=sharing) +- [HTML Validator](https://validator.w3.org/) +- [Browserstack](https://live.browserstack.com/dashboard) and link to [Browserstack Credentials](https://asconfluence.stanford.edu/confluence/display/SWS/External+Account+Credentials) diff --git a/app/page.tsx b/app/page.tsx index c17dae6f..4598e4a1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -17,14 +17,22 @@ export const generateMetadata = async (): Promise => { const Page = async () => { const {entity} = await getEntityFromPath('/') + if (!entity) notFound(); + const lastUpdated = new Date(entity.changed.time as string).toLocaleDateString('en-us', { + month: 'long', + day: 'numeric', + year: 'numeric' + }); + return (
{entity.suPageComponents && } +
Last updated {lastUpdated}
) } diff --git a/app/search/search.tsx b/app/search/search.tsx index cbfdee8a..a8243d82 100644 --- a/app/search/search.tsx +++ b/app/search/search.tsx @@ -92,8 +92,8 @@ const SearchResultItem = ({item}: { item: SearchResult }) => { {item?.description &&

{item.description}

} {lastUpdated && -
- Last Updated: {lastUpdated} +
+ Last updated {lastUpdated}
} diff --git a/src/components/node/stanford-news/page-display.tsx b/src/components/node/stanford-news/page-display.tsx index 16e9058d..e4110959 100644 --- a/src/components/node/stanford-news/page-display.tsx +++ b/src/components/node/stanford-news/page-display.tsx @@ -19,6 +19,12 @@ const StanfordNews = async ({node, ...props}: { node: NodeStanfordNews }) => { const imageUrl = node.suNewsBanner?.__typename === 'MediaImage' && node.suNewsBanner.mediaImage.url const imageAlt = node.suNewsBanner?.__typename === 'MediaImage' && node.suNewsBanner.mediaImage.alt; + const lastUpdated = new Date(node.changed.time as string).toLocaleDateString('en-us', { + month: 'long', + day: 'numeric', + year: 'numeric' + }); + return (
@@ -120,6 +126,8 @@ const StanfordNews = async ({node, ...props}: { node: NodeStanfordNews }) => { )}
} +
Last updated {lastUpdated}
+
) } diff --git a/src/components/node/stanford-page/page-display.tsx b/src/components/node/stanford-page/page-display.tsx index 30c19c3f..fb6bd1f6 100644 --- a/src/components/node/stanford-page/page-display.tsx +++ b/src/components/node/stanford-page/page-display.tsx @@ -3,12 +3,19 @@ import {NodeStanfordPage} from "@/lib/gql/__generated__/drupal.d"; const StanfordPage = async ({node}: { node: NodeStanfordPage }) => { const fullWidth = node.layoutSelection?.id === 'stanford_basic_page_full'; + + const lastUpdated = new Date(node.changed.time as string).toLocaleDateString('en-us', { + month: 'long', + day: 'numeric', + year: 'numeric' + }); return (
{node.suPageComponents && } +
Last updated {lastUpdated}
) } diff --git a/src/components/node/stanford-person/page-display.tsx b/src/components/node/stanford-person/page-display.tsx index f4d2551e..a02f88ef 100644 --- a/src/components/node/stanford-person/page-display.tsx +++ b/src/components/node/stanford-person/page-display.tsx @@ -16,6 +16,12 @@ const StanfordPerson = async ({node, ...props}: { node: NodeStanfordPerson }) => const libGuides = node.sulPersonLibguideId ? await fetchLibGuides({accountId: node.sulPersonLibguideId}) : []; const imageUrl = node.suPersonPhoto?.mediaImage.url + const lastUpdated = new Date(node.changed.time as string).toLocaleDateString('en-us', { + month: 'long', + day: 'numeric', + year: 'numeric' + }); + return (
@@ -205,8 +211,9 @@ const StanfordPerson = async ({node, ...props}: { node: NodeStanfordPerson }) =>
+
Last updated {lastUpdated}
-) + ) } export default StanfordPerson; \ No newline at end of file diff --git a/src/components/node/sul-library/page-display.tsx b/src/components/node/sul-library/page-display.tsx index c450ba8f..56b46507 100644 --- a/src/components/node/sul-library/page-display.tsx +++ b/src/components/node/sul-library/page-display.tsx @@ -8,6 +8,12 @@ const SulLibrary = async ({node, ...props}: { node: NodeSulLibrary }) => { const fullWidth = node.layoutSelection?.id === 'sul_library_full_width' + const lastUpdated = new Date(node.changed.time as string).toLocaleDateString('en-us', { + month: 'long', + day: 'numeric', + year: 'numeric' + }); + return (
@@ -27,6 +33,7 @@ const SulLibrary = async ({node, ...props}: { node: NodeSulLibrary }) => { {formatHtml(node.sulLibraryA11y.processed)} } +
Last updated {lastUpdated}
) } From a29c0455df655cfa215d4091ec2795c923502237 Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Mon, 20 May 2024 11:47:32 -0700 Subject: [PATCH 3/9] SUL23-450: Adding space in card (#134) * SUL23-450: adding space in card * SUL23-450: added screenreader only space --- src/components/node/sul-library/library-header.tsx | 4 ++-- .../paragraph/sul-contact-card/node-reference-card-hours.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/node/sul-library/library-header.tsx b/src/components/node/sul-library/library-header.tsx index ac0fdb75..1bb5fb6e 100644 --- a/src/components/node/sul-library/library-header.tsx +++ b/src/components/node/sul-library/library-header.tsx @@ -78,8 +78,8 @@ const LibraryHeader = ({node}: { node: NodeSulLibrary }) => { className="md:absolute md:left-[-38px] md:top-01em mt-01em md:mt-0 mr-12"/> {node.suLibraryMapLink?.url ? ( -
{node.suLibraryAddress.addressLine1}
-
{node.suLibraryAddress.addressLine2}
+
{node.suLibraryAddress?.addressLine1} 
+
{node.suLibraryAddress.addressLine2} 
{node.suLibraryAddress.locality}, {node.suLibraryAddress.administrativeArea} {node.suLibraryAddress.postalCode}
) : ( diff --git a/src/components/paragraph/sul-contact-card/node-reference-card-hours.tsx b/src/components/paragraph/sul-contact-card/node-reference-card-hours.tsx index b8197948..f4a6a2f4 100644 --- a/src/components/paragraph/sul-contact-card/node-reference-card-hours.tsx +++ b/src/components/paragraph/sul-contact-card/node-reference-card-hours.tsx @@ -24,7 +24,7 @@ const NodeReferenceCardHours = ({branchId, branchName}: { branchId: string, bran  /  - See all hours for{branchName} + See all hours for {branchName} From fba04e280a60e027943fe202608e3ceac2c29500 Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Mon, 20 May 2024 11:50:15 -0700 Subject: [PATCH 4/9] SUL23-451: adding in Alans changes (#133) --- src/components/node/stanford-course/card.tsx | 4 +-- src/components/node/stanford-event/card.tsx | 14 ++++----- src/components/node/stanford-news/card.tsx | 6 ++-- .../home-page/home-page-banner.tsx | 2 +- .../node/stanford-person/horizontal-card.tsx | 6 ++-- .../node/stanford-person/list-item.tsx | 2 +- .../node/stanford-person/vertical-card.tsx | 4 +-- src/components/node/sul-study-place/card.tsx | 14 ++++----- .../sul-study-place/study-place-features.tsx | 2 +- .../study-place-today-hours.tsx | 2 +- src/components/paragraph/stanford-entity.tsx | 2 +- src/components/paragraph/sul-collection.tsx | 2 +- .../sul-contact-card/manual-fields-card.tsx | 2 +- .../node-reference-card-hours.tsx | 2 +- .../sul-contact-card/node-reference-card.tsx | 12 ++++---- .../paragraph/sul-featured-collection.tsx | 4 +-- src/components/patterns/banner.tsx | 4 +-- src/components/patterns/card.tsx | 4 +-- src/components/patterns/horizontal-card.tsx | 4 +-- src/components/views/card-list.tsx | 2 +- .../sul-study-place/study-place-filtering.tsx | 2 +- src/styles/tailwind/plugins/base/base.js | 30 +++++++++---------- 22 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/components/node/stanford-course/card.tsx b/src/components/node/stanford-course/card.tsx index fc88dbfc..8656be84 100644 --- a/src/components/node/stanford-course/card.tsx +++ b/src/components/node/stanford-course/card.tsx @@ -11,7 +11,7 @@ const StanfordCourseCard = ({node, h3Heading, ...props}: Props) => { const HeadingElement = h3Heading ? 'h3' : 'h2'; return (
+ className="block w-full basefont-20 leading-display bg-white text-black border border-solid border-black-10 shadow-md rs-pt-2 rs-px-2 rs-pb-3" {...props}>
{node.suCourseSubject?.name} @@ -28,7 +28,7 @@ const StanfordCourseCard = ({node, h3Heading, ...props}: Props) => { href={node.path} className="underline hocus:no-underline active:no-underline text-black hocus:text-brick-dark active:text-digital-red" > - {node.title} + {node.title}
) diff --git a/src/components/node/stanford-event/card.tsx b/src/components/node/stanford-event/card.tsx index 8ce04349..092ca351 100644 --- a/src/components/node/stanford-event/card.tsx +++ b/src/components/node/stanford-event/card.tsx @@ -45,17 +45,17 @@ const StanfordEventCard = ({node, h3Heading, ...props}: Props) => { } -
+
+ className="pt-10 px-30 font-semibold"> {startMonth}
-
+
{startDay}
@@ -66,10 +66,10 @@ const StanfordEventCard = ({node, h3Heading, ...props}: Props) => {
+ className="pt-10 px-30 font-semibold"> {endMonth}
-
+
{endDay}
@@ -77,8 +77,8 @@ const StanfordEventCard = ({node, h3Heading, ...props}: Props) => { }
-
- +
+ {node.title} diff --git a/src/components/node/stanford-news/card.tsx b/src/components/node/stanford-news/card.tsx index 67c95086..55b41e7f 100644 --- a/src/components/node/stanford-news/card.tsx +++ b/src/components/node/stanford-news/card.tsx @@ -18,7 +18,7 @@ const StanfordNewsCard = ({node, h3Heading, ...props}: Props) => { return (
{imageUrl && -