From e355d6e8527f9752882902e3247062f63c7d8138 Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Mon, 3 Jun 2024 15:35:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(funmooc)=20upgrade=20to=20ri?= =?UTF-8?q?chie=20v2.27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/openfun/richie/releases/tag/v2.27.0 --- sites/funmooc/CHANGELOG.md | 4 + sites/funmooc/requirements/base.txt | 2 +- sites/funmooc/src/frontend/package.json | 2 +- sites/funmooc/src/frontend/scss/_main.scss | 72 +- .../frontend/scss/components/_subheader.scss | 5 +- .../scss/components/libs/_tarteaucitron.scss | 7 +- .../templates/richie/section/_section.scss | 13 +- .../scss/extras/colors/_gradients.scss | 42 +- .../frontend/scss/extras/colors/_palette.scss | 7 +- .../frontend/scss/extras/colors/_schemes.scss | 192 +- .../frontend/scss/extras/colors/_theme.scss | 580 ++- .../scss/vendors/cunningham-tokens.scss | 392 +- sites/funmooc/src/frontend/yarn.lock | 4120 ++++++++++------- 13 files changed, 3156 insertions(+), 2282 deletions(-) diff --git a/sites/funmooc/CHANGELOG.md b/sites/funmooc/CHANGELOG.md index 47e82a3e..4a7ae755 100644 --- a/sites/funmooc/CHANGELOG.md +++ b/sites/funmooc/CHANGELOG.md @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed + +- Upgrade to richie 2.27.0 + ## [1.32.1] - 2024-05-23 ### Fixed diff --git a/sites/funmooc/requirements/base.txt b/sites/funmooc/requirements/base.txt index a73973aa..f283fc9c 100644 --- a/sites/funmooc/requirements/base.txt +++ b/sites/funmooc/requirements/base.txt @@ -6,5 +6,5 @@ dockerflow==2024.4.2 factory-boy==3.3.0 gunicorn==22.0.0 psycopg2-binary==2.9.9 -richie==2.26.0 +richie==2.27.0 sentry-sdk==2.2.1 diff --git a/sites/funmooc/src/frontend/package.json b/sites/funmooc/src/frontend/package.json index 5df95f25..481033c0 100644 --- a/sites/funmooc/src/frontend/package.json +++ b/sites/funmooc/src/frontend/package.json @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/openfun/fun-richie-site-factory#readme", "dependencies": { - "richie-education": "2.26.0", + "richie-education": "2.27.0", "tarteaucitronjs": "1.14.0" }, "devDependencies": { diff --git a/sites/funmooc/src/frontend/scss/_main.scss b/sites/funmooc/src/frontend/scss/_main.scss index ace502ee..9182dc00 100644 --- a/sites/funmooc/src/frontend/scss/_main.scss +++ b/sites/funmooc/src/frontend/scss/_main.scss @@ -1,71 +1,71 @@ // Basic functions must be loaded before settings to be able to use them from // settings and objects -@import "richie-education/scss/tools/rem"; -@import "richie-education/scss/tools/colors"; +@import 'richie-education/scss/tools/rem'; +@import 'richie-education/scss/tools/colors'; // Our variables must be imported before Bootstrap code so they can override it -@import "richie-education/scss/settings/fonts"; +@import 'richie-education/scss/settings/fonts'; -@import "bootstrap/scss/functions"; -@import "bootstrap/scss/variables"; +@import 'bootstrap/scss/functions'; +@import 'bootstrap/scss/variables'; // Import Cunningham tokens and icons -@import "@openfun/cunningham-react/dist/icons"; -@import "@openfun/cunningham-react/dist/style"; +@import '@openfun/cunningham-react/dist/icons'; +@import '@openfun/cunningham-react/dist/style'; // Override default Richie settings variables -@import "richie-education/scss/vendors/cunningham-tokens"; -@import "richie-education/scss/vendors/css/cunningham-tokens"; -@import "richie-education/scss/colors/palette"; -@import "./vendors/cunningham-tokens"; -@import "./vendors/css/cunningham-tokens"; -@import "./extras/colors/palette"; +@import 'richie-education/scss/vendors/cunningham-tokens'; +@import 'richie-education/scss/vendors/css/cunningham-tokens'; +@import 'richie-education/scss/colors/palette'; +@import './vendors/cunningham-tokens'; +@import './vendors/css/cunningham-tokens'; +@import './extras/colors/palette'; -@import "richie-education/scss/colors/gradients"; -@import "./extras/colors/gradients"; -@import "richie-education/scss/colors/schemes"; -@import "./extras/colors/schemes"; +@import 'richie-education/scss/colors/gradients'; +@import './extras/colors/gradients'; +@import 'richie-education/scss/colors/schemes'; +@import './extras/colors/schemes'; -@import "richie-education/scss/colors/theme"; -@import "./extras/colors/theme"; +@import 'richie-education/scss/colors/theme'; +@import './extras/colors/theme'; -@import "richie-education/scss/settings/variables"; -@import "./extras/settings/variables"; +@import 'richie-education/scss/settings/variables'; +@import './extras/settings/variables'; // TWITTER BOOTSTRAP V4 // Required -@import "bootstrap/scss/bootstrap-reboot.scss"; +@import 'bootstrap/scss/bootstrap-reboot.scss'; // Only what we use -@import "richie-education/scss/settings/bootstrap"; +@import 'richie-education/scss/settings/bootstrap'; // Internal addons (import order does matter due to some mixin usage from // deeper mixins) -@import "richie-education/scss/tools/index"; +@import 'richie-education/scss/tools/index'; // Generic stuff -@import "richie-education/scss/generic/index"; +@import 'richie-education/scss/generic/index'; // Shared object styles -@import "richie-education/scss/objects/index"; +@import 'richie-education/scss/objects/index'; // Page component styles -@import "richie-education/scss/components/index"; +@import 'richie-education/scss/components/index'; // Page component overrides -@import "./components/subheader"; -@import "./components/templates/courses/cms/homepage"; -@import "./components/templates/richie/large_banner/large_banner"; -@import "./components/templates/richie/section/section"; +@import './components/subheader'; +@import './components/templates/courses/cms/homepage'; +@import './components/templates/richie/large_banner/large_banner'; +@import './components/templates/richie/section/section'; // Libs -@import "./components/libs/tarteaucitron"; +@import './components/libs/tarteaucitron'; // Cunningham patchs -@import "./trumps/cunningham"; +@import './trumps/cunningham'; // CMS patchs -@import "richie-education/scss/trumps/cms"; +@import 'richie-education/scss/trumps/cms'; // IE11 patchs -@import "richie-education/scss/trumps/ie11-fixes"; +@import 'richie-education/scss/trumps/ie11-fixes'; // Bootstrap patchs -@import "richie-education/scss/trumps/bootstrap"; +@import 'richie-education/scss/trumps/bootstrap'; diff --git a/sites/funmooc/src/frontend/scss/components/_subheader.scss b/sites/funmooc/src/frontend/scss/components/_subheader.scss index 22f9c513..9c3718e7 100644 --- a/sites/funmooc/src/frontend/scss/components/_subheader.scss +++ b/sites/funmooc/src/frontend/scss/components/_subheader.scss @@ -1,10 +1,7 @@ .subheader { .category-badge-list { .category-badge { - @include r-button-colors( - r-theme-val(subheader, category-badge), - $apply-border: true - ); + @include r-button-colors(r-theme-val(subheader, category-badge), $apply-border: true); } } } diff --git a/sites/funmooc/src/frontend/scss/components/libs/_tarteaucitron.scss b/sites/funmooc/src/frontend/scss/components/libs/_tarteaucitron.scss index 8cc07d2e..26650897 100644 --- a/sites/funmooc/src/frontend/scss/components/libs/_tarteaucitron.scss +++ b/sites/funmooc/src/frontend/scss/components/libs/_tarteaucitron.scss @@ -44,8 +44,7 @@ div#tarteaucitronRoot { border-radius: 100vw !important; } - #tarteaucitronAlertBig - button:not(.tarteaucitronAllow):not(.tarteaucitronDeny), + #tarteaucitronAlertBig button:not(.tarteaucitronAllow):not(.tarteaucitronDeny), #tarteaucitronInfo button { background: none; text-decoration: underline; @@ -67,7 +66,7 @@ div#tarteaucitronRoot { &:after { color: r-theme-val(cookie-consent, light-color); - content: "×"; + content: '×'; font-size: 2rem; } @@ -120,7 +119,7 @@ div#tarteaucitronRoot { &:after { @include button-base(); color: r-theme-val(cookie-consent, light-color); - content: "×"; + content: '×'; font-size: 1.5rem; line-height: 1em; padding: 1rem; diff --git a/sites/funmooc/src/frontend/scss/components/templates/richie/section/_section.scss b/sites/funmooc/src/frontend/scss/components/templates/richie/section/_section.scss index 49a3625a..269feb7d 100644 --- a/sites/funmooc/src/frontend/scss/components/templates/richie/section/_section.scss +++ b/sites/funmooc/src/frontend/scss/components/templates/richie/section/_section.scss @@ -14,7 +14,7 @@ padding-bottom: calc(5vw + 1.5rem) !important; &:before { - content: ""; + content: ''; display: block; margin-top: 4.5rem; margin-bottom: 2rem; @@ -28,7 +28,7 @@ // Insert bottom curves &::after { - content: ""; + content: ''; display: block; width: 100%; height: 5vw; @@ -51,7 +51,7 @@ // Insert bottom curves &::after { - content: ""; + content: ''; display: block; width: 100%; height: 5vw; @@ -71,16 +71,13 @@ &.section--gradient-dark { .button-caesura { a { - @include r-button-colors( - r-theme-val(button-caesura, alternative), - $apply-border: true - ); + @include r-button-colors(r-theme-val(button-caesura, alternative), $apply-border: true); &:hover { @include r-button-colors( r-theme-val(button-caesura, alternative), $apply-border: true, - $prefix: "hover" + $prefix: 'hover' ); } } diff --git a/sites/funmooc/src/frontend/scss/extras/colors/_gradients.scss b/sites/funmooc/src/frontend/scss/extras/colors/_gradients.scss index ceca9de8..afa53ff7 100644 --- a/sites/funmooc/src/frontend/scss/extras/colors/_gradients.scss +++ b/sites/funmooc/src/frontend/scss/extras/colors/_gradients.scss @@ -2,41 +2,37 @@ // --------- $neutral-gradient: linear-gradient( to top, - r-color("silver") 0, - r-color("white-three") 13rem, - r-color("white") 14rem, - r-color("white") + r-color('silver') 0, + r-color('white-three') 13rem, + r-color('white') 14rem, + r-color('white') ); $light-gradient: linear-gradient( 79deg, - r-color("robin-egg-blue") 0%, - r-color("robin-egg-blue") 10%, - r-color("turquoise-blue") 56% + r-color('robin-egg-blue') 0%, + r-color('robin-egg-blue') 10%, + r-color('turquoise-blue') 56% ); $middle-gradient: linear-gradient( 271deg, - r-color("turquoise-blue") 0%, - r-color("ocean-blue") 59%, - r-color("darkish-blue") 99% -); -$dark-gradient: linear-gradient( - 295deg, - r-color("darkish-blue") 1%, - r-color("ocean-blue") 96% + r-color('turquoise-blue') 0%, + r-color('ocean-blue') 59%, + r-color('darkish-blue') 99% ); +$dark-gradient: linear-gradient(295deg, r-color('darkish-blue') 1%, r-color('ocean-blue') 96%); $white-mask-gradient: ( linear-gradient( to right, - r-color("white") 0%, - rgba(r-color("white"), 0.85) 15%, - rgba(r-color("white"), 0.15) 60%, - rgba(r-color("white"), 0) 70% + r-color('white') 0%, + rgba(r-color('white'), 0.85) 15%, + rgba(r-color('white'), 0.15) 60%, + rgba(r-color('white'), 0) 70% ), linear-gradient( to left, - r-color("white") 0%, - rgba(r-color("white"), 0.85) 15%, - rgba(r-color("white"), 0.15) 60%, - rgba(r-color("white"), 0) 70% + r-color('white') 0%, + rgba(r-color('white'), 0.85) 15%, + rgba(r-color('white'), 0.15) 60%, + rgba(r-color('white'), 0) 70% ) ); diff --git a/sites/funmooc/src/frontend/scss/extras/colors/_palette.scss b/sites/funmooc/src/frontend/scss/extras/colors/_palette.scss index ca33d255..e663a5b4 100644 --- a/sites/funmooc/src/frontend/scss/extras/colors/_palette.scss +++ b/sites/funmooc/src/frontend/scss/extras/colors/_palette.scss @@ -5,9 +5,6 @@ // Named colors // --------- -@use "../../vendors/cunningham-tokens" as tokens; +@use '../../vendors/cunningham-tokens' as tokens; -$palette: recursive-map-merge( - $palette, - map-get(tokens.$themes, "default", "theme", "colors") -); +$palette: recursive-map-merge($palette, map-get(tokens.$themes, 'default', 'theme', 'colors')); diff --git a/sites/funmooc/src/frontend/scss/extras/colors/_schemes.scss b/sites/funmooc/src/frontend/scss/extras/colors/_schemes.scss index 92a56f81..d3c36b83 100644 --- a/sites/funmooc/src/frontend/scss/extras/colors/_schemes.scss +++ b/sites/funmooc/src/frontend/scss/extras/colors/_schemes.scss @@ -1,144 +1,144 @@ // Basic color schemes // --------- $lipstick-scheme: ( - font-color: r-color("white"), - link-color: r-color("white"), - svg-color: r-color("white"), - background: r-color("lipstick"), - hover-font-color: r-color("white"), - hover-background: scale-color(r-color("lipstick"), $lightness: -10%), + font-color: r-color('white'), + link-color: r-color('white'), + svg-color: r-color('white'), + background: r-color('lipstick'), + hover-font-color: r-color('white'), + hover-background: scale-color(r-color('lipstick'), $lightness: -10%), ); $active-scheme: ( - font-color: r-color("lipstick"), - svg-color: r-color("lipstick"), + font-color: r-color('lipstick'), + svg-color: r-color('lipstick'), background: transparent, - hover-font-color: r-color("indianred3"), + hover-font-color: r-color('indianred3'), ); $indianred3-scheme: ( - font-color: r-color("white"), - link-color: r-color("light-grey"), - svg-color: r-color("white"), - background: r-color("indianred3"), - hover-font-color: r-color("white"), - hover-background: r-color("lipstick"), + font-color: r-color('white'), + link-color: r-color('light-grey'), + svg-color: r-color('white'), + background: r-color('indianred3'), + hover-font-color: r-color('white'), + hover-background: r-color('lipstick'), ); $darkish-blue-scheme: ( - font-color: r-color("white"), - link-color: r-color("light-grey"), - svg-color: r-color("white"), - background: r-color("darkish-blue"), - hover-font-color: r-color("white"), - hover-background: scale-color(r-color("darkish-blue"), $lightness: -10%), + font-color: r-color('white'), + link-color: r-color('light-grey'), + svg-color: r-color('white'), + background: r-color('darkish-blue'), + hover-font-color: r-color('white'), + hover-background: scale-color(r-color('darkish-blue'), $lightness: -10%), ); $ocean-blue-scheme: ( - font-color: r-color("white"), - link-color: r-color("lipstick"), - svg-color: r-color("white"), - background: r-color("ocean-blue"), - hover-font-color: r-color("white"), - hover-background: scale-color(r-color("ocean-blue"), $lightness: -10%), + font-color: r-color('white'), + link-color: r-color('lipstick'), + svg-color: r-color('white'), + background: r-color('ocean-blue'), + hover-font-color: r-color('white'), + hover-background: scale-color(r-color('ocean-blue'), $lightness: -10%), ); $mediumturquoise-scheme: ( - font-color: r-color("ocean-blue"), - svg-color: r-color("ocean-blue"), - background: r-color("mediumturquoise"), - hover-font-color: r-color("ocean-blue"), - hover-background: lighten(r-color("mediumturquoise"), 8%), + font-color: r-color('ocean-blue'), + svg-color: r-color('ocean-blue'), + background: r-color('mediumturquoise'), + hover-font-color: r-color('ocean-blue'), + hover-background: lighten(r-color('mediumturquoise'), 8%), ); $white-scheme: ( - font-color: r-color("black"), - h1-color: r-color("black-two"), - h2-color: r-color("black-two"), - svg-color: r-color("black"), - background: r-color("white"), - hover-font-color: r-color("lipstick"), - hover-background: darken(r-color("white"), 8%), + font-color: r-color('black'), + h1-color: r-color('black-two'), + h2-color: r-color('black-two'), + svg-color: r-color('black'), + background: r-color('white'), + hover-font-color: r-color('lipstick'), + hover-background: darken(r-color('white'), 8%), ); $light-scheme: ( - font-color: r-color("black"), - h1-color: r-color("black-two"), - h2-color: r-color("black-two"), - svg-color: r-color("black"), - background: r-color("light-grey"), - hover-font-color: r-color("lipstick"), - hover-background: r-color("battleship-grey"), + font-color: r-color('black'), + h1-color: r-color('black-two'), + h2-color: r-color('black-two'), + svg-color: r-color('black'), + background: r-color('light-grey'), + hover-font-color: r-color('lipstick'), + hover-background: r-color('battleship-grey'), ); $lightest-scheme: ( - font-color: r-color("black"), - h1-color: r-color("black-two"), - h2-color: r-color("black-two"), - svg-color: r-color("black"), - background: r-color("pale-grey"), - hover-font-color: r-color("lipstick"), - hover-background: r-color("battleship-grey"), + font-color: r-color('black'), + h1-color: r-color('black-two'), + h2-color: r-color('black-two'), + svg-color: r-color('black'), + background: r-color('pale-grey'), + hover-font-color: r-color('lipstick'), + hover-background: r-color('battleship-grey'), ); $clouds-scheme: ( - background: bottom left / 100% 70% no-repeat r-color("smoke") - url("../../richie/images/components/clouds.jpg"), + background: bottom left / 100% 70% no-repeat r-color('smoke') + url('../../richie/images/components/clouds.jpg'), ); $transparent-clear-scheme: ( - font-color: r-color("white"), - svg-color: r-color("white"), + font-color: r-color('white'), + svg-color: r-color('white'), background: transparent, - border-color: r-color("white"), - hover-font-color: r-color("white"), - hover-svg-color: r-color("white"), - hover-background: rgba(r-color("white"), 0.3), + border-color: r-color('white'), + hover-font-color: r-color('white'), + hover-svg-color: r-color('white'), + hover-background: rgba(r-color('white'), 0.3), ); $transparent-darkest-scheme: ( - font-color: r-color("black"), - h1-color: r-color("black-two"), - h2-color: r-color("black-two"), - svg-color: r-color("black"), + font-color: r-color('black'), + h1-color: r-color('black-two'), + h2-color: r-color('black-two'), + svg-color: r-color('black'), background: transparent, - border-color: r-color("black"), - hover-font-color: r-color("lipstick"), - hover-svg-color: r-color("lipstick"), - hover-border-color: r-color("lipstick"), + border-color: r-color('black'), + hover-font-color: r-color('lipstick'), + hover-svg-color: r-color('lipstick'), + hover-border-color: r-color('lipstick'), ); $neutral-gradient-scheme: ( - font-color: r-color("black-two"), - svg-color: r-color("black-two"), + font-color: r-color('black-two'), + svg-color: r-color('black-two'), background: $neutral-gradient, ); $light-gradient-scheme: ( - font-color: r-color("navy-blue"), - svg-color: r-color("navy-blue"), + font-color: r-color('navy-blue'), + svg-color: r-color('navy-blue'), background: $light-gradient, ); $middle-gradient-scheme: ( - font-color: r-color("white"), - svg-color: r-color("white"), + font-color: r-color('white'), + svg-color: r-color('white'), background: $middle-gradient, - hover-font-color: r-color("white"), + hover-font-color: r-color('white'), ); $dark-gradient-scheme: ( - font-color: r-color("white"), - svg-color: r-color("white"), + font-color: r-color('white'), + svg-color: r-color('white'), background: $dark-gradient, - hover-font-color: r-color("white"), + hover-font-color: r-color('white'), ); $white-mask-gradient-scheme: ( - font-color: r-color("black"), - h1-color: r-color("black"), - h2-color: r-color("black"), - svg-color: r-color("black"), + font-color: r-color('black'), + h1-color: r-color('black'), + h2-color: r-color('black'), + svg-color: r-color('black'), background: $white-mask-gradient, - hover-font-color: r-color("lipstick"), + hover-font-color: r-color('lipstick'), ); $clear-red-scheme: ( - font-color: r-color("lipstick"), - h1-color: r-color("lipstick"), - h2-color: r-color("lipstick"), - svg-color: r-color("lipstick"), - background: r-color("white"), - hover-font-color: r-color("lipstick"), + font-color: r-color('lipstick'), + h1-color: r-color('lipstick'), + h2-color: r-color('lipstick'), + svg-color: r-color('lipstick'), + background: r-color('white'), + hover-font-color: r-color('lipstick'), ); $clear-blue-scheme: ( - font-color: r-color("ocean-blue"), - h1-color: r-color("ocean-blue"), - h2-color: r-color("ocean-blue"), - svg-color: r-color("ocean-blue"), - background: r-color("white"), - hover-font-color: r-color("darkish-blue"), + font-color: r-color('ocean-blue'), + h1-color: r-color('ocean-blue'), + h2-color: r-color('ocean-blue'), + svg-color: r-color('ocean-blue'), + background: r-color('white'), + hover-font-color: r-color('darkish-blue'), ); diff --git a/sites/funmooc/src/frontend/scss/extras/colors/_theme.scss b/sites/funmooc/src/frontend/scss/extras/colors/_theme.scss index 4947def4..9982ffef 100644 --- a/sites/funmooc/src/frontend/scss/extras/colors/_theme.scss +++ b/sites/funmooc/src/frontend/scss/extras/colors/_theme.scss @@ -1,5 +1,5 @@ // Theme schemes -$r-theme: map-merge( +$r-theme: recursive-map-merge( $r-theme, ( banner: ( @@ -35,69 +35,68 @@ $r-theme: map-merge( white-mask-gradient: $white-mask-gradient, ), cookie-consent: ( - base-background: r-color("darkish-blue"), - cta-allow: r-color("ocean-blue"), - cta-deny: r-color("indianred3"), - light-color: r-color("white"), - dark-color: r-color("dark"), + base-background: r-color('darkish-blue'), + cta-allow: r-color('ocean-blue'), + cta-deny: r-color('indianred3'), + light-color: r-color('white'), + dark-color: r-color('dark'), ), topbar: ( base-background: null, over-background: null, over-border: null, - hamburger-color: r-color("ocean-blue"), - item-color: r-color("black"), - item-hover-color: r-color("darkish-blue"), - item-active-color: r-color("ocean-blue"), - item-cta-color: r-color("white"), - item-cta-background: r-color("lipstick"), - item-cta-border: r-color("lipstick"), - item-cta-hollow-color: r-color("black-two"), + hamburger-color: r-color('ocean-blue'), + item-color: r-color('black'), + item-hover-color: r-color('darkish-blue'), + item-active-color: r-color('ocean-blue'), + item-cta-color: r-color('white'), + item-cta-background: r-color('lipstick'), + item-cta-border: r-color('lipstick'), + item-cta-hollow-color: r-color('black-two'), item-cta-hollow-background: transparent, item-cta-hollow-border: transparent, - item-divider-border: r-color("light-grey"), + item-divider-border: r-color('light-grey'), ), body-content: ( - base-color: r-color("black"), - base-background: r-color("white"), - insert-background-image: - url("../../richie/images/components/wave-dark.svg"), - base-link-color: r-color("lipstick"), + base-color: r-color('black'), + base-background: r-color('white'), + insert-background-image: url('../../richie/images/components/wave-dark.svg'), + base-link-color: r-color('lipstick'), ), body-footer: ( - base-color: r-color("light-grey"), - base-background: r-color("black-two"), - lang-color: r-color("white"), - section-hover: r-color("white"), - subtitle-color: r-color("white"), + base-color: r-color('light-grey'), + base-background: r-color('black-two'), + lang-color: r-color('white'), + section-hover: r-color('white'), + subtitle-color: r-color('white'), badge-button: $lipstick-scheme, ), body-mentions: ( - base-color: r-color("white"), - base-background: r-color("black"), - poweredby-hover: r-color("white"), + base-color: r-color('white'), + base-background: r-color('black'), + poweredby-hover: r-color('white'), ), subheader: ( base: $darkish-blue-scheme, container: $dark-gradient-scheme, cta: $darkish-blue-scheme, - media-background: r-color("white"), - teaser-border: rgba(r-color("white"), 0.3), - search-input-color: r-color("white"), + media-background: r-color('white'), + teaser-border: rgba(r-color('white'), 0.3), + search-input-color: r-color('white'), search-input-background: transparent, - search-input-border: r-color("white"), - search-input-placeholder: r-color("white"), + search-input-border: r-color('white'), + search-input-placeholder: r-color('white'), social-network-badges: $transparent-clear-scheme, category-badge: $lipstick-scheme, ), subheader-alt: ( container-background: $dark-gradient, container-border: null, - background-image: url("../../richie/images/components/wave-white.svg"), + background-image: url('../../richie/images/components/wave-white.svg'), ), block-schemes: ( - empty-color: r-color("silver"), - divider: r-color("pale-grey"), + empty-color: r-color('silver'), + divider: r-color('pale-grey'), variants: ( clear: $light-scheme, light: $middle-gradient-scheme, @@ -106,65 +105,64 @@ $r-theme: map-merge( gradient-dark: $dark-gradient-scheme, quinary: $light-gradient-scheme, ), - alt-arc: url("../../richie/images/components/arc-white.svg"), - alt-curve: url("../../richie/images/components/curve-white.svg"), - alt-wave: url("../../richie/images/components/wave-white.svg"), + alt-arc: url('../../richie/images/components/arc-white.svg'), + alt-curve: url('../../richie/images/components/curve-white.svg'), + alt-wave: url('../../richie/images/components/wave-white.svg'), ), accordion-plan: ( - item-dot-color: r-color("black"), - title-color: r-color("lipstick"), - content-color: r-color("brownish-grey"), - border-color: r-color("light-grey"), + item-dot-color: r-color('black'), + title-color: r-color('lipstick'), + content-color: r-color('brownish-grey'), + border-color: r-color('light-grey'), background-color: null, - dot-closed: url("../../richie/images/components/add-outline.svg"), - dot-opened: url("../../richie/images/components/minus-outline.svg"), + dot-closed: url('../../richie/images/components/add-outline.svg'), + dot-opened: url('../../richie/images/components/minus-outline.svg'), ), large-banner: ( - base-background-color: r-color("black-two"), - base-color: r-color("white"), - base-shadow: r-color("black-two"), + base-background-color: r-color('black-two'), + base-color: r-color('white'), + base-shadow: r-color('black-two'), ), hero-intro: ( - insert-background-image: - url("../../richie/images/components/wave-white.svg"), + insert-background-image: url('../../richie/images/components/wave-white.svg'), inner-background: $white-mask-gradient, - title-color: r-color("lipstick"), - title-alt-color: r-color("black-two"), - content-color: r-color("black"), - search-input-background: r-color("white"), - search-btn-background: r-color("lipstick"), - search-icon-fill: r-color("white"), - cta-variant-from: r-color("lipstick"), - cta-variant-to: scale-color(r-color("lipstick"), $lightness: -10%), - cta-color: r-color("white"), - cta-border: r-color("lipstick"), + title-color: r-color('lipstick'), + title-alt-color: r-color('black-two'), + content-color: r-color('black'), + search-input-background: r-color('white'), + search-btn-background: r-color('lipstick'), + search-icon-fill: r-color('white'), + cta-variant-from: r-color('lipstick'), + cta-variant-to: scale-color(r-color('lipstick'), $lightness: -10%), + cta-color: r-color('white'), + cta-border: r-color('lipstick'), ), section-plugin: ( - title-emphased-color: r-color("lipstick"), + title-emphased-color: r-color('lipstick'), ), licence-plugin: ( - content-color: r-color("brownish-grey"), - description-color: r-color("brownish-grey"), + content-color: r-color('brownish-grey'), + description-color: r-color('brownish-grey'), ), blogpost-glimpse: ( - card-background: r-color("white"), - title-color: r-color("black"), - title-hover-color: r-color("lipstick"), - theme-border: r-color("lipstick"), - content-color: r-color("brownish-grey"), - content-hover-color: r-color("black"), - media-background: r-color("light-grey"), - date-color: r-color("brownish-grey"), - date-hover-color: r-color("lipstick"), - empty-color: r-color("black-two"), + card-background: r-color('white'), + title-color: r-color('black'), + title-hover-color: r-color('lipstick'), + theme-border: r-color('lipstick'), + content-color: r-color('brownish-grey'), + content-hover-color: r-color('black'), + media-background: r-color('light-grey'), + date-color: r-color('brownish-grey'), + date-hover-color: r-color('lipstick'), + empty-color: r-color('black-two'), ), blogpost-glimpse-mini: ( - border: r-color("light-grey"), + border: r-color('light-grey'), ), blogpost-glimpse-favorite: ( content-color: inherit, title-color: inherit, - excerpt-color: r-color("brownish-grey"), + excerpt-color: r-color('brownish-grey'), cta: $lipstick-scheme, cta-hover: $lipstick-scheme, ), @@ -174,51 +172,51 @@ $r-theme: map-merge( base-hover: $lipstick-scheme, ), badge-glimpse: ( - base-background: r-color("white"), - title-color: r-color("black"), - content-color: r-color("brownish-grey"), + base-background: r-color('white'), + title-color: r-color('black'), + content-color: r-color('brownish-grey'), ), card-glimpse: ( - base-background: r-color("white"), - divider-color: r-color("lipstick"), - title-color: r-color("black") !important, - content-color: r-color("brownish-grey") !important, + base-background: r-color('white'), + divider-color: r-color('lipstick'), + title-color: r-color('black') !important, + content-color: r-color('brownish-grey') !important, ), category-glimpse-badges: ( - base-border: r-color("light-grey"), + base-border: r-color('light-grey'), tag: $lipstick-scheme, ), category-glimpse: ( - base-border: rgba(r-color("black"), 0.125), - base-hover-border: r-color("lipstick"), - base-hover-color: r-color("lipstick"), - base-background: r-color("white"), - body-color: r-color("black"), + base-border: rgba(r-color('black'), 0.125), + base-hover-border: r-color('lipstick'), + base-hover-color: r-color('lipstick'), + base-background: r-color('white'), + body-color: r-color('black'), title-color: inherit, - title-hover-color: r-color("lipstick"), - logo-empty-background: r-color("white-three"), + title-hover-color: r-color('lipstick'), + logo-empty-background: r-color('white-three'), ), course-glimpse-list: ( - count-color: r-color("brownish-grey"), + count-color: r-color('brownish-grey'), ), course-glimpse: ( - card-background: r-color("white"), - base-shadow: 0 0 6px r-color("greyscale-400"), - base-hover-shadow: 0 0 6px r-color("greyscale-600"), - cta-background: r-color("lipstick"), - empty-color: r-color("brownish-grey"), + card-background: r-color('white'), + base-shadow: 0 0 6px r-color('greyscale-400'), + base-hover-shadow: 0 0 6px r-color('greyscale-600'), + cta-background: r-color('lipstick'), + empty-color: r-color('brownish-grey'), icon-shadow: ( - 0 10px 50px 0 rgba(r-color("black"), 0.05), - 0 12px 34px 0 rgba(r-color("black"), 0.15), + 0 10px 50px 0 rgba(r-color('black'), 0.05), + 0 12px 34px 0 rgba(r-color('black'), 0.15), ), icon: $lipstick-scheme, - content-color: r-color("brownish-grey"), - title-color: r-color("black"), - organization-color: r-color("lipstick"), - code-color: r-color("brownish-grey"), - organization-media-empty-background: r-color("white-three"), - organization-shadow: 0 0 6px r-color("light-grey"), - svg-icon-fill: r-color("red"), + content-color: r-color('brownish-grey'), + title-color: r-color('black'), + organization-color: r-color('lipstick'), + code-color: r-color('brownish-grey'), + organization-media-empty-background: r-color('white-three'), + organization-shadow: 0 0 6px r-color('light-grey'), + svg-icon-fill: r-color('red'), footer: $lipstick-scheme, ), category-badges: ( @@ -237,12 +235,12 @@ $r-theme: map-merge( tertiary-item: $mediumturquoise-scheme, ), dashboard: ( - background-color: r-color("pale-grey"), - base-shadow: 0 0 6px r-color("silver"), + background-color: r-color('pale-grey'), + base-shadow: 0 0 6px r-color('silver'), ), dashboard-avatar: ( - background-color: r-color("darkish-blue"), - base-color: r-color("white"), + background-color: r-color('darkish-blue'), + base-color: r-color('white'), ), credit-card-brand-logo: ( background-color: r-color(denim), @@ -259,9 +257,9 @@ $r-theme: map-merge( ), dashboard-card: ( base-color: r-color(charcoal), - base-shadow: 0 0 6px r-color("light-grey"), - text-hover-color: r-color("grey59"), - base-border: r-color("azure2"), + base-shadow: 0 0 6px r-color('light-grey'), + text-hover-color: r-color('grey59'), + base-border: r-color('azure2'), ), dashboard-credit-cards: ( empty-color: r-color(slate-grey), @@ -269,308 +267,306 @@ $r-theme: map-merge( dashboard-credit-card-box: ( base-color: r-color(charcoal), title-color: r-color(slate-grey), - expire-soon-color: r-color("indianred3"), - expired-color: r-color("firebrick6"), + expire-soon-color: r-color('indianred3'), + expired-color: r-color('firebrick6'), ), dashboard-box: ( background: r-color(smoke), base-color: r-color(charcoal), header-color: r-color(slate-grey), - base-shadow: 0 0 6px r-color("light-grey"), - text-hover-color: r-color("grey59"), - base-border: r-color("light-grey"), + base-shadow: 0 0 6px r-color('light-grey'), + text-hover-color: r-color('grey59'), + base-border: r-color('light-grey'), ), dashboard-item-course-enrolling-run: ( - enrolled-color: r-color("mantis"), + enrolled-color: r-color('mantis'), ), dashboard-sidebar: ( - background-color: r-color("white"), - base-shadow: 0 0 6px r-color("silver"), + background-color: r-color('white'), + base-shadow: 0 0 6px r-color('silver'), base-color: r-color(charcoal), - sub-title-color: r-color("slate-grey"), - active-color: r-color("ocean-blue"), - base-border: r-color("navy-blue"), + sub-title-color: r-color('slate-grey'), + active-color: r-color('ocean-blue'), + base-border: r-color('navy-blue'), menu-link-inline-padding: 16px, ), dashboard-list: ( - background-color-loading: r-color("smoke"), + background-color-loading: r-color('smoke'), ), dashboard-sidebar-organization-link-title: ( - base-color: r-color("battleship-grey"), + base-color: r-color('battleship-grey'), ), form: ( - input-placeholder: r-color("grey32"), - input-color: r-color("dark"), - input-color-error: r-color("lipstick"), - input-border: r-color("grey32"), - input-border-error: r-color("lipstick"), - input-border-focus: r-color("ocean-blue"), - input-outline: rgba(r-color("ocean-blue"), 0.5), - input-checked-background: r-color("lipstick"), + input-placeholder: r-color('grey32'), + input-color: r-color('dark'), + input-color-error: r-color('lipstick'), + input-border: r-color('grey32'), + input-border-error: r-color('lipstick'), + input-border-focus: r-color('ocean-blue'), + input-outline: rgba(r-color('ocean-blue'), 0.5), + input-checked-background: r-color('lipstick'), input-unchecked-background: transparent, - input-unchecked-border: r-color("grey32"), + input-unchecked-border: r-color('grey32'), input-checked-border: transparent, - input-checked-color: r-color("white"), + input-checked-color: r-color('white'), input-unchecked-color: transparent, - input-disabled-background: r-color("grey87"), - input-hover-color: r-color("grey59"), - message-color: r-color("grey32"), - required-note-color: r-color("indianred3"), + input-disabled-background: r-color('grey87'), + input-hover-color: r-color('grey59'), + message-color: r-color('grey32'), + required-note-color: r-color('indianred3'), ), organization-glimpse-list: ( - empty-color: r-color("brownish-grey"), + empty-color: r-color('brownish-grey'), empty-background: transparent, ), organization-glimpse: ( - base-background: r-color("white"), - base-border: r-color("light-grey"), - logo-empty-background: r-color("white-three"), - link-border: r-color("lipstick"), + base-background: r-color('white'), + base-border: r-color('light-grey'), + logo-empty-background: r-color('white-three'), + link-border: r-color('lipstick'), ), organization-glimpse-row: ( - base-background: r-color("white"), - divider: r-color("light-grey"), - hover-background: darken(r-color("white"), 2%), - hover-title-color: r-color("lipstick"), + base-background: r-color('white'), + divider: r-color('light-grey'), + hover-background: darken(r-color('white'), 2%), + hover-title-color: r-color('lipstick'), ), pagination: ( - item-color: r-color("brownish-grey"), - item-background: r-color("white"), - item-border: r-color("light-grey"), - current-color: r-color("white"), - current-background: r-color("lipstick"), + item-color: r-color('brownish-grey'), + item-background: r-color('white'), + item-border: r-color('light-grey'), + current-color: r-color('white'), + current-background: r-color('lipstick'), ), person-glimpse: ( - card-background: r-color("white"), - base-shadow: 0 1px 2px rgba(r-color("battleship-grey"), 0.4), - title-color: r-color("lipstick"), - empty-background: r-color("white-three"), + card-background: r-color('white'), + base-shadow: 0 1px 2px rgba(r-color('battleship-grey'), 0.4), + title-color: r-color('lipstick'), + empty-background: r-color('white-three'), category: $lipstick-scheme, category-title: transparent, - bio-color: r-color("brownish-grey"), + bio-color: r-color('brownish-grey'), ), program-glimpse: ( - card-background: r-color("white"), + card-background: r-color('white'), card-border: null, card-hover-border: null, - content-color: r-color("brownish-grey"), - title-color: r-color("ocean-blue"), - media-decoration: url("../../richie/images/components/arc-white.svg"), - empty-background: r-color("white-three"), + content-color: r-color('brownish-grey'), + title-color: r-color('ocean-blue'), + media-decoration: url('../../richie/images/components/arc-white.svg'), + empty-background: r-color('white-three'), footer: $indianred3-scheme, - base-shadow: 0 0 6px r-color("light-grey"), - base-hover-shadow: 0 0 6px r-color("battleship-grey"), + base-shadow: 0 0 6px r-color('light-grey'), + base-hover-shadow: 0 0 6px r-color('battleship-grey'), ), program-glimpse-empty: ( - card-color: r-color("brownish-grey"), - hover-border: r-color("light-grey"), + card-color: r-color('brownish-grey'), + hover-border: r-color('light-grey'), ), quote-glimpse: ( - base-background: r-color("white"), - base-shadow: 0 0 4px r-color("light-grey"), - title-color: r-color("black"), - content-color: r-color("purplish-grey"), - icon-color: r-color("dark"), + base-background: r-color('white'), + base-shadow: 0 0 4px r-color('light-grey'), + title-color: r-color('black'), + content-color: r-color('purplish-grey'), + icon-color: r-color('dark'), ), row_half-glimpse: ( - base-background: r-color("white"), - divider-color: r-color("lipstick"), - title-color: r-color("black") !important, - content-color: r-color("brownish-grey") !important, + base-background: r-color('white'), + divider-color: r-color('lipstick'), + title-color: r-color('black') !important, + content-color: r-color('brownish-grey') !important, ), row_full-glimpse: ( - base-background: r-color("white"), - divider-color: r-color("lipstick"), - title-color: r-color("black") !important, - content-color: r-color("brownish-grey") !important, + base-background: r-color('white'), + divider-color: r-color('lipstick'), + title-color: r-color('black') !important, + content-color: r-color('brownish-grey') !important, ), base-search: ( input-background: transparent, - icon-fill: r-color("brownish-grey"), - input-border: r-color("light-grey"), + icon-fill: r-color('brownish-grey'), + input-border: r-color('light-grey'), ), social-network-badges: ( base: $lipstick-scheme, ), blogpost-detail: ( - aside-glimpse-title-color: r-color("ocean-blue"), - aside-glimpse-title-background: r-color("white"), - aside-glimpse-title-border: r-color("ocean-blue"), + aside-glimpse-title-color: r-color('ocean-blue'), + aside-glimpse-title-background: r-color('white'), + aside-glimpse-title-border: r-color('ocean-blue'), categories: $lipstick-scheme, categories-tag-background: transparent, - top-border: r-color("light-grey"), - theme-border: r-color("lipstick"), - pubdate-border: r-color("lipstick"), - authors-border: r-color("lipstick"), - cover-empty-background: r-color("white-three"), - body-color: r-color("dark"), - headline-color: r-color("brownish-grey"), - headline-border: r-color("black-two"), - headline-title-color: r-color("black-two"), + top-border: r-color('light-grey'), + theme-border: r-color('lipstick'), + pubdate-border: r-color('lipstick'), + authors-border: r-color('lipstick'), + cover-empty-background: r-color('white-three'), + body-color: r-color('dark'), + headline-color: r-color('brownish-grey'), + headline-border: r-color('black-two'), + headline-title-color: r-color('black-two'), social-network-badges: $lipstick-scheme, ), category-detail: ( - empty-background: r-color("white-three"), - insert-background-image: - url("../../richie/images/components/wave-white.svg"), - logo-background: r-color("white"), - logo-border: r-color("light-grey"), - logo-shadow: 0 0.25rem 1.5625rem r-color("brownish-grey"), - intro-title-color: r-color("lipstick"), - description-color: r-color("brownish-grey"), + empty-background: r-color('white-three'), + insert-background-image: url('../../richie/images/components/wave-white.svg'), + logo-background: r-color('white'), + logo-border: r-color('light-grey'), + logo-shadow: 0 0.25rem 1.5625rem r-color('brownish-grey'), + intro-title-color: r-color('lipstick'), + description-color: r-color('brownish-grey'), ), course-detail: ( - organizations-title-color: r-color("brownish-grey"), - aside-title-border: r-color("black-two"), - primary-group-title-color: r-color("black-two"), + organizations-title-color: r-color('brownish-grey'), + aside-title-border: r-color('black-two'), + primary-group-title-color: r-color('black-two'), primary-group-background: transparent, primary-group-arc: null, run-cta: $lipstick-scheme, - run-feedback-color: r-color("brownish-grey"), + run-feedback-color: r-color('brownish-grey'), subheader-run-cta: $lipstick-scheme, - subheader-run-feedback-color: r-color("silver"), - run-descriptions-divider: r-color("light-grey"), - plan-title-color: r-color("lipstick"), - license-label-color: r-color("ocean-blue"), - checkmark-list-decoration: - url("../../richie/images/components/checkmark.svg"), - checkmark-list-decoration-color: r-color("ocean-blue"), - view-more-runs-color: r-color("lipstick"), - run-catalog-visibility-hidden-logo: - url("../../richie/images/catalog_visibility/hidden.svg"), + subheader-run-feedback-color: r-color('silver'), + run-descriptions-divider: r-color('light-grey'), + plan-title-color: r-color('lipstick'), + license-label-color: r-color('ocean-blue'), + checkmark-list-decoration: url('../../richie/images/components/checkmark.svg'), + checkmark-list-decoration-color: r-color('ocean-blue'), + view-more-runs-color: r-color('lipstick'), + run-catalog-visibility-hidden-logo: url('../../richie/images/catalog_visibility/hidden.svg'), run-catalog-visibility-course-only-logo: - url("../../richie/images/catalog_visibility/course_only.svg"), - run-catalog-visibility-logo-color: r-color("ocean-blue"), + url('../../richie/images/catalog_visibility/course_only.svg'), + run-catalog-visibility-logo-color: r-color('ocean-blue'), ), organization-detail: ( - banner-empty-background: r-color("white-three"), - insert-background-image: - url("../../richie/images/components/wave-white.svg"), - logo-border: r-color("light-grey"), - logo-shadow: 0 0.25rem 1.5625rem r-color("brownish-grey"), - intro-title: r-color("lipstick"), + banner-empty-background: r-color('white-three'), + insert-background-image: url('../../richie/images/components/wave-white.svg'), + logo-border: r-color('light-grey'), + logo-shadow: 0 0.25rem 1.5625rem r-color('brownish-grey'), + intro-title: r-color('lipstick'), categories: $lipstick-scheme, - description-color: r-color("brownish-grey"), + description-color: r-color('brownish-grey'), ), program-detail: ( - cover-empty-background: r-color("white-three"), + cover-empty-background: r-color('white-three'), ), search-results: ( - overlay: r-color("black"), - color: r-color("light-grey"), + overlay: r-color('black'), + color: r-color('light-grey'), ), search-filters: ( - base-background: r-color("white"), - toggler-background: r-color("pale-grey"), - toggler-shadow: 0 0 0.2rem r-color("brownish-grey"), - toggler-fill: r-color("brownish-grey"), + base-background: r-color('white'), + toggler-background: r-color('pale-grey'), + toggler-shadow: 0 0 0.2rem r-color('brownish-grey'), + toggler-fill: r-color('brownish-grey'), ), search-filters-pane: ( - title-color: r-color("black"), - clearer-hover-color: r-color("lipstick"), + title-color: r-color('black'), + clearer-hover-color: r-color('lipstick'), ), search-filters-group: ( - title-color: r-color("battleship-grey"), + title-color: r-color('battleship-grey'), ), modal: ( - base-background: r-color("white"), - base-border: r-color("brownish-grey"), - base-color: r-color("brownish-grey"), - overlay-background: rgba(r-color("black"), 0.75), + base-background: r-color('white'), + base-border: r-color('brownish-grey'), + base-color: r-color('brownish-grey'), + overlay-background: rgba(r-color('black'), 0.75), ), product-item: ( - base-background: r-color("white"), - base-border: r-color("darkish-blue"), - light-color: r-color("white"), - base-color: r-color("dark"), - lighter-color: r-color("battleship-grey"), - button-color: r-color("white"), - button-background: r-color("lipstick"), - feedback-color: r-color("indianred3"), + base-background: r-color('white'), + base-border: r-color('darkish-blue'), + light-color: r-color('white'), + base-color: r-color('dark'), + lighter-color: r-color('battleship-grey'), + button-color: r-color('white'), + button-background: r-color('lipstick'), + feedback-color: r-color('indianred3'), ), registered-credit-card: ( - title-color: r-color("dark"), - base-color: r-color("purplish-grey"), + title-color: r-color('dark'), + base-color: r-color('purplish-grey'), ), search-filters-group-modal: ( - button-background: r-color("lipstick"), - button-color: r-color("white"), - close-background: r-color("white"), - close-border: r-color("light-grey"), - close-color: r-color("black"), - input-background: r-color("light-grey"), - input-color: r-color("black"), - item-border: r-color("light-grey"), + button-background: r-color('lipstick'), + button-color: r-color('white'), + close-background: r-color('white'), + close-border: r-color('light-grey'), + close-color: r-color('black'), + input-background: r-color('light-grey'), + input-color: r-color('black'), + item-border: r-color('light-grey'), ), search-filters-value: ( - base-color: r-color("brownish-grey"), - base-border: r-color("light-grey"), - hover-color: r-color("lipstick"), - hover-border: r-color("light-grey"), - active-color: r-color("black"), - count-color: r-color("brownish-grey"), - count-background: r-color("white"), + base-color: r-color('brownish-grey'), + base-border: r-color('light-grey'), + hover-color: r-color('lipstick'), + hover-border: r-color('light-grey'), + active-color: r-color('black'), + count-color: r-color('brownish-grey'), + count-background: r-color('white'), ), search-filters-value-parent: ( - unfold-color: r-color("black"), + unfold-color: r-color('black'), ), styleguide: ( - grid-line-color: lighten(r-color("silver"), 5%), - grid-border-color: r-color("silver"), + grid-line-color: lighten(r-color('silver'), 5%), + grid-border-color: r-color('silver'), cta-sample: $ocean-blue-scheme, spot-sample: $lipstick-scheme, ), selector: ( - base-background: r-color("white"), - hover-background: r-color("white"), - base-color: r-color("dark"), - hover-color: r-color("dark"), - base-border: r-color("light-grey"), + base-background: r-color('white'), + hover-background: r-color('white'), + base-color: r-color('dark'), + hover-color: r-color('dark'), + base-border: r-color('light-grey'), ), shadowed-box: ( - base-background: r-color("white"), + base-background: r-color('white'), base-shadow: 0 2px 4px rgba(5, 18, 42, 0.19), ), spinner: ( - base-color: r-color("ocean-blue"), - base-color-light: r-color("white"), - base-color-primary: r-color("firebrick6"), + base-color: r-color('ocean-blue'), + base-color-light: r-color('white'), + base-color-primary: r-color('firebrick6'), ), steps-breadcrumb: ( icon-background-active: r-color(darkish-blue), icon-background: transparent, icon-border-active: transparent, icon-border: rgba(r-color(darkish-blue), 0.25), - icon-fill-active: r-color("white"), + icon-fill-active: r-color('white'), icon-fill: rgba(r-color(darkish-blue), 0.25), icon-outline: rgba(r-color(darkish-blue), 0.25), - label-color-active: r-color("battleship-grey"), - label-color: r-color("silver"), + label-color-active: r-color('battleship-grey'), + label-color: r-color('silver'), separator-background-active: rgba(r-color(darkish-blue), 0.25), - separator-background: r-color("pale-grey"), + separator-background: r-color('pale-grey'), ), steps-content: ( content-color: r-color(purplish-grey), icon-background: r-color(indianred3), - icon-color: r-color("white"), + icon-color: r-color('white'), icon-big-background: transparent, - icon-big-color: r-color("darkish-blue"), - icon-success-background: r-color("mantis"), - icon-success-color: r-color("white"), - title-color: r-color("black-two"), - summary-hover-color: r-color("battleship-grey"), - subtitle-color: r-color("battleship-grey"), + icon-big-color: r-color('darkish-blue'), + icon-success-background: r-color('mantis'), + icon-success-color: r-color('white'), + icon-warning-background: r-color('warning-500'), + icon-warning-color: r-color('white'), + title-color: r-color('black-two'), + summary-hover-color: r-color('battleship-grey'), + subtitle-color: r-color('battleship-grey'), ), dashboard-item: ( base-color: r-color(charcoal), - base-shadow: 0 0 6px r-color("light-grey"), - base-border: r-color("light-grey"), - background-color: r-color("white"), - overlay-background-color: r-color("smoke"), + base-shadow: 0 0 6px r-color('light-grey'), + base-border: r-color('light-grey'), + background-color: r-color('white'), + overlay-background-color: r-color('smoke'), ), contract-frame: ( content-color: r-color(purplish-grey), - title-color: r-color("charcoal"), + title-color: r-color('charcoal'), ), ) ); diff --git a/sites/funmooc/src/frontend/scss/vendors/cunningham-tokens.scss b/sites/funmooc/src/frontend/scss/vendors/cunningham-tokens.scss index 75c297ff..e3e08f04 100644 --- a/sites/funmooc/src/frontend/scss/vendors/cunningham-tokens.scss +++ b/sites/funmooc/src/frontend/scss/vendors/cunningham-tokens.scss @@ -1,213 +1,213 @@ $themes: ( - "default": ( - "theme": ( - "colors": ( - "secondary-text": #555f6b, - "secondary-100": #eff8ff, - "secondary-200": #eaf3fd, - "secondary-300": #e2ebf5, - "secondary-400": #c0c9d3, - "secondary-500": #a3abb4, - "secondary-600": #79818a, - "secondary-700": #656c75, - "secondary-800": #454d55, - "secondary-900": #242b32, - "info-text": #ffffff, - "info-100": #ebf2fc, - "info-200": #8cb5ea, - "info-300": #5894e1, - "info-400": #377fdb, - "info-500": #055fd2, - "info-600": #0556bf, - "info-700": #044395, - "info-800": #033474, - "info-900": #022858, - "greyscale-100": #fafafb, - "greyscale-200": #f3f4f4, - "greyscale-300": #e7e8ea, - "greyscale-400": #c2c6ca, - "greyscale-500": #9ea3aa, - "greyscale-600": #79818a, - "greyscale-700": #555f6b, - "greyscale-800": #303c4b, - "greyscale-900": #0c1a2b, - "greyscale-000": #ffffff, - "primary-100": #ffcad1, - "primary-200": #f19597, - "primary-300": #e86a6f, - "primary-400": #f2444b, - "primary-500": #f72c30, - "primary-600": #e81f2f, - "primary-700": #d60f29, - "primary-800": #c90022, - "primary-900": #bb0014, - "success-100": #effcd3, - "success-200": #dbfaa9, - "success-300": #bef27c, - "success-400": #a0e659, - "success-500": #76d628, - "success-600": #5ab81d, - "success-700": #419a14, - "success-800": #2c7c0c, - "success-900": #1d6607, - "warning-100": #fff8cd, - "warning-200": #ffef9b, - "warning-300": #ffe469, - "warning-400": #ffda43, - "warning-500": #ffc805, - "warning-600": #dba603, - "warning-700": #b78702, - "warning-800": #936901, - "warning-900": #7a5400, - "danger-100": #f4b0b0, - "danger-200": #ee8a8a, - "danger-300": #e65454, - "danger-400": #e13333, - "danger-500": #da0000, - "danger-600": #c60000, - "danger-700": #9b0000, - "danger-800": #780000, - "danger-900": #5c0000, - "primary-text": #ffffff, - "success-text": #ffffff, - "warning-text": #ffffff, - "danger-text": #ffffff, - "black": #000000, - "black-two": #232323, - "dark": #29303b, - "brownish-grey": #686868, - "battleship-grey": #686f7a, - "purplish-grey": #726c74, - "light-grey": #d2d2d2, - "silver": #d5dbe0, - "pale-grey": #eceff1, - "white-three": #fdfdfd, - "white": #ffffff, - "turquoise-blue": #0498be, - "mediumturquoise": #becde1, - "robin-egg-blue": #4fd0e7, - "ocean-blue": #0069b3, - "darkish-blue": #002d7f, - "navy-blue": #001f50, - "lipstick": #e51a2d, - "indianred3": #df484b, - "mantis": #76ce68, + 'default': ( + 'theme': ( + 'colors': ( + 'secondary-text': #555f6b, + 'secondary-100': #eff8ff, + 'secondary-200': #eaf3fd, + 'secondary-300': #e2ebf5, + 'secondary-400': #c0c9d3, + 'secondary-500': #a3abb4, + 'secondary-600': #79818a, + 'secondary-700': #656c75, + 'secondary-800': #454d55, + 'secondary-900': #242b32, + 'info-text': #ffffff, + 'info-100': #ebf2fc, + 'info-200': #8cb5ea, + 'info-300': #5894e1, + 'info-400': #377fdb, + 'info-500': #055fd2, + 'info-600': #0556bf, + 'info-700': #044395, + 'info-800': #033474, + 'info-900': #022858, + 'greyscale-100': #fafafb, + 'greyscale-200': #f3f4f4, + 'greyscale-300': #e7e8ea, + 'greyscale-400': #c2c6ca, + 'greyscale-500': #9ea3aa, + 'greyscale-600': #79818a, + 'greyscale-700': #555f6b, + 'greyscale-800': #303c4b, + 'greyscale-900': #0c1a2b, + 'greyscale-000': #ffffff, + 'primary-100': #ffcad1, + 'primary-200': #f19597, + 'primary-300': #e86a6f, + 'primary-400': #f2444b, + 'primary-500': #f72c30, + 'primary-600': #e81f2f, + 'primary-700': #d60f29, + 'primary-800': #c90022, + 'primary-900': #bb0014, + 'success-100': #effcd3, + 'success-200': #dbfaa9, + 'success-300': #bef27c, + 'success-400': #a0e659, + 'success-500': #76d628, + 'success-600': #5ab81d, + 'success-700': #419a14, + 'success-800': #2c7c0c, + 'success-900': #1d6607, + 'warning-100': #fff8cd, + 'warning-200': #ffef9b, + 'warning-300': #ffe469, + 'warning-400': #ffda43, + 'warning-500': #ffc805, + 'warning-600': #dba603, + 'warning-700': #b78702, + 'warning-800': #936901, + 'warning-900': #7a5400, + 'danger-100': #f4b0b0, + 'danger-200': #ee8a8a, + 'danger-300': #e65454, + 'danger-400': #e13333, + 'danger-500': #da0000, + 'danger-600': #c60000, + 'danger-700': #9b0000, + 'danger-800': #780000, + 'danger-900': #5c0000, + 'primary-text': #ffffff, + 'success-text': #ffffff, + 'warning-text': #ffffff, + 'danger-text': #ffffff, + 'black': #000000, + 'black-two': #232323, + 'dark': #29303b, + 'brownish-grey': #686868, + 'battleship-grey': #686f7a, + 'purplish-grey': #726c74, + 'light-grey': #d2d2d2, + 'silver': #d5dbe0, + 'pale-grey': #eceff1, + 'white-three': #fdfdfd, + 'white': #ffffff, + 'turquoise-blue': #0498be, + 'mediumturquoise': #becde1, + 'robin-egg-blue': #4fd0e7, + 'ocean-blue': #0069b3, + 'darkish-blue': #002d7f, + 'navy-blue': #001f50, + 'lipstick': #e51a2d, + 'indianred3': #df484b, + 'mantis': #76ce68, ), - "font": ( - "sizes": ( - "h1": 1.75rem, - "h2": 1.375rem, - "h3": 1.125rem, - "h4": 0.8125rem, - "h5": 0.625rem, - "h6": 0.5rem, - "l": 1rem, - "m": 0.8125rem, - "s": 0.6875rem, + 'font': ( + 'sizes': ( + 'h1': 1.75rem, + 'h2': 1.375rem, + 'h3': 1.125rem, + 'h4': 0.8125rem, + 'h5': 0.625rem, + 'h6': 0.5rem, + 'l': 1rem, + 'm': 0.8125rem, + 's': 0.6875rem, ), - "weights": ( - "thin": 200, - "light": 300, - "regular": 400, - "medium": 500, - "bold": 600, - "extrabold": 700, - "black": 800, + 'weights': ( + 'thin': 200, + 'light': 300, + 'regular': 400, + 'medium': 500, + 'bold': 600, + 'extrabold': 700, + 'black': 800, ), - "families": ( - "base": Hind, - "accent": Montserrat, + 'families': ( + 'base': Hind, + 'accent': Montserrat, ), - "letterSpacings": ( - "h1": normal, - "h2": normal, - "h3": normal, - "h4": normal, - "h5": 1px, - "h6": normal, - "l": normal, - "m": normal, - "s": normal, + 'letterSpacings': ( + 'h1': normal, + 'h2': normal, + 'h3': normal, + 'h4': normal, + 'h5': 1px, + 'h6': normal, + 'l': normal, + 'm': normal, + 's': normal, ), ), - "spacings": ( - "xl": 4rem, - "l": 3rem, - "b": 1.625rem, - "s": 1rem, - "t": 0.5rem, - "st": 0.25rem, + 'spacings': ( + 'xl': 4rem, + 'l': 3rem, + 'b': 1.625rem, + 's': 1rem, + 't': 0.5rem, + 'st': 0.25rem, ), - "transitions": ( - "ease-in": cubic-bezier(0.32, 0, 0.67, 0), - "ease-out": cubic-bezier(0.33, 1, 0.68, 1), - "ease-in-out": cubic-bezier(0.65, 0, 0.35, 1), - "duration": 250ms, + 'transitions': ( + 'ease-in': #{cubic-bezier(0.32, 0, 0.67, 0)}, + 'ease-out': #{cubic-bezier(0.33, 1, 0.68, 1)}, + 'ease-in-out': #{cubic-bezier(0.65, 0, 0.35, 1)}, + 'duration': 250ms, ), - "breakpoints": ( - "xs": 0, - "sm": 576px, - "md": 768px, - "lg": 992px, - "xl": 1200px, - "xxl": 1400px, + 'breakpoints': ( + 'xs': 0, + 'sm': 576px, + 'md': 768px, + 'lg': 992px, + 'xl': 1200px, + 'xxl': 1400px, ), ), - "components": ( - "button": ( - "font-family": Montserrat, + 'components': ( + 'button': ( + 'font-family': Montserrat, ), ), ), - "dark": ( - "theme": ( - "colors": ( - "greyscale-100": #182536, - "greyscale-200": #303c4b, - "greyscale-300": #555f6b, - "greyscale-400": #79818a, - "greyscale-500": #9ea3aa, - "greyscale-600": #c2c6ca, - "greyscale-700": #e7e8ea, - "greyscale-800": #f3f4f4, - "greyscale-900": #fafafb, - "greyscale-000": #0c1a2b, - "primary-100": #3b4c62, - "primary-200": #4d6481, - "primary-300": #6381a6, - "primary-400": #7fa5d5, - "primary-500": #8cb5ea, - "primary-600": #a3c4ee, - "primary-700": #c3d8f4, - "primary-800": #dde9f8, - "primary-900": #f4f8fd, - "success-100": #eef8d7, - "success-200": #d9f1b2, - "success-300": #bde985, - "success-400": #a0e25d, - "success-500": #76d628, - "success-600": #5bb520, - "success-700": #43941a, - "success-800": #307414, - "success-900": #225d10, - "warning-100": #f7f3d5, - "warning-200": #f0e5aa, - "warning-300": #e8d680, - "warning-400": #e3c95f, - "warning-500": #d9b32b, - "warning-600": #bd9721, - "warning-700": #9d7b1c, - "warning-800": #7e6016, - "warning-900": #684d12, - "danger-100": #f8d0d0, - "danger-200": #f09898, - "danger-300": #f09898, - "danger-400": #ed8585, - "danger-500": #e96666, - "danger-600": #dd6666, - "danger-700": #c36666, - "danger-800": #ae6666, - "danger-900": #9d6666, + 'dark': ( + 'theme': ( + 'colors': ( + 'greyscale-100': #182536, + 'greyscale-200': #303c4b, + 'greyscale-300': #555f6b, + 'greyscale-400': #79818a, + 'greyscale-500': #9ea3aa, + 'greyscale-600': #c2c6ca, + 'greyscale-700': #e7e8ea, + 'greyscale-800': #f3f4f4, + 'greyscale-900': #fafafb, + 'greyscale-000': #0c1a2b, + 'primary-100': #3b4c62, + 'primary-200': #4d6481, + 'primary-300': #6381a6, + 'primary-400': #7fa5d5, + 'primary-500': #8cb5ea, + 'primary-600': #a3c4ee, + 'primary-700': #c3d8f4, + 'primary-800': #dde9f8, + 'primary-900': #f4f8fd, + 'success-100': #eef8d7, + 'success-200': #d9f1b2, + 'success-300': #bde985, + 'success-400': #a0e25d, + 'success-500': #76d628, + 'success-600': #5bb520, + 'success-700': #43941a, + 'success-800': #307414, + 'success-900': #225d10, + 'warning-100': #f7f3d5, + 'warning-200': #f0e5aa, + 'warning-300': #e8d680, + 'warning-400': #e3c95f, + 'warning-500': #d9b32b, + 'warning-600': #bd9721, + 'warning-700': #9d7b1c, + 'warning-800': #7e6016, + 'warning-900': #684d12, + 'danger-100': #f8d0d0, + 'danger-200': #f09898, + 'danger-300': #f09898, + 'danger-400': #ed8585, + 'danger-500': #e96666, + 'danger-600': #dd6666, + 'danger-700': #c36666, + 'danger-800': #ae6666, + 'danger-900': #9d6666, ), ), ), diff --git a/sites/funmooc/src/frontend/yarn.lock b/sites/funmooc/src/frontend/yarn.lock index 27f9e55c..9893c08a 100644 --- a/sites/funmooc/src/frontend/yarn.lock +++ b/sites/funmooc/src/frontend/yarn.lock @@ -35,26 +35,39 @@ "@babel/highlight" "^7.24.2" picocolors "^1.0.0" +"@babel/code-frame@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== + dependencies: + "@babel/highlight" "^7.24.6" + picocolors "^1.0.0" + "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== -"@babel/core@7.24.5", "@babel/core@^7.24.4": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a" - integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA== +"@babel/compat-data@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2" + integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ== + +"@babel/core@7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787" + integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ== dependencies: "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.24.2" - "@babel/generator" "^7.24.5" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-module-transforms" "^7.24.5" - "@babel/helpers" "^7.24.5" - "@babel/parser" "^7.24.5" - "@babel/template" "^7.24.0" - "@babel/traverse" "^7.24.5" - "@babel/types" "^7.24.5" + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helpers" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/traverse" "^7.24.6" + "@babel/types" "^7.24.6" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -82,6 +95,27 @@ json5 "^2.2.3" semver "^6.3.1" +"@babel/core@^7.24.4": + version "7.24.5" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a" + integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.24.2" + "@babel/generator" "^7.24.5" + "@babel/helper-compilation-targets" "^7.23.6" + "@babel/helper-module-transforms" "^7.24.5" + "@babel/helpers" "^7.24.5" + "@babel/parser" "^7.24.5" + "@babel/template" "^7.24.0" + "@babel/traverse" "^7.24.5" + "@babel/types" "^7.24.5" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + "@babel/generator@^7.24.1", "@babel/generator@^7.24.4", "@babel/generator@^7.7.2": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" @@ -102,6 +136,16 @@ "@jridgewell/trace-mapping" "^0.3.25" jsesc "^2.5.1" +"@babel/generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" + integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== + dependencies: + "@babel/types" "^7.24.6" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + "@babel/helper-annotate-as-pure@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" @@ -109,6 +153,13 @@ dependencies: "@babel/types" "^7.22.5" +"@babel/helper-annotate-as-pure@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d" + integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956" @@ -116,6 +167,13 @@ dependencies: "@babel/types" "^7.22.15" +"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.6.tgz#19e9089ee87b0d0928012c83961a8deef4b0223f" + integrity sha512-+wnfqc5uHiMYtvRX7qu80Toef8BXeh4HHR1SPeonGb1SKPniNEd4a/nlaJJMv/OIEYvIVavvo0yR7u10Gqz0Iw== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6": version "7.23.6" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991" @@ -127,6 +185,17 @@ lru-cache "^5.1.1" semver "^6.3.1" +"@babel/helper-compilation-targets@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51" + integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg== + dependencies: + "@babel/compat-data" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + browserslist "^4.22.2" + lru-cache "^5.1.1" + semver "^6.3.1" + "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3" @@ -157,6 +226,21 @@ "@babel/helper-split-export-declaration" "^7.24.5" semver "^6.3.1" +"@babel/helper-create-class-features-plugin@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz#c50b86fa1c4ca9b7a890dc21884f097b6c4b5286" + integrity sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-member-expression-to-functions" "^7.24.6" + "@babel/helper-optimise-call-expression" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + semver "^6.3.1" + "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5": version "7.22.15" resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1" @@ -166,6 +250,15 @@ regexpu-core "^5.3.1" semver "^6.3.1" +"@babel/helper-create-regexp-features-plugin@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.6.tgz#47d382dec0d49e74ca1b6f7f3b81f5968022a3c8" + integrity sha512-C875lFBIWWwyv6MHZUG9HmRrlTDgOsLWZfYR0nW69gaKJNe0/Mpxx5r0EID2ZdHQkdUmQo2t0uNckTL08/1BgA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + regexpu-core "^5.3.1" + semver "^6.3.1" + "@babel/helper-define-polyfill-provider@^0.6.1": version "0.6.1" resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz#fadc63f0c2ff3c8d02ed905dcea747c5b0fb74fd" @@ -182,6 +275,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== +"@babel/helper-environment-visitor@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== + "@babel/helper-function-name@^7.22.5", "@babel/helper-function-name@^7.23.0": version "7.23.0" resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" @@ -190,6 +288,14 @@ "@babel/template" "^7.22.15" "@babel/types" "^7.23.0" +"@babel/helper-function-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + "@babel/helper-hoist-variables@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" @@ -197,6 +303,13 @@ dependencies: "@babel/types" "^7.22.5" +"@babel/helper-hoist-variables@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" + integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-member-expression-to-functions@^7.23.0": version "7.23.0" resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366" @@ -211,6 +324,13 @@ dependencies: "@babel/types" "^7.24.5" +"@babel/helper-member-expression-to-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz#86084f3e0e4e2169a134754df3870bc7784db71e" + integrity sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3": version "7.24.3" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128" @@ -218,6 +338,13 @@ dependencies: "@babel/types" "^7.24.0" +"@babel/helper-module-imports@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852" + integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-module-transforms@^7.23.3": version "7.23.3" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz#d7d12c3c5d30af5b3c0fcab2a6d5217773e2d0f1" @@ -240,6 +367,17 @@ "@babel/helper-split-export-declaration" "^7.24.5" "@babel/helper-validator-identifier" "^7.24.5" +"@babel/helper-module-transforms@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e" + integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-simple-access" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" + "@babel/helper-optimise-call-expression@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" @@ -247,6 +385,13 @@ dependencies: "@babel/types" "^7.22.5" +"@babel/helper-optimise-call-expression@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz#f7836e3ccca3dfa02f15d2bc8b794efe75a5256e" + integrity sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.24.0" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a" @@ -257,6 +402,11 @@ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a" integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ== +"@babel/helper-plugin-utils@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24" + integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg== + "@babel/helper-remap-async-to-generator@^7.22.20": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0" @@ -266,6 +416,15 @@ "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-wrap-function" "^7.22.20" +"@babel/helper-remap-async-to-generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.6.tgz#c96ceb9846e877d806ce82a1521230ea7e0fc354" + integrity sha512-1Qursq9ArRZPAMOZf/nuzVW8HgJLkTB9y9LfP4lW2MVp4e9WkLJDovfKBxoDcCk6VuzIxyqWHyBoaCtSRP10yg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-wrap-function" "^7.24.6" + "@babel/helper-replace-supers@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1" @@ -275,6 +434,15 @@ "@babel/helper-member-expression-to-functions" "^7.23.0" "@babel/helper-optimise-call-expression" "^7.22.5" +"@babel/helper-replace-supers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz#3ea87405a2986a49ab052d10e540fe036d747c71" + integrity sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-member-expression-to-functions" "^7.24.6" + "@babel/helper-optimise-call-expression" "^7.24.6" + "@babel/helper-simple-access@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" @@ -289,6 +457,13 @@ dependencies: "@babel/types" "^7.24.5" +"@babel/helper-simple-access@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1" + integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" @@ -296,6 +471,13 @@ dependencies: "@babel/types" "^7.22.5" +"@babel/helper-skip-transparent-expression-wrappers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz#c47e9b33b7ea50d1073e125ebc26661717cb7040" + integrity sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-split-export-declaration@^7.22.6": version "7.22.6" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" @@ -310,11 +492,23 @@ dependencies: "@babel/types" "^7.24.5" +"@babel/helper-split-export-declaration@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== + dependencies: + "@babel/types" "^7.24.6" + "@babel/helper-string-parser@^7.23.4", "@babel/helper-string-parser@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== +"@babel/helper-string-parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== + "@babel/helper-validator-identifier@^7.22.20": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" @@ -325,11 +519,21 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== +"@babel/helper-validator-identifier@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== + "@babel/helper-validator-option@^7.23.5": version "7.23.5" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== +"@babel/helper-validator-option@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a" + integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ== + "@babel/helper-wrap-function@^7.22.20": version "7.22.20" resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz#15352b0b9bfb10fc9c76f79f6342c00e3411a569" @@ -339,6 +543,15 @@ "@babel/template" "^7.22.15" "@babel/types" "^7.22.19" +"@babel/helper-wrap-function@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.6.tgz#c27af1006e310683fdc76b668a0a1f6003e36217" + integrity sha512-f1JLrlw/jbiNfxvdrfBgio/gRBk3yTAEJWirpAkiJG2Hb22E7cEYKHWo0dFPTv/niPovzIdPdEDetrv6tC6gPQ== + dependencies: + "@babel/helper-function-name" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + "@babel/helpers@^7.24.4": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" @@ -357,6 +570,14 @@ "@babel/traverse" "^7.24.5" "@babel/types" "^7.24.5" +"@babel/helpers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176" + integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + "@babel/highlight@^7.24.2": version "7.24.2" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26" @@ -367,6 +588,16 @@ js-tokens "^4.0.0" picocolors "^1.0.0" +"@babel/highlight@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== + dependencies: + "@babel/helper-validator-identifier" "^7.24.6" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.23.9", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.24.4": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" @@ -377,6 +608,11 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== +"@babel/parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== + "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895" @@ -385,6 +621,14 @@ "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-plugin-utils" "^7.24.5" +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.6.tgz#283a74ef365b1e954cda6b2724c678a978215e88" + integrity sha512-bYndrJ6Ph6Ar+GaB5VAc0JPoP80bQCm4qon6JEzXfRl5QZyQ8Ur1K6k7htxWmPA5z+k7JQvaMUrtXlqclWYzKw== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf" @@ -392,6 +636,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.6.tgz#f9f5ae4d6fb72f5950262cb6f0b2482c3bc684ef" + integrity sha512-iVuhb6poq5ikqRq2XWU6OQ+R5o9wF+r/or9CeUyovgptz0UlnK4/seOQ1Istu/XybYjAhQv1FRSSfHHufIku5Q== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3" @@ -401,6 +652,15 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-transform-optional-chaining" "^7.24.1" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.6.tgz#ab9be6edfffa127bd5ec4317c76c5af0f8fc7e6c" + integrity sha512-c8TER5xMDYzzFcGqOEp9l4hvB7dcbhcGjcLVwxWfe4P5DOafdwjsBJZKsmv+o3aXh7NhopvayQIovHrh2zSRUQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/plugin-transform-optional-chaining" "^7.24.6" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988" @@ -409,6 +669,14 @@ "@babel/helper-environment-visitor" "^7.22.20" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.6.tgz#0faf879249ec622d7f1c42eaebf7d11197401b2c" + integrity sha512-z8zEjYmwBUHN/pCF3NuWBhHQjJCrd33qAi8MgANfMrAvn72k2cImT8VjK9LJFu4ysOLJqhfkYYb3MvwANRUNZQ== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": version "7.21.0-placeholder-for-preset-env.2" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" @@ -470,6 +738,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-syntax-import-assertions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.6.tgz#52521c1c1698fc2dd9cf88f7a4dd86d4d041b9e1" + integrity sha512-BE6o2BogJKJImTmGpkmOic4V0hlRRxVtzqxiSPa8TIFxyhi4EFjHm08nq1M4STK4RytuLMgnSz0/wfflvGFNOg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-import-attributes@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093" @@ -477,6 +752,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-syntax-import-attributes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.6.tgz#12aba325534129584672920274fefa4dc2d5f68e" + integrity sha512-D+CfsVZousPXIdudSII7RGy52+dYRtbyKAZcvtQKq/NpsivyMVduepzcLqG5pMBugtMdedxdC8Ramdpcne9ZWQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" @@ -491,13 +773,20 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1", "@babel/plugin-syntax-jsx@^7.7.2": +"@babel/plugin-syntax-jsx@^7.24.1", "@babel/plugin-syntax-jsx@^7.7.2": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10" integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA== dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-syntax-jsx@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz#bcca2964150437f88f65e3679e3d68762287b9c8" + integrity sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" @@ -561,6 +850,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-syntax-typescript@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz#769daf2982d60308bc83d8936eaecb7582463c87" + integrity sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-unicode-sets-regex@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" @@ -576,6 +872,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-arrow-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.6.tgz#93607d1ef5b81c70af174aff3532d57216367492" + integrity sha512-jSSSDt4ZidNMggcLx8SaKsbGNEfIl0PHx/4mFEulorE7bpYLbN0d3pDW3eJ7Y5Z3yPhy3L3NaPCYyTUY7TuugQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-async-generator-functions@^7.24.3": version "7.24.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89" @@ -586,6 +889,16 @@ "@babel/helper-remap-async-to-generator" "^7.22.20" "@babel/plugin-syntax-async-generators" "^7.8.4" +"@babel/plugin-transform-async-generator-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.6.tgz#fa4a9e5c3a7f60f697ba36587b6c41b04f507d84" + integrity sha512-VEP2o4iR2DqQU6KPgizTW2mnMx6BG5b5O9iQdrW9HesLkv8GIA8x2daXBQxw1MrsIkFQGA/iJ204CKoQ8UcnAA== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-remap-async-to-generator" "^7.24.6" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-transform-async-to-generator@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4" @@ -595,6 +908,15 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/helper-remap-async-to-generator" "^7.22.20" +"@babel/plugin-transform-async-to-generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.6.tgz#eb11434b11d73d8c0cf9f71a6f4f1e6ba441df35" + integrity sha512-NTBA2SioI3OsHeIn6sQmhvXleSl9T70YY/hostQLveWs0ic+qvbA3fa0kwAwQ0OA/XGaAerNZRQGJyRfhbJK4g== + dependencies: + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-remap-async-to-generator" "^7.24.6" + "@babel/plugin-transform-block-scoped-functions@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380" @@ -602,6 +924,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-block-scoped-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.6.tgz#975555b5bfa9870b1218da536d1528735f1f8c56" + integrity sha512-XNW7jolYHW9CwORrZgA/97tL/k05qe/HL0z/qqJq1mdWhwwCM6D4BJBV7wAz9HgFziN5dTOG31znkVIzwxv+vw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-block-scoping@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a" @@ -609,6 +938,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.5" +"@babel/plugin-transform-block-scoping@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.6.tgz#a03ec8a4591c2b43cf7798bc633e698293fda179" + integrity sha512-S/t1Xh4ehW7sGA7c1j/hiOBLnEYCp/c2sEG4ZkL8kI1xX9tW2pqJTCHKtdhe/jHKt8nG0pFCrDHUXd4DvjHS9w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-class-properties@^7.22.5", "@babel/plugin-transform-class-properties@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29" @@ -617,6 +953,14 @@ "@babel/helper-create-class-features-plugin" "^7.24.1" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-class-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.6.tgz#d9f394e97e88ef905d5a1e5e7a16238621b7982e" + integrity sha512-j6dZ0Z2Z2slWLR3kt9aOmSIrBvnntWjMDN/TVcMPxhXMLmJVqX605CBRlcGI4b32GMbfifTEsdEjGjiE+j/c3A== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-class-static-block@^7.24.4": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" @@ -626,6 +970,15 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-class-static-block" "^7.14.5" +"@babel/plugin-transform-class-static-block@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.6.tgz#f43f29286f6f0dca33d18fd5033b817d6c3fa816" + integrity sha512-1QSRfoPI9RoLRa8Mnakc6v3e0gJxiZQTYrMfLn+mD0sz5+ndSzwymp2hDcYJTyT0MOn0yuWzj8phlIvO72gTHA== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-transform-classes@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339" @@ -640,6 +993,20 @@ "@babel/helper-split-export-declaration" "^7.24.5" globals "^11.1.0" +"@babel/plugin-transform-classes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.6.tgz#0cc198c02720d4eeb091004843477659c6b37977" + integrity sha512-+fN+NO2gh8JtRmDSOB6gaCVo36ha8kfCW1nMq2Gc0DABln0VcHN4PrALDvF5/diLzIRKptC7z/d7Lp64zk92Fg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + globals "^11.1.0" + "@babel/plugin-transform-computed-properties@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7" @@ -648,6 +1015,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/template" "^7.24.0" +"@babel/plugin-transform-computed-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.6.tgz#7a1765c01cdfe59c320d2d0f37a4dc4aecd14df1" + integrity sha512-cRzPobcfRP0ZtuIEkA8QzghoUpSB3X3qSH5W2+FzG+VjWbJXExtx0nbRqwumdBN1x/ot2SlTNQLfBCnPdzp6kg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/plugin-transform-destructuring@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c" @@ -655,6 +1030,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.5" +"@babel/plugin-transform-destructuring@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.6.tgz#bdd1a6c90ffb2bfd13b6007b13316eeafc97cb53" + integrity sha512-YLW6AE5LQpk5npNXL7i/O+U9CE4XsBCuRPgyjl1EICZYKmcitV+ayuuUGMJm2lC1WWjXYszeTnIxF/dq/GhIZQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-dotall-regex@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13" @@ -663,6 +1045,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-dotall-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.6.tgz#5a6b3148ec5f4f274ff48cebea90565087cad126" + integrity sha512-rCXPnSEKvkm/EjzOtLoGvKseK+dS4kZwx1HexO3BtRtgL0fQ34awHn34aeSHuXtZY2F8a1X8xqBBPRtOxDVmcA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-duplicate-keys@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88" @@ -670,6 +1060,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-duplicate-keys@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.6.tgz#2716301227cf7cd4fdadcbe4353ce191f8b3dc8a" + integrity sha512-/8Odwp/aVkZwPFJMllSbawhDAO3UJi65foB00HYnK/uXvvCPm0TAXSByjz1mpRmp0q6oX2SIxpkUOpPFHk7FLA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-dynamic-import@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd" @@ -678,6 +1075,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-dynamic-import" "^7.8.3" +"@babel/plugin-transform-dynamic-import@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.6.tgz#b477177761d56b15a4ba42a83be31cf72d757acf" + integrity sha512-vpq8SSLRTBLOHUZHSnBqVo0AKX3PBaoPs2vVzYVWslXDTDIpwAcCDtfhUcHSQQoYoUvcFPTdC8TZYXu9ZnLT/w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-transform-exponentiation-operator@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4" @@ -686,6 +1091,14 @@ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-exponentiation-operator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.6.tgz#011e9e1a429f91b024af572530873ca571f9ef06" + integrity sha512-EemYpHtmz0lHE7hxxxYEuTYOOBZ43WkDgZ4arQ4r+VX9QHuNZC+WH3wUWmRNvR8ECpTRne29aZV6XO22qpOtdA== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-export-namespace-from@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd" @@ -694,6 +1107,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" +"@babel/plugin-transform-export-namespace-from@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.6.tgz#b64ded74d9afb3db5d47d93996c4df69f15ac97c" + integrity sha512-inXaTM1SVrIxCkIJ5gqWiozHfFMStuGbGJAxZFBoHcRRdDP0ySLb3jH6JOwmfiinPwyMZqMBX+7NBDCO4z0NSA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-transform-flow-strip-types@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.24.1.tgz#fa8d0a146506ea195da1671d38eed459242b2dcc" @@ -710,6 +1131,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" +"@babel/plugin-transform-for-of@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.6.tgz#7f31780bd0c582b546372c0c0da9d9d56731e0a2" + integrity sha512-n3Sf72TnqK4nw/jziSqEl1qaWPbCRw2CziHH+jdRYvw4J6yeCzsj4jdw8hIntOEeDGTmHVe2w4MVL44PN0GMzg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/plugin-transform-function-name@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361" @@ -719,6 +1148,15 @@ "@babel/helper-function-name" "^7.23.0" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-function-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.6.tgz#60d1de3f6fd816a3e3bf9538578a64527e1b9c97" + integrity sha512-sOajCu6V0P1KPljWHKiDq6ymgqB+vfo3isUS4McqW1DZtvSVU2v/wuMhmRmkg3sFoq6GMaUUf8W4WtoSLkOV/Q== + dependencies: + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-json-strings@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7" @@ -727,6 +1165,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-json-strings" "^7.8.3" +"@babel/plugin-transform-json-strings@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.6.tgz#a84639180ea1f9001bb5e6dc01921235ab05ad8b" + integrity sha512-Uvgd9p2gUnzYJxVdBLcU0KurF8aVhkmVyMKW4MIY1/BByvs3EBpv45q01o7pRTVmTvtQq5zDlytP3dcUgm7v9w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-transform-literals@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096" @@ -734,6 +1180,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.6.tgz#7f44f2871d7a4456030b0540858046f0b7bc6b18" + integrity sha512-f2wHfR2HF6yMj+y+/y07+SLqnOSwRp8KYLpQKOzS58XLVlULhXbiYcygfXQxJlMbhII9+yXDwOUFLf60/TL5tw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-logical-assignment-operators@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40" @@ -742,6 +1195,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" +"@babel/plugin-transform-logical-assignment-operators@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.6.tgz#9cc7baa5629866566562c159dc1eae7569810f33" + integrity sha512-EKaWvnezBCMkRIHxMJSIIylzhqK09YpiJtDbr2wsXTwnO0TxyjMUkaw4RlFIZMIS0iDj0KyIg7H7XCguHu/YDA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-transform-member-expression-literals@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489" @@ -749,6 +1210,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-member-expression-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.6.tgz#5d3681ca201ac6909419cc51ac082a6ba4c5c756" + integrity sha512-9g8iV146szUo5GWgXpRbq/GALTnY+WnNuRTuRHWWFfWGbP9ukRL0aO/jpu9dmOPikclkxnNsjY8/gsWl6bmZJQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-modules-amd@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39" @@ -757,7 +1225,24 @@ "@babel/helper-module-transforms" "^7.23.3" "@babel/helper-plugin-utils" "^7.24.0" -"@babel/plugin-transform-modules-commonjs@7.24.1", "@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.1": +"@babel/plugin-transform-modules-amd@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.6.tgz#09aeac7acb7913496aaaafdc64f40683e0db7e41" + integrity sha512-eAGogjZgcwqAxhyFgqghvoHRr+EYRQPFjUXrTYKBRb5qPnAVxOOglaxc4/byHqjvq/bqO2F3/CGwTHsgKJYHhQ== + dependencies: + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + +"@babel/plugin-transform-modules-commonjs@7.24.6", "@babel/plugin-transform-modules-commonjs@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz#1b8269902f25bd91ca6427230d4735ddd1e1283e" + integrity sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw== + dependencies: + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-simple-access" "^7.24.6" + +"@babel/plugin-transform-modules-commonjs@^7.23.0", "@babel/plugin-transform-modules-commonjs@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9" integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw== @@ -776,6 +1261,16 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/helper-validator-identifier" "^7.22.20" +"@babel/plugin-transform-modules-systemjs@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.6.tgz#c54eb53fe16f9b82d320abd76762d0320e3f9393" + integrity sha512-xg1Z0J5JVYxtpX954XqaaAT6NpAY6LtZXvYFCJmGFJWwtlz2EmJoR8LycFRGNE8dBKizGWkGQZGegtkV8y8s+w== + dependencies: + "@babel/helper-hoist-variables" "^7.24.6" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" + "@babel/plugin-transform-modules-umd@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef" @@ -784,6 +1279,14 @@ "@babel/helper-module-transforms" "^7.23.3" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-modules-umd@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.6.tgz#c4ef8b6d4da230b8dc87e81cd66986728952f89b" + integrity sha512-esRCC/KsSEUvrSjv5rFYnjZI6qv4R1e/iHQrqwbZIoRJqk7xCvEUiN7L1XrmW5QSmQe3n1XD88wbgDTWLbVSyg== + dependencies: + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f" @@ -792,6 +1295,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.6.tgz#352ee2861ab8705320029f80238cf26a92ba65d5" + integrity sha512-6DneiCiu91wm3YiNIGDWZsl6GfTTbspuj/toTEqLh9d4cx50UIzSdg+T96p8DuT7aJOBRhFyaE9ZvTHkXrXr6Q== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-new-target@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34" @@ -799,6 +1310,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-new-target@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.6.tgz#fc024294714705113720d5e3dc0f9ad7abdbc289" + integrity sha512-f8liz9JG2Va8A4J5ZBuaSdwfPqN6axfWRK+y66fjKYbwf9VBLuq4WxtinhJhvp1w6lamKUwLG0slK2RxqFgvHA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-nullish-coalescing-operator@^7.22.11", "@babel/plugin-transform-nullish-coalescing-operator@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988" @@ -807,6 +1325,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.6.tgz#12b83b3cdfd1cd2066350e36e4fb912ab194545e" + integrity sha512-+QlAiZBMsBK5NqrBWFXCYeXyiU1y7BQ/OYaiPAcQJMomn5Tyg+r5WuVtyEuvTbpV7L25ZSLfE+2E9ywj4FD48A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-transform-numeric-separator@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8" @@ -815,6 +1341,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-numeric-separator" "^7.10.4" +"@babel/plugin-transform-numeric-separator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.6.tgz#d9115669cc85aa91fbfb15f88f2226332cf4946a" + integrity sha512-6voawq8T25Jvvnc4/rXcWZQKKxUNZcKMS8ZNrjxQqoRFernJJKjE3s18Qo6VFaatG5aiX5JV1oPD7DbJhn0a4Q== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-transform-object-rest-spread@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef" @@ -825,6 +1359,16 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-transform-parameters" "^7.24.5" +"@babel/plugin-transform-object-rest-spread@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.6.tgz#68d763f69955f9e599c405c6c876f5be46b47d8a" + integrity sha512-OKmi5wiMoRW5Smttne7BwHM8s/fb5JFs+bVGNSeHWzwZkWXWValR1M30jyXo1s/RaqgwwhEC62u4rFH/FBcBPg== + dependencies: + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-transform-parameters" "^7.24.6" + "@babel/plugin-transform-object-super@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520" @@ -833,6 +1377,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/helper-replace-supers" "^7.24.1" +"@babel/plugin-transform-object-super@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.6.tgz#9cbe6f995bed343a7ab8daf0416dac057a9c3e27" + integrity sha512-N/C76ihFKlZgKfdkEYKtaRUtXZAgK7sOY4h2qrbVbVTXPrKGIi8aww5WGe/+Wmg8onn8sr2ut6FXlsbu/j6JHg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" + "@babel/plugin-transform-optional-catch-binding@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da" @@ -841,6 +1393,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" +"@babel/plugin-transform-optional-catch-binding@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.6.tgz#c81e90a971aad898e56f2b75a358e6c4855aeba3" + integrity sha512-L5pZ+b3O1mSzJ71HmxSCmTVd03VOT2GXOigug6vDYJzE5awLI7P1g0wFcdmGuwSDSrQ0L2rDOe/hHws8J1rv3w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-transform-optional-chaining@^7.23.0", "@babel/plugin-transform-optional-chaining@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6" @@ -859,6 +1419,15 @@ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" "@babel/plugin-syntax-optional-chaining" "^7.8.3" +"@babel/plugin-transform-optional-chaining@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.6.tgz#3d636b3ed8b5a506f93e4d4675fc95754d7594f5" + integrity sha512-cHbqF6l1QP11OkYTYQ+hhVx1E017O5ZcSPXk9oODpqhcAD1htsWG2NpHrrhthEO2qZomLK0FXS+u7NfrkF5aOQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-transform-parameters@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62" @@ -866,6 +1435,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.5" +"@babel/plugin-transform-parameters@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.6.tgz#7aee86dfedd2fc0136fecbe6f7649fc02d86ab22" + integrity sha512-ST7guE8vLV+vI70wmAxuZpIKzVjvFX9Qs8bl5w6tN/6gOypPWUmMQL2p7LJz5E63vEGrDhAiYetniJFyBH1RkA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a" @@ -874,6 +1450,14 @@ "@babel/helper-create-class-features-plugin" "^7.24.1" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-private-methods@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.6.tgz#258e1f859a52ff7b30ad556598224c192defcda7" + integrity sha512-T9LtDI0BgwXOzyXrvgLTT8DFjCC/XgWLjflczTLXyvxbnSR/gpv0hbmzlHE/kmh9nOvlygbamLKRo6Op4yB6aw== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-private-property-in-object@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5" @@ -884,6 +1468,16 @@ "@babel/helper-plugin-utils" "^7.24.5" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" +"@babel/plugin-transform-private-property-in-object@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.6.tgz#59ff09a099f62213112cf348e96b6b11957d1f28" + integrity sha512-Qu/ypFxCY5NkAnEhCF86Mvg3NSabKsh/TPpBVswEdkGl7+FbsYHy1ziRqJpwGH4thBdQHh8zx+z7vMYmcJ7iaQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-transform-property-literals@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825" @@ -891,38 +1485,45 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" -"@babel/plugin-transform-react-display-name@^7.24.1": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz#554e3e1a25d181f040cf698b93fd289a03bfdcdb" - integrity sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw== +"@babel/plugin-transform-property-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.6.tgz#243c4faabe811c405e9443059a58e834bf95dfd1" + integrity sha512-oARaglxhRsN18OYsnPTpb8TcKQWDYNsPNmTnx5++WOAsUJ0cSC/FZVlIJCKvPbU4yn/UXsS0551CFKJhN0CaMw== dependencies: - "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-react-jsx-development@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz#e716b6edbef972a92165cd69d92f1255f7e73e87" - integrity sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A== +"@babel/plugin-transform-react-display-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.6.tgz#2a10c732c2c87a8f06e4413fb4a14e76e6c67a99" + integrity sha512-/3iiEEHDsJuj9QU09gbyWGSUxDboFcD7Nj6dnHIlboWSodxXAoaY/zlNMHeYAC0WsERMqgO9a7UaM77CsYgWcg== dependencies: - "@babel/plugin-transform-react-jsx" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312" - integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA== +"@babel/plugin-transform-react-jsx-development@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.24.6.tgz#e662058e8795b5fccd24c5bdd2b328728aef3305" + integrity sha512-F7EsNp5StNDouSSdYyDSxh4J+xvj/JqG+Cb6s2fA+jCyHOzigG5vTwgH8tU2U8Voyiu5zCG9bAK49wTr/wPH0w== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-module-imports" "^7.22.15" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-jsx" "^7.23.3" - "@babel/types" "^7.23.4" + "@babel/plugin-transform-react-jsx" "^7.24.6" -"@babel/plugin-transform-react-pure-annotations@^7.24.1": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz#c86bce22a53956331210d268e49a0ff06e392470" - integrity sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA== +"@babel/plugin-transform-react-jsx@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.6.tgz#4ca3660ca663d20095455571615d6263986cdfe4" + integrity sha512-pCtPHhpRZHfwdA5G1Gpk5mIzMA99hv0R8S/Ket50Rw+S+8hkt3wBWqdqHaPw0CuUYxdshUgsPiLQ5fAs4ASMhw== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-plugin-utils" "^7.24.0" + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-jsx" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/plugin-transform-react-pure-annotations@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.6.tgz#d2bad8d70c3635cb63a69ee66c9c891f9392435c" + integrity sha512-0HoDQlFJJkXRyV2N+xOpUETbKHcouSwijRQbKWVtxsPoq5bbB30qZag9/pSc5xcWVYjTHlLsBsY+hZDnzQTPNw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-transform-regenerator@^7.24.1": version "7.24.1" @@ -932,6 +1533,14 @@ "@babel/helper-plugin-utils" "^7.24.0" regenerator-transform "^0.15.2" +"@babel/plugin-transform-regenerator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.6.tgz#ed10cf0c13619365e15459f88d1b915ac57ffc24" + integrity sha512-SMDxO95I8WXRtXhTAc8t/NFQUT7VYbIWwJCJgEli9ml4MhqUMh4S6hxgH6SmAC3eAQNWCDJFxcFeEt9w2sDdXg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + regenerator-transform "^0.15.2" + "@babel/plugin-transform-reserved-words@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1" @@ -939,6 +1548,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-reserved-words@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.6.tgz#9eb16cbf339fcea0a46677716c775afb5ef14245" + integrity sha512-DcrgFXRRlK64dGE0ZFBPD5egM2uM8mgfrvTMOSB2yKzOtjpGegVYkzh3s1zZg1bBck3nkXiaOamJUqK3Syk+4A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-shorthand-properties@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55" @@ -946,6 +1562,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-shorthand-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.6.tgz#ef734ebccc428d2174c7bb36015d0800faf5381e" + integrity sha512-xnEUvHSMr9eOWS5Al2YPfc32ten7CXdH7Zwyyk7IqITg4nX61oHj+GxpNvl+y5JHjfN3KXE2IV55wAWowBYMVw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-spread@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391" @@ -954,6 +1577,14 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" +"@babel/plugin-transform-spread@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.6.tgz#a56cecbd8617675531d1b79f5b755b7613aa0822" + integrity sha512-h/2j7oIUDjS+ULsIrNZ6/TKG97FgmEk1PXryk/HQq6op4XUUUwif2f69fJrzK0wza2zjCS1xhXmouACaWV5uPA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/plugin-transform-sticky-regex@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9" @@ -961,6 +1592,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-sticky-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.6.tgz#1a78127731fea87d954bed193840986a38f04327" + integrity sha512-fN8OcTLfGmYv7FnDrsjodYBo1DhPL3Pze/9mIIE2MGCT1KgADYIOD7rEglpLHZj8PZlC/JFX5WcD+85FLAQusw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-template-literals@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7" @@ -968,6 +1606,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-template-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.6.tgz#aaf2ae157acd0e5c9265dba8ac0a439f8d2a6303" + integrity sha512-BJbEqJIcKwrqUP+KfUIkxz3q8VzXe2R8Wv8TaNgO1cx+nNavxn/2+H8kp9tgFSOL6wYPPEgFvU6IKS4qoGqhmg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-typeof-symbol@^7.24.5": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12" @@ -975,6 +1620,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.5" +"@babel/plugin-transform-typeof-symbol@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.6.tgz#3d02da23ebcc8f1982ddcd1f2581cf3ee4e58762" + integrity sha512-IshCXQ+G9JIFJI7bUpxTE/oA2lgVLAIK8q1KdJNoPXOpvRaNjMySGuvLfBw/Xi2/1lLo953uE8hyYSDW3TSYig== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-typescript@^7.24.1": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.4.tgz#03e0492537a4b953e491f53f2bc88245574ebd15" @@ -985,6 +1637,16 @@ "@babel/helper-plugin-utils" "^7.24.0" "@babel/plugin-syntax-typescript" "^7.24.1" +"@babel/plugin-transform-typescript@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz#339c6127a783c32e28a5b591e6c666f899b57db0" + integrity sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-typescript" "^7.24.6" + "@babel/plugin-transform-unicode-escapes@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4" @@ -992,6 +1654,13 @@ dependencies: "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-unicode-escapes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.6.tgz#c8ddca8fd5bacece837a4e27bd3b7ed64580d1a8" + integrity sha512-bKl3xxcPbkQQo5eX9LjjDpU2xYHeEeNQbOhj0iPvetSzA+Tu9q/o5lujF4Sek60CM6MgYvOS/DJuwGbiEYAnLw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-unicode-property-regex@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e" @@ -1000,6 +1669,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-unicode-property-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.6.tgz#e66297d5d452db0b0be56515e3d0e10b7d33fb32" + integrity sha512-8EIgImzVUxy15cZiPii9GvLZwsy7Vxc+8meSlR3cXFmBIl5W5Tn9LGBf7CDKkHj4uVfNXCJB8RsVfnmY61iedA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-unicode-regex@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385" @@ -1008,6 +1685,14 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.24.0" +"@babel/plugin-transform-unicode-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.6.tgz#2001e7d87ed709eea145e0b65fb5f93c3c0e225b" + integrity sha512-pssN6ExsvxaKU638qcWb81RrvvgZom3jDgU/r5xFZ7TONkZGFf4MhI2ltMb8OcQWhHyxgIavEU+hgqtbKOmsPA== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-transform-unicode-sets-regex@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f" @@ -1016,7 +1701,102 @@ "@babel/helper-create-regexp-features-plugin" "^7.22.15" "@babel/helper-plugin-utils" "^7.24.0" -"@babel/preset-env@7.24.5", "@babel/preset-env@^7.24.4": +"@babel/plugin-transform-unicode-sets-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.6.tgz#f18b7292222aee85c155258ceb345a146a070a46" + integrity sha512-quiMsb28oXWIDK0gXLALOJRXLgICLiulqdZGOaPPd0vRT7fQp74NtdADAVu+D8s00C+0Xs0MxVP0VKF/sZEUgw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + +"@babel/preset-env@7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.6.tgz#a5a55bc70e5ff1ed7f872067e2a9d65ff917ad6f" + integrity sha512-CrxEAvN7VxfjOG8JNF2Y/eMqMJbZPZ185amwGUBp8D9USK90xQmv7dLdFSa+VbD7fdIqcy/Mfv7WtzG8+/qxKg== + dependencies: + "@babel/compat-data" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.6" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.6" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.6" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.6" + "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" + "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/plugin-syntax-class-properties" "^7.12.13" + "@babel/plugin-syntax-class-static-block" "^7.14.5" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + "@babel/plugin-syntax-import-assertions" "^7.24.6" + "@babel/plugin-syntax-import-attributes" "^7.24.6" + "@babel/plugin-syntax-import-meta" "^7.10.4" + "@babel/plugin-syntax-json-strings" "^7.8.3" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" + "@babel/plugin-syntax-top-level-await" "^7.14.5" + "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" + "@babel/plugin-transform-arrow-functions" "^7.24.6" + "@babel/plugin-transform-async-generator-functions" "^7.24.6" + "@babel/plugin-transform-async-to-generator" "^7.24.6" + "@babel/plugin-transform-block-scoped-functions" "^7.24.6" + "@babel/plugin-transform-block-scoping" "^7.24.6" + "@babel/plugin-transform-class-properties" "^7.24.6" + "@babel/plugin-transform-class-static-block" "^7.24.6" + "@babel/plugin-transform-classes" "^7.24.6" + "@babel/plugin-transform-computed-properties" "^7.24.6" + "@babel/plugin-transform-destructuring" "^7.24.6" + "@babel/plugin-transform-dotall-regex" "^7.24.6" + "@babel/plugin-transform-duplicate-keys" "^7.24.6" + "@babel/plugin-transform-dynamic-import" "^7.24.6" + "@babel/plugin-transform-exponentiation-operator" "^7.24.6" + "@babel/plugin-transform-export-namespace-from" "^7.24.6" + "@babel/plugin-transform-for-of" "^7.24.6" + "@babel/plugin-transform-function-name" "^7.24.6" + "@babel/plugin-transform-json-strings" "^7.24.6" + "@babel/plugin-transform-literals" "^7.24.6" + "@babel/plugin-transform-logical-assignment-operators" "^7.24.6" + "@babel/plugin-transform-member-expression-literals" "^7.24.6" + "@babel/plugin-transform-modules-amd" "^7.24.6" + "@babel/plugin-transform-modules-commonjs" "^7.24.6" + "@babel/plugin-transform-modules-systemjs" "^7.24.6" + "@babel/plugin-transform-modules-umd" "^7.24.6" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.6" + "@babel/plugin-transform-new-target" "^7.24.6" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.6" + "@babel/plugin-transform-numeric-separator" "^7.24.6" + "@babel/plugin-transform-object-rest-spread" "^7.24.6" + "@babel/plugin-transform-object-super" "^7.24.6" + "@babel/plugin-transform-optional-catch-binding" "^7.24.6" + "@babel/plugin-transform-optional-chaining" "^7.24.6" + "@babel/plugin-transform-parameters" "^7.24.6" + "@babel/plugin-transform-private-methods" "^7.24.6" + "@babel/plugin-transform-private-property-in-object" "^7.24.6" + "@babel/plugin-transform-property-literals" "^7.24.6" + "@babel/plugin-transform-regenerator" "^7.24.6" + "@babel/plugin-transform-reserved-words" "^7.24.6" + "@babel/plugin-transform-shorthand-properties" "^7.24.6" + "@babel/plugin-transform-spread" "^7.24.6" + "@babel/plugin-transform-sticky-regex" "^7.24.6" + "@babel/plugin-transform-template-literals" "^7.24.6" + "@babel/plugin-transform-typeof-symbol" "^7.24.6" + "@babel/plugin-transform-unicode-escapes" "^7.24.6" + "@babel/plugin-transform-unicode-property-regex" "^7.24.6" + "@babel/plugin-transform-unicode-regex" "^7.24.6" + "@babel/plugin-transform-unicode-sets-regex" "^7.24.6" + "@babel/preset-modules" "0.1.6-no-external-plugins" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.10.4" + babel-plugin-polyfill-regenerator "^0.6.1" + core-js-compat "^3.31.0" + semver "^6.3.1" + +"@babel/preset-env@^7.24.4": version "7.24.5" resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd" integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ== @@ -1121,19 +1901,30 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@7.24.1": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95" - integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA== - dependencies: - "@babel/helper-plugin-utils" "^7.24.0" - "@babel/helper-validator-option" "^7.23.5" - "@babel/plugin-transform-react-display-name" "^7.24.1" - "@babel/plugin-transform-react-jsx" "^7.23.4" - "@babel/plugin-transform-react-jsx-development" "^7.22.5" - "@babel/plugin-transform-react-pure-annotations" "^7.24.1" - -"@babel/preset-typescript@7.24.1", "@babel/preset-typescript@^7.23.0": +"@babel/preset-react@7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.6.tgz#92eace66dce577e5263113eb82235a0d45096cae" + integrity sha512-8mpzh1bWvmINmwM3xpz6ahu57mNaWavMm+wBNjQ4AFu1nghKBiIRET7l/Wmj4drXany/BBGjJZngICcD98F1iw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + "@babel/plugin-transform-react-display-name" "^7.24.6" + "@babel/plugin-transform-react-jsx" "^7.24.6" + "@babel/plugin-transform-react-jsx-development" "^7.24.6" + "@babel/plugin-transform-react-pure-annotations" "^7.24.6" + +"@babel/preset-typescript@7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.6.tgz#27057470fb981c31338bdb897fc3d9aa0cb7dab2" + integrity sha512-U10aHPDnokCFRXgyT/MaIRTivUu2K/mu0vJlwRS9LxJmJet+PFQNKpggPyFCUtC6zWSBPjvxjnpNkAn3Uw2m5w== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + "@babel/plugin-syntax-jsx" "^7.24.6" + "@babel/plugin-transform-modules-commonjs" "^7.24.6" + "@babel/plugin-transform-typescript" "^7.24.6" + +"@babel/preset-typescript@^7.23.0": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec" integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ== @@ -1160,7 +1951,7 @@ resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.22.15", "@babel/runtime@^7.23.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.17.8", "@babel/runtime@^7.23.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": version "7.24.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.4.tgz#de795accd698007a66ba44add6cc86542aff1edd" integrity sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA== @@ -1183,6 +1974,15 @@ "@babel/parser" "^7.24.0" "@babel/types" "^7.24.0" +"@babel/template@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" + "@babel/traverse@^7.18.9", "@babel/traverse@^7.24.1": version "7.24.1" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" @@ -1215,7 +2015,23 @@ debug "^4.3.1" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5": +"@babel/traverse@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" + integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-hoist-variables" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.9.5": version "7.24.0" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== @@ -1229,8 +2045,17 @@ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== dependencies: - "@babel/helper-string-parser" "^7.24.1" - "@babel/helper-validator-identifier" "^7.24.5" + "@babel/helper-string-parser" "^7.24.1" + "@babel/helper-validator-identifier" "^7.24.5" + to-fast-properties "^2.0.0" + +"@babel/types@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== + dependencies: + "@babel/helper-string-parser" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" to-fast-properties "^2.0.0" "@base2/pretty-print-object@1.0.1": @@ -1645,32 +2470,32 @@ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8" integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ== -"@internationalized/date@3.5.2", "@internationalized/date@^3.5.2": - version "3.5.2" - resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.5.2.tgz#d760ace32bb47e869b8c607a4a786c8b208aacc2" - integrity sha512-vo1yOMUt2hzp63IutEaTUxROdvQg1qlMRsbCvbay2AK2Gai7wIgCyK5weEX3nHkiLgo4qCXHijFNC/ILhlRpOQ== +"@internationalized/date@3.5.4", "@internationalized/date@^3.5.4": + version "3.5.4" + resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.5.4.tgz#49ba11634fd4350b7a9308e297032267b4063c44" + integrity sha512-qoVJVro+O0rBaw+8HPjUB1iH8Ihf8oziEnqMnvhJUSuVIrHOuZ6eNLHNvzXJKUvAtaDiqMnRlg8Z2mgh09BlUw== dependencies: "@swc/helpers" "^0.5.0" -"@internationalized/message@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@internationalized/message/-/message-3.1.2.tgz#c42fcc5118b6e9c4cd2109695daf1ad126a87375" - integrity sha512-MHAWsZWz8jf6jFPZqpTudcCM361YMtPIRu9CXkYmKjJ/0R3pQRScV5C0zS+Qi50O5UAm8ecKhkXx6mWDDcF6/g== +"@internationalized/message@^3.1.4": + version "3.1.4" + resolved "https://registry.yarnpkg.com/@internationalized/message/-/message-3.1.4.tgz#4da041155829ffb57c9563fa7c99e2b94c8a5766" + integrity sha512-Dygi9hH1s7V9nha07pggCkvmRfDd3q2lWnMGvrJyrOwYMe1yj4D2T9BoH9I6MGR7xz0biQrtLPsqUkqXzIrBOw== dependencies: "@swc/helpers" "^0.5.0" intl-messageformat "^10.1.0" -"@internationalized/number@^3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.5.1.tgz#8e3359b498aec6bb865be668ef7e794a424067a7" - integrity sha512-N0fPU/nz15SwR9IbfJ5xaS9Ss/O5h1sVXMZf43vc9mxEG48ovglvvzBjF53aHlq20uoR6c+88CrIXipU/LSzwg== +"@internationalized/number@^3.5.3": + version "3.5.3" + resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.5.3.tgz#9fa060c1c4809f23fb3d38dd3f3d1ae4c87e95a8" + integrity sha512-rd1wA3ebzlp0Mehj5YTuTI50AQEx80gWFyHcQu+u91/5NgdwBecO8BH6ipPfE+lmQ9d63vpB3H9SHoIUiupllw== dependencies: "@swc/helpers" "^0.5.0" -"@internationalized/string@^3.2.1": - version "3.2.1" - resolved "https://registry.yarnpkg.com/@internationalized/string/-/string-3.2.1.tgz#9059a580956b0af882ab05409efa276a42e2d960" - integrity sha512-vWQOvRIauvFMzOO+h7QrdsJmtN1AXAFVcaLWP9AseRN2o7iHceZ6bIXhBD4teZl8i91A3gxKnWBlGgjCwU6MFQ== +"@internationalized/string@^3.2.3": + version "3.2.3" + resolved "https://registry.yarnpkg.com/@internationalized/string/-/string-3.2.3.tgz#b0a8379e779a69e7874979714e27f2ae86761d3c" + integrity sha512-9kpfLoA8HegiWTeCbR2livhdVeKobCnVv8tlJ6M2jF+4tcMqDo94ezwlnrUANBWPgd8U7OXIHCk2Ov2qhk4KXw== dependencies: "@swc/helpers" "^0.5.0" @@ -2024,31 +2849,31 @@ resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-2.1.0.tgz#0acf32f470af2ceaf47f095cdecd40d68666efda" integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg== -"@openfun/cunningham-react@2.9.1": - version "2.9.1" - resolved "https://registry.yarnpkg.com/@openfun/cunningham-react/-/cunningham-react-2.9.1.tgz#62930e51a609622e517868de05ee67a12e00a71c" - integrity sha512-kkXVPwh7Ii9IHNvoinxQ1fN1RzwjqxyNnZPy3jP4RNVSBBw7Ch8LhHVQxJ+zG14At83MgEyCpF6eFBIr4c+1JQ== +"@openfun/cunningham-react@2.9.3": + version "2.9.3" + resolved "https://registry.yarnpkg.com/@openfun/cunningham-react/-/cunningham-react-2.9.3.tgz#cea4aca62c207047f4156287c8c255924031a6ed" + integrity sha512-+FNh63ocHeWweKBoahSJiWWbu992A+FDJXAjzcYoWz1jCIdQs8fLaeCzTl9t5x7cCCgo2DElBnwZQ2GBAA2hSw== dependencies: "@fontsource-variable/roboto-flex" "5.0.15" "@fontsource/material-icons-outlined" "5.0.12" - "@internationalized/date" "3.5.2" + "@internationalized/date" "3.5.4" "@openfun/cunningham-tokens" "*" - "@react-aria/calendar" "3.5.6" - "@react-aria/datepicker" "3.9.3" - "@react-aria/i18n" "3.10.2" - "@react-stately/calendar" "3.4.4" - "@react-stately/datepicker" "3.9.2" - "@tanstack/react-table" "8.16.0" + "@react-aria/calendar" "3.5.8" + "@react-aria/datepicker" "3.10.1" + "@react-aria/i18n" "3.11.1" + "@react-stately/calendar" "3.5.1" + "@react-stately/datepicker" "3.9.4" + "@tanstack/react-table" "8.17.3" "@types/react-modal" "3.16.3" - chromatic "11.3.0" + chromatic "11.4.0" classnames "2.5.1" - downshift "9.0.4" + downshift "9.0.6" react "18.3.1" - react-aria "3.32.1" - react-aria-components "1.1.1" + react-aria "3.33.1" + react-aria-components "1.2.1" react-dom "18.3.1" react-modal "3.16.1" - react-stately "3.30.1" + react-stately "3.31.1" "@openfun/cunningham-tokens@*", "@openfun/cunningham-tokens@2.1.1": version "2.1.1" @@ -2213,1106 +3038,1165 @@ dependencies: "@babel/runtime" "^7.13.10" -"@react-aria/breadcrumbs@^3.5.11": - version "3.5.11" - resolved "https://registry.yarnpkg.com/@react-aria/breadcrumbs/-/breadcrumbs-3.5.11.tgz#993898f81e01e7dcc1e3aff82b3ae939e55a1030" - integrity sha512-bQz4g2tKvcWxeqPGj9O0RQf++Ka8f2o/pJMJB+QQ27DVQWhxpQpND//oFku2aFYkxHB/fyD9qVoiqpQR25bidw== - dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/link" "^3.6.5" - "@react-aria/utils" "^3.23.2" - "@react-types/breadcrumbs" "^3.7.3" - "@react-types/shared" "^3.22.1" +"@react-aria/breadcrumbs@^3.5.13": + version "3.5.13" + resolved "https://registry.yarnpkg.com/@react-aria/breadcrumbs/-/breadcrumbs-3.5.13.tgz#2686f7f460f20d67fe5cdfe185e32e3e78186962" + integrity sha512-G1Gqf/P6kVdfs94ovwP18fTWuIxadIQgHsXS08JEVcFVYMjb9YjqnEBaohUxD1tq2WldMbYw53ahQblT4NTG+g== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/link" "^3.7.1" + "@react-aria/utils" "^3.24.1" + "@react-types/breadcrumbs" "^3.7.5" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/button@^3.9.3": - version "3.9.3" - resolved "https://registry.yarnpkg.com/@react-aria/button/-/button-3.9.3.tgz#5d83a455667820ae1b91dad581680b5cf1bcbcee" - integrity sha512-ZXo2VGTxfbaTEnfeIlm5ym4vYpGAy8sGrad8Scv+EyDAJWLMKokqctfaN6YSWbqUApC3FN63IvMqASflbmnYig== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/toggle" "^3.7.2" - "@react-types/button" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-aria/button@^3.9.5": + version "3.9.5" + resolved "https://registry.yarnpkg.com/@react-aria/button/-/button-3.9.5.tgz#f0082f58394394f3d16fdf45de57b382748f3345" + integrity sha512-dgcYR6j8WDOMLKuVrtxzx4jIC05cVKDzc+HnPO8lNkBAOfjcuN5tkGRtIjLtqjMvpZHhQT5aDbgFpIaZzxgFIg== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-stately/toggle" "^3.7.4" + "@react-types/button" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/calendar@3.5.6", "@react-aria/calendar@^3.5.6": - version "3.5.6" - resolved "https://registry.yarnpkg.com/@react-aria/calendar/-/calendar-3.5.6.tgz#2d2c530a50063cb35169f73b445d7cb1ee982121" - integrity sha512-PA0Ur5WcODMn7t2gCUvq61YktkB+WlSZjzDr5kcY3sdl53ZjiyqCa2hYgrb6R0J859LVJXAp+5Qaproz8g1oLA== - dependencies: - "@internationalized/date" "^3.5.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/utils" "^3.23.2" - "@react-stately/calendar" "^3.4.4" - "@react-types/button" "^3.9.2" - "@react-types/calendar" "^3.4.4" - "@react-types/shared" "^3.22.1" +"@react-aria/calendar@3.5.8", "@react-aria/calendar@^3.5.8": + version "3.5.8" + resolved "https://registry.yarnpkg.com/@react-aria/calendar/-/calendar-3.5.8.tgz#fd0858b34c8961b76957e9ac13b514f485c329a3" + integrity sha512-Whlp4CeAA5/ZkzrAHUv73kgIRYjw088eYGSc+cvSOCxfrc/2XkBm9rNrnSBv0DvhJ8AG0Fjz3vYakTmF3BgZBw== + dependencies: + "@internationalized/date" "^3.5.4" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/utils" "^3.24.1" + "@react-stately/calendar" "^3.5.1" + "@react-types/button" "^3.9.4" + "@react-types/calendar" "^3.4.6" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/checkbox@^3.14.1": - version "3.14.1" - resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.14.1.tgz#0d9fb482f9b74702ead6629e2aadc0fd89770fd9" - integrity sha512-b4rtrg5SpRSa9jBOqzJMmprJ+jDi3KyVvUh+DsvISe5Ti7gVAhMBgnca1D0xBp22w2jhk/o4gyu1bYxGLum0GA== - dependencies: - "@react-aria/form" "^3.0.3" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/toggle" "^3.10.2" - "@react-aria/utils" "^3.23.2" - "@react-stately/checkbox" "^3.6.3" - "@react-stately/form" "^3.0.1" - "@react-stately/toggle" "^3.7.2" - "@react-types/checkbox" "^3.7.1" - "@react-types/shared" "^3.22.1" +"@react-aria/checkbox@^3.14.3": + version "3.14.3" + resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.14.3.tgz#6e2579681008e460d2c764a03f1f1b54e0815868" + integrity sha512-EtBJL6iu0gvrw3A4R7UeVLR6diaVk/mh4kFBc7c8hQjpEJweRr4hmJT3hrNg3MBcTWLxFiMEXPGgWEwXDBygtA== + dependencies: + "@react-aria/form" "^3.0.5" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/toggle" "^3.10.4" + "@react-aria/utils" "^3.24.1" + "@react-stately/checkbox" "^3.6.5" + "@react-stately/form" "^3.0.3" + "@react-stately/toggle" "^3.7.4" + "@react-types/checkbox" "^3.8.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/combobox@^3.8.4": - version "3.8.4" - resolved "https://registry.yarnpkg.com/@react-aria/combobox/-/combobox-3.8.4.tgz#8ae8e935ff323a3c12331aa7731af7945c0c82a5" - integrity sha512-HyTWIo2B/0xq0Of+sDEZCfJyf4BvCvDYIWG4UhjqL1kHIHIGQyyr+SldbVUjXVYnk8pP1eGB3ttiREujjjALPQ== - dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/listbox" "^3.11.5" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/menu" "^3.13.1" - "@react-aria/overlays" "^3.21.1" - "@react-aria/selection" "^3.17.5" - "@react-aria/textfield" "^3.14.3" - "@react-aria/utils" "^3.23.2" - "@react-stately/collections" "^3.10.5" - "@react-stately/combobox" "^3.8.2" - "@react-stately/form" "^3.0.1" - "@react-types/button" "^3.9.2" - "@react-types/combobox" "^3.10.1" - "@react-types/shared" "^3.22.1" +"@react-aria/color@3.0.0-beta.33": + version "3.0.0-beta.33" + resolved "https://registry.yarnpkg.com/@react-aria/color/-/color-3.0.0-beta.33.tgz#6773627e788f339154dca58450dd50d9f3721051" + integrity sha512-nhqnIHYm5p6MbuF3cC6lnqzG7MjwBsBd0DtpO+ByFYO+zxpMMbeC5R+1SFxvapR4uqmAzTotbtiUCGsG+SUaIg== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/numberfield" "^3.11.3" + "@react-aria/slider" "^3.7.8" + "@react-aria/spinbutton" "^3.6.5" + "@react-aria/textfield" "^3.14.5" + "@react-aria/utils" "^3.24.1" + "@react-aria/visually-hidden" "^3.8.12" + "@react-stately/color" "^3.6.1" + "@react-stately/form" "^3.0.3" + "@react-types/color" "3.0.0-beta.25" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/datepicker@3.9.3", "@react-aria/datepicker@^3.9.3": - version "3.9.3" - resolved "https://registry.yarnpkg.com/@react-aria/datepicker/-/datepicker-3.9.3.tgz#5efbc22e8529bf582336ffa81618f18212fff3a3" - integrity sha512-1AjCAizd88ACKjVNhFazX4HZZFwWi2rsSlGCTm66Nx6wm5N/Cpbm466dpYEFyQUsKSOG4CC65G1zfYoMPe48MQ== - dependencies: - "@internationalized/date" "^3.5.2" - "@internationalized/number" "^3.5.1" - "@internationalized/string" "^3.2.1" - "@react-aria/focus" "^3.16.2" - "@react-aria/form" "^3.0.3" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/spinbutton" "^3.6.3" - "@react-aria/utils" "^3.23.2" - "@react-stately/datepicker" "^3.9.2" - "@react-stately/form" "^3.0.1" - "@react-types/button" "^3.9.2" - "@react-types/calendar" "^3.4.4" - "@react-types/datepicker" "^3.7.2" - "@react-types/dialog" "^3.5.8" - "@react-types/shared" "^3.22.1" +"@react-aria/combobox@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@react-aria/combobox/-/combobox-3.9.1.tgz#ab12b698b76fd063f386aa5516129b2c72f5bf60" + integrity sha512-SpK92dCmT8qn8aEcUAihRQrBb5LZUhwIbDExFII8PvUvEFy/PoQHXIo3j1V29WkutDBDpMvBv/6XRCHGXPqrhQ== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/listbox" "^3.12.1" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/menu" "^3.14.1" + "@react-aria/overlays" "^3.22.1" + "@react-aria/selection" "^3.18.1" + "@react-aria/textfield" "^3.14.5" + "@react-aria/utils" "^3.24.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/combobox" "^3.8.4" + "@react-stately/form" "^3.0.3" + "@react-types/button" "^3.9.4" + "@react-types/combobox" "^3.11.1" + "@react-types/shared" "^3.23.1" + "@swc/helpers" "^0.5.0" + +"@react-aria/datepicker@3.10.1", "@react-aria/datepicker@^3.10.1": + version "3.10.1" + resolved "https://registry.yarnpkg.com/@react-aria/datepicker/-/datepicker-3.10.1.tgz#513a9d18e118d4c3d078fdbfc45dca76b7eeb37f" + integrity sha512-4HZL593nrNMa1GjBmWEN/OTvNS6d3/16G1YJWlqiUlv11ADulSbqBIjMmkgwrJVFcjrgqtXFy+yyrTA/oq94Zw== + dependencies: + "@internationalized/date" "^3.5.4" + "@internationalized/number" "^3.5.3" + "@internationalized/string" "^3.2.3" + "@react-aria/focus" "^3.17.1" + "@react-aria/form" "^3.0.5" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/spinbutton" "^3.6.5" + "@react-aria/utils" "^3.24.1" + "@react-stately/datepicker" "^3.9.4" + "@react-stately/form" "^3.0.3" + "@react-types/button" "^3.9.4" + "@react-types/calendar" "^3.4.6" + "@react-types/datepicker" "^3.7.4" + "@react-types/dialog" "^3.5.10" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/dialog@^3.5.12": - version "3.5.12" - resolved "https://registry.yarnpkg.com/@react-aria/dialog/-/dialog-3.5.12.tgz#e43d31211bde833de6add609e4f24e8409a9a200" - integrity sha512-7UJR/h/Y364u6Ltpw0bT51B48FybTuIBacGpEJN5IxZlpxvQt0KQcBDiOWfAa/GQogw4B5hH6agaOO0nJcP49Q== +"@react-aria/dialog@^3.5.14": + version "3.5.14" + resolved "https://registry.yarnpkg.com/@react-aria/dialog/-/dialog-3.5.14.tgz#d4b078410c00b7cc7e6f25f67dfe53fa755be769" + integrity sha512-oqDCjQ8hxe3GStf48XWBf2CliEnxlR9GgSYPHJPUc69WBj68D9rVcCW3kogJnLAnwIyf3FnzbX4wSjvUa88sAQ== dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/overlays" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-types/dialog" "^3.5.8" - "@react-types/shared" "^3.22.1" + "@react-aria/focus" "^3.17.1" + "@react-aria/overlays" "^3.22.1" + "@react-aria/utils" "^3.24.1" + "@react-types/dialog" "^3.5.10" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/dnd@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@react-aria/dnd/-/dnd-3.5.3.tgz#7747ed2d7f3e54f59799c51efc12c63ea7afd4d4" - integrity sha512-0gi6sRnr97fSQnGy+CMt+99/+vVqr+qv2T9Ts8X9TAzxHNokz5QfSL88QSlTU36EnAVLxPY18iZQWCExSjKpEQ== - dependencies: - "@internationalized/string" "^3.2.1" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/overlays" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/dnd" "^3.2.8" - "@react-types/button" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-aria/dnd@^3.6.1": + version "3.6.1" + resolved "https://registry.yarnpkg.com/@react-aria/dnd/-/dnd-3.6.1.tgz#c119ac8fa84b68a3533d9719cc32ab145481d381" + integrity sha512-6WnujUTD+cIYZVF/B+uXdHyJ+WSpbYa8jH282epvY4FUAq1qLmen12/HHcoj/5dswKQe8X6EM3OhkQM89d9vFw== + dependencies: + "@internationalized/string" "^3.2.3" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/overlays" "^3.22.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/dnd" "^3.3.1" + "@react-types/button" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/focus@^3.16.2": - version "3.16.2" - resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.16.2.tgz#2285bc19e091233b4d52399c506ac8fa60345b44" - integrity sha512-Rqo9ummmgotESfypzFjI3uh58yMpL+E+lJBbQuXkBM0u0cU2YYzu0uOrFrq3zcHk997udZvq1pGK/R+2xk9B7g== +"@react-aria/focus@^3.17.1": + version "3.17.1" + resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.17.1.tgz#c796a188120421e2fedf438cadacdf463c77ad29" + integrity sha512-FLTySoSNqX++u0nWZJPPN5etXY0WBxaIe/YuL/GTEeuqUIuC/2bJSaw5hlsM6T2yjy6Y/VAxBcKSdAFUlU6njQ== dependencies: - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" clsx "^2.0.0" -"@react-aria/form@^3.0.3": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@react-aria/form/-/form-3.0.3.tgz#a57787928ed14dae0f176f948a2a856ace9f308e" - integrity sha512-5Q2BHE4TTPDzGY2npCzpRRYshwWUb3SMUA/Cbz7QfEtBk+NYuVaq3KjvqLqgUUdyKtqLZ9Far0kIAexloOC4jw== +"@react-aria/form@^3.0.5": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@react-aria/form/-/form-3.0.5.tgz#abaf6ac005dc3f98760ac74fdb6524ad189399d6" + integrity sha512-n290jRwrrRXO3fS82MyWR+OKN7yznVesy5Q10IclSTVYHHI3VI53xtAPr/WzNjJR1um8aLhOcDNFKwnNIUUCsQ== dependencies: - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/form" "^3.0.1" - "@react-types/shared" "^3.22.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-stately/form" "^3.0.3" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/grid@^3.8.8": - version "3.8.8" - resolved "https://registry.yarnpkg.com/@react-aria/grid/-/grid-3.8.8.tgz#6b3f1b0c87fa8b11e92364da804fc53fdf557d9c" - integrity sha512-7Bzbya4tO0oIgqexwRb8D6ZdC0GASYq9f/pnkrqocgvG9e1SCld4zOioKbYQDvAK/NnbCgXmmdqFAcLM/iazaA== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/collections" "^3.10.5" - "@react-stately/grid" "^3.8.5" - "@react-stately/selection" "^3.14.3" - "@react-stately/virtualizer" "^3.6.8" - "@react-types/checkbox" "^3.7.1" - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" +"@react-aria/grid@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@react-aria/grid/-/grid-3.9.1.tgz#7fcf7a8352ece79406caf3cd149947fb9f000009" + integrity sha512-fGEZqAEaS8mqzV/II3N4ndoNWegIcbh+L3PmKbXdpKKUP8VgMs/WY5rYl5WAF0f5RoFwXqx3ibDLeR9tKj/bOg== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/grid" "^3.8.7" + "@react-stately/selection" "^3.15.1" + "@react-stately/virtualizer" "^3.7.1" + "@react-types/checkbox" "^3.8.1" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/gridlist@^3.7.5": - version "3.7.5" - resolved "https://registry.yarnpkg.com/@react-aria/gridlist/-/gridlist-3.7.5.tgz#0dc53d52723031368a1d929566cf5a0f72922982" - integrity sha512-RmHEJ++vngHYEWbUCtLLmGh7H3vNd2Y9S0q/9SgHFPbqPZycT5mxDZ2arqpOXeHRVRvPBaW9ZlMxI2bPOePrYw== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/grid" "^3.8.8" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/list" "^3.10.3" - "@react-types/shared" "^3.22.1" +"@react-aria/gridlist@^3.8.1": + version "3.8.1" + resolved "https://registry.yarnpkg.com/@react-aria/gridlist/-/gridlist-3.8.1.tgz#4a8e805687f02f96347494343e265fd6eac01b56" + integrity sha512-vVPkkA+Ct0NDcpnNm/tnYaBumg0fP9pXxsPLqL1rxvsTyj1PaIpFTZ4corabPTbTDExZwUSTS3LG1n+o1OvBtQ== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/grid" "^3.9.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/list" "^3.10.5" + "@react-stately/tree" "^3.8.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/i18n@3.10.2", "@react-aria/i18n@^3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.10.2.tgz#b421b1d96bc92d5e2a042d53f24d16fdbe07821f" - integrity sha512-Z1ormoIvMOI4mEdcFLYsoJy9w/EzBdBmgfLP+S/Ah+1xwQOXpgwZxiKOhYHpWa0lf6hkKJL34N9MHJvCJ5Crvw== - dependencies: - "@internationalized/date" "^3.5.2" - "@internationalized/message" "^3.1.2" - "@internationalized/number" "^3.5.1" - "@internationalized/string" "^3.2.1" - "@react-aria/ssr" "^3.9.2" - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" +"@react-aria/i18n@3.11.1", "@react-aria/i18n@^3.11.1": + version "3.11.1" + resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.11.1.tgz#2d238d2be30d8c691b5fa3161f5fb48066fc8e4b" + integrity sha512-vuiBHw1kZruNMYeKkTGGnmPyMnM5T+gT8bz97H1FqIq1hQ6OPzmtBZ6W6l6OIMjeHI5oJo4utTwfZl495GALFQ== + dependencies: + "@internationalized/date" "^3.5.4" + "@internationalized/message" "^3.1.4" + "@internationalized/number" "^3.5.3" + "@internationalized/string" "^3.2.3" + "@react-aria/ssr" "^3.9.4" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/interactions@^3.21.1": - version "3.21.1" - resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.21.1.tgz#d8d9b0cf628d0bf4bb4e9d7eac485cfb9ed9cb97" - integrity sha512-AlHf5SOzsShkHfV8GLLk3v9lEmYqYHURKcXWue0JdYbmquMRkUsf/+Tjl1+zHVAQ8lKqRnPYbTmc4AcZbqxltw== +"@react-aria/interactions@^3.21.3": + version "3.21.3" + resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.21.3.tgz#a2a3e354a8b894bed7a46e1143453f397f2538d7" + integrity sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA== dependencies: - "@react-aria/ssr" "^3.9.2" - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/ssr" "^3.9.4" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/label@^3.7.6": - version "3.7.6" - resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.7.6.tgz#5db8c8dcc85e58cb570ab0f80935872ee56ab126" - integrity sha512-ap9iFS+6RUOqeW/F2JoNpERqMn1PvVIo3tTMrJ1TY1tIwyJOxdCBRgx9yjnPBnr+Ywguep+fkPNNi/m74+tXVQ== +"@react-aria/label@^3.7.8": + version "3.7.8" + resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.7.8.tgz#69f1c184836b04445fcedce78db9fd939a0570ea" + integrity sha512-MzgTm5+suPA3KX7Ug6ZBK2NX9cin/RFLsv1BdafJ6CZpmUSpWnGE/yQfYUB7csN7j31OsZrD3/P56eShYWAQfg== dependencies: - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/link@^3.6.5": - version "3.6.5" - resolved "https://registry.yarnpkg.com/@react-aria/link/-/link-3.6.5.tgz#68c7d37f147c09c198ca496b10bdcf6e90b0dc29" - integrity sha512-kg8CxKqkciQFzODvLAfxEs8gbqNXFZCW/ISOE2LHYKbh9pA144LVo71qO3SPeYVVzIjmZeW4vEMdZwqkNozecw== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-types/link" "^3.5.3" - "@react-types/shared" "^3.22.1" +"@react-aria/link@^3.7.1": + version "3.7.1" + resolved "https://registry.yarnpkg.com/@react-aria/link/-/link-3.7.1.tgz#ae75feebc5c6f40e1031abf57f3125d45882e976" + integrity sha512-a4IaV50P3fXc7DQvEIPYkJJv26JknFbRzFT5MJOMgtzuhyJoQdILEUK6XHYjcSSNCA7uLgzpojArVk5Hz3lCpw== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-types/link" "^3.5.5" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/listbox@^3.11.5": - version "3.11.5" - resolved "https://registry.yarnpkg.com/@react-aria/listbox/-/listbox-3.11.5.tgz#b63ca1feb7927dca610f0972163a96adcbc09729" - integrity sha512-y3a3zQYjT+JKgugCMMKS7K9sRoCoP1Z6Fiiyfd77OHXWzh9RlnvWGsseljynmbxLzSuPwFtCYkU1Jz4QwsPUIg== - dependencies: - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/collections" "^3.10.5" - "@react-stately/list" "^3.10.3" - "@react-types/listbox" "^3.4.7" - "@react-types/shared" "^3.22.1" +"@react-aria/listbox@^3.12.1": + version "3.12.1" + resolved "https://registry.yarnpkg.com/@react-aria/listbox/-/listbox-3.12.1.tgz#cc4f0d23630f496273ca5c31b4dfacf6d6f37df1" + integrity sha512-7JiUp0NGykbv/HgSpmTY1wqhuf/RmjFxs1HZcNaTv8A+DlzgJYc7yQqFjP3ZA/z5RvJFuuIxggIYmgIFjaRYdA== + dependencies: + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/list" "^3.10.5" + "@react-types/listbox" "^3.4.9" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/live-announcer@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@react-aria/live-announcer/-/live-announcer-3.3.2.tgz#2ab02a9b52a53a6c1189a78d08a9d1a90bd7d396" - integrity sha512-aOyPcsfyY9tLCBhuUaYCruwcd1IrYLc47Ou+J7wMzjeN9v4lsaEfiN12WFl8pDqOwfy6/7It2wmlm5hOuZY8wQ== +"@react-aria/live-announcer@^3.3.4": + version "3.3.4" + resolved "https://registry.yarnpkg.com/@react-aria/live-announcer/-/live-announcer-3.3.4.tgz#97a5830ae7da8546b2d19311fe1606c5d5e0151c" + integrity sha512-w8lxs35QrRrn6pBNzVfyGOeqWdxeVKf9U6bXIVwhq7rrTqRULL8jqy8RJIMfIs1s8G5FpwWYjyBOjl2g5Cu1iA== dependencies: "@swc/helpers" "^0.5.0" -"@react-aria/menu@^3.13.1": - version "3.13.1" - resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.13.1.tgz#1661bdfe8864151fdb1e1f38072f5fb0fe08e47e" - integrity sha512-jF80YIcvD16Fgwm5pj7ViUE3Dj7z5iewQixLaFVdvpgfyE58SD/ZVU9/JkK5g/03DYM0sjpUKZGkdFxxw8eKnw== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/overlays" "^3.21.1" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/collections" "^3.10.5" - "@react-stately/menu" "^3.6.1" - "@react-stately/tree" "^3.7.6" - "@react-types/button" "^3.9.2" - "@react-types/menu" "^3.9.7" - "@react-types/shared" "^3.22.1" +"@react-aria/menu@^3.14.1": + version "3.14.1" + resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.14.1.tgz#c9ec25bc374ee9bb02dc3d92d8260df702349133" + integrity sha512-BYliRb38uAzq05UOFcD5XkjA5foQoXRbcH3ZufBsc4kvh79BcP1PMW6KsXKGJ7dC/PJWUwCui6QL1kUg8PqMHA== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/overlays" "^3.22.1" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/menu" "^3.7.1" + "@react-stately/tree" "^3.8.1" + "@react-types/button" "^3.9.4" + "@react-types/menu" "^3.9.9" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/meter@^3.4.11": - version "3.4.11" - resolved "https://registry.yarnpkg.com/@react-aria/meter/-/meter-3.4.11.tgz#c150e3c890ffa9ebd34519a0c0985c0e9bf30965" - integrity sha512-P1G3Jdh0f/uieUDqvc3Ee4wzqBJa7H077BVSC3KPRqEp6YY7JimZGWjOwbFlO2PXhryXm/dI8EzUmh+4ZXjq/g== +"@react-aria/meter@^3.4.13": + version "3.4.13" + resolved "https://registry.yarnpkg.com/@react-aria/meter/-/meter-3.4.13.tgz#2ccd93d0b8e7d44e371fa39cb3fd2a1ea25f0ab3" + integrity sha512-oG6KvHQM3ri93XkYQkgEaMKSMO9KNDVpcW1MUqFfqyUXHFBRZRrJB4BTXMZ4nyjheFVQjVboU51fRwoLjOzThg== dependencies: - "@react-aria/progress" "^3.4.11" - "@react-types/meter" "^3.3.7" - "@react-types/shared" "^3.22.1" + "@react-aria/progress" "^3.4.13" + "@react-types/meter" "^3.4.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/numberfield@^3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@react-aria/numberfield/-/numberfield-3.11.1.tgz#34925e2e05ff24102aa63da13318d5a5d36a28ef" - integrity sha512-JQ1Z+Ho5H+jeav7jt9A4vBsIQR/Dd2CFbObrULjGkqSrnWjARFZBv3gZwmfGCtplEPeAv9buYKHAqebPtJNUww== - dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/spinbutton" "^3.6.3" - "@react-aria/textfield" "^3.14.3" - "@react-aria/utils" "^3.23.2" - "@react-stately/form" "^3.0.1" - "@react-stately/numberfield" "^3.9.1" - "@react-types/button" "^3.9.2" - "@react-types/numberfield" "^3.8.1" - "@react-types/shared" "^3.22.1" +"@react-aria/numberfield@^3.11.3": + version "3.11.3" + resolved "https://registry.yarnpkg.com/@react-aria/numberfield/-/numberfield-3.11.3.tgz#23b7f2d64131fd8422a8592732bb34cbae5cb26f" + integrity sha512-QQ9ZTzBbRI8d9ksaBWm6YVXbgv+5zzUsdxVxwzJVXLznvivoORB8rpdFJzUEWVCo25lzoBxluCEPYtLOxP1B0w== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/spinbutton" "^3.6.5" + "@react-aria/textfield" "^3.14.5" + "@react-aria/utils" "^3.24.1" + "@react-stately/form" "^3.0.3" + "@react-stately/numberfield" "^3.9.3" + "@react-types/button" "^3.9.4" + "@react-types/numberfield" "^3.8.3" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/overlays@^3.21.1": - version "3.21.1" - resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.21.1.tgz#7119191e9c52febb9357fc143ba546cf999f4ec1" - integrity sha512-djEBDF+TbIIOHWWNpdm19+z8xtY8U+T+wKVQg/UZ6oWnclSqSWeGl70vu73Cg4HVBJ4hKf1SRx4Z/RN6VvH4Yw== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/ssr" "^3.9.2" - "@react-aria/utils" "^3.23.2" - "@react-aria/visually-hidden" "^3.8.10" - "@react-stately/overlays" "^3.6.5" - "@react-types/button" "^3.9.2" - "@react-types/overlays" "^3.8.5" - "@react-types/shared" "^3.22.1" +"@react-aria/overlays@^3.22.1": + version "3.22.1" + resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.22.1.tgz#7a01673317fa6517bb91b0b7504e303facdc9ccb" + integrity sha512-GHiFMWO4EQ6+j6b5QCnNoOYiyx1Gk8ZiwLzzglCI4q1NY5AG2EAmfU4Z1+Gtrf2S5Y0zHbumC7rs9GnPoGLUYg== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/ssr" "^3.9.4" + "@react-aria/utils" "^3.24.1" + "@react-aria/visually-hidden" "^3.8.12" + "@react-stately/overlays" "^3.6.7" + "@react-types/button" "^3.9.4" + "@react-types/overlays" "^3.8.7" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/progress@^3.4.11": - version "3.4.11" - resolved "https://registry.yarnpkg.com/@react-aria/progress/-/progress-3.4.11.tgz#7416efd8ff8fa3cd461e6a1b4f3f5c3a68e64d4a" - integrity sha512-RePHbS15/KYFiApYLdwazwvWKsB9q0Kn5DGCSb0hqCC+k2Eui8iVVOsegswiP+xqkk/TiUCIkBEw22W3Az4kTg== +"@react-aria/progress@^3.4.13": + version "3.4.13" + resolved "https://registry.yarnpkg.com/@react-aria/progress/-/progress-3.4.13.tgz#dc86c98ed0f9a164cf62140e13865235c1991548" + integrity sha512-YBV9bOO5JzKvG8QCI0IAA00o6FczMgIDiK8Q9p5gKorFMatFUdRayxlbIPoYHMi+PguLil0jHgC7eOyaUcrZ0g== dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/label" "^3.7.6" - "@react-aria/utils" "^3.23.2" - "@react-types/progress" "^3.5.2" - "@react-types/shared" "^3.22.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/label" "^3.7.8" + "@react-aria/utils" "^3.24.1" + "@react-types/progress" "^3.5.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/radio@^3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.10.2.tgz#075a41ef462c0c0403cb97eff9a4b5205f9b666e" - integrity sha512-CTUTR+qt3BLjmyQvKHZuVm+1kyvT72ZptOty++sowKXgJApTLdjq8so1IpaLAr8JIfzqD5I4tovsYwIQOX8log== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/form" "^3.0.3" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/utils" "^3.23.2" - "@react-stately/radio" "^3.10.2" - "@react-types/radio" "^3.7.1" - "@react-types/shared" "^3.22.1" +"@react-aria/radio@^3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.10.4.tgz#e1b54fa7a9ee3912a5fe170fc752000eef836c06" + integrity sha512-3fmoMcQtCpgjTwJReFjnvIE/C7zOZeCeWUn4JKDqz9s1ILYsC3Rk5zZ4q66tFn6v+IQnecrKT52wH6+hlVLwTA== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/form" "^3.0.5" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/utils" "^3.24.1" + "@react-stately/radio" "^3.10.4" + "@react-types/radio" "^3.8.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/searchfield@^3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@react-aria/searchfield/-/searchfield-3.7.3.tgz#1b8b129085abf63cc0d4c3d52cb192c4731e570b" - integrity sha512-mnYI969R7tU3yMRIGmY1+peq7tmEW0W3MB/J2ImK36Obz/91tTtspHHEeFtPlQDLIyvVPB0Ucam4LIxCKPJm/Q== - dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/textfield" "^3.14.3" - "@react-aria/utils" "^3.23.2" - "@react-stately/searchfield" "^3.5.1" - "@react-types/button" "^3.9.2" - "@react-types/searchfield" "^3.5.3" - "@react-types/shared" "^3.22.1" +"@react-aria/searchfield@^3.7.5": + version "3.7.5" + resolved "https://registry.yarnpkg.com/@react-aria/searchfield/-/searchfield-3.7.5.tgz#777a0608988a0f781bd10139104dbb70b4f6049d" + integrity sha512-h1sMUOWjhevaKKUHab/luHbM6yiyeN57L4RxZU0IIc9Ww0h5Rp2GUuKZA3pcdPiExHje0aijcImL3wBHEbKAzw== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/textfield" "^3.14.5" + "@react-aria/utils" "^3.24.1" + "@react-stately/searchfield" "^3.5.3" + "@react-types/button" "^3.9.4" + "@react-types/searchfield" "^3.5.5" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/select@^3.14.3": - version "3.14.3" - resolved "https://registry.yarnpkg.com/@react-aria/select/-/select-3.14.3.tgz#2daad6253998e17b97bd044e2368025072c033ec" - integrity sha512-9KCxI41FI+jTxEfUzRsMdJsZvjkCuuhL4UHig8MZXtXs0nsi7Ir3ezUDQ9m5MSG+ooBYM/CA9DyLDvo5Ioef+g== - dependencies: - "@react-aria/form" "^3.0.3" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/listbox" "^3.11.5" - "@react-aria/menu" "^3.13.1" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-aria/visually-hidden" "^3.8.10" - "@react-stately/select" "^3.6.2" - "@react-types/button" "^3.9.2" - "@react-types/select" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-aria/select@^3.14.5": + version "3.14.5" + resolved "https://registry.yarnpkg.com/@react-aria/select/-/select-3.14.5.tgz#edbea4fa012654d6feef285e27d7d67fb03b017f" + integrity sha512-s8jixBuTUNdKWRHe2tIJqp55ORHeUObGMw1s7PQRRVrrHPdNSYseAOI9B2W7qpl3hKhvjJg40UW+45mcb1WKbw== + dependencies: + "@react-aria/form" "^3.0.5" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/listbox" "^3.12.1" + "@react-aria/menu" "^3.14.1" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-aria/visually-hidden" "^3.8.12" + "@react-stately/select" "^3.6.4" + "@react-types/button" "^3.9.4" + "@react-types/select" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/selection@^3.17.5": - version "3.17.5" - resolved "https://registry.yarnpkg.com/@react-aria/selection/-/selection-3.17.5.tgz#9d1f34afb945551dbf2a1ed458d98a92dde7a39e" - integrity sha512-gO5jBUkc7WdkiFMlWt3x9pTSuj3Yeegsxfo44qU5NPlKrnGtPRZDWrlACNgkDHu645RNNPhlyoX0C+G8mUg1xA== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/selection" "^3.14.3" - "@react-types/shared" "^3.22.1" +"@react-aria/selection@^3.18.1": + version "3.18.1" + resolved "https://registry.yarnpkg.com/@react-aria/selection/-/selection-3.18.1.tgz#fd6a10a86be187ac2a591cbbc1f41c3aa0c09f7f" + integrity sha512-GSqN2jX6lh7v+ldqhVjAXDcrWS3N4IsKXxO6L6Ygsye86Q9q9Mq9twWDWWu5IjHD6LoVZLUBCMO+ENGbOkyqeQ== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-stately/selection" "^3.15.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/separator@^3.3.11": - version "3.3.11" - resolved "https://registry.yarnpkg.com/@react-aria/separator/-/separator-3.3.11.tgz#64e4bd25cd5ddaac80e22c6537c89e9d4eccb84a" - integrity sha512-UTla+3P2pELpP73WSfbwZgP1y1wODFBQbEOHnUxxO8ocyaUyQLJdvc07bBLLpPoyutlggRG0v9ACo0Rui7AjOg== +"@react-aria/separator@^3.3.13": + version "3.3.13" + resolved "https://registry.yarnpkg.com/@react-aria/separator/-/separator-3.3.13.tgz#12c8127bb672e53246f63c50f3b7a36960c8bb63" + integrity sha512-hofA6JCPnAOqSE9vxnq7Dkazr7Kb2A0I5sR16fOG7ddjYRc/YEY5Nv7MWfKUGU0kNFHkgNjsDAILERtLechzeA== dependencies: - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/slider@^3.7.6": - version "3.7.6" - resolved "https://registry.yarnpkg.com/@react-aria/slider/-/slider-3.7.6.tgz#51618d0fe1fd9f61035e92eba9e7908558e16e9a" - integrity sha512-ZeZhyHzhk9gxGuThPKgX2K3RKsxPxsFig1iYoJvqP8485NtHYQIPht2YcpEKA9siLxGF0DR9VCfouVhSoW0AEA== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/utils" "^3.23.2" - "@react-stately/slider" "^3.5.2" - "@react-types/shared" "^3.22.1" - "@react-types/slider" "^3.7.1" +"@react-aria/slider@^3.7.8": + version "3.7.8" + resolved "https://registry.yarnpkg.com/@react-aria/slider/-/slider-3.7.8.tgz#6f2109527e0ebfaa1aaf46fce2460549d5550e1b" + integrity sha512-MYvPcM0K8jxEJJicUK2+WxUkBIM/mquBxOTOSSIL3CszA80nXIGVnLlCUnQV3LOUzpWtabbWaZokSPtGgOgQOw== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/utils" "^3.24.1" + "@react-stately/slider" "^3.5.4" + "@react-types/shared" "^3.23.1" + "@react-types/slider" "^3.7.3" "@swc/helpers" "^0.5.0" -"@react-aria/spinbutton@^3.6.3": - version "3.6.3" - resolved "https://registry.yarnpkg.com/@react-aria/spinbutton/-/spinbutton-3.6.3.tgz#b65c6cb86a2a8cd301e7e929d7a30fb711a8098b" - integrity sha512-IlfhRu/pc9zOt2C5zSEB7NmmzddvWisGx2iGzw8BwIKMD+cN3uy+Qwp+sG6Z/JzFEBN0F6Mxm3l5lhbiqjpICQ== - dependencies: - "@react-aria/i18n" "^3.10.2" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/utils" "^3.23.2" - "@react-types/button" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-aria/spinbutton@^3.6.5": + version "3.6.5" + resolved "https://registry.yarnpkg.com/@react-aria/spinbutton/-/spinbutton-3.6.5.tgz#77a69c26dfc74381bc1f112835eb59c572d659dd" + integrity sha512-0aACBarF/Xr/7ixzjVBTQ0NBwwwsoGkf5v6AVFVMTC0uYMXHTALvRs+ULHjHMa5e/cX/aPlEvaVT7jfSs+Xy9Q== + dependencies: + "@react-aria/i18n" "^3.11.1" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/utils" "^3.24.1" + "@react-types/button" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/ssr@^3.9.2": - version "3.9.2" - resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.9.2.tgz#01b756965cd6e32b95217f968f513eb3bd6ee44b" - integrity sha512-0gKkgDYdnq1w+ey8KzG9l+H5Z821qh9vVjztk55rUg71vTk/Eaebeir+WtzcLLwTjw3m/asIjx8Y59y1lJZhBw== +"@react-aria/ssr@^3.9.4": + version "3.9.4" + resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.9.4.tgz#9da8b10342c156e816dbfa4c9e713b21f274d7ab" + integrity sha512-4jmAigVq409qcJvQyuorsmBR4+9r3+JEC60wC+Y0MZV0HCtTmm8D9guYXlJMdx0SSkgj0hHAyFm/HvPNFofCoQ== dependencies: "@swc/helpers" "^0.5.0" -"@react-aria/switch@^3.6.2": - version "3.6.2" - resolved "https://registry.yarnpkg.com/@react-aria/switch/-/switch-3.6.2.tgz#a790b97ffcdd4104d4a8167229a4eb73455f7d4b" - integrity sha512-X5m/omyhXK+V/vhJFsHuRs2zmt9Asa/RuzlldbXnWohLdeuHMPgQnV8C9hg3f+sRi3sh9UUZ64H61pCtRoZNwg== +"@react-aria/switch@^3.6.4": + version "3.6.4" + resolved "https://registry.yarnpkg.com/@react-aria/switch/-/switch-3.6.4.tgz#6dba901414785de23ee2f4873ea5e23973fdf58d" + integrity sha512-2nVqz4ZuJyof47IpGSt3oZRmp+EdS8wzeDYgf42WHQXrx4uEOk1mdLJ20+NnsYhj/2NHZsvXVrjBeKMjlMs+0w== dependencies: - "@react-aria/toggle" "^3.10.2" - "@react-stately/toggle" "^3.7.2" - "@react-types/switch" "^3.5.1" + "@react-aria/toggle" "^3.10.4" + "@react-stately/toggle" "^3.7.4" + "@react-types/switch" "^3.5.3" "@swc/helpers" "^0.5.0" -"@react-aria/table@^3.13.5": - version "3.13.5" - resolved "https://registry.yarnpkg.com/@react-aria/table/-/table-3.13.5.tgz#1ecc2387c9cdabe282b24d1444928864a5d6087e" - integrity sha512-P2nHEDk2CCoEbMFKNCyBC9qvmv7F/IXARDt/7z/J4mKFgU2iNSK+/zw6yrb38q33Zlk8hDaqSYNxHlMrh+/1MQ== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/grid" "^3.8.8" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/live-announcer" "^3.3.2" - "@react-aria/utils" "^3.23.2" - "@react-aria/visually-hidden" "^3.8.10" - "@react-stately/collections" "^3.10.5" - "@react-stately/flags" "^3.0.1" - "@react-stately/table" "^3.11.6" - "@react-stately/virtualizer" "^3.6.8" - "@react-types/checkbox" "^3.7.1" - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" - "@react-types/table" "^3.9.3" +"@react-aria/table@^3.14.1": + version "3.14.1" + resolved "https://registry.yarnpkg.com/@react-aria/table/-/table-3.14.1.tgz#6316349e17fe6adfe9132aab75ce72c4a44c028f" + integrity sha512-WaPgQe4zQF5OaluO5rm+Y2nEoFR63vsLd4BT4yjK1uaFhKhDY2Zk+1SCVQvBLLKS4WK9dhP05nrNzT0vp/ZPOw== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/grid" "^3.9.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/live-announcer" "^3.3.4" + "@react-aria/utils" "^3.24.1" + "@react-aria/visually-hidden" "^3.8.12" + "@react-stately/collections" "^3.10.7" + "@react-stately/flags" "^3.0.3" + "@react-stately/table" "^3.11.8" + "@react-stately/virtualizer" "^3.7.1" + "@react-types/checkbox" "^3.8.1" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" + "@react-types/table" "^3.9.5" "@swc/helpers" "^0.5.0" -"@react-aria/tabs@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@react-aria/tabs/-/tabs-3.8.5.tgz#b83df9f9055ad67d3797b86892702065fc5f06bc" - integrity sha512-Jvt33/W+66n5oCxVwHAYarJ3Fit61vULiPcG7uTez0Mf11cq/C72wOrj+ZuNz6PTLTi2veBNQ7MauY72SnOjRg== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/tabs" "^3.6.4" - "@react-types/shared" "^3.22.1" - "@react-types/tabs" "^3.3.5" +"@react-aria/tabs@^3.9.1": + version "3.9.1" + resolved "https://registry.yarnpkg.com/@react-aria/tabs/-/tabs-3.9.1.tgz#3cfb44648de1f896499d210b80deb1ead8ec4295" + integrity sha512-S5v/0sRcOaSXaJYZuuy1ZVzYc7JD4sDyseG1133GjyuNjJOFHgoWMb+b4uxNIJbZxnLgynn/ZDBZSO+qU+fIxw== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/tabs" "^3.6.6" + "@react-types/shared" "^3.23.1" + "@react-types/tabs" "^3.3.7" "@swc/helpers" "^0.5.0" -"@react-aria/tag@^3.3.3": - version "3.3.3" - resolved "https://registry.yarnpkg.com/@react-aria/tag/-/tag-3.3.3.tgz#adb4e02ab2e15a78046bbb7831a534d6d33781b6" - integrity sha512-tlJD9qj1XcsPIZD7DVJ6tWv8t7Z87/8qkbRDx7ugNqeHso9z0WqH9ZkSt17OFUWE2IQIk3V8D3iBSOtmhXcZGQ== - dependencies: - "@react-aria/gridlist" "^3.7.5" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/selection" "^3.17.5" - "@react-aria/utils" "^3.23.2" - "@react-stately/list" "^3.10.3" - "@react-types/button" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-aria/tag@^3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@react-aria/tag/-/tag-3.4.1.tgz#28206a37db7f4e5cb19469b7851368bb5128fd0c" + integrity sha512-gcIGPYZ2OBwMT4IHnlczEezKlxr0KRPL/mSfm2Q91GE027ZGOJnqusH9az6DX1qxrQx8x3vRdqYT2KmuefkrBQ== + dependencies: + "@react-aria/gridlist" "^3.8.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/list" "^3.10.5" + "@react-types/button" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/textfield@^3.14.3": - version "3.14.3" - resolved "https://registry.yarnpkg.com/@react-aria/textfield/-/textfield-3.14.3.tgz#7b9168492da3734c3a424415d1b20f550a4f04ff" - integrity sha512-wPSjj/mTABspYQdahg+l5YMtEQ3m5iPCTtb5g6nR1U1rzJkvS4i5Pug6PUXeLeMz2H3ToflPWGlNOqBioAFaOQ== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/form" "^3.0.3" - "@react-aria/label" "^3.7.6" - "@react-aria/utils" "^3.23.2" - "@react-stately/form" "^3.0.1" - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" - "@react-types/textfield" "^3.9.1" +"@react-aria/textfield@^3.14.5": + version "3.14.5" + resolved "https://registry.yarnpkg.com/@react-aria/textfield/-/textfield-3.14.5.tgz#afb46b4af019dc88fc7f77396cea5ec0c9701f01" + integrity sha512-hj7H+66BjB1iTKKaFXwSZBZg88YT+wZboEXZ0DNdQB2ytzoz/g045wBItUuNi4ZjXI3P+0AOZznVMYadWBAmiA== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/form" "^3.0.5" + "@react-aria/label" "^3.7.8" + "@react-aria/utils" "^3.24.1" + "@react-stately/form" "^3.0.3" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" + "@react-types/textfield" "^3.9.3" "@swc/helpers" "^0.5.0" -"@react-aria/toggle@^3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@react-aria/toggle/-/toggle-3.10.2.tgz#acb1bd822cd01abe3ec29047b4dd919a0ebcf42d" - integrity sha512-DgitscHWgI6IFgnvp2HcMpLGX/cAn+XX9kF5RJQbRQ9NqUgruU5cEEGSOLMrEJ6zXDa2xmOiQ+kINcyNhA+JLg== +"@react-aria/toggle@^3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@react-aria/toggle/-/toggle-3.10.4.tgz#a3673ead72c389381c6217b5bed7269300351a8e" + integrity sha512-bRk+CdB8QzrSyGNjENXiTWxfzYKRw753iwQXsEAU7agPCUdB8cZJyrhbaUoD0rwczzTp2zDbZ9rRbUPdsBE2YQ== dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/toggle" "^3.7.2" - "@react-types/checkbox" "^3.7.1" + "@react-aria/focus" "^3.17.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-stately/toggle" "^3.7.4" + "@react-types/checkbox" "^3.8.1" "@swc/helpers" "^0.5.0" -"@react-aria/toolbar@3.0.0-beta.3": - version "3.0.0-beta.3" - resolved "https://registry.yarnpkg.com/@react-aria/toolbar/-/toolbar-3.0.0-beta.3.tgz#7b4a0e1da137cb84a65b38e0a4802984759e3d9f" - integrity sha512-tPIEPRsZI/6Mb0tAW/GBTt3wBk7dfJg/eUnTloY8NHialvDa+cMUQyUVzPyLWGpErhYeBeutBmw1e2seMjmu+A== +"@react-aria/toolbar@3.0.0-beta.5": + version "3.0.0-beta.5" + resolved "https://registry.yarnpkg.com/@react-aria/toolbar/-/toolbar-3.0.0-beta.5.tgz#09d79bc758c10d602ed3ed9b6e9c62f3e69e1533" + integrity sha512-c8spY7aeLI6L+ygdXvEbAzaT41vExsxZ1Ld0t7BB+6iEF3nyBNJHshjkgdR7nv8FLgNk0no4tj0GTq4Jj4UqHQ== dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/i18n" "^3.10.2" - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/focus" "^3.17.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" + "@swc/helpers" "^0.5.0" + +"@react-aria/tooltip@^3.7.4": + version "3.7.4" + resolved "https://registry.yarnpkg.com/@react-aria/tooltip/-/tooltip-3.7.4.tgz#0efe8b4cc543a39395e99861ad6f0c64cd746026" + integrity sha512-+XRx4HlLYqWY3fB8Z60bQi/rbWDIGlFUtXYbtoa1J+EyRWfhpvsYImP8qeeNO/vgjUtDy1j9oKa8p6App9mBMQ== + dependencies: + "@react-aria/focus" "^3.17.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-stately/tooltip" "^3.4.9" + "@react-types/shared" "^3.23.1" + "@react-types/tooltip" "^3.4.9" "@swc/helpers" "^0.5.0" -"@react-aria/tooltip@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-aria/tooltip/-/tooltip-3.7.2.tgz#ccbcef4efcb27486cd845a734794d541696e3692" - integrity sha512-6jXOSGPao3gPgUQWLbH2r/jxGMqIaIKrJgfwu9TQrh+UkwwiTYW20EpEDCYY2nRFlcoi7EYAiPDSEbHCwXS7Lg== - dependencies: - "@react-aria/focus" "^3.16.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-stately/tooltip" "^3.4.7" - "@react-types/shared" "^3.22.1" - "@react-types/tooltip" "^3.4.7" +"@react-aria/tree@3.0.0-alpha.1": + version "3.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/@react-aria/tree/-/tree-3.0.0-alpha.1.tgz#00855ef1d3b54f9c3f5d728085e3d1561b153a53" + integrity sha512-CucyeJ4VeAvWO5UJHt/l9JO65CVtsOVUctMOVNCQS77Isqp3olX9pvfD3LXt8fD5Ph2g0Q/b7siVpX5ieVB32g== + dependencies: + "@react-aria/gridlist" "^3.8.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/selection" "^3.18.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/tree" "^3.8.1" + "@react-types/button" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-aria/utils@^3.23.2": - version "3.23.2" - resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.23.2.tgz#23fd55b165a799ecf72c1c66508574f67de20162" - integrity sha512-yznR9jJ0GG+YJvTMZxijQwVp+ahP66DY0apZf7X+dllyN+ByEDW+yaL1ewYPIpugxVzH5P8jhnBXsIyHKN411g== +"@react-aria/utils@^3.24.1": + version "3.24.1" + resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.24.1.tgz#9d16023f07c23c41793c9030a9bd203a9c8cf0a7" + integrity sha512-O3s9qhPMd6n42x9sKeJ3lhu5V1Tlnzhu6Yk8QOvDuXf7UGuUjXf9mzfHJt1dYzID4l9Fwm8toczBzPM9t0jc8Q== dependencies: - "@react-aria/ssr" "^3.9.2" - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" + "@react-aria/ssr" "^3.9.4" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" clsx "^2.0.0" -"@react-aria/visually-hidden@^3.8.10": - version "3.8.10" - resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.8.10.tgz#bd95254c9d1dae2acd8934870fb24ea762567eb4" - integrity sha512-np8c4wxdbE7ZrMv/bnjwEfpX0/nkWy9sELEb0sK8n4+HJ+WycoXXrVxBUb9tXgL/GCx5ReeDQChjQWwajm/z3A== +"@react-aria/visually-hidden@^3.8.12": + version "3.8.12" + resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.8.12.tgz#89388b4773b8fbea4b5f9682e807510c14218c93" + integrity sha512-Bawm+2Cmw3Xrlr7ARzl2RLtKh0lNUdJ0eNqzWcyx4c0VHUAWtThmH5l+HRqFUGzzutFZVo89SAy40BAbd0gjVw== dependencies: - "@react-aria/interactions" "^3.21.1" - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/calendar@3.4.4", "@react-stately/calendar@^3.4.4": - version "3.4.4" - resolved "https://registry.yarnpkg.com/@react-stately/calendar/-/calendar-3.4.4.tgz#6e926058ddc8bc9f506c35eaf8a8a04859cb81df" - integrity sha512-f9ZOd096gGGD+3LmU1gkmfqytGyQtrgi+Qjn+70GbM2Jy65pwOR4I9YrobbmeAFov5Tff13mQEa0yqWvbcDLZQ== +"@react-stately/calendar@3.5.1", "@react-stately/calendar@^3.5.1": + version "3.5.1" + resolved "https://registry.yarnpkg.com/@react-stately/calendar/-/calendar-3.5.1.tgz#3e865d69675ba78f56e7abfadff0ef667f438a69" + integrity sha512-7l7QhqGUJ5AzWHfvZzbTe3J4t72Ht5BmhW4hlVI7flQXtfrmYkVtl3ZdytEZkkHmWGYZRW9b4IQTQGZxhtlElA== dependencies: - "@internationalized/date" "^3.5.2" - "@react-stately/utils" "^3.9.1" - "@react-types/calendar" "^3.4.4" - "@react-types/shared" "^3.22.1" + "@internationalized/date" "^3.5.4" + "@react-stately/utils" "^3.10.1" + "@react-types/calendar" "^3.4.6" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/checkbox@^3.6.3": - version "3.6.3" - resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.6.3.tgz#1315f13348851c51af182a3591bac14495eae2bf" - integrity sha512-hWp0GXVbMI4sS2NbBjWgOnHNrRqSV4jeftP8zc5JsIYRmrWBUZitxluB34QuVPzrBO29bGsF0GTArSiQZt6BWw== +"@react-stately/checkbox@^3.6.5": + version "3.6.5" + resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.6.5.tgz#0566eae3ba3a84af6f29526b3feaf124d3c3a66b" + integrity sha512-IXV3f9k+LtmfQLE+DKIN41Q5QB/YBLDCB1YVx5PEdRp52S9+EACD5683rjVm8NVRDwjMi2SP6RnFRk7fVb5Azg== dependencies: - "@react-stately/form" "^3.0.1" - "@react-stately/utils" "^3.9.1" - "@react-types/checkbox" "^3.7.1" - "@react-types/shared" "^3.22.1" + "@react-stately/form" "^3.0.3" + "@react-stately/utils" "^3.10.1" + "@react-types/checkbox" "^3.8.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/collections@^3.10.5": - version "3.10.5" - resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.10.5.tgz#71f3da1e98bc6e542a0054cc166234d5e297809f" - integrity sha512-k8Q29Nnvb7iAia1QvTanZsrWP2aqVNBy/1SlE6kLL6vDqtKZC+Esd1SDLHRmIcYIp5aTdfwIGd0NuiRQA7a81Q== +"@react-stately/collections@^3.10.7": + version "3.10.7" + resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.10.7.tgz#b1add46cb8e2f2a0d33938ef1b232fb2d0fd11eb" + integrity sha512-KRo5O2MWVL8n3aiqb+XR3vP6akmHLhLWYZEmPKjIv0ghQaEebBTrN3wiEjtd6dzllv0QqcWvDLM1LntNfJ2TsA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/combobox@^3.8.2": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@react-stately/combobox/-/combobox-3.8.2.tgz#5c145e7ca092c0b51c29ff15228caa8eb3b9053f" - integrity sha512-f+IHuFW848VoMbvTfSakn2WIh2urDxO355LrKxnisXPCkpQHpq3lvT2mJtKJwkPxjAy7xPjpV8ejgga2R6p53Q== - dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/form" "^3.0.1" - "@react-stately/list" "^3.10.3" - "@react-stately/overlays" "^3.6.5" - "@react-stately/select" "^3.6.2" - "@react-stately/utils" "^3.9.1" - "@react-types/combobox" "^3.10.1" - "@react-types/shared" "^3.22.1" +"@react-stately/color@^3.6.1": + version "3.6.1" + resolved "https://registry.yarnpkg.com/@react-stately/color/-/color-3.6.1.tgz#ff5f72c749b01f2049f67fc133a57a088378bf5a" + integrity sha512-iW0nAhl3+fUBegHMw5EcAbFVDpgwHBrivfC85pVoTM3pyzp66hqNN6R6xWxW6ETyljS8UOer59+/w4GDVGdPig== + dependencies: + "@internationalized/number" "^3.5.3" + "@internationalized/string" "^3.2.3" + "@react-aria/i18n" "^3.11.1" + "@react-stately/form" "^3.0.3" + "@react-stately/numberfield" "^3.9.3" + "@react-stately/slider" "^3.5.4" + "@react-stately/utils" "^3.10.1" + "@react-types/color" "3.0.0-beta.25" + "@react-types/shared" "^3.23.1" + "@swc/helpers" "^0.5.0" + +"@react-stately/combobox@^3.8.4": + version "3.8.4" + resolved "https://registry.yarnpkg.com/@react-stately/combobox/-/combobox-3.8.4.tgz#6540ec4d53af210e6f3a769ba3f2615a55380984" + integrity sha512-iLVGvKRRz0TeJXZhZyK783hveHpYA6xovOSdzSD+WGYpiPXo1QrcrNoH3AE0Z2sHtorU+8nc0j58vh5PB+m2AA== + dependencies: + "@react-stately/collections" "^3.10.7" + "@react-stately/form" "^3.0.3" + "@react-stately/list" "^3.10.5" + "@react-stately/overlays" "^3.6.7" + "@react-stately/select" "^3.6.4" + "@react-stately/utils" "^3.10.1" + "@react-types/combobox" "^3.11.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/data@^3.11.2": - version "3.11.2" - resolved "https://registry.yarnpkg.com/@react-stately/data/-/data-3.11.2.tgz#835c9a90eaeb832dbaac4c96f1aa91008913efb8" - integrity sha512-yhK2upk2WbJeiLBRWHrh/4G2CvmmozCzoivLaRAPYu53m1J3MyzVGCLJgnZMbMZvAbNcYWZK6IzO6VqZ2y1fOw== +"@react-stately/data@^3.11.4": + version "3.11.4" + resolved "https://registry.yarnpkg.com/@react-stately/data/-/data-3.11.4.tgz#a6168c292830af0e8d1dff154724d7ea253c7407" + integrity sha512-PbnUQxeE6AznSuEWYnRmrYQ9t5z1Asx98Jtrl96EeA6Iapt9kOjTN9ySqCxtPxMKleb1NIqG3+uHU3veIqmLsg== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/datepicker@3.9.2", "@react-stately/datepicker@^3.9.2": - version "3.9.2" - resolved "https://registry.yarnpkg.com/@react-stately/datepicker/-/datepicker-3.9.2.tgz#a160d174c4c5a67b15e70a893071d948f5ad347d" - integrity sha512-Z6FrK6Af7R5BizqHhJFCj3Hn32mg5iLSDdEgFQAuO043guOXUKFUAnbxfbQUjL6PGE6QwWMfQD7PPGebHn9Ifw== - dependencies: - "@internationalized/date" "^3.5.2" - "@internationalized/string" "^3.2.1" - "@react-stately/form" "^3.0.1" - "@react-stately/overlays" "^3.6.5" - "@react-stately/utils" "^3.9.1" - "@react-types/datepicker" "^3.7.2" - "@react-types/shared" "^3.22.1" +"@react-stately/datepicker@3.9.4", "@react-stately/datepicker@^3.9.4": + version "3.9.4" + resolved "https://registry.yarnpkg.com/@react-stately/datepicker/-/datepicker-3.9.4.tgz#c9862cdc09da72760ed3005169223c7743b44b2d" + integrity sha512-yBdX01jn6gq4NIVvHIqdjBUPo+WN8Bujc4OnPw+ZnfA4jI0eIgq04pfZ84cp1LVXW0IB0VaCu1AlQ/kvtZjfGA== + dependencies: + "@internationalized/date" "^3.5.4" + "@internationalized/string" "^3.2.3" + "@react-stately/form" "^3.0.3" + "@react-stately/overlays" "^3.6.7" + "@react-stately/utils" "^3.10.1" + "@react-types/datepicker" "^3.7.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/dnd@^3.2.8": - version "3.2.8" - resolved "https://registry.yarnpkg.com/@react-stately/dnd/-/dnd-3.2.8.tgz#4646b26397f1d18fe136c2f37dc6ae65063e1d50" - integrity sha512-oSo+2Bzum3Q1/d+3FuaDmpVHqqBB004tycuQDDFtad3N1BKm+fNfmslRK1ioLkPLK4sm1130V+BZBY3JXLe80A== +"@react-stately/dnd@^3.3.1": + version "3.3.1" + resolved "https://registry.yarnpkg.com/@react-stately/dnd/-/dnd-3.3.1.tgz#e4f9d5c58dd2ed4869c8d458c8fdc23e269bf5d3" + integrity sha512-I/Ci5xB8hSgAXzoWYWScfMM9UK1MX/eTlARBhiSlfudewweOtNJAI+cXJgU7uiUnGjh4B4v3qDBtlAH1dWDCsw== dependencies: - "@react-stately/selection" "^3.14.3" - "@react-types/shared" "^3.22.1" + "@react-stately/selection" "^3.15.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/flags@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@react-stately/flags/-/flags-3.0.1.tgz#ff80eb77cff942e50dd20a61995480b71775b351" - integrity sha512-h5PcDMj54aipQNO18ig/IMI1kzPwcvSwVq5M6Ib6XE1WIkOH0dIuW2eADdAOhcGi3KXJtXVdD29zh0Eox1TKgQ== +"@react-stately/flags@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@react-stately/flags/-/flags-3.0.3.tgz#53a58c0140d61575787127a762b7901b4a7fa896" + integrity sha512-/ha7XFA0RZTQsbzSPwu3KkbNMgbvuM0GuMTYLTBWpgBrovBNTM+QqI/PfZTdHg8PwCYF4H5Y8gjdSpdulCvJFw== dependencies: - "@swc/helpers" "^0.4.14" + "@swc/helpers" "^0.5.0" -"@react-stately/form@^3.0.1": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@react-stately/form/-/form-3.0.1.tgz#19a303fb193b9b47dd80c21fb465175e8d2b8592" - integrity sha512-T1Ul2Ou0uE/S4ECLcGKa0OfXjffdjEHfUFZAk7OZl0Mqq/F7dl5WpoLWJ4d4IyvZzGO6anFNenP+vODWbrF3NA== +"@react-stately/form@^3.0.3": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@react-stately/form/-/form-3.0.3.tgz#9894f9b219cc4cfbbde814d43d3f897bc43b25b3" + integrity sha512-92YYBvlHEWUGUpXgIaQ48J50jU9XrxfjYIN8BTvvhBHdD63oWgm8DzQnyT/NIAMzdLnhkg7vP+fjG8LjHeyIAg== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/grid@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@react-stately/grid/-/grid-3.8.5.tgz#5ad4b5770f1a97abed516f764ca13d63c40aa8a8" - integrity sha512-KCzi0x0p1ZKK+OptonvJqMbn6Vlgo6GfOIlgcDd0dNYDP8TJ+3QFJAFre5mCr7Fubx7LcAOio4Rij0l/R8fkXQ== +"@react-stately/grid@^3.8.7": + version "3.8.7" + resolved "https://registry.yarnpkg.com/@react-stately/grid/-/grid-3.8.7.tgz#5c8aa22c83c0cb1146edad716c218739768e72ca" + integrity sha512-he3TXCLAhF5C5z1/G4ySzcwyt7PEiWcVIupxebJQqRyFrNWemSuv+7tolnStmG8maMVIyV3P/3j4eRBbdSlOIg== dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/selection" "^3.14.3" - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/selection" "^3.15.1" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/list@^3.10.3": - version "3.10.3" - resolved "https://registry.yarnpkg.com/@react-stately/list/-/list-3.10.3.tgz#f1325466a3fb7f9bd6c1d652ca5fdfb71d10f3f0" - integrity sha512-Ul8el0tQy2Ucl3qMQ0fiqdJ874W1ZNjURVSgSxN+pGwVLNBVRjd6Fl7YwZFCXER2YOlzkwg+Zqozf/ZlS0EdXA== +"@react-stately/list@^3.10.5": + version "3.10.5" + resolved "https://registry.yarnpkg.com/@react-stately/list/-/list-3.10.5.tgz#b68ebd595b5f4a51d6719cdcabd34f0780e95b85" + integrity sha512-fV9plO+6QDHiewsYIhboxcDhF17GO95xepC5ki0bKXo44gr14g/LSo/BMmsaMnV+1BuGdBunB05bO4QOIaigXA== dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/selection" "^3.14.3" - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/selection" "^3.15.1" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/menu@^3.6.1": - version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.6.1.tgz#0511c5551f10a76e1ca07469bff9a25b02dba1b1" - integrity sha512-3v0vkTm/kInuuG8jG7jbxXDBnMQcoDZKWvYsBQq7+POt0LmijbLdbdZPBoz9TkZ3eo/OoP194LLHOaFTQyHhlw== +"@react-stately/menu@^3.7.1": + version "3.7.1" + resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.7.1.tgz#af3c259c519de036d9e80d7d8370278c7b042c6a" + integrity sha512-mX1w9HHzt+xal1WIT2xGrTQsoLvDwuB2R1Er1MBABs//MsJzccycatcgV/J/28m6tO5M9iuFQQvLV+i1dCtodg== dependencies: - "@react-stately/overlays" "^3.6.5" - "@react-types/menu" "^3.9.7" - "@react-types/shared" "^3.22.1" + "@react-stately/overlays" "^3.6.7" + "@react-types/menu" "^3.9.9" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/numberfield@^3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@react-stately/numberfield/-/numberfield-3.9.1.tgz#0e14a7581554524d9e94cebbc817886cc0b6d0a8" - integrity sha512-btBIcBEfSVCUm6NwJrMrMygoIu/fQGazzD0RhF7PNsfvkFiWn+TSOyQqSXcsUJVOnBfoS/dVWj6r57KA7zl3FA== +"@react-stately/numberfield@^3.9.3": + version "3.9.3" + resolved "https://registry.yarnpkg.com/@react-stately/numberfield/-/numberfield-3.9.3.tgz#b61429835b949aa6ad5e2fb6e6699ee78ce7bcd5" + integrity sha512-UlPTLSabhLEuHtgzM0PgfhtEaHy3yttbzcRb8yHNvGo4KbCHeHpTHd3QghKfTFm024Mug7+mVlWCmMtW0f5ttg== dependencies: - "@internationalized/number" "^3.5.1" - "@react-stately/form" "^3.0.1" - "@react-stately/utils" "^3.9.1" - "@react-types/numberfield" "^3.8.1" + "@internationalized/number" "^3.5.3" + "@react-stately/form" "^3.0.3" + "@react-stately/utils" "^3.10.1" + "@react-types/numberfield" "^3.8.3" "@swc/helpers" "^0.5.0" -"@react-stately/overlays@^3.6.5": - version "3.6.5" - resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.6.5.tgz#f36f2a381fddd0e5573dded857962439d4bf1aef" - integrity sha512-U4rCFj6TPJPXLUvYXAcvh+yP/CO2W+7f0IuqP7ZZGE+Osk9qFkT+zRK5/6ayhBDFpmueNfjIEAzT9gYPQwNHFw== +"@react-stately/overlays@^3.6.7": + version "3.6.7" + resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.6.7.tgz#d4aa1b709e6e72306c33308bb031466730dd0480" + integrity sha512-6zp8v/iNUm6YQap0loaFx6PlvN8C0DgWHNlrlzMtMmNuvjhjR0wYXVaTfNoUZBWj25tlDM81ukXOjpRXg9rLrw== dependencies: - "@react-stately/utils" "^3.9.1" - "@react-types/overlays" "^3.8.5" + "@react-stately/utils" "^3.10.1" + "@react-types/overlays" "^3.8.7" "@swc/helpers" "^0.5.0" -"@react-stately/radio@^3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.10.2.tgz#55ee97af7328f316d64abfdf8ead6e40aff6dffd" - integrity sha512-JW5ZWiNMKcZvMTsuPeWJQLHXD5rlqy7Qk6fwUx/ZgeibvMBW/NnW19mm2+IMinzmbtERXvR6nsiA837qI+4dew== +"@react-stately/radio@^3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.10.4.tgz#499ef1e781a47b5ac89b3af571fc61054327f55b" + integrity sha512-kCIc7tAl4L7Hu4Wt9l2jaa+MzYmAJm0qmC8G8yPMbExpWbLRu6J8Un80GZu+JxvzgDlqDyrVvyv9zFifwH/NkQ== dependencies: - "@react-stately/form" "^3.0.1" - "@react-stately/utils" "^3.9.1" - "@react-types/radio" "^3.7.1" - "@react-types/shared" "^3.22.1" + "@react-stately/form" "^3.0.3" + "@react-stately/utils" "^3.10.1" + "@react-types/radio" "^3.8.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/searchfield@^3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@react-stately/searchfield/-/searchfield-3.5.1.tgz#7a99faab3bda064ebca1cb48279fdf17af9324af" - integrity sha512-9A8Wghx1avRHhMpNH1Nj+jFfiF1bhsff2GEC5PZgWYzhCykw3G5bywn3JAuUS4kh7Vpqhbu4KpHAhmWPSv4B/Q== +"@react-stately/searchfield@^3.5.3": + version "3.5.3" + resolved "https://registry.yarnpkg.com/@react-stately/searchfield/-/searchfield-3.5.3.tgz#423056e1260dd0332c1d2454a91c67e338964c40" + integrity sha512-H0OvlgwPIFdc471ypw79MDjz3WXaVq9+THaY6JM4DIohEJNN5Dwei7O9g6r6m/GqPXJIn5TT3b74kJ2Osc00YQ== dependencies: - "@react-stately/utils" "^3.9.1" - "@react-types/searchfield" "^3.5.3" + "@react-stately/utils" "^3.10.1" + "@react-types/searchfield" "^3.5.5" "@swc/helpers" "^0.5.0" -"@react-stately/select@^3.6.2": - version "3.6.2" - resolved "https://registry.yarnpkg.com/@react-stately/select/-/select-3.6.2.tgz#1598fb9da0f33ecbd1f17f1f18f886d933401601" - integrity sha512-duOxdHKol93h6Ew6fap6Amz+zngoERKZLSKVm/8I8uaBgkoBhEeTFv7mlpHTgINxymMw3mMrvy6GL/gfKFwkqg== - dependencies: - "@react-stately/form" "^3.0.1" - "@react-stately/list" "^3.10.3" - "@react-stately/overlays" "^3.6.5" - "@react-types/select" "^3.9.2" - "@react-types/shared" "^3.22.1" +"@react-stately/select@^3.6.4": + version "3.6.4" + resolved "https://registry.yarnpkg.com/@react-stately/select/-/select-3.6.4.tgz#efd512c94545309e2373ea2f17cd97c8a1803321" + integrity sha512-whZgF1N53D0/dS8tOFdrswB0alsk5Q5620HC3z+5f2Hpi8gwgAZ8TYa+2IcmMYRiT+bxVuvEc/NirU9yPmqGbA== + dependencies: + "@react-stately/form" "^3.0.3" + "@react-stately/list" "^3.10.5" + "@react-stately/overlays" "^3.6.7" + "@react-types/select" "^3.9.4" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/selection@^3.14.3": - version "3.14.3" - resolved "https://registry.yarnpkg.com/@react-stately/selection/-/selection-3.14.3.tgz#62466ca96995a78caab9151c4f4342c59294f201" - integrity sha512-d/t0rIWieqQ7wjLoMoWnuHEUSMoVXxkPBFuSlJF3F16289FiQ+b8aeKFDzFTYN7fFD8rkZTnpuE4Tcxg3TmA+w== +"@react-stately/selection@^3.15.1": + version "3.15.1" + resolved "https://registry.yarnpkg.com/@react-stately/selection/-/selection-3.15.1.tgz#853af4958e7eb02d75487c878460338bbec3f548" + integrity sha512-6TQnN9L0UY9w19B7xzb1P6mbUVBtW840Cw1SjgNXCB3NPaCf59SwqClYzoj8O2ZFzMe8F/nUJtfU1NS65/OLlw== dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/slider@^3.5.2": - version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-stately/slider/-/slider-3.5.2.tgz#616b236cdaf8edfd79c5f1d2ca447b9fc5cd0392" - integrity sha512-ntH3NLRG+AwVC7q4Dx9DcmMkMh9vmHjHNXAgaoqNjhvwfSIae7sQ69CkVe6XeJjIBy6LlH81Kgapz+ABe5a1ZA== +"@react-stately/slider@^3.5.4": + version "3.5.4" + resolved "https://registry.yarnpkg.com/@react-stately/slider/-/slider-3.5.4.tgz#f8c1b5133769380348fa1e8a7a513ebbd88a8355" + integrity sha512-Jsf7K17dr93lkNKL9ij8HUcoM1sPbq8TvmibD6DhrK9If2lje+OOL8y4n4qreUnfMT56HCAeS9wCO3fg3eMyrw== dependencies: - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" - "@react-types/slider" "^3.7.1" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" + "@react-types/slider" "^3.7.3" "@swc/helpers" "^0.5.0" -"@react-stately/table@^3.11.6": - version "3.11.6" - resolved "https://registry.yarnpkg.com/@react-stately/table/-/table-3.11.6.tgz#10242ee1c01c01b2e3f61cc3302a29799ed178cc" - integrity sha512-34YsfOILXusj3p6QNcKEaDWVORhM6WEhwPSLCZlkwAJvkxuRQFdih5rQKoIDc0uV5aZsB6bYBqiFhnjY0VERhw== - dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/flags" "^3.0.1" - "@react-stately/grid" "^3.8.5" - "@react-stately/selection" "^3.14.3" - "@react-stately/utils" "^3.9.1" - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" - "@react-types/table" "^3.9.3" +"@react-stately/table@^3.11.8": + version "3.11.8" + resolved "https://registry.yarnpkg.com/@react-stately/table/-/table-3.11.8.tgz#b5323b095be8937761b9c5598f38623089047cf8" + integrity sha512-EdyRW3lT1/kAVDp5FkEIi1BQ7tvmD2YgniGdLuW/l9LADo0T+oxZqruv60qpUS6sQap+59Riaxl91ClDxrJnpg== + dependencies: + "@react-stately/collections" "^3.10.7" + "@react-stately/flags" "^3.0.3" + "@react-stately/grid" "^3.8.7" + "@react-stately/selection" "^3.15.1" + "@react-stately/utils" "^3.10.1" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" + "@react-types/table" "^3.9.5" "@swc/helpers" "^0.5.0" -"@react-stately/tabs@^3.6.4": - version "3.6.4" - resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.6.4.tgz#391de4503fed4e0bb2738e1f0aa2997968d76114" - integrity sha512-WZJgMBqzLgN88RN8AxhY4aH1+I+4w1qQA0Lh3LRSDegaytd+NHixCWaP3IPjePgCB5N1UsPe96Xglw75zjHmDg== +"@react-stately/tabs@^3.6.6": + version "3.6.6" + resolved "https://registry.yarnpkg.com/@react-stately/tabs/-/tabs-3.6.6.tgz#69f4a042406cbe284ffe4c56d3bc8d57cad693fe" + integrity sha512-sOLxorH2uqjAA+v1ppkMCc2YyjgqvSGeBDgtR/lyPSDd4CVMoTExszROX2dqG0c8il9RQvzFuufUtQWMY6PgSA== dependencies: - "@react-stately/list" "^3.10.3" - "@react-types/shared" "^3.22.1" - "@react-types/tabs" "^3.3.5" + "@react-stately/list" "^3.10.5" + "@react-types/shared" "^3.23.1" + "@react-types/tabs" "^3.3.7" "@swc/helpers" "^0.5.0" -"@react-stately/toggle@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.7.2.tgz#f8f24f0eabbe4bfc77e89e3c0d7bb7eefc756513" - integrity sha512-SHCF2btcoK57c4lyhucRbyPBAFpp0Pdp0vcPdn3hUgqbu6e5gE0CwG/mgFmZRAQoc7PRc7XifL0uNw8diJJI0Q== +"@react-stately/toggle@^3.7.4": + version "3.7.4" + resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.7.4.tgz#3345b5c939db96305af7c22b73577db5536220ab" + integrity sha512-CoYFe9WrhLkDP4HGDpJYQKwfiYCRBAeoBQHv+JWl5eyK61S8xSwoHsveYuEZ3bowx71zyCnNAqWRrmNOxJ4CKA== dependencies: - "@react-stately/utils" "^3.9.1" - "@react-types/checkbox" "^3.7.1" + "@react-stately/utils" "^3.10.1" + "@react-types/checkbox" "^3.8.1" "@swc/helpers" "^0.5.0" -"@react-stately/tooltip@^3.4.7": - version "3.4.7" - resolved "https://registry.yarnpkg.com/@react-stately/tooltip/-/tooltip-3.4.7.tgz#873a9dd5b7a212dde35d46089f112610b09dbb60" - integrity sha512-ACtRgBQ8rphBtsUaaxvEAM0HHN9PvMuyvL0vUHd7jvBDCVZJ6it1BKu9SBKjekBkoBOw9nemtkplh9R2CA6V8Q== +"@react-stately/tooltip@^3.4.9": + version "3.4.9" + resolved "https://registry.yarnpkg.com/@react-stately/tooltip/-/tooltip-3.4.9.tgz#a6161db77bd5ad606caa1a302622f92bc381b4ac" + integrity sha512-P7CDJsdoKarz32qFwf3VNS01lyC+63gXpDZG31pUu+EO5BeQd4WKN/AH1Beuswpr4GWzxzFc1aXQgERFGVzraA== dependencies: - "@react-stately/overlays" "^3.6.5" - "@react-types/tooltip" "^3.4.7" + "@react-stately/overlays" "^3.6.7" + "@react-types/tooltip" "^3.4.9" "@swc/helpers" "^0.5.0" -"@react-stately/tree@^3.7.6": - version "3.7.6" - resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.7.6.tgz#be5fe955c75fd0edca852beb6584b2115e10219e" - integrity sha512-y8KvEoZX6+YvqjNCVGS3zA/BKw4D3XrUtUKIDme3gu5Mn6z97u+hUXKdXVCniZR7yvV3fHAIXwE5V2K8Oit4aw== +"@react-stately/tree@^3.8.1": + version "3.8.1" + resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.8.1.tgz#a3ea36d503a0276a860842cc8bf7c759aa7fa75f" + integrity sha512-LOdkkruJWch3W89h4B/bXhfr0t0t1aRfEp+IMrrwdRAl23NaPqwl5ILHs4Xu5XDHqqhg8co73pHrJwUyiTWEjw== dependencies: - "@react-stately/collections" "^3.10.5" - "@react-stately/selection" "^3.14.3" - "@react-stately/utils" "^3.9.1" - "@react-types/shared" "^3.22.1" + "@react-stately/collections" "^3.10.7" + "@react-stately/selection" "^3.15.1" + "@react-stately/utils" "^3.10.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-stately/utils@^3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.9.1.tgz#5ce94ca4f88fc991263c7b3fa4690b09e2153484" - integrity sha512-yzw75GE0iUWiyps02BOAPTrybcsMIxEJlzXqtvllAb01O9uX5n0i3X+u2eCpj2UoDF4zS08Ps0jPgWxg8xEYtA== +"@react-stately/utils@^3.10.1": + version "3.10.1" + resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.10.1.tgz#dc8685b4994bef0dc10c37b024074be8afbfba62" + integrity sha512-VS/EHRyicef25zDZcM/ClpzYMC5i2YGN6uegOeQawmgfGjb02yaCX0F0zR69Pod9m2Hr3wunTbtpgVXvYbZItg== dependencies: "@swc/helpers" "^0.5.0" -"@react-stately/virtualizer@^3.6.8": - version "3.6.8" - resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.6.8.tgz#c830bc9c3459dd97752c77b31d763a7f85a4809d" - integrity sha512-Pf06ihTwExRJltGhi72tmLIo0pcjkL55nu7ifMafAAdxZK4ONxRLSuUjjpvYf/0Rs92xRZy2t/XmHREnfirdkQ== +"@react-stately/virtualizer@^3.7.1": + version "3.7.1" + resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.7.1.tgz#eb962d2ce700c026ce1b1d901034601db9d370c0" + integrity sha512-voHgE6EQ+oZaLv6u2umKxakvIKNkCQuUihqKACTjdslp7SJh4Mvs3oLBI0hf0JOh+rCcFIKDvQtFwy1fXFRYBA== dependencies: - "@react-aria/utils" "^3.23.2" - "@react-types/shared" "^3.22.1" + "@react-aria/utils" "^3.24.1" + "@react-types/shared" "^3.23.1" "@swc/helpers" "^0.5.0" -"@react-types/breadcrumbs@^3.7.3": - version "3.7.3" - resolved "https://registry.yarnpkg.com/@react-types/breadcrumbs/-/breadcrumbs-3.7.3.tgz#2a92907a3ba57f728d774d42ecc4167318f715b3" - integrity sha512-eFto/+6J+JR58vThNcALZRA1OlqlG3GzQ/bq3q8IrrkOZcrfbEJJCWit/+53Ia98siJKuF4OJHnotxIVIz5I3w== +"@react-types/breadcrumbs@^3.7.5": + version "3.7.5" + resolved "https://registry.yarnpkg.com/@react-types/breadcrumbs/-/breadcrumbs-3.7.5.tgz#72bc6e8881446864d7bf786f4667a2fbdda279f8" + integrity sha512-lV9IDYsMiu2TgdMIjEmsOE0YWwjb3jhUNK1DCZZfq6uWuiHLgyx2EncazJBUWSjHJ4ta32j7xTuXch+8Ai6u/A== dependencies: - "@react-types/link" "^3.5.3" - "@react-types/shared" "^3.22.1" + "@react-types/link" "^3.5.5" + "@react-types/shared" "^3.23.1" -"@react-types/button@^3.9.2": - version "3.9.2" - resolved "https://registry.yarnpkg.com/@react-types/button/-/button-3.9.2.tgz#7b8797f3e4a4da5d7227a63974b81b03320791fe" - integrity sha512-EnPTkGHZRtiwAoJy5q9lDjoG30bEzA/qnvKG29VVXKYAGeqY2IlFs1ypmU+z1X/CpJgPcG3I5cakM7yTVm3pSg== +"@react-types/button@^3.9.4": + version "3.9.4" + resolved "https://registry.yarnpkg.com/@react-types/button/-/button-3.9.4.tgz#ec10452e870660d31db1994f6fe4abfe0c800814" + integrity sha512-raeQBJUxBp0axNF74TXB8/H50GY8Q3eV6cEKMbZFP1+Dzr09Ngv0tJBeW0ewAxAguNH5DRoMUAUGIXtSXskVdA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/calendar@^3.4.4": - version "3.4.4" - resolved "https://registry.yarnpkg.com/@react-types/calendar/-/calendar-3.4.4.tgz#68e3f4e00a8c6994794880b220d2cedfc10da334" - integrity sha512-hV1Thmb/AES5OmfPvvmyjSkmsEULjiDfA7Yyy70L/YKuSNKb7Su+Bf2VnZuDW3ec+GxO4JJNlpJ0AkbphWBvcg== +"@react-types/calendar@^3.4.6": + version "3.4.6" + resolved "https://registry.yarnpkg.com/@react-types/calendar/-/calendar-3.4.6.tgz#66ddcefc3058492b3cce58a6e63b01558048b669" + integrity sha512-WSntZPwtvsIYWvBQRAPvuCn55UTJBZroTvX0vQvWykJRQnPAI20G1hMQ3dNsnAL+gLZUYxBXn66vphmjUuSYew== dependencies: - "@internationalized/date" "^3.5.2" - "@react-types/shared" "^3.22.1" + "@internationalized/date" "^3.5.4" + "@react-types/shared" "^3.23.1" -"@react-types/checkbox@^3.7.1": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.7.1.tgz#7b0808547698dea4dd201d2620871d590a77b810" - integrity sha512-kuGqjQFex0As/3gfWyk+e9njCcad/ZdnYLLiNvhlk15730xfa0MmnOdpqo9jfuFSXBjOcpxoofvEhvrRMtEdUA== +"@react-types/checkbox@^3.8.1": + version "3.8.1" + resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.8.1.tgz#de82c93542b2dd85c01df2e0c85c33a2e6349d14" + integrity sha512-5/oVByPw4MbR/8QSdHCaalmyWC71H/QGgd4aduTJSaNi825o+v/hsN2/CH7Fq9atkLKsC8fvKD00Bj2VGaKriQ== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/combobox@^3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@react-types/combobox/-/combobox-3.10.1.tgz#d8fa79eb37b7aa17a08d93e4f79f2671f064eeac" - integrity sha512-XMno1rgVRNta49vf5nV7VJpVSVAV20tt79t618gG1qRKH5Kt2Cy8lz2fQ5vHG6UTv/6jUOvU8g5Pc93sLaTmoA== +"@react-types/color@3.0.0-beta.25": + version "3.0.0-beta.25" + resolved "https://registry.yarnpkg.com/@react-types/color/-/color-3.0.0-beta.25.tgz#0ed945459c4812b4c0bead02e2fc5a7d011f340f" + integrity sha512-D24ASvLeSWouBwOBi4ftUe4/BhrZj5AiHV7tXwrVeMGOy9Z9jyeK65Xysq+R3ecaSONLXsgai5CQMvj13cOacA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" + "@react-types/slider" "^3.7.3" -"@react-types/datepicker@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-types/datepicker/-/datepicker-3.7.2.tgz#246dd111c94a6d6c0964373a6747359f56f6ee75" - integrity sha512-zThqFAdhQL1dqyVDsDSSTdfCjoD6634eyg/B0ZJfQxcLUR/5pch3v/gxBhbyCVDGMNHRWUWIJvY9DVOepuoSug== +"@react-types/combobox@^3.11.1": + version "3.11.1" + resolved "https://registry.yarnpkg.com/@react-types/combobox/-/combobox-3.11.1.tgz#d5ab2f3c12d01083a3fc7c6ed90b9a2ae9049aa0" + integrity sha512-UNc3OHt5cUt5gCTHqhQIqhaWwKCpaNciD8R7eQazmHiA9fq8ROlV+7l3gdNgdhJbTf5Bu/V5ISnN7Y1xwL3zqQ== dependencies: - "@internationalized/date" "^3.5.2" - "@react-types/calendar" "^3.4.4" - "@react-types/overlays" "^3.8.5" - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/dialog@^3.5.8": - version "3.5.8" - resolved "https://registry.yarnpkg.com/@react-types/dialog/-/dialog-3.5.8.tgz#03b2248659000db1325961cb67725fa7e8d32628" - integrity sha512-RX8JsMvty8ADHRqVEkppoynXLtN4IzUh8d5z88UEBbcvWKlHfd6bOBQjQcBH3AUue5wjfpPIt6brw2VzgBY/3Q== +"@react-types/datepicker@^3.7.4": + version "3.7.4" + resolved "https://registry.yarnpkg.com/@react-types/datepicker/-/datepicker-3.7.4.tgz#8b21df1041d7e51198621984920ac290b2f09744" + integrity sha512-ZfvgscvNzBJpYyVWg3nstJtA/VlWLwErwSkd1ivZYam859N30w8yH+4qoYLa6FzWLCFlrsRHyvtxlEM7lUAt5A== dependencies: - "@react-types/overlays" "^3.8.5" - "@react-types/shared" "^3.22.1" + "@internationalized/date" "^3.5.4" + "@react-types/calendar" "^3.4.6" + "@react-types/overlays" "^3.8.7" + "@react-types/shared" "^3.23.1" -"@react-types/form@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-types/form/-/form-3.7.2.tgz#bfa8aef2f6e1ee579ab2f9a1f40556ae24f72d32" - integrity sha512-6/isEJY4PsYoHdMaGQtqQyquXGTwB1FqCBOPKQjI/vBGWG3fL7FGfWm4Z62eTbCH4Xyv3FZuNywlT8UjPMQyKA== +"@react-types/dialog@^3.5.10": + version "3.5.10" + resolved "https://registry.yarnpkg.com/@react-types/dialog/-/dialog-3.5.10.tgz#c0fe93c432581eb032c28632733ea80ae242b2c3" + integrity sha512-S9ga+edOLNLZw7/zVOnZdT5T40etpzUYBXEKdFPbxyPYnERvRxJAsC1/ASuBU9fQAXMRgLZzADWV+wJoGS/X9g== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/overlays" "^3.8.7" + "@react-types/shared" "^3.23.1" -"@react-types/grid@^3.2.4": - version "3.2.4" - resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.2.4.tgz#47b28424409b66b3bfcfcde03c92f03d6d41d1ba" - integrity sha512-sDVoyQcH7MoGdx5nBi5ZOU/mVFBt9YTxhvr0PZ97dMdEHZtJC1w9SuezwWS34f50yb8YAXQRTICbZYcK4bAlDA== +"@react-types/form@^3.7.4": + version "3.7.4" + resolved "https://registry.yarnpkg.com/@react-types/form/-/form-3.7.4.tgz#b79b4c8013242d569704272ef031e524fb072ed7" + integrity sha512-HZojAWrb6feYnhDEOy3vBamDVAHDl0l2JQZ7aIDLHmeTAGQC3JNZcm2fLTxqLye46zz8w8l8OHgI+NdD4PHdOw== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/link@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@react-types/link/-/link-3.5.3.tgz#0607b7c03cf08c2bb8608290c8eb1590d31f399a" - integrity sha512-yVafjW3IejyVnK3oMBNjFABCGG6J27EUG8rvkaGaI1uB6srGUEhpJ97XLv11aj1QkXHBy3VGXqxEV3S7wn4HTw== +"@react-types/grid@^3.2.6": + version "3.2.6" + resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.2.6.tgz#c0aba4a748d1722bafe85acf87f8d9d5134653b3" + integrity sha512-XfHenL2jEBUYrhKiPdeM24mbLRXUn79wVzzMhrNYh24nBwhsPPpxF+gjFddT3Cy8dt6tRInfT6pMEu9nsXwaHw== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/listbox@^3.4.7": - version "3.4.7" - resolved "https://registry.yarnpkg.com/@react-types/listbox/-/listbox-3.4.7.tgz#3b9f10e604dfa2b407334e3c9d523f0b9ca10dd8" - integrity sha512-68y5H9CVSPFiwO6MOFxTbry9JQMK/Lb1M9i3M8TDyq1AbJxBPpgAvJ9RaqIMCucsnqCzpY/zA3D/X417zByL1w== +"@react-types/link@^3.5.5": + version "3.5.5" + resolved "https://registry.yarnpkg.com/@react-types/link/-/link-3.5.5.tgz#5ed829aa32f226fe62efb0d906b1926c110daf02" + integrity sha512-G6P5WagHDR87npN7sEuC5IIgL1GsoY4WFWKO4734i2CXRYx24G9P0Su3AX4GA3qpspz8sK1AWkaCzBMmvnunfw== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/menu@^3.9.7": - version "3.9.7" - resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.9.7.tgz#6276634c473942c44853f1f767592c401d87c059" - integrity sha512-K6KhloJVoGsqwkdeez72fkNI9dfrmLI/sNrB4XuOKo2crDQ/eyZYWyJmzz8giz/tHME9w774k487rVoefoFh5w== +"@react-types/listbox@^3.4.9": + version "3.4.9" + resolved "https://registry.yarnpkg.com/@react-types/listbox/-/listbox-3.4.9.tgz#92e9990f480b48c1849ffd57ad8f95f5e278df66" + integrity sha512-S5G+WmNKUIOPZxZ4svWwWQupP3C6LmVfnf8QQmPDvwYXGzVc0WovkqUWyhhjJirFDswTXRCO9p0yaTHHIlkdwQ== dependencies: - "@react-types/overlays" "^3.8.5" - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/meter@^3.3.7": - version "3.3.7" - resolved "https://registry.yarnpkg.com/@react-types/meter/-/meter-3.3.7.tgz#7e8969d9393e5791a535ae2626529f3bf8f7b209" - integrity sha512-p+YJ0+Lpn5MLmlbFZbDH1P0ILv1+AuMcUbxLcXMIVMGn7o0FO7eVZnFuq76D+qTDm9all+TRLJix7bctOrP+5Q== +"@react-types/menu@^3.9.9": + version "3.9.9" + resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.9.9.tgz#d7f81f6ecad7dd04fc730b4ad5c3ca39e3c0883d" + integrity sha512-FamUaPVs1Fxr4KOMI0YcR2rYZHoN7ypGtgiEiJ11v/tEPjPPGgeKDxii0McCrdOkjheatLN1yd2jmMwYj6hTDg== dependencies: - "@react-types/progress" "^3.5.2" + "@react-types/overlays" "^3.8.7" + "@react-types/shared" "^3.23.1" -"@react-types/numberfield@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@react-types/numberfield/-/numberfield-3.8.1.tgz#74d604da3815ac09c966b4fcfd11d4d98605f084" - integrity sha512-GaCjLQgXUGCt40SLjKk3/COMWFlN2vV/3Xs3VSLAEdFZpk99b+Ik1oR21+7ZP5/iMHuQDc1MJRWdFfIjxCvVDQ== +"@react-types/meter@^3.4.1": + version "3.4.1" + resolved "https://registry.yarnpkg.com/@react-types/meter/-/meter-3.4.1.tgz#ae587293f5f8f8a5876cd10a7001181f62e1eafb" + integrity sha512-AIJV4NDFAqKH94s02c5Da4TH2qgJjfrw978zuFM0KUBFD85WRPKh7MvgWpomvUgmzqE6lMCzIdi1KPKqrRabdw== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/progress" "^3.5.4" -"@react-types/overlays@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.8.5.tgz#2dbee3ab6e5ff87d4bd443468ef7c2c6d63b5383" - integrity sha512-4D7EEBQigD/m8hE68Ys8eloyyZFHHduqykSIgINJ0edmo0jygRbWlTwuhWFR9USgSP4dK54duN0Mvq0m4HEVEw== +"@react-types/numberfield@^3.8.3": + version "3.8.3" + resolved "https://registry.yarnpkg.com/@react-types/numberfield/-/numberfield-3.8.3.tgz#85f8c4eceea22b437232250596fbaebfc7318e04" + integrity sha512-z5fGfVj3oh5bmkw9zDvClA1nDBSFL9affOuyk2qZ/M2SRUmykDAPCksbfcMndft0XULWKbF4s2CYbVI+E/yrUA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/progress@^3.5.2": - version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-types/progress/-/progress-3.5.2.tgz#d71dce4c4ae9623faf0f5599ef38fd0c94874c7e" - integrity sha512-aQql22kusEudsHwDEzq6y/Mh29AM+ftRDKdS5E5g4MkCY5J4FMbOYco1T5So83NIvvG9+eKcxPoJUMjQQACAyA== +"@react-types/overlays@^3.8.7": + version "3.8.7" + resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.8.7.tgz#a43faf524cb3fce74acceee43898b265e8dfee05" + integrity sha512-zCOYvI4at2DkhVpviIClJ7bRrLXYhSg3Z3v9xymuPH3mkiuuP/dm8mUCtkyY4UhVeUTHmrQh1bzaOP00A+SSQA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/radio@^3.7.1": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.7.1.tgz#34b73e942f7982c88455b44d2f80537d966603b4" - integrity sha512-Zut3rN1odIUBLZdijeyou+UqsLeRE76d9A+npykYGu29ndqmo3w4sLn8QeQcdj1IR71ZnG0pW2Y2BazhK5XrrQ== +"@react-types/progress@^3.5.4": + version "3.5.4" + resolved "https://registry.yarnpkg.com/@react-types/progress/-/progress-3.5.4.tgz#22032aa0a64a3ff99fcd6e6e4f22cbc09c9725f3" + integrity sha512-JNc246sTjasPyx5Dp7/s0rp3Bz4qlu4LrZTulZlxWyb53WgBNL7axc26CCi+I20rWL9+c7JjhrRxnLl/1cLN5g== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/searchfield@^3.5.3": - version "3.5.3" - resolved "https://registry.yarnpkg.com/@react-types/searchfield/-/searchfield-3.5.3.tgz#8ad41caa4ee472a9d6201535e2e861384c3cf260" - integrity sha512-gBfsT1WpY8UIb74yyYmnjiHpVasph2mdmGj9i8cGF2HUYwx5p+Fr85mtCGDph0uirvRoM5ExMp4snD+ueNAVCg== +"@react-types/radio@^3.8.1": + version "3.8.1" + resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.8.1.tgz#f12ddd21d88fa278baa8ddc237b778c70b67669f" + integrity sha512-bK0gio/qj1+0Ldu/3k/s9BaOZvnnRgvFtL3u5ky479+aLG5qf1CmYed3SKz8ErZ70JkpuCSrSwSCFf0t1IHovw== dependencies: - "@react-types/shared" "^3.22.1" - "@react-types/textfield" "^3.9.1" + "@react-types/shared" "^3.23.1" -"@react-types/select@^3.9.2": - version "3.9.2" - resolved "https://registry.yarnpkg.com/@react-types/select/-/select-3.9.2.tgz#d6f8c34b3700d82134dd10840276950d3f989ce1" - integrity sha512-fGFrunednY3Pq/BBwVOf87Fsuyo/SlevL0wFIE9OOl2V5NXVaTY7/7RYA8hIOHPzmvsMbndy419BEudiNGhv4A== +"@react-types/searchfield@^3.5.5": + version "3.5.5" + resolved "https://registry.yarnpkg.com/@react-types/searchfield/-/searchfield-3.5.5.tgz#61b1c684039b1ff40d1a8da6c5172b4c8b90d530" + integrity sha512-T/NHg12+w23TxlXMdetogLDUldk1z5dDavzbnjKrLkajLb221bp8brlR/+O6C1CtFpuJGALqYHgTasU1qkQFSA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" + "@react-types/textfield" "^3.9.3" -"@react-types/shared@^3.22.1": - version "3.22.1" - resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.22.1.tgz#4e5de032fcb0b7bca50f6a9f8e133fd882821930" - integrity sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw== +"@react-types/select@^3.9.4": + version "3.9.4" + resolved "https://registry.yarnpkg.com/@react-types/select/-/select-3.9.4.tgz#6283cdcb0583a87d23aa00fd118365f80fe68484" + integrity sha512-xI7dnOW2st91fPPcv6hdtrTdcfetYiqZuuVPZ5TRobY7Q10/Zqqe/KqtOw1zFKUj9xqNJe4Ov3xP5GSdcO60Eg== + dependencies: + "@react-types/shared" "^3.23.1" -"@react-types/slider@^3.7.1": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@react-types/slider/-/slider-3.7.1.tgz#5e18e2955b848c681577de98bd209e9d62268447" - integrity sha512-FKO3YZYdrBs00XbBW5acP+0L1cCdevl/uRJiXbnLpGysO5PrSFIRS7Wlv4M7ztf6gT7b1Ao4FNC9crbxBr6BzA== +"@react-types/shared@^3.23.1": + version "3.23.1" + resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.23.1.tgz#2f23c81d819d0ef376df3cd4c944be4d6bce84c3" + integrity sha512-5d+3HbFDxGZjhbMBeFHRQhexMFt4pUce3okyRtUVKbbedQFUrtXSBg9VszgF2RTeQDKDkMCIQDtz5ccP/Lk1gw== + +"@react-types/slider@^3.7.3": + version "3.7.3" + resolved "https://registry.yarnpkg.com/@react-types/slider/-/slider-3.7.3.tgz#d6de0626c6977dd10faea2dba656193106ffbdb8" + integrity sha512-F8qFQaD2mqug2D0XeWMmjGBikiwbdERFlhFzdvNGbypPLz3AZICBKp1ZLPWdl0DMuy03G/jy6Gl4mDobl7RT2g== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/switch@^3.5.1": - version "3.5.1" - resolved "https://registry.yarnpkg.com/@react-types/switch/-/switch-3.5.1.tgz#bed4383a2363312dd741bb2715a228ba65c3ec9e" - integrity sha512-2LFEKMGeufqyYmeN/5dtkDkCPG6x9O4eu6aaBaJmPGon7C/l3yiFEgRue6oCUYc1HixR7Qlp0sPxk0tQeWzrSg== +"@react-types/switch@^3.5.3": + version "3.5.3" + resolved "https://registry.yarnpkg.com/@react-types/switch/-/switch-3.5.3.tgz#2a5faaf513e03972df3077e4ff5ef21738239d7c" + integrity sha512-Nb6+J5MrPaFa8ZNFKGMzAsen/NNzl5UG/BbC65SLGPy7O0VDa/sUpn7dcu8V2xRpRwwIN/Oso4v63bt2sgdkgA== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/table@^3.9.3": - version "3.9.3" - resolved "https://registry.yarnpkg.com/@react-types/table/-/table-3.9.3.tgz#d47f8805ab4210d36f3c4809426ab5752db144cc" - integrity sha512-Hs/pMbxJdga2zBol4H5pV1FVIiRjCuSTXst6idJjkctanTexR4xkyrtBwl+rdLNoGwQ2pGii49vgklc5bFK7zA== +"@react-types/table@^3.9.5": + version "3.9.5" + resolved "https://registry.yarnpkg.com/@react-types/table/-/table-3.9.5.tgz#7910debd618405598583a10588a75f97c7b15eeb" + integrity sha512-fgM2j9F/UR4Anmd28CueghCgBwOZoCVyN8fjaIFPd2MN4gCwUUfANwxLav65gZk4BpwUXGoQdsW+X50L3555mg== dependencies: - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" -"@react-types/tabs@^3.3.5": - version "3.3.5" - resolved "https://registry.yarnpkg.com/@react-types/tabs/-/tabs-3.3.5.tgz#1896b194a499f31bb6d3c351ed73c972f31d1851" - integrity sha512-6NTSZBOWekCtApdZrhu5tHhE/8q52oVohQN+J5T7shAXd6ZAtu8PABVR/nH4BWucc8FL0OUajRqunqzQMU13gA== +"@react-types/tabs@^3.3.7": + version "3.3.7" + resolved "https://registry.yarnpkg.com/@react-types/tabs/-/tabs-3.3.7.tgz#8bb7a65998395bad75576f5ce32c8ce61329497f" + integrity sha512-ZdLe5xOcFX6+/ni45Dl2jO0jFATpTnoSqj6kLIS/BYv8oh0n817OjJkLf+DS3CLfNjApJWrHqAk34xNh6nRnEg== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/textfield@^3.9.1": - version "3.9.1" - resolved "https://registry.yarnpkg.com/@react-types/textfield/-/textfield-3.9.1.tgz#727cc4a6b370dcec8a0ea0bb6bb9c0c2f2ab8c49" - integrity sha512-JBHY9M2CkL6xFaGSfWmUJVu3tEK09FaeB1dU3IEh6P41xxbFnPakYHSSAdnwMXBtXPoSHIVsUBickW/pjgfe5g== +"@react-types/textfield@^3.9.3": + version "3.9.3" + resolved "https://registry.yarnpkg.com/@react-types/textfield/-/textfield-3.9.3.tgz#23db9d87ddadc4eddff3f85406af91e442f01dc9" + integrity sha512-DoAY6cYOL0pJhgNGI1Rosni7g72GAt4OVr2ltEx2S9ARmFZ0DBvdhA9lL2nywcnKMf27PEJcKMXzXc10qaHsJw== dependencies: - "@react-types/shared" "^3.22.1" + "@react-types/shared" "^3.23.1" -"@react-types/tooltip@^3.4.7": - version "3.4.7" - resolved "https://registry.yarnpkg.com/@react-types/tooltip/-/tooltip-3.4.7.tgz#6d8a64e49d4bb71b9559d98a98267868cec5eb31" - integrity sha512-rV4HZRQxLRNhe24yATOxnFQtGRUmsR7mqxMupXCmd1vrw8h+rdKlQv1zW2q8nALAKNmnRXZJHxYQ1SFzb98fgg== +"@react-types/tooltip@^3.4.9": + version "3.4.9" + resolved "https://registry.yarnpkg.com/@react-types/tooltip/-/tooltip-3.4.9.tgz#fb2291bd0b915f7c7f5024ce146412405843ec9b" + integrity sha512-wZ+uF1+Zc43qG+cOJzioBmLUNjRa7ApdcT0LI1VvaYvH5GdfjzUJOorLX9V/vAci0XMJ50UZ+qsh79aUlw2yqg== dependencies: - "@react-types/overlays" "^3.8.5" - "@react-types/shared" "^3.22.1" + "@react-types/overlays" "^3.8.7" + "@react-types/shared" "^3.23.1" "@remix-run/router@1.16.1": version "1.16.1" resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.16.1.tgz#73db3c48b975eeb06d0006481bde4f5f2d17d1cd" integrity sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig== -"@sentry-internal/browser-utils@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.2.1.tgz#906eb450da146693cb0dc5f42c01937f368bebec" - integrity sha512-jWueDzeb+LPEMfnJ5OR4YM5+PVnWbBI35DNwbT0TMiHNsqFjp2xtWAr8rpK9OayuLXEe5YtcoeyTUwU5c6i3DA== - dependencies: - "@sentry/core" "8.2.1" - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry-internal/feedback@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.2.1.tgz#39f6802625b88e5f3fb32e2c3f7f2ed874473d33" - integrity sha512-HN2ys/dvisKmUybO3U6DwhutXujwZP+9bbuhBQWex7wu+iZrkIxT8TVb9Vye2Q0nsxupwD43dSzpKdGYBwx5XQ== - dependencies: - "@sentry/core" "8.2.1" - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry-internal/replay-canvas@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.2.1.tgz#608dd3d3722600bb71a05816ad46635eb3f0b8d3" - integrity sha512-pP/ga8BR1qYDFnmhfNO+eruNjjpYeeB84mc/vfeZz0Ah5zh5LuaH/BIQM/jW615Ts77H82RFNdXYSwESz9AWPw== - dependencies: - "@sentry-internal/replay" "8.2.1" - "@sentry/core" "8.2.1" - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry-internal/replay@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.2.1.tgz#8812d2dbc8af8cd983e6304a18ecf21e154e2512" - integrity sha512-Jwpbig9jJ4WoLpaZ/jhQRqI0ND9gPf+MrwXCDYf2NgKnvaKjbQiv0/DGVMpKdLZiasGqoEU3POI/UGd+GzTuxw== - dependencies: - "@sentry-internal/browser-utils" "8.2.1" - "@sentry/core" "8.2.1" - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry/browser@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.2.1.tgz#9e52cf79413b74cdee8f56504ee1eb82a7a7ea11" - integrity sha512-s9LcHtHOCYQYCnHYMJOcVbSQLeYRjAogskCCLNjVcxpBcfDU+fXnabRZq1rvH3IZnOogp3O6kvIgmLuO3yOBTw== - dependencies: - "@sentry-internal/browser-utils" "8.2.1" - "@sentry-internal/feedback" "8.2.1" - "@sentry-internal/replay" "8.2.1" - "@sentry-internal/replay-canvas" "8.2.1" - "@sentry/core" "8.2.1" - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry/core@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.2.1.tgz#0f559e9c283d01b79cf37901e22319a4f6c42e88" - integrity sha512-xHS+DGZodTwXkoqe35UnNR9zWZ7I8pptXGxHntPrNnd/PmXK3ysj4NsRBshtSzDX3gWfwUsMN+vmjrYSwcfYeQ== - dependencies: - "@sentry/types" "8.2.1" - "@sentry/utils" "8.2.1" - -"@sentry/types@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.2.1.tgz#00b4600424e453cd42306b5e404f5d190eba44b8" - integrity sha512-22ZuANU6Dj/XSvaGhcmNTKD+6WcMc7Zn5uKd8Oj7YcuME6rOnrU8dPGEVwbGTQkE87mTDjVTDSxl8ipb0L+Eag== - -"@sentry/utils@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.2.1.tgz#adbd9b2a7f94e2701ba24b826450d5c0747c8765" - integrity sha512-qFeiCdo+QUVpwNSwe63LOPEKc8GWmJ051twtV3tfZ62XgUYOOi2C0qC6mliY3+GKiGVV8fQE6S930nM//j7G1w== - dependencies: - "@sentry/types" "8.2.1" +"@sentry-internal/browser-utils@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/browser-utils/-/browser-utils-8.7.0.tgz#8a75560c80c50e023db58faf055dacde670e9d78" + integrity sha512-RFBK1sYBwV5qGMEwWF0rjOTqQpp4/SvE+qHkOJNRUTVYmfjM+Y9lcxwn4B6lu3aboxePpBw/i1PlP6XwX4UnGA== + dependencies: + "@sentry/core" "8.7.0" + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry-internal/feedback@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/feedback/-/feedback-8.7.0.tgz#fa632c70de93b9c6626951f62c732984242097d8" + integrity sha512-qcGtWCtRB4eP7NVQoxW936oPkU4qu9otMLYELPGmOJPnuAG0lujlJXW7BucaM7ADyJgJTE75hG849bHecfnbmQ== + dependencies: + "@sentry/core" "8.7.0" + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry-internal/replay-canvas@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/replay-canvas/-/replay-canvas-8.7.0.tgz#78316619cc57b8d81cacabacdf0f5167eb805ef9" + integrity sha512-FOnvBPbq6MJVHPduc0hcsdE3PeeovQ2z5WJnZDGhvp/Obehxqe+XgX7K/595vRIknv4EokRn/3Kw0mFwG8E+ZQ== + dependencies: + "@sentry-internal/replay" "8.7.0" + "@sentry/core" "8.7.0" + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry-internal/replay@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry-internal/replay/-/replay-8.7.0.tgz#2898303529bb2273129e2e86c861d03f69e95622" + integrity sha512-bQzOkWplaWTe3u+aDBhxWY3Qy0aT7ss2A3VR8iC6N8ZIEP9PxqyJwTNoouhinfgmlnCguI7RDOO4f3r3e2M80Q== + dependencies: + "@sentry-internal/browser-utils" "8.7.0" + "@sentry/core" "8.7.0" + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry/browser@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-8.7.0.tgz#78844ca196315327979ef7cfbad71788e95c9888" + integrity sha512-4EEp+PlcktsMN0p+MdCPl/lghTkq7eOtZjQG9NGhWzfyWrJ3tuL1nsDr2SSivJ1V277F01KtKYo6BFwP2NtBZA== + dependencies: + "@sentry-internal/browser-utils" "8.7.0" + "@sentry-internal/feedback" "8.7.0" + "@sentry-internal/replay" "8.7.0" + "@sentry-internal/replay-canvas" "8.7.0" + "@sentry/core" "8.7.0" + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry/core@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry/core/-/core-8.7.0.tgz#c98bc47020cd48d899806baaebc7a4b6fe10b9ab" + integrity sha512-Sq/46B+5nWmgnCD6dEMZ6HTkKbV/KAdgaSvT8oXDb9OWoPy1jJ/gbLrhLs62KbjuDQk4/vWnOgHiKQbcslSzMw== + dependencies: + "@sentry/types" "8.7.0" + "@sentry/utils" "8.7.0" + +"@sentry/types@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry/types/-/types-8.7.0.tgz#92731af32318d6abb8759216cf6c3c5035894e6e" + integrity sha512-11KLOKumP6akugVGLvSoEig+JlP0ZEzW3nN9P+ppgdIx9HAxMIh6UvumbieG4/DWjAh2kh6NPNfUw3gk2Gfq1A== + +"@sentry/utils@8.7.0": + version "8.7.0" + resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-8.7.0.tgz#26893acc5bca9bfd4998d2eafe724491e3ca78a2" + integrity sha512-aWmcbSoOmrbzll/FkNQFJcCtLAuJLvTYbRKiCSkV3FScA7UaA742HkTZAPFiioALFIESWk/fcGZqtN0s4I281Q== + dependencies: + "@sentry/types" "8.7.0" "@sinclair/typebox@^0.27.8": version "0.27.8" @@ -3338,55 +4222,55 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@storybook/addon-actions@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.1.1.tgz#77d268fcf041aea768ae6c69610823be34761fd5" - integrity sha512-EEBjOMuQOdCSVrwPQEkJFc42I0TWj/bK+8lboV0jXi61ZI3okDPCJ/04vu5iTvX0HjRoYqqwBjyYj0Crf7ihag== +"@storybook/addon-actions@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-actions/-/addon-actions-8.1.5.tgz#c89d2027cbac0e6b4391db23a79e20a407b949d7" + integrity sha512-XbCUGGXQ4XX/zTRgUsR1l1yZJQIWR33P/M1OEAn0HbsfwS+P87GqfApkj4N7QrMfLkUkoLtdfprp5BZul98AKA== dependencies: - "@storybook/core-events" "8.1.1" + "@storybook/core-events" "8.1.5" "@storybook/global" "^5.0.0" "@types/uuid" "^9.0.1" dequal "^2.0.2" polished "^4.2.2" uuid "^9.0.0" -"@storybook/addon-backgrounds@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.1.1.tgz#19663c0a0ff7ae314a62c1cd339294ea2f7e3bb2" - integrity sha512-UFbKI3Ebsllg3DZIlVtYvp1nuLnBp85sKI98KnnYqiHCKWHDWlK7Li0Y1J2ab0w/Fx0grspC8WUgGId6NHrIrA== +"@storybook/addon-backgrounds@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-backgrounds/-/addon-backgrounds-8.1.5.tgz#dd77d8fac2df534bab2d8550fd3adf0892807e88" + integrity sha512-osAM4U8DCcKe/JGBBHoFYQi0oorNzFPwcETTy4SAc8LVqsv73SN7CyNnqCrN9Kjom9klJqB/tngvjdJ1XLu4WQ== dependencies: "@storybook/global" "^5.0.0" memoizerific "^1.11.3" ts-dedent "^2.0.0" -"@storybook/addon-controls@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.1.1.tgz#cfdf57f057d41a6d7aa37eb3133eda9e075a8e23" - integrity sha512-KJXW/hjIWM+VLqqUAvdGIkX7hTDs8FtQOuUFSC/FPDqKveUoWz0hd+WaoT9HhNF8gyzFXYACoeb9XkQVVcDATA== +"@storybook/addon-controls@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-controls/-/addon-controls-8.1.5.tgz#c0b7272e9aaaab9db299e73a2053c04f1694cd43" + integrity sha512-O0796G3+772kohYOsR98puROgkEakNXZ9n3FXVsQQ57Ww/CIP7gFRv5VM5z+Jw0a+HQI5be6504hDeAOHrd8qQ== dependencies: - "@storybook/blocks" "8.1.1" + "@storybook/blocks" "8.1.5" dequal "^2.0.2" lodash "^4.17.21" ts-dedent "^2.0.0" -"@storybook/addon-docs@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.1.1.tgz#97aacde7d90615ff46d9445e6dfbdcc04c9f7c48" - integrity sha512-vMU26AYQBstOj73MX3egqJlY/VUjawfWVcTlDJjSa43GzWfp8wrbr1fNXRy2MoLe19UKZ9Kx+m4CfsrGsXHogg== +"@storybook/addon-docs@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-docs/-/addon-docs-8.1.5.tgz#c837283b5e7bf782d2c7fa7cce5d6344e3f91ee7" + integrity sha512-D3kDWjOGAthbwQOnouauOmywiTnuvI4KS0E9TDBYspcufimoNve5nOlr/oo9SLS1O2Psmhi6MDJephaDDo+5Dw== dependencies: "@babel/core" "^7.24.4" "@mdx-js/react" "^3.0.0" - "@storybook/blocks" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/components" "8.1.1" - "@storybook/csf-plugin" "8.1.1" - "@storybook/csf-tools" "8.1.1" + "@storybook/blocks" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/components" "8.1.5" + "@storybook/csf-plugin" "8.1.5" + "@storybook/csf-tools" "8.1.5" "@storybook/global" "^5.0.0" - "@storybook/node-logger" "8.1.1" - "@storybook/preview-api" "8.1.1" - "@storybook/react-dom-shim" "8.1.1" - "@storybook/theming" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/node-logger" "8.1.5" + "@storybook/preview-api" "8.1.5" + "@storybook/react-dom-shim" "8.1.5" + "@storybook/theming" "8.1.5" + "@storybook/types" "8.1.5" "@types/react" "^16.8.0 || ^17.0.0 || ^18.0.0" fs-extra "^11.1.0" react "^16.8.0 || ^17.0.0 || ^18.0.0" @@ -3395,99 +4279,99 @@ rehype-slug "^6.0.0" ts-dedent "^2.0.0" -"@storybook/addon-essentials@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.1.1.tgz#e1d82abf0f5fa705c91f80895c58e308cc9b7d66" - integrity sha512-1MfjgNuhh0iuSVunrDyZFsDNNs3rkssjqfvqt9FM7/l96cbBku8b39vPUW5kYNtA8wgIYCVXIw6c+9zhhJDoDg== - dependencies: - "@storybook/addon-actions" "8.1.1" - "@storybook/addon-backgrounds" "8.1.1" - "@storybook/addon-controls" "8.1.1" - "@storybook/addon-docs" "8.1.1" - "@storybook/addon-highlight" "8.1.1" - "@storybook/addon-measure" "8.1.1" - "@storybook/addon-outline" "8.1.1" - "@storybook/addon-toolbars" "8.1.1" - "@storybook/addon-viewport" "8.1.1" - "@storybook/core-common" "8.1.1" - "@storybook/manager-api" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/preview-api" "8.1.1" +"@storybook/addon-essentials@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-essentials/-/addon-essentials-8.1.5.tgz#978bc9c60c80d8f3708f0a384341bc6c966d1334" + integrity sha512-0k2D5+j2N6hso3y+rSqTlQECZ/Z/Q85eit0exx2/Rk/TI5F5HceLveA1YXyC0J291nexdF9RvjP7aCtee3WSYg== + dependencies: + "@storybook/addon-actions" "8.1.5" + "@storybook/addon-backgrounds" "8.1.5" + "@storybook/addon-controls" "8.1.5" + "@storybook/addon-docs" "8.1.5" + "@storybook/addon-highlight" "8.1.5" + "@storybook/addon-measure" "8.1.5" + "@storybook/addon-outline" "8.1.5" + "@storybook/addon-toolbars" "8.1.5" + "@storybook/addon-viewport" "8.1.5" + "@storybook/core-common" "8.1.5" + "@storybook/manager-api" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/preview-api" "8.1.5" ts-dedent "^2.0.0" -"@storybook/addon-highlight@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.1.1.tgz#0e906ad60d47b1a0a0aefff09ad263ea8c149423" - integrity sha512-i27OsZmxBJWV0Yf7aRbke19Yin9F+v0YyAyD2JDulcjdZdsInUd8/qsQQYd3YmTkQ+0S0SnEdeTAJ4qca9KTtA== +"@storybook/addon-highlight@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-highlight/-/addon-highlight-8.1.5.tgz#40c067b87327e7e5c0b592e783442a04481748bd" + integrity sha512-E31yrV7lmE82T57tLSm8mg50BX3lBbA4qozaVKyWohw0NrZPcrS3Z6Iyjl0dp7heoUFpE3rljHwMxADRA25HkQ== dependencies: "@storybook/global" "^5.0.0" -"@storybook/addon-interactions@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-interactions/-/addon-interactions-8.1.1.tgz#9972edffbe39a4ebcb811119bea86f8ba965f577" - integrity sha512-cF26lkVWxR7vZv6BW+P4JcJILIKykfn749VfdYyOoYegbJcOt5t2Soto2zdaqg7ZoVBeZherYyjebiXiwOPrng== +"@storybook/addon-interactions@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-interactions/-/addon-interactions-8.1.5.tgz#d7711936aae5b1a1b9833b4b40d96e425435d765" + integrity sha512-jhDpqttch0XhRiCY9rfrs8xQpAH5KcAGAesqfaHaCnCZnZs6jqlGfJgCJAJWzA5PM+IdsK/RJ6abIgD1GAzNyw== dependencies: "@storybook/global" "^5.0.0" - "@storybook/instrumenter" "8.1.1" - "@storybook/test" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/instrumenter" "8.1.5" + "@storybook/test" "8.1.5" + "@storybook/types" "8.1.5" polished "^4.2.2" ts-dedent "^2.2.0" -"@storybook/addon-links@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-8.1.1.tgz#a14b0e01ce25a93e8e2ce64bd7efbc578230b411" - integrity sha512-pY6iDCzb10gaAxhzwfkB+iKJzuDYeZBG2gftt1vIoPSXr/VtkU7HLOb9PNige0ioO3szxV0bqTxFdonzMXCOTA== +"@storybook/addon-links@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-links/-/addon-links-8.1.5.tgz#1fd7bbc6579fd1562ea3d9b9afa62e8b57e17162" + integrity sha512-cRarzAI27K1JijDmFtNqr7khyg/l1JyOLXvLUDZRI6NBFGQo2oA42iHuR8jzje4tlUEh/8svGz52YR4TUvsDtQ== dependencies: "@storybook/csf" "^0.1.7" "@storybook/global" "^5.0.0" ts-dedent "^2.0.0" -"@storybook/addon-measure@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.1.1.tgz#74a6852da000e44d16119dad38c8fba8958d7e08" - integrity sha512-aI4cFECK/NmwJTj3Xu6MGrMm4Rf0e+FGB5+BoY+tUi3LTX0spAu/8VgwuoDGB6ntvbZyzPfr6mG2qND9KU+sMQ== +"@storybook/addon-measure@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-measure/-/addon-measure-8.1.5.tgz#d197498bcd74837ea0ef32fda08ee9839cac0844" + integrity sha512-kHiv2qq9Ws0lGQ8p7FfMKFtXO4hrRiYStG8CCp9i1IfPzLpY8S9Kl9bwnoyVyI5bwqZP1wjFQVw8sjumV6FMFw== dependencies: "@storybook/global" "^5.0.0" tiny-invariant "^1.3.1" -"@storybook/addon-outline@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.1.1.tgz#0066e3f6435e0c034238369f462e9aa83c6a761b" - integrity sha512-l/LfxtDdwQ+8FduxsRWEEYhxJ7CetdHcCXh+T8bPaP2tzPqv+jh/F8KqZf3LZcC8HITlp/eyd3VYumWC+OKYFw== +"@storybook/addon-outline@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-outline/-/addon-outline-8.1.5.tgz#dc3452824d9c3a8189b7aa1667f8416b7876fbd0" + integrity sha512-eCXnGN24ewfvUKKpzTJP7HtPJkAexIBnQdJCw9R9Jk8IyHh7xPWsrz+haY1FQHTXZGAevoBcI4/tpG2XOumBlw== dependencies: "@storybook/global" "^5.0.0" ts-dedent "^2.0.0" -"@storybook/addon-toolbars@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.1.1.tgz#3d57519654efdc2979eb2a4b1910f2905924bb7c" - integrity sha512-KY6fffSr2mE91CZAp1xtVM2Bcxo/dpA+R8RRt/9kei+6NucaIqpeqa1YTooTD8bUttq1yb/34kMSRgX/W3Qbfg== +"@storybook/addon-toolbars@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-toolbars/-/addon-toolbars-8.1.5.tgz#1ca4e87c347a150596f29de36e1dfb165c4999cd" + integrity sha512-UxEtb4ii0FORqUuPgLycPQ0MQ4Bq2YWBft6yT00xMjUuwkld27BlrvnpaBlx+disgWwOKGKVd02f/4dbZr2s1g== -"@storybook/addon-viewport@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.1.1.tgz#5e8c238a1e92b121aa2ec53c0201b9a0ab3b23fc" - integrity sha512-AqUYM7mozrIDa/MNHEd2h7jbfKncofx/OUVI8hrbj7VX46OQ5XbvBqgKpPK15c1ejPfx1hiVz9ZYGxA6HXXrjw== +"@storybook/addon-viewport@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/addon-viewport/-/addon-viewport-8.1.5.tgz#86bba48b62d5bc3a9dd8cfaa0ef3c11eeeaff557" + integrity sha512-kHaYdaAiv7107GSi4TsS1wEDN4I7cdYWSaCBBSvJlvvYvULKFVMkhsDJlSioskICx6OchkIKY5LJgLZ72fxdVA== dependencies: memoizerific "^1.11.3" -"@storybook/blocks@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.1.1.tgz#f272428927739d4a82428345cf2cc9563690f04a" - integrity sha512-D+jUlkA2dxYPSY97+yM5sbLXPABKlsZAhmDy6gw05UoSpfBu1MnKd18Qj4fTbyqLYIJGH9z/whGd3tTcuZn8KQ== +"@storybook/blocks@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/blocks/-/blocks-8.1.5.tgz#a491e6f88b908f08906733a537949cc54256d909" + integrity sha512-rq8Ej5feS2BlfXOpNLDwdASkIIZJtKzLy9cUpuGftTiu06HiWAk3wpNpnn/kuunDYlZUa+qHEOSiIkTrdduwYw== dependencies: - "@storybook/channels" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/components" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/channels" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/components" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/csf" "^0.1.7" - "@storybook/docs-tools" "8.1.1" + "@storybook/docs-tools" "8.1.5" "@storybook/global" "^5.0.0" "@storybook/icons" "^1.2.5" - "@storybook/manager-api" "8.1.1" - "@storybook/preview-api" "8.1.1" - "@storybook/theming" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/manager-api" "8.1.5" + "@storybook/preview-api" "8.1.5" + "@storybook/theming" "8.1.5" + "@storybook/types" "8.1.5" "@types/lodash" "^4.14.167" color-convert "^2.0.1" dequal "^2.0.2" @@ -3501,15 +4385,15 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/builder-manager@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.1.1.tgz#00c46bba0e3f7dc303c07fc029b40632762b3845" - integrity sha512-WKpeDCtsmsesQYYYcXlCP17U1wdMGv6LnRY9BetKYbUPSHJo4eUBH8NmfW/ZjogczaUDw9sml6Sq5jIT35+Yuw== +"@storybook/builder-manager@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/builder-manager/-/builder-manager-8.1.5.tgz#fa72bed0bf92ebe11a2e433f810c8d1dbb0fab1a" + integrity sha512-wDiHLV+UPaUN+765WwXkocVRB2QnJ61CjLHbpWaLiJvryFJt+JQ6nAvgSalCRnZxI046ztbS9T6okhpFI011IA== dependencies: "@fal-works/esbuild-plugin-global-externals" "^2.1.2" - "@storybook/core-common" "8.1.1" - "@storybook/manager" "8.1.1" - "@storybook/node-logger" "8.1.1" + "@storybook/core-common" "8.1.5" + "@storybook/manager" "8.1.5" + "@storybook/node-logger" "8.1.5" "@types/ejs" "^3.1.1" "@yarnpkg/esbuild-plugin-pnp" "^3.0.0-rc.10" browser-assert "^1.2.1" @@ -3521,19 +4405,19 @@ process "^0.11.10" util "^0.12.4" -"@storybook/builder-webpack5@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.1.1.tgz#aee98d7f2a035fa654403b50f9c55c012f2b2875" - integrity sha512-I66lr0FkodFe5c0QbEPpyyZC4zdyzZog5B2gAdoKhFZ1yIWc0cHHFKakV7r6dg+lDnCGLZFmYGfz8LDEC/bj6Q== - dependencies: - "@storybook/channels" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/core-common" "8.1.1" - "@storybook/core-events" "8.1.1" - "@storybook/core-webpack" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/preview" "8.1.1" - "@storybook/preview-api" "8.1.1" +"@storybook/builder-webpack5@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/builder-webpack5/-/builder-webpack5-8.1.5.tgz#ffa8914d63589d3dd848e8fa3ea5459c288ec80a" + integrity sha512-gGVlApa0JVu0q7Ws37Kubh9e8wDKoJh23DXGIeK3EHVloL2XU9+wgP2NcUoiySvTIKPtDB7Zljg1/BXgqeOJ4w== + dependencies: + "@storybook/channels" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/core-common" "8.1.5" + "@storybook/core-events" "8.1.5" + "@storybook/core-webpack" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/preview" "8.1.5" + "@storybook/preview-api" "8.1.5" "@types/node" "^18.0.0" "@types/semver" "^7.3.4" browser-assert "^1.2.1" @@ -3561,33 +4445,33 @@ webpack-hot-middleware "^2.25.1" webpack-virtual-modules "^0.5.0" -"@storybook/channels@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.1.1.tgz#512fda70b072a8c2a43605fb61d8256f885e50b4" - integrity sha512-vG7y97QB++TRkuxYLNKaWJmgr9QBUHyjQgNCWvHIeSYW5zxum9sm6VSR2j1r2G3XUGFSxDwenYBTQuwZJLhWNQ== +"@storybook/channels@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-8.1.5.tgz#d00d033d318cf202ece1de728e55e85f82242e74" + integrity sha512-R+puP4tWYzQUbpIp8sX6U5oI+ZUevVOaFxXGaAN3PRXjIRC38oKTVWzj/G6GdziVFzN6rDn+JsYPmiRMYo1sYg== dependencies: - "@storybook/client-logger" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/client-logger" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/global" "^5.0.0" telejson "^7.2.0" tiny-invariant "^1.3.1" -"@storybook/cli@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.1.1.tgz#1684d609e1a7bee5645aea12379c6ad4ffa0b0b3" - integrity sha512-ajLLIQnHjXpzUhYJ51b0eL/3uNuOjkbcx/B8HbgSbArBy7QvB9sX44wPJZYjL3GASYaZAppWixS2r36O/3yu+w== +"@storybook/cli@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/cli/-/cli-8.1.5.tgz#17bc7014100b1bb227433ecec71137115c5937ff" + integrity sha512-VEYluZEMleNEnD5wTD90KTh03pwjvQwEEmzHAJQJdLbWTAcgBxZ3Gb45nbUPauSqBL+HdJx0QXF8Ielk+iBttw== dependencies: "@babel/core" "^7.24.4" "@babel/types" "^7.24.0" "@ndelangen/get-tarball" "^3.0.7" - "@storybook/codemod" "8.1.1" - "@storybook/core-common" "8.1.1" - "@storybook/core-events" "8.1.1" - "@storybook/core-server" "8.1.1" - "@storybook/csf-tools" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/telemetry" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/codemod" "8.1.5" + "@storybook/core-common" "8.1.5" + "@storybook/core-events" "8.1.5" + "@storybook/core-server" "8.1.5" + "@storybook/csf-tools" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/telemetry" "8.1.5" + "@storybook/types" "8.1.5" "@types/semver" "^7.3.4" "@yarnpkg/fslib" "2.10.3" "@yarnpkg/libzip" "2.3.0" @@ -3610,29 +4494,29 @@ read-pkg-up "^7.0.1" semver "^7.3.7" strip-json-comments "^3.0.1" - tempy "^1.0.1" + tempy "^3.1.0" tiny-invariant "^1.3.1" ts-dedent "^2.0.0" -"@storybook/client-logger@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.1.1.tgz#63a6908def8d4e873baa9835ab2df38fdcc90cc3" - integrity sha512-9AWPgIN3K0eLusChJUqB5Ft+9P2pW5/s4vOMoj3TCvu8lrdq8AH8ctvxk7x2Kw2wEwQ/g9DyE6C/rDQUARbxew== +"@storybook/client-logger@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-8.1.5.tgz#aa4a6ce4ca46fdfe12539e571f9059a479c8ae43" + integrity sha512-zd+aENXnOHsxBATppELmhw/UywLzCxQjz/8i/xkUjeTRB4Ggp0hJlOUdJUEdIJz631ydyytfvM70ktBj9gMl1w== dependencies: "@storybook/global" "^5.0.0" -"@storybook/codemod@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.1.1.tgz#5daef2f139eee618139f09345746a06c7b4dd2e3" - integrity sha512-KfNf0XtMb2Hq1+v+2d660u2VhmmG5IMhPfdSClHh8Mer90CEGKvZpZQLn/Ph1REvzKfCW+MzEgn/JrEcJs8fHg== +"@storybook/codemod@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/codemod/-/codemod-8.1.5.tgz#ee8e69834ec9cf3f543f5ba0ed5afdd9c26b57dc" + integrity sha512-eGoYozT2XPfsIFrzm4cJo9tRTX0yuK1y4uTYmKvnomezHu5kiY8qo2fUzQa5DHxiAzRDTpGlQTzb0PsxHOxYoA== dependencies: "@babel/core" "^7.24.4" "@babel/preset-env" "^7.24.4" "@babel/types" "^7.24.0" "@storybook/csf" "^0.1.7" - "@storybook/csf-tools" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/csf-tools" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/types" "8.1.5" "@types/cross-spawn" "^6.0.2" cross-spawn "^7.0.3" globby "^14.0.1" @@ -3642,31 +4526,31 @@ recast "^0.23.5" tiny-invariant "^1.3.1" -"@storybook/components@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.1.1.tgz#92c71bd097766b9034289b3a628ab5c85e363b5d" - integrity sha512-0JxYXMb9nlTBAJJXRdn3IjlgXx07gylnTOqa7t3UgOiVDEVPs+1x9LtHU408igcZ5gtcrZepg46O9gz0sdgSfQ== +"@storybook/components@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/components/-/components-8.1.5.tgz#43504e04525b94ed750bf941016b5c68d5a12c9e" + integrity sha512-IxoT2pH7V98gF0zDAMUuq9sUZPg0vvQ9Y+A13HeYHvaY25XdesXVMbdzEd6SpeLYmfPykMPIAEcADfqeM6eXfA== dependencies: "@radix-ui/react-dialog" "^1.0.5" "@radix-ui/react-slot" "^1.0.2" - "@storybook/client-logger" "8.1.1" + "@storybook/client-logger" "8.1.5" "@storybook/csf" "^0.1.7" "@storybook/global" "^5.0.0" "@storybook/icons" "^1.2.5" - "@storybook/theming" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/theming" "8.1.5" + "@storybook/types" "8.1.5" memoizerific "^1.11.3" util-deprecate "^1.0.2" -"@storybook/core-common@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.1.1.tgz#e2674dd0af1c5947ac95ba7fb7ea82844aba9cec" - integrity sha512-cjECiKD8+fdlhf3UGrjgrPMBeBwB/gbF5ZVLpa1EYFsr23BHGnZADpmyCb71fl+aUSiGuZ106AS6RQt20w7fXw== +"@storybook/core-common@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/core-common/-/core-common-8.1.5.tgz#273ad15cb35705e46f1806d0cc733a1a62d79cd5" + integrity sha512-1QDOT6KPZ9KV7Gs1yyqzvSwGBmNSUB33gckUldSBF4aqP+tZ7W5JIQ6/YTtp3V02sEokZGdL9Ud4LczQxTgy3A== dependencies: - "@storybook/core-events" "8.1.1" - "@storybook/csf-tools" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/core-events" "8.1.5" + "@storybook/csf-tools" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/types" "8.1.5" "@yarnpkg/fslib" "2.10.3" "@yarnpkg/libzip" "2.3.0" chalk "^4.1.0" @@ -3688,42 +4572,42 @@ pretty-hrtime "^1.0.3" resolve-from "^5.0.0" semver "^7.3.7" - tempy "^1.0.1" + tempy "^3.1.0" tiny-invariant "^1.3.1" ts-dedent "^2.0.0" util "^0.12.4" -"@storybook/core-events@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.1.1.tgz#fb9fe50abfc59703eb32cccad7af72670e107f75" - integrity sha512-WpeiBV6RWTZ6t8SI1YdQh8NlbvQtZs9WRr4CPfpzHAly+oxFy6PtPz0h5TMKsU5/kt/L9yL7tE9ZzPYzvFWH/A== +"@storybook/core-events@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-8.1.5.tgz#d921984e12b27aaaa623499a7ac0c3eea5e96264" + integrity sha512-fgwbrHoLtSX6kfmamTGJqD+KfuEgun8cc4mWKZK094ByaqbSjhnOyeYO1sfVk8qst7QTFlOfhLAUe4cz1z149A== dependencies: "@storybook/csf" "^0.1.7" ts-dedent "^2.0.0" -"@storybook/core-server@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.1.1.tgz#262d5497630167b51965ce7546a5ebf8a5671d69" - integrity sha512-/r70ORN9PdrLTLOeZfZkYhR/UBe6dj5DhcQ21zJhKU/0b10nuLJh4SGVD93Hah2wAYEN7YoJzX1bZMo6zRkTRQ== +"@storybook/core-server@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/core-server/-/core-server-8.1.5.tgz#24a6054149f450c795d68c23790613c13f041881" + integrity sha512-y16W2sg5KIHG6qgbd+a0nBUYHAgiUpPDFF7cdcIpbeOIoqFn+6ECp93MVefukumiSj3sQiJFU/tSm2A8apGltw== dependencies: "@aw-web-design/x-default-browser" "1.4.126" "@babel/core" "^7.24.4" "@babel/parser" "^7.24.4" "@discoveryjs/json-ext" "^0.5.3" - "@storybook/builder-manager" "8.1.1" - "@storybook/channels" "8.1.1" - "@storybook/core-common" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/builder-manager" "8.1.5" + "@storybook/channels" "8.1.5" + "@storybook/core-common" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/csf" "^0.1.7" - "@storybook/csf-tools" "8.1.1" + "@storybook/csf-tools" "8.1.5" "@storybook/docs-mdx" "3.1.0-next.0" "@storybook/global" "^5.0.0" - "@storybook/manager" "8.1.1" - "@storybook/manager-api" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/preview-api" "8.1.1" - "@storybook/telemetry" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/manager" "8.1.5" + "@storybook/manager-api" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/preview-api" "8.1.5" + "@storybook/telemetry" "8.1.5" + "@storybook/types" "8.1.5" "@types/detect-port" "^1.3.0" "@types/diff" "^5.0.9" "@types/node" "^18.0.0" @@ -3753,36 +4637,36 @@ watchpack "^2.2.0" ws "^8.2.3" -"@storybook/core-webpack@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.1.1.tgz#433dbae22d96f75f08ebb6b9ee80551b8a39d934" - integrity sha512-zIlRDiVD/hqr58AIvwxGzY8qIV3w3BnrHk6/iKHs6FTsM7B7LP+J+1FEcKyjpeVT3ngJA3ExNFh5LSn60ABmzw== +"@storybook/core-webpack@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/core-webpack/-/core-webpack-8.1.5.tgz#2dcdb0c7d9d3549aca925ccd4aebb09aea94a2c4" + integrity sha512-yXixldqg6gGT0OGWuWd52YZycgTrqiPlVHsi91SPtQJSaj3YRS2cM/Giq+gPTE0Zb9+Izq8QEnkyr8B4MfvGbQ== dependencies: - "@storybook/core-common" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/core-common" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/types" "8.1.5" "@types/node" "^18.0.0" ts-dedent "^2.0.0" -"@storybook/csf-plugin@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.1.1.tgz#dea1e64d16344d4b536f46c7337886d6bae86332" - integrity sha512-aZ2F3PY601MuW8xWf7/f928/anhZyaXYnysa8ViHooBEnJS1FBJfCsDDSM54FTDRyyOQF6AZtHeY53snd+e9ng== +"@storybook/csf-plugin@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/csf-plugin/-/csf-plugin-8.1.5.tgz#38a2a04c8010bde0eede907b1bf323e23c16f2c8" + integrity sha512-p6imdhlcm2iEeCU+3BDDR1fuw+u9sOQDlQQbTLYhBDvjy3lydp3W0erWo5aUANhQRU2uobZf4wZ52MLrENt+dQ== dependencies: - "@storybook/csf-tools" "8.1.1" + "@storybook/csf-tools" "8.1.5" unplugin "^1.3.1" -"@storybook/csf-tools@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.1.1.tgz#9a72338621b1fed5974a8b1dfab19bd3fd5c103a" - integrity sha512-BaS1bFx8Rj9Nj7gxsJrifu9lFoli7CD4DxBGEeagVOvCcBX95RI0I9JLhr81LdMl5DwPP1xBGZjCVNsC7eIR4w== +"@storybook/csf-tools@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/csf-tools/-/csf-tools-8.1.5.tgz#779a8158cf3ab40da1a68e3d1d3499cc86494ccc" + integrity sha512-jOfUo0arlaG4LlsdWaRfZCS0I1FhUnkf06ThzRBrrp8mFAPtOpf9iW16J3fYMS5vAdE/v+Z1RxuTRich4/JGdQ== dependencies: "@babel/generator" "^7.24.4" "@babel/parser" "^7.24.4" "@babel/traverse" "^7.24.1" "@babel/types" "^7.24.0" "@storybook/csf" "^0.1.7" - "@storybook/types" "8.1.1" + "@storybook/types" "8.1.5" fs-extra "^11.1.0" recast "^0.23.5" ts-dedent "^2.0.0" @@ -3806,15 +4690,15 @@ resolved "https://registry.yarnpkg.com/@storybook/docs-mdx/-/docs-mdx-3.1.0-next.0.tgz#9567c6eb621110dcf6554923a975238953d06305" integrity sha512-t4syFIeSyufieNovZbLruPt2DmRKpbwL4fERCZ1MifWDRIORCKLc4NCEHy+IqvIqd71/SJV2k4B51nF7vlJfmQ== -"@storybook/docs-tools@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.1.1.tgz#a1d5bd37a54730479b6e755bbc26fdff38493e23" - integrity sha512-BPq9e6bl4uRru0GSLHS56eg0SV5LEMJSzrMIzeSrTf9xoZdBeLM05oblo2oebEGZUE97uduhKoaUeUJtsuMIxw== +"@storybook/docs-tools@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/docs-tools/-/docs-tools-8.1.5.tgz#fd6fa4db0aa6e08cbf60bc1d41bd4d0e74139e74" + integrity sha512-zlHv8fi1Bw8RbjkGGBJoO/RbM41bwxU1kV76TPQUyqQmzqPRsHi3zt+8bdddQLNrC6rhTF+Cj3yEdPfTZrB0aA== dependencies: - "@storybook/core-common" "8.1.1" - "@storybook/core-events" "8.1.1" - "@storybook/preview-api" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/core-common" "8.1.5" + "@storybook/core-events" "8.1.5" + "@storybook/preview-api" "8.1.5" + "@storybook/types" "8.1.5" "@types/doctrine" "^0.0.3" assert "^2.1.0" doctrine "^3.0.0" @@ -3830,33 +4714,33 @@ resolved "https://registry.yarnpkg.com/@storybook/icons/-/icons-1.2.9.tgz#bb4a51a79e186b62e2dd0e04928b8617ac573838" integrity sha512-cOmylsz25SYXaJL/gvTk/dl3pyk7yBFRfeXTsHvTA3dfhoU/LWSq0NKL9nM7WBasJyn6XPSGnLS4RtKXLw5EUg== -"@storybook/instrumenter@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/instrumenter/-/instrumenter-8.1.1.tgz#c39304a243ac46e1efe780c33cae63b5f0b8427f" - integrity sha512-8OJCEt0/KXCxT0B8uIQgR3aEmlW8iW5CK1qZxZUEvMDUb7agpKdthLfiN8+M3maq59PmOhq9h43iUTRZxKFVpw== +"@storybook/instrumenter@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/instrumenter/-/instrumenter-8.1.5.tgz#7e2f4d28486b226ec483f89da206e418643315ee" + integrity sha512-pyOg0YeL06bIFw8J3y0E1xyaJEVX5dtyvFZ31xi7jcElhsO/uPTbrJzSfMFtv3kDXU3hKDpeI2pbxpkFUVSvsQ== dependencies: - "@storybook/channels" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/channels" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/global" "^5.0.0" - "@storybook/preview-api" "8.1.1" + "@storybook/preview-api" "8.1.5" "@vitest/utils" "^1.3.1" util "^0.12.4" -"@storybook/manager-api@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.1.1.tgz#cc2d9d6f9ee2057d7dc7d2118393a519f615bf49" - integrity sha512-IDPFxFFArO3l7P8vPjBxDBc6V255FJLx9W+eCOMdJJRZcovxrCkYOB0wRd+fw/IDtGt1zgPBfA6WD/JQAa1hlw== +"@storybook/manager-api@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-8.1.5.tgz#1f1a8875cbc19fad5435f670943207158dc76551" + integrity sha512-iVP7FOKDf9L7zWCb8C2XeZjWSILS3hHeNwILvd9YSX9dg9du41kJYahsAHxDCR/jp/gv0ZM/V0vuHzi+naVPkQ== dependencies: - "@storybook/channels" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/channels" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/csf" "^0.1.7" "@storybook/global" "^5.0.0" "@storybook/icons" "^1.2.5" - "@storybook/router" "8.1.1" - "@storybook/theming" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/router" "8.1.5" + "@storybook/theming" "8.1.5" + "@storybook/types" "8.1.5" dequal "^2.0.2" lodash "^4.17.21" memoizerific "^1.11.3" @@ -3864,25 +4748,25 @@ telejson "^7.2.0" ts-dedent "^2.0.0" -"@storybook/manager@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.1.1.tgz#ff32d3c6c1806e3dbe5e73f3a0a7bb3fbf67f166" - integrity sha512-b3Oa9QsCbkTpH0LCKkMYDXtFYb1QpDc45EIFIm5Ib2tlilPQkx+a7jNpJG1/SKnYBwAO7iYjxN8iW9MwMLoCig== - -"@storybook/node-logger@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.1.1.tgz#f321300cf3c00b224954603d023883522e05531c" - integrity sha512-l+B8eu3yBZfrHvCR/FVqGyObgA0KSLp+06NkWDMn0p7qu0tCTROquopKdn2gXKitZp8wGwhgJV56OvW5C12XQA== - -"@storybook/preset-react-webpack@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.1.1.tgz#2e715fd85047fbb0500e5c47a3b2a1dfe99802c8" - integrity sha512-mSVGvVgEQgVYmbq3amX1a7q1zYhwPEyVWO5nI1nnb5UwPuGRN984xO9nHWqkkb0bJsZSLiRrwYt12WU8LdItvw== - dependencies: - "@storybook/core-webpack" "8.1.1" - "@storybook/docs-tools" "8.1.1" - "@storybook/node-logger" "8.1.1" - "@storybook/react" "8.1.1" +"@storybook/manager@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/manager/-/manager-8.1.5.tgz#56cf0b93485c2d12ca71d4e3c90ca9bf519d3126" + integrity sha512-qMYwD1cXW0hJ3pMmdMlbsqktVBlsjsqwMH5PBzAN4FoWiCQ/yHeAnDXRUgFFaLcORS72h9H/cQuJ+p//RdeURg== + +"@storybook/node-logger@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-8.1.5.tgz#c0c064b3ebdc0b3c97b7f449ed96ab59c484cab6" + integrity sha512-9qwPX/uGhdHaVjeVUSwJUSbKX7g9goyhGYdKVuCEyl7vHR9Kp7Zkag2sEHmVdd9ixTea3jk2GZQEbnBDNQNGnw== + +"@storybook/preset-react-webpack@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/preset-react-webpack/-/preset-react-webpack-8.1.5.tgz#25d9f65b2ef7a5217bc7994fe43f27d456c327e8" + integrity sha512-OiizVxDT5b7dORO8IYtNjQnrke+vgRgRPw/JSfIzWoYakDCFgui86BZ4Zx/1eecztXtQOem4bOfc7GLep5VkpA== + dependencies: + "@storybook/core-webpack" "8.1.5" + "@storybook/docs-tools" "8.1.5" + "@storybook/node-logger" "8.1.5" + "@storybook/react" "8.1.5" "@storybook/react-docgen-typescript-plugin" "1.0.6--canary.9.0c3f3b7.0" "@types/node" "^18.0.0" "@types/semver" "^7.3.4" @@ -3895,17 +4779,17 @@ tsconfig-paths "^4.2.0" webpack "5" -"@storybook/preview-api@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.1.1.tgz#c7b865607c1fafc0592ffed0fd93c46f9a2e79fc" - integrity sha512-5EcByqtJgj7a7ZWICMLif8mK3cRmdIMbdSPEDf4X6aTQ8LZOg6updLrkb/Eh6qfeYv46TK/MP8BXa89wfOxWGQ== +"@storybook/preview-api@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-8.1.5.tgz#2577f95022922dd3e9a75445756d21591e58de5f" + integrity sha512-pv0aT5WbnSYR7KWQgy3jLfuBM0ocYG6GTcmZLREW5554oiBPHhzNFv+ZrBI47RzbrbFxq1h5dj4v8lkEcKIrbA== dependencies: - "@storybook/channels" "8.1.1" - "@storybook/client-logger" "8.1.1" - "@storybook/core-events" "8.1.1" + "@storybook/channels" "8.1.5" + "@storybook/client-logger" "8.1.5" + "@storybook/core-events" "8.1.5" "@storybook/csf" "^0.1.7" "@storybook/global" "^5.0.0" - "@storybook/types" "8.1.1" + "@storybook/types" "8.1.5" "@types/qs" "^6.9.5" dequal "^2.0.2" lodash "^4.17.21" @@ -3915,10 +4799,10 @@ ts-dedent "^2.0.0" util-deprecate "^1.0.2" -"@storybook/preview@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.1.1.tgz#d4a39e106a41cd0da27c8cfae6fef080aaae9758" - integrity sha512-P8iBi9v/62AhTztbCYjVxH6idNO0h9uO583GHwi3uq2Io7F1gUSgwG/HYZ7PnclOsMnmG0FJvAwrvdRc6sWSNw== +"@storybook/preview@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/preview/-/preview-8.1.5.tgz#3d1e91d3596b0e0736da80ba6f8a5ffb323f7d18" + integrity sha512-8qNzK/5fCjfWcup5w3UxJXMAUp4+iOdh+vO+vDIJWSbPXRPtuarSM/tv/12N7hz/zvCpGLGBql0BE+oyC0bmhw== "@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.0c3f3b7.0": version "1.0.6--canary.9.0c3f3b7.0" @@ -3933,33 +4817,33 @@ react-docgen-typescript "^2.2.2" tslib "^2.0.0" -"@storybook/react-dom-shim@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.1.1.tgz#e83a885d551ddd683bec6d4bc654dc5a47d882cd" - integrity sha512-X2WPGOxKZhReokqyBbYxhsCHe0qzyM2V8Vs4tQIua/HpNJ/4jqFoXmJvMnUtzwnNry4Gpuhn3nVPtD4QRZsP1w== +"@storybook/react-dom-shim@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/react-dom-shim/-/react-dom-shim-8.1.5.tgz#5f97c0b278d784c4eb736dc463425b81c7e75bb8" + integrity sha512-eyHSngIBHeFT4vVkQTN2+c/mSKCPrb8uPpWbrc3ihGBKvL/656erWNmiUVnY3zuQvCBPz2q2Vy3v2Pr+nvfOTw== -"@storybook/react-webpack5@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.1.1.tgz#9a1b461be08a7b5714378e9534c7d07fd4b6609e" - integrity sha512-tIglqUL5eaLpt3k0NRFHXozPL+Tij75IAUuoQbc+WRXGuWLfbHTODwJzL5nj3Im6zfVXJXPlpDwxcB0PKaliTA== +"@storybook/react-webpack5@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/react-webpack5/-/react-webpack5-8.1.5.tgz#2dc4fe138aa7bc476a76b24527af3d352d68796d" + integrity sha512-XWHfSco08KmwjBbxFxi1WuG5bMipPkdJEUGyJqqqcVAP6BPFeYsO0PPai9CRJHlFSdQ3MGyUdY/Wy42JmRUocg== dependencies: - "@storybook/builder-webpack5" "8.1.1" - "@storybook/preset-react-webpack" "8.1.1" - "@storybook/react" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/builder-webpack5" "8.1.5" + "@storybook/preset-react-webpack" "8.1.5" + "@storybook/react" "8.1.5" + "@storybook/types" "8.1.5" "@types/node" "^18.0.0" -"@storybook/react@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.1.1.tgz#f8474f98122a44879bb5995b44e70f24a739d743" - integrity sha512-J4DIn9Lo2quYuaU/vLfQM1N4XcXIURWxAet1/y32K5Du0debNnKTPJnwBUT9b4bucBpldEWdN9uw3JvHQyb3qA== +"@storybook/react@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/react/-/react-8.1.5.tgz#fb852039f5eb732e479912fe8bb01655d83a0a5e" + integrity sha512-Yr0Z1FQPKFnc3jI7UbNYyi5K6zoFRZlac7xzBMT4q+bUtl0g3fmYTDFisCwK8I30qE6r01EjzNvaTU75PqXkMw== dependencies: - "@storybook/client-logger" "8.1.1" - "@storybook/docs-tools" "8.1.1" + "@storybook/client-logger" "8.1.5" + "@storybook/docs-tools" "8.1.5" "@storybook/global" "^5.0.0" - "@storybook/preview-api" "8.1.1" - "@storybook/react-dom-shim" "8.1.1" - "@storybook/types" "8.1.1" + "@storybook/preview-api" "8.1.5" + "@storybook/react-dom-shim" "8.1.5" + "@storybook/types" "8.1.5" "@types/escodegen" "^0.0.6" "@types/estree" "^0.0.51" "@types/node" "^18.0.0" @@ -3976,38 +4860,38 @@ type-fest "~2.19" util-deprecate "^1.0.2" -"@storybook/router@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.1.1.tgz#4518553ff94c5e6ec2bffde8f17a3bdd6c36feae" - integrity sha512-9/9ZONtBZI7VxkFpwVYIq6d42yBLci7wkXOVJO5gugi+iVDM02eYQvrbKTTVnY0fCXXwwwVbpTyoHk25bqbRNg== +"@storybook/router@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/router/-/router-8.1.5.tgz#e1dd831136e874df833286fd76554958af6132fa" + integrity sha512-DCwvAswlbLhQu6REPV04XNRhtPvsrRqHjMHKzjlfs+qYJWY7Egkofy05qlegqjkMDve33czfnRGBm0C16IydkA== dependencies: - "@storybook/client-logger" "8.1.1" + "@storybook/client-logger" "8.1.5" memoizerific "^1.11.3" qs "^6.10.0" -"@storybook/telemetry@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.1.1.tgz#8e0864dcdf4c770a365403796434a5361f3c7204" - integrity sha512-yyrAc5t4UUb2OW6zpHM7/aI3ePiPcgMTyJqqn5X5+S9OHy0yHI7NHi7ZslTg6D5yXV6g3OTfa3Yq3pXkOBV3uw== +"@storybook/telemetry@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/telemetry/-/telemetry-8.1.5.tgz#5fa3dae7f85a5749733928acc1e7deab5e3ca1cf" + integrity sha512-QbB1Ox7oBaCvIF2TacFjPLi1XYeHxSPeZUuFXeE+tSMdvvWZzYLnXfj/oISmV6Q+X5VZfyJVMrZ2LfeW9CuFNg== dependencies: - "@storybook/client-logger" "8.1.1" - "@storybook/core-common" "8.1.1" - "@storybook/csf-tools" "8.1.1" + "@storybook/client-logger" "8.1.5" + "@storybook/core-common" "8.1.5" + "@storybook/csf-tools" "8.1.5" chalk "^4.1.0" detect-package-manager "^2.0.1" fetch-retry "^5.0.2" fs-extra "^11.1.0" read-pkg-up "^7.0.1" -"@storybook/test@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/test/-/test-8.1.1.tgz#25f7203e71237fee1f34d64bf847b8d4bf1eab29" - integrity sha512-JIFgfTINM8TJvfyy/aH1WfIgkGVZIesntDYTcY40ukE6ZPaM98YFrSD5E4D3b0vPFEIU0QJ2xVbOGIAVX/6hBw== +"@storybook/test@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/test/-/test-8.1.5.tgz#264b9c9e14fb4b97eeea20156689020795c56e67" + integrity sha512-BuxzWWS7BIJrOTuwH5WTj3nGQ+xNCvinJBQsV+MRAdH+kltgPYbntd/NBceuHmYeUrX0t8id5VUapNaG4SHw1A== dependencies: - "@storybook/client-logger" "8.1.1" - "@storybook/core-events" "8.1.1" - "@storybook/instrumenter" "8.1.1" - "@storybook/preview-api" "8.1.1" + "@storybook/client-logger" "8.1.5" + "@storybook/core-events" "8.1.5" + "@storybook/instrumenter" "8.1.5" + "@storybook/preview-api" "8.1.5" "@testing-library/dom" "^9.3.4" "@testing-library/jest-dom" "^6.4.2" "@testing-library/user-event" "^14.5.2" @@ -4015,33 +4899,25 @@ "@vitest/spy" "^1.3.1" util "^0.12.4" -"@storybook/theming@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.1.1.tgz#7deda73d70927c6af148ae4e8c9d8088108afeff" - integrity sha512-opjTCpvNDlDyTWnU58YLoFFhNrY88mxWRkHEE0Qt0hhRnS8EkU/+aam/1gTr204peDWZ+Ap3BBHFq28nQ5kfDQ== +"@storybook/theming@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-8.1.5.tgz#8eb0718907ec443cfca1b73491f5e99df65930af" + integrity sha512-E4z1t49fMbVvd/t2MSL0Ecp5zbqsU/QfWBX/eorJ+m+Xc9skkwwG5qf/FnP9x4RZ9KaX8U8+862t0eafVvf4Tw== dependencies: "@emotion/use-insertion-effect-with-fallbacks" "^1.0.1" - "@storybook/client-logger" "8.1.1" + "@storybook/client-logger" "8.1.5" "@storybook/global" "^5.0.0" memoizerific "^1.11.3" -"@storybook/types@8.1.1": - version "8.1.1" - resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.1.1.tgz#919ebaf224e2eab06a8211b9b4cde1f7e59251d1" - integrity sha512-QSQ63aKr2IXrGjX2/Fg1oiGWk+2Nuf+TplaHRC2NKBMgvyn+M0BHUgMTDHQVrFaH4bpl2PkE0r0tzOKP4JI43A== +"@storybook/types@8.1.5": + version "8.1.5" + resolved "https://registry.yarnpkg.com/@storybook/types/-/types-8.1.5.tgz#627cac55e8034deed4b763327ff938c84c541a05" + integrity sha512-/PfAZh1xtXN2MvAZZKpiL/nPkC3bZj8BQ7P7z5a/aQarP+y7qdXuoitYQ6oOH3rkaiYywmkWzA/y4iW70KXLKg== dependencies: - "@storybook/channels" "8.1.1" + "@storybook/channels" "8.1.5" "@types/express" "^4.7.0" file-system-cache "2.3.0" -"@swc/helpers@^0.4.14": - version "0.4.36" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.36.tgz#fcfff76ed52c214f357e8e9d3f37b568908072d9" - integrity sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q== - dependencies: - legacy-swc-helpers "npm:@swc/helpers@=0.4.14" - tslib "^2.4.0" - "@swc/helpers@^0.5.0": version "0.5.8" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.8.tgz#65d56b1961487fd99795ffd8c68edb7a591571fb" @@ -4049,51 +4925,51 @@ dependencies: tslib "^2.4.0" -"@tanstack/query-core@5.36.1": - version "5.36.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.36.1.tgz#ae46f935c4752812a56c6815305061a3da82e7b8" - integrity sha512-BteWYEPUcucEu3NBcDAgKuI4U25R9aPrHSP6YSf2NvaD2pSlIQTdqOfLRsxH9WdRYg7k0Uom35Uacb6nvbIMJg== +"@tanstack/query-core@5.40.0": + version "5.40.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.40.0.tgz#c74ae8303752ed4b5a0ab848ec71a0e6e8179f83" + integrity sha512-eD8K8jsOIq0Z5u/QbvOmfvKKE/XC39jA7yv4hgpl/1SRiU+J8QCIwgM/mEHuunQsL87dcvnHqSVLmf9pD4CiaA== -"@tanstack/query-persist-client-core@5.37.1": - version "5.37.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.37.1.tgz#2bfe53c9930af84f0473175eb1e6efbd85e3cb36" - integrity sha512-mQedWzOvJ/hmh4CyQIgBCM3gUdCUAGg8kUzexW75j/IJdAbIgvd84KnbNGHMs+amUng8zalARR2c5+oE2pN27A== +"@tanstack/query-persist-client-core@5.40.0": + version "5.40.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-5.40.0.tgz#33a33e66b7cacacbe26a68f5ace8fab5f453df64" + integrity sha512-dGyxR5uEYBDDU4ARCbm7PehBbMLTqgCG/O6Q4P8mwnu7JIqn2CgCu3iSSWzCrudEq2fhiRLgZ5/3Kx7ymto6PA== dependencies: - "@tanstack/query-core" "5.36.1" + "@tanstack/query-core" "5.40.0" -"@tanstack/query-sync-storage-persister@5.37.1": - version "5.37.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.37.1.tgz#b7283942478a5430ac8aa71dd6f0e42b15755d77" - integrity sha512-xAJAH2o3wHox4HRJL8CFRrznjb55hWj6HuS+avnDRLnzwdajnzIAKzqqJOZ4vkSgsMHSKFL//W+6WxMz6UDNJw== +"@tanstack/query-sync-storage-persister@5.40.0": + version "5.40.0" + resolved "https://registry.yarnpkg.com/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.40.0.tgz#c767c03ff1e0f523aa35a76a00331a88c60f4f64" + integrity sha512-My7nvaCj+WNX6NLKX6eWCHCSWHZrg5LHJrvFa3f1RT0IYAZHkW/ZRC2vhrmCfGnCDhoaPYnDZMaOLPEse8u+5A== dependencies: - "@tanstack/query-core" "5.36.1" - "@tanstack/query-persist-client-core" "5.37.1" + "@tanstack/query-core" "5.40.0" + "@tanstack/query-persist-client-core" "5.40.0" -"@tanstack/react-query-persist-client@5.37.1": - version "5.37.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-5.37.1.tgz#1feeae97d3e6b5f30e8f1f7463473d1394ebcc8d" - integrity sha512-ZvOH+rzQTU+b10N/8iNkoE44CMMUBwSUbUtTPT54Vo7KiZp8WZjqOOtGba702g3qrYQvKC4j/VaNnO3vUVjNhQ== +"@tanstack/react-query-persist-client@5.40.0": + version "5.40.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-5.40.0.tgz#a30220f18e4a985d6fc69f14b691e6b5ba75bd55" + integrity sha512-uVwzszZ9fBbva1vOpSA1AQDVzIyVmXqcHsHMOLFzgA2ym9tahOi2Ze0X9O1eeyiRftzrXT+ggIloyuXgAPfdOQ== dependencies: - "@tanstack/query-persist-client-core" "5.37.1" + "@tanstack/query-persist-client-core" "5.40.0" -"@tanstack/react-query@5.37.1": - version "5.37.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.37.1.tgz#82d79cdf54923b1f0638c080e8f0439a6a8a2ddc" - integrity sha512-EhtBNA8GL3XFeSx6VYUjXQ96n44xe3JGKZCzBINrCYlxbZP6UwBafv7ti4eSRWc2Fy+fybQre0w17gR6lMzULA== +"@tanstack/react-query@5.40.0": + version "5.40.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.40.0.tgz#654afa2d9ab328c22be7e1f025ec9b6267c6baa9" + integrity sha512-iv/W0Axc4aXhFzkrByToE1JQqayxTPNotCoSCnarR/A1vDIHaoKpg7FTIfP3Ev2mbKn1yrxq0ZKYUdLEJxs6Tg== dependencies: - "@tanstack/query-core" "5.36.1" + "@tanstack/query-core" "5.40.0" -"@tanstack/react-table@8.16.0": - version "8.16.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.16.0.tgz#92151210ff99d6925353d7a2205735d9c31af48c" - integrity sha512-rKRjnt8ostqN2fercRVOIH/dq7MAmOENCMvVlKx6P9Iokhh6woBGnIZEkqsY/vEJf1jN3TqLOb34xQGLVRuhAg== +"@tanstack/react-table@8.17.3": + version "8.17.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-table/-/react-table-8.17.3.tgz#4e10b4cf5355a40d6d72a83d3f4b3ecd32f56bf4" + integrity sha512-5gwg5SvPD3lNAXPuJJz1fOCEZYk9/GeBFH3w/hCgnfyszOIzwkwgp5I7Q4MJtn0WECp84b5STQUDdmvGi8m3nA== dependencies: - "@tanstack/table-core" "8.16.0" + "@tanstack/table-core" "8.17.3" -"@tanstack/table-core@8.16.0": - version "8.16.0" - resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.16.0.tgz#7b58018dd3cec8e0015fe22d6bb24d18d33c891f" - integrity sha512-dCG8vQGk4js5v88/k83tTedWOwjGnIyONrKpHpfmSJB8jwFHl8GSu1sBBxbtACVAPtAQgwNxl0rw1d3RqRM1Tg== +"@tanstack/table-core@8.17.3": + version "8.17.3" + resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.17.3.tgz#d7a9830abb29cd369b52b2a7159dc0360af646fd" + integrity sha512-mPBodDGVL+fl6d90wUREepHa/7lhsghg2A3vFpakEhrhtbIlgNAZiMr7ccTgak5qbHqF14Fwy+W1yFWQt+WmYQ== "@testing-library/dom@10.1.0": version "10.1.0" @@ -4592,7 +5468,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@16 || 17 || 18", "@types/react@18.3.2", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0": +"@types/react@*", "@types/react@16 || 17 || 18", "@types/react@18.3.2", "@types/react@18.3.3", "@types/react@^16.8.0 || ^17.0.0 || ^18.0.0": version "18.3.2" resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.2.tgz#462ae4904973bc212fa910424d901e3d137dbfcd" integrity sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w== @@ -4676,30 +5552,30 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50" - integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw== +"@typescript-eslint/eslint-plugin@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd" + integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ== dependencies: "@eslint-community/regexpp" "^4.10.0" - "@typescript-eslint/scope-manager" "7.10.0" - "@typescript-eslint/type-utils" "7.10.0" - "@typescript-eslint/utils" "7.10.0" - "@typescript-eslint/visitor-keys" "7.10.0" + "@typescript-eslint/scope-manager" "7.11.0" + "@typescript-eslint/type-utils" "7.11.0" + "@typescript-eslint/utils" "7.11.0" + "@typescript-eslint/visitor-keys" "7.11.0" graphemer "^1.4.0" ignore "^5.3.1" natural-compare "^1.4.0" ts-api-utils "^1.3.0" -"@typescript-eslint/parser@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb" - integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w== +"@typescript-eslint/parser@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839" + integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg== dependencies: - "@typescript-eslint/scope-manager" "7.10.0" - "@typescript-eslint/types" "7.10.0" - "@typescript-eslint/typescript-estree" "7.10.0" - "@typescript-eslint/visitor-keys" "7.10.0" + "@typescript-eslint/scope-manager" "7.11.0" + "@typescript-eslint/types" "7.11.0" + "@typescript-eslint/typescript-estree" "7.11.0" + "@typescript-eslint/visitor-keys" "7.11.0" debug "^4.3.4" "@typescript-eslint/scope-manager@5.62.0": @@ -4718,21 +5594,21 @@ "@typescript-eslint/types" "6.21.0" "@typescript-eslint/visitor-keys" "6.21.0" -"@typescript-eslint/scope-manager@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b" - integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg== +"@typescript-eslint/scope-manager@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d" + integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw== dependencies: - "@typescript-eslint/types" "7.10.0" - "@typescript-eslint/visitor-keys" "7.10.0" + "@typescript-eslint/types" "7.11.0" + "@typescript-eslint/visitor-keys" "7.11.0" -"@typescript-eslint/type-utils@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270" - integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g== +"@typescript-eslint/type-utils@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099" + integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg== dependencies: - "@typescript-eslint/typescript-estree" "7.10.0" - "@typescript-eslint/utils" "7.10.0" + "@typescript-eslint/typescript-estree" "7.11.0" + "@typescript-eslint/utils" "7.11.0" debug "^4.3.4" ts-api-utils "^1.3.0" @@ -4746,10 +5622,10 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== -"@typescript-eslint/types@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b" - integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg== +"@typescript-eslint/types@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722" + integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w== "@typescript-eslint/typescript-estree@5.62.0": version "5.62.0" @@ -4778,13 +5654,13 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/typescript-estree@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb" - integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g== +"@typescript-eslint/typescript-estree@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa" + integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ== dependencies: - "@typescript-eslint/types" "7.10.0" - "@typescript-eslint/visitor-keys" "7.10.0" + "@typescript-eslint/types" "7.11.0" + "@typescript-eslint/visitor-keys" "7.11.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" @@ -4792,15 +5668,15 @@ semver "^7.6.0" ts-api-utils "^1.3.0" -"@typescript-eslint/utils@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3" - integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg== +"@typescript-eslint/utils@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c" + integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@typescript-eslint/scope-manager" "7.10.0" - "@typescript-eslint/types" "7.10.0" - "@typescript-eslint/typescript-estree" "7.10.0" + "@typescript-eslint/scope-manager" "7.11.0" + "@typescript-eslint/types" "7.11.0" + "@typescript-eslint/typescript-estree" "7.11.0" "@typescript-eslint/utils@^5.62.0": version "5.62.0" @@ -4845,12 +5721,12 @@ "@typescript-eslint/types" "6.21.0" eslint-visitor-keys "^3.4.1" -"@typescript-eslint/visitor-keys@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78" - integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg== +"@typescript-eslint/visitor-keys@7.11.0": + version "7.11.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597" + integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ== dependencies: - "@typescript-eslint/types" "7.10.0" + "@typescript-eslint/types" "7.11.0" eslint-visitor-keys "^3.4.3" "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0": @@ -5148,14 +6024,6 @@ agent-base@6: dependencies: debug "4" -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - ajv-formats@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" @@ -5305,7 +6173,7 @@ array-flatten@1.1.1: resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== -array-includes@^3.1.6, array-includes@^3.1.7: +array-includes@^3.1.6, array-includes@^3.1.7, array-includes@^3.1.8: version "3.1.8" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== @@ -5333,7 +6201,7 @@ array.prototype.find@^2.2.2: es-object-atoms "^1.0.0" es-shim-unscopables "^1.0.2" -array.prototype.findlast@^1.2.4: +array.prototype.findlast@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ== @@ -5881,10 +6749,10 @@ chownr@^2.0.0: resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== -chromatic@11.3.0: - version "11.3.0" - resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.3.0.tgz#d46b7aac1a0eaed29a765645eaf93c484220174c" - integrity sha512-q1ZtJDJrjLGnz60ivpC16gmd7KFzcaA4eTb7gcytCqbaKqlHhCFr1xQmcUDsm14CK7JsqdkFU6S+JQdOd2ZNJg== +chromatic@11.4.0: + version "11.4.0" + resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-11.4.0.tgz#411a51e82599472b2131a08895faf000e0f9a0fa" + integrity sha512-/O6OwEUckqKTBGbm9KvYsR/eKCXy4s2eelO38yyfimBIJiL8+TS/pVnBqdtzUqO2hVK4GjrFiea9CnZUG9Akzw== chrome-trace-event@^1.0.2: version "1.0.3" @@ -5920,11 +6788,6 @@ clean-css@^5.2.2: dependencies: source-map "~0.6.0" -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - cli-cursor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" @@ -6090,7 +6953,7 @@ compression@^1.7.4: safe-buffer "5.1.2" vary "~1.1.2" -compute-scroll-into-view@^3.0.3, compute-scroll-into-view@^3.1.0: +compute-scroll-into-view@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz#753f11d972596558d8fe7c6bcbc8497690ab4c87" integrity sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg== @@ -6207,10 +7070,12 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: shebang-command "^2.0.0" which "^2.0.1" -crypto-random-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" - integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== +crypto-random-string@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-4.0.0.tgz#5a3cc53d7dd86183df5da0312816ceeeb5bb1fc2" + integrity sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA== + dependencies: + type-fest "^1.0.1" css-loader@^6.7.1: version "6.11.0" @@ -6449,20 +7314,6 @@ defu@^6.1.4: resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479" integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== -del@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/del/-/del-6.1.1.tgz#3b70314f1ec0aa325c6b14eb36b95786671edb7a" - integrity sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg== - dependencies: - globby "^11.0.1" - graceful-fs "^4.2.4" - is-glob "^4.0.1" - is-path-cwd "^2.2.0" - is-path-inside "^3.0.2" - p-map "^4.0.0" - rimraf "^3.0.2" - slash "^3.0.0" - delayed-stream@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" @@ -6631,17 +7482,6 @@ dotenv@^16.0.0: resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.5.tgz#cdd3b3b604cb327e286b4762e13502f717cb099f" integrity sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== -downshift@9.0.4: - version "9.0.4" - resolved "https://registry.yarnpkg.com/downshift/-/downshift-9.0.4.tgz#f78559ac4dda8c7a4459951d89b72175d1f6a756" - integrity sha512-6XV/p6+4177d8e8dJ6PoLNSDG1bv52FL18yilKD06oZCb6dFG6f6dXcn3h0B1ggcrOkN3hIvL11Qt15Y5McbXw== - dependencies: - "@babel/runtime" "^7.22.15" - compute-scroll-into-view "^3.0.3" - prop-types "^15.8.1" - react-is "^18.2.0" - tslib "^2.6.2" - downshift@9.0.6: version "9.0.6" resolved "https://registry.yarnpkg.com/downshift/-/downshift-9.0.6.tgz#a842e59741ac5e789e80be852609a2738b85e85f" @@ -6770,7 +7610,7 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2: +es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3: version "1.23.3" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0" integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== @@ -6849,7 +7689,7 @@ es-get-iterator@^1.1.3: isarray "^2.0.5" stop-iteration-iterator "^1.0.0" -es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17: +es-iterator-helpers@^1.0.15: version "1.0.18" resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.18.tgz#4d3424f46b24df38d064af6fbbc89274e29ea69d" integrity sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA== @@ -6869,6 +7709,26 @@ es-iterator-helpers@^1.0.15, es-iterator-helpers@^1.0.17: iterator.prototype "^1.1.2" safe-array-concat "^1.1.2" +es-iterator-helpers@^1.0.19: + version "1.0.19" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8" + integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-set-tostringtag "^2.0.3" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + globalthis "^1.0.3" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" + has-symbols "^1.0.3" + internal-slot "^1.0.7" + iterator.prototype "^1.1.2" + safe-array-concat "^1.1.2" + es-module-lexer@^1.2.1: version "1.4.1" resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.1.tgz#41ea21b43908fe6a287ffcbe4300f790555331f5" @@ -7145,29 +8005,29 @@ eslint-plugin-react-hooks@4.6.2: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== -eslint-plugin-react@7.34.1: - version "7.34.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz#6806b70c97796f5bbfb235a5d3379ece5f4da997" - integrity sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw== +eslint-plugin-react@7.34.2: + version "7.34.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.34.2.tgz#2780a1a35a51aca379d86d29b9a72adc6bfe6b66" + integrity sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw== dependencies: - array-includes "^3.1.7" - array.prototype.findlast "^1.2.4" + array-includes "^3.1.8" + array.prototype.findlast "^1.2.5" array.prototype.flatmap "^1.3.2" array.prototype.toreversed "^1.1.2" array.prototype.tosorted "^1.1.3" doctrine "^2.1.0" - es-iterator-helpers "^1.0.17" + es-iterator-helpers "^1.0.19" estraverse "^5.3.0" jsx-ast-utils "^2.4.1 || ^3.0.0" minimatch "^3.1.2" - object.entries "^1.1.7" - object.fromentries "^2.0.7" - object.hasown "^1.1.3" - object.values "^1.1.7" + object.entries "^1.1.8" + object.fromentries "^2.0.8" + object.hasown "^1.1.4" + object.values "^1.2.0" prop-types "^15.8.1" resolve "^2.0.0-next.5" semver "^6.3.1" - string.prototype.matchall "^4.0.10" + string.prototype.matchall "^4.0.11" eslint-plugin-storybook@0.8.0: version "0.8.0" @@ -7854,16 +8714,16 @@ glob-to-regexp@^0.4.0, glob-to-regexp@^0.4.1: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== -glob@10.3.15: - version "10.3.15" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d" - integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw== +glob@10.4.1: + version "10.4.1" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2" + integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw== dependencies: foreground-child "^3.1.0" - jackspeak "^2.3.6" - minimatch "^9.0.1" - minipass "^7.0.4" - path-scurry "^1.11.0" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + path-scurry "^1.11.1" glob@^10.0.0: version "10.3.12" @@ -7915,7 +8775,7 @@ globalthis@^1.0.3: dependencies: define-properties "^1.1.3" -globby@^11.0.1, globby@^11.1.0: +globby@^11.1.0: version "11.1.0" resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== @@ -8230,10 +9090,10 @@ ieee754@^1.1.13: resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== -iframe-resizer@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/iframe-resizer/-/iframe-resizer-4.4.0.tgz#05a242167fc2db5e986368e7bb99ba66ea1de629" - integrity sha512-NiEEfDgcFd7T5FVp64CKbp/w0FYOGhCe5wIDT045h8kcrywF2bhesaHU0y5pfrDMeUrPjmX15ovSwpHUwq4ryg== +iframe-resizer@4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/iframe-resizer/-/iframe-resizer-4.4.2.tgz#4d319d42c5e16439f5c3ad530dc64ac51e99bcfd" + integrity sha512-2SupFCq9V9osWac4q+PodF0E9QdWY5A9VdCpKrrE7HlDrcIsaTp7D6k14mkGXWoWMS9jCavYusik25wTc0YB2Q== ignore-by-default@^1.0.1: version "1.0.1" @@ -8535,12 +9395,7 @@ is-number@^7.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -is-path-cwd@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb" - integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ== - -is-path-inside@^3.0.2, is-path-inside@^3.0.3: +is-path-inside@^3.0.3: version "3.0.3" resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== @@ -8743,6 +9598,15 @@ jackspeak@^2.3.6: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" +jackspeak@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.1.2.tgz#eada67ea949c6b71de50f1b09c92a961897b90ab" + integrity sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + jake@^10.8.5: version "10.8.7" resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.7.tgz#63a32821177940c33f356e0ba44ff9d34e1c7d8f" @@ -9324,13 +10188,6 @@ lazy-universal-dotenv@^4.0.0: dotenv "^16.0.0" dotenv-expand "^10.0.0" -"legacy-swc-helpers@npm:@swc/helpers@=0.4.14": - version "0.4.14" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74" - integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw== - dependencies: - tslib "^2.4.0" - leven@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" @@ -9677,6 +10534,11 @@ minipass@^5.0.0: resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== +minipass@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" + integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== + minizlib@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" @@ -9710,10 +10572,10 @@ ms@2.1.3, ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/msw/-/msw-2.3.0.tgz#7d48ab8472a435878f4ee94dfa0efcd2b3c2264b" - integrity sha512-cDr1q/QTMzaWhY8n9lpGhceY209k29UZtdTgJ3P8Bzne3TSMchX2EM/ldvn4ATLOktpCefCU2gcEgzHc31GTPw== +msw@2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/msw/-/msw-2.3.1.tgz#bfc73e256ffc2c74ec4381b604abb258df35f32b" + integrity sha512-ocgvBCLn/5l3jpl1lssIb3cniuACJLoOfZu01e3n5dbJrpA5PeeWn28jCLgQDNt6d7QT8tF2fYRzm9JoEHtiig== dependencies: "@bundled-es-modules/cookie" "^2.0.0" "@bundled-es-modules/statuses" "^1.0.1" @@ -9816,6 +10678,22 @@ nodemon@3.1.0: touch "^3.1.0" undefsafe "^2.0.5" +nodemon@3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-3.1.2.tgz#e4041ef00b930c5bdc1ab68d897a88eb7b17c8c2" + integrity sha512-/Ib/kloefDy+N0iRTxIUzyGcdW9lzlnca2Jsa5w73bs3npXjg+WInmiX6VY13mIb6SykkthYX/U5t0ukryGqBw== + dependencies: + chokidar "^3.5.2" + debug "^4" + ignore-by-default "^1.0.1" + minimatch "^3.1.2" + pstree.remy "^1.1.8" + semver "^7.5.3" + simple-update-notifier "^2.0.0" + supports-color "^5.5.0" + touch "^3.1.0" + undefsafe "^2.0.5" + nopt@~1.0.10: version "1.0.10" resolved "https://registry.yarnpkg.com/nopt/-/nopt-1.0.10.tgz#6ddd21bd2a31417b92727dd585f8a6f37608ebee" @@ -9913,7 +10791,7 @@ object.assign@^4.1.2, object.assign@^4.1.4, object.assign@^4.1.5: has-symbols "^1.0.3" object-keys "^1.1.1" -object.entries@^1.1.5, object.entries@^1.1.7: +object.entries@^1.1.5, object.entries@^1.1.7, object.entries@^1.1.8: version "1.1.8" resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41" integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ== @@ -9922,7 +10800,7 @@ object.entries@^1.1.5, object.entries@^1.1.7: define-properties "^1.2.1" es-object-atoms "^1.0.0" -object.fromentries@^2.0.7: +object.fromentries@^2.0.7, object.fromentries@^2.0.8: version "2.0.8" resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== @@ -9941,7 +10819,7 @@ object.groupby@^1.0.1: define-properties "^1.2.1" es-abstract "^1.23.2" -object.hasown@^1.1.3: +object.hasown@^1.1.4: version "1.1.4" resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.4.tgz#e270ae377e4c120cdcb7656ce66884a6218283dc" integrity sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg== @@ -9950,7 +10828,7 @@ object.hasown@^1.1.3: es-abstract "^1.23.2" es-object-atoms "^1.0.0" -object.values@^1.1.6, object.values@^1.1.7: +object.values@^1.1.6, object.values@^1.1.7, object.values@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== @@ -10092,13 +10970,6 @@ p-locate@^6.0.0: dependencies: p-limit "^4.0.0" -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - p-try@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" @@ -10202,7 +11073,7 @@ path-scurry@^1.10.2: lru-cache "^10.2.0" minipass "^5.0.0 || ^6.0.2 || ^7.0.0" -path-scurry@^1.11.0: +path-scurry@^1.11.1: version "1.11.1" resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== @@ -10381,6 +11252,11 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" +prettier@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" + integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== + pretty-error@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-4.0.0.tgz#90a703f46dd7234adb46d0f84823e9d1cb8f10d6" @@ -10572,73 +11448,77 @@ raw-body@2.5.2: iconv-lite "0.4.24" unpipe "1.0.0" -react-aria-components@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/react-aria-components/-/react-aria-components-1.1.1.tgz#85e47d9321af878f9e7a183c943d7c222ab0c370" - integrity sha512-XdgqSbrlh9V1vJEvTwrnr+YGndQWYcVEAbN+Rx104o9g88cAAabclgetU2OUJ9Gbht6+gwnvnA0ksgXzVZog2Q== - dependencies: - "@internationalized/date" "^3.5.2" - "@internationalized/string" "^3.2.1" - "@react-aria/focus" "^3.16.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/menu" "^3.13.1" - "@react-aria/toolbar" "3.0.0-beta.3" - "@react-aria/utils" "^3.23.2" - "@react-stately/menu" "^3.6.1" - "@react-stately/table" "^3.11.6" - "@react-stately/utils" "^3.9.1" - "@react-types/form" "^3.7.2" - "@react-types/grid" "^3.2.4" - "@react-types/shared" "^3.22.1" - "@react-types/table" "^3.9.3" +react-aria-components@1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/react-aria-components/-/react-aria-components-1.2.1.tgz#7bed3be5b495fcc8def5d3c082804764db80851b" + integrity sha512-iGIdDjbTyLLn0/tGUyBQxxu+E1bw4/H4AU89d0cRcu8yIdw6MXG29YElmRHn0ugiyrERrk/YQALihstnns5kRQ== + dependencies: + "@internationalized/date" "^3.5.4" + "@internationalized/string" "^3.2.3" + "@react-aria/color" "3.0.0-beta.33" + "@react-aria/focus" "^3.17.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/menu" "^3.14.1" + "@react-aria/toolbar" "3.0.0-beta.5" + "@react-aria/tree" "3.0.0-alpha.1" + "@react-aria/utils" "^3.24.1" + "@react-stately/color" "^3.6.1" + "@react-stately/menu" "^3.7.1" + "@react-stately/table" "^3.11.8" + "@react-stately/utils" "^3.10.1" + "@react-types/color" "3.0.0-beta.25" + "@react-types/form" "^3.7.4" + "@react-types/grid" "^3.2.6" + "@react-types/shared" "^3.23.1" + "@react-types/table" "^3.9.5" "@swc/helpers" "^0.5.0" client-only "^0.0.1" - react-aria "^3.32.1" - react-stately "^3.30.1" + react-aria "^3.33.1" + react-stately "^3.31.1" use-sync-external-store "^1.2.0" -react-aria@3.32.1, react-aria@^3.32.1: - version "3.32.1" - resolved "https://registry.yarnpkg.com/react-aria/-/react-aria-3.32.1.tgz#e490259969b8cfbcc0fdb9cd3e041b1769b285d4" - integrity sha512-7KCJg4K5vlRqiXdGjgCT05Du8RhGBYC+2ok4GOh/Znmg8aMwOk7t0YwxaT5i1z30+fmDcJS/pk/ipUPUg28CXg== - dependencies: - "@internationalized/string" "^3.2.1" - "@react-aria/breadcrumbs" "^3.5.11" - "@react-aria/button" "^3.9.3" - "@react-aria/calendar" "^3.5.6" - "@react-aria/checkbox" "^3.14.1" - "@react-aria/combobox" "^3.8.4" - "@react-aria/datepicker" "^3.9.3" - "@react-aria/dialog" "^3.5.12" - "@react-aria/dnd" "^3.5.3" - "@react-aria/focus" "^3.16.2" - "@react-aria/gridlist" "^3.7.5" - "@react-aria/i18n" "^3.10.2" - "@react-aria/interactions" "^3.21.1" - "@react-aria/label" "^3.7.6" - "@react-aria/link" "^3.6.5" - "@react-aria/listbox" "^3.11.5" - "@react-aria/menu" "^3.13.1" - "@react-aria/meter" "^3.4.11" - "@react-aria/numberfield" "^3.11.1" - "@react-aria/overlays" "^3.21.1" - "@react-aria/progress" "^3.4.11" - "@react-aria/radio" "^3.10.2" - "@react-aria/searchfield" "^3.7.3" - "@react-aria/select" "^3.14.3" - "@react-aria/selection" "^3.17.5" - "@react-aria/separator" "^3.3.11" - "@react-aria/slider" "^3.7.6" - "@react-aria/ssr" "^3.9.2" - "@react-aria/switch" "^3.6.2" - "@react-aria/table" "^3.13.5" - "@react-aria/tabs" "^3.8.5" - "@react-aria/tag" "^3.3.3" - "@react-aria/textfield" "^3.14.3" - "@react-aria/tooltip" "^3.7.2" - "@react-aria/utils" "^3.23.2" - "@react-aria/visually-hidden" "^3.8.10" - "@react-types/shared" "^3.22.1" +react-aria@3.33.1, react-aria@^3.33.1: + version "3.33.1" + resolved "https://registry.yarnpkg.com/react-aria/-/react-aria-3.33.1.tgz#91b80b756187999c6c9f6f3d10c6e5e4eac576c5" + integrity sha512-hFC3K/UA+90Krlx2IgRTgzFbC6FSPi4pUwHT+STperPLK+cTEHkI+3Lu0YYwQSBatkgxnIv9+GtFuVbps2kROw== + dependencies: + "@internationalized/string" "^3.2.3" + "@react-aria/breadcrumbs" "^3.5.13" + "@react-aria/button" "^3.9.5" + "@react-aria/calendar" "^3.5.8" + "@react-aria/checkbox" "^3.14.3" + "@react-aria/combobox" "^3.9.1" + "@react-aria/datepicker" "^3.10.1" + "@react-aria/dialog" "^3.5.14" + "@react-aria/dnd" "^3.6.1" + "@react-aria/focus" "^3.17.1" + "@react-aria/gridlist" "^3.8.1" + "@react-aria/i18n" "^3.11.1" + "@react-aria/interactions" "^3.21.3" + "@react-aria/label" "^3.7.8" + "@react-aria/link" "^3.7.1" + "@react-aria/listbox" "^3.12.1" + "@react-aria/menu" "^3.14.1" + "@react-aria/meter" "^3.4.13" + "@react-aria/numberfield" "^3.11.3" + "@react-aria/overlays" "^3.22.1" + "@react-aria/progress" "^3.4.13" + "@react-aria/radio" "^3.10.4" + "@react-aria/searchfield" "^3.7.5" + "@react-aria/select" "^3.14.5" + "@react-aria/selection" "^3.18.1" + "@react-aria/separator" "^3.3.13" + "@react-aria/slider" "^3.7.8" + "@react-aria/ssr" "^3.9.4" + "@react-aria/switch" "^3.6.4" + "@react-aria/table" "^3.14.1" + "@react-aria/tabs" "^3.9.1" + "@react-aria/tag" "^3.4.1" + "@react-aria/textfield" "^3.14.5" + "@react-aria/tooltip" "^3.7.4" + "@react-aria/utils" "^3.24.1" + "@react-aria/visually-hidden" "^3.8.12" + "@react-types/shared" "^3.23.1" react-autosuggest@10.1.0: version "10.1.0" @@ -10728,7 +11608,7 @@ react-is@18.1.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67" integrity sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg== -react-is@18.2.0, react-is@^18.0.0, react-is@^18.2.0: +react-is@18.2.0, react-is@^18.0.0: version "18.2.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== @@ -10792,34 +11672,34 @@ react-router@6.23.1: dependencies: "@remix-run/router" "1.16.1" -react-stately@3.30.1, react-stately@^3.30.1: - version "3.30.1" - resolved "https://registry.yarnpkg.com/react-stately/-/react-stately-3.30.1.tgz#7d87649c69f1bcf42c68a732f121ff23393f5abb" - integrity sha512-IEhKHMT7wijtczA5vtw/kdq9CZuOIF+ReoSimydTFiABRQxWO9ESAl/fToXOUM9qmCdhdqjGJgMAhqTnmheh8g== - dependencies: - "@react-stately/calendar" "^3.4.4" - "@react-stately/checkbox" "^3.6.3" - "@react-stately/collections" "^3.10.5" - "@react-stately/combobox" "^3.8.2" - "@react-stately/data" "^3.11.2" - "@react-stately/datepicker" "^3.9.2" - "@react-stately/dnd" "^3.2.8" - "@react-stately/form" "^3.0.1" - "@react-stately/list" "^3.10.3" - "@react-stately/menu" "^3.6.1" - "@react-stately/numberfield" "^3.9.1" - "@react-stately/overlays" "^3.6.5" - "@react-stately/radio" "^3.10.2" - "@react-stately/searchfield" "^3.5.1" - "@react-stately/select" "^3.6.2" - "@react-stately/selection" "^3.14.3" - "@react-stately/slider" "^3.5.2" - "@react-stately/table" "^3.11.6" - "@react-stately/tabs" "^3.6.4" - "@react-stately/toggle" "^3.7.2" - "@react-stately/tooltip" "^3.4.7" - "@react-stately/tree" "^3.7.6" - "@react-types/shared" "^3.22.1" +react-stately@3.31.1, react-stately@^3.31.1: + version "3.31.1" + resolved "https://registry.yarnpkg.com/react-stately/-/react-stately-3.31.1.tgz#8cc160adfe6e15034be0a68cd5ab8281b53dcfb9" + integrity sha512-wuq673NHkYSdoceGryjtMJJvB9iQgyDkQDsnTN0t2v91pXjGDsN/EcOvnUrxXSBtY9eLdIw74R54z9GX5cJNEg== + dependencies: + "@react-stately/calendar" "^3.5.1" + "@react-stately/checkbox" "^3.6.5" + "@react-stately/collections" "^3.10.7" + "@react-stately/combobox" "^3.8.4" + "@react-stately/data" "^3.11.4" + "@react-stately/datepicker" "^3.9.4" + "@react-stately/dnd" "^3.3.1" + "@react-stately/form" "^3.0.3" + "@react-stately/list" "^3.10.5" + "@react-stately/menu" "^3.7.1" + "@react-stately/numberfield" "^3.9.3" + "@react-stately/overlays" "^3.6.7" + "@react-stately/radio" "^3.10.4" + "@react-stately/searchfield" "^3.5.3" + "@react-stately/select" "^3.6.4" + "@react-stately/selection" "^3.15.1" + "@react-stately/slider" "^3.5.4" + "@react-stately/table" "^3.11.8" + "@react-stately/tabs" "^3.6.6" + "@react-stately/toggle" "^3.7.4" + "@react-stately/tooltip" "^3.4.9" + "@react-stately/tree" "^3.8.1" + "@react-types/shared" "^3.23.1" react-style-singleton@^2.2.1: version "2.2.1" @@ -11112,37 +11992,37 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== -richie-education@2.26.0: - version "2.26.0" - resolved "https://registry.yarnpkg.com/richie-education/-/richie-education-2.26.0.tgz#2e6545183e9615c7a96feb239cf29485c71586fa" - integrity sha512-DytNZ7flPNJTANMpEYDoXM5Jgax7c1/2FSX7Gskxb2xOu1XIv+fVIX9tylim7vawMvJ8qu6aH2eaTkA2noSHag== +richie-education@2.27.0: + version "2.27.0" + resolved "https://registry.yarnpkg.com/richie-education/-/richie-education-2.27.0.tgz#f53454b0c8604e66306b4e5304c15e47be7d0ee4" + integrity sha512-VoxLEwxpgUO2FAXJTsMEUYGTdP3CSPgluhMF9Kfwc+e981bGUXss7GHqJYyMI7pPcFr7ZlgQXTgJ85C2os82Pw== dependencies: - "@babel/core" "7.24.5" + "@babel/core" "7.24.6" "@babel/plugin-syntax-dynamic-import" "7.8.3" - "@babel/plugin-transform-modules-commonjs" "7.24.1" - "@babel/preset-env" "7.24.5" - "@babel/preset-react" "7.24.1" - "@babel/preset-typescript" "7.24.1" + "@babel/plugin-transform-modules-commonjs" "7.24.6" + "@babel/preset-env" "7.24.6" + "@babel/preset-react" "7.24.6" + "@babel/preset-typescript" "7.24.6" "@faker-js/faker" "8.4.1" "@formatjs/cli" "6.2.12" "@formatjs/intl-relativetimeformat" "11.2.14" "@hookform/resolvers" "3.4.2" "@lyracom/embedded-form-glue" "1.4.2" - "@openfun/cunningham-react" "2.9.1" + "@openfun/cunningham-react" "2.9.3" "@openfun/cunningham-tokens" "2.1.1" - "@sentry/browser" "8.2.1" - "@sentry/types" "8.2.1" - "@storybook/addon-actions" "8.1.1" - "@storybook/addon-essentials" "8.1.1" - "@storybook/addon-interactions" "8.1.1" - "@storybook/addon-links" "8.1.1" - "@storybook/react" "8.1.1" - "@storybook/react-webpack5" "8.1.1" - "@storybook/test" "8.1.1" - "@tanstack/query-core" "5.36.1" - "@tanstack/query-sync-storage-persister" "5.37.1" - "@tanstack/react-query" "5.37.1" - "@tanstack/react-query-persist-client" "5.37.1" + "@sentry/browser" "8.7.0" + "@sentry/types" "8.7.0" + "@storybook/addon-actions" "8.1.5" + "@storybook/addon-essentials" "8.1.5" + "@storybook/addon-interactions" "8.1.5" + "@storybook/addon-links" "8.1.5" + "@storybook/react" "8.1.5" + "@storybook/react-webpack5" "8.1.5" + "@storybook/test" "8.1.5" + "@tanstack/query-core" "5.40.0" + "@tanstack/query-sync-storage-persister" "5.40.0" + "@tanstack/react-query" "5.40.0" + "@tanstack/react-query-persist-client" "5.40.0" "@testing-library/dom" "10.1.0" "@testing-library/jest-dom" "6.4.5" "@testing-library/react" "15.0.7" @@ -11154,13 +12034,13 @@ richie-education@2.26.0: "@types/lodash-es" "4.17.12" "@types/node-fetch" "2.6.11" "@types/query-string" "6.3.0" - "@types/react" "18.3.2" + "@types/react" "18.3.3" "@types/react-autosuggest" "10.1.11" "@types/react-dom" "18.3.0" "@types/react-modal" "3.16.3" "@types/uuid" "9.0.8" - "@typescript-eslint/eslint-plugin" "7.10.0" - "@typescript-eslint/parser" "7.10.0" + "@typescript-eslint/eslint-plugin" "7.11.0" + "@typescript-eslint/parser" "7.11.0" babel-jest "29.7.0" babel-loader "9.1.3" babel-plugin-react-intl "8.2.25" @@ -11179,24 +12059,24 @@ richie-education@2.26.0: eslint-plugin-import "2.29.1" eslint-plugin-jsx-a11y "6.8.0" eslint-plugin-prettier "5.1.3" - eslint-plugin-react "7.34.1" + eslint-plugin-react "7.34.2" eslint-plugin-react-hooks "4.6.2" eslint-plugin-storybook "0.8.0" fetch-mock "9.11.0" file-loader "6.2.0" - glob "10.3.15" + glob "10.4.1" i18n-iso-countries "7.11.2" - iframe-resizer "4.4.0" + iframe-resizer "4.4.2" intl-pluralrules "2.0.1" jest "29.7.0" jest-environment-jsdom "29.7.0" js-cookie "3.0.5" lodash-es "4.17.21" mdn-polyfills "5.20.0" - msw "2.3.0" + msw "2.3.1" node-fetch ">2.6.6 <3" - nodemon "3.1.0" - prettier "3.2.5" + nodemon "3.1.2" + prettier "3.3.0" query-string "9.0.0" react "18.3.1" react-autosuggest "10.1.0" @@ -11205,9 +12085,9 @@ richie-education@2.26.0: react-intl "6.6.8" react-modal "3.16.1" react-router-dom "6.23.1" - sass "1.77.2" + sass "1.77.4" source-map-loader "5.0.0" - storybook "8.1.1" + storybook "8.1.5" tsconfig-paths-webpack-plugin "4.1.0" typescript "5.4.5" uuid "9.0.1" @@ -11282,6 +12162,15 @@ sass@1.77.2: immutable "^4.0.0" source-map-js ">=0.6.2 <2.0.0" +sass@1.77.4: + version "1.77.4" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.4.tgz#92059c7bfc56b827c56eb116778d157ec017a5cd" + integrity sha512-vcF3Ckow6g939GMA4PeU7b2K/9FALXk2KF9J87txdHzXbUF9XRQRwSxcAs/fGaTnJeBFd7UoV22j3lzMLdM0Pw== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + saxes@^6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5" @@ -11604,12 +12493,12 @@ store2@^2.14.2: resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.3.tgz#24077d7ba110711864e4f691d2af941ec533deb5" integrity sha512-4QcZ+yx7nzEFiV4BMLnr/pRa5HYzNITX2ri0Zh6sT9EyQHbBHacC6YigllUPU9X3D0f/22QCgfokpKs52YRrUg== -storybook@8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.1.1.tgz#2ee3a0d894f585cecc34cc493f7923a4e7d5510e" - integrity sha512-tkoz1O2UcPOkfRgl/QkefI/1akyjkBghuX+2S/FaXb9cKUR1St4WBQfFqDUvJr1T9MKdizCBVFQ5HuqYzCiWWQ== +storybook@8.1.5: + version "8.1.5" + resolved "https://registry.yarnpkg.com/storybook/-/storybook-8.1.5.tgz#079248bdb099b4edb8cde94246b62bec448a1e21" + integrity sha512-v4o8AfTvxWpdGa9Pa9x8EAmqbN5yJc+2fW8b6ZaCsDOTh2t5Y3EUHbIzdtvX+1Gb6ALsOs5e2Q9GlCAzjz+WNQ== dependencies: - "@storybook/cli" "8.1.1" + "@storybook/cli" "8.1.5" stream-shift@^1.0.0: version "1.0.3" @@ -11647,7 +12536,7 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string.prototype.matchall@^4.0.10: +string.prototype.matchall@^4.0.11: version "4.0.11" resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a" integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== @@ -11859,10 +12748,10 @@ telejson@^7.2.0: dependencies: memoizerific "^1.11.3" -temp-dir@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" - integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== +temp-dir@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa" + integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw== temp@^0.8.4: version "0.8.4" @@ -11871,16 +12760,15 @@ temp@^0.8.4: dependencies: rimraf "~2.6.2" -tempy@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/tempy/-/tempy-1.0.1.tgz#30fe901fd869cfb36ee2bd999805aa72fbb035de" - integrity sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w== +tempy@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/tempy/-/tempy-3.1.0.tgz#00958b6df85db8589cb595465e691852aac038e9" + integrity sha512-7jDLIdD2Zp0bDe5r3D2qtkd1QOCacylBuL7oa4udvN6v2pqr4+LcCr67C8DR1zkpaZ8XosF5m1yQSabKAW6f2g== dependencies: - del "^6.0.0" - is-stream "^2.0.0" - temp-dir "^2.0.0" - type-fest "^0.16.0" - unique-string "^2.0.0" + is-stream "^3.0.0" + temp-dir "^3.0.0" + type-fest "^2.12.2" + unique-string "^3.0.0" terser-webpack-plugin@^5.3.1, terser-webpack-plugin@^5.3.10: version "5.3.10" @@ -12094,11 +12982,6 @@ type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.8: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== -type-fest@^0.16.0: - version "0.16.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.16.0.tgz#3240b891a78b0deae910dbeb86553e552a148860" - integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== - type-fest@^0.20.2: version "0.20.2" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" @@ -12119,7 +13002,12 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-fest@^2.19.0, type-fest@~2.19: +type-fest@^1.0.1: + version "1.4.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1" + integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA== + +type-fest@^2.12.2, type-fest@^2.19.0, type-fest@~2.19: version "2.19.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== @@ -12256,12 +13144,12 @@ unicorn-magic@^0.1.0: resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4" integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== -unique-string@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" - integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== +unique-string@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-3.0.0.tgz#84a1c377aff5fd7a8bc6b55d8244b2bd90d75b9a" + integrity sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ== dependencies: - crypto-random-string "^2.0.0" + crypto-random-string "^4.0.0" unist-util-is@^6.0.0: version "6.0.0"