From 71a0a9d9dde5dd89242727ce930a3b4dc41273a6 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 7 Nov 2024 18:15:17 -0800 Subject: [PATCH 01/17] Docs 6472 tidy (#6475) --- PACKAGES.md | 23 ++++++++++++++--------- apps/rr7/README.md | 4 ++-- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/PACKAGES.md b/PACKAGES.md index 5093ba58e9..5e12ae1955 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -17,9 +17,9 @@ It's published "as is", so you can import the type definitions from anywhere in ## Core packages -- `@plone/registry` - `@plone/client` - `@plone/components` +- `@plone/registry` ### Rules @@ -28,31 +28,36 @@ Core packages must not depend on any other `@plone/*` package, with only one exc They must be published and bundled in a traditional (transpiled) way. The bundle of these packages must work on both CommonJS and ECMAScript Module (ESM) environments. + ## Utility packages -- `@plone/providers` -- `@plone/helpers` - `@plone/drivers` +- `@plone/helpers` +- `@plone/providers` - `@plone/rsc` + ### Rules Utility packages can depend on core packages and other utility packages. -They must be published in a traditional way, bundled. +They must be published in the traditional way, as a bundle. This bundle must work on both CommonJS and ESM environments. + ## Feature packages - `@plone/blocks` -- `@plone/slots` - `@plone/contents` +- `@plone/slots` + ### Rules -Feature packages (or add-on packages) can depend on any other package. -They must not be transpiled, but as source. -They must provide a default configuration registry loader as default main entry point export. -They must be able to be loaded as any other add-on. +Feature packages, or add-on packages, can depend on any other package. +You must distribute them as source code, and not transpile them. +They must provide a default configuration registry loader as the default main entry point export. +They must be loadable as any other add-on. + ## Development utility packages diff --git a/apps/rr7/README.md b/apps/rr7/README.md index 4b8067e628..d6b9daf12c 100644 --- a/apps/rr7/README.md +++ b/apps/rr7/README.md @@ -10,14 +10,14 @@ This is intended to serve as both a playground for the development of both packa ## Development -To start, from the root of the monorepo: +To start, from the root of the monorepo, issue the following commands. ```shell pnpm install pnpm --filter plone-remix run dev ``` -Then start the Plone backend: +Then start the Plone backend. % TODO MAKEFILE ```shell From ee572e07a9a0f55950d3bb23a38918e98d512781 Mon Sep 17 00:00:00 2001 From: Fred van Dijk Date: Fri, 8 Nov 2024 07:08:22 +0100 Subject: [PATCH 02/17] Dutch Translations update. (#6476) --- .../locales/nl/LC_MESSAGES/volto.po | 148 ++ packages/volto-slate/news/6476.feature | 1 + .../volto/locales/nl/LC_MESSAGES/volto.po | 1704 ++++++++--------- packages/volto/news/6476.feature | 1 + 4 files changed, 1002 insertions(+), 852 deletions(-) create mode 100644 packages/volto-slate/locales/nl/LC_MESSAGES/volto.po create mode 100644 packages/volto-slate/news/6476.feature create mode 100644 packages/volto/news/6476.feature diff --git a/packages/volto-slate/locales/nl/LC_MESSAGES/volto.po b/packages/volto-slate/locales/nl/LC_MESSAGES/volto.po new file mode 100644 index 0000000000..beaf619400 --- /dev/null +++ b/packages/volto-slate/locales/nl/LC_MESSAGES/volto.po @@ -0,0 +1,148 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: \n" +"Language: \n" +"Language-Team: \n" +"Content-Type: \n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#: editor/plugins/Link/index +msgid "Add link" +msgstr "Koppeling toevoegen" + +#: widgets/HtmlSlateWidget +msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator." +msgstr "Er is een fout opgetreden bij het bewerken van het "{name}" veld. We zijn op de hoogte gebracht en gaan dit onderzoeken. Bewaar je werk en probeer opnieuw aub. Indien het probleem blijft, contacteer dan de site beheerder." + +#: widgets/RichTextWidgetView +msgid "An error has occurred while rendering "{name}" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator." +msgstr "Er is een fout opgetreden bij het weergeven van het "{name}" veld. We zijn op de hoogte gebracht en gaan dit onderzoeken. Indien het probleem blijft, contacteer dan de site beheerder." + +#: blocks/Table/TableBlockEdit +msgid "Bottom" +msgstr "Onderaan" + +#: blocks/Table/TableBlockEdit +msgid "Center" +msgstr "Centreren" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Delete col" +msgstr "Kolom verwijderen" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Delete row" +msgstr "Rij verwijderen" + +#: editor/plugins/Table/index +msgid "Delete table" +msgstr "Tabel verwijderen" + +#: blocks/Table/TableBlockEdit +msgid "Divide each row into separate cells" +msgstr "Verdeel elke rij in meerdere cellen" + +#: elementEditor/messages +msgid "Edit element" +msgstr "Element bewerken" + +#: editor/plugins/AdvancedLink/index +#: editor/plugins/Link/index +msgid "Edit link" +msgstr "Koppeling bewerken" + +#: blocks/Table/TableBlockEdit +msgid "Fixed width table cells" +msgstr "Tabelcellen met vaste breedte" + +#: blocks/Table/TableBlockEdit +msgid "Hide headers" +msgstr "Koppen verbergen" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Insert col after" +msgstr "Kolom rechts invoegen" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Insert col before" +msgstr "Kolom links invoegen" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Insert row after" +msgstr "Rij onder toevoegen" + +#: blocks/Table/TableBlockEdit +#: editor/plugins/Table/index +msgid "Insert row before" +msgstr "Rij boven invoegen" + +#: blocks/Table/TableBlockEdit +msgid "Left" +msgstr "Links" + +#: blocks/Table/TableBlockEdit +msgid "Make the table compact" +msgstr "Maak tabel compacter" + +#: blocks/Table/TableBlockEdit +msgid "Make the table sortable" +msgstr "Maak tabel sorteerbaar" + +#: blocks/Table/TableBlockEdit +msgid "Middle" +msgstr "Midden" + +#: blocks/Text/SlashMenu +msgid "No matching blocks" +msgstr "Geen overeenkomstige blokken" + +#: blocks/Table/TableBlockEdit +msgid "Reduce complexity" +msgstr "Complexiteit verminderen" + +#: elementEditor/messages +msgid "Remove element" +msgstr "Element verwijderen" + +#: editor/plugins/AdvancedLink/index +msgid "Remove link" +msgstr "Koppeling verwijderen" + +#: blocks/Table/TableBlockEdit +msgid "Right" +msgstr "Rechts" + +#: blocks/Table/TableBlockEdit +msgid "Stripe alternate rows with color" +msgstr "Markeer afwisselend rijen met kleur" + +#: blocks/Table/TableBlockEdit +msgid "Table" +msgstr "Tabel" + +#: blocks/Table/TableBlockEdit +msgid "Table color inverted" +msgstr "Tabelkleur omgekeerd" + +#: blocks/Table/TableBlockEdit +msgid "Top" +msgstr "Top" + +#: blocks/Text/DefaultTextBlockEditor +#: blocks/Text/DetachedTextBlockEditor +msgid "Type text…" +msgstr "Typ tekst…" + +#: blocks/Table/TableBlockEdit +msgid "Visible only in view mode" +msgstr "Enkel zichtbaar in weergavemodus" diff --git a/packages/volto-slate/news/6476.feature b/packages/volto-slate/news/6476.feature new file mode 100644 index 0000000000..97ed49fe87 --- /dev/null +++ b/packages/volto-slate/news/6476.feature @@ -0,0 +1 @@ +Update Dutch translations. @fredvd \ No newline at end of file diff --git a/packages/volto/locales/nl/LC_MESSAGES/volto.po b/packages/volto/locales/nl/LC_MESSAGES/volto.po index ab60d22d27..132d848892 100644 --- a/packages/volto/locales/nl/LC_MESSAGES/volto.po +++ b/packages/volto/locales/nl/LC_MESSAGES/volto.po @@ -18,32 +18,32 @@ msgstr "" #. Default: "

Add some HTML here

" #: components/manage/Blocks/HTML/Edit msgid "

Add some HTML here

" -msgstr "" +msgstr "

Voeg hier HTML toe

" #. Default: "Account Registration Completed" #: components/theme/Register/Register msgid "Account Registration Completed" -msgstr "" +msgstr "Account registratie voltooid" #. Default: "Account activation completed" #: components/theme/PasswordReset/PasswordReset msgid "Account activation completed" -msgstr "" +msgstr "Account activatie voltooid" #. Default: "Action" #: components/manage/Controlpanels/ModerateComments msgid "Action" -msgstr "" +msgstr "Actie" #. Default: "Action changed" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Action changed" -msgstr "" +msgstr "Actie gewijzigd" #. Default: "Action:" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Action: " -msgstr "" +msgstr "Actie:" #. Default: "Actions" #: components/manage/Actions/Actions @@ -58,17 +58,17 @@ msgstr "Acties" #. Default: "Activate and deactivate add-ons in the lists below." #: components/manage/Controlpanels/AddonsControlpanel msgid "Activate and deactivate" -msgstr "" +msgstr "Activeer en deactiveer modules in de lijsten hieronder." #. Default: "Active" #: components/manage/Rules/Rules msgid "Active" -msgstr "" +msgstr "Actief" #. Default: "Active content rules in this Page" #: components/manage/Rules/Rules msgid "Active content rules in this Page" -msgstr "" +msgstr "Actieve inhoudsregels in deze pagina" #. Default: "Add" #: components/manage/Aliases/Aliases @@ -79,248 +79,248 @@ msgstr "" #: components/manage/Widgets/SchemaWidget #: helpers/MessageLabels/MessageLabels msgid "Add" -msgstr "" +msgstr "Toevoegen" #. Default: "Add" #: components/manage/Widgets/ObjectListWidget msgid "Add (object list)" -msgstr "" +msgstr "Toevoegen" #. Default: "To make new add-ons show up here, add them to your configuration, build, and restart the server process. For detailed instructions see" #: components/manage/Controlpanels/AddonsControlpanel msgid "Add Addons" -msgstr "" +msgstr "Om nieuwe modules hier te laten verschijnen voeg je ze toe in jouw configuratie, bouw en herstart dan het serverproces. Voor gedetailleerde instructies zie" #. Default: "Add Alternative URL" #: components/manage/Controlpanels/Aliases msgid "Add Alternative URL" -msgstr "" +msgstr "Alternatieve URL toevoegen" #. Default: "Add Content…" #: components/manage/Toolbar/Types msgid "Add Content" -msgstr "" +msgstr "Inhoud toevoegen…" #. Default: "Add Content Rule" #: components/manage/Controlpanels/Rules/AddRule msgid "Add Content Rule" -msgstr "" +msgstr "Inhoudsregel toevoegen" #. Default: "Add Rule" #: components/manage/Controlpanels/Rules/AddRule msgid "Add Rule" -msgstr "" +msgstr "Regel toevoegen" #. Default: "Add Translation…" #: components/manage/Toolbar/Types msgid "Add Translation…" -msgstr "" +msgstr "Vertaling toevoegen…" #. Default: "Add User" #: helpers/MessageLabels/MessageLabels msgid "Add User" -msgstr "" +msgstr "Gebruiker toevoegen" #. Default: "Add a description…" #: components/manage/Blocks/Description/Edit msgid "Add a description…" -msgstr "" +msgstr "Beschrijving toevoegen…" #. Default: "Add a new alternative url" #: components/manage/Aliases/Aliases msgid "Add a new alternative url" -msgstr "" +msgstr "Een nieuwe alternatieve URL toevoegen" #. Default: "Action added" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Add action" -msgstr "" +msgstr "Actie toegevoegd" #. Default: "Add block" #: components/manage/BlockChooser/BlockChooserButton msgid "Add block" -msgstr "" +msgstr "Blok toevoegen" #. Default: "Add block in position {index}" #: components/manage/Blocks/Container/NewBlockAddButton msgid "Add block in position {index}" -msgstr "" +msgstr "Plaats blok in positie {index}" #. Default: "Add block…" #: helpers/MessageLabels/MessageLabels msgid "Add block…" -msgstr "" +msgstr "Blok toevoegen…" #. Default: "Condition added" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Add condition" -msgstr "" +msgstr "Conditie toevoegen" #. Default: "Add content rule" #: components/manage/Controlpanels/Rules/Rules msgid "Add content rule" -msgstr "" +msgstr "Inhoudsregel toevoegen" #. Default: "Add criteria" #: components/manage/Widgets/QueryWidget msgid "Add criteria" -msgstr "" +msgstr "Criteria toevoegen" #. Default: "Add date" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Add date" -msgstr "" +msgstr "Datum toevoegen" #. Default: "Add element to container" #: components/manage/Blocks/Container/SimpleContainerToolbar msgid "Add element to container" -msgstr "" +msgstr "Element aan container toevoegen" #. Default: "Add field" #: components/manage/Widgets/SchemaWidget msgid "Add field" -msgstr "" +msgstr "Veld toevoegen" #. Default: "Add fieldset" #: components/manage/Widgets/SchemaWidget msgid "Add fieldset" -msgstr "" +msgstr "Veldenset toevoegen" #. Default: "Add group" #: helpers/MessageLabels/MessageLabels msgid "Add group" -msgstr "" +msgstr "Groep toevoegen" #. Default: "Add new content type" #: components/manage/Controlpanels/ContentTypes msgid "Add new content type" -msgstr "" +msgstr "Nieuw contenttype toevoegen" #. Default: "Add new group" #: helpers/MessageLabels/MessageLabels msgid "Add new group" -msgstr "" +msgstr "Nieuwe groep toevoegen" #. Default: "Add new user" #: helpers/MessageLabels/MessageLabels msgid "Add new user" -msgstr "" +msgstr "Nieuwe gebruiker toevoegen" #. Default: "Add to Groups" #: helpers/MessageLabels/MessageLabels msgid "Add to Groups" -msgstr "" +msgstr "Aan groepen toevoegen" #. Default: "Add users to group" #: helpers/MessageLabels/MessageLabels msgid "Add users to group" -msgstr "" +msgstr "Gebruikers aan groep toevoegen" #. Default: "Add term" #: components/manage/Widgets/VocabularyTermsWidget msgid "Add vocabulary term" -msgstr "" +msgstr "Woordenboekterm toevoegen" #. Default: "Add {type}" #: components/manage/Add/Add msgid "Add {type}" -msgstr "Voeg {type} toe" +msgstr "Toevoegen {type}" #. Default: "Add-Ons" #: components/manage/Controlpanels/Controlpanels msgid "Add-Ons" -msgstr "" +msgstr "Modules" #. Default: "Add-on Configuration" #: components/manage/Controlpanels/Controlpanels msgid "Add-on Configuration" -msgstr "" +msgstr "Module configuratie" #. Default: "Add-ons" #: components/manage/Controlpanels/AddonsControlpanel msgid "Add-ons" -msgstr "" +msgstr "Modules" #. Default: "Add-ons Settings" #: components/manage/Controlpanels/AddonsControlpanel msgid "Add-ons Settings" -msgstr "" +msgstr "Instellingen modules" #. Default: "Added" #: components/manage/Rules/Rules msgid "Added" -msgstr "" +msgstr "Toegevoegd" #. Default: "Additional date" #: components/manage/Widgets/RecurrenceWidget/Occurences msgid "Additional date" -msgstr "" +msgstr "Bijkomende datum" #. Default: "Addon could not be installed" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon could not be installed" -msgstr "" +msgstr "Module kon niet geïnstalleerd worden" #. Default: "Addon could not be uninstalled" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon could not be uninstalled" -msgstr "" +msgstr "Module kon niet gedeïnstalleerd worden" #. Default: "Addon could not be upgraded" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon could not be upgraded" -msgstr "" +msgstr "Module kon niet bijgewerkt worden" #. Default: "Addon installed succesfuly" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon installed succesfuly" -msgstr "" +msgstr "Module succesvol geïnstalleerd" #. Default: "Addon uninstalled succesfuly" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon uninstalled succesfuly" -msgstr "" +msgstr "Module succesvol gedeïnstalleerd" #. Default: "Addon upgraded succesfuly" #: components/manage/Controlpanels/AddonsControlpanel msgid "Addon upgraded succesfuly" -msgstr "" +msgstr "Module succesvol bijgewerkt" #. Default: "Advanced facet?" #: components/manage/Blocks/Search/schema msgid "Advanced facet?" -msgstr "" +msgstr "Geavanceerd facet?" #. Default: "Advanced facets are initially hidden and displayed on demand" #: components/manage/Blocks/Search/schema msgid "Advanced facets are initially hidden and displayed on demand" -msgstr "" +msgstr "Geavanceerde facetten zijn initieel verborgen en worden getoond op vraag" #. Default: "Album view" #: config/Views msgid "Album view" -msgstr "" +msgstr "Album weergave" #. Default: "Alias" #: components/manage/Controlpanels/Aliases msgid "Alias" -msgstr "" +msgstr "Alias" #. Default: "Alias has been added" #: components/manage/Aliases/Aliases #: components/manage/Controlpanels/Aliases msgid "Alias has been added" -msgstr "" +msgstr "Alias werd toegevoegd" #. Default: "Aliases have been removed." #: components/manage/Controlpanels/Aliases msgid "Aliases have been removed." -msgstr "" +msgstr "Aliassen werden gewist." #. Default: "Aliases have been uploaded." #: components/manage/Controlpanels/Aliases msgid "Aliases have been uploaded." -msgstr "" +msgstr "Aliassen werden opgeladen." #. Default: "Alignment" #: components/manage/Blocks/Image/schema @@ -329,7 +329,7 @@ msgstr "" #: components/manage/Blocks/Teaser/schema #: components/manage/Blocks/Video/schema msgid "Alignment" -msgstr "" +msgstr "Uitlijning" #. Default: "All" #: components/manage/Contents/Contents @@ -339,80 +339,80 @@ msgstr "Alles" #. Default: "All content" #: config/Views msgid "All content" -msgstr "" +msgstr "Alle inhoud" #. Default: "Existing alternative URLs for this site" #: components/manage/Controlpanels/Aliases msgid "All existing alternative urls for this site" -msgstr "" +msgstr "Alle bestaande alternatieve URLs voor deze site" #. Default: "Alphabetically" #: components/theme/Search/Search msgid "Alphabetically" -msgstr "" +msgstr "Alfabetisch" #. Default: "Alt text" #: components/manage/Blocks/Image/schema #: components/manage/Blocks/LeadImage/LeadImageSidebar #: components/manage/Blocks/Maps/schema msgid "Alt text" -msgstr "" +msgstr "Alt tekst" #. Default: "Leave empty if the image is purely decorative." #: components/manage/Blocks/Image/schema msgid "Alt text hint" -msgstr "" +msgstr "Laat leeg indien de afbeelding puur decoratief is." #. Default: "Describe the purpose of the image." #: components/manage/Blocks/Image/schema msgid "Alt text hint link text" -msgstr "" +msgstr "Beschrijf het doel van de afbeelding." #. Default: "Alternative URL path (Required)" #: components/manage/Controlpanels/Aliases msgid "Alternative url path (Required)" -msgstr "" +msgstr "Alternatief URL-pad (vereist)" #. Default: "Alternative url path must start with a slash." #: components/manage/Aliases/Aliases #: components/manage/Controlpanels/Aliases msgid "Alternative url path must start with a slash." -msgstr "" +msgstr "Alternatief URL-pad moet beginnen met een slash." #. Default: "Alternative URL path → target URL path (date and time of creation, manually created yes/no)" #: components/manage/Controlpanels/Aliases msgid "Alternative url path → target url path (date and time of creation, manually created yes/no)" -msgstr "" +msgstr "Alternatief URL-pad → doel URL-pad (datum en tijd van aanmaak, manueel aangemaakt ja/nee)" #. Default: "Applied to subfolders" #: components/manage/Rules/Rules msgid "Applied to subfolders" -msgstr "" +msgstr "Toegepast op submappen" #. Default: "Applies to subfolders?" #: components/manage/Rules/Rules msgid "Applies to subfolders?" -msgstr "" +msgstr "Van toepassing op submappen?" #. Default: "Apply to subfolders" #: components/manage/Rules/Rules msgid "Apply to subfolders" -msgstr "" +msgstr "Toepassen op submappen?" #. Default: "Apply working copy" #: components/manage/Toolbar/More msgid "Apply working copy" -msgstr "" +msgstr "Werkkopie toepassen" #. Default: "Are you sure you want to delete this field?" #: components/manage/Widgets/SchemaWidget msgid "Are you sure you want to delete this field?" -msgstr "" +msgstr "Ben je zeker om dit veld te verwijderen?" #. Default: "Are you sure you want to delete this fieldset including all fields?" #: components/manage/Widgets/SchemaWidget msgid "Are you sure you want to delete this fieldset including all fields?" -msgstr "" +msgstr "Ben je zeker om deze veldenset te verwijderen inclusief alle velden?" #. Default: "Ascending" #: components/manage/Blocks/Search/components/SortOn @@ -423,27 +423,27 @@ msgstr "Oplopend" #. Default: "Assign the {role} role to {entry}" #: components/manage/Sharing/Sharing msgid "Assign the {role} role to {entry}" -msgstr "" +msgstr "Wijs de {role} rol toe aan {entry}" #. Default: "Assignments" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Assignments" -msgstr "" +msgstr "Toewijzingen" #. Default: "Automatically" #: components/manage/Controlpanels/Aliases msgid "Automatically" -msgstr "" +msgstr "Automatisch" #. Default: "Available" #: components/manage/Controlpanels/AddonsControlpanel msgid "Available" -msgstr "" +msgstr "Beschikbaar" #. Default: "Available content rules:" #: components/manage/Rules/Rules msgid "Available content rules:" -msgstr "" +msgstr "Beschikbare inhoudsregels" #. Default: "Back" #: components/manage/Aliases/Aliases @@ -477,7 +477,7 @@ msgstr "" #: components/theme/ContactForm/ContactForm #: helpers/MessageLabels/MessageLabels msgid "Back" -msgstr "" +msgstr "Terug" #. Default: "Base" #: components/manage/Diff/Diff @@ -487,32 +487,32 @@ msgstr "Basis" #. Default: "Base search query" #: components/manage/Blocks/Search/schema msgid "Base search query" -msgstr "" +msgstr "Basis zoekopdracht" #. Default: "Block" #: components/manage/Sidebar/Sidebar msgid "Block" -msgstr "" +msgstr "Blok" #. Default: "Both" #: components/manage/Controlpanels/Aliases msgid "Both" -msgstr "" +msgstr "Beide" #. Default: "Both email address and password are case sensitive, check that caps lock is not enabled." #: components/theme/Login/Login msgid "Both email address and password are case sensitive, check that caps lock is not enabled." -msgstr "" +msgstr "E-mailadres en wachtwoord zijn beide hoofdlettergevoelig, controleer of de hoofdletterknop uit staat." #. Default: "Breadcrumbs" #: components/theme/Breadcrumbs/Breadcrumbs msgid "Breadcrumbs" -msgstr "" +msgstr "Broodkruimels" #. Default: "Broken relations" #: components/manage/Controlpanels/Relations/BrokenRelations msgid "Broken relations" -msgstr "" +msgstr "Gebroken relaties" #. Default: "Browse" #: components/manage/Contents/ContentsUploadModal @@ -523,37 +523,37 @@ msgstr "Bladeren" #. Default: "Browse the site, drop an image, or use a URL" #: components/manage/Widgets/ImageWidget msgid "Browse the site, drop an image, or type a URL" -msgstr "" +msgstr "Blader door de site, zet een afbeelding neer of typ een URL" #. Default: "Bulk upload CSV" #: components/manage/Controlpanels/Aliases msgid "BulkUploadAltUrls" -msgstr "" +msgstr "Bulk CSV opladen" #. Default: "By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator." #: components/manage/Sharing/Sharing msgid "By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator." -msgstr "Standaard worden de rechten overgenomen van de bovenliggende map. Als u dit uitgeschakeld, worden alleen de expliciet toegekende rechten gebruikt. In het overzicht geeft het symbool ${image_confirm_icon} een overgenomen waarde aan. Vergelijkbaar geeft het icoon ${image_link_icon} een globale rol aan, die wordt beheerd door de websitebeheerder." +msgstr "Standaard worden de rechten overgenomen van de bovenliggende map. Als je dit uitgeschakeld, worden alleen de expliciet toegekende rechten toegepast. In het overzicht geeft het symbool ${image_confirm_icon} een overgenomen waarde aan. Vergelijkbaar geeft het icoon ${image_link_icon} een globale rol aan, die wordt beheerd door de websitebeheerder." #. Default: "CSV file" #: components/manage/Controlpanels/Aliases msgid "CSVFile" -msgstr "" +msgstr "CSV-bestand" #. Default: "Cache Name" #: components/manage/Controlpanels/DatabaseInformation msgid "Cache Name" -msgstr "" +msgstr "Cache naam" #. Default: "Can not edit Layout for {type} content-type as it doesn't have support for Volto Blocks enabled" #: components/manage/Controlpanels/ContentTypeLayout msgid "Can not edit Layout for {type} content-type as it doesn't have support for Volto Blocks enabled" -msgstr "" +msgstr "Kan lay-out niet bewerken voor het {type} contenttype omdat deze geen ondersteuning voor Volto blokken heeft geactiveerd" -#. Default: "Can not edit Layout for {type} content-type as the Blocks behavior is enabled and read-only" +#. Default: "Can not edit Layout for {type}-contenttype as the Blocks behavior is enabled and read-only" #: components/manage/Controlpanels/ContentTypeLayout msgid "Can not edit Layout for {type} content-type as the Blocks behavior is enabled and read-only" -msgstr "" +msgstr "Kan lay-out niet bewerken voor het {type}-contenttype omdat het blokkengedrag geactiveerd en enkel lezen is" #. Default: "Cancel" #: components/manage/Add/Add @@ -576,14 +576,14 @@ msgstr "Annuleren" #. Default: "Cell" #: config/Blocks msgid "Cell" -msgstr "" +msgstr "Cel" #. Default: "Center" #: components/manage/Blocks/Maps/Edit #: components/manage/Sidebar/AlignBlock #: components/manage/Widgets/AlignWidget msgid "Center" -msgstr "" +msgstr "Centreren" #. Default: "Change Note" #: components/manage/History/History @@ -603,12 +603,12 @@ msgstr "Status wijzigen" #. Default: "Change workflow state recursively" #: components/manage/Contents/ContentsWorkflowModal msgid "Change workflow state recursively" -msgstr "" +msgstr "Werkstroomstatus recursief wijzigen" #. Default: "Changes applied" #: components/manage/Toolbar/More msgid "Changes applied." -msgstr "" +msgstr "Wijzigingen zijn toegepast" #. Default: "Changes saved" #: components/manage/Preferences/ChangePassword @@ -622,106 +622,106 @@ msgstr "Wijzigingen zijn opgeslagen" #: components/manage/Controlpanels/ContentTypeSchema #: components/manage/Controlpanels/Controlpanel msgid "Changes saved." -msgstr "" +msgstr "Wijzigingen zijn opgeslagen." #. Default: "Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later." #: components/manage/Blocks/Teaser/schema msgid "Check this box to customize the title, description, or image of the target content item for this teaser. Leave it unchecked to show updates to the target content item if it is edited later." -msgstr "" +msgstr "Vink dit vakje aan om titel, beschrijving of afbeelding van een doel inhoudsitem voor dit voorproefje te wijzigen. Laat het uitgevinkt om updates te tonen voor het doel inhoudsitem indien het later bewerkt zou worden." #. Default: "Checkbox" #: components/manage/Widgets/SchemaWidget msgid "Checkbox" -msgstr "" +msgstr "Selectievakje" #. Default: "Choices" #: components/manage/Widgets/SelectWidget msgid "Choices" -msgstr "" +msgstr "Keuzes" #. Default: "Choose Image" #: components/manage/Sidebar/ObjectBrowserBody msgid "Choose Image" -msgstr "" +msgstr "Kies afbeelding" #. Default: "Choose Target" #: components/manage/Sidebar/ObjectBrowserBody msgid "Choose Target" -msgstr "" +msgstr "Kies doel" #. Default: "Choose a file" #: components/manage/Widgets/FileWidget #: components/manage/Widgets/RegistryImageWidget msgid "Choose a file" -msgstr "" +msgstr "Kies een bestand" #. Default: "Clear" #: components/manage/AnchorPlugin/components/LinkButton/AddLinkForm #: components/manage/Blocks/HTML/Edit msgid "Clear" -msgstr "" +msgstr "Leegmaken" #. Default: "Clear filters" #: components/manage/Blocks/Search/components/FilterList msgid "Clear filters" -msgstr "" +msgstr "Filters leegmaken" #. Default: "Clear search" #: components/manage/BlockChooser/BlockChooserSearch msgid "Clear search" -msgstr "" +msgstr "Zoek leegmaken" #. Default: "Click to download full sized image" #: components/theme/View/ImageView msgid "Click to download full sized image" -msgstr "" +msgstr "Klik om de afbeelding in volle grootte te downloaden" #. Default: "Close" #: components/manage/Widgets/SelectWidget msgid "Close" -msgstr "" +msgstr "Sluiten" #. Default: "Close menu" #: components/theme/Navigation/Navigation msgid "Close menu" -msgstr "" +msgstr "Menu sluiten" #. Default: "Code" #: components/manage/Blocks/HTML/Edit msgid "Code" -msgstr "" +msgstr "Code" #. Default: "Collapse item" #: components/manage/Widgets/ObjectListWidget msgid "Collapse item" -msgstr "" +msgstr "Item inklappen" #. Default: "Collection" #: components/manage/Toolbar/Toolbar msgid "Collection" -msgstr "" +msgstr "Verzameling" #. Default: "Color" #: components/manage/Widgets/ColorPickerWidget msgid "Color" -msgstr "" +msgstr "Kleur" #. Default: "Comment" #: components/manage/Controlpanels/ModerateComments #: components/theme/Comments/CommentEditModal #: components/theme/Comments/Comments msgid "Comment" -msgstr "" +msgstr "Commentaar" #. Default: "Commenter" #: components/manage/Controlpanels/ModerateComments msgid "Commenter" -msgstr "" +msgstr "Commentaargever" #. Default: "Comments" #: components/theme/Comments/Comments msgid "Comments" -msgstr "" +msgstr "Commentaren" #. Default: "Compare" #: components/manage/Diff/Diff @@ -731,32 +731,32 @@ msgstr "Vergelijken" #. Default: "Condition changed" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Condition changed" -msgstr "" +msgstr "Conditie gewijzigd" #. Default: "Condition:" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Condition: " -msgstr "" +msgstr "Conditie:" #. Default: "Configuration Versions" #: components/manage/Controlpanels/UpgradeControlPanel msgid "Configuration Versions" -msgstr "" +msgstr "Configuratie versies" #. Default: "Configure Content Rule" #: components/manage/Controlpanels/Rules/EditRule msgid "Configure Content Rule" -msgstr "" +msgstr "Configureer inhoudsregel" #. Default: "Configure Content Rule: {title}" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Configure Content Rule: {title}" -msgstr "" +msgstr "Configureer inhoudsregel: {title}" #. Default: "Configure content rule" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Configure content rule" -msgstr "" +msgstr "Configureer inhoudsregel" #. Default: "Confirm password" #: components/manage/Preferences/ChangePassword @@ -767,63 +767,63 @@ msgstr "Wachtwoord bevestigen" #. Default: "Connection refused" #: components/theme/ConnectionRefused/ConnectionRefused msgid "Connection refused" -msgstr "" +msgstr "Verbinding geweigerd" #. Default: "Contact form" #: components/theme/ContactForm/ContactForm msgid "Contact form" -msgstr "" +msgstr "Contactformulier" #. Default: "Contained items" #: components/manage/Blocks/Listing/Edit msgid "Contained items" -msgstr "" +msgstr "Inbegrepen items" #. Default: "Container settings" #: components/manage/Blocks/Container/SimpleContainerToolbar msgid "Container settings" -msgstr "" +msgstr "Container instellingen" #. Default: "Content" #: components/manage/Controlpanels/Controlpanels msgid "Content" -msgstr "" +msgstr "Inhoud" #. Default: "Content Rule" #: components/manage/Controlpanels/Rules/Rules msgid "Content Rule" -msgstr "" +msgstr "Inhoudsregel" #. Default: "Content Rules" #: components/manage/Controlpanels/Controlpanels #: components/manage/Controlpanels/Rules/Rules msgid "Content Rules" -msgstr "" +msgstr "Inhoudsregels" #. Default: "Content rules for {title}" #: components/manage/Rules/Rules msgid "Content rules for {title}" -msgstr "" +msgstr "Inhoudsregels voor {title}" #. Default: "Content rules from parent folders" #: components/manage/Rules/Rules msgid "Content rules from parent folders" -msgstr "" +msgstr "Inhoudsregels van bovenliggende mappen" #. Default: "Content that links to or references {title}" #: components/manage/LinksToItem/LinksToItem msgid "Content that links to or references {title}" -msgstr "" +msgstr "Inhoud die linkt of refereert naar {title}" #. Default: "Content type created" #: components/manage/Controlpanels/ContentTypes msgid "Content type created" -msgstr "" +msgstr "Contenttype aangemaakt" #. Default: "Content type deleted" #: components/manage/Controlpanels/ContentTypes msgid "Content type deleted" -msgstr "" +msgstr "Contenttype gewist" #. Default: "Contents" #: components/manage/Contents/Contents @@ -834,7 +834,7 @@ msgstr "Inhoud" #. Default: "Controls" #: components/manage/Blocks/Search/schema msgid "Controls" -msgstr "" +msgstr "Controles" #. Default: "Copy" #: components/manage/Actions/Actions @@ -846,7 +846,7 @@ msgstr "Kopiëren" #. Default: "Copy blocks" #: helpers/MessageLabels/MessageLabels msgid "Copy blocks" -msgstr "" +msgstr "Kopieer blokken" #. Default: "Copyright" #: components/theme/Footer/Footer @@ -856,42 +856,42 @@ msgstr "Copyright" #. Default: "Copyright statement or other rights information on this item." #: components/manage/Contents/ContentsPropertiesModal msgid "Copyright statement or other rights information on this item." -msgstr "Auteursrechten of andere rechtsinformatie van dit item." +msgstr "Auteursrechten of andere rechteninformatie van dit item." #. Default: "Create or delete relations to target" #: helpers/MessageLabels/MessageLabels msgid "Create or delete relations to target" -msgstr "" +msgstr "Maak of wis relaties naar doel" #. Default: "Create working copy" #: components/manage/Toolbar/More msgid "Create working copy" -msgstr "" +msgstr "Maak werkkopij" #. Default: "Created after" #: components/manage/Controlpanels/Aliases msgid "Created after" -msgstr "" +msgstr "Gemaakt na" #. Default: "Created before" #: components/manage/Controlpanels/Aliases msgid "Created before" -msgstr "" +msgstr "Gemaakt voor" #. Default: "Created by {creator} on {date}" #: components/manage/WorkingCopyToastsFactory/WorkingCopyToastsFactory msgid "Created by {creator} on {date}" -msgstr "" +msgstr "Gemaakt door {creator} op {date}" #. Default: "Created on" #: components/manage/Contents/Contents msgid "Created on" -msgstr "" +msgstr "Gemaakt op" #. Default: "Creator" #: components/manage/Contents/Contents msgid "Creator" -msgstr "" +msgstr "Auteur" #. Default: "Creators" #: components/manage/Contents/ContentsPropertiesModal @@ -902,17 +902,17 @@ msgstr "Auteurs" #: components/manage/Widgets/QuerystringWidget #: components/manage/Widgets/QueryWidget msgid "Criteria" -msgstr "" +msgstr "Criteria" #. Default: "Current active configuration" #: components/manage/Controlpanels/UpgradeControlPanel msgid "Current active configuration" -msgstr "" +msgstr "Huidige actieve configuratie" #. Default: "Current filters applied" #: components/manage/Blocks/Search/components/FilterList msgid "Current filters applied" -msgstr "" +msgstr "Huidig toegepaste filters" #. Default: "Current password" #: components/manage/Preferences/ChangePassword @@ -922,7 +922,7 @@ msgstr "Huidig wachtwoord" #. Default: "Customize teaser content" #: components/manage/Blocks/Teaser/schema msgid "Customize teaser content" -msgstr "" +msgstr "Wijzig inhoud voorproefje" #. Default: "Cut" #: components/manage/Actions/Actions @@ -934,32 +934,32 @@ msgstr "Knippen" #. Default: "Cut blocks" #: helpers/MessageLabels/MessageLabels msgid "Cut blocks" -msgstr "" +msgstr "Blokken knippen" #. Default: "Daily" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Daily" -msgstr "" +msgstr "Dagelijks" #. Default: "Database" #: components/manage/Controlpanels/Controlpanels msgid "Database" -msgstr "" +msgstr "Databank" #. Default: "Database Information" #: components/manage/Controlpanels/DatabaseInformation msgid "Database Information" -msgstr "" +msgstr "Databank informatie" #. Default: "Database Location" #: components/manage/Controlpanels/DatabaseInformation msgid "Database Location" -msgstr "" +msgstr "Databank locatie" #. Default: "Database Size" #: components/manage/Controlpanels/DatabaseInformation msgid "Database Size" -msgstr "" +msgstr "Databank grootte" #. Default: "Database main" #: components/manage/Controlpanels/DatabaseInformation @@ -971,12 +971,12 @@ msgstr "" #: components/manage/Controlpanels/ModerateComments #: components/manage/Widgets/DatetimeWidget msgid "Date" -msgstr "" +msgstr "Datum" #. Default: "Date (newest first)" #: components/theme/Search/Search msgid "Date (newest first)" -msgstr "" +msgstr "Datum (nieuwste eerst)" #. Default: "Default" #: components/manage/Contents/ContentsPropertiesModal @@ -1000,7 +1000,7 @@ msgstr "Standaard" #. Default: "Default view" #: config/Views msgid "Default view" -msgstr "" +msgstr "Standaard weergave" #. Default: "Delete" #: components/manage/Contents/Contents @@ -1019,67 +1019,67 @@ msgstr "Verwijderen" #. Default: "Delete Group" #: helpers/MessageLabels/MessageLabels msgid "Delete Group" -msgstr "" +msgstr "Groep verwijderen" #. Default: "Delete Type" #: components/manage/Controlpanels/ContentTypes msgid "Delete Type" -msgstr "" +msgstr "Type verwijderen" #. Default: "Delete User" #: helpers/MessageLabels/MessageLabels msgid "Delete User" -msgstr "" +msgstr "Gebruiker verwijderen" #. Default: "Action deleted" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Delete action" -msgstr "" +msgstr "Actie verwijderen" #. Default: "Delete blocks" #: helpers/MessageLabels/MessageLabels msgid "Delete blocks" -msgstr "" +msgstr "Blokken verwijderen" #. Default: "Delete col" #: config/Blocks msgid "Delete col" -msgstr "" +msgstr "Kolom verwijderen" #. Default: "Condition deleted" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Delete condition" -msgstr "" +msgstr "Conditie verwijderd" #. Default: "Delete row" #: config/Blocks msgid "Delete row" -msgstr "" +msgstr "Rij verwijderen" #. Default: "Delete selected items?" #: components/manage/Contents/Contents msgid "Delete selected items?" -msgstr "" +msgstr "Geselecteerde items verwijderen?" #. Default: "Delete this item?" #: components/manage/Contents/Contents msgid "Delete this item?" -msgstr "" +msgstr "Dit item verwijderen?" #. Default: "Deleted" #: components/manage/Controlpanels/Rules/Rules msgid "Deleted" -msgstr "" +msgstr "Verwijderd" #. Default: "Deleting this item breaks {brokenReferences} {variation}." #: components/manage/Contents/Contents msgid "Deleting this item breaks {brokenReferences} {variation}." -msgstr "" +msgstr "Dit item verwijderen breekt {brokenReferences} {variation}." #. Default: "Depth" #: components/manage/Widgets/QuerystringWidget msgid "Depth" -msgstr "" +msgstr "Diepte" #. Default: "Descending" #: components/manage/Blocks/Search/components/SortOn @@ -1110,22 +1110,22 @@ msgstr "Verschil tussen revisie {one} en {two} van {title}" #. Default: "Disable" #: components/manage/Rules/Rules msgid "Disable" -msgstr "" +msgstr "Uitschakelen" #. Default: "Disable apply to subfolders" #: components/manage/Rules/Rules msgid "Disable apply to subfolders" -msgstr "" +msgstr "Toepassen op submappen uitschakelen" #. Default: "Disabled" #: components/manage/Rules/Rules msgid "Disabled" -msgstr "" +msgstr "Uitgeschakeld" #. Default: "Disabled apply to subfolders" #: components/manage/Rules/Rules msgid "Disabled apply to subfolders" -msgstr "" +msgstr "Toepassen op submappen uitgeschakeld" #. Default: "Distributed under the {license}." #: components/theme/Footer/Footer @@ -1135,71 +1135,71 @@ msgstr "Gedistribueerd onder de {license}." #. Default: "Add border to inner columns" #: config/Blocks msgid "Divide each row into separate cells" -msgstr "" +msgstr "Verdeel elke rij in meerdere cellen" #. Default: "Do you really want to delete the group {groupname}?" #: components/manage/Controlpanels/Groups/GroupsControlpanel msgid "Do you really want to delete the group {groupname}?" -msgstr "" +msgstr "Wil je de groep {groupname} echt verwijderen?" #. Default: "Do you really want to delete type {typename}?" #: components/manage/Controlpanels/ContentTypes msgid "Do you really want to delete the type {typename}?" -msgstr "" +msgstr "Wil je het type {typename} echt verwijderen?" #. Default: "Do you really want to delete the user {username}?" #: components/manage/Controlpanels/Users/UsersControlpanel msgid "Do you really want to delete the user {username}?" -msgstr "" +msgstr "Wil je de gebruiker {username} echt verwijderen?" #. Default: "Do you really want to delete this item?" #: components/manage/Delete/Delete msgid "Do you really want to delete this item?" -msgstr "Weet u zeker dat u dit item wilt verwijderen?" +msgstr "Weet je zeker dat je dit item wilt verwijderen?" #. Default: "Document" #: components/manage/Multilingual/TranslationObject #: components/manage/Sidebar/Sidebar msgid "Document" -msgstr "" +msgstr "Document" #. Default: "Document view" #: config/Views msgid "Document view" -msgstr "" +msgstr "Document weergave" #. Default: "Download Event" #: components/theme/EventDetails/EventDetails msgid "Download Event" -msgstr "" +msgstr "Evenement downloaden" #. Default: "Drag and drop files from your computer onto this area or click the “Browse” button." #: components/manage/Contents/ContentsUploadModal msgid "Drag and drop files from your computer onto this area or click the “Browse” button." -msgstr "Drag en drop bestanden van uw computer naar dit gebied of klik op de “Bladeren” knop." +msgstr "Sleep en zet bestanden neer van je computer naar dit gebied of klik op de “Bladeren” knop." #. Default: "Drop file here to replace the existing file" #: components/manage/Widgets/FileWidget #: components/manage/Widgets/RegistryImageWidget msgid "Drop file here to replace the existing file" -msgstr "" +msgstr "Zet bestand hier neer om het bestaande bestand te vervangen" #. Default: "Drop file here to upload a new file" #: components/manage/Widgets/FileWidget #: components/manage/Widgets/RegistryImageWidget msgid "Drop file here to upload a new file" -msgstr "" +msgstr "Zet bestand hier neer om een nieuw bestand op te laden" #. Default: "Drop files here ..." #: components/manage/Widgets/FileWidget #: components/manage/Widgets/RegistryImageWidget msgid "Drop files here ..." -msgstr "" +msgstr "Zet bestanden hier neer..." #. Default: "Dry run selected, transaction aborted." #: components/manage/Controlpanels/UpgradeControlPanel msgid "Dry run selected, transaction aborted." -msgstr "" +msgstr "Geselecteerde proefdraaien, transactie afbreken." #. Default: "E-mail" #: components/theme/Register/Register @@ -1209,7 +1209,7 @@ msgstr "E-mailadres" #. Default: "E-mail addresses do not match." #: components/theme/PasswordReset/PasswordReset msgid "E-mail addresses do not match." -msgstr "" +msgstr "E-mailadressen komen niet overeen." #. Default: "Edit" #: components/manage/Contents/ContentsItem @@ -1227,37 +1227,37 @@ msgstr "Bewerken" #. Default: "Edit Alternative URL" #: components/manage/Controlpanels/Aliases msgid "Edit Alternative URL" -msgstr "" +msgstr "Alternatieve URL bewerken" #. Default: "Edit Rule" #: components/manage/Controlpanels/Rules/EditRule msgid "Edit Rule" -msgstr "" +msgstr "Regel bewerken" #. Default: "Edit comment" #: components/theme/Comments/CommentEditModal msgid "Edit comment" -msgstr "" +msgstr "Commentaar bewerken" #. Default: "Edit field" #: components/manage/Widgets/SchemaWidget msgid "Edit field" -msgstr "" +msgstr "Veld bewerken" #. Default: "Edit fieldset" #: components/manage/Widgets/SchemaWidget msgid "Edit fieldset" -msgstr "" +msgstr "Veldenset bewerken" #. Default: "Edit recurrence" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Edit recurrence" -msgstr "" +msgstr "Herhaling bewerken" #. Default: "Edit values" #: components/manage/Form/InlineForm msgid "Edit values" -msgstr "" +msgstr "Waarden bewerken" #. Default: "Edit {title}" #: components/manage/Edit/Edit @@ -1267,68 +1267,68 @@ msgstr "{title} bewerken" #. Default: "Email" #: helpers/MessageLabels/MessageLabels msgid "Email" -msgstr "" +msgstr "E-mail" #. Default: "Email sent" #: components/theme/ContactForm/ContactForm msgid "Email sent" -msgstr "" +msgstr "E-mail verzonden" #. Default: "Embed code error, please follow the instructions and try again." #: components/manage/Blocks/Maps/Edit msgid "Embed code error, please follow the instructions and try again." -msgstr "" +msgstr "Insluitcode fout, volg de instructies en probeer opnieuw aub." #. Default: "Empty object list" #: components/manage/Widgets/ObjectListWidget msgid "Empty object list" -msgstr "" +msgstr "Lege objectenlijst" #. Default: "Enable" #: components/manage/Rules/Rules msgid "Enable" -msgstr "" +msgstr "Activeren" #. Default: "Enable editable Blocks" #: components/manage/Controlpanels/ContentTypeLayout msgid "Enable editable Blocks" -msgstr "" +msgstr "Editeerbare blokken activeren" #. Default: "Enabled" #: components/manage/Rules/Rules msgid "Enabled" -msgstr "" +msgstr "Geactiveerd" #. Default: "Enabled here?" #: components/manage/Rules/Rules msgid "Enabled here?" -msgstr "" +msgstr "Hier geactiveerd?" #. Default: "Enabled?" #: components/manage/Rules/Rules msgid "Enabled?" -msgstr "" +msgstr "Geactiveerd?" #. Default: "End Date" #: components/manage/Blocks/Search/components/DateRangeFacet #: components/manage/Contents/Contents msgid "End Date" -msgstr "" +msgstr "Einddatum" #. Default: "Enter URL or select an item" #: components/manage/AnchorPlugin/components/LinkButton/AddLinkForm msgid "Enter URL or select an item" -msgstr "" +msgstr "Vul de URL in of selecteer een item" #. Default: "Enter a username above to search or click 'Show All'" #: helpers/MessageLabels/MessageLabels msgid "Enter a username above to search or click 'Show All'" -msgstr "" +msgstr "Vul hierboven een gebruikersnaam in om te zoeken of klik 'Toon alles'" #. Default: "Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere." #: components/theme/Register/Register msgid "Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere." -msgstr "" +msgstr "Vul een e-mailadres in. Dit zal jouw inlognaam worden. Wij respecteren jouw privacy en zullen het niet delen met eender welke derde partij of het ergens blootstellen." #. Default: "Enter full name, e.g. John Smith." #: components/theme/Register/Register @@ -1338,32 +1338,32 @@ msgstr "Vul de volledige naam in, bijvoorbeeld Jan Smit." #. Default: "Enter map Embed Code" #: components/manage/Blocks/Maps/Edit msgid "Enter map Embed Code" -msgstr "" +msgstr "Vul de insluitcode van de kaart in" #. Default: "Enter the absolute path of the target. Target must exist or be an existing alternative URL path to the target." #: components/manage/Controlpanels/Aliases msgid "Enter the absolute path of the target. Target must exist or be an existing alternative url path to the target." -msgstr "" +msgstr "Vul het absolute pad van het doel in. Het doel moet bestaan of is een bestaand alternatief URL-pad naar het doel." #. Default: "Enter the absolute path where the alternative URL should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring." #: components/manage/Controlpanels/Aliases msgid "Enter the absolute path where the alternative url should exist. The path must start with '/'. Only URLs that result in a 404 not found page will result in a redirect occurring." -msgstr "" +msgstr "Vul het absolute pad in waar de alternatieve URL zou moeten staan. Het pad moet beginnen met '/'. Enkel URLs die een 404 pagina niet gevonden geven zullen doorverwezen worden." #. Default: "Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring." #: components/manage/Aliases/Aliases msgid "Enter the absolute path where the alternative url should exist. The path must start with '/'. Only urls that result in a 404 not found page will result in a redirect occurring." -msgstr "" +msgstr "Vul het absolute pad in waar de alternatieve URL zou moeten staan. Het pad moet beginnen met '/'. Enkel URLs die een 404 pagina niet gevonden geven zullen doorverwezen worden." #. Default: "Enter your current password." #: components/manage/Preferences/ChangePassword msgid "Enter your current password." -msgstr "Voer uw huidige wachtwoord in." +msgstr "Voer jouw huidige wachtwoord in." #. Default: "Enter your email for verification." #: components/theme/PasswordReset/PasswordReset msgid "Enter your email for verification." -msgstr "" +msgstr "Voer jouw e-mail in voor verificatie." #. Default: "Enter your new password. Minimum 8 characters." #: components/manage/Preferences/ChangePassword @@ -1374,12 +1374,12 @@ msgstr "Geef een nieuw wachtwoord op. Minimaal 8 karakters." #. Default: "Enter your username for verification." #: components/theme/PasswordReset/PasswordReset msgid "Enter your username for verification." -msgstr "" +msgstr "Voer jouw gebruikersnaam in voor verificatie." #. Default: "Entries" #: components/manage/Blocks/ToC/Schema msgid "Entries" -msgstr "" +msgstr "Vermeldingen" #. Default: "Error" #: components/manage/Add/Add @@ -1395,37 +1395,37 @@ msgstr "" #: components/theme/Login/Login #: helpers/MessageLabels/MessageLabels msgid "Error" -msgstr "" +msgstr "Fout" #. Default: "Event" #: components/manage/Controlpanels/Rules/Rules msgid "Event" -msgstr "" +msgstr "Evenement" #. Default: "Event end date must be on or after {startDateValueOrStartFieldName}" #: helpers/MessageLabels/MessageLabels msgid "Event end date must be on or after {startDateValueOrStartFieldName}" -msgstr "" +msgstr "Einddatum evenement moet op of na {startDateValueOrStartFieldName} zijn" #. Default: "Event listing" #: config/Views msgid "Event listing" -msgstr "" +msgstr "Evenementenlijst" #. Default: "Event start date must be on or before {endDateValueOrEndFieldName}" #: helpers/MessageLabels/MessageLabels msgid "Event start date must be on or before {endDateValueOrEndFieldName}" -msgstr "" +msgstr "Begindatum evenement moet op of voor {endDateValueOrEndFieldName} zijn" #. Default: "Event view" #: config/Views msgid "Event view" -msgstr "" +msgstr "Evenement weergave" #. Default: "Example" #: components/manage/Controlpanels/Aliases msgid "Example" -msgstr "" +msgstr "Voorbeeld" #. Default: "Exclude from navigation" #: components/manage/Contents/ContentsPropertiesModal @@ -1435,22 +1435,22 @@ msgstr "Sluit uit van de navigatiestructuur" #. Default: "Exclude this occurence" #: components/manage/Widgets/RecurrenceWidget/Occurences msgid "Exclude this occurence" -msgstr "" +msgstr "Deze gebeurtenis uitsluiten" #. Default: "Excluded from navigation" #: components/manage/Contents/Contents msgid "Excluded from navigation" -msgstr "" +msgstr "Uitgesloteh van navigatiestructuur" #. Default: "Existing alternative urls for this item" #: components/manage/Aliases/Aliases msgid "Existing alternative urls for this item" -msgstr "" +msgstr "Bestaande alternatieve URLs voor dit item" #. Default: "Expand sidebar" #: components/manage/Sidebar/Sidebar msgid "Expand sidebar" -msgstr "" +msgstr "Zijbalk uitvouwen" #. Default: "Expiration Date" #: components/manage/Contents/ContentsPropertiesModal @@ -1460,62 +1460,62 @@ msgstr "Vervaldatum" #. Default: "Expiration date" #: components/manage/Contents/Contents msgid "Expiration date" -msgstr "" +msgstr "Vervaldatum" #. Default: "Expired" #: components/manage/Contents/ContentsItem msgid "Expired" -msgstr "" +msgstr "Vervallen" #. Default: "External URL" #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "External URL" -msgstr "" +msgstr "Externe URL" #. Default: "Facet" #: components/manage/Blocks/Search/schema msgid "Facet" -msgstr "" +msgstr "Facet" #. Default: "Facet widget" #: components/manage/Blocks/Search/schema msgid "Facet widget" -msgstr "" +msgstr "Facet widget" #. Default: "Facets" #: components/manage/Blocks/Search/schema msgid "Facets" -msgstr "" +msgstr "Facetten" #. Default: "Facets on left side" #: config/Blocks msgid "Facets on left side" -msgstr "" +msgstr "Facetten aan linkerzijde" #. Default: "Facets on right side" #: config/Blocks msgid "Facets on right side" -msgstr "" +msgstr "Facetten aan rechterzijde" #. Default: "Facets on top" #: config/Blocks msgid "Facets on top" -msgstr "" +msgstr "Facetten bovenaan" #. Default: "Failed to undo transactions" #: components/manage/Controlpanels/UndoControlpanel msgid "Failed To Undo Transactions" -msgstr "" +msgstr "Transactie ongedaan maken mislukt" #. Default: "Field" #: components/manage/Blocks/Search/schema msgid "Field" -msgstr "" +msgstr "Veld" #. Default: "File" #: components/manage/Toolbar/Toolbar msgid "File" -msgstr "" +msgstr "Bestand" #. Default: "File size" #: components/manage/Contents/ContentsUploadModal @@ -1525,7 +1525,7 @@ msgstr "Bestandsgrootte" #. Default: "File view" #: config/Views msgid "File view" -msgstr "" +msgstr "Bestand weergave" #. Default: "Filename" #: components/manage/Contents/ContentsUploadModal @@ -1535,28 +1535,28 @@ msgstr "Bestandsnaam" #. Default: "Files uploaded: {uploadedFiles}" #: components/manage/Contents/ContentsUploadModal msgid "Files uploaded: {uploadedFiles}" -msgstr "Geüploade bestanden: {uploadedFiles}" +msgstr "Opgeladen bestanden: {uploadedFiles}" #. Default: "Filter" #: components/manage/Controlpanels/Aliases #: helpers/MessageLabels/MessageLabels msgid "Filter" -msgstr "" +msgstr "Filter" #. Default: "Filter Rules:" #: components/manage/Controlpanels/Rules/Rules msgid "Filter Rules:" -msgstr "" +msgstr "Filter regels:" #. Default: "Filter by path" #: components/manage/Controlpanels/Aliases msgid "Filter by prefix" -msgstr "" +msgstr "Filter op pad" #. Default: "Filter users by groups" #: helpers/MessageLabels/MessageLabels msgid "Filter users by groups" -msgstr "" +msgstr "Filter gebruikers per groep" #. Default: "Filter…" #: components/manage/Contents/Contents @@ -1566,54 +1566,54 @@ msgstr "Filter…" #. Default: "First" #: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField msgid "First" -msgstr "" +msgstr "Eerste" #. Default: "Fix relations" #: helpers/MessageLabels/MessageLabels msgid "Fix relations" -msgstr "" +msgstr "Herstel relaties" #. Default: "Fixed width columns" #: config/Blocks msgid "Fixed width table cells" -msgstr "" +msgstr "Vaste kolombreedte" #. Default: "Fold" #: components/manage/BlockChooser/BlockChooser msgid "Fold" -msgstr "" +msgstr "Opvouwen" #. Default: "Folder" #: components/manage/Contents/Contents msgid "Folder" -msgstr "" +msgstr "Map" #. Default: "Folder listing" #: config/Views msgid "Folder listing" -msgstr "" +msgstr "Mappenlijst" #. Default: "Forbidden" #: components/theme/Forbidden/Forbidden msgid "Forbidden" -msgstr "" +msgstr "Verboden" #. Default: "Fourth" #: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField msgid "Fourth" -msgstr "" +msgstr "Vierde" #. Default: "From" #: components/theme/ContactForm/ContactForm msgid "From" -msgstr "" +msgstr "Van" #. Default: "Full" #: components/manage/Blocks/Maps/Edit #: components/manage/Sidebar/AlignBlock #: components/manage/Widgets/AlignWidget msgid "Full" -msgstr "" +msgstr "Volledig" #. Default: "Full Name" #: components/theme/Register/Register @@ -1623,7 +1623,7 @@ msgstr "Volledige naam" #. Default: "Fullname" #: helpers/MessageLabels/MessageLabels msgid "Fullname" -msgstr "" +msgstr "Volledige naam" #. Default: "GNU GPL license" #: components/theme/Footer/Footer @@ -1633,113 +1633,113 @@ msgstr "GNU GPL licentie" #. Default: "General" #: components/manage/Controlpanels/Controlpanels msgid "General" -msgstr "" +msgstr "Algemeen" #. Default: "Global role" #: components/manage/Sharing/Sharing msgid "Global role" -msgstr "" +msgstr "Globale rol" #. Default: "Google Maps Embedded Block" #: components/manage/Blocks/Maps/Edit msgid "Google Maps Embedded Block" -msgstr "" +msgstr "Google Maps insluit blok" #. Default: "Grid" #: components/manage/Blocks/Grid/schema msgid "Grid" -msgstr "" +msgstr "Rooster" #. Default: "Group" #: components/manage/Sharing/Sharing msgid "Group" -msgstr "" +msgstr "Groep" #. Default: "Group created" #: helpers/MessageLabels/MessageLabels msgid "Group created" -msgstr "" +msgstr "Groep aangemaakt" #. Default: "Group deleted" #: helpers/MessageLabels/MessageLabels msgid "Group deleted" -msgstr "" +msgstr "Groep gewist" #. Default: "Group roles updated" #: helpers/MessageLabels/MessageLabels msgid "Group roles updated" -msgstr "" +msgstr "Groepsrollen bijgewerkt" #. Default: "Groupname" #: components/manage/Controlpanels/Groups/GroupsControlpanel #: helpers/MessageLabels/MessageLabels msgid "Groupname" -msgstr "" +msgstr "Groepsnaam" #. Default: "Groups" #: components/manage/Controlpanels/Controlpanels #: components/manage/Controlpanels/Groups/GroupsControlpanel #: helpers/MessageLabels/MessageLabels msgid "Groups" -msgstr "" +msgstr "Groepen" #. Default: "Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group." #: components/manage/Controlpanels/Groups/GroupsControlpanel msgid "Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group." -msgstr "" +msgstr "Groepen zijn logische verzamelingen van gebruikers, zoals afdelingen of bedrijfstakken. Groepen zijnn niet rechtstreeks gerelateerd aan rechten op het globale niveau - je gebruikt daar Rollen voor, waar je bepaalde groepen een specifieke rol geeft. Het symbool {plone_svg} duidt op een overgeërfde rol uit een andere groep." #. Default: "Header cell" #: config/Blocks msgid "Header cell" -msgstr "" +msgstr "Kopcel" #. Default: "Headline" #: components/manage/Blocks/Grid/schema #: components/manage/Blocks/Listing/schema #: components/manage/Blocks/Search/schema msgid "Headline" -msgstr "" +msgstr "Hoofding" #. Default: "Headline level" #: components/manage/Blocks/Listing/schema msgid "Headline level" -msgstr "" +msgstr "Hoofding niveau" #. Default: "Hidden facets will still filter the results if proper parameters are passed in URLs" #: components/manage/Blocks/Search/schema msgid "Hidden facets will still filter the results if proper parameters are passed in URLs" -msgstr "" +msgstr "Verborgen facetten zullen de resultaten blijven filteren indien de gepaste parameters in de URLs zijn meegegeven" #. Default: "Hide Replies" #: components/theme/Comments/Comments msgid "Hide Replies" -msgstr "" +msgstr "Antwoorden verbergen" #. Default: "Hide facet?" #: components/manage/Blocks/Search/schema msgid "Hide facet?" -msgstr "" +msgstr "Facet verbergen?" #. Default: "Hide filters" #: components/manage/Blocks/Search/components/Facets msgid "Hide filters" -msgstr "" +msgstr "Filters verbergen" #. Default: "Hide title" #: components/manage/Blocks/ToC/Schema msgid "Hide title" -msgstr "" +msgstr "Titel verbergen" #. Default: "History" #: components/manage/History/History #: components/manage/Toolbar/More msgid "History" -msgstr "" +msgstr "Geschiedenis" #. Default: "#" #: components/manage/History/History msgid "History Version Number" -msgstr "" +msgstr "Versienummer geschiedenis" #. Default: "History of {title}" #: components/manage/History/History @@ -1759,17 +1759,17 @@ msgstr "Home" #. Default: "ID" #: components/manage/Contents/Contents msgid "ID" -msgstr "" +msgstr "ID" #. Default: "Icon View" #: components/manage/Sidebar/ObjectBrowserBody msgid "Icon View" -msgstr "" +msgstr "Icoon weergave" #. Default: "If all of the following conditions are met:" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "If all of the following conditions are met:" -msgstr "" +msgstr "Indien elk van volgende condities van toepassing zijn:" #. Default: "If selected, this item will not appear in the navigation tree" #: components/manage/Contents/ContentsPropertiesModal @@ -1779,50 +1779,50 @@ msgstr "Indien geselecteerd, wordt het item niet getoond in de navigatiestructuu #. Default: "If this date is in the future, the content will not show up in listings and searches until this date." #: components/manage/Contents/ContentsPropertiesModal msgid "If this date is in the future, the content will not show up in listings and searches until this date." -msgstr "Wanneer deze datum in de toekomst is zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten totdat deze datum bereikt is." +msgstr "Indien dit een datum in de toekomst is, zal de inhoud niet langer zichtbaar zijn in lijsten en zoekresultaten totdat deze datum bereikt is." #. Default: "If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it." #: components/manage/LockingToastsFactory/LockingToastsFactory msgid "If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it." -msgstr "" +msgstr "Als je zeker bent dat deze gebruiker het object heeft verlaten, kan je het object ontgrendelen. Dan kan je kan het bewerken." #. Default: "If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}." #: components/theme/NotFound/NotFound #: components/theme/Unauthorized/Unauthorized msgid "If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}." -msgstr "Indien u er zeker van bent dat u het webadres goed heeft, maar toch een foutmelding krijgt, neem dan contact op met {site_admin}." +msgstr "Als je zeker bent dat je het webadres goed hebt, maar toch een foutmelding krijgt, neem dan contact op met {site_admin}." #. Default: "Image" #: components/manage/Blocks/Image/ImageSidebar #: components/manage/Blocks/Image/schema #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "Image" -msgstr "" +msgstr "Afbeelding" #. Default: "Image gallery" #: config/Blocks msgid "Image gallery" -msgstr "" +msgstr "Afbeeldingen galerij" #. Default: "Image override" #: components/manage/Blocks/Teaser/schema msgid "Image override" -msgstr "" +msgstr "Afbeelding overschrijven" #. Default: "Image size" #: components/manage/Blocks/Image/schema msgid "Image size" -msgstr "" +msgstr "Afbeelding grootte" #. Default: "Image view" #: config/Views msgid "Image view" -msgstr "" +msgstr "Afbeelding weergave" #. Default: "Include this occurrence" #: components/manage/Widgets/RecurrenceWidget/Occurences msgid "Include this occurence" -msgstr "" +msgstr "Deze gebeurtenis opnemen" #. Default: "Info" #: components/manage/Controlpanels/ContentType @@ -1830,12 +1830,12 @@ msgstr "" #: components/manage/Controlpanels/ContentTypeSchema #: components/manage/Controlpanels/Controlpanel msgid "Info" -msgstr "" +msgstr "Info" #. Default: "You have selected the option 'many users' or 'many groups'. Thus this control panel asks for input to show users and groups. If you want to see users and groups instantaneous, head over to user group settings. See the button on the left." #: components/manage/Controlpanels/Users/UserGroupMembershipControlPanel msgid "InfoUserGroupSettings" -msgstr "" +msgstr "Je hebt de optie 'veel gebruikers' of 'veel groepen' geselecteerd. Daarom vraag dit paneel om een invoer om gebruikers of groepen weer te geven. Indien je gebruikers of groepen meteen wil zien, ga naar de gebruikersgroep instellingen. Zie knop aan linkerzijde." #. Default: "Inherit permissions from higher levels" #: components/manage/Sharing/Sharing @@ -1845,113 +1845,113 @@ msgstr "Rechten overnemen van bovenliggende map" #. Default: "Inherited value" #: components/manage/Sharing/Sharing msgid "Inherited value" -msgstr "" +msgstr "Overgeërfde waarde" #. Default: "Insert col after" #: config/Blocks msgid "Insert col after" -msgstr "" +msgstr "Kolom rechts invoegen" #. Default: "Insert col before" #: config/Blocks msgid "Insert col before" -msgstr "" +msgstr "Kolom links invoegen" #. Default: "Insert row after" #: config/Blocks msgid "Insert row after" -msgstr "" +msgstr "Rij onder invoegen" #. Default: "Insert row before" #: config/Blocks msgid "Insert row before" -msgstr "" +msgstr "Rij boven toevoegen" #. Default: "Inspect relations" #: helpers/MessageLabels/MessageLabels msgid "Inspect relations" -msgstr "" +msgstr "Relaties inspecteren" #. Default: "Install" #: components/manage/Controlpanels/AddonsControlpanel msgid "Install" -msgstr "" +msgstr "Installeren" #. Default: "Installed" #: components/manage/Controlpanels/AddonsControlpanel msgid "Installed" -msgstr "" +msgstr "Geïnstalleerd" #. Default: "Installed version" #: components/manage/Controlpanels/AddonsControlpanel msgid "Installed version" -msgstr "" +msgstr "Geïnstalleerde versie" #. Default: "Installing a third party add-on" #: components/manage/Controlpanels/AddonsControlpanel msgid "Installing a third party add-on" -msgstr "" +msgstr "Installeer een derde partij module" #. Default: "days" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Interval Daily" -msgstr "" +msgstr "Herhaal dagelijks" #. Default: "Month(s)" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Interval Monthly" -msgstr "" +msgstr "Herhaal maandelijks" #. Default: "week(s)" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Interval Weekly" -msgstr "" +msgstr "Herhaal wekeloijks" #. Default: "year(s)" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Interval Yearly" -msgstr "" +msgstr "Herhaal jaarlijks" #. Default: "Invalid block - Will be removed on saving" #: components/manage/Blocks/Block/DefaultView #: components/theme/View/RenderBlocks msgid "Invalid Block" -msgstr "" +msgstr "Ongeldig blok - wordt verwijderd bij opslaan" #. Default: "Invalid teaser source" #: components/manage/Blocks/Teaser/Data msgid "Invalid teaser source" -msgstr "" +msgstr "Ongeldige bron voorproefje" #. Default: "It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them." #: helpers/MessageLabels/MessageLabels msgid "It is not allowed to define both the password and to request sending the password reset message by e-mail. You need to select one of them." -msgstr "" +msgstr "Het is niet toegestaan ​​om zowel het wachtwoord in te stellen als het verzoek om het wachtwoordherstelbericht per e-mail te verzenden. Je moet een van beide kiezen." #. Default: "Item batch size" #: components/manage/Widgets/QuerystringWidget msgid "Item batch size" -msgstr "" +msgstr "Item batch grootte" #. Default: "Item successfully moved." #: components/manage/Contents/Contents msgid "Item successfully moved." -msgstr "" +msgstr "Item succesvol verplaatst." #. Default: "Item(s) copied." #: components/manage/Contents/Contents msgid "Item(s) copied." -msgstr "Item(s) gekopieerd" +msgstr "Item(s) gekopieerd." #. Default: "Item(s) cut." #: components/manage/Contents/Contents msgid "Item(s) cut." -msgstr "Item(d) geknipt." +msgstr "Item(s) geknipt." #. Default: "Item(s) has been updated." #: components/manage/Contents/Contents msgid "Item(s) has been updated." -msgstr "" +msgstr "Item(s) werd(en) bijgewerkt." #. Default: "Item(s) pasted." #: components/manage/Actions/Actions @@ -1962,12 +1962,12 @@ msgstr "Item(s) geplakt." #. Default: "Item(s) state has been updated." #: components/manage/Contents/Contents msgid "Item(s) state has been updated." -msgstr "" +msgstr "Status van item(s) werd(en) bijgewerkt." #. Default: "Items" #: components/manage/Controlpanels/ContentTypes msgid "Items" -msgstr "" +msgstr "Items" #. Default: "Items must be unique." #: components/manage/Form/ModalForm @@ -1978,7 +1978,7 @@ msgstr "Items moeten uniek zijn." #. Default: "Label" #: components/manage/Blocks/Search/schema msgid "Label" -msgstr "" +msgstr "Label" #. Default: "Language" #: components/manage/Preferences/PersonalPreferences @@ -1988,27 +1988,27 @@ msgstr "Taal" #. Default: "Language independent field." #: components/manage/Widgets/FormFieldWrapper msgid "Language independent field." -msgstr "" +msgstr "Taalonafhankelijk veld." #. Default: "This is a language independent field. Any value you enter here will overwrite the corresponding field of all members of the translation group when you save this form." #: components/manage/Widgets/FormFieldWrapper msgid "Language independent icon title" -msgstr "" +msgstr "Dit is een taalonafhankelijk veld. Elke hier ingevoerde waarde, overschrijft het overeenkomstige veld van alle leden van de vertaalgroep wanneer je dit formulier opslaat." #. Default: "Large" #: components/manage/Widgets/ImageSizeWidget msgid "Large" -msgstr "" +msgstr "Groot" #. Default: "Last" #: components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthIndexField msgid "Last" -msgstr "" +msgstr "Laatste" #. Default: "Last comment date" #: components/manage/Contents/Contents msgid "Last comment date" -msgstr "" +msgstr "Laatste commentaardatum" #. Default: "Last modified" #: components/manage/Contents/ContentsUploadModal @@ -2018,119 +2018,119 @@ msgstr "Laatst gewijzigd" #. Default: "Latest available configuration" #: components/manage/Controlpanels/UpgradeControlPanel msgid "Latest available configuration" -msgstr "" +msgstr "Laatst beschikbare configuratie" #. Default: "Latest version" #: components/manage/Controlpanels/AddonsControlpanel msgid "Latest version" -msgstr "" +msgstr "Laatste versie" #. Default: "Layout" #: components/manage/Controlpanels/ContentTypesActions msgid "Layout" -msgstr "" +msgstr "Lay-out" #. Default: "Lead Image" #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "Lead Image" -msgstr "" +msgstr "Leidende afbeelding" #. Default: "Left" #: components/manage/Blocks/Maps/Edit #: components/manage/Sidebar/AlignBlock #: components/manage/Widgets/AlignWidget msgid "Left" -msgstr "" +msgstr "Links" #. Default: "Less filters" #: components/manage/Blocks/Search/components/Facets msgid "Less filters" -msgstr "" +msgstr "Minder filters" #. Default: "Link" #: components/manage/Toolbar/Toolbar msgid "Link" -msgstr "" +msgstr "Koppeling" #. Default: "Anchor link copied to the clipboard" #: helpers/MessageLabels/MessageLabels msgid "Link copied to clipboard" -msgstr "" +msgstr "Koppeling gekopieerd naar klembord" #. Default: "Link more" #: components/manage/Blocks/Listing/schema msgid "Link more" -msgstr "" +msgstr "Meer koppelen" #. Default: "Link redirect view" #: config/Views msgid "Link redirect view" -msgstr "" +msgstr "Doorverwijsweergave koppelen" #. Default: "Link settings" #: components/manage/Blocks/Image/schema msgid "Link settings" -msgstr "" +msgstr "Instellingen koppeling" #. Default: "Link Title" #: components/manage/Blocks/Listing/schema msgid "Link title" -msgstr "" +msgstr "Titel koppelen" #. Default: "Link to" #: components/manage/Blocks/Image/schema #: components/manage/Blocks/LeadImage/LeadImageSidebar #: components/manage/Blocks/Listing/schema msgid "Link to" -msgstr "" +msgstr "Koppelen naar" #. Default: "Link translation for" #: components/manage/Multilingual/ManageTranslations msgid "Link translation for" -msgstr "" +msgstr "Vertaling koppelen voor" #. Default: "Linking this item with hyperlink in text" #: components/manage/LinksToItem/LinksToItem msgid "Linking this item with hyperlink in text" -msgstr "" +msgstr "Dit item koppelen met een hyperlink in de tekst" #. Default: "Links and references" #: components/manage/LinksToItem/LinksToItem #: components/manage/Toolbar/More msgid "Links and references" -msgstr "" +msgstr "Koppelingen en referenties" #. Default: "List View" #: components/manage/Sidebar/ObjectBrowserBody msgid "List View" -msgstr "" +msgstr "Lijst weergave" #. Default: "Listing" #: components/manage/Blocks/Listing/schema msgid "Listing" -msgstr "" +msgstr "Lijst" #. Default: "Listing view" #: config/Views msgid "Listing view" -msgstr "" +msgstr "Lijst weergave" #. Default: "Load more..." #: components/theme/Comments/Comments msgid "Load more" -msgstr "" +msgstr "Meer laden..." #. Default: "Loading." #: components/manage/Controlpanels/Groups/GroupsControlpanel #: components/manage/Controlpanels/Users/UsersControlpanel #: components/manage/Form/ModalForm msgid "Loading" -msgstr "" +msgstr "Laden" #. Default: "Login" #: components/theme/Login/Login msgid "Log In" -msgstr "" +msgstr "Aanmelden" #. Default: "Log in" #: components/theme/Anontools/Anontools @@ -2141,17 +2141,17 @@ msgstr "Inloggen" #. Default: "Logged out" #: components/theme/Logout/Logout msgid "Logged out" -msgstr "" +msgstr "Afgemeld" #. Default: "Login" #: components/theme/Login/Login msgid "Login" -msgstr "" +msgstr "Login" #. Default: "Login Failed" #: components/theme/Login/Login msgid "Login Failed" -msgstr "" +msgstr "Aanmelden mislukt" #. Default: "Login Name" #: components/theme/Login/Login @@ -2161,155 +2161,155 @@ msgstr "Gebruikersnaam" #. Default: "Logo of" #: components/theme/Logo/Logo msgid "Logo of" -msgstr "" +msgstr "Logo van" #. Default: "Logout" #: components/manage/Toolbar/PersonalTools msgid "Logout" -msgstr "" +msgstr "Afmelden" #. Default: "Made by {creator} on {date}. This is not a working copy anymore, but the main content." #: components/manage/Toolbar/More msgid "Made by {creator} on {date}. This is not a working copy anymore, but the main content." -msgstr "" +msgstr "Gemaakt door {creator} op {date}. Dit is geen werkkopij meer, maar de inhoud zelf." #. Default: "Reduce cell padding" #: config/Blocks msgid "Make the table compact" -msgstr "" +msgstr "Verminder celvulling" #. Default: "Manage Translations" #: components/manage/Multilingual/ManageTranslations #: components/manage/Toolbar/More msgid "Manage Translations" -msgstr "" +msgstr "Vertalingen beheren" #. Default: "Manage content…" #: components/manage/Toolbar/More msgid "Manage content…" -msgstr "" +msgstr "Inhoud beheren…" #. Default: "Manage translations for {title}" #: components/manage/Multilingual/ManageTranslations msgid "Manage translations for {title}" -msgstr "" +msgstr "Vertaling beheren voor {title}" #. Default: "Manual" #: components/manage/Controlpanels/Aliases msgid "Manual" -msgstr "" +msgstr "Manueel" #. Default: "Manually" #: components/manage/Controlpanels/Aliases msgid "Manually" -msgstr "" +msgstr "Manueel" #. Default: "Manually or automatically added?" #: components/manage/Controlpanels/Aliases msgid "Manually or automatically added?" -msgstr "" +msgstr "Manueel of automatisch toegevoegd?" #. Default: "Many relations found. Please search." #: helpers/MessageLabels/MessageLabels msgid "Many relations found. Please search." -msgstr "" +msgstr "Veel relaties gevonden. Zoek aub." #. Default: "Maps" #: components/manage/Blocks/Maps/MapsSidebar #: components/manage/Blocks/Maps/schema msgid "Maps" -msgstr "" +msgstr "Kaarten" #. Default: "Maps URL" #: components/manage/Blocks/Maps/schema msgid "Maps URL" -msgstr "" +msgstr "Kaarten URL" #. Default: "Maximum length is {len}." #: helpers/MessageLabels/MessageLabels msgid "Maximum length is {len}." -msgstr "" +msgstr "Maximum lengte is {len}." #. Default: "Maximum value is {len}." #: helpers/MessageLabels/MessageLabels msgid "Maximum value is {len}." -msgstr "" +msgstr "Maximum lengte is {len}." #. Default: "Medium" #: components/manage/Widgets/ImageSizeWidget msgid "Medium" -msgstr "" +msgstr "Gemiddeld" #. Default: "Membership updated" #: helpers/MessageLabels/MessageLabels msgid "Membership updated" -msgstr "" +msgstr "Lidmaatschap bijgewerkt" #. Default: "Message" #: components/theme/ContactForm/ContactForm msgid "Message" -msgstr "" +msgstr "Bericht" #. Default: "Minimum length is {len}." #: components/manage/Form/ModalForm #: helpers/MessageLabels/MessageLabels msgid "Minimum length is {len}." -msgstr "Minimum lengte is {len}" +msgstr "Minimum lengte is {len}." #. Default: "Minimum value is {len}." #: helpers/MessageLabels/MessageLabels msgid "Minimum value is {len}." -msgstr "" +msgstr "Minimum lengte is {len}." #. Default: "Moderate Comments" #: components/manage/Controlpanels/Controlpanels msgid "Moderate Comments" -msgstr "" +msgstr "Commentaren modereren" #. Default: "Moderate comments" #: components/manage/Controlpanels/ModerateComments msgid "Moderate comments" -msgstr "" +msgstr "Commentaren modereren" #. Default: "Monday and Friday" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Monday and Friday" -msgstr "" +msgstr "Maandag en vrijdag" #. Default: "Day" #: components/manage/Widgets/RecurrenceWidget/ByMonthDayField msgid "Month day" -msgstr "" +msgstr "Dag van de maand" #. Default: "Monthly" #: components/manage/Widgets/RecurrenceWidget/RecurrenceWidget msgid "Monthly" -msgstr "" +msgstr "Maandelijks" #. Default: "More" #: components/manage/Toolbar/Toolbar msgid "More" -msgstr "" +msgstr "Meer" #. Default: "More filters" #: components/manage/Blocks/Search/components/Facets msgid "More filters" -msgstr "" +msgstr "Meer filters" #. Default: "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide." #: components/manage/Controlpanels/UpgradeControlPanel msgid "More information about the upgrade procedure can be found in the documentation section of plone.org in the Upgrade Guide." -msgstr "" +msgstr "Meer informatie over de upgrade procedure kan je vinden in de documentatierubriek van plone.org in de Upgrade gids." #. Default: "Mosaic layout" #: config/Views msgid "Mosaic layout" -msgstr "" +msgstr "Mosaic lay-out" #. Default: "Move down" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Move down" -msgstr "" +msgstr "Beweeg omlaag" #. Default: "Move to bottom of folder" #: components/manage/Contents/ContentsItem @@ -2324,17 +2324,17 @@ msgstr "Verplaats naar boven in de map" #. Default: "Move up" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Move up" -msgstr "" +msgstr "Beweeg omhoog" #. Default: "Multiple choices?" #: components/manage/Blocks/Search/schema msgid "Multiple choices?" -msgstr "" +msgstr "Meerdere keuzes?" #. Default: "My email is" #: components/theme/PasswordReset/PasswordReset msgid "My email is" -msgstr "" +msgstr "Mijn e-mail is" #. Default: "My user name is" #: components/theme/PasswordReset/PasswordReset @@ -2350,17 +2350,17 @@ msgstr "Naam" #. Default: "Narrow" #: components/manage/Widgets/AlignWidget msgid "Narrow" -msgstr "" +msgstr "Smal" #. Default: "Navigate back" #: error msgid "Navigate back" -msgstr "" +msgstr "Navigeer terug" #. Default: "Navigation" #: components/theme/Navigation/ContextNavigation msgid "Navigation" -msgstr "" +msgstr "Navigatie" #. Default: "New password" #: components/manage/Preferences/ChangePassword @@ -2371,98 +2371,98 @@ msgstr "Nieuw wachtwoord" #. Default: "News Item" #: components/manage/Toolbar/Toolbar msgid "News Item" -msgstr "" +msgstr "Nieuwsbericht" #. Default: "News item view" #: config/Views msgid "News item view" -msgstr "" +msgstr "Nieuwsbericht weergave" #. Default: "No" #: components/manage/Contents/ContentsItem #: components/manage/Controlpanels/ContentTypes msgid "No" -msgstr "" +msgstr "Nee" #. Default: "No transactions found" #: components/manage/Controlpanels/UndoControlpanel msgid "No Transactions Found" -msgstr "" +msgstr "Geen transacties gevonden" #. Default: "No transactions selected" #: components/manage/Controlpanels/UndoControlpanel msgid "No Transactions Selected" -msgstr "" +msgstr "Geen transacties geselecteerd" #. Default: "No transactions selected to do undo" #: components/manage/Controlpanels/UndoControlpanel msgid "No Transactions Selected To Do Undo" -msgstr "" +msgstr "Geen transacties geselecteerd om ongedaan te maken" #. Default: "No Video selected" #: components/manage/Blocks/Video/VideoSidebar msgid "No Video selected" -msgstr "" +msgstr "Geen video geselecteerd" #. Default: "No addons found" #: components/manage/Controlpanels/VersionOverview msgid "No addons found" -msgstr "" +msgstr "Geen modules gevonden" #. Default: "No broken relations found." #: components/manage/Controlpanels/Relations/RelationsMatrix msgid "No broken relations found." -msgstr "" +msgstr "Geen gebroken relaties gevonden." #. Default: "There is no connection to the server, due to a timeout o no network connection." #: components/theme/RequestTimeout/RequestTimeout msgid "No connection to the server" -msgstr "" +msgstr "Er is geen verbinding naar de server, wegens een timeout of geen netwerkverbinding." #. Default: "No image selected" #: components/manage/Blocks/Image/ImageSidebar msgid "No image selected" -msgstr "" +msgstr "Geen afbeelding geselecteerd" #. Default: "No image set in Lead Image content field" #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "No image set in Lead Image content field" -msgstr "" +msgstr "Geen afbeelding ingesteld in het inhoiudsveld Leidende afbeelding" #. Default: "No image set in image content field" #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "No image set in image content field" -msgstr "" +msgstr "Geen afbeelding ingesteld in het inhoudsveld Afbeelding" #. Default: "No images found." #: components/manage/Blocks/Listing/GalleryNoResultsComponent msgid "No images found." -msgstr "" +msgstr "Geen afbeeldingen gevonden." #. Default: "No items found in this container." #: components/manage/Blocks/Listing/ListingBody msgid "No items found in this container." -msgstr "" +msgstr "Geen items gevonden in deze container." #. Default: "No items selected" #: components/manage/Widgets/ObjectBrowserWidget msgid "No items selected" -msgstr "" +msgstr "Geen items geselecteerd" #. Default: "No links to this item found." #: components/manage/LinksToItem/LinksToItem msgid "No links to this item found." -msgstr "" +msgstr "Geen koppelingen naar dit item gevonden." #. Default: "No map selected" #: components/manage/Blocks/Maps/MapsSidebar msgid "No map selected" -msgstr "" +msgstr "Geen kaart geselecteerd" #. Default: "No occurences set" #: components/manage/Widgets/RecurrenceWidget/Occurences msgid "No occurences set" -msgstr "" +msgstr "Geen gebeurtenissen ingesteld" #. Default: "No options" #: components/manage/Widgets/ArrayWidget @@ -2470,41 +2470,41 @@ msgstr "" #: components/manage/Widgets/SelectWidget #: components/manage/Widgets/TokenWidget msgid "No options" -msgstr "" +msgstr "Geen opties" #. Default: "No relation found" #: helpers/MessageLabels/MessageLabels msgid "No relation found" -msgstr "" +msgstr "Geen relaties gevonden" #. Default: "No results found" #: components/manage/BlockChooser/BlockChooser #: components/theme/Search/Search msgid "No results found" -msgstr "" +msgstr "Geen resultaten gevonden" #. Default: "No results found." #: components/manage/Blocks/Listing/DefaultNoResultsComponent #: components/manage/Widgets/ReferenceWidget msgid "No results found." -msgstr "" +msgstr "Geen resultaten gevonden." #. Default: "No selection" #: components/manage/Blocks/Search/components/SortOn #: components/manage/Widgets/QuerySortOnWidget #: components/manage/Widgets/QuerystringWidget msgid "No selection" -msgstr "" +msgstr "Geen selectie" #. Default: "This addon does not provide an uninstall profile." #: components/manage/Controlpanels/AddonsControlpanel msgid "No uninstall profile" -msgstr "" +msgstr "Geen deïnstalleer profiel" #. Default: "No user found" #: helpers/MessageLabels/MessageLabels msgid "No user found" -msgstr "" +msgstr "Geen gebruiker gevonden" #. Default: "No value" #: components/manage/Widgets/ArrayWidget @@ -2512,43 +2512,43 @@ msgstr "" #: components/manage/Widgets/SelectUtils #: components/manage/Widgets/SelectWidget msgid "No value" -msgstr "" +msgstr "Geen waarde" #. Default: "No workflow" #: components/manage/Workflow/Workflow msgid "No workflow" -msgstr "" +msgstr "Geen werkstroom" #. Default: "None" #: components/manage/Contents/Contents #: components/manage/Contents/ContentsItem msgid "None" -msgstr "Niks" +msgstr "Geen" #. Default: "Note" #: components/manage/Controlpanels/UndoControlpanel msgid "Note" -msgstr "" +msgstr "Opmerking" #. Default: "Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group." #: components/manage/Controlpanels/Users/UsersControlpanel msgid "Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group." -msgstr "" +msgstr "Merk op dat de hier ingestelde rollen ditrect toegepast worden op een gebruiker. Het symbool {plone_svg} duidt op een overgeërfde rol van een groepslidmaatschap." #. Default: "Number of active objects" #: components/manage/Controlpanels/DatabaseInformation msgid "Number of active objects" -msgstr "" +msgstr "Aantal actieve objecten" #. Default: "Object Size" #: components/manage/Contents/Contents msgid "Object Size" -msgstr "" +msgstr "Object grootte" #. Default: "occurrence(s)" #: components/manage/Widgets/RecurrenceWidget/EndField msgid "Occurences" -msgstr "" +msgstr "Gebeurtenissen" #. Default: "Ok" #: components/manage/Delete/Delete @@ -2558,55 +2558,55 @@ msgstr "Ok" #. Default: "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines." #: components/manage/Widgets/IdWidget msgid "Only 7-bit bytes characters are allowed. Cannot contain uppercase letters, special characters: <, >, &, #, /, ?, or others that are illegal in URLs. Cannot start with: _, aq_, @@, ++. Cannot end with __. Cannot be: request,contributors, ., .., "". Cannot contain new lines." -msgstr "" +msgstr "Enkel 7-bit byte-karakters zijn toegestaan. Kan geen hoofdletters, speciale tekens: <, >, &, #, /, ?, of andere bevatten die niet in URLs mogen voorkomen. Mag niet beginnen met: _, aq_, @@, ++. Mag niet eindigen met __. Kan geen: request,contributors, ., .., \"\" zijn. Mag geen regelomloop (newline) bevatten." #. Default: "Open in a new tab" #: components/manage/Blocks/Image/schema #: components/manage/Blocks/LeadImage/LeadImageSidebar #: components/manage/Blocks/Teaser/schema msgid "Open in a new tab" -msgstr "" +msgstr "In een nieuwe tab openen" #. Default: "Open menu" #: components/theme/Navigation/Navigation msgid "Open menu" -msgstr "" +msgstr "Menu openen" #. Default: "Open object browser" #: components/manage/AnchorPlugin/components/LinkButton/AddLinkForm #: components/manage/Widgets/ObjectBrowserWidget msgid "Open object browser" -msgstr "" +msgstr "Objectverkenner openen" #. Default: "Order" #: components/manage/Sidebar/Sidebar msgid "Order" -msgstr "" +msgstr "Sorteren" #. Default: "Ordered" #: components/manage/Blocks/ToC/Schema msgid "Ordered" -msgstr "" +msgstr "Gesorteerd" #. Default: "Origin" #: components/manage/Blocks/LeadImage/LeadImageSidebar msgid "Origin" -msgstr "" +msgstr "Afkomst" #. Default: "Overview of relations of all content items" #: components/manage/LinksToItem/LinksToItem msgid "Overview of relations of all content items" -msgstr "" +msgstr "Overzicht van relaties voor alle inhoudsitems" #. Default: "Page" #: components/manage/Toolbar/Toolbar msgid "Page" -msgstr "" +msgstr "Pagina" #. Default: "Parent fieldset" #: components/manage/Widgets/SchemaWidget msgid "Parent fieldset" -msgstr "" +msgstr "Bovenliggende veldenset" #. Default: "Password" #: components/theme/Login/Login @@ -2618,12 +2618,12 @@ msgstr "Wachtwoord" #: components/theme/PasswordReset/PasswordReset #: components/theme/PasswordReset/RequestPasswordReset msgid "Password reset" -msgstr "" +msgstr "Wachtwoordherstel" #. Default: "Passwords do not match." #: components/theme/PasswordReset/PasswordReset msgid "Passwords do not match." -msgstr "" +msgstr "Wachtwoorden komen niet overeen." #. Default: "Paste" #: components/manage/Actions/Actions @@ -2634,22 +2634,22 @@ msgstr "Plakken" #. Default: "Paste blocks" #: helpers/MessageLabels/MessageLabels msgid "Paste blocks" -msgstr "" +msgstr "Blokken plakken" #. Default: "Perform the following actions:" #: components/manage/Controlpanels/Rules/ConfigureRule msgid "Perform the following actions:" -msgstr "" +msgstr "Voer volgende acties uit:" #. Default: "Permissions have been updated successfully" #: components/manage/Sharing/Sharing msgid "Permissions have been updated successfully" -msgstr "" +msgstr "Rechten zijn succesvol bijgewerkt" #. Default: "Permissions updated" #: components/manage/Sharing/Sharing msgid "Permissions updated" -msgstr "" +msgstr "Rechten bijgewerkt" #. Default: "Personal Information" #: components/manage/Toolbar/Toolbar @@ -2666,57 +2666,57 @@ msgstr "Persoonlijke voorkeuren" #: components/manage/Toolbar/More #: components/manage/Toolbar/Toolbar msgid "Personal tools" -msgstr "" +msgstr "Persoonlijke hulpmiddelen" #. Default: "Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first." #: components/manage/Contents/ContentsPropertiesModal msgid "Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first." -msgstr "Gebruikers die verantwoordelijk zijn voor de inhoud van dit item. De eindverantwoordelijke vermeldt u als eerste." +msgstr "Personen die verantwoordelijk zijn voor het maken van inhoud voor dit item. De eindverantwoordelijke vermeld je als eerste." #. Default: "Please choose an existing content as source for this element" #: components/manage/Blocks/Teaser/DefaultBody msgid "Please choose an existing content as source for this element" -msgstr "" +msgstr "Kies een bestaande inhoud als bron voor dit element aub" #. Default: "Please continue with the upgrade." #: components/manage/Controlpanels/Controlpanels msgid "Please continue with the upgrade." -msgstr "" +msgstr "Ga verder met de upgrade aub." #. Default: "Please ensure you have a backup of your site before performing the upgrade." #: components/manage/Controlpanels/UpgradeControlPanel msgid "Please ensure you have a backup of your site before performing the upgrade." -msgstr "" +msgstr "Zorg dat je een backup van de site hebt vooraleer de upgrade uit te voeren aub." #. Default: "Please enter a valid URL by deleting the block and adding a new video block." #: components/manage/Blocks/Video/Body msgid "Please enter a valid URL by deleting the block and adding a new video block." -msgstr "" +msgstr "Vul een geldige URL in door het blok te verwijderen en het toevoegen van een nieuw video blok." #. Default: "Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the +```{youtube} kHec4MXH8vo +:privacy_mode: +:width: 100% +``` ## Presentations at Plone Conferences (PloneConf) and other events diff --git a/docs/source/user-manual/copy-paste-blocks.md b/docs/source/user-manual/copy-paste-blocks.md index f15f3b1616..4fbc68e769 100644 --- a/docs/source/user-manual/copy-paste-blocks.md +++ b/docs/source/user-manual/copy-paste-blocks.md @@ -28,6 +28,7 @@ This will select all the blocks between the start and end blocks, allowing you t ````{only} not text ```{video} ../_static/user-manual/blocks/block-copy-cut.mp4 +:alt: Copy or cut a block in Volto ``` ```` @@ -44,5 +45,6 @@ Also if you hold the {kbd}`ctrl` key while clicking the paste button, it keeps t ````{only} not text ```{video} ../_static/user-manual/blocks/block-paste.mp4 +:alt: Paste a block in Volto ``` ```` diff --git a/packages/volto/news/6486.documentation b/packages/volto/news/6486.documentation new file mode 100644 index 0000000000..66b5bd33a6 --- /dev/null +++ b/packages/volto/news/6486.documentation @@ -0,0 +1 @@ +Add support for sphinxcontrib-youtube. @stevepiercy diff --git a/requirements-docs.txt b/requirements-docs.txt index 406c7f60cd..3dad3b11f9 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -6,5 +6,6 @@ sphinx-autobuild sphinx-copybutton sphinx-examples sphinxcontrib-video +sphinxcontrib-youtube sphinxext-opengraph vale From d320bfe4737048d0add47f246ddec8d2830dceca Mon Sep 17 00:00:00 2001 From: Andrea Cecchi Date: Tue, 19 Nov 2024 03:11:31 +0100 Subject: [PATCH 09/17] Do not break toolbar if layout id is not registerd in layoutViewsNamesMapping (#6485) Co-authored-by: David Glick --- packages/volto/news/6485.bugfix | 1 + .../volto/src/components/manage/Display/Display.jsx | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 packages/volto/news/6485.bugfix diff --git a/packages/volto/news/6485.bugfix b/packages/volto/news/6485.bugfix new file mode 100644 index 0000000000..3813144e9b --- /dev/null +++ b/packages/volto/news/6485.bugfix @@ -0,0 +1 @@ +Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk diff --git a/packages/volto/src/components/manage/Display/Display.jsx b/packages/volto/src/components/manage/Display/Display.jsx index 5b098644ea..7633b804a1 100644 --- a/packages/volto/src/components/manage/Display/Display.jsx +++ b/packages/volto/src/components/manage/Display/Display.jsx @@ -123,13 +123,15 @@ const DisplaySelect = (props) => { ? state.content.data[getLayoutFieldname(state.content.data)] : '', ); + const layoutMappingId = config.views.layoutViewsNamesMapping?.[layout]; const [selectedOption, setselectedOption] = useState({ value: layout, - label: - intl.formatMessage({ - id: config.views.layoutViewsNamesMapping?.[layout], - defaultMessage: config.views.layoutViewsNamesMapping?.[layout], - }) || layout, + label: layoutMappingId + ? intl.formatMessage({ + id: layoutMappingId, + defaultMessage: layoutMappingId, + }) + : layout, }); const type = useSelector((state) => From 3eb23a4e94e5b71c62a8f8083162867370fc53da Mon Sep 17 00:00:00 2001 From: Giulia Ghisini <51911425+giuliaghisini@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:04:10 +0100 Subject: [PATCH 10/17] fix: BodyClass depending on sections (#6487) Co-authored-by: Steve Piercy --- packages/volto/news/6487.bugfix | 1 + packages/volto/src/components/theme/App/App.jsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 packages/volto/news/6487.bugfix diff --git a/packages/volto/news/6487.bugfix b/packages/volto/news/6487.bugfix new file mode 100644 index 0000000000..7b2f017ba8 --- /dev/null +++ b/packages/volto/news/6487.bugfix @@ -0,0 +1 @@ +Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini diff --git a/packages/volto/src/components/theme/App/App.jsx b/packages/volto/src/components/theme/App/App.jsx index a7a65415f0..c3076a7fc4 100644 --- a/packages/volto/src/components/theme/App/App.jsx +++ b/packages/volto/src/components/theme/App/App.jsx @@ -141,7 +141,7 @@ export class App extends Component { {this.props.content && this.props.content['@type'] && ( )} @@ -155,7 +155,7 @@ export class App extends Component { [`is-adding-contenttype-${decodeURIComponent( this.props.location?.search?.replace('?type=', ''), ) - .replace(' ', '') + .replaceAll(' ', '-') .toLowerCase()}`]: this.props.location?.search, 'is-authenticated': !!this.props.token, 'is-anonymous': !this.props.token, From 76136354610c4e4f457e0ecdf12e7eb11f08b910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Katja=20S=C3=BCss?= Date: Wed, 20 Nov 2024 10:11:00 +0100 Subject: [PATCH 11/17] More privacy concerning youtube links and fixing link check warnings for youtube playlist links (#6494) --- .../source/configuration/volto-slate/index.md | 2 +- docs/source/tutorials/index.md | 43 ++++++++++--------- packages/volto/news/4203.documentation | 1 + 3 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 packages/volto/news/4203.documentation diff --git a/docs/source/configuration/volto-slate/index.md b/docs/source/configuration/volto-slate/index.md index d8f51c4726..475cc3653c 100644 --- a/docs/source/configuration/volto-slate/index.md +++ b/docs/source/configuration/volto-slate/index.md @@ -13,7 +13,7 @@ myst: `volto-slate` is an interactive default text editor for Volto, developed on top of {term}`Slate` and integrated into the core system. It offers enhanced WYSIWYG functionality and behavior. -See a [brief elevator pitch for `volto-slate`](https://www.youtube.com/watch?v=SOz-rk5e4_w). +See a [brief elevator pitch for `volto-slate`](https://www.youtube-nocookie.com/embed/SOz-rk5e4_w?privacy_mode=1). We believe that Volto's rich text form editor (the Volto Composite Page editor) needs strong integration between the rich text capabilities and the rest of the Volto blocks. Some examples of the kind of strong integration we have in mind: diff --git a/docs/source/tutorials/index.md b/docs/source/tutorials/index.md index 8a473b16ca..adde4f061b 100644 --- a/docs/source/tutorials/index.md +++ b/docs/source/tutorials/index.md @@ -32,6 +32,7 @@ You can watch the talk during the World Plone Day 2021: ```{youtube} kHec4MXH8vo :privacy_mode: +:url_parameters: ?privacy_mode=1 :width: 100% ``` @@ -43,43 +44,43 @@ In recent years the React based Volto frontend for Plone has been presented in m ### PloneConf 2023 -- [State of Plone Keynote](https://www.youtube.com/watch?v=jl19wuC0wtw&%3Blist=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&%3Bindex=1) -- [Piero Nicolli - Theming Volto in 2024](https://www.youtube.com/watch?v=LkPOsIn1jYY&%3Blist=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&%3Bindex=6) -- [Víctor Fernández de Alba - Breaking boundaries: Plone as headless CMS](https://www.youtube.com/watch?v=43LVtjYyo28&list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=7) -- [Rob Gietema - How to build a site using Nick](https://www.youtube.com/watch?v=ZbdYvNAnamM&list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=18) -- [Alok Kumar - Is your Volto add-on developer friendly?](https://www.youtube.com/watch?v=E6fH3NhR2Hc&list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=20) -- [Dylan Jay and Jefferson Bledsoe - How to implement a Gov Design System in Plone 6](https://www.youtube.com/watch?v=_XmKc7jNIE8&list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=25) -- [Víctor Fernández de Alba - Volto-light-theme: Volto Theming, Reimagined](https://www.youtube.com/watch?v=t2X2NO62J-8) +- [State of Plone Keynote](https://www.youtube-nocookie.com/embed/jl19wuC0wtw?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=1&privacy_mode=1) +- [Piero Nicolli - Theming Volto in 2024](https://www.youtube-nocookie.com/embed/LkPOsIn1jYY?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=6&privacy_mode=1) +- [Víctor Fernández de Alba - Breaking boundaries: Plone as headless CMS](https://www.youtube-nocookie.com/embed/43LVtjYyo28?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=7&privacy_mode=1) +- [Rob Gietema - How to build a site using Nick](https://www.youtube-nocookie.com/embed/ZbdYvNAnamM?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=18&privacy_mode=1) +- [Alok Kumar - Is your Volto add-on developer friendly?](https://www.youtube-nocookie.com/embed/E6fH3NhR2Hc?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=20&privacy_mode=1) +- [Dylan Jay and Jefferson Bledsoe - How to implement a Gov Design System in Plone 6](https://www.youtube-nocookie.com/embed/_XmKc7jNIE8?list=PLGN9BI-OAQkSXMXVBXLWQAQr0AF2xM_NU&index=25&privacy_mode=1) +- [Víctor Fernández de Alba - Volto-light-theme: Volto Theming, Reimagined](https://www.youtube-nocookie.com/embed/t2X2NO62J-8) ### PloneConf 2022 -[PloneConf 2022 full Playlist on Youtube](https://www.youtube.com/playlist?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) +[PloneConf 2022 full Playlist on Youtube](https://www.youtube-nocookie.com/embed/playlist?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) Plone 6 site presentations: -- [Rai Way: Plone6 supporting the world of italian information, sports and entertainment](https://www.youtube.com/watch?v=hHHGlSjf5O4&list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) -- [How Plone Powers Hundreds of Websites at one of the Largest Research Institutions in Europe](https://www.youtube.com/watch?v=bxWt-GEmPcc&%3Blist=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) +- [Rai Way: Plone6 supporting the world of italian information, sports and entertainment](https://www.youtube-nocookie.com/embed/hHHGlSjf5O4?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) +- [How Plone Powers Hundreds of Websites at one of the Largest Research Institutions in Europe](https://www.youtube-nocookie.com/embed/bxWt-GEmPcc?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) Developer/integrator talks: -- [Anatomy of a Volto project](https://www.youtube.com/watch?v=JtNufyFlgc8&list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) -- [Creating a Volto Theme](https://www.youtube.com/watch?v=AMHN74Jr27Y&%3Blist=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) -- [A Deep Dive Into Internals Of Volto](https://www.youtube.com/watch?v=sMeTDRgp3uI&list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) -- [DevOps Bird's Eye View on the Plone 6 Backend](https://www.youtube.com/watch?v=L5PvGwWC9P4&%3Blist=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z) +- [Anatomy of a Volto project](https://www.youtube-nocookie.com/embed/JtNufyFlgc8?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) +- [Creating a Volto Theme](https://www.youtube-nocookie.com/embed/AMHN74Jr27Y?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) +- [A Deep Dive Into Internals Of Volto](https://www.youtube-nocookie.com/embed/sMeTDRgp3uI?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) +- [DevOps Bird's Eye View on the Plone 6 Backend](https://www.youtube-nocookie.com/embed/L5PvGwWC9P4?list=PLGN9BI-OAQkQxqQcCZeJefMC8XlA_qv3Z&privacy_mode=1) ### Previous PloneConfs -- [PloneConf 2021 full Playlist on YouTube](https://www.youtube.com/playlist?list=PLGN9BI-OAQkQDLQinBwdEXpebDTQCwdGi) -- [PloneConf 2020 full Playlist on YouTube](https://www.youtube.com/playlist?list=PLGN9BI-OAQkTJPayNdKIZ8lLDm5RVOLV3) +- [PloneConf 2021 full Playlist on YouTube](https://www.youtube-nocookie.com/embed/playlist?list=PLGN9BI-OAQkQDLQinBwdEXpebDTQCwdGi&privacy_mode=1) +- [PloneConf 2020 full Playlist on YouTube](https://www.youtube-nocookie.com/embed/playlist?list=PLGN9BI-OAQkTJPayNdKIZ8lLDm5RVOLV3&privacy_mode=1) ## World Plone Day 2022 -World Plone Day is a 24-hour streaming event, with the goal was to promote and educate the public about the benefits of using Plone and of being part of the Plone community. [Full World Plone Day 2022 playlist on Youtube](https://www.youtube.com/playlist?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL) +World Plone Day is a 24-hour streaming event, with the goal was to promote and educate the public about the benefits of using Plone and of being part of the Plone community. [Full World Plone Day 2022 playlist on Youtube](https://www.youtube-nocookie.com/embed/playlist?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL&privacy_mode=1) -- [Plone 6 Volto's Seamless Mode](https://www.youtube.com/watch?v=Mj8pHRBls-w&list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL) -- [Volto add ons separator and carousel](https://www.youtube.com/watch?v=eyTMI5TYcVg&list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL) -- [Weekly Volto Live – Retrospective](https://www.youtube.com/watch?v=WT6OjkSrB20&%3Blist=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL) -- [Migrating from Classic to Volto](https://www.youtube.com/watch?v=09fg456T90s&list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL) +- [Plone 6 Volto's Seamless Mode](https://www.youtube-nocookie.com/embed/Mj8pHRBls-w?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL&privacy_mode=1) +- [Volto add ons separator and carousel](https://www.youtube-nocookie.com/embed/eyTMI5TYcVg?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL&privacy_mode=1) +- [Weekly Volto Live – Retrospective](https://www.youtube-nocookie.com/embed/WT6OjkSrB20?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL&privacy_mode=1) +- [Migrating from Classic to Volto](https://www.youtube-nocookie.com/embed/09fg456T90s?list=PLGN9BI-OAQkQmEqf6O8jeyoFY1b2hD1uL&privacy_mode=1) diff --git a/packages/volto/news/4203.documentation b/packages/volto/news/4203.documentation new file mode 100644 index 0000000000..f74508685a --- /dev/null +++ b/packages/volto/news/4203.documentation @@ -0,0 +1 @@ +More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess \ No newline at end of file From 4dc81eda2a3af96c8fbe508dfca8a76fe6216d6c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 21 Nov 2024 02:51:29 -0800 Subject: [PATCH 12/17] Refactor documentation includes to align with main documentation pattern (#6495) --- .../branch-policy.md => _inc/_branch-policy.md} | 0 .../install-docker.md => _inc/_install-docker.md} | 0 .../install-git.md => _inc/_install-git.md} | 0 .../install-make.md => _inc/_install-make.md} | 0 .../install-nodejs.md => _inc/_install-nodejs.md} | 0 .../install-nvm.md => _inc/_install-nvm.md} | 0 .../_install-operating-system.md} | 0 docs/source/conf.py | 2 +- docs/source/contributing/developing-core.md | 12 ++++++------ docs/source/contributing/index.md | 2 +- docs/source/contributing/version-policy.md | 2 +- packages/volto/news/6495.documentation | 1 + 12 files changed, 10 insertions(+), 9 deletions(-) rename docs/source/{contributing/branch-policy.md => _inc/_branch-policy.md} (100%) rename docs/source/{contributing/install-docker.md => _inc/_install-docker.md} (100%) rename docs/source/{contributing/install-git.md => _inc/_install-git.md} (100%) rename docs/source/{contributing/install-make.md => _inc/_install-make.md} (100%) rename docs/source/{contributing/install-nodejs.md => _inc/_install-nodejs.md} (100%) rename docs/source/{contributing/install-nvm.md => _inc/_install-nvm.md} (100%) rename docs/source/{contributing/install-operating-system.md => _inc/_install-operating-system.md} (100%) create mode 100644 packages/volto/news/6495.documentation diff --git a/docs/source/contributing/branch-policy.md b/docs/source/_inc/_branch-policy.md similarity index 100% rename from docs/source/contributing/branch-policy.md rename to docs/source/_inc/_branch-policy.md diff --git a/docs/source/contributing/install-docker.md b/docs/source/_inc/_install-docker.md similarity index 100% rename from docs/source/contributing/install-docker.md rename to docs/source/_inc/_install-docker.md diff --git a/docs/source/contributing/install-git.md b/docs/source/_inc/_install-git.md similarity index 100% rename from docs/source/contributing/install-git.md rename to docs/source/_inc/_install-git.md diff --git a/docs/source/contributing/install-make.md b/docs/source/_inc/_install-make.md similarity index 100% rename from docs/source/contributing/install-make.md rename to docs/source/_inc/_install-make.md diff --git a/docs/source/contributing/install-nodejs.md b/docs/source/_inc/_install-nodejs.md similarity index 100% rename from docs/source/contributing/install-nodejs.md rename to docs/source/_inc/_install-nodejs.md diff --git a/docs/source/contributing/install-nvm.md b/docs/source/_inc/_install-nvm.md similarity index 100% rename from docs/source/contributing/install-nvm.md rename to docs/source/_inc/_install-nvm.md diff --git a/docs/source/contributing/install-operating-system.md b/docs/source/_inc/_install-operating-system.md similarity index 100% rename from docs/source/contributing/install-operating-system.md rename to docs/source/_inc/_install-operating-system.md diff --git a/docs/source/conf.py b/docs/source/conf.py index f2d9aed9a7..2080b93576 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -118,7 +118,7 @@ # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [ "spelling_wordlist.txt", - "contributing/branch-policy.md", + "_inc/*", ] suppress_warnings = [ diff --git a/docs/source/contributing/developing-core.md b/docs/source/contributing/developing-core.md index f0507b2ede..f0ffb5462e 100644 --- a/docs/source/contributing/developing-core.md +++ b/docs/source/contributing/developing-core.md @@ -76,7 +76,7 @@ Volto has the following folder structure. To set up a Volto core development environment, your system must satisfy the following prerequisites. -```{include} ./install-operating-system.md +```{include} ../_inc/_install-operating-system.md ``` - {term}`nvm` @@ -94,7 +94,7 @@ When developing a project using Plone, Yarn or other package managers may be use ### nvm -```{include} ./install-nvm.md +```{include} ../_inc/_install-nvm.md ``` @@ -103,7 +103,7 @@ When developing a project using Plone, Yarn or other package managers may be use We recommend that you install Node.js using nvm. Alternatively you can install Node.js using Homebrew or other package installer. -```{include} ./install-nodejs.md +```{include} ../_inc/_install-nodejs.md ``` @@ -136,19 +136,19 @@ Compare the output to the [latest pnpm release number](https://www.npmjs.com/pac ### Make -```{include} ./install-make.md +```{include} ../_inc/_install-make.md ``` ### Docker -```{include} ./install-docker.md +```{include} ../_inc/_install-docker.md ``` ### Git -```{include} ../contributing/install-git.md +```{include} ../_inc/_install-git.md ``` diff --git a/docs/source/contributing/index.md b/docs/source/contributing/index.md index cc6b8d03b2..46f2240f2b 100644 --- a/docs/source/contributing/index.md +++ b/docs/source/contributing/index.md @@ -44,7 +44,7 @@ The Volto Team reviews pull requests only from people with a GitHub account who ## Branch policy -```{include} ./branch-policy.md +```{include} ../_inc/_branch-policy.md ``` diff --git a/docs/source/contributing/version-policy.md b/docs/source/contributing/version-policy.md index 19bac961b8..fe42d3d1d5 100644 --- a/docs/source/contributing/version-policy.md +++ b/docs/source/contributing/version-policy.md @@ -92,7 +92,7 @@ We do not guarantee that outdated browsers, such as Internet Explorer 11, are su ## Branch policy -```{include} ./branch-policy.md +```{include} ../_inc/_branch-policy.md ``` diff --git a/packages/volto/news/6495.documentation b/packages/volto/news/6495.documentation new file mode 100644 index 0000000000..ad974979eb --- /dev/null +++ b/packages/volto/news/6495.documentation @@ -0,0 +1 @@ +Refactor documentation includes to align with main documentation pattern. @stevepiercy From 33bb9b17768bff09bd9560b585efc9e44787db8a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 21 Nov 2024 10:15:29 -0800 Subject: [PATCH 13/17] Update instructions to install pipx in `RELEASING.md` (#6496) --- RELEASING.md | 8 +++++--- packages/volto/news/6496.internal | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 packages/volto/news/6496.internal diff --git a/RELEASING.md b/RELEASING.md index 55a6def6e7..44e2dac6a0 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -44,13 +44,15 @@ The release process calls `towncrier`. It is a Python library that uses the Python utility `pipx`. This utility allows you to call and execute Python modules without installing them as a prerequisite in your system. It works similar to the NodeJS `npx` utility. -On macOS, you can install `pipx` into your system: + +Install {term}`pipx` for your active Python, and ensure it is on your `$PATH`. +Carefully read the console output for further instructions, if needed. ```shell -brew install pipx +python3 -m pip install pipx +pipx ensurepath ``` -Or follow detailed instructions in the `pipx` documentation for [Installation](https://pypa.github.io/pipx/installation/). ## Running the release process diff --git a/packages/volto/news/6496.internal b/packages/volto/news/6496.internal new file mode 100644 index 0000000000..14a6ca8375 --- /dev/null +++ b/packages/volto/news/6496.internal @@ -0,0 +1 @@ +Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy From 08e087f7f275d437f9b4b562a326474cdb6d7bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Thu, 21 Nov 2024 21:02:10 +0100 Subject: [PATCH 14/17] [components] Update RAC to 1.5.0, fix Disclosure import (#6498) --- packages/components/news/6498.feature | 1 + packages/components/package.json | 6 +- .../Disclosure/Disclosure.stories.tsx | 2 +- .../src/components/Disclosure/Disclosure.tsx | 5 +- .../DisclosureGroup.stories.tsx | 4 +- .../DisclosureGroup/DisclosureGroup.tsx | 5 +- packages/providers/news/6498.feature | 1 + packages/providers/package.json | 2 +- pnpm-lock.yaml | 1773 ++++++++++++++++- 9 files changed, 1720 insertions(+), 79 deletions(-) create mode 100644 packages/components/news/6498.feature create mode 100644 packages/providers/news/6498.feature diff --git a/packages/components/news/6498.feature b/packages/components/news/6498.feature new file mode 100644 index 0000000000..6f5c7d369c --- /dev/null +++ b/packages/components/news/6498.feature @@ -0,0 +1 @@ +Update RAC to 1.5.0 @sneridagh diff --git a/packages/components/package.json b/packages/components/package.json index 11df63e9d3..c855eadb00 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -110,11 +110,11 @@ "vitest-axe": "^0.1.0" }, "dependencies": { - "@react-aria/utils": "^3.25.3", - "@react-spectrum/utils": "^3.11.11", + "@react-aria/utils": "^3.26.0", + "@react-spectrum/utils": "^3.12.0", "@storybook/test": "^8.0.4", "clsx": "^2.1.1", - "react-aria-components": "^1.4.0" + "react-aria-components": "^1.5.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/components/src/components/Disclosure/Disclosure.stories.tsx b/packages/components/src/components/Disclosure/Disclosure.stories.tsx index 6f41082267..c318a693b4 100644 --- a/packages/components/src/components/Disclosure/Disclosure.stories.tsx +++ b/packages/components/src/components/Disclosure/Disclosure.stories.tsx @@ -2,7 +2,7 @@ import * as React from 'react'; import { Disclosure } from './Disclosure'; import { Button, - UNSTABLE_DisclosurePanel as DisclosurePanel, + DisclosurePanel as DisclosurePanel, } from 'react-aria-components'; import type { Meta, StoryObj } from '@storybook/react'; diff --git a/packages/components/src/components/Disclosure/Disclosure.tsx b/packages/components/src/components/Disclosure/Disclosure.tsx index 1820159bee..7322a5818b 100644 --- a/packages/components/src/components/Disclosure/Disclosure.tsx +++ b/packages/components/src/components/Disclosure/Disclosure.tsx @@ -1,14 +1,11 @@ import * as React from 'react'; import { - UNSTABLE_Disclosure as RACDisclosure, + Disclosure as RACDisclosure, type DisclosureProps, } from 'react-aria-components'; /** * A Disclosure is used to show or hide content that is not visible by default. - * - * NOTE: This component is in alpha in RAC thus it's unstable and is subjects of change - * in the API, behavior, and appearance. */ export function Disclosure(props: DisclosureProps) { return ; diff --git a/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx b/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx index 1871ade147..c51881e461 100644 --- a/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx +++ b/packages/components/src/components/DisclosureGroup/DisclosureGroup.stories.tsx @@ -2,8 +2,8 @@ import * as React from 'react'; import { DisclosureGroup } from './DisclosureGroup'; import { Button, - UNSTABLE_Disclosure as Disclosure, - UNSTABLE_DisclosurePanel as DisclosurePanel, + Disclosure as Disclosure, + DisclosurePanel as DisclosurePanel, } from 'react-aria-components'; import type { Meta, StoryObj } from '@storybook/react'; diff --git a/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx b/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx index 7588d0d580..980950ee75 100644 --- a/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx +++ b/packages/components/src/components/DisclosureGroup/DisclosureGroup.tsx @@ -1,14 +1,11 @@ import * as React from 'react'; import { - UNSTABLE_DisclosureGroup as RACDisclosureGroup, + DisclosureGroup as RACDisclosureGroup, type DisclosureGroupProps, } from 'react-aria-components'; /** * A DisclosureGroup is used to group Disclosures together to create an accordion. - * - * NOTE: This component is in alpha in RAC thus it's unstable and is subjects of change - * in the API, behavior, and appearance. */ export function DisclosureGroup(props: DisclosureGroupProps) { return ; diff --git a/packages/providers/news/6498.feature b/packages/providers/news/6498.feature new file mode 100644 index 0000000000..6f5c7d369c --- /dev/null +++ b/packages/providers/news/6498.feature @@ -0,0 +1 @@ +Update RAC to 1.5.0 @sneridagh diff --git a/packages/providers/package.json b/packages/providers/package.json index 9840705f8f..cd9222cee3 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -65,7 +65,7 @@ "@plone/components": "workspace:*", "@plone/registry": "workspace:*", "@tanstack/react-query": "^5.59.0", - "react-aria-components": "^1.4.0" + "react-aria-components": "^1.5.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.16.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d17950b412..cb14ba6eb6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -502,11 +502,11 @@ importers: packages/components: dependencies: '@react-aria/utils': - specifier: ^3.25.3 - version: 3.25.3(react@18.2.0) + specifier: ^3.26.0 + version: 3.26.0(react@18.2.0) '@react-spectrum/utils': - specifier: ^3.11.11 - version: 3.11.11(react@18.2.0) + specifier: ^3.12.0 + version: 3.12.0(react@18.2.0) '@storybook/test': specifier: ^8.0.4 version: 8.0.8(@jest/globals@29.7.0)(@types/jest@29.5.12)(jest@29.7.0(@types/node@20.12.7))(vitest@2.1.3(@types/node@20.12.7)(jsdom@22.1.0)(less@3.11.1)(lightningcss@1.24.1)(sass@1.75.0)(terser@5.30.3)) @@ -517,8 +517,8 @@ importers: specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 version: 18.2.0 react-aria-components: - specifier: ^1.4.0 - version: 1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ^1.5.0 + version: 1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 version: 18.2.0(react@18.2.0) @@ -770,8 +770,8 @@ importers: specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 version: 18.2.0 react-aria-components: - specifier: ^1.4.0 - version: 1.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ^1.5.0 + version: 1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-dom: specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 version: 18.2.0(react@18.2.0) @@ -3723,15 +3723,27 @@ packages: '@internationalized/date@3.5.6': resolution: {integrity: sha512-jLxQjefH9VI5P9UQuqB6qNKnvFt1Ky1TPIzHGsIlCi7sZZoMR8SdYbBGRvM0y+Jtb+ez4ieBzmiAUcpmPYpyOw==} + '@internationalized/date@3.6.0': + resolution: {integrity: sha512-+z6ti+CcJnRlLHok/emGEsWQhe7kfSmEW+/6qCzvKY67YPh7YOBfvc7+/+NXq+zJlbArg30tYpqLjNgcAYv2YQ==} + '@internationalized/message@3.1.5': resolution: {integrity: sha512-hjEpLKFlYA3m5apldLqzHqw531qqfOEq0HlTWdfyZmcloWiUbWsYXD6YTiUmQmOtarthzhdjCAwMVrB8a4E7uA==} + '@internationalized/message@3.1.6': + resolution: {integrity: sha512-JxbK3iAcTIeNr1p0WIFg/wQJjIzJt9l/2KNY/48vXV7GRGZSv3zMxJsce008fZclk2cDC8y0Ig3odceHO7EfNQ==} + '@internationalized/number@3.5.4': resolution: {integrity: sha512-h9huwWjNqYyE2FXZZewWqmCdkw1HeFds5q4Siuoms3hUQC5iPJK3aBmkFZoDSLN4UD0Bl8G22L/NdHpeOr+/7A==} + '@internationalized/number@3.6.0': + resolution: {integrity: sha512-PtrRcJVy7nw++wn4W2OuePQQfTqDzfusSuY1QTtui4wa7r+rGVtR75pO8CyKvHvzyQYi3Q1uO5sY0AsB4e65Bw==} + '@internationalized/string@3.2.4': resolution: {integrity: sha512-BcyadXPn89Ae190QGZGDUZPqxLj/xsP4U1Br1oSy8yfIjmpJ8cJtGYleaodqW/EmzFjwELtwDojLkf3FhV6SjA==} + '@internationalized/string@3.2.5': + resolution: {integrity: sha512-rKs71Zvl2OKOHM+mzAFMIyqR5hI1d1O6BBkMK2/lkfg3fkmVh9Eeg0awcA8W2WqYqDOv6a86DIOlFpggwLtbuw==} + '@ioredis/commands@1.2.0': resolution: {integrity: sha512-Sx1pU8EM64o2BrqNpEO1CNLtKQwyhuXuqyfH7oGKCk+1a33d2r5saW8zNwm3j6BTExtjrv2BxTgzzkMwts6vGg==} @@ -4487,52 +4499,109 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/breadcrumbs@3.5.19': + resolution: {integrity: sha512-mVngOPFYVVhec89rf/CiYQGTfaLRfHFtX+JQwY7sNYNqSA+gO8p4lNARe3Be6bJPgH+LUQuruIY9/ZDL6LT3HA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/button@3.10.0': resolution: {integrity: sha512-mhbn2tEsr991sjG6YMH6oN3ELWb4YvZZ8mnZHMNLa3l8T00PV0ClvQBsUndo6uSvuTHhpFzmMMkJFhYYUwCKlw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/button@3.11.0': + resolution: {integrity: sha512-b37eIV6IW11KmNIAm65F3SEl2/mgj5BrHIysW6smZX3KoKWTGYsYfcQkmtNgY0GOSFfDxMCoolsZ6mxC00nSDA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/calendar@3.5.12': resolution: {integrity: sha512-C8VRjRwEVPaGoCtjOlC0lb3mVSz4ajbal8jfvcbp7LOqCcmOVTUbiM7EPTy60EfZRanFNSp2D1ZstEZDU+cqsg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/calendar@3.6.0': + resolution: {integrity: sha512-tZ3nd5DP8uxckbj83Pt+4RqgcTWDlGi7njzc7QqFOG2ApfnYDUXbIpb/Q4KY6JNlJskG8q33wo0XfOwNy8J+eg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/checkbox@3.14.7': resolution: {integrity: sha512-aqVxXcr/8P7pQ7R34DlJX2SdBvWtHof9lLTVBY/9tgMplcKIoVBdlVUYPtqWxT3tGan+rruPQHbzTx8zJRFJyg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/checkbox@3.15.0': + resolution: {integrity: sha512-z/8xd4em7o0MroBXwkkwv7QRwiJaA1FwqMhRUb7iqtBGP2oSytBEDf0N7L09oci32a1P4ZPz2rMK5GlLh/PD6g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/collections@3.0.0-alpha.5': resolution: {integrity: sha512-8m8yZe1c5PYCylEN4lcG3ZL/1nyrON95nVsoknC8shY1uKP01oJd7w+f6hvVza0tJRQuVe4zW3gO4FVjv33a5g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/collections@3.0.0-alpha.6': + resolution: {integrity: sha512-A+7Eap/zvsghMb5/C3EAPn41axSzRhtX2glQRXSBj1mK31CTPCZ9BhrMIMC5DL7ZnfA7C+Ysilo9nI2YQh5PMg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/color@3.0.0': resolution: {integrity: sha512-IwHI4e2fUHUOZHRrL2MsxGZFp/RCR2cLjm39gT41jVSuH4zjxueUf96NDm6c7FD0mB5vfk0jo+KJMnShL1a2rg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/color@3.0.2': + resolution: {integrity: sha512-dSM5qQRcR1gRGYCBw0IGRmc29gjfoht3cQleKb8MMNcgHYa2oi5VdCs2yKXmYFwwVC6uPtnlNy9S6e0spqdr+w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/combobox@3.10.4': resolution: {integrity: sha512-jzLyRwpwH5SCfQl5giLSwLaw9EKlRiMG39kDZLRB4MQ1MN4sIdIP2TXBbdYcSLtYjduJm2JfRvs2ezI+QI+umA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/combobox@3.11.0': + resolution: {integrity: sha512-s88YMmPkMO1WSoiH1KIyZDLJqUwvM2wHXXakj3cYw1tBHGo4rOUFq+JWQIbM5EDO4HOR4AUUqzIUd0NO7t3zyg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/datepicker@3.11.3': resolution: {integrity: sha512-HwGxDctFry5ew3Cu7gWpUVodaCg//V6NCihSRjLvnW/TWG+UFLzTafxTqqm8eRbicT3DJlXCLOUPk8Ek0txW6A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/datepicker@3.12.0': + resolution: {integrity: sha512-VYNXioLfddIHpwQx211+rTYuunDmI7VHWBRetCpH3loIsVFuhFSRchTQpclAzxolO3g0vO7pMVj9VYt7Swp6kg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/dialog@3.5.18': resolution: {integrity: sha512-j0x0OwDZKyW2GqBZl2Dw/pHl0uSCzhHOg5jNeulkZC8xQa8COuksQf5NFzPmgRPnzqpbgvSzCSs41ymS8spmFg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/dialog@3.5.20': + resolution: {integrity: sha512-l0GZVLgeOd3kL3Yj8xQW7wN3gn9WW3RLd/SGI9t7ciTq+I/FhftjXCWzXLlOCCTLMf+gv7eazecECtmoWUaZWQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/disclosure@3.0.0': + resolution: {integrity: sha512-xO9QTQSvymujTjCs1iCQ4+dKZvtF/rVVaFZBKlUtqIqwTHMdqeZu4fh5miLEnTyVLNHMGzLrFggsd8Q+niC9Og==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/disclosure@3.0.0-alpha.0': resolution: {integrity: sha512-/tleriRORdkRJf2JXjiRfhLfXA5WY0nPT3DoodZJgD5Fj/aCjrWXarVGUQuEk9vsH5pwinQiQB5So+cA+xF+UQ==} peerDependencies: @@ -4545,11 +4614,27 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/dnd@3.8.0': + resolution: {integrity: sha512-JiqHY3E9fDU5Kb4gN22cuK6QNlpMCGe6ngR/BV+Q8mLEsdoWcoUAYOtYXVNNTRvCdVbEWI87FUU+ThyPpoDhNQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/focus@3.18.3': resolution: {integrity: sha512-WKUElg+5zS0D3xlVn8MntNnkzJql2J6MuzAMP8Sv5WTgFDse/XGR842dsxPTIyKKdrWVCRegCuwa4m3n/GzgJw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/focus@3.19.0': + resolution: {integrity: sha512-hPF9EXoUQeQl1Y21/rbV2H4FdUR2v+4/I0/vB+8U3bT1CJ+1AFj1hc/rqx2DqEwDlEwOHN+E4+mRahQmlybq0A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/form@3.0.11': + resolution: {integrity: sha512-oXzjTiwVuuWjZ8muU0hp3BrDH5qjVctLOF50mjPvqUbvXQTHhoDxWweyIXPQjGshaqBd2w4pWaE4A2rG2O/apw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/form@3.0.9': resolution: {integrity: sha512-9M6IfC5t47G19c8roHWnkKd275BrECTzyTsc4rzf5OepJfHfG4evST6x+4gGOFYi8soC9XoQdJl4TRh/mft+gw==} peerDependencies: @@ -4561,6 +4646,18 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/grid@3.11.0': + resolution: {integrity: sha512-lN5FpQgu2Rq0CzTPWmzRpq6QHcMmzsXYeClsgO3108uVp1/genBNAObYVTxGOKe/jb9q99trz8EtIn05O6KN1g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/gridlist@3.10.0': + resolution: {integrity: sha512-UcblfSZ7kJBrjg9mQ5VbnRevN81UiYB4NuL5PwIpBpridO7tnl4ew6+96PYU7Wj1chHhPS3x0b0zmuSVN7A0LA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/gridlist@3.9.4': resolution: {integrity: sha512-gGzS4ToSynn2KBycf9UCsWIJIbVl4RjoCjPF4NnukwzHmrXwbtZnlF0xsORQ5QxfqHH9UehTAHWFvOOHJSZZ2w==} peerDependencies: @@ -4572,63 +4669,130 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/i18n@3.12.4': + resolution: {integrity: sha512-j9+UL3q0Ls8MhXV9gtnKlyozq4aM95YywXqnmJtzT1rYeBx7w28hooqrWkCYLfqr4OIryv1KUnPiCSLwC2OC7w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/interactions@3.22.3': resolution: {integrity: sha512-RRUb/aG+P0IKTIWikY/SylB6bIbLZeztnZY2vbe7RAG5MgVaCgn5HQ45SI15GlTmhsFG8CnF6slJsUFJiNHpbQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/interactions@3.22.5': + resolution: {integrity: sha512-kMwiAD9E0TQp+XNnOs13yVJghiy8ET8L0cbkeuTgNI96sOAp/63EJ1FSrDf17iD8sdjt41LafwX/dKXW9nCcLQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/label@3.7.12': resolution: {integrity: sha512-u9xT90lAlgb7xiv+p0md9QwCHz65XL7tjS5e29e88Rs3ptkv3aQubTqxVOUTEwzbNUT4A1QqTjUm1yfHewIRUw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/label@3.7.13': + resolution: {integrity: sha512-brSAXZVTey5RG/Ex6mTrV/9IhGSQFU4Al34qmjEDho+Z2qT4oPwf8k7TRXWWqzOU0ugYxekYbsLd2zlN3XvWcg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/link@3.7.5': resolution: {integrity: sha512-j0F1BIdNoE7Tl+0KzzjbrmYuxt4aWAmDZDHvJKiYg71Jb1BAPz71eE1O1ybMoO04+OG/6HrRZTragfSQLAJ58A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/link@3.7.7': + resolution: {integrity: sha512-eVBRcHKhNSsATYWv5wRnZXRqPVcKAWWakyvfrYePIKpC3s4BaHZyTGYdefk8ZwZdEOuQZBqLMnjW80q1uhtkuA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/listbox@3.13.4': resolution: {integrity: sha512-2aG4jzlB+srYBeM9ap/BNZe0E04yMjY2dPGXcigkaSJt6/yYAHCygXuouf2MzvBfkdV4QWyHIIgWZmAXXl6reg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/listbox@3.13.6': + resolution: {integrity: sha512-6hEXEXIZVau9lgBZ4VVjFR3JnGU+fJaPmV3HP0UZ2ucUptfG0MZo24cn+ZQJsWiuaCfNFv5b8qribiv+BcO+Kg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/live-announcer@3.4.0': resolution: {integrity: sha512-VBxEdMq2SbtRbNTQNcDR2G6E3lEl5cJSBiHTTO8Ln1AL76LiazrylIXGgoktqzCfRQmyq0v8CHk1cNKDU9mvJg==} + '@react-aria/live-announcer@3.4.1': + resolution: {integrity: sha512-4X2mcxgqLvvkqxv2l1n00jTzUxxe0kkLiapBGH1LHX/CxA1oQcHDqv8etJ2ZOwmS/MSBBiWnv3DwYHDOF6ubig==} + '@react-aria/menu@3.15.4': resolution: {integrity: sha512-4wfq8Lb7AltgSzBHdtypiPOnsRm8hHv7PUuHhlq/VT9yAkEFk4Flc7vKVF6VSFqrnCfyCf66B5aeapjNInAONg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/menu@3.16.0': + resolution: {integrity: sha512-TNk+Vd3TbpBPUxEloAdHRTaRxf9JBK7YmkHYiq0Yj5Lc22KS0E2eTyhpPM9xJvEWN2TlC5TEvNfdyui2kYWFFQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/meter@3.4.17': resolution: {integrity: sha512-08wbQhfvVWzpWilhn/WD7cQ7TqafS/66umTk7+X6BW6TrS1//6loNNJV62IC3F7sskel4iEAtl2gW0WpW8zEdg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/meter@3.4.18': + resolution: {integrity: sha512-tTX3LLlmDIHqrC42dkdf+upb1c4UbhlpZ52gqB64lZD4OD4HE+vMTwNSe+7MRKMLvcdKPWCRC35PnxIHZ15kfQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/numberfield@3.11.7': resolution: {integrity: sha512-9bqg4sKqc5XLppHzJFRhgtkoeMu0N6Zg0AuVSiE/3CxE5Ad+y8tKpFEx9zh4o5BItyOWy18w5ZXnKjJGjd7waQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/numberfield@3.11.9': + resolution: {integrity: sha512-3tiGPx2y4zyOV7PmdBASes99ZZsFTZAJTnU45Z+p1CW4131lw7y2ZhbojBl7U6DaXAJvi1z6zY6cq2UE9w5a0Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/overlays@3.23.3': resolution: {integrity: sha512-vRW4DL466a27BBIP6dQqmmei4nX/nsur6DyF0Hmd46ygwOdvdA+5MwvXZUz9yUamB79UeS9BMQZuBVwhjoMwBQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/overlays@3.24.0': + resolution: {integrity: sha512-0kAXBsMNTc/a3M07tK9Cdt/ea8CxTAEJ223g8YgqImlmoBBYAL7dl5G01IOj67TM64uWPTmZrOklBchHWgEm3A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/progress@3.4.17': resolution: {integrity: sha512-5+01WNibLoNS5KcfU5p6vg7Lhz17plqqzv/uITx28zzj3saaj0VLR7n57Ig2fXe8ZEQoUS89BS3sIEsIf96S1A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/progress@3.4.18': + resolution: {integrity: sha512-FOLgJ9t9i1u3oAAimybJG6r7/soNPBnJfWo4Yr6MmaUv90qVGa1h6kiuM5m9H/bm5JobAebhdfHit9lFlgsCmg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/radio@3.10.10': + resolution: {integrity: sha512-NVdeOVrsrHgSfwL2jWCCXFsWZb+RMRZErj5vthHQW4nkHECGOzeX56VaLWTSvdoCPqi9wdIX8A6K9peeAIgxzA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/radio@3.10.8': resolution: {integrity: sha512-/vKQhKqpoCB/VqHuc46OOU+31HFtg6svcYzHBbz0wN/DSVCygYeTfB/36kY7x2GWWkT0pCsB4OcHJ+/0G3EfkQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/searchfield@3.7.11': + resolution: {integrity: sha512-wFf6QxtBFfoxy0ANxI0+ftFEBGynVCY0+ce4H4Y9LpUTQsIKMp3sdc7LoUFORWw5Yee6Eid5cFPQX0Ymnk+ZJg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/searchfield@3.7.9': resolution: {integrity: sha512-EHODG7HDFthwG5tx4fh+WP2hjNOp/rPAqdNScKBAN73nEf0F/qQpIwmdZF0EycCOzGSM5hhihjm0yMtTFYuzOQ==} peerDependencies: @@ -4640,22 +4804,50 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/select@3.15.0': + resolution: {integrity: sha512-zgBOUNy81aJplfc3NKDJMv8HkXjBGzaFF3XDzNfW8vJ7nD9rcTRUN5SQ1XCEnKMv12B/Euk9zt6kd+tX0wk1vQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/selection@3.20.0': resolution: {integrity: sha512-h3giMcXo4SMZRL5HrqZvOLNTsdh5jCXwLUx0wpj/2EF0tcYQL6WDfn1iJ+rHARkUIs7X70fUV8iwlbUySZy1xg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/selection@3.21.0': + resolution: {integrity: sha512-52JJ6hlPcM+gt0VV3DBmz6Kj1YAJr13TfutrKfGWcK36LvNCBm1j0N+TDqbdnlp8Nue6w0+5FIwZq44XPYiBGg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/separator@3.4.3': resolution: {integrity: sha512-L+eCmSGfRJ9jScHZqBkmOkp44LBARisDjRdYbGrLlsAEcOiHUXufnfpxz2rgkUGBdUgnI9hIk12q5kdy0UxGjg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/separator@3.4.4': + resolution: {integrity: sha512-dH+qt0Mdh0nhKXCHW6AR4DF8DKLUBP26QYWaoThPdBwIpypH/JVKowpPtWms1P4b36U6XzHXHnTTEn/ZVoCqNA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/slider@3.7.12': resolution: {integrity: sha512-yZWBGxDHBL5Gjjdnz+igdO7VfYND9iZsSqynadZthWtfy1jA+qBR25I+Soc0D9gkr/2/JUJkFgkllYF1RzWMUQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/slider@3.7.14': + resolution: {integrity: sha512-7rOiKjLkEZ0j7mPMlwrqivc+K4OSfL14slaQp06GHRiJkhiWXh2/drPe15hgNq55HmBQBpA0umKMkJcqVgmXPA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/spinbutton@3.6.10': + resolution: {integrity: sha512-nhYEYk7xUNOZDaqiQ5w/nHH9ouqjJbabTWXH+KK7UR1oVGfo4z1wG94l8KWF3Z6SGGnBxzLJyTBguZ4g9aYTSg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/spinbutton@3.6.9': resolution: {integrity: sha512-m+uVJdiIc2LrLVDGjU7p8P2O2gUvTN26GR+NgH4rl+tUSuAB0+T1rjls/C+oXEqQjCpQihEB9Bt4M+VHpzmyjA==} peerDependencies: @@ -4668,6 +4860,17 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/ssr@3.9.7': + resolution: {integrity: sha512-GQygZaGlmYjmYM+tiNBA5C6acmiDWF52Nqd40bBp0Znk4M4hP+LTmI0lpI1BuKMw45T8RIhrAsICIfKwZvi2Gg==} + engines: {node: '>= 12'} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/switch@3.6.10': + resolution: {integrity: sha512-FtaI9WaEP1tAmra1sYlAkYXg9x75P5UtgY8pSbe9+1WRyWbuE1QZT+RNCTi3IU4fZ7iJQmXH6+VaMyzPlSUagw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/switch@3.6.8': resolution: {integrity: sha512-6Q0w7o+liB0ztKPL9UaRfX+hPPuy71AL3SuVCMK7RKfPqZwcmlwUDp2gr3j5fvs8gLev0r42XtEBqmGwkHTkEw==} peerDependencies: @@ -4679,33 +4882,71 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/table@3.16.0': + resolution: {integrity: sha512-9xF9S3CJ7XRiiK92hsIKxPedD0kgcQWwqTMtj3IBynpQ4vsnRiW3YNIzrn9C3apjknRZDTSta8O2QPYCUMmw2A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/tabs@3.9.6': resolution: {integrity: sha512-iPQ2Im+srnSB06xIdVNHZZDJnZmUR0IG0MZAp6FXmbkCeLAd9tZQHgSFYwswBfgAStNnyFQHP5aSBJOJMRCACg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/tabs@3.9.8': + resolution: {integrity: sha512-Nur/qRFBe+Zrt4xcCJV/ULXCS3Mlae+B89bp1Gl20vSDqk6uaPtGk+cS5k03eugOvas7AQapqNJsJgKd66TChw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/tag@3.4.6': resolution: {integrity: sha512-Uf1sPabwJx99diyXJTaVguiYozS49opjQxmK1PPbb87ipNN1YlSDVbP05IelVMbnbxXHudsRmzPOBmmblcj1GQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/tag@3.4.8': + resolution: {integrity: sha512-exWl52bsFtJuzaqMYvSnLteUoPqb3Wf+uICru/yRtREJsWVqjJF38NCVlU73Yqd9qMPTctDrboSZFAWAWKDxoA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/textfield@3.14.9': resolution: {integrity: sha512-LPwZhthDVLyvnzXWco4eyYCD2pFmQ4Vw9ha9tb3QkZUIP6j8E52y76j0c59Nq7XYus3IHatVe7yYQk7kbo8Zrg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/textfield@3.15.0': + resolution: {integrity: sha512-V5mg7y1OR6WXYHdhhm4FC7QyGc9TideVRDFij1SdOJrIo5IFB7lvwpOS0GmgwkVbtr71PTRMjZnNbrJUFU6VNA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-aria/toggle@3.10.10': + resolution: {integrity: sha512-QwMT/vTNrbrILxWVHfd9zVQ3mV2NdBwyRu+DphVQiFAXcmc808LEaIX2n0lI6FCsUDC9ZejCyvzd91/YemdZ1Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/toggle@3.10.8': resolution: {integrity: sha512-N6WTgE8ByMYY+ZygUUPGON2vW5NrxwU91H98+Nozl+Rq6ZYR2fD9i8oRtLtrYPxjU2HmaFwDyQdWvmMJZuDxig==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/toolbar@3.0.0-beta.11': + resolution: {integrity: sha512-LM3jTRFNDgoEpoL568WaiuqiVM7eynSQLJis1hV0vlVnhTd7M7kzt7zoOjzxVb5Uapz02uCp1Fsm4wQMz09qwQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/toolbar@3.0.0-beta.9': resolution: {integrity: sha512-P80zgbPb0aIg22fHlgHRXXUSpNSAOnh1ljsLiSHAGdXPrC5nRijYwwKi7DNRsXqD+ljEJwF6ekZPo95dXXeYAA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/tooltip@3.7.10': + resolution: {integrity: sha512-Udi3XOnrF/SYIz72jw9bgB74MG/yCOzF5pozHj2FH2HiJlchYv/b6rHByV/77IZemdlkmL/uugrv/7raPLSlnw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/tooltip@3.7.8': resolution: {integrity: sha512-dlWfS3w8E6dw5Xoist4cVX2GQE5oh3VQr88dRyLto7BAPLFrp3I+8c9mZCVUobLS/f5QcQzLkqw750s4ENCyiw==} peerDependencies: @@ -4717,22 +4958,44 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/tree@3.0.0-beta.2': + resolution: {integrity: sha512-lH3hVl2VgG3YLN+ee1zQzm+2F+BGLd/HBhfMYPuI3IjHvDb+m+jCJXHdBOGrfG2Qydk2LYheqX8QXCluulu0qQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/utils@3.25.3': resolution: {integrity: sha512-PR5H/2vaD8fSq0H/UB9inNbc8KDcVmW6fYAfSWkkn+OAdhTTMVKqXXrZuZBWyFfSD5Ze7VN6acr4hrOQm2bmrA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/utils@3.26.0': + resolution: {integrity: sha512-LkZouGSjjQ0rEqo4XJosS4L3YC/zzQkfRM3KoqK6fUOmUJ9t0jQ09WjiF+uOoG9u+p30AVg3TrZRUWmoTS+koQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/virtualizer@4.0.3': resolution: {integrity: sha512-neSf+EXtqmQiccHcp9CS2RbH3xA6FuZggLzGsM1NoqDdXIL7TLfc7lhaqi8VAZ03e1FCUSye08BCRk3DdpUiyA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/virtualizer@4.1.0': + resolution: {integrity: sha512-ziSq3Y7iuaAMJWGZU1RRs/TykuPapQfx8dyH2eyKPLgEjBUoXRGWE7n6jklBwal14b0lPK0wkCzRoQbkUvX3cg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-aria/visually-hidden@3.8.16': resolution: {integrity: sha512-3zThVIzEprez4A/GajOut6/JQ4WCu2ROHGZ1xH1+2GFjBJQaTfPBIjg6UIwaT7sgHRQIik8QidogLqXHbp81yA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-aria/visually-hidden@3.8.18': + resolution: {integrity: sha512-l/0igp+uub/salP35SsNWq5mGmg3G5F5QMS1gDZ8p28n7CgjvzyiGhJbbca7Oxvaw1HRFzVl9ev+89I7moNnFQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-router/dev@7.0.0-pre.4': resolution: {integrity: sha512-yuOXu7NsH8njE+zFIJBt+hVd8J1F6TqpJ19RQlM5uRkgwD8PMkAvBVz95yBi69C+88pRndM0G2aGgKxBJQpffQ==} engines: {node: '>=20.0.0'} @@ -4779,16 +5042,26 @@ packages: peerDependencies: react-router: 7.0.0-pre.4 - '@react-spectrum/utils@3.11.11': - resolution: {integrity: sha512-Fed8tePDyxfG7CND6H+3Os+5DKwdaOl8VXznTtGNFD44gjCI8/LDxk+9YRN8SQCHMnFkEFobCDme98wFWDdpCQ==} + '@react-spectrum/utils@3.12.0': + resolution: {integrity: sha512-r3IAp9h766gATsYT6B66GmjgsTuhXSrEqKuPJenkPzshBeQPrD57ai0fyj5ihtiM3BINbkCQ+AXLrAmJunOV/A==} peerDependencies: - react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 '@react-stately/calendar@3.5.5': resolution: {integrity: sha512-HzaiDRhrmaYIly8hRsjjIrydLkldiw1Ws6T/130NLQOt+VPwRW/x0R+nil42mA9LZ6oV0XN0NpmG5tn7TaKRGw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/calendar@3.6.0': + resolution: {integrity: sha512-GqUtOtGnwWjtNrJud8nY/ywI4VBP5byToNVRTnxbMl+gYO1Qe/uc5NG7zjwMxhb2kqSBHZFdkF0DXVqG2Ul+BA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-stately/checkbox@3.6.10': + resolution: {integrity: sha512-LHm7i4YI8A/RdgWAuADrnSAYIaYYpQeZqsp1a03Og0pJHAlZL0ymN3y2IFwbZueY0rnfM+yF+kWNXjJqbKrFEQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/checkbox@3.6.9': resolution: {integrity: sha512-JrY3ecnK/SSJPxw+qhGhg3YV4e0CpUcPDrVwY3mSiAE932DPd19xr+qVCknJ34H7JYYt/q0l2z0lmgPnl96RTg==} peerDependencies: @@ -4799,26 +5072,56 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/collections@3.12.0': + resolution: {integrity: sha512-MfR9hwCxe5oXv4qrLUnjidwM50U35EFmInUeFf8i9mskYwWlRYS0O1/9PZ0oF1M0cKambaRHKEy98jczgb9ycA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/color@3.8.0': resolution: {integrity: sha512-lBH91HEStZeayhE/FkDMt9WC0UISQiAn8DoD2hfpTGeeWscX/soyxZA7oVL7zBOG9RfDBMNzF+CybVROrWSKAQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/color@3.8.1': + resolution: {integrity: sha512-7eN7K+KJRu+rxK351eGrzoq2cG+yipr90i5b1cUu4lioYmcH4WdsfjmM5Ku6gypbafH+kTDfflvO6hiY1NZH+A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/combobox@3.10.0': resolution: {integrity: sha512-4W4HCCjjoddW/LZM3pSSeLoV7ncYXlaICKmqlBcbtLR5jY4U5Kx+pPpy3oJ1vCdjDHatIxZ0tVKEBP7vBQVeGQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/combobox@3.10.1': + resolution: {integrity: sha512-Rso+H+ZEDGFAhpKWbnRxRR/r7YNmYVtt+Rn0eNDNIUp3bYaxIBCdCySyAtALs4I8RZXZQ9zoUznP7YeVwG3cLg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/data@3.11.7': resolution: {integrity: sha512-2YJ+Lmca18f/h7jiZiU9j2IhBJl6BFO1BWlwvcCAH/eCWTdveX8gzsUdW++0szzpJaoCilTCYoi8z7QWyVH9jQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/data@3.12.0': + resolution: {integrity: sha512-6PiW2oA56lcH1CVjDcajutzsv91w/PER8K61/OGxtNFFUWaIZH80RWmK4kjU/Lf0vygzXCxout3kEb388lUk0w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/datepicker@3.10.3': resolution: {integrity: sha512-6PJW1QMwk6BQMktV9L6DA4f2rfAdLfbq3iTNLy4qxd5IfNPLMUZiJGGTj+cuqx0WcEl+q5irp+YhKBpbmhPZHg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/datepicker@3.11.0': + resolution: {integrity: sha512-d9MJF34A0VrhL5y5S8mAISA8uwfNCQKmR2k4KoQJm3De1J8SQeNzSjLviAwh1faDow6FXGlA6tVbTrHyDcBgBg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-stately/disclosure@3.0.0': + resolution: {integrity: sha512-Z9+fi0/41ZXHjGopORQza7mk4lFEFslKhy65ehEo6O6j2GuIV0659ExIVDsmJoJSFjXCfGh0sX8oTSOlXi9gqg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/disclosure@3.0.0-alpha.0': resolution: {integrity: sha512-CbFUrEwhsP5+44PMHipn/Cd61VTvqyKmx1yeNDyvj/4bYhmxYLgQp/Ma+iEqe23JkXJh2JO/ws3l9FnebScCJQ==} peerDependencies: @@ -4829,14 +5132,32 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/dnd@3.5.0': + resolution: {integrity: sha512-ZcWFw1npEDnATiy3TEdzA1skQ3UEIyfbNA6VhPNO8yiSVLxoxBOaEaq8VVS72fRGAtxud6dgOy8BnsP9JwDClQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/flags@3.0.4': resolution: {integrity: sha512-RNJEkOALwKg+JeYsfNlfPc4GXm7hiBLX0yuHOkRapWEyDOfi0cinkV/TZG4goOZdQ5tBpHmemf2qqiHAxqHlzQ==} + '@react-stately/flags@3.0.5': + resolution: {integrity: sha512-6wks4csxUwPCp23LgJSnkBRhrWpd9jGd64DjcCTNB2AHIFu7Ab1W59pJpUL6TW7uAxVxdNKjgn6D1hlBy8qWsA==} + '@react-stately/form@3.0.6': resolution: {integrity: sha512-KMsxm3/V0iCv/6ikt4JEjVM3LW2AgCzo7aNotMzRobtwIo0RwaUo7DQNY00rGgFQ3/IjzI6DcVo13D+AVE/zXg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/form@3.1.0': + resolution: {integrity: sha512-E2wxNQ0QaTyDHD0nJFtTSnEH9A3bpJurwxhS4vgcUmESHgjFEMLlC9irUSZKgvOgb42GAq+fHoWBsgKeTp9Big==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-stately/grid@3.10.0': + resolution: {integrity: sha512-ii+DdsOBvCnHMgL0JvUfFwO1kiAPP19Bpdpl6zn/oOltk6F5TmnoyNrzyz+2///1hCiySI3FE1O7ujsAQs7a6Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/grid@3.9.3': resolution: {integrity: sha512-P5KgCNYwm/n8bbLx6527li89RQWoESikrsg2MMyUpUd6IJ321t2pGONGRRQzxE0SBMolPRDJKV0Do2OlsjYKhQ==} peerDependencies: @@ -4847,86 +5168,171 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/layout@4.1.0': + resolution: {integrity: sha512-pSBqn+4EeOaf2QMK+w2SHgsWKYHdgMZWY3qgJijdzWGZ4JpYmHuiD0yOq80qFdUwxcexPW3vFg3hqIQlMpXeCw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/list@3.11.0': resolution: {integrity: sha512-O+BxXcbtoLZWn4QIT54RoFUaM+QaJQm6s0ZBJ3Jv4ILIhukVOc55ra+aWMVlXFQSpbf6I3hyVP6cz1yyvd5Rtw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/list@3.11.1': + resolution: {integrity: sha512-UCOpIvqBOjwLtk7zVTYWuKU1m1Oe61Q5lNar/GwHaV1nAiSQ8/yYlhr40NkBEs9X3plEfsV28UIpzOrYnu1tPg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/menu@3.8.3': resolution: {integrity: sha512-sV63V+cMgzipx/N7dq5GaXoItfXIfFEpCtlk3PM2vKstlCJalszXrdo+x996bkeU96h0plB7znAlhlXOeTKzUg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/menu@3.9.0': + resolution: {integrity: sha512-++sm0fzZeUs9GvtRbj5RwrP+KL9KPANp9f4SvtI3s+MP+Y/X3X7LNNePeeccGeyikB5fzMsuyvd82bRRW9IhDQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/numberfield@3.9.7': resolution: {integrity: sha512-PjSgCCpYasGCEAznFQNqa2JhhEQ5+/2eMiV7ZI5j76q3edTNF8G5OOCl2RazDbzFp6vDAnRVT7Kctx5Tl5R/Zw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/numberfield@3.9.8': + resolution: {integrity: sha512-J6qGILxDNEtu7yvd3/y+FpbrxEaAeIODwlrFo6z1kvuDlLAm/KszXAc75yoDi0OtakFTCMP6/HR5VnHaQdMJ3w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/overlays@3.6.11': resolution: {integrity: sha512-usuxitwOx4FbmOW7Og4VM8R8ZjerbHZLLbFaxZW7pWLs7Ypway1YhJ3SWcyNTYK7NEk4o602kSoU6MSev1Vgag==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/overlays@3.6.12': + resolution: {integrity: sha512-QinvZhwZgj8obUyPIcyURSCjTZlqZYRRCS60TF8jH8ZpT0tEAuDb3wvhhSXuYA3Xo9EHLwvLjEf3tQKKdAQArw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/radio@3.10.8': resolution: {integrity: sha512-VRq6Gzsbk3jzX6hdrSoDoSra9vLRsOi2pLkvW/CMrJ0GSgMwr8jjvJKnNFvYJ3eYQb20EwkarsOAfk7vPSIt/Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/radio@3.10.9': + resolution: {integrity: sha512-kUQ7VdqFke8SDRCatw2jW3rgzMWbvw+n2imN2THETynI47NmNLzNP11dlGO2OllRtTrsLhmBNlYHa3W62pFpAw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/searchfield@3.5.7': resolution: {integrity: sha512-VxEG4tWDypdXQ8f7clZBu5Qmc4osqDBeA/gNMA2i1j/h2zRVcCJ0fRCHuDeXLSWBqF1XXAI4TWV53fBBwJusbg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/searchfield@3.5.8': + resolution: {integrity: sha512-jtquvGadx1DmtQqPKaVO6Qg/xpBjNxsOd59ciig9xRxpxV+90i996EX1E2R6R+tGJdSM1pD++7PVOO4yE++HOg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/select@3.6.8': resolution: {integrity: sha512-fLAVzGeYSdYdBdrEVws6Pb1ywFPdapA0eWphoW5s3fS0/pKcVWwbCHeHlaBEi1ISyqEubQZFGQdeFKm/M46Hew==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/select@3.6.9': + resolution: {integrity: sha512-vASUDv7FhEYQURzM+JIwcusPv7/x/l3zHc/oKJPvoCl3aa9pwS8hZwS82SC00o2iFnrDscfDJju4IE/cd4hucg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/selection@3.17.0': resolution: {integrity: sha512-It3LRTaFOavybuDBvBH2mvCh73OL4awqvN4tZ0JzLzMtaYSBe9+YmFasYrzB0o7ca17B2q1tpUmsNWaAgIqbLA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/selection@3.18.0': + resolution: {integrity: sha512-6EaNNP3exxBhW2LkcRR4a3pg+3oDguZlBSqIVVR7lyahv/D8xXHRC4dX+m0mgGHJpsgjs7664Xx6c8v193TFxg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/slider@3.5.8': resolution: {integrity: sha512-EDgbrxMq1w3+XTN72MGl3YtAG/j65EYX1Uc3Fh56K00+inJbTdRWyYTrb3NA310fXCd0WFBbzExuH2ohlKQycg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/slider@3.6.0': + resolution: {integrity: sha512-w5vJxVh267pmD1X+Ppd9S3ZzV1hcg0cV8q5P4Egr160b9WMcWlUspZPtsthwUlN7qQe/C8y5IAhtde4s29eNag==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/table@3.12.3': resolution: {integrity: sha512-8uGrLcNJYeMbFtzRQZFWCBj5kV+7v3jzwoKIL1j9TmYUKow1PTDMQbPJpAZLQhnC2wVMlaFVgDbedSlbBij7Zg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/table@3.13.0': + resolution: {integrity: sha512-mRbNYrwQIE7xzVs09Lk3kPteEVFVyOc20vA8ph6EP54PiUf/RllJpxZe/WUYLf4eom9lUkRYej5sffuUBpxjCA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/tabs@3.6.10': resolution: {integrity: sha512-F7wfoiNsrBy7c02AYHyE1USGgj05HQ0hp7uXmQjp2LEa+AA0NKKi3HdswTHHySxb0ZRuoEE7E7vp/gXQYx2/Ow==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/tabs@3.7.0': + resolution: {integrity: sha512-ox4hTkfZCoR4Oyr3Op3rBlWNq2Wxie04vhEYpTZQ2hobR3l4fYaOkd7CPClILktJ3TC104j8wcb0knWxIBRx9w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/toggle@3.7.8': resolution: {integrity: sha512-ySOtkByvIY54yIu8IZ4lnvomQA0H+/mkZnd6T5fKN3tjvIzHmkUk3TAPmNInUxHX148tSW6mWwec0xvjYqEd6w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/toggle@3.8.0': + resolution: {integrity: sha512-pyt/k/J8BwE/2g6LL6Z6sMSWRx9HEJB83Sm/MtovXnI66sxJ2EfQ1OaXB7Su5PEL9OMdoQF6Mb+N1RcW3zAoPw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/tooltip@3.4.13': resolution: {integrity: sha512-zQ+8FQ7Pi0Cz852dltXb6yaryjE18K3byK4tIO3e5vnrZHEGvfdxowc+v9ak5UV93kVrYoOVmfZHRcEaTXTBNA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/tooltip@3.5.0': + resolution: {integrity: sha512-+xzPNztJDd2XJD0X3DgWKlrgOhMqZpSzsIssXeJgO7uCnP8/Z513ESaipJhJCFC8fxj5caO/DK4Uu8hEtlB8cQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/tree@3.8.5': resolution: {integrity: sha512-0/tYhsKWQQJTOZFDwh8hY3Qk6ejNFRldGrLeK5kS22UZdvsMFyh7WAi40FTCJy561/VoB0WqQI4oyNPOa9lYWg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/tree@3.8.6': + resolution: {integrity: sha512-lblUaxf1uAuIz5jm6PYtcJ+rXNNVkqyFWTIMx6g6gW/mYvm8GNx1G/0MLZE7E6CuDGaO9dkLSY2bB1uqyKHidA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/utils@3.10.4': resolution: {integrity: sha512-gBEQEIMRh5f60KCm7QKQ2WfvhB2gLUr9b72sqUdIZ2EG+xuPgaIlCBeSicvjmjBvYZwOjoOEnmIkcx2GHp/HWw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/utils@3.10.5': + resolution: {integrity: sha512-iMQSGcpaecghDIh3mZEpZfoFH3ExBwTtuBEcvZ2XnGzCgQjeYXcMdIUwAfVQLXFTdHUHGF6Gu6/dFrYsCzySBQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-stately/virtualizer@4.1.0': resolution: {integrity: sha512-MOaqpY3NloXrpCBvVUb3HL1p3Bh4YRtUq8D2ufC909u5vM6n6G5Swk1XPJ9KHfaftGhb5serwLkm2/Aha5CTbA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-stately/virtualizer@4.2.0': + resolution: {integrity: sha512-aTMpa9AQoz/xLqn8AI1BR/caUUY7/OUo9GbuF434w2u5eGCL7+SAn3Fmq7WSCwqYyDsO+jEIERek4JTX7pEW0A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/accordion@3.0.0-alpha.24': resolution: {integrity: sha512-hwDT4TJH7aHCG8m9QsTP+7xgW7x7k2TY+WHlMRr6qDS6WhTCwd41dCdagxC0SZtulzZuWqISBxZifVrh4Tynew==} peerDependencies: @@ -4937,46 +5343,96 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/breadcrumbs@3.7.9': + resolution: {integrity: sha512-eARYJo8J+VfNV8vP4uw3L2Qliba9wLV2bx9YQCYf5Lc/OE5B/y4gaTLz+Y2P3Rtn6gBPLXY447zCs5i7gf+ICg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/button@3.10.0': resolution: {integrity: sha512-rAyU+N9VaHLBdZop4zasn8IDwf9I5Q1EzHUKMtzIFf5aUlMUW+K460zI/l8UESWRSWAXK9/WPSXGxfcoCEjvAA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/button@3.10.1': + resolution: {integrity: sha512-XTtap8o04+4QjPNAshFWOOAusUTxQlBjU2ai0BTVLShQEjHhRVDBIWsI2B2FKJ4KXT6AZ25llaxhNrreWGonmA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/calendar@3.4.10': resolution: {integrity: sha512-PyjqxwJxSW2IpQx6y0D9O34fRCWn1gv9q0qFhgaIigIQrPg8zTE/CC7owHLxAtgCnnCt8exJ5rqi414csaHKlA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/calendar@3.5.0': + resolution: {integrity: sha512-O3IRE7AGwAWYnvJIJ80cOy7WwoJ0m8GtX/qSmvXQAjC4qx00n+b5aFNBYAQtcyc3RM5QpW6obs9BfwGetFiI8w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/checkbox@3.8.4': resolution: {integrity: sha512-fvZrlQmlFNsYHZpl7GVmyYQlKdUtO5MczMSf8z3TlSiCb5Kl3ha9PsZgLhJqGuVnzB2ArIBz0eZrYa3k0PhcpA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/checkbox@3.9.0': + resolution: {integrity: sha512-9hbHx0Oo2Hp5a8nV8Q75LQR0DHtvOIJbFaeqESSopqmV9EZoYjtY/h0NS7cZetgahQgnqYWQi44XGooMDCsmxA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/color@3.0.0': resolution: {integrity: sha512-VUH8CROAM69GsMBilrJ1xyAdVsWL01nXQYrkZJxAEApv1OrcpIGSdsXLcGrjsrhjjiNVXxWFnqYRMsKkLzIl7g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/color@3.0.1': + resolution: {integrity: sha512-KemFziO3GbmT3HEKrgOGdqNA6Gsmy9xrwFO3f8qXSG7gVz6M27Ic4R9HVQv4iAjap5uti6W13/pk2bc/jLVcEA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/combobox@3.13.0': resolution: {integrity: sha512-kH/a+Fjpr54M2JbHg9RXwMjZ9O+XVsdOuE5JCpWRibJP1Mfl1md8gY6y6zstmVY8COrSqFvMZWB+PzwaTWjTGw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/combobox@3.13.1': + resolution: {integrity: sha512-7xr+HknfhReN4QPqKff5tbKTe2kGZvH+DGzPYskAtb51FAAiZsKo+WvnNAvLwg3kRoC9Rkn4TAiVBp/HgymRDw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/datepicker@3.8.3': resolution: {integrity: sha512-Y4qfPRBB6uzocosCOWSYMuwiZ3YXwLWQYiFB4KCglkvHyltbNz76LgoBEnclYA5HjwosIk4XywiXvHSYry8JnQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/datepicker@3.9.0': + resolution: {integrity: sha512-dbKL5Qsm2MQwOTtVQdOcKrrphcXAqDD80WLlSQrBLg+waDuuQ7H+TrvOT0thLKloNBlFUGnZZfXGRHINpih/0g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/dialog@3.5.13': resolution: {integrity: sha512-9k8daVcAqQsySkzDY6NIVlyGxtpEip4TKuLyzAehthbv78GQardD5fHdjQ6eXPRS4I2qZrmytrFFrlOnwWVGHw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/dialog@3.5.14': + resolution: {integrity: sha512-OXWMjrALwrlgw8aHD8SeRm/s3tbAssdaEh2h73KUSeFau3fU3n5mfKv+WnFqsEaOtN261o48l7hTlS6615H9AA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/form@3.7.7': resolution: {integrity: sha512-CVRjCawPhYRHi/LuikOC2kz5vgvmjjKmF4/wUgR2QzD1Ok4wY1ZGSx9M9EZptCIZAt2mToR6woyLUdtzy+foeQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/form@3.7.8': + resolution: {integrity: sha512-0wOS97/X0ijTVuIqik1lHYTZnk13QkvMTKvIEhM7c6YMU3vPiirBwLbT2kJiAdwLiymwcCkrBdDF1NTRG6kPFA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-types/grid@3.2.10': + resolution: {integrity: sha512-Z5cG0ITwqjUE4kWyU5/7VqiPl4wqMJ7kG/ZP7poAnLmwRsR8Ai0ceVn+qzp5nTA19cgURi8t3LsXn3Ar1FBoog==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/grid@3.2.9': resolution: {integrity: sha512-eMw0d2UIZ4QTzGgD1wGGPw0cv67KjAOCp4TcwWjgDV7Wa5SVV/UvOmpnIVDyfhkG/4KRI5OR9h+isy76B726qA==} peerDependencies: @@ -4987,41 +5443,86 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/link@3.5.9': + resolution: {integrity: sha512-JcKDiDMqrq/5Vpn+BdWQEuXit4KN4HR/EgIi3yKnNbYkLzxBoeQZpQgvTaC7NEQeZnSqkyXQo3/vMUeX/ZNIKw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/listbox@3.5.2': resolution: {integrity: sha512-ML/Bt/MeO0FiixcuFQ+smpu1WguxTOqHDjSnhc1vcNxVQFWQOhyVy01LAY2J/T9TjfjyYGD41vyMTI0f6fcLEQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/listbox@3.5.3': + resolution: {integrity: sha512-v1QXd9/XU3CCKr2Vgs7WLcTr6VMBur7CrxHhWZQQFExsf9bgJ/3wbUdjy4aThY/GsYHiaS38EKucCZFr1QAfqA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/menu@3.9.12': resolution: {integrity: sha512-1SPnkHKJdvOfwv9fEgK1DI6DYRs4D3hW2XcWlLhVXSjaC68CzOHGwFhKIKvZiDTW/11L770PRSEloIxHR09uFQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/menu@3.9.13': + resolution: {integrity: sha512-7SuX6E2tDsqQ+HQdSvIda1ji/+ujmR86dtS9CUu5yWX91P25ufRjZ72EvLRqClWNQsj1Xl4+2zBDLWlceznAjw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/meter@3.4.4': resolution: {integrity: sha512-0SEmPkShByC1gYkW7l+iJPg8QfEe2VrgwTciAtTfC4KIqAYmJVQtq6L+4d72EMxOh8RpQHePaY/RFHEJXAh72A==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/meter@3.4.5': + resolution: {integrity: sha512-04w1lEtvP/c3Ep8ND8hhH2rwjz2MtQ8o8SNLhahen3u0rX3jKOgD4BvHujsyvXXTMjj1Djp74sGzNawb4Ppi9w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/numberfield@3.8.6': resolution: {integrity: sha512-VtWEMAXUO1S9EEZI8whc7xv6DVccxhbWsRthMCg/LxiwU3U5KAveadNc2c5rtXkRpd3cnD5xFzz3dExXdmHkAg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/numberfield@3.8.7': + resolution: {integrity: sha512-KccMPi39cLoVkB2T0V7HW6nsxQVAwt89WWCltPZJVGzsebv/k0xTQlPVAgrUake4kDLoE687e3Fr/Oe3+1bDhw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/overlays@3.8.10': resolution: {integrity: sha512-IcnB+VYfAJazRjWhBKZTmVMh3KTp/B1rRbcKkPx6t8djP9UQhKcohP7lAALxjJ56Jjz/GFC6rWyUcnYH0NFVRA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/overlays@3.8.11': + resolution: {integrity: sha512-aw7T0rwVI3EuyG5AOaEIk8j7dZJQ9m34XAztXJVZ/W2+4pDDkLDbJ/EAPnuo2xGYRGhowuNDn4tDju01eHYi+w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/progress@3.5.7': resolution: {integrity: sha512-EqMDHmlpoZUZzTjdejGIkSM0pS2LBI9NdadHf3bDNTycHv+5L1xpMHUg8RGOW8a3sRVLRvfN1aO9l75QZkyj+w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/progress@3.5.8': + resolution: {integrity: sha512-PR0rN5mWevfblR/zs30NdZr+82Gka/ba7UHmYOW9/lkKlWeD7PHgl1iacpd/3zl/jUF22evAQbBHmk1mS6Mpqw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/radio@3.8.4': resolution: {integrity: sha512-GCuOwQL19iwKa74NAIk9hv4ivyI8oW1+ZCuc2fzyDdeQjzTIlv3qrIyShwpVy1IoI7/4DYTMZm/YXPoKhu5TTA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/radio@3.8.5': + resolution: {integrity: sha512-gSImTPid6rsbJmwCkTliBIU/npYgJHOFaI3PNJo7Y0QTAnFelCtYeFtBiWrFodSArSv7ASqpLLUEj9hZu/rxIg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-types/searchfield@3.5.10': + resolution: {integrity: sha512-7wW4pJzbReawoGPu8a4l+CODTCDN088EN/ysUzl622ewim57PjArjix+lpO4+aEtJqS9HKpq8UEbjwo9axpcUA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/searchfield@3.5.9': resolution: {integrity: sha512-c/x8BWpH1Zq+fWpeBtzw2AhQhGi7ahWPicV7PlnqwIGO0MrH/QCjX0dj+I+1xpcAh8Eq6ECa79HE74Rw6aJmFg==} peerDependencies: @@ -5032,6 +5533,11 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/select@3.9.8': + resolution: {integrity: sha512-RGsYj2oFjXpLnfcvWMBQnkcDuKkwT43xwYWZGI214/gp/B64tJiIUgTM5wFTRAeGDX23EePkhCQF+9ctnqFd6g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/shared@3.22.1': resolution: {integrity: sha512-PCpa+Vo6BKnRMuOEzy5zAZ3/H5tnQg1e80khMhK2xys0j6ZqzkgQC+fHMNZ7VDFNLqqNMj/o0eVeSBDh2POjkw==} peerDependencies: @@ -5042,26 +5548,56 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/shared@3.26.0': + resolution: {integrity: sha512-6FuPqvhmjjlpEDLTiYx29IJCbCNWPlsyO+ZUmCUXzhUv2ttShOXfw8CmeHWHftT/b2KweAWuzqSlfeXPR76jpw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/slider@3.7.6': resolution: {integrity: sha512-z72wnEzSge6qTD9TUoUPp1A4j4jXk/MVii6rGE78XeE/Pq7HyyjU5bCagryMr9PC9MKa/oTiHcshKqWBDf57GA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/slider@3.7.7': + resolution: {integrity: sha512-lYTR9zXQV2fSEm/G3gwDENWiki1IXd/oorsgf0zu1DBi2SQDbOsLsGUXiwvD24Xy6OkUuhAqjLPPexezo7+u9g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/switch@3.5.6': resolution: {integrity: sha512-gJ8t2yTCgcitz4ON4ELcLLmtlDkn2MUjjfu3ez/cwA1X/NUluPYkhXj5Z6H+KOlnveqrKCZDRoTgK74cQ6Cvfg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/switch@3.5.7': + resolution: {integrity: sha512-1IKiq510rPTHumEZuhxuazuXBa2Cuxz6wBIlwf3NCVmgWEvU+uk1ETG0sH2yymjwCqhtJDKXi+qi9HSgPEDwAg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/table@3.10.2': resolution: {integrity: sha512-YzA4hcsYfnFFpA2UyGb1KKhLpWgaj5daApqjp126tCIosl8k1KxZmhKD50cwH0Jm19lALJseqo5VdlcJtcr4qg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/table@3.10.3': + resolution: {integrity: sha512-Ac+W+m/zgRzlTU8Z2GEg26HkuJFswF9S6w26r+R3MHwr8z2duGPvv37XRtE1yf3dbpRBgHEAO141xqS2TqGwNg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/tabs@3.3.10': resolution: {integrity: sha512-s/Bw/HCIdWJPBw4O703ghKqhjGsIerRMIDxA88hbQYzfTDD6bkFDjCnsP2Tyy1G8Dg2rSPFUEE+k+PpLzqeEfQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/tabs@3.3.11': + resolution: {integrity: sha512-BjF2TqBhZaIcC4lc82R5pDJd1F7kstj1K0Nokhz99AGYn8C0ITdp6lR+DPVY9JZRxKgP9R2EKfWGI90Lo7NQdA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + + '@react-types/textfield@3.10.0': + resolution: {integrity: sha512-ShU3d6kLJGQjPXccVFjM3KOXdj3uyhYROqH9YgSIEVxgA9W6LRflvk/IVBamD9pJYTPbwmVzuP0wQkTDupfZ1w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@react-types/textfield@3.9.7': resolution: {integrity: sha512-vU5+QCOF9HgWGjAmmy+cpJibVW5voFomC5POmYHokm7kivYcMMjlonsgWwg/0xXrqE2qosH3tpz4jFoEuig1NQ==} peerDependencies: @@ -5072,6 +5608,11 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + '@react-types/tooltip@3.4.13': + resolution: {integrity: sha512-KPekFC17RTT8kZlk7ZYubueZnfsGTDOpLw7itzolKOXGddTXsrJGBzSB4Bb060PBVllaDO0MOrhPap8OmrIl1Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + '@redux-devtools/extension@3.3.0': resolution: {integrity: sha512-X34S/rC8S/M1BIrkYD1mJ5f8vlH0BDqxXrs96cvxSBo4FhMdbhU+GUGsmNYov1xjSyLMHgo8NYrUG8bNX7525g==} peerDependencies: @@ -14120,12 +14661,24 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + react-aria-components@1.5.0: + resolution: {integrity: sha512-wzf0g6cvWrqAJd4FkisAfFnslx6AJREgOd/NEmVE/RGuDxGTzss4awcwbo98rIVmqbTTFApiygy0SyWGrRZfDA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-aria@3.35.0: resolution: {integrity: sha512-cbbd3iIveLDRnpVrpc1iuz8OMlDdH6u8EjncW3MQuYOiEGaho9xcDtWMKiSEIZASEnd7LK4Rgm5iVPr2O+cssw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + react-aria@3.36.0: + resolution: {integrity: sha512-AK5XyIhAN+e5HDlwlF+YwFrOrVI7RYmZ6kg/o7ZprQjkYqYKapXeUpWscmNm/3H2kDboE5Z4ymUnK6ZhobLqOw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-beautiful-dnd@13.0.0: resolution: {integrity: sha512-87It8sN0ineoC3nBW0SbQuTFXM6bUqM62uJGY4BtTf0yzPl8/3+bHMWkgIe0Z6m8e+gJgjWxefGRVfpE3VcdEg==} peerDependencies: @@ -14431,6 +14984,11 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0 + react-stately@3.34.0: + resolution: {integrity: sha512-0N9tZ8qQ/CxpJH7ao0O6gr+8955e7VrOskg9N+TIxkFknPetwOCtgppMYhnTfteBV8WfM/vv4OC1NbkgYTqXJA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1 + react-test-renderer@18.2.0: resolution: {integrity: sha512-JWD+aQ0lh2gvh4NM3bBM42Kx+XybOxCpgYK7F8ugAlpaTSnWsX+39Z4XkOykGZAHrjwwTZT3x3KxswVWxHPUqA==} peerDependencies: @@ -18090,7 +18648,7 @@ snapshots: dependencies: '@babel/core': 7.25.8 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.25.7 + '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4)': dependencies: @@ -18883,9 +19441,9 @@ snapshots: dependencies: '@babel/compat-data': 7.24.4 '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-validator-option': 7.25.7 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.25.8) '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.25.8) '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.25.8) @@ -19792,19 +20350,36 @@ snapshots: dependencies: '@swc/helpers': 0.5.10 + '@internationalized/date@3.6.0': + dependencies: + '@swc/helpers': 0.5.10 + '@internationalized/message@3.1.5': dependencies: '@swc/helpers': 0.5.10 intl-messageformat: 10.5.11 + '@internationalized/message@3.1.6': + dependencies: + '@swc/helpers': 0.5.10 + intl-messageformat: 10.5.11 + '@internationalized/number@3.5.4': dependencies: '@swc/helpers': 0.5.10 + '@internationalized/number@3.6.0': + dependencies: + '@swc/helpers': 0.5.10 + '@internationalized/string@3.2.4': dependencies: '@swc/helpers': 0.5.10 + '@internationalized/string@3.2.5': + dependencies: + '@swc/helpers': 0.5.10 + '@ioredis/commands@1.2.0': {} '@isaacs/cliui@8.0.2': @@ -20957,7 +21532,7 @@ snapshots: dependencies: '@react-aria/button': 3.10.0(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/tree': 3.8.5(react@18.2.0) '@react-types/accordion': 3.0.0-alpha.24(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) @@ -20969,30 +21544,52 @@ snapshots: dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/link': 3.7.5(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/breadcrumbs': 3.7.8(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/breadcrumbs@3.5.19(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/link': 3.7.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/breadcrumbs': 3.7.9(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/button@3.10.0(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/toggle': 3.7.8(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/button@3.11.0(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/toolbar': 3.0.0-beta.11(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/toggle': 3.8.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/calendar@3.5.12(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@internationalized/date': 3.5.6 '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/live-announcer': 3.4.0 - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/calendar': 3.5.5(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/calendar': 3.4.10(react@18.2.0) @@ -21001,13 +21598,28 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/calendar@3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/calendar': 3.6.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/calendar': 3.5.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/checkbox@3.14.7(react@18.2.0)': dependencies: '@react-aria/form': 3.0.9(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) '@react-aria/toggle': 3.10.8(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/checkbox': 3.6.9(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) '@react-stately/toggle': 3.7.8(react@18.2.0) @@ -21016,16 +21628,41 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/checkbox@3.15.0(react@18.2.0)': + dependencies: + '@react-aria/form': 3.0.11(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/toggle': 3.10.10(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/checkbox': 3.6.10(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/toggle': 3.8.0(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/collections@3.0.0-alpha.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0) + '@react-aria/collections@3.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-sync-external-store: 1.2.2(react@18.2.0) + '@react-aria/color@3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) @@ -21034,7 +21671,7 @@ snapshots: '@react-aria/slider': 3.7.12(react@18.2.0) '@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/textfield': 3.14.9(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-aria/visually-hidden': 3.8.16(react@18.2.0) '@react-stately/color': 3.8.0(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) @@ -21044,6 +21681,24 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/color@3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/numberfield': 3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/slider': 3.7.14(react@18.2.0) + '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/textfield': 3.15.0(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/visually-hidden': 3.8.18(react@18.2.0) + '@react-stately/color': 3.8.1(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-types/color': 3.0.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/combobox@3.10.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) @@ -21053,7 +21708,7 @@ snapshots: '@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/textfield': 3.14.9(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/combobox': 3.10.0(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) @@ -21064,6 +21719,26 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/combobox@3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/textfield': 3.15.0(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/combobox': 3.10.1(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/combobox': 3.13.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/datepicker@3.11.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@internationalized/date': 3.5.6 @@ -21075,7 +21750,7 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) '@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/datepicker': 3.10.3(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) @@ -21087,23 +21762,67 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/datepicker@3.12.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@internationalized/number': 3.6.0 + '@internationalized/string': 3.2.5 + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/form': 3.0.11(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/datepicker': 3.11.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/calendar': 3.5.0(react@18.2.0) + '@react-types/datepicker': 3.9.0(react@18.2.0) + '@react-types/dialog': 3.5.14(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/dialog@3.5.18(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/dialog': 3.5.13(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/dialog@3.5.20(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/dialog': 3.5.14(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + '@react-aria/disclosure@3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/disclosure': 3.0.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/disclosure@3.0.0-alpha.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/button': 3.10.0(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/disclosure': 3.0.0-alpha.0(react@18.2.0) '@react-stately/toggle': 3.7.8(react@18.2.0) '@react-stately/tree': 3.8.5(react@18.2.0) @@ -21120,7 +21839,7 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/live-announcer': 3.4.0 '@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/dnd': 3.4.3(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) @@ -21128,19 +21847,52 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/dnd@3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@internationalized/string': 3.2.5 + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/dnd': 3.5.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/focus@3.18.3(react@18.2.0)': dependencies: '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 clsx: 2.1.1 react: 18.2.0 + '@react-aria/focus@3.19.0(react@18.2.0)': + dependencies: + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + clsx: 2.1.1 + react: 18.2.0 + + '@react-aria/form@3.0.11(react@18.2.0)': + dependencies: + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/form@3.0.9(react@18.2.0)': dependencies: '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 @@ -21153,7 +21905,7 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/live-announcer': 3.4.0 '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/grid': 3.9.3(react@18.2.0) '@react-stately/selection': 3.17.0(react@18.2.0) @@ -21164,6 +21916,40 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/grid@3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/grid': 3.10.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + '@react-aria/gridlist@3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/grid': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-stately/tree': 3.8.6(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/gridlist@3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) @@ -21171,7 +21957,7 @@ snapshots: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/list': 3.11.0(react@18.2.0) '@react-stately/tree': 3.8.5(react@18.2.0) @@ -21187,42 +21973,79 @@ snapshots: '@internationalized/number': 3.5.4 '@internationalized/string': 3.2.4 '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/i18n@3.12.4(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@internationalized/message': 3.1.6 + '@internationalized/number': 3.6.0 + '@internationalized/string': 3.2.5 + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/interactions@3.22.3(react@18.2.0)': dependencies: '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/interactions@3.22.5(react@18.2.0)': + dependencies: + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/label@3.7.12(react@18.2.0)': dependencies: - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/label@3.7.13(react@18.2.0)': + dependencies: + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/link@3.7.5(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/link': 3.5.8(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/link@3.7.7(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/link': 3.5.9(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/listbox@3.13.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/list': 3.11.0(react@18.2.0) '@react-types/listbox': 3.5.2(react@18.2.0) @@ -21231,10 +22054,28 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/listbox@3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-types/listbox': 3.5.3(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/live-announcer@3.4.0': dependencies: '@swc/helpers': 0.5.10 + '@react-aria/live-announcer@3.4.1': + dependencies: + '@swc/helpers': 0.5.10 + '@react-aria/menu@3.15.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) @@ -21242,7 +22083,7 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/overlays': 3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/menu': 3.8.3(react@18.2.0) '@react-stately/tree': 3.8.5(react@18.2.0) @@ -21253,6 +22094,25 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/menu@3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/menu': 3.9.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/tree': 3.8.6(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/menu': 3.9.13(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/meter@3.4.17(react@18.2.0)': dependencies: '@react-aria/progress': 3.4.17(react@18.2.0) @@ -21261,13 +22121,21 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/meter@3.4.18(react@18.2.0)': + dependencies: + '@react-aria/progress': 3.4.18(react@18.2.0) + '@react-types/meter': 3.4.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/numberfield@3.11.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/spinbutton': 3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/textfield': 3.14.9(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) '@react-stately/numberfield': 3.9.7(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) @@ -21277,13 +22145,29 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/numberfield@3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/spinbutton': 3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/textfield': 3.15.0(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/numberfield': 3.9.8(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/numberfield': 3.8.7(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/overlays@3.23.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-aria/visually-hidden': 3.8.16(react@18.2.0) '@react-stately/overlays': 3.6.11(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) @@ -21293,16 +22177,56 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/overlays@3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/visually-hidden': 3.8.18(react@18.2.0) + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/overlays': 3.8.11(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/progress@3.4.17(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/progress': 3.5.7(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/progress@3.4.18(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/progress': 3.5.8(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-aria/radio@3.10.10(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/form': 3.0.11(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/radio': 3.10.9(react@18.2.0) + '@react-types/radio': 3.8.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/radio@3.10.8(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) @@ -21310,18 +22234,30 @@ snapshots: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/radio': 3.10.8(react@18.2.0) '@react-types/radio': 3.8.4(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/searchfield@3.7.11(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/textfield': 3.15.0(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/searchfield': 3.5.8(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/searchfield': 3.5.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/searchfield@3.7.9(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/textfield': 3.14.9(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/searchfield': 3.5.7(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/searchfield': 3.5.9(react@18.2.0) @@ -21338,7 +22274,7 @@ snapshots: '@react-aria/listbox': 3.13.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/menu': 3.15.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-aria/visually-hidden': 3.8.16(react@18.2.0) '@react-stately/select': 3.6.8(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) @@ -21348,43 +22284,105 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/select@3.15.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/form': 3.0.11(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/visually-hidden': 3.8.18(react@18.2.0) + '@react-stately/select': 3.6.9(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/select': 3.9.8(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/selection@3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/selection': 3.17.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/selection@3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/separator@3.4.3(react@18.2.0)': dependencies: - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/separator@3.4.4(react@18.2.0)': + dependencies: + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/slider@3.7.12(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/slider': 3.5.8(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@react-types/slider': 3.7.6(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/slider@3.7.14(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/slider': 3.6.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/slider': 3.7.7(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-aria/spinbutton@3.6.10(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/spinbutton@3.6.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/live-announcer': 3.4.0 - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 @@ -21396,6 +22394,20 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/ssr@3.9.7(react@18.2.0)': + dependencies: + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-aria/switch@3.6.10(react@18.2.0)': + dependencies: + '@react-aria/toggle': 3.10.10(react@18.2.0) + '@react-stately/toggle': 3.8.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/switch': 3.5.7(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/switch@3.6.8(react@18.2.0)': dependencies: '@react-aria/toggle': 3.10.8(react@18.2.0) @@ -21412,7 +22424,7 @@ snapshots: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/live-announcer': 3.4.0 - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-aria/visually-hidden': 3.8.16(react@18.2.0) '@react-stately/collections': 3.11.0(react@18.2.0) '@react-stately/flags': 3.0.4 @@ -21425,12 +22437,32 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/table@3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/grid': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/visually-hidden': 3.8.18(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/flags': 3.0.5 + '@react-stately/table': 3.13.0(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/table': 3.10.3(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/tabs@3.9.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/tabs': 3.6.10(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@react-types/tabs': 3.3.10(react@18.2.0) @@ -21438,6 +22470,19 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/tabs@3.9.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/tabs': 3.7.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/tabs': 3.3.11(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/tag@3.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/gridlist': 3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -21445,7 +22490,7 @@ snapshots: '@react-aria/interactions': 3.22.3(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/list': 3.11.0(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) @@ -21453,12 +22498,27 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/tag@3.4.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/textfield@3.14.9(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/form': 3.0.9(react@18.2.0) '@react-aria/label': 3.7.12(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/form': 3.0.6(react@18.2.0) '@react-stately/utils': 3.10.4(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) @@ -21466,31 +22526,75 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/textfield@3.15.0(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/form': 3.0.11(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/textfield': 3.10.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-aria/toggle@3.10.10(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/toggle': 3.8.0(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/toggle@3.10.8(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/toggle': 3.7.8(react@18.2.0) '@react-types/checkbox': 3.8.4(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/toolbar@3.0.0-beta.11(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/toolbar@3.0.0-beta.9(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/tooltip@3.7.10(react@18.2.0)': + dependencies: + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/tooltip': 3.5.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/tooltip': 3.4.13(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-aria/tooltip@3.7.8(react@18.2.0)': dependencies: '@react-aria/focus': 3.18.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/tooltip': 3.4.13(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@react-types/tooltip': 3.4.12(react@18.2.0) @@ -21502,7 +22606,7 @@ snapshots: '@react-aria/gridlist': 3.9.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/selection': 3.20.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/tree': 3.8.5(react@18.2.0) '@react-types/button': 3.10.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) @@ -21510,6 +22614,19 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/tree@3.0.0-beta.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/tree': 3.8.6(react@18.2.0) + '@react-types/button': 3.10.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/utils@3.25.3(react@18.2.0)': dependencies: '@react-aria/ssr': 3.9.6(react@18.2.0) @@ -21519,25 +22636,53 @@ snapshots: clsx: 2.1.1 react: 18.2.0 + '@react-aria/utils@3.26.0(react@18.2.0)': + dependencies: + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + clsx: 2.1.1 + react: 18.2.0 + '@react-aria/virtualizer@4.0.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@react-aria/i18n': 3.12.3(react@18.2.0) '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-stately/virtualizer': 4.1.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + '@react-aria/virtualizer@4.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-stately/virtualizer': 4.2.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + '@react-aria/visually-hidden@3.8.16(react@18.2.0)': dependencies: '@react-aria/interactions': 3.22.3(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-aria/visually-hidden@3.8.18(react@18.2.0)': + dependencies: + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-router/dev@7.0.0-pre.4(@react-router/serve@7.0.0-pre.4(react-router@7.0.0-pre.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(typescript@5.6.3))(@types/node@20.12.7)(babel-plugin-macros@3.1.0)(less@3.11.1)(lightningcss@1.24.1)(react-router@7.0.0-pre.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0))(sass@1.75.0)(terser@5.30.3)(typescript@5.6.3)(vite@5.4.9(@types/node@20.12.7)(less@3.11.1)(lightningcss@1.24.1)(sass@1.75.0)(terser@5.30.3))': dependencies: '@babel/core': 7.25.8 @@ -21620,12 +22765,12 @@ snapshots: - supports-color - typescript - '@react-spectrum/utils@3.11.11(react@18.2.0)': + '@react-spectrum/utils@3.12.0(react@18.2.0)': dependencies: - '@react-aria/i18n': 3.12.3(react@18.2.0) - '@react-aria/ssr': 3.9.6(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) - '@react-types/shared': 3.25.0(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) '@swc/helpers': 0.5.10 clsx: 2.1.1 react: 18.2.0 @@ -21639,6 +22784,24 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/calendar@3.6.0(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/calendar': 3.5.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-stately/checkbox@3.6.10(react@18.2.0)': + dependencies: + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/checkbox@3.6.9(react@18.2.0)': dependencies: '@react-stately/form': 3.0.6(react@18.2.0) @@ -21654,6 +22817,12 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/collections@3.12.0(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/color@3.8.0(react@18.2.0)': dependencies: '@internationalized/number': 3.5.4 @@ -21668,6 +22837,20 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/color@3.8.1(react@18.2.0)': + dependencies: + '@internationalized/number': 3.6.0 + '@internationalized/string': 3.2.5 + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/numberfield': 3.9.8(react@18.2.0) + '@react-stately/slider': 3.6.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/color': 3.0.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/combobox@3.10.0(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21681,12 +22864,31 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/combobox@3.10.1(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-stately/select': 3.6.9(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/combobox': 3.13.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/data@3.11.7(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/data@3.12.0(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/datepicker@3.10.3(react@18.2.0)': dependencies: '@internationalized/date': 3.5.6 @@ -21699,6 +22901,25 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/datepicker@3.11.0(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@internationalized/string': 3.2.5 + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/datepicker': 3.9.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-stately/disclosure@3.0.0(react@18.2.0)': + dependencies: + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/disclosure@3.0.0-alpha.0(react@18.2.0)': dependencies: '@react-stately/utils': 3.10.4(react@18.2.0) @@ -21713,16 +22934,42 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/dnd@3.5.0(react@18.2.0)': + dependencies: + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/flags@3.0.4': dependencies: '@swc/helpers': 0.5.10 + '@react-stately/flags@3.0.5': + dependencies: + '@swc/helpers': 0.5.10 + '@react-stately/form@3.0.6(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/form@3.1.0(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + + '@react-stately/grid@3.10.0(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/grid@3.9.3(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21743,6 +22990,17 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/layout@4.1.0(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/table': 3.13.0(react@18.2.0) + '@react-stately/virtualizer': 4.2.0(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/table': 3.10.3(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/list@3.11.0(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21752,6 +23010,15 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/list@3.11.1(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/menu@3.8.3(react@18.2.0)': dependencies: '@react-stately/overlays': 3.6.11(react@18.2.0) @@ -21760,6 +23027,14 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/menu@3.9.0(react@18.2.0)': + dependencies: + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-types/menu': 3.9.13(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/numberfield@3.9.7(react@18.2.0)': dependencies: '@internationalized/number': 3.5.4 @@ -21769,6 +23044,15 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/numberfield@3.9.8(react@18.2.0)': + dependencies: + '@internationalized/number': 3.6.0 + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/numberfield': 3.8.7(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/overlays@3.6.11(react@18.2.0)': dependencies: '@react-stately/utils': 3.10.4(react@18.2.0) @@ -21776,6 +23060,13 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/overlays@3.6.12(react@18.2.0)': + dependencies: + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/overlays': 3.8.11(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/radio@3.10.8(react@18.2.0)': dependencies: '@react-stately/form': 3.0.6(react@18.2.0) @@ -21785,6 +23076,15 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/radio@3.10.9(react@18.2.0)': + dependencies: + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/radio': 3.8.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/searchfield@3.5.7(react@18.2.0)': dependencies: '@react-stately/utils': 3.10.4(react@18.2.0) @@ -21792,6 +23092,13 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/searchfield@3.5.8(react@18.2.0)': + dependencies: + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/searchfield': 3.5.10(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/select@3.6.8(react@18.2.0)': dependencies: '@react-stately/form': 3.0.6(react@18.2.0) @@ -21802,6 +23109,16 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/select@3.6.9(react@18.2.0)': + dependencies: + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-types/select': 3.9.8(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/selection@3.17.0(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21810,6 +23127,14 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/selection@3.18.0(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/slider@3.5.8(react@18.2.0)': dependencies: '@react-stately/utils': 3.10.4(react@18.2.0) @@ -21818,6 +23143,14 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/slider@3.6.0(react@18.2.0)': + dependencies: + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/slider': 3.7.7(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/table@3.12.3(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21831,6 +23164,19 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/table@3.13.0(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/flags': 3.0.5 + '@react-stately/grid': 3.10.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/table': 3.10.3(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/tabs@3.6.10(react@18.2.0)': dependencies: '@react-stately/list': 3.11.0(react@18.2.0) @@ -21839,6 +23185,14 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/tabs@3.7.0(react@18.2.0)': + dependencies: + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/tabs': 3.3.11(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/toggle@3.7.8(react@18.2.0)': dependencies: '@react-stately/utils': 3.10.4(react@18.2.0) @@ -21846,6 +23200,14 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/toggle@3.8.0(react@18.2.0)': + dependencies: + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/checkbox': 3.9.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/tooltip@3.4.13(react@18.2.0)': dependencies: '@react-stately/overlays': 3.6.11(react@18.2.0) @@ -21853,6 +23215,13 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/tooltip@3.5.0(react@18.2.0)': + dependencies: + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-types/tooltip': 3.4.13(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/tree@3.8.5(react@18.2.0)': dependencies: '@react-stately/collections': 3.11.0(react@18.2.0) @@ -21862,18 +23231,39 @@ snapshots: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/tree@3.8.6(react@18.2.0)': + dependencies: + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/utils@3.10.4(react@18.2.0)': dependencies: '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/utils@3.10.5(react@18.2.0)': + dependencies: + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-stately/virtualizer@4.1.0(react@18.2.0)': dependencies: - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) '@swc/helpers': 0.5.10 react: 18.2.0 + '@react-stately/virtualizer@4.2.0(react@18.2.0)': + dependencies: + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@swc/helpers': 0.5.10 + react: 18.2.0 + '@react-types/accordion@3.0.0-alpha.24(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) @@ -21885,33 +23275,66 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/breadcrumbs@3.7.9(react@18.2.0)': + dependencies: + '@react-types/link': 3.5.9(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/button@3.10.0(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/button@3.10.1(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/calendar@3.4.10(react@18.2.0)': dependencies: '@internationalized/date': 3.5.6 '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/calendar@3.5.0(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/checkbox@3.8.4(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/checkbox@3.9.0(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/color@3.0.0(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) '@react-types/slider': 3.7.6(react@18.2.0) react: 18.2.0 + '@react-types/color@3.0.1(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/slider': 3.7.7(react@18.2.0) + react: 18.2.0 + '@react-types/combobox@3.13.0(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/combobox@3.13.1(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/datepicker@3.8.3(react@18.2.0)': dependencies: '@internationalized/date': 3.5.6 @@ -21920,17 +23343,41 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/datepicker@3.9.0(react@18.2.0)': + dependencies: + '@internationalized/date': 3.6.0 + '@react-types/calendar': 3.5.0(react@18.2.0) + '@react-types/overlays': 3.8.11(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/dialog@3.5.13(react@18.2.0)': dependencies: '@react-types/overlays': 3.8.10(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/dialog@3.5.14(react@18.2.0)': + dependencies: + '@react-types/overlays': 3.8.11(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/form@3.7.7(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/form@3.7.8(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + + '@react-types/grid@3.2.10(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/grid@3.2.9(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) @@ -21941,42 +23388,89 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/link@3.5.9(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/listbox@3.5.2(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/listbox@3.5.3(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/menu@3.9.12(react@18.2.0)': dependencies: '@react-types/overlays': 3.8.10(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/menu@3.9.13(react@18.2.0)': + dependencies: + '@react-types/overlays': 3.8.11(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/meter@3.4.4(react@18.2.0)': dependencies: '@react-types/progress': 3.5.7(react@18.2.0) react: 18.2.0 + '@react-types/meter@3.4.5(react@18.2.0)': + dependencies: + '@react-types/progress': 3.5.8(react@18.2.0) + react: 18.2.0 + '@react-types/numberfield@3.8.6(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/numberfield@3.8.7(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/overlays@3.8.10(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/overlays@3.8.11(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/progress@3.5.7(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/progress@3.5.8(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/radio@3.8.4(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/radio@3.8.5(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + + '@react-types/searchfield@3.5.10(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/textfield': 3.10.0(react@18.2.0) + react: 18.2.0 + '@react-types/searchfield@3.5.9(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) @@ -21988,6 +23482,11 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/select@3.9.8(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/shared@3.22.1(react@18.2.0)': dependencies: react: 18.2.0 @@ -21996,27 +23495,57 @@ snapshots: dependencies: react: 18.2.0 + '@react-types/shared@3.26.0(react@18.2.0)': + dependencies: + react: 18.2.0 + '@react-types/slider@3.7.6(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/slider@3.7.7(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/switch@3.5.6(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/switch@3.5.7(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/table@3.10.2(react@18.2.0)': dependencies: '@react-types/grid': 3.2.9(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/table@3.10.3(react@18.2.0)': + dependencies: + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/tabs@3.3.10(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/tabs@3.3.11(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + + '@react-types/textfield@3.10.0(react@18.2.0)': + dependencies: + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@react-types/textfield@3.9.7(react@18.2.0)': dependencies: '@react-types/shared': 3.25.0(react@18.2.0) @@ -22028,6 +23557,12 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + '@react-types/tooltip@3.4.13(react@18.2.0)': + dependencies: + '@react-types/overlays': 3.8.11(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + '@redux-devtools/extension@3.3.0(redux@4.2.1)': dependencies: '@babel/runtime': 7.24.4 @@ -34609,6 +36144,43 @@ snapshots: react-stately: 3.33.0(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0) + react-aria-components@1.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + '@internationalized/date': 3.6.0 + '@internationalized/string': 3.2.5 + '@react-aria/collections': 3.0.0-alpha.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/color': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/disclosure': 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/dnd': 3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/live-announcer': 3.4.1 + '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/toolbar': 3.0.0-beta.11(react@18.2.0) + '@react-aria/tree': 3.0.0-beta.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/virtualizer': 4.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-stately/color': 3.8.1(react@18.2.0) + '@react-stately/disclosure': 3.0.0(react@18.2.0) + '@react-stately/layout': 4.1.0(react@18.2.0) + '@react-stately/menu': 3.9.0(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/table': 3.13.0(react@18.2.0) + '@react-stately/utils': 3.10.5(react@18.2.0) + '@react-stately/virtualizer': 4.2.0(react@18.2.0) + '@react-types/color': 3.0.1(react@18.2.0) + '@react-types/form': 3.7.8(react@18.2.0) + '@react-types/grid': 3.2.10(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + '@react-types/table': 3.10.3(react@18.2.0) + '@swc/helpers': 0.5.10 + client-only: 0.0.1 + react: 18.2.0 + react-aria: 3.36.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + react-stately: 3.34.0(react@18.2.0) + use-sync-external-store: 1.2.2(react@18.2.0) + react-aria@3.35.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@internationalized/string': 3.2.4 @@ -34646,12 +36218,56 @@ snapshots: '@react-aria/tag': 3.4.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@react-aria/textfield': 3.14.9(react@18.2.0) '@react-aria/tooltip': 3.7.8(react@18.2.0) - '@react-aria/utils': 3.25.3(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) '@react-aria/visually-hidden': 3.8.16(react@18.2.0) '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + react-aria@3.36.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + '@internationalized/string': 3.2.5 + '@react-aria/breadcrumbs': 3.5.19(react@18.2.0) + '@react-aria/button': 3.11.0(react@18.2.0) + '@react-aria/calendar': 3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/checkbox': 3.15.0(react@18.2.0) + '@react-aria/color': 3.0.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/combobox': 3.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/datepicker': 3.12.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/dialog': 3.5.20(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/disclosure': 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/dnd': 3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/focus': 3.19.0(react@18.2.0) + '@react-aria/gridlist': 3.10.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/i18n': 3.12.4(react@18.2.0) + '@react-aria/interactions': 3.22.5(react@18.2.0) + '@react-aria/label': 3.7.13(react@18.2.0) + '@react-aria/link': 3.7.7(react@18.2.0) + '@react-aria/listbox': 3.13.6(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/menu': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/meter': 3.4.18(react@18.2.0) + '@react-aria/numberfield': 3.11.9(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/overlays': 3.24.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/progress': 3.4.18(react@18.2.0) + '@react-aria/radio': 3.10.10(react@18.2.0) + '@react-aria/searchfield': 3.7.11(react@18.2.0) + '@react-aria/select': 3.15.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/selection': 3.21.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/separator': 3.4.4(react@18.2.0) + '@react-aria/slider': 3.7.14(react@18.2.0) + '@react-aria/ssr': 3.9.7(react@18.2.0) + '@react-aria/switch': 3.6.10(react@18.2.0) + '@react-aria/table': 3.16.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/tabs': 3.9.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/tag': 3.4.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@react-aria/textfield': 3.15.0(react@18.2.0) + '@react-aria/tooltip': 3.7.10(react@18.2.0) + '@react-aria/utils': 3.26.0(react@18.2.0) + '@react-aria/visually-hidden': 3.8.18(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-beautiful-dnd@13.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@babel/runtime': 7.20.6 @@ -35094,6 +36710,35 @@ snapshots: '@react-types/shared': 3.25.0(react@18.2.0) react: 18.2.0 + react-stately@3.34.0(react@18.2.0): + dependencies: + '@react-stately/calendar': 3.6.0(react@18.2.0) + '@react-stately/checkbox': 3.6.10(react@18.2.0) + '@react-stately/collections': 3.12.0(react@18.2.0) + '@react-stately/color': 3.8.1(react@18.2.0) + '@react-stately/combobox': 3.10.1(react@18.2.0) + '@react-stately/data': 3.12.0(react@18.2.0) + '@react-stately/datepicker': 3.11.0(react@18.2.0) + '@react-stately/disclosure': 3.0.0(react@18.2.0) + '@react-stately/dnd': 3.5.0(react@18.2.0) + '@react-stately/form': 3.1.0(react@18.2.0) + '@react-stately/list': 3.11.1(react@18.2.0) + '@react-stately/menu': 3.9.0(react@18.2.0) + '@react-stately/numberfield': 3.9.8(react@18.2.0) + '@react-stately/overlays': 3.6.12(react@18.2.0) + '@react-stately/radio': 3.10.9(react@18.2.0) + '@react-stately/searchfield': 3.5.8(react@18.2.0) + '@react-stately/select': 3.6.9(react@18.2.0) + '@react-stately/selection': 3.18.0(react@18.2.0) + '@react-stately/slider': 3.6.0(react@18.2.0) + '@react-stately/table': 3.13.0(react@18.2.0) + '@react-stately/tabs': 3.7.0(react@18.2.0) + '@react-stately/toggle': 3.8.0(react@18.2.0) + '@react-stately/tooltip': 3.5.0(react@18.2.0) + '@react-stately/tree': 3.8.6(react@18.2.0) + '@react-types/shared': 3.26.0(react@18.2.0) + react: 18.2.0 + react-test-renderer@18.2.0(react@18.2.0): dependencies: react: 18.2.0 From d35e940285a6017eccc449f674340d2299df312c Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 21 Nov 2024 21:03:59 +0100 Subject: [PATCH 15/17] Release @plone/components 2.2.0 --- packages/components/CHANGELOG.md | 6 ++++++ packages/components/news/6498.feature | 1 - packages/components/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 packages/components/news/6498.feature diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 7e797d13b9..8b6360ff57 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -8,6 +8,12 @@ +## 2.2.0 (2024-11-21) + +### Feature + +- Update RAC to 1.5.0 @sneridagh [#6498](https://github.com/plone/volto/issues/6498) + ## 2.1.1 (2024-11-05) ### Internal diff --git a/packages/components/news/6498.feature b/packages/components/news/6498.feature deleted file mode 100644 index 6f5c7d369c..0000000000 --- a/packages/components/news/6498.feature +++ /dev/null @@ -1 +0,0 @@ -Update RAC to 1.5.0 @sneridagh diff --git a/packages/components/package.json b/packages/components/package.json index c855eadb00..18004f5337 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -8,7 +8,7 @@ } ], "license": "MIT", - "version": "2.1.1", + "version": "2.2.0", "repository": { "type": "git", "url": "http://github.com/plone/components.git" From bda7f1f094a1b95eb392647f70d4cd4624716cfb Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 21 Nov 2024 22:22:30 +0100 Subject: [PATCH 16/17] Release @plone/providers 1.0.0-alpha.6 --- packages/providers/CHANGELOG.md | 6 ++++++ packages/providers/news/6498.feature | 1 - packages/providers/package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 packages/providers/news/6498.feature diff --git a/packages/providers/CHANGELOG.md b/packages/providers/CHANGELOG.md index 9ee556346e..96a8e9b472 100644 --- a/packages/providers/CHANGELOG.md +++ b/packages/providers/CHANGELOG.md @@ -8,6 +8,12 @@ +## 1.0.0-alpha.6 (2024-11-21) + +### Feature + +- Update RAC to 1.5.0 @sneridagh [#6498](https://github.com/plone/volto/issues/6498) + ## 1.0.0-alpha.5 (2024-11-05) ### Internal diff --git a/packages/providers/news/6498.feature b/packages/providers/news/6498.feature deleted file mode 100644 index 6f5c7d369c..0000000000 --- a/packages/providers/news/6498.feature +++ /dev/null @@ -1 +0,0 @@ -Update RAC to 1.5.0 @sneridagh diff --git a/packages/providers/package.json b/packages/providers/package.json index cd9222cee3..8a12623112 100644 --- a/packages/providers/package.json +++ b/packages/providers/package.json @@ -9,7 +9,7 @@ ], "funding": "https://github.com/sponsors/plone", "license": "MIT", - "version": "1.0.0-alpha.5", + "version": "1.0.0-alpha.6", "repository": { "type": "git", "url": "https://github.com/plone/volto.git" From 1c26bab305ea84a47dac67d459c0825d5d0abeae Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Thu, 21 Nov 2024 22:23:47 +0100 Subject: [PATCH 17/17] Release 18.1.1 --- docs/source/release-notes/index.md | 18 ++++++++++++++++++ packages/volto/CHANGELOG.md | 18 ++++++++++++++++++ packages/volto/news/4203.documentation | 1 - packages/volto/news/6482.documentation | 1 - packages/volto/news/6485.bugfix | 1 - packages/volto/news/6486.documentation | 1 - packages/volto/news/6487.bugfix | 1 - packages/volto/news/6495.documentation | 1 - packages/volto/news/6496.internal | 1 - packages/volto/package.json | 2 +- 10 files changed, 37 insertions(+), 8 deletions(-) delete mode 100644 packages/volto/news/4203.documentation delete mode 100644 packages/volto/news/6482.documentation delete mode 100644 packages/volto/news/6485.bugfix delete mode 100644 packages/volto/news/6486.documentation delete mode 100644 packages/volto/news/6487.bugfix delete mode 100644 packages/volto/news/6495.documentation delete mode 100644 packages/volto/news/6496.internal diff --git a/docs/source/release-notes/index.md b/docs/source/release-notes/index.md index ba882e6e51..040f15972a 100644 --- a/docs/source/release-notes/index.md +++ b/docs/source/release-notes/index.md @@ -17,6 +17,24 @@ myst: +## 18.1.1 (2024-11-21) + +### Bugfix + +- Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk [#6485](https://github.com/plone/volto/issues/6485) +- Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini [#6487](https://github.com/plone/volto/issues/6487) + +### Internal + +- Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy [#6496](https://github.com/plone/volto/issues/6496) + +### Documentation + +- More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess [#4203](https://github.com/plone/volto/issues/4203) +- Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy [#6482](https://github.com/plone/volto/issues/6482) +- Add support for sphinxcontrib-youtube. @stevepiercy [#6486](https://github.com/plone/volto/issues/6486) +- Refactor documentation includes to align with main documentation pattern. @stevepiercy [#6495](https://github.com/plone/volto/issues/6495) + ## 18.1.0 (2024-11-11) ### Feature diff --git a/packages/volto/CHANGELOG.md b/packages/volto/CHANGELOG.md index ba882e6e51..040f15972a 100644 --- a/packages/volto/CHANGELOG.md +++ b/packages/volto/CHANGELOG.md @@ -17,6 +17,24 @@ myst: +## 18.1.1 (2024-11-21) + +### Bugfix + +- Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk [#6485](https://github.com/plone/volto/issues/6485) +- Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini [#6487](https://github.com/plone/volto/issues/6487) + +### Internal + +- Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy [#6496](https://github.com/plone/volto/issues/6496) + +### Documentation + +- More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess [#4203](https://github.com/plone/volto/issues/4203) +- Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy [#6482](https://github.com/plone/volto/issues/6482) +- Add support for sphinxcontrib-youtube. @stevepiercy [#6486](https://github.com/plone/volto/issues/6486) +- Refactor documentation includes to align with main documentation pattern. @stevepiercy [#6495](https://github.com/plone/volto/issues/6495) + ## 18.1.0 (2024-11-11) ### Feature diff --git a/packages/volto/news/4203.documentation b/packages/volto/news/4203.documentation deleted file mode 100644 index f74508685a..0000000000 --- a/packages/volto/news/4203.documentation +++ /dev/null @@ -1 +0,0 @@ -More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess \ No newline at end of file diff --git a/packages/volto/news/6482.documentation b/packages/volto/news/6482.documentation deleted file mode 100644 index 89da57ce3d..0000000000 --- a/packages/volto/news/6482.documentation +++ /dev/null @@ -1 +0,0 @@ -Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy diff --git a/packages/volto/news/6485.bugfix b/packages/volto/news/6485.bugfix deleted file mode 100644 index 3813144e9b..0000000000 --- a/packages/volto/news/6485.bugfix +++ /dev/null @@ -1 +0,0 @@ -Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk diff --git a/packages/volto/news/6486.documentation b/packages/volto/news/6486.documentation deleted file mode 100644 index 66b5bd33a6..0000000000 --- a/packages/volto/news/6486.documentation +++ /dev/null @@ -1 +0,0 @@ -Add support for sphinxcontrib-youtube. @stevepiercy diff --git a/packages/volto/news/6487.bugfix b/packages/volto/news/6487.bugfix deleted file mode 100644 index 7b2f017ba8..0000000000 --- a/packages/volto/news/6487.bugfix +++ /dev/null @@ -1 +0,0 @@ -Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini diff --git a/packages/volto/news/6495.documentation b/packages/volto/news/6495.documentation deleted file mode 100644 index ad974979eb..0000000000 --- a/packages/volto/news/6495.documentation +++ /dev/null @@ -1 +0,0 @@ -Refactor documentation includes to align with main documentation pattern. @stevepiercy diff --git a/packages/volto/news/6496.internal b/packages/volto/news/6496.internal deleted file mode 100644 index 14a6ca8375..0000000000 --- a/packages/volto/news/6496.internal +++ /dev/null @@ -1 +0,0 @@ -Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy diff --git a/packages/volto/package.json b/packages/volto/package.json index f72d9ebb99..78baf16759 100644 --- a/packages/volto/package.json +++ b/packages/volto/package.json @@ -9,7 +9,7 @@ } ], "license": "MIT", - "version": "18.1.0", + "version": "18.1.1", "repository": { "type": "git", "url": "git@github.com:plone/volto.git"