From 4c8fb63d8e76f13e1eb801cd1cb3b4bfb2111994 Mon Sep 17 00:00:00 2001 From: ybrusentsov Date: Sun, 11 Jan 2026 16:12:01 +0200 Subject: [PATCH 1/2] fix(ci): add storybook testing to ci --- .github/workflows/quality.yml | 21 + .github/workflows/release.yml | 3 + package.json | 2 +- pnpm-lock.yaml | 870 ++++++++++++++++++++++------------ 4 files changed, 588 insertions(+), 308 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c7bdbc02..c0f1fbf6 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -64,3 +64,24 @@ jobs: steps: - uses: actions/checkout@v3 - uses: webiny/action-conventional-commits@v1.1.0 + + storybook-functional-tests: + name: Storybook Functional Tests + runs-on: ubuntu-latest + steps: + - name: Checkout branch + uses: actions/checkout@v3 + + - name: Install + uses: ./.github/composite-actions/install + + - name: Install Playwright browsers + run: npx playwright install --with-deps chromium + + - name: Build Storybook + run: pnpm storybook:build + + - name: Run Storybook Test Runner + run: pnpm test-storybook + env: + CI: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0982f1ca..d512633f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,9 @@ jobs: with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} buildScriptName: 'storybook:build' + exitOnceUploaded: true + exitZeroOnChanges: true + autoAcceptChanges: false - name: Build package run: pnpm build diff --git a/package.json b/package.json index 83db4262..5aabdebf 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@emotion/react": "^11", "@emotion/styled": "^11", "@mui/material": "^5.10.16", - "@playwright/test": "^1.27.1", + "@playwright/test": "^1.57.0", "@semantic-release/changelog": "^6.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d0b52ab4..006ed11a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@chakra-ui/react': specifier: ^1.8.9 - version: 1.8.9(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 1.8.9(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@commitlint/cli': specifier: ^17.4.1 version: 17.4.2(@swc/core@1.3.76(@swc/helpers@0.5.2)) @@ -19,16 +19,16 @@ importers: version: 17.4.2 '@emotion/react': specifier: ^11 - version: 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) + version: 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) '@emotion/styled': specifier: ^11 - version: 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + version: 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) '@mui/material': specifier: ^5.10.16 - version: 5.11.6(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 5.11.6(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@playwright/test': - specifier: ^1.27.1 - version: 1.30.0 + specifier: ^1.57.0 + version: 1.57.0 '@semantic-release/changelog': specifier: ^6.0.2 version: 6.0.2(semantic-release@19.0.5) @@ -211,7 +211,7 @@ importers: version: 4.3.0(stylelint@14.16.1) ts-jest: specifier: ^29.0.3 - version: 29.0.5(@babel/core@7.23.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.0))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.11.18)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.11.18)(typescript@4.9.4)))(typescript@4.9.4) + version: 29.0.5(@babel/core@7.28.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.0))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.11.18)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.11.18)(typescript@4.9.4)))(typescript@4.9.4) ts-loader: specifier: ^9.4.2 version: 9.4.2(typescript@4.9.4)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)) @@ -260,7 +260,7 @@ importers: dependencies: next: specifier: 13.5.4 - version: 13.5.4(@babel/core@7.23.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.89.2) + version: 13.5.4(@babel/core@7.28.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.89.2) react: specifier: ^19 version: 19.0.0 @@ -297,16 +297,16 @@ importers: dependencies: '@docusaurus/core': specifier: ^3.8.1 - version: 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + version: 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/preset-classic': specifier: ^3.8.1 - version: 3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3) + version: 3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3) '@docusaurus/theme-common': specifier: ^3.8.1 - version: 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@mdx-js/react': specifier: ^3.1.0 - version: 3.1.0(@types/react@19.0.0)(react@18.2.0) + version: 3.1.0(@types/react@18.3.27)(react@18.2.0) clsx: specifier: ^2.1.1 version: 2.1.1 @@ -334,13 +334,13 @@ importers: version: 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) docusaurus-plugin-sass: specifier: ^0.2.6 - version: 0.2.6(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(sass@1.89.2)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)) + version: 0.2.6(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(sass@1.89.2)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)) sass: specifier: ^1.89.2 version: 1.89.2 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@5.8.3) + version: 10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.19.130)(typescript@5.8.3) typescript: specifier: ^5.8.3 version: 5.8.3 @@ -1724,6 +1724,10 @@ packages: resolution: {integrity: sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.28.4': + resolution: {integrity: sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==} + engines: {node: '>=6.9.0'} + '@babel/template@7.22.15': resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} @@ -3143,7 +3147,7 @@ packages: '@mui/base@5.0.0-alpha.115': resolution: {integrity: sha512-OGQ84whT/yNYd6xKCGGS6MxqEfjVjk5esXM7HP6bB2Rim7QICUapxZt4nm8q39fpT08rNDkv3xPVqDDwRdRg1g==} engines: {node: '>=12.0.0'} - deprecated: This package has been replaced by @base-ui-components/react + deprecated: This package has been replaced by @base-ui/react peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 @@ -3434,10 +3438,9 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} - '@playwright/test@1.30.0': - resolution: {integrity: sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==} - engines: {node: '>=14'} - deprecated: Please update to the latest version of Playwright to test up-to-date browsers. + '@playwright/test@1.57.0': + resolution: {integrity: sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA==} + engines: {node: '>=18'} hasBin: true '@pnpm/network.ca-file@1.0.2': @@ -4467,6 +4470,9 @@ packages: '@types/node@18.11.18': resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==} + '@types/node@18.19.130': + resolution: {integrity: sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==} + '@types/node@20.0.0': resolution: {integrity: sha512-cD2uPTDnQQCVpmRefonO98/PPijuOnnEy5oytWJFPY1N9aJCz2wJ5kSGWO+zJoed2cY2JxQh6yBuUq4vIn61hw==} @@ -4485,6 +4491,9 @@ packages: '@types/prismjs@1.26.5': resolution: {integrity: sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==} + '@types/prop-types@15.7.15': + resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==} + '@types/prop-types@15.7.5': resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} @@ -4518,6 +4527,9 @@ packages: '@types/react@18.2.27': resolution: {integrity: sha512-Wfv7B7FZiR2r3MIqbAlXoY1+tXm4bOqfz4oRr+nyXdBqapDBZ0l/IGcSlAfvxIHEEJjkPU0MYAc/BlFPOcrgLw==} + '@types/react@18.3.27': + resolution: {integrity: sha512-cisd7gxkzjBKU2GgdYrTdtQx1SORymWyaAFhaxQPK9bYO9ot3Y5OikQRvY0VYQtvwjeQnizCINJAenh/V7MK2w==} + '@types/react@19.0.0': resolution: {integrity: sha512-MY3oPudxvMYyesqs/kW1Bh8y9VqSmf+tzqw3ae8a9DZW68pUe3zAdHeI1jc6iAysuRdACnVknHP8AhwD4/dxtg==} @@ -5863,6 +5875,9 @@ packages: csstype@3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} + csstype@3.2.3: + resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==} + cwd@0.10.0: resolution: {integrity: sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==} engines: {node: '>=0.8'} @@ -6544,6 +6559,7 @@ packages: expect-playwright@0.8.0: resolution: {integrity: sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==} + deprecated: ⚠️ The 'expect-playwright' package is deprecated. The Playwright core assertions (via @playwright/test) now cover the same functionality. Please migrate to built-in expect. See https://playwright.dev/docs/test-assertions for migration. expect@28.1.3: resolution: {integrity: sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==} @@ -6852,6 +6868,11 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} @@ -7866,6 +7887,7 @@ packages: jest-playwright-preset@2.0.0: resolution: {integrity: sha512-pV5ruTJJMen3lwshUL4dlSqLlP8z4q9MXqWJkmy+sB6HYfzXoqBHzhl+5hslznhnSVTe4Dwu+reiiwcUJpYUbw==} + deprecated: ⚠️ The 'jest-playwright-preset' package is deprecated. Please migrate to Playwright's built-in test runner (@playwright/test) which now includes full Jest-style features and parallel testing. See https://playwright.dev/docs/intro for details. peerDependencies: jest: ^28.0.0 jest-circus: ^28.0.0 @@ -7883,6 +7905,7 @@ packages: jest-process-manager@0.3.1: resolution: {integrity: sha512-x9W54UgZ7IkzUHgXtnI1x4GKOVjxtwW0CA/7yGbTHtT/YhENO0Lic2yfVyC/gekn7OIEMcQmy0L1r9WLQABfqw==} + deprecated: ⚠️ The 'jest-process-manager' package is deprecated. Please migrate to Playwright's built-in test runner (@playwright/test) which now includes full Jest-style features and parallel testing. See https://playwright.dev/docs/intro for details. jest-regex-util@28.0.2: resolution: {integrity: sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==} @@ -9284,21 +9307,26 @@ packages: resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} engines: {node: '>=14.16'} - playwright-core@1.30.0: - resolution: {integrity: sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==} - engines: {node: '>=14'} - hasBin: true - playwright-core@1.37.1: resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} engines: {node: '>=16'} hasBin: true + playwright-core@1.57.0: + resolution: {integrity: sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ==} + engines: {node: '>=18'} + hasBin: true + playwright@1.37.1: resolution: {integrity: sha512-bgUXRrQKhT48zHdxDYQTpf//0xDfDd5hLeEhjuSw8rXEGoT9YeElpfvs/izonTNY21IQZ7d3s22jLxYaAnubbQ==} engines: {node: '>=16'} hasBin: true + playwright@1.57.0: + resolution: {integrity: sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw==} + engines: {node: '>=18'} + hasBin: true + polished@4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} @@ -10221,6 +10249,9 @@ packages: react-fast-compare@3.2.0: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} + react-fast-compare@3.2.2: + resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} + react-focus-lock@2.5.2: resolution: {integrity: sha512-WzpdOnEqjf+/A3EH9opMZWauag7gV0BxFl+EY4ElA4qFqYsUsBLnmo2sELbN5OC30S16GAWMy16B9DLPpdJKAQ==} peerDependencies: @@ -10902,6 +10933,7 @@ packages: source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions space-separated-tokens@1.1.5: resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} @@ -11591,6 +11623,9 @@ packages: unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -12511,13 +12546,6 @@ snapshots: regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.28.0)': - dependencies: - '@babel/core': 7.28.0 - '@babel/helper-annotate-as-pure': 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.27.1(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 @@ -12892,16 +12920,34 @@ snapshots: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 @@ -12952,16 +12998,33 @@ snapshots: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 @@ -12977,31 +13040,67 @@ snapshots: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 @@ -13012,6 +13111,12 @@ snapshots: '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.0)': + dependencies: + '@babel/core': 7.28.0 + '@babel/helper-plugin-utils': 7.22.5 + optional: true + '@babel/plugin-syntax-typescript@7.20.0(@babel/core@7.23.0)': dependencies: '@babel/core': 7.23.0 @@ -13036,7 +13141,7 @@ snapshots: '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.28.0) + '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.0) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.0)': @@ -13886,6 +13991,92 @@ snapshots: transitivePeerDependencies: - supports-color + '@babel/preset-env@7.22.10(@babel/core@7.28.0)': + dependencies: + '@babel/compat-data': 7.22.9 + '@babel/core': 7.28.0 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.0) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-async-generator-functions': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.23.0) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-optional-chaining': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.0) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.0) + '@babel/types': 7.23.0 + babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.23.0) + babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.23.0) + babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.23.0) + core-js-compat: 3.32.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/preset-env@7.28.0(@babel/core@7.28.0)': dependencies: '@babel/compat-data': 7.28.0 @@ -14060,6 +14251,8 @@ snapshots: dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.28.4': {} + '@babel/template@7.22.15': dependencies: '@babel/code-frame': 7.22.13 @@ -14149,63 +14342,63 @@ snapshots: '@bcoe/v8-coverage@0.2.3': {} - '@chakra-ui/accordion@1.4.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/accordion@1.4.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/descendant': 2.1.4(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/transition': 1.4.8(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 - '@chakra-ui/alert@1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/alert@1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/anatomy@1.3.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': + '@chakra-ui/anatomy@1.3.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) - '@chakra-ui/avatar@1.3.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/avatar@1.3.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/image': 1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/image': 1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/breadcrumb@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/breadcrumb@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/button@1.5.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/button@1.5.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/spinner': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/spinner': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/checkbox@1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/checkbox@1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 @@ -14215,10 +14408,10 @@ snapshots: '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/close-button@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/close-button@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -14229,9 +14422,9 @@ snapshots: '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/control-box@1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/control-box@1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -14241,9 +14434,9 @@ snapshots: '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/css-reset@1.1.3(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': + '@chakra-ui/css-reset@1.1.3(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': dependencies: - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) react: 18.2.0 '@chakra-ui/descendant@2.1.4(react@18.2.0)': @@ -14251,11 +14444,11 @@ snapshots: '@chakra-ui/react-utils': 1.2.3(react@18.2.0) react: 18.2.0 - '@chakra-ui/editable@1.4.2(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/editable@1.4.2(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -14267,12 +14460,12 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@chakra-ui/form-control@1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/form-control@1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -14284,32 +14477,32 @@ snapshots: copy-to-clipboard: 3.3.1 react: 18.2.0 - '@chakra-ui/icon@2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/icon@2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/image@1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/image@1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/input@1.4.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/input@1.4.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/layout@1.8.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/layout@1.8.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -14318,35 +14511,35 @@ snapshots: '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/media-query@2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0)': + '@chakra-ui/media-query@2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0)': dependencies: '@chakra-ui/react-env': 1.1.6(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/menu@1.8.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/menu@1.8.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/clickable': 1.2.6(react@18.2.0) '@chakra-ui/descendant': 2.1.4(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/popper': 2.4.3(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/transition': 1.4.8(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 - '@chakra-ui/modal@1.11.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@chakra-ui/modal@1.11.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/focus-lock': 1.2.6(@types/react@18.2.27)(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/portal': 1.3.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/transition': 1.4.8(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 aria-hidden: 1.2.2(@types/react@18.2.27)(react@18.2.0) @@ -14357,33 +14550,33 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@chakra-ui/number-input@1.4.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/number-input@1.4.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/counter': 1.2.10(react@18.2.0) - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/pin-input@1.7.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/pin-input@1.7.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/descendant': 2.1.4(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/popover@1.11.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/popover@1.11.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/popper': 2.4.3(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 @@ -14402,34 +14595,34 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@chakra-ui/progress@1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/progress@1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/provider@1.7.14(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@chakra-ui/provider@1.7.14(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/css-reset': 1.1.3(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/css-reset': 1.1.3(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/portal': 1.3.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@chakra-ui/react-env': 1.1.6(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@chakra-ui/radio@1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/radio@1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) react: 18.2.0 '@chakra-ui/react-env@1.1.6(react@18.2.0)': @@ -14442,102 +14635,102 @@ snapshots: '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/react@1.8.9(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@chakra-ui/react@1.8.9(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/accordion': 1.4.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/alert': 1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/avatar': 1.3.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/breadcrumb': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/button': 1.5.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/checkbox': 1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/control-box': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/accordion': 1.4.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/alert': 1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/avatar': 1.3.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/breadcrumb': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/button': 1.5.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/checkbox': 1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/control-box': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/counter': 1.2.10(react@18.2.0) - '@chakra-ui/css-reset': 1.1.3(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/editable': 1.4.2(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/css-reset': 1.1.3(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/editable': 1.4.2(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/image': 1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/input': 1.4.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/layout': 1.8.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/image': 1.1.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/input': 1.4.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/layout': 1.8.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/live-region': 1.1.6(react@18.2.0) - '@chakra-ui/media-query': 2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0) - '@chakra-ui/menu': 1.8.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/modal': 1.11.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@chakra-ui/number-input': 1.4.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/pin-input': 1.7.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/popover': 1.11.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/media-query': 2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0) + '@chakra-ui/menu': 1.8.12(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/modal': 1.11.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@types/react@18.2.27)(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@chakra-ui/number-input': 1.4.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/pin-input': 1.7.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/popover': 1.11.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/popper': 2.4.3(react@18.2.0) '@chakra-ui/portal': 1.3.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@chakra-ui/progress': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/provider': 1.7.14(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@chakra-ui/radio': 1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/progress': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/provider': 1.7.14(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@chakra-ui/radio': 1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/react-env': 1.1.6(react@18.2.0) - '@chakra-ui/select': 1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/skeleton': 1.2.14(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/slider': 1.5.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/spinner': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/stat': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/switch': 1.3.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/table': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/tabs': 1.6.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/tag': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/textarea': 1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) - '@chakra-ui/toast': 1.5.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@chakra-ui/tooltip': 1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@chakra-ui/select': 1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/skeleton': 1.2.14(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/slider': 1.5.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/spinner': 1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/stat': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/switch': 1.3.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/table': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/tabs': 1.6.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/tag': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/textarea': 1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/toast': 1.5.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@chakra-ui/tooltip': 1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@chakra-ui/transition': 1.4.8(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' - '@chakra-ui/select@1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/select@1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/skeleton@1.2.14(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': + '@chakra-ui/skeleton@1.2.14(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/media-query': 2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/media-query': 2.0.4(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) react: 18.2.0 - '@chakra-ui/slider@1.5.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/slider@1.5.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/spinner@1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/spinner@1.2.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) react: 18.2.0 - '@chakra-ui/stat@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/stat@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) react: 18.2.0 '@chakra-ui/styled-system@1.19.0': @@ -14545,75 +14738,75 @@ snapshots: '@chakra-ui/utils': 1.10.4 csstype: 3.0.9 - '@chakra-ui/switch@1.3.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/switch@1.3.10(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/checkbox': 1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/checkbox': 1.7.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 - '@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': + '@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/color-mode': 1.4.8(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) '@chakra-ui/styled-system': 1.19.0 '@chakra-ui/utils': 1.10.4 - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) react: 18.2.0 react-fast-compare: 3.2.0 - '@chakra-ui/table@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/table@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/tabs@1.6.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/tabs@1.6.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/clickable': 1.2.6(react@18.2.0) '@chakra-ui/descendant': 2.1.4(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/tag@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/tag@1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/icon': 2.0.5(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/textarea@1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/textarea@1.2.11(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/form-control': 1.6.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 - '@chakra-ui/theme-tools@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': + '@chakra-ui/theme-tools@1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 '@ctrl/tinycolor': 3.5.0 - '@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': + '@chakra-ui/theme@1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))': dependencies: - '@chakra-ui/anatomy': 1.3.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/anatomy': 1.3.0(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme-tools': 1.3.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/toast@1.5.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@chakra-ui/toast@1.5.9(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/alert': 1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) - '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/alert': 1.3.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/close-button': 1.2.7(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/hooks': 1.9.1(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) - '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/theme': 1.14.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)) '@chakra-ui/transition': 1.4.8(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 '@reach/alert': 0.13.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -14621,15 +14814,15 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - '@chakra-ui/tooltip@1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@chakra-ui/tooltip@1.5.1(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(framer-motion@6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@chakra-ui/hooks': 1.9.1(react@18.2.0) '@chakra-ui/popper': 2.4.3(react@18.2.0) '@chakra-ui/portal': 1.3.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@chakra-ui/react-utils': 1.2.3(react@18.2.0) - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 - '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) + '@chakra-ui/visually-hidden': 1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0) framer-motion: 6.5.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -14647,9 +14840,9 @@ snapshots: framesync: 5.3.0 lodash.mergewith: 4.6.2 - '@chakra-ui/visually-hidden@1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': + '@chakra-ui/visually-hidden@1.1.6(@chakra-ui/system@1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0))(react@18.2.0)': dependencies: - '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@chakra-ui/system': 1.12.1(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@chakra-ui/utils': 1.10.4 react: 18.2.0 @@ -15048,14 +15241,14 @@ snapshots: '@docsearch/css@3.9.0': {} - '@docsearch/react@3.9.0(@algolia/client-search@5.20.3)(@types/react@19.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)': + '@docsearch/react@3.9.0(@algolia/client-search@5.20.3)(@types/react@18.3.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)': dependencies: '@algolia/autocomplete-core': 1.17.9(@algolia/client-search@5.20.3)(algoliasearch@5.20.3)(search-insights@2.17.3) '@algolia/autocomplete-preset-algolia': 1.17.9(@algolia/client-search@5.20.3)(algoliasearch@5.20.3) '@docsearch/css': 3.9.0 algoliasearch: 5.20.3 optionalDependencies: - '@types/react': 19.0.0 + '@types/react': 18.3.27 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) search-insights: 2.17.3 @@ -15131,7 +15324,7 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: '@docusaurus/babel': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/bundler': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) @@ -15140,7 +15333,7 @@ snapshots: '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-common': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@mdx-js/react': 3.1.0(@types/react@19.0.0)(react@18.2.0) + '@mdx-js/react': 3.1.0(@types/react@18.3.27)(react@18.2.0) boxen: 6.2.1 chalk: 4.1.2 chokidar: 3.5.3 @@ -15263,13 +15456,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/plugin-content-blog@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-blog@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-common': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15305,13 +15498,13 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/module-type-aliases': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-common': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15346,9 +15539,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-content-pages@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-content-pages@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/mdx-loader': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15377,9 +15570,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-css-cascade-layers@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-css-cascade-layers@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15405,9 +15598,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-debug@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-debug@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) fs-extra: 11.3.0 @@ -15434,9 +15627,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-analytics@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-analytics@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 @@ -15461,9 +15654,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-gtag@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-gtag@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/gtag.js': 0.0.12 @@ -15489,9 +15682,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-google-tag-manager@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-google-tag-manager@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 @@ -15516,9 +15709,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-sitemap@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-sitemap@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/logger': 3.8.1 '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15548,9 +15741,9 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/plugin-svgr@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/plugin-svgr@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15579,22 +15772,22 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/preset-classic@3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3)': - dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-css-cascade-layers': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-debug': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-google-analytics': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-google-gtag': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-google-tag-manager': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-sitemap': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-svgr': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/theme-classic': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@docusaurus/theme-search-algolia': 3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3) + '@docusaurus/preset-classic@3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3)': + dependencies: + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-css-cascade-layers': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-debug': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-google-analytics': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-google-gtag': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-google-tag-manager': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-sitemap': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-svgr': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/theme-classic': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@docusaurus/theme-search-algolia': 3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3) '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -15625,22 +15818,22 @@ snapshots: '@types/react': 18.2.27 react: 18.2.0 - '@docusaurus/theme-classic@3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': + '@docusaurus/theme-classic@3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3)': dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/logger': 3.8.1 '@docusaurus/mdx-loader': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/module-type-aliases': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@docusaurus/plugin-content-blog': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-pages': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/theme-translations': 3.8.1 '@docusaurus/types': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-common': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@mdx-js/react': 3.1.0(@types/react@19.0.0)(react@18.2.0) + '@mdx-js/react': 3.1.0(@types/react@18.3.27)(react@18.2.0) clsx: 2.1.1 copy-text-to-clipboard: 3.2.0 infima: 0.2.0-alpha.45 @@ -15674,11 +15867,11 @@ snapshots: - utf-8-validate - webpack-cli - '@docusaurus/theme-common@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@docusaurus/theme-common@3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@docusaurus/mdx-loader': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/module-type-aliases': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-common': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@types/history': 4.7.11 @@ -15699,13 +15892,13 @@ snapshots: - uglify-js - webpack-cli - '@docusaurus/theme-search-algolia@3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@19.0.0)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3)': + '@docusaurus/theme-search-algolia@3.8.1(@algolia/client-search@5.20.3)(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/react@18.3.27)(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3)(typescript@5.8.3)': dependencies: - '@docsearch/react': 3.9.0(@algolia/client-search@5.20.3)(@types/react@19.0.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3) - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docsearch/react': 3.9.0(@algolia/client-search@5.20.3)(@types/react@18.3.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.17.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) '@docusaurus/logger': 3.8.1 - '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) - '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@docusaurus/plugin-content-docs': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/theme-common': 3.8.1(@docusaurus/plugin-content-docs@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/theme-translations': 3.8.1 '@docusaurus/utils': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@docusaurus/utils-validation': 3.8.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -15836,11 +16029,11 @@ snapshots: - uglify-js - webpack-cli - '@emotion/babel-plugin@11.10.5(@babel/core@7.23.0)': + '@emotion/babel-plugin@11.10.5(@babel/core@7.28.0)': dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.28.0 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.28.0) '@babel/runtime': 7.20.13 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -15878,10 +16071,10 @@ snapshots: '@emotion/memoize@0.8.0': {} - '@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0)': + '@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0)': dependencies: '@babel/runtime': 7.20.13 - '@emotion/babel-plugin': 11.10.5(@babel/core@7.23.0) + '@emotion/babel-plugin': 11.10.5(@babel/core@7.28.0) '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0) @@ -15890,7 +16083,7 @@ snapshots: hoist-non-react-statics: 3.3.2 react: 18.2.0 optionalDependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.28.0 '@types/react': 18.2.27 '@emotion/serialize@1.1.1': @@ -15903,18 +16096,18 @@ snapshots: '@emotion/sheet@1.2.1': {} - '@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0)': + '@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0)': dependencies: '@babel/runtime': 7.20.13 - '@emotion/babel-plugin': 11.10.5(@babel/core@7.23.0) + '@emotion/babel-plugin': 11.10.5(@babel/core@7.28.0) '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@18.2.0) '@emotion/utils': 1.2.0 react: 18.2.0 optionalDependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.28.0 '@types/react': 18.2.27 '@emotion/unitless@0.7.5': {} @@ -16504,10 +16697,10 @@ snapshots: - acorn - supports-color - '@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0)': + '@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0)': dependencies: '@types/mdx': 2.0.13 - '@types/react': 19.0.0 + '@types/react': 18.3.27 react: 18.2.0 '@motionone/animation@10.15.1': @@ -16562,12 +16755,12 @@ snapshots: '@mui/core-downloads-tracker@5.11.6': {} - '@mui/material@5.11.6(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@mui/material@5.11.6(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.20.13 '@mui/base': 5.0.0-alpha.115(@types/react@18.2.27)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@mui/core-downloads-tracker': 5.11.6 - '@mui/system': 5.11.5(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@mui/system': 5.11.5(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) '@mui/types': 7.2.3(@types/react@18.2.27) '@mui/utils': 5.11.2(react@18.2.0) '@types/react-transition-group': 4.4.5 @@ -16579,8 +16772,8 @@ snapshots: react-is: 18.2.0 react-transition-group: 4.4.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) optionalDependencies: - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) '@types/react': 18.2.27 '@mui/private-theming@5.11.2(@types/react@18.2.27)(react@18.2.0)': @@ -16592,7 +16785,7 @@ snapshots: optionalDependencies: '@types/react': 18.2.27 - '@mui/styled-engine@5.11.0(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': + '@mui/styled-engine@5.11.0(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0)': dependencies: '@babel/runtime': 7.26.9 '@emotion/cache': 11.10.5 @@ -16600,14 +16793,14 @@ snapshots: prop-types: 15.8.1 react: 18.2.0 optionalDependencies: - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) - '@mui/system@5.11.5(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0)': + '@mui/system@5.11.5(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0)': dependencies: '@babel/runtime': 7.20.13 '@mui/private-theming': 5.11.2(@types/react@18.2.27)(react@18.2.0) - '@mui/styled-engine': 5.11.0(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) + '@mui/styled-engine': 5.11.0(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@emotion/styled@11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0))(react@18.2.0) '@mui/types': 7.2.3(@types/react@18.2.27) '@mui/utils': 5.11.2(react@18.2.0) clsx: 1.2.1 @@ -16615,8 +16808,8 @@ snapshots: prop-types: 15.8.1 react: 18.2.0 optionalDependencies: - '@emotion/react': 11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0) - '@emotion/styled': 11.10.5(@babel/core@7.23.0)(@emotion/react@11.10.5(@babel/core@7.23.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) + '@emotion/react': 11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0) + '@emotion/styled': 11.10.5(@babel/core@7.28.0)(@emotion/react@11.10.5(@babel/core@7.28.0)(@types/react@18.2.27)(react@18.2.0))(@types/react@18.2.27)(react@18.2.0) '@types/react': 18.2.27 '@mui/types@7.2.3(@types/react@18.2.27)': @@ -16820,10 +17013,9 @@ snapshots: '@pkgjs/parseargs@0.11.0': optional: true - '@playwright/test@1.30.0': + '@playwright/test@1.57.0': dependencies: - '@types/node': 20.0.0 - playwright-core: 1.30.0 + playwright: 1.57.0 '@pnpm/network.ca-file@1.0.2': dependencies: @@ -17343,12 +17535,12 @@ snapshots: '@slorber/react-helmet-async@1.3.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - '@babel/runtime': 7.26.9 + '@babel/runtime': 7.28.4 invariant: 2.2.4 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-fast-compare: 3.2.0 + react-fast-compare: 3.2.2 shallowequal: 1.1.0 '@slorber/remark-comment@1.0.0': @@ -17499,7 +17691,7 @@ snapshots: '@storybook/cli@7.4.1': dependencies: '@babel/core': 7.23.0 - '@babel/preset-env': 7.22.10(@babel/core@7.23.0) + '@babel/preset-env': 7.22.10(@babel/core@7.28.0) '@babel/types': 7.23.0 '@ndelangen/get-tarball': 3.0.9 '@storybook/codemod': 7.4.1 @@ -18330,6 +18522,10 @@ snapshots: '@types/node@18.11.18': {} + '@types/node@18.19.130': + dependencies: + undici-types: 5.26.5 + '@types/node@20.0.0': {} '@types/normalize-package-data@2.4.1': {} @@ -18342,6 +18538,8 @@ snapshots: '@types/prismjs@1.26.5': {} + '@types/prop-types@15.7.15': {} + '@types/prop-types@15.7.5': {} '@types/qs@6.9.7': {} @@ -18387,6 +18585,11 @@ snapshots: '@types/scheduler': 0.16.2 csstype: 3.1.1 + '@types/react@18.3.27': + dependencies: + '@types/prop-types': 15.7.15 + csstype: 3.2.3 + '@types/react@19.0.0': dependencies: csstype: 3.1.1 @@ -19033,6 +19236,20 @@ snapshots: transitivePeerDependencies: - supports-color + babel-jest@29.7.0(@babel/core@7.28.0): + dependencies: + '@babel/core': 7.28.0 + '@jest/transform': 29.7.0 + '@types/babel__core': 7.20.0 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.6.3(@babel/core@7.28.0) + chalk: 4.1.2 + graceful-fs: 4.2.10 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + optional: true + babel-loader@9.2.1(@babel/core@7.28.0)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)): dependencies: '@babel/core': 7.28.0 @@ -19162,6 +19379,23 @@ snapshots: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) + babel-preset-current-node-syntax@1.0.1(@babel/core@7.28.0): + dependencies: + '@babel/core': 7.28.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.28.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.28.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.28.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.28.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.28.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.28.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.0) + optional: true + babel-preset-jest@28.1.3(@babel/core@7.23.0): dependencies: '@babel/core': 7.23.0 @@ -19174,6 +19408,13 @@ snapshots: babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0) + babel-preset-jest@29.6.3(@babel/core@7.28.0): + dependencies: + '@babel/core': 7.28.0 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.28.0) + optional: true + bail@2.0.2: {} balanced-match@1.0.2: {} @@ -19992,6 +20233,8 @@ snapshots: csstype@3.1.1: {} + csstype@3.2.3: {} + cwd@0.10.0: dependencies: find-pkg: 0.1.2 @@ -20221,9 +20464,9 @@ snapshots: dependencies: esutils: 2.0.3 - docusaurus-plugin-sass@0.2.6(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(sass@1.89.2)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)): + docusaurus-plugin-sass@0.2.6(@docusaurus/core@3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3))(sass@1.89.2)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)): dependencies: - '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@19.0.0)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) + '@docusaurus/core': 3.8.1(@mdx-js/react@3.1.0(@types/react@18.3.27)(react@18.2.0))(@swc/core@1.3.76(@swc/helpers@0.5.2))(acorn@8.14.0)(esbuild@0.18.20)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.8.3) sass: 1.89.2 sass-loader: 16.0.5(sass@1.89.2)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)) transitivePeerDependencies: @@ -21196,6 +21439,9 @@ snapshots: fsevents@2.3.2: optional: true + fsevents@2.3.3: + optional: true + function-bind@1.1.1: {} function-bind@1.1.2: {} @@ -22477,7 +22723,7 @@ snapshots: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 jest-haste-map@29.7.0: dependencies: @@ -22493,7 +22739,7 @@ snapshots: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 jest-junit@14.0.1: dependencies: @@ -22969,7 +23215,7 @@ snapshots: '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.0) '@babel/plugin-proposal-optional-chaining': 7.20.7(@babel/core@7.23.0) '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.23.0) - '@babel/preset-env': 7.22.10(@babel/core@7.23.0) + '@babel/preset-env': 7.22.10(@babel/core@7.28.0) '@babel/preset-flow': 7.18.6(@babel/core@7.23.0) '@babel/preset-typescript': 7.18.6(@babel/core@7.23.0) '@babel/register': 7.18.9(@babel/core@7.23.0) @@ -23981,7 +24227,7 @@ snapshots: nerf-dart@1.0.0: {} - next@13.5.4(@babel/core@7.23.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.89.2): + next@13.5.4(@babel/core@7.28.0)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(sass@1.89.2): dependencies: '@next/env': 13.5.4 '@swc/helpers': 0.5.2 @@ -23990,7 +24236,7 @@ snapshots: postcss: 8.4.31 react: 19.0.0 react-dom: 19.0.0(react@19.0.0) - styled-jsx: 5.1.1(@babel/core@7.23.0)(babel-plugin-macros@3.1.0)(react@19.0.0) + styled-jsx: 5.1.1(@babel/core@7.28.0)(babel-plugin-macros@3.1.0)(react@19.0.0) watchpack: 2.4.0 optionalDependencies: '@next/swc-darwin-arm64': 13.5.4 @@ -24443,14 +24689,20 @@ snapshots: dependencies: find-up: 6.3.0 - playwright-core@1.30.0: {} - playwright-core@1.37.1: {} + playwright-core@1.57.0: {} + playwright@1.37.1: dependencies: playwright-core: 1.37.1 + playwright@1.57.0: + dependencies: + playwright-core: 1.57.0 + optionalDependencies: + fsevents: 2.3.2 + polished@4.2.2: dependencies: '@babel/runtime': 7.20.13 @@ -25469,7 +25721,7 @@ snapshots: react-clientside-effect@1.2.6(react@18.2.0): dependencies: - '@babel/runtime': 7.26.9 + '@babel/runtime': 7.28.4 react: 18.2.0 react-colorful@5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): @@ -25519,9 +25771,11 @@ snapshots: react-fast-compare@3.2.0: {} + react-fast-compare@3.2.2: {} + react-focus-lock@2.5.2(@types/react@18.2.27)(react@18.2.0): dependencies: - '@babel/runtime': 7.26.9 + '@babel/runtime': 7.28.4 focus-lock: 0.9.2 prop-types: 15.8.1 react: 18.2.0 @@ -25744,7 +25998,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.26.9 + '@babel/runtime': 7.28.4 regexp.prototype.flags@1.4.3: dependencies: @@ -26592,12 +26846,12 @@ snapshots: hey-listen: 1.0.8 tslib: 2.8.1 - styled-jsx@5.1.1(@babel/core@7.23.0)(babel-plugin-macros@3.1.0)(react@19.0.0): + styled-jsx@5.1.1(@babel/core@7.28.0)(babel-plugin-macros@3.1.0)(react@19.0.0): dependencies: client-only: 0.0.1 react: 19.0.0 optionalDependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.28.0 babel-plugin-macros: 3.1.0 stylehacks@6.1.1(postcss@8.5.6): @@ -26954,7 +27208,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.0.5(@babel/core@7.23.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.23.0))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.11.18)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.11.18)(typescript@4.9.4)))(typescript@4.9.4): + ts-jest@29.0.5(@babel/core@7.28.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.28.0))(esbuild@0.18.20)(jest@29.7.0(@types/node@18.11.18)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.11.18)(typescript@4.9.4)))(typescript@4.9.4): dependencies: bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -26967,9 +27221,9 @@ snapshots: typescript: 4.9.4 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.28.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.23.0) + babel-jest: 29.7.0(@babel/core@7.28.0) esbuild: 0.18.20 ts-loader@9.4.2(typescript@4.9.4)(webpack@5.98.0(@swc/core@1.3.76(@swc/helpers@0.5.2))(esbuild@0.18.20)): @@ -27001,27 +27255,27 @@ snapshots: optionalDependencies: '@swc/core': 1.3.76(@swc/helpers@0.5.2) - ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@4.9.4): + ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@18.19.130)(typescript@5.8.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 20.0.0 + '@types/node': 18.19.130 acorn: 8.14.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.4 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.3.76(@swc/helpers@0.5.2) - ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@5.0.2): + ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@4.9.4): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -27035,14 +27289,13 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.0.2 + typescript: 4.9.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.3.76(@swc/helpers@0.5.2) - optional: true - ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@5.8.3): + ts-node@10.9.2(@swc/core@1.3.76(@swc/helpers@0.5.2))(@types/node@20.0.0)(typescript@5.0.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.9 @@ -27056,11 +27309,12 @@ snapshots: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.8.3 + typescript: 5.0.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: '@swc/core': 1.3.76(@swc/helpers@0.5.2) + optional: true tslib@1.14.1: {} @@ -27175,6 +27429,8 @@ snapshots: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + undici-types@5.26.5: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-emoji-modifier-base@1.0.0: {} From ca50fc884f9108c62e9e318677b1d9a25bb8cf5d Mon Sep 17 00:00:00 2001 From: ybrusentsov Date: Sun, 11 Jan 2026 19:19:53 +0200 Subject: [PATCH 2/2] fix(ci): run storybook server on storybook-test quality pipeline --- .github/workflows/quality.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index c0f1fbf6..0113e093 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -81,7 +81,22 @@ jobs: - name: Build Storybook run: pnpm storybook:build - - name: Run Storybook Test Runner - run: pnpm test-storybook + - name: Start Storybook server and run tests + run: | + npx http-server ./storybook-static -p 6006 --silent & + SERVER_PID=$! + # Wait for server to be ready + for i in {1..30}; do + if curl -f http://localhost:6006 > /dev/null 2>&1; then + break + fi + sleep 1 + done + # Run tests + pnpm test-storybook + TEST_EXIT=$? + # Cleanup + kill $SERVER_PID 2>/dev/null || true + exit $TEST_EXIT env: CI: true