diff --git a/.env b/.env
index 1ad33af..b46f47f 100644
--- a/.env
+++ b/.env
@@ -42,18 +42,22 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
-LOCK_DSN=flock
+LOCK_DSN=redis://localhost:6379
###< symfony/lock ###
###> symfony/mailer ###
MAILER_DSN=null://null
###< symfony/mailer ###
+MESSENGER_CONSUMER_NAME=worker
+
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
-MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
+MESSENGER_ASYNC_TRANSPORT_DSN=redis://localhost:6379/messages?lazy=1
+MESSENGER_RDAP_LOW_TRANSPORT_DSN=redis://localhost:6379/messages-rdap-low?lazy=1
+MESSENGER_RDAP_HIGH_TRANSPORT_DSN=redis://localhost:6379/messages-rdap-high?lazy=1
###< symfony/messenger ###
diff --git a/.github/workflows/lint-and-tests.yml b/.github/workflows/lint-and-tests.yml
index aef8b12..1f2163e 100644
--- a/.github/workflows/lint-and-tests.yml
+++ b/.github/workflows/lint-and-tests.yml
@@ -2,9 +2,11 @@ name: Lint and Tests
on:
push:
- branches: [ "master", "develop" ]
+ branches: [ "develop" ]
+ paths-ignore: [ "docs/**" ]
pull_request:
- branches: [ "master", "develop" ]
+ branches: [ "develop" ]
+ paths-ignore: [ "docs/**" ]
permissions:
contents: read
@@ -121,6 +123,15 @@ jobs:
--health-retries 5
ports:
- 5432:5432
+ valkey:
+ image: valkey/valkey:latest
+ options: >-
+ --health-cmd "valkey-cli ping"
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
+ ports:
+ - 6379:6379
steps:
- name: Checkout code
uses: actions/checkout@v3
diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml
new file mode 100644
index 0000000..713d342
--- /dev/null
+++ b/.github/workflows/publish-docs.yml
@@ -0,0 +1,44 @@
+name: Publish Documentation
+
+on:
+ push:
+ paths: [ 'docs/**' ]
+ branches: [ develop ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ environment:
+ name: Domain Watchdog Documentation
+ url: https://domainwatchdog.eu
+
+ steps:
+ - name: Checkout source
+ uses: actions/checkout@v5
+ with:
+ fetch-depth: 0
+
+ - name: Setup Node
+ uses: actions/setup-node@v4
+ with:
+ node-version: 24
+
+ - name: Install dependencies
+ run: npm install --global yarn && yarn install
+ working-directory: docs
+
+ - name: Build Astro site
+ run: yarn run build
+ working-directory: docs
+
+ - name: Upload build via SCP
+ uses: appleboy/scp-action@master
+ with:
+ host: dw1.srv.domainwatchdog.eu
+ port: 2004
+ username: deploy
+ key: ${{ secrets.DEPLOYER_PRIVATE_KEY }}
+ source: "docs/dist/*"
+ target: /var/www/domainwatchdog.eu/
+ overwrite: true
+ debug: true
diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md
index 0ddfa50..42b2ce3 100644
--- a/CODE-OF-CONDUCT.md
+++ b/CODE-OF-CONDUCT.md
@@ -1,118 +1,87 @@
-# Code of conduct
+# Contributor Covenant 3.0 Code of Conduct
## Our Pledge
-We as members, contributors, and leaders pledge to make participation in our
-community a harassment-free experience for everyone, regardless of age, body
-size, visible or invisible disability, ethnicity, sex characteristics, gender
-identity and expression, level of experience, education, socio-economic status,
-nationality, personal appearance, race, caste, color, religion, or sexual
-identity and orientation.
+We pledge to make our community welcoming, safe, and equitable for all.
-We pledge to act and interact in ways that contribute to an open, welcoming,
-diverse, inclusive, and healthy community.
+We are committed to fostering an environment that respects and promotes the dignity, rights, and contributions of all individuals, regardless of characteristics including race, ethnicity, caste, color, age, physical characteristics, neurodiversity, disability, sex or gender, gender identity or expression, sexual orientation, language, philosophy or religion, national or social origin, socio-economic position, level of education, or other status. The same privileges of participation are extended to everyone who participates in good faith and in accordance with this Covenant.
-## Our Standards
-Examples of behavior that contributes to a positive environment for our
-community include:
+## Encouraged Behaviors
-* Demonstrating empathy and kindness toward other people
-* Being respectful of differing opinions, viewpoints, and experiences
-* Giving and gracefully accepting constructive feedback
-* Accepting responsibility and apologizing to those affected by our mistakes,
- and learning from the experience
-* Focusing on what is best not just for us as individuals, but for the overall
- community
+While acknowledging differences in social norms, we all strive to meet our community's expectations for positive behavior. We also understand that our words and actions may be interpreted differently than we intend based on culture, background, or native language.
-Examples of unacceptable behavior include:
+With these considerations in mind, we agree to behave mindfully toward each other and act in ways that center our shared values, including:
-* The use of sexualized language or imagery, and sexual attention or advances of
- any kind
-* Trolling, insulting or derogatory comments, and personal or political attacks
-* Public or private harassment
-* Publishing others' private information, such as a physical or email address,
- without their explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
+1. Respecting the **purpose of our community**, our activities, and our ways of gathering.
+2. Engaging **kindly and honestly** with others.
+3. Respecting **different viewpoints** and experiences.
+4. **Taking responsibility** for our actions and contributions.
+5. Gracefully giving and accepting **constructive feedback**.
+6. Committing to **repairing harm** when it occurs.
+7. Behaving in other ways that promote and sustain the **well-being of our community**.
-## Enforcement Responsibilities
-Community leaders are responsible for clarifying and enforcing our standards of
-acceptable behavior and will take appropriate and fair corrective action in
-response to any behavior that they deem inappropriate, threatening, offensive,
-or harmful.
+## Restricted Behaviors
+
+We agree to restrict the following behaviors in our community. Instances, threats, and promotion of these behaviors are violations of this Code of Conduct.
+
+1. **Harassment.** Violating explicitly expressed boundaries or engaging in unnecessary personal attention after any clear request to stop.
+2. **Character attacks.** Making insulting, demeaning, or pejorative comments directed at a community member or group of people.
+3. **Stereotyping or discrimination.** Characterizing anyone’s personality or behavior on the basis of immutable identities or traits.
+4. **Sexualization.** Behaving in a way that would generally be considered inappropriately intimate in the context or purpose of the community.
+5. **Violating confidentiality**. Sharing or acting on someone's personal or private information without their permission.
+6. **Endangerment.** Causing, encouraging, or threatening violence or other harm toward any person or group.
+7. Behaving in other ways that **threaten the well-being** of our community.
+
+### Other Restrictions
+
+1. **Misleading identity.** Impersonating someone else for any reason, or pretending to be someone else to evade enforcement actions.
+2. **Failing to credit sources.** Not properly crediting the sources of content you contribute.
+3. **Promotional materials**. Sharing marketing or other commercial content in a way that is outside the norms of the community.
+4. **Irresponsible communication.** Failing to responsibly present content which includes, links or describes any other restricted behaviors.
+
+
+## Reporting an Issue
+
+Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
+
+When an incident does occur, it is important to report it promptly. To report a possible violation, please contact the maintainer.
+
+Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution.
+
+
+## Addressing and Repairing Harm
+
+If an investigation by the Community Moderators finds that this Code of Conduct has been violated, the following enforcement ladder may be used to determine how best to repair harm, based on the incident's impact on the individuals involved and the community as a whole. Depending on the severity of a violation, lower rungs on the ladder may be skipped.
+
+1) Warning
+ 1) Event: A violation involving a single incident or series of incidents.
+ 2) Consequence: A private, written warning from the Community Moderators.
+ 3) Repair: Examples of repair include a private written apology, acknowledgement of responsibility, and seeking clarification on expectations.
+2) Temporarily Limited Activities
+ 1) Event: A repeated incidence of a violation that previously resulted in a warning, or the first incidence of a more serious violation.
+ 2) Consequence: A private, written warning with a time-limited cooldown period designed to underscore the seriousness of the situation and give the community members involved time to process the incident. The cooldown period may be limited to particular communication channels or interactions with particular community members.
+ 3) Repair: Examples of repair may include making an apology, using the cooldown period to reflect on actions and impact, and being thoughtful about re-entering community spaces after the period is over.
+3) Temporary Suspension
+ 1) Event: A pattern of repeated violation which the Community Moderators have tried to address with warnings, or a single serious violation.
+ 2) Consequence: A private written warning with conditions for return from suspension. In general, temporary suspensions give the person being suspended time to reflect upon their behavior and possible corrective actions.
+ 3) Repair: Examples of repair include respecting the spirit of the suspension, meeting the specified conditions for return, and being thoughtful about how to reintegrate with the community when the suspension is lifted.
+4) Permanent Ban
+ 1) Event: A pattern of repeated code of conduct violations that other steps on the ladder have failed to resolve, or a violation so serious that the Community Moderators determine there is no way to keep the community safe with this person as a member.
+ 2) Consequence: Access to all community spaces, tools, and communication channels is removed. In general, permanent bans should be rarely used, should have strong reasoning behind them, and should only be resorted to if working through other remedies has failed to change the behavior.
+ 3) Repair: There is no possible repair in cases of this severity.
+
+This enforcement ladder is intended as a guideline. It does not limit the ability of Community Managers to use their discretion and judgment, in keeping with the best interests of our community.
-Community leaders have the right and responsibility to remove, edit, or reject
-comments, commits, code, wiki edits, issues, and other contributions that are
-not aligned to this Code of Conduct, and will communicate reasons for moderation
-decisions when appropriate.
## Scope
-This Code of Conduct applies within all community spaces, and also applies when
-an individual is officially representing the community in public spaces.
-Examples of representing our community include using an official email address,
-posting via an official social media account, or acting as an appointed
-representative at an online or offline event.
+This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public or other spaces. Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
-## Enforcement
-
-Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported to the community leaders responsible for enforcement at contact@maelgangloff.fr.
-All complaints will be reviewed and investigated promptly and fairly.
-
-All community leaders are obligated to respect the privacy and security of the
-reporter of any incident.
-
-## Enforcement Guidelines
-
-Community leaders will follow these Community Impact Guidelines in determining
-the consequences for any action they deem in violation of this Code of Conduct:
-
-### 1. Correction
-
-**Community Impact**: Use of inappropriate language or other behavior deemed
-unprofessional or unwelcome in the community.
-
-**Consequence**: A private, written warning from community leaders, providing
-clarity around the nature of the violation and an explanation of why the
-behavior was inappropriate. A public apology may be requested.
-
-### 2. Warning
-
-**Community Impact**: A violation through a single incident or series of
-actions.
-
-**Consequence**: A warning with consequences for continued behavior. No
-interaction with the people involved, including unsolicited interaction with
-those enforcing the Code of Conduct, for a specified period of time. This
-includes avoiding interactions in community spaces as well as external channels
-like social media. Violating these terms may lead to a temporary or permanent
-ban.
-
-### 3. Temporary Ban
-
-**Community Impact**: A serious violation of community standards, including
-sustained inappropriate behavior.
-
-**Consequence**: A temporary ban from any sort of interaction or public
-communication with the community for a specified period of time. No public or
-private interaction with the people involved, including unsolicited interaction
-with those enforcing the Code of Conduct, is allowed during this period.
-Violating these terms may lead to a permanent ban.
-
-### 4. Permanent Ban
-
-**Community Impact**: Demonstrating a pattern of violation of community
-standards, including sustained inappropriate behavior, harassment of an
-individual, or aggression toward or disparagement of classes of individuals.
-
-**Consequence**: A permanent ban from any sort of public interaction within the
-community.
## Attribution
-This Code of Conduct is adapted from the [Contributor Covenant][homepage],
-version 2.1, available at
-[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
+This Code of Conduct is adapted from the Contributor Covenant, version 3.0, permanently available at [https://www.contributor-covenant.org/version/3/0/](https://www.contributor-covenant.org/version/3/0/).
+
+Contributor Covenant is stewarded by the Organization for Ethical Source and licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/)
diff --git a/INSTALL.md b/INSTALL.md
deleted file mode 100644
index c6926e6..0000000
--- a/INSTALL.md
+++ /dev/null
@@ -1,121 +0,0 @@
-# Installation and Update
-
-## Installation
-
-To deploy a Domain Watchdog instance, please refer to the Symfony documentation
-on [How to deploy a Symfony application](https://symfony.com/doc/current/deployment.html).
-
-### Prerequisites
-
-- PHP 8.2 or higher
-- PostgreSQL 16 or higher
-
-In order to retrieve information about domain names, Domain Watchdog will query the RDAP server responsible for the TLD.
-It is crucial that the Domain Watchdog instance is placed in a clean environment from which these servers can be
-queried.
-In particular, the DNS servers and root certificates of the system must be trusted.
-
-### Steps
-
-Clone the repository:
-
-```shell
-git clone https://github.com/maelgangloff/domain-watchdog.git
- ```
-
-#### Backend
-
-1. Install dependencies:
- ```shell
- composer install
- ```
-2. Set up your environment variables:
- ```shell
- cp .env .env.local
- ```
-3. Generate the cryptographic key pair for the JWT signature
- ```shell
- php bin/console lexik:jwt:generate-keypair
- ```
-4. Run database migrations:
- ```shell
- php bin/console doctrine:migrations:migrate
- ```
-5. Start the Symfony server:
- ```shell
- symfony server:start
- ```
-6. Build assets:
- ```shell
- php bin/console assets:install
- ```
-7. Don't forget to set up workers to process the [message queue](https://symfony.com/doc/current/messenger.html)
-
-#### Frontend
-
-1. Install dependencies:
- ```shell
- yarn install
- ```
-2. Generate language files:
- ```shell
- yarn run ttag:po2json
- ```
-3. Make the final build:
- ```shell
- yarn build
- ```
-4. Add and modify the following files as you wish:
- ~~~
- public/content/home.md
- public/content/privacy.md
- public/content/tos.md
- public/content/faq.md
- public/images/icons-512.png
- public/images/banner.png
- public/favicon.ico
- ~~~
-
-## Update
-
-**Any updates are your responsibility. Make a backup of the data if necessary.**
-
-Fetch updates from the remote repository:
-
-```shell
-git pull origin master
- ```
-
-### Backend
-
-1. Install dependencies:
- ```shell
- composer install
- ```
-2. Run database migrations:
- ```shell
- php bin/console doctrine:migrations:migrate
- ```
-3. Clearing the Symfony cache:
- ```shell
- php bin/console cache:clear
- ```
-4. Build assets:
- ```shell
- php bin/console assets:install
- ```
-
-### Frontend
-
-1. Install dependencies:
- ```shell
- yarn install
- ```
-2. Generate language files:
- ```shell
- yarn run ttag:po2json
- ```
-3. Make the final build:
- ```shell
- yarn build
- ```
diff --git a/README.md b/README.md
index ae76943..3abd205 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,9 @@
-Domain Watchdog is an app that uses RDAP to collect publicly available info about domains, track their history, and purchase them.
-For more information please check [the wiki](https://github.com/maelgangloff/domain-watchdog/wiki) !
+Domain Watchdog is an app that uses RDAP to collect publicly available info about domains, track their history, and
+purchase them.
+For more information please check out [the documentation](https://domainwatchdog.eu) !
## Why use it?
@@ -20,73 +21,42 @@ detailed history of events (ownership changes, renewals, etc.) is not feasible w
## Install
> [!TIP]
-> For more details on the installation procedure, please refer to [INSTALL.md](/INSTALL.md).
+> For more details on the installation procedure, please refer to [the documentation](https://domainwatchdog.eu/en/self-hosting/docker-install/).
### Docker Deployment
-1. Clone the repository
-2. Modify environment variables (.env) and add static files to customize your instance (see [INSTALL.md](/INSTALL.md))
-3. Pull the latest version of the Domain Watchdog image from Docker Hub.
- ```shell
- docker compose pull
- ```
-4. Start the project in production environment. If you want, you can also build the Docker image to use yourself.
- ```shell
- docker compose up
- ```
+1. Download the [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml)
+ and modify it as needed
+2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) and modify it as needed
+3. Add static files to customize your instance (under `public/content`)
+4. Pull the latest version of the Domain Watchdog image from Docker Hub
+
+```shell
+docker compose pull
+```
+
+5. Start the project in production environment
+
+```shell
+docker compose up
+```
By default, the container listens on http://localhost:8080, but you can configure this in environment variables.
-See the [Docker Compose file](./docker-compose.yml).
-## Features
+## Development and contributions
-### Auto-purchase domain
+See [the documentation](https://domainwatchdog.eu) for information on setting up a development environment and making
+your contributions.
+To add a new provider, a [dedicated page](https://domainwatchdog.eu/en/developing/implementing-new-provider/) is available.
-A connector is a way to order a domain name. It is important to mention that this project does not act as a payment
-intermediary.
-Indeed, the user's credentials are directly used to enable the purchase via the provider's API. To this end, the user
-gives his consent to define the legal framework in which the use of his account with the provider's API will be made.
+## Security
-The table below lists the supported API connector providers:
+Please see [SECURITY.md](./SECURITY.md).
-| Provider | Supported |
-|:--------------------------------------------------------------------------:|:----------------:|
-| [OVH](https://api.ovh.com) | **Yes** |
-| [GANDI](https://api.gandi.net/docs/domains/) | **Yes** |
-| [NAMECHEAP](https://www.namecheap.com/support/api/methods/domains/create/) | **Yes** |
-| [AUTODNS](https://cloud.autodns.com/) | **Yes** |
-| [NAME.COM](https://www.name.com/en-en/api-docs/) | **Yes** |
-| Custom EPP Server | **EXPERIMENTAL** |
+## License
-If a domain has expired and a connector is linked to the Watchlist, then Domain Watchdog will try to order it via the
-connector provider's API.
-
-Note: If the same domain name is present on several Watchlists, it is not possible to predict in advance which user will
-win the domain name. The choice is left to chance.
-
-### Monitoring
-
-
-
-
-A watchlist is a list of domain names, triggers and possibly an API connector.
-
-They allow you to follow the life of the listed domain names and send you a notification when a change has been
-detected.
-
-A notification to the user is sent when a new event occurs on one of the domain names in the Watchlist. This can be an
-email or a chat via Webhook (Slack, Mattermost, Discord, ...). An iCalendar export of domain events is possible.
-
-### RDAP search
-
-The latest version of the WHOIS protocol was standardized in 2004 by RFC 3912.[^1] This protocol allows anyone to
-retrieve key information concerning a domain name, an IP address, or an entity registered with a registry.
-
-ICANN launched a global vote in 2023 to propose replacing the WHOIS protocol with RDAP. As a result, registries and
-registrars will no longer be required to support WHOIS from 2025 (*WHOIS Sunset Date*).[^2]
-
-Domain Watchdog uses the RDAP protocol, which will soon be the new standard for retrieving information concerning domain
-names.
+This source code of this project is licensed under *GNU Affero General Public License v3.0 or later*.
+Contributions are welcome as long as they do not contravene the Code of Conduct.
## Disclaimer
@@ -96,20 +66,5 @@ names.
caching system, etc.
> * Please note that this project is NOT affiliated IN ANY WAY with the API Providers used to order domain names.
> * The project installers are responsible for the use of their own instance.
-> * Under no circumstances will the owner of this project be held responsible for other cases over which he has no control.
-
-## Useful documentation
-
-> [!NOTE]
-> - [RFC 7482 : Registration Data Access Protocol (RDAP) Query Format](https://datatracker.ietf.org/doc/html/rfc7482)
-> - [RFC 7483 : JSON Responses for the Registration Data Access Protocol (RDAP)](https://datatracker.ietf.org/doc/html/rfc7483)
-> - [RFC 7484 : Finding the Authoritative Registration Data (RDAP) Service](https://datatracker.ietf.org/doc/html/rfc7484)
-
-## Licensing
-
-This source code of this project is licensed under *GNU Affero General Public License v3.0 or later*.
-Contributions are welcome as long as they do not contravene the Code of Conduct.
-
-[^1]: RFC 3912 : WHOIS Protocol Specification. (2004). IETF Datatracker. https://datatracker.ietf.org/doc/html/rfc3912
-[^2]: 2023 Global Amendments to the Base gTLD Registry Agreement (RA), Specification 13, and 2013 Registrar
-Accreditation Agreement (RAA) - ICANN. (2023). https://www.icann.org/resources/pages/global-amendment-2023-en
+> * Under no circumstances will the owner of this project be held responsible for other cases over which he has no
+ control.
diff --git a/assets/App.tsx b/assets/App.tsx
index 3a5fa32..1fa2da7 100644
--- a/assets/App.tsx
+++ b/assets/App.tsx
@@ -1,4 +1,4 @@
-import {Button, ConfigProvider, FloatButton, Layout, Space, theme, Tooltip, Typography} from 'antd'
+import {Button, ConfigProvider, Drawer, Flex, Layout, theme, Typography} from 'antd'
import {Link, Navigate, Route, Routes, useLocation, useNavigate} from 'react-router-dom'
import TextPage from './pages/TextPage'
import DomainSearchPage from './pages/search/DomainSearchPage'
@@ -7,7 +7,8 @@ import TldPage from './pages/infrastructure/TldPage'
import StatisticsPage from './pages/StatisticsPage'
import WatchlistPage from './pages/tracking/WatchlistPage'
import UserPage from './pages/UserPage'
-import React, {useCallback, useEffect, useMemo, useState} from 'react'
+import type {PropsWithChildren} from 'react'
+import React, { useCallback, useEffect, useMemo, useState} from 'react'
import {getUser} from './utils/api'
import LoginPage, {AuthenticatedContext} from './pages/LoginPage'
import ConnectorPage from './pages/tracking/ConnectorPage'
@@ -15,21 +16,56 @@ import NotFoundPage from './pages/NotFoundPage'
import useBreakpoint from './hooks/useBreakpoint'
import {Sider} from './components/Sider'
import {jt, t} from 'ttag'
-import {BugOutlined, InfoCircleOutlined, MergeOutlined} from '@ant-design/icons'
+import {MenuOutlined} from '@ant-design/icons'
import TrackedDomainPage from './pages/tracking/TrackedDomainPage'
import IcannRegistrarPage from "./pages/infrastructure/IcannRegistrarPage"
const PROJECT_LINK = 'https://github.com/maelgangloff/domain-watchdog'
const LICENSE_LINK = 'https://www.gnu.org/licenses/agpl-3.0.txt'
-const ProjectLink = Domain Watchdog
-const LicenseLink = AGPL-3.0-or-later
+const ProjectLink = Domain Watchdog
+const LicenseLink = AGPL-3.0-or-later
+
+function SiderWrapper(props: PropsWithChildren<{sidebarCollapsed: boolean, setSidebarCollapsed: (collapsed: boolean) => void}>): React.ReactElement {
+ const {sidebarCollapsed, setSidebarCollapsed, children} = props
+ const sm = useBreakpoint('sm')
+ const location = useLocation()
+
+ useEffect(() => {
+ if (sm) {
+ setSidebarCollapsed(false)
+ }
+ }, [location])
+
+ if (sm) {
+ return setSidebarCollapsed(false)}
+ closeIcon={null}
+ styles={{body: {padding: 0, height: '100%', background: '#001529'}}}
+ width='200px'>
+ {children}
+
+ } else {
+ return
+ {children}
+
+ }
+}
export default function App(): React.ReactElement {
const navigate = useNavigate()
const location = useLocation()
const sm = useBreakpoint('sm')
+ const [sidebarCollapsed, setSidebarCollapsed] = useState(false)
const [isAuthenticated, setIsAuthenticated] = useState(false)
const authenticated = useCallback((authenticated: boolean) => {
@@ -75,15 +111,20 @@ export default function App(): React.ReactElement {
>
- {/* Ant will use a break-off tab to toggle the collapse of the sider when collapseWidth = 0 */}
-
+
-
+
-
+
+ {sm &&
+
+ }
+
@@ -116,41 +157,40 @@ export default function App(): React.ReactElement {
-
+ .map(({domain, tld}) =>
+
-
- )}
-
+ )}
+
>
)
}
diff --git a/assets/pages/infrastructure/IcannRegistrarPage.tsx b/assets/pages/infrastructure/IcannRegistrarPage.tsx
index 3164be6..9b538c8 100644
--- a/assets/pages/infrastructure/IcannRegistrarPage.tsx
+++ b/assets/pages/infrastructure/IcannRegistrarPage.tsx
@@ -5,6 +5,7 @@ import {t} from 'ttag'
import type {ColumnType} from 'antd/es/table'
import {CheckCircleOutlined, SettingOutlined, CloseCircleOutlined} from "@ant-design/icons"
import {getIcannAccreditations} from "../../utils/api/icann-accreditations"
+import useBreakpoint from "../../hooks/useBreakpoint"
const {Text, Paragraph} = Typography
@@ -19,6 +20,7 @@ function RegistrarListTable(filters: FiltersType) {
name: string
}
+ const sm = useBreakpoint('sm')
const [dataTable, setDataTable] = useState([])
const [total, setTotal] = useState(0)
@@ -63,14 +65,15 @@ function RegistrarListTable(filters: FiltersType) {
fetchData({...filters, page, itemsPerPage})
}
}}
-
- scroll={{y: '50vh'}}
+ scroll={sm ? {} : {y: '50vh'}}
+ size={sm ? 'small' : 'large'}
/>
)
}
export default function IcannRegistrarPage() {
const [activeTabKey, setActiveTabKey] = useState('Accredited')
+ const sm = useBreakpoint('sm')
const contentList: Record = {
Accredited: <>
@@ -125,6 +128,7 @@ export default function IcannRegistrarPage() {
activeTabKey={activeTabKey}
key={activeTabKey}
onTabChange={(k: string) => setActiveTabKey(k)}
+ size={sm ? 'small' : 'default'}
>
{contentList[activeTabKey]}
diff --git a/assets/pages/infrastructure/TldPage.tsx b/assets/pages/infrastructure/TldPage.tsx
index 68e9f0c..74ccf77 100644
--- a/assets/pages/infrastructure/TldPage.tsx
+++ b/assets/pages/infrastructure/TldPage.tsx
@@ -11,6 +11,7 @@ import {getCountryCode} from '../../utils/functions/getCountryCode'
import {tldToEmoji} from '../../utils/functions/tldToEmoji'
import {BankOutlined, FlagOutlined, GlobalOutlined, TrademarkOutlined} from "@ant-design/icons"
import {Link} from "react-router-dom"
+import useBreakpoint from "../../hooks/useBreakpoint"
const {Text, Paragraph} = Typography
@@ -30,6 +31,7 @@ function TldTable(filters: FiltersType) {
Country?: string
}
+ const sm = useBreakpoint('sm')
const [dataTable, setDataTable] = useState([])
const [total, setTotal] = useState(0)
@@ -110,14 +112,15 @@ function TldTable(filters: FiltersType) {
fetchData({...filters, page, itemsPerPage})
}
}}
-
- scroll={{y: '50vh'}}
+ scroll={sm ? {} : {y: '50vh'}}
+ size={sm ? 'small' : 'large'}
/>
)
}
export default function TldPage() {
const [activeTabKey, setActiveTabKey] = useState('gTLD')
+ const sm = useBreakpoint("sm")
const contentList: Record = {
sTLD: <>
@@ -185,6 +188,7 @@ export default function TldPage() {
activeTabKey={activeTabKey}
key={activeTabKey}
onTabChange={(k: string) => setActiveTabKey(k)}
+ size={sm ? 'small' : 'default'}
>
{contentList[activeTabKey]}
diff --git a/assets/pages/search/DomainSearchPage.tsx b/assets/pages/search/DomainSearchPage.tsx
index deedd04..f6776f8 100644
--- a/assets/pages/search/DomainSearchPage.tsx
+++ b/assets/pages/search/DomainSearchPage.tsx
@@ -1,8 +1,10 @@
import React, {useEffect, useState} from 'react'
import type { FormProps} from 'antd'
+import {FloatButton} from 'antd'
import {Empty, Flex, message, Skeleton} from 'antd'
-import type {Domain} from '../../utils/api'
-import { getDomain} from '../../utils/api'
+import type {Domain, Watchlist} from '../../utils/api'
+import {addDomainToWatchlist} from '../../utils/api'
+import {getDomain} from '../../utils/api'
import type {AxiosError} from 'axios'
import {t} from 'ttag'
import type { FieldType} from '../../components/search/DomainSearchBar'
@@ -10,17 +12,19 @@ import {DomainSearchBar} from '../../components/search/DomainSearchBar'
import {DomainResult} from '../../components/search/DomainResult'
import {showErrorAPI} from '../../utils/functions/showErrorAPI'
import {useNavigate, useParams} from 'react-router-dom'
+import {PlusOutlined} from '@ant-design/icons'
+import WatchlistSelectionModal from '../../components/tracking/watchlist/WatchlistSelectionModal'
export default function DomainSearchPage() {
const {query} = useParams()
const [domain, setDomain] = useState()
- const [loading, setLoading] = useState(false)
+ const domainLdhName = domain?.ldhName
+ const [loading, setLoading] = useState(false)
+ const [addToWatchlistModal, setAddToWatchlistModal] = useState(false)
const [messageApi, contextHolder] = message.useMessage()
const navigate = useNavigate()
-
-
const onFinish: FormProps['onFinish'] = (values) => {
navigate('/search/domain/' + values.ldhName)
@@ -41,7 +45,18 @@ export default function DomainSearchPage() {
onFinish({ldhName: query, isRefreshForced: false})
}, [])
- return (
+ const addToWatchlist = async (watchlist: Watchlist) => {
+ await addDomainToWatchlist(watchlist, domain!.ldhName).then(() => {
+ setAddToWatchlistModal(false)
+
+ const ldhName = domain?.ldhName
+ messageApi.success(t`${ldhName} added to ${watchlist.name}`)
+ }).catch((e: AxiosError) => {
+ showErrorAPI(e, messageApi)
+ })
+ }
+
+ return <>
{contextHolder}
@@ -57,5 +72,29 @@ export default function DomainSearchPage() {
}
- )
+ {domain
+ && }
+ onClick={() => setAddToWatchlistModal(true)}
+ />
+ }
+ setAddToWatchlistModal(false),
+ onClose: () => setAddToWatchlistModal(false),
+ cancelText: t`Cancel`,
+ okText: t`Add`
+ }}
+ />
+ >
}
diff --git a/assets/pages/tracking/WatchlistPage.tsx b/assets/pages/tracking/WatchlistPage.tsx
index 1e9a8a4..0bfb2b8 100644
--- a/assets/pages/tracking/WatchlistPage.tsx
+++ b/assets/pages/tracking/WatchlistPage.tsx
@@ -74,8 +74,7 @@ export default function WatchlistPage() {
return (
{contextHolder}
-
- {(connectors != null) && (watchlists != null) && watchlists.length > 0 &&
+ {(connectors !== undefined) && (watchlists !== undefined) &&
<>
diff --git a/assets/utils/api/watchlist.ts b/assets/utils/api/watchlist.ts
index 2dbf8f9..d706a38 100644
--- a/assets/utils/api/watchlist.ts
+++ b/assets/utils/api/watchlist.ts
@@ -44,6 +44,13 @@ export async function patchWatchlist(token: string, watchlist: Partial '/api/domains/' + d.ldhName)
+ domains.push('/api/domains/' + ldhName)
+
+ return patchWatchlist(watchlist.token, {domains})
+}
+
export async function deleteWatchlist(token: string): Promise {
await request({
method: 'DELETE',
diff --git a/assets/utils/functions/DomainToTag.tsx b/assets/utils/functions/DomainToTag.tsx
index d757892..5efad10 100644
--- a/assets/utils/functions/DomainToTag.tsx
+++ b/assets/utils/functions/DomainToTag.tsx
@@ -6,32 +6,38 @@ import React from 'react'
import type {Event} from "../api"
import {t} from "ttag"
-export function DomainToTag({domain}: { domain: { ldhName: string, deleted: boolean, status: string[], events?: Event[] } }) {
- return (
-
-
- e.action === 'last changed' &&
- !e.deleted &&
- ((new Date().getTime() - new Date(e.date).getTime()) < 7*24*60*60*1e3)
- ) !== undefined} color='blue' title={t`The domain name was updated less than a week ago.`}>
-
- : domain.status.includes('redemption period')
- ?
- : domain.status.includes('pending delete') ? : null
- }
- >{punycode.toUnicode(domain.ldhName)}
-
-
-
- )
+export function DomainToTag({domain, link}: { domain: { ldhName: string, deleted: boolean, status: string[], events?: Event[] }, link?: boolean }) {
+ const tag =
+ e.action === 'last changed' &&
+ !e.deleted &&
+ ((new Date().getTime() - new Date(e.date).getTime()) < 7*24*60*60*1e3)
+ ) !== undefined} color='blue' title={t`The domain name was updated less than a week ago.`}>
+
+ : domain.status.includes('redemption period')
+ ?
+ : domain.status.includes('pending delete') ? : null
+ }
+ >{punycode.toUnicode(domain.ldhName)}
+
+
+
+ if (link ?? true) {
+ return (
+
+ {tag}
+
+ )
+ } else {
+ return tag
+ }
}
diff --git a/assets/utils/functions/StatusToTag.tsx b/assets/utils/functions/StatusToTag.tsx
index bf46bb2..7ae1164 100644
--- a/assets/utils/functions/StatusToTag.tsx
+++ b/assets/utils/functions/StatusToTag.tsx
@@ -10,6 +10,7 @@ export function statusToTag(s: string) {
{s}
diff --git a/composer.json b/composer.json
index e3f8dcd..6dbc28d 100644
--- a/composer.json
+++ b/composer.json
@@ -23,6 +23,7 @@
"php": ">=8.4",
"ext-ctype": "*",
"ext-iconv": "*",
+ "ext-redis": "*",
"ext-simplexml": "*",
"api-platform/core": "^3.3",
"doctrine/dbal": "^3",
@@ -42,6 +43,7 @@
"protonlabs/vobject": "^4.31",
"psr/http-client": "^1.0",
"runtime/frankenphp-symfony": "^0.2.0",
+ "scienta/doctrine-json-functions": "^6.3",
"symfony/asset": "7.3.*",
"symfony/asset-mapper": "7.3.*",
"symfony/cache": "7.3.*",
diff --git a/composer.lock b/composer.lock
index 8622cf8..0f791fe 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "49fd7fad6776160ff572f3fb9201a8a2",
+ "content-hash": "97d6a4c9c86bc5a77dfdbc3e41e1deb5",
"packages": [
{
"name": "api-platform/core",
@@ -4189,6 +4189,78 @@
},
"time": "2024-09-06T08:00:55+00:00"
},
+ {
+ "name": "scienta/doctrine-json-functions",
+ "version": "6.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/ScientaNL/DoctrineJsonFunctions.git",
+ "reference": "554b2fd281e976a791501fc4753ffd4c5891ec62"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/ScientaNL/DoctrineJsonFunctions/zipball/554b2fd281e976a791501fc4753ffd4c5891ec62",
+ "reference": "554b2fd281e976a791501fc4753ffd4c5891ec62",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/dbal": "^3.2 || ^4",
+ "doctrine/lexer": "^2.0 || ^3.0",
+ "doctrine/orm": "^2.19 || ^3",
+ "ext-pdo": "*",
+ "php": "^8.1"
+ },
+ "require-dev": {
+ "doctrine/coding-standard": "^9.0 || ^10.0 || ^11.0 || ^12.0",
+ "phpstan/extension-installer": "^1.4",
+ "phpstan/phpstan": "^1.12",
+ "phpstan/phpstan-doctrine": "^1.4",
+ "phpstan/phpstan-phpunit": "^1.4",
+ "phpunit/phpunit": "^10.1",
+ "psalm/plugin-phpunit": "^0.18",
+ "slevomat/coding-standard": "~8",
+ "symfony/cache": "^5.4 || ^6.4 || ^7",
+ "vimeo/psalm": "^5.2",
+ "webmozart/assert": "^1.11"
+ },
+ "suggest": {
+ "dunglas/doctrine-json-odm": "To serialize / deserialize objects as JSON documents."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Scienta\\DoctrineJsonFunctions\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Doctrine Json Functions Contributors",
+ "homepage": "https://github.com/ScientaNL/DoctrineJsonFunctions/contributors"
+ }
+ ],
+ "description": "A set of extensions to Doctrine that add support for json query functions.",
+ "keywords": [
+ "database",
+ "doctrine",
+ "dql",
+ "json",
+ "mariadb",
+ "mysql",
+ "orm",
+ "postgres",
+ "postgresql",
+ "sqlite"
+ ],
+ "support": {
+ "issues": "https://github.com/ScientaNL/DoctrineJsonFunctions/issues",
+ "source": "https://github.com/ScientaNL/DoctrineJsonFunctions/tree/6.3.0"
+ },
+ "time": "2024-11-08T12:33:19+00:00"
+ },
{
"name": "symfony/asset",
"version": "v7.3.0",
@@ -15319,9 +15391,10 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
- "php": ">=8.2",
+ "php": ">=8.4",
"ext-ctype": "*",
"ext-iconv": "*",
+ "ext-redis": "*",
"ext-simplexml": "*"
},
"platform-dev": [],
diff --git a/config/packages/api_platform.yaml b/config/packages/api_platform.yaml
index 63a8109..376274c 100644
--- a/config/packages/api_platform.yaml
+++ b/config/packages/api_platform.yaml
@@ -42,6 +42,7 @@ api_platform:
App\Exception\TldNotSupportedException: 400
App\Exception\UnknownRdapServerException: 400
App\Exception\UnsupportedDsnScheme: 400
+ App\Exception\RdapServerException: 400
# Provider exception
App\Exception\Provider\UserNoExplicitConsentException: 451
diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml
index 1025d6a..982d866 100644
--- a/config/packages/doctrine.yaml
+++ b/config/packages/doctrine.yaml
@@ -24,6 +24,9 @@ doctrine:
alias: App
controller_resolver:
auto_mapping: false
+ dql:
+ string_functions:
+ JSONB_CONTAINS: Scienta\DoctrineJsonFunctions\Query\AST\Functions\Postgresql\JsonbContains
when@test:
doctrine:
diff --git a/config/packages/messenger.yaml b/config/packages/messenger.yaml
index ca8a7b3..74a3a53 100644
--- a/config/packages/messenger.yaml
+++ b/config/packages/messenger.yaml
@@ -5,10 +5,28 @@ framework:
transports:
# https://symfony.com/doc/current/messenger.html#transport-configuration
async:
- dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
+ dsn: '%env(MESSENGER_ASYNC_TRANSPORT_DSN)%'
retry_strategy:
max_retries: 3
multiplier: 2
+ rdap_high:
+ dsn: '%env(MESSENGER_RDAP_HIGH_TRANSPORT_DSN)%'
+ options:
+ consumer: '%env(MESSENGER_CONSUMER_NAME)%'
+ retry_strategy:
+ delay: 1000
+ multiplier: 2
+ max_delay: 86400000
+
+ rdap_low:
+ dsn: '%env(MESSENGER_RDAP_LOW_TRANSPORT_DSN)%'
+ options:
+ consumer: '%env(MESSENGER_CONSUMER_NAME)%'
+ retry_strategy:
+ delay: 2000
+ multiplier: 2
+ max_delay: 86400000
+
failed: 'doctrine://default?queue_name=failed'
# sync: 'sync://'
@@ -23,11 +41,9 @@ framework:
Symfony\Component\Notifier\Message\SmsMessage: async
App\Message\OrderDomain: async
- App\Message\ProcessWatchlistTrigger: async
- App\Message\SendDomainEventNotif: async
- App\Message\UpdateDomainsFromWatchlist: async
+ App\Message\DetectDomainChange: async
+ App\Message\ProcessAllWatchlist: async
+ App\Message\ProcessWatchlist: async
App\Message\UpdateRdapServers: async
App\Message\ValidateConnectorCredentials: async
-
- # Route your messages to the transports
- # 'App\Message\YourMessage': async
+ App\Message\UpdateDomain: rdap_high
diff --git a/config/packages/rate_limiter.yaml b/config/packages/rate_limiter.yaml
index 11e6dc1..6c0af89 100644
--- a/config/packages/rate_limiter.yaml
+++ b/config/packages/rate_limiter.yaml
@@ -20,7 +20,7 @@ framework:
limit: 5
rate: { interval: '5 minutes' }
- rdap_requests:
+ user_rdap_requests:
policy: sliding_window
limit: 10
- interval: '1 hour'
\ No newline at end of file
+ interval: '1 hour'
diff --git a/docker-compose.yml b/docker-compose.yml
index 56ccc03..8c56298 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -11,7 +11,9 @@ services:
APP_ENV: prod
SERVER_NAME: ${SERVER_NAME:-:80}
DATABASE_URL: postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-15}&charset=${POSTGRES_CHARSET:-utf8}
- MESSENGER_TRANSPORT_DSN: redis://valkey:6379/messages
+ MESSENGER_ASYNC_TRANSPORT_DSN: redis://valkey:6379/messages
+ MESSENGER_RDAP_LOW_TRANSPORT_DSN: redis://valkey:6379/messages-rdap-low
+ MESSENGER_RDAP_HIGH_TRANSPORT_DSN: redis://valkey:6379/messages-rdap-high
volumes:
- caddy_data:/data
- caddy_config:/config
@@ -31,7 +33,10 @@ services:
environment:
APP_ENV: prod
DATABASE_URL: postgresql://${POSTGRES_USER:-app}:${POSTGRES_PASSWORD:-!ChangeMe!}@database:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-app}?serverVersion=${POSTGRES_VERSION:-15}&charset=${POSTGRES_CHARSET:-utf8}
- MESSENGER_TRANSPORT_DSN: redis://valkey:6379/messages
+ MESSENGER_ASYNC_TRANSPORT_DSN: redis://valkey:6379/messages
+ MESSENGER_RDAP_LOW_TRANSPORT_DSN: redis://valkey:6379/messages-rdap-low
+ MESSENGER_RDAP_HIGH_TRANSPORT_DSN: redis://valkey:6379/messages-rdap-high
+ MESSENGER_CONSUMER_NAME: worker
depends_on:
- database
healthcheck:
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 0000000..6240da8
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,21 @@
+# build output
+dist/
+# generated types
+.astro/
+
+# dependencies
+node_modules/
+
+# logs
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+
+# environment variables
+.env
+.env.production
+
+# macOS-specific files
+.DS_Store
diff --git a/docs/LICENSE b/docs/LICENSE
new file mode 100644
index 0000000..be3f7b2
--- /dev/null
+++ b/docs/LICENSE
@@ -0,0 +1,661 @@
+ GNU AFFERO GENERAL PUBLIC LICENSE
+ Version 3, 19 November 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU Affero General Public License is a free, copyleft license for
+software and other kinds of works, specifically designed to ensure
+cooperation with the community in the case of network server software.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+our General Public Licenses are intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ Developers that use our General Public Licenses protect your rights
+with two steps: (1) assert copyright on the software, and (2) offer
+you this License which gives you legal permission to copy, distribute
+and/or modify the software.
+
+ A secondary benefit of defending all users' freedom is that
+improvements made in alternate versions of the program, if they
+receive widespread use, become available for other developers to
+incorporate. Many developers of free software are heartened and
+encouraged by the resulting cooperation. However, in the case of
+software used on network servers, this result may fail to come about.
+The GNU General Public License permits making a modified version and
+letting the public access it on a server without ever releasing its
+source code to the public.
+
+ The GNU Affero General Public License is designed specifically to
+ensure that, in such cases, the modified source code becomes available
+to the community. It requires the operator of a network server to
+provide the source code of the modified version running there to the
+users of that server. Therefore, public use of a modified version, on
+a publicly accessible server, gives the public access to the source
+code of the modified version.
+
+ An older license, called the Affero General Public License and
+published by Affero, was designed to accomplish similar goals. This is
+a different license, not a version of the Affero GPL, but Affero has
+released a new version of the Affero GPL which permits relicensing under
+this license.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU Affero General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Remote Network Interaction; Use with the GNU General Public License.
+
+ Notwithstanding any other provision of this License, if you modify the
+Program, your modified version must prominently offer all users
+interacting with it remotely through a computer network (if your version
+supports such interaction) an opportunity to receive the Corresponding
+Source of your version by providing access to the Corresponding Source
+from a network server at no charge, through some standard or customary
+means of facilitating copying of software. This Corresponding Source
+shall include the Corresponding Source for any work covered by version 3
+of the GNU General Public License that is incorporated pursuant to the
+following paragraph.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the work with which it is combined will remain governed by version
+3 of the GNU General Public License.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU Affero General Public License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU Affero General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU Affero General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU Affero General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If your software can interact with users remotely through a computer
+network, you should also make sure that it provides a way for users to
+get its source. For example, if your program is a web application, its
+interface could display a "Source" link that leads users to an archive
+of the code. There are many ways you could offer source, and different
+solutions will be better for different programs; see section 13 for the
+specific requirements.
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU AGPL, see
+.
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
new file mode 100644
index 0000000..d2de2de
--- /dev/null
+++ b/docs/astro.config.mjs
@@ -0,0 +1,135 @@
+// @ts-check
+import {defineConfig} from 'astro/config'
+import starlight from '@astrojs/starlight'
+import starlightLinksValidator from 'starlight-links-validator'
+import mermaid from "astro-mermaid"
+import starlightCoolerCredit from "starlight-cooler-credit"
+
+const BASE_URL = 'https://domainwatchdog.eu'
+
+// https://astro.build/config
+export default defineConfig({
+ site: BASE_URL,
+ integrations: [
+ starlight({
+ title: 'Domain Watchdog',
+ defaultLocale: 'en',
+ logo: {
+ src: './src/assets/logo.png'
+ },
+ favicon: 'logo.png',
+ description: 'An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire',
+ editLink: {
+ baseUrl: 'https://github.com/maelgangloff/domain-watchdog/edit/develop/docs/'
+ },
+ tagline: 'Your companion in the quest for domain names 🔍',
+ lastUpdated: true,
+ social: [{icon: 'github', label: 'GitHub', href: 'https://github.com/maelgangloff/domain-watchdog'}],
+ sidebar: [
+ {label: 'Getting started', slug: 'features'},
+ {
+ label: 'Installation & Configuration',
+ items: [
+ {label: 'Installation', autogenerate: {directory: 'install-config/install'}},
+ {slug: 'install-config/configuration'},
+ {slug: 'install-config/upgrade'},
+ ]
+ },
+ {
+ label: 'Features',
+ items: [
+ {label: 'Domain back-order', autogenerate: {directory: 'features/backorder'}},
+ {label: 'Domain search', autogenerate: {directory: 'features/search'}},
+ {label: 'Domain tracking', autogenerate: {directory: 'features/tracking'}},
+ ]
+ },
+ {
+ label: 'Developing',
+ items: [
+ {slug: 'developing/technical-stack'},
+ {slug: 'developing/implementing-new-provider'},
+ {slug: 'developing/translation'},
+ {label: 'Contributing', autogenerate: {directory: 'developing/contributing'}}
+ ],
+ },
+ {label: 'Legal', autogenerate: {directory: 'legal'}, collapsed: true},
+ {slug: 'acknowledgment'}
+ ],
+ locales: {
+ en: {
+ label: 'English',
+ lang: 'en'
+ }
+ },
+ head: [
+ {
+ tag: 'meta',
+ attrs: {
+ name: 'keywords',
+ content: 'Domain Watchdog, RDAP, WHOIS, domain monitoring, domain history, domain expiration, domain tracker'
+ },
+ },
+ {
+ tag: 'meta',
+ attrs: {
+ name: 'author',
+ content: 'Maël Gangloff'
+ },
+ },
+ {
+ tag: 'meta',
+ attrs: {name: 'twitter:card', content: 'summary'},
+ },
+ {
+ tag: 'meta',
+ attrs: {name: 'twitter:url', content: BASE_URL},
+ },
+ {
+ tag: 'meta',
+ attrs: {property: 'og:image', content: BASE_URL + '/logo.png'},
+ },
+ {
+ tag: 'meta',
+ attrs: {property: 'og:image:alt', content: 'Domain Watchdog logo'},
+ },
+ {
+ tag: 'script',
+ attrs: {type: 'text/javascript'},
+ content: `var _paq = window._paq = window._paq || [];
+_paq.push(['trackPageView']);
+_paq.push(['enableLinkTracking']);
+_paq.push(['trackAllContentImpressions']);
+_paq.push(['trackVisibleContentImpressions']);
+_paq.push(['enableHeartBeatTimer']);
+
+(function () {
+ var u = "//sonar.domainwatchdog.eu/";
+ _paq.push(['setTrackerUrl', u + 'sonar']);
+ _paq.push(['setSiteId', '4']);
+ var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
+ g.async = true;
+ g.src = u + 'sonar.js';
+ s.parentNode.insertBefore(g, s);
+})();`
+ }
+ ],
+ plugins: [
+ starlightLinksValidator({
+ errorOnLocalLinks: false
+ }),
+ starlightCoolerCredit({
+ credit: {
+ title: '',
+ href: 'https://maelgangloff.fr',
+ description: 'Maintained with ♡ by Maël Gangloff & contributors'
+ },
+ showImage: false
+ })
+ ],
+ customCss: [
+ './src/styles/index.css'
+ ]
+ }),
+ mermaid()
+ ]
+})
diff --git a/docs/package.json b/docs/package.json
new file mode 100644
index 0000000..246445d
--- /dev/null
+++ b/docs/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "domainwatchdog.eu",
+ "private": true,
+ "author": {
+ "name": "Maël Gangloff",
+ "email": "contact@maelgangloff.fr"
+ },
+ "type": "module",
+ "license": "AGPL-3.0-or-later",
+ "version": "0.0.1",
+ "scripts": {
+ "dev": "astro dev",
+ "start": "astro dev",
+ "build": "astro build",
+ "preview": "astro preview",
+ "astro": "astro"
+ },
+ "dependencies": {
+ "@astrojs/starlight": "^0.36.2",
+ "astro": "^5.6.1",
+ "astro-mermaid": "^1.1.0",
+ "mermaid": "^11.12.1",
+ "sharp": "^0.34.2",
+ "starlight-contributor-list": "^0.3.1",
+ "starlight-cooler-credit": "^0.4.1",
+ "starlight-links-validator": "^0.19.1"
+ }
+}
diff --git a/docs/public/logo.png b/docs/public/logo.png
new file mode 100644
index 0000000..0cdf623
Binary files /dev/null and b/docs/public/logo.png differ
diff --git a/docs/src/assets/images/create-connector.png b/docs/src/assets/images/create-connector.png
new file mode 100644
index 0000000..42fcd44
Binary files /dev/null and b/docs/src/assets/images/create-connector.png differ
diff --git a/docs/src/assets/images/create-watchlist.png b/docs/src/assets/images/create-watchlist.png
new file mode 100644
index 0000000..940e008
Binary files /dev/null and b/docs/src/assets/images/create-watchlist.png differ
diff --git a/docs/src/assets/images/dw-stack-diagram.png b/docs/src/assets/images/dw-stack-diagram.png
new file mode 100644
index 0000000..14937bd
Binary files /dev/null and b/docs/src/assets/images/dw-stack-diagram.png differ
diff --git a/docs/src/assets/images/search-domain.png b/docs/src/assets/images/search-domain.png
new file mode 100644
index 0000000..0f75cff
Binary files /dev/null and b/docs/src/assets/images/search-domain.png differ
diff --git a/docs/src/assets/images/tracking-table.png b/docs/src/assets/images/tracking-table.png
new file mode 100644
index 0000000..33ebf16
Binary files /dev/null and b/docs/src/assets/images/tracking-table.png differ
diff --git a/docs/src/assets/images/user-register.png b/docs/src/assets/images/user-register.png
new file mode 100644
index 0000000..ae948e5
Binary files /dev/null and b/docs/src/assets/images/user-register.png differ
diff --git a/docs/src/assets/logo.png b/docs/src/assets/logo.png
new file mode 120000
index 0000000..ce59400
--- /dev/null
+++ b/docs/src/assets/logo.png
@@ -0,0 +1 @@
+../../public/logo.png
\ No newline at end of file
diff --git a/docs/src/content.config.ts b/docs/src/content.config.ts
new file mode 100644
index 0000000..6e8d5eb
--- /dev/null
+++ b/docs/src/content.config.ts
@@ -0,0 +1,7 @@
+import {defineCollection} from 'astro:content';
+import {docsLoader} from '@astrojs/starlight/loaders';
+import {docsSchema} from '@astrojs/starlight/schema';
+
+export const collections = {
+ docs: defineCollection({loader: docsLoader(), schema: docsSchema()}),
+};
diff --git a/docs/src/content/docs/en/acknowledgment.mdx b/docs/src/content/docs/en/acknowledgment.mdx
new file mode 100644
index 0000000..473dccb
--- /dev/null
+++ b/docs/src/content/docs/en/acknowledgment.mdx
@@ -0,0 +1,11 @@
+---
+title: Acknowledgment
+---
+import { ContributorList } from "starlight-contributor-list"
+
+## Contributors
+
+A huge thank-you to everyone who has contributed to this project!
+Your ideas, bug reports, code improvements, and translations all help make this project better for everyone.
+
+
diff --git a/docs/src/content/docs/en/developing/contributing/code-of-conduct.mdx b/docs/src/content/docs/en/developing/contributing/code-of-conduct.mdx
new file mode 100644
index 0000000..e66d86f
--- /dev/null
+++ b/docs/src/content/docs/en/developing/contributing/code-of-conduct.mdx
@@ -0,0 +1,90 @@
+---
+title: Code of Conduct
+description: Code of conduct outlining community standards and guidelines for respectful collaboration within the project.
+---
+
+## Our Pledge
+
+We pledge to make our community welcoming, safe, and equitable for all.
+
+We are committed to fostering an environment that respects and promotes the dignity, rights, and contributions of all individuals, regardless of characteristics including race, ethnicity, caste, color, age, physical characteristics, neurodiversity, disability, sex or gender, gender identity or expression, sexual orientation, language, philosophy or religion, national or social origin, socio-economic position, level of education, or other status. The same privileges of participation are extended to everyone who participates in good faith and in accordance with this Covenant.
+
+
+## Encouraged Behaviors
+
+While acknowledging differences in social norms, we all strive to meet our community's expectations for positive behavior. We also understand that our words and actions may be interpreted differently than we intend based on culture, background, or native language.
+
+With these considerations in mind, we agree to behave mindfully toward each other and act in ways that center our shared values, including:
+
+1. Respecting the **purpose of our community**, our activities, and our ways of gathering.
+2. Engaging **kindly and honestly** with others.
+3. Respecting **different viewpoints** and experiences.
+4. **Taking responsibility** for our actions and contributions.
+5. Gracefully giving and accepting **constructive feedback**.
+6. Committing to **repairing harm** when it occurs.
+7. Behaving in other ways that promote and sustain the **well-being of our community**.
+
+
+## Restricted Behaviors
+
+We agree to restrict the following behaviors in our community. Instances, threats, and promotion of these behaviors are violations of this Code of Conduct.
+
+1. **Harassment.** Violating explicitly expressed boundaries or engaging in unnecessary personal attention after any clear request to stop.
+2. **Character attacks.** Making insulting, demeaning, or pejorative comments directed at a community member or group of people.
+3. **Stereotyping or discrimination.** Characterizing anyone’s personality or behavior on the basis of immutable identities or traits.
+4. **Sexualization.** Behaving in a way that would generally be considered inappropriately intimate in the context or purpose of the community.
+5. **Violating confidentiality**. Sharing or acting on someone's personal or private information without their permission.
+6. **Endangerment.** Causing, encouraging, or threatening violence or other harm toward any person or group.
+7. Behaving in other ways that **threaten the well-being** of our community.
+
+### Other Restrictions
+
+1. **Misleading identity.** Impersonating someone else for any reason, or pretending to be someone else to evade enforcement actions.
+2. **Failing to credit sources.** Not properly crediting the sources of content you contribute.
+3. **Promotional materials**. Sharing marketing or other commercial content in a way that is outside the norms of the community.
+4. **Irresponsible communication.** Failing to responsibly present content which includes, links or describes any other restricted behaviors.
+
+
+## Reporting an Issue
+
+Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
+
+When an incident does occur, it is important to report it promptly. To report a possible violation, please contact the maintainer.
+
+Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution.
+
+
+## Addressing and Repairing Harm
+
+If an investigation by the Community Moderators finds that this Code of Conduct has been violated, the following enforcement ladder may be used to determine how best to repair harm, based on the incident's impact on the individuals involved and the community as a whole. Depending on the severity of a violation, lower rungs on the ladder may be skipped.
+
+1) Warning
+ 1) Event: A violation involving a single incident or series of incidents.
+ 2) Consequence: A private, written warning from the Community Moderators.
+ 3) Repair: Examples of repair include a private written apology, acknowledgement of responsibility, and seeking clarification on expectations.
+2) Temporarily Limited Activities
+ 1) Event: A repeated incidence of a violation that previously resulted in a warning, or the first incidence of a more serious violation.
+ 2) Consequence: A private, written warning with a time-limited cooldown period designed to underscore the seriousness of the situation and give the community members involved time to process the incident. The cooldown period may be limited to particular communication channels or interactions with particular community members.
+ 3) Repair: Examples of repair may include making an apology, using the cooldown period to reflect on actions and impact, and being thoughtful about re-entering community spaces after the period is over.
+3) Temporary Suspension
+ 1) Event: A pattern of repeated violation which the Community Moderators have tried to address with warnings, or a single serious violation.
+ 2) Consequence: A private written warning with conditions for return from suspension. In general, temporary suspensions give the person being suspended time to reflect upon their behavior and possible corrective actions.
+ 3) Repair: Examples of repair include respecting the spirit of the suspension, meeting the specified conditions for return, and being thoughtful about how to reintegrate with the community when the suspension is lifted.
+4) Permanent Ban
+ 1) Event: A pattern of repeated code of conduct violations that other steps on the ladder have failed to resolve, or a violation so serious that the Community Moderators determine there is no way to keep the community safe with this person as a member.
+ 2) Consequence: Access to all community spaces, tools, and communication channels is removed. In general, permanent bans should be rarely used, should have strong reasoning behind them, and should only be resorted to if working through other remedies has failed to change the behavior.
+ 3) Repair: There is no possible repair in cases of this severity.
+
+This enforcement ladder is intended as a guideline. It does not limit the ability of Community Managers to use their discretion and judgment, in keeping with the best interests of our community.
+
+
+## Scope
+
+This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public or other spaces. Examples of representing our community include using an official email address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
+
+
+## Attribution
+
+This Code of Conduct is adapted from the Contributor Covenant, version 3.0, permanently available at [https://www.contributor-covenant.org/version/3/0/](https://www.contributor-covenant.org/version/3/0/).
+
+Contributor Covenant is stewarded by the Organization for Ethical Source and licensed under CC BY-SA 4.0. To view a copy of this license, visit [https://creativecommons.org/licenses/by-sa/4.0/](https://creativecommons.org/licenses/by-sa/4.0/)
diff --git a/docs/src/content/docs/en/developing/contributing/pull-requests.mdx b/docs/src/content/docs/en/developing/contributing/pull-requests.mdx
new file mode 100644
index 0000000..6506fc7
--- /dev/null
+++ b/docs/src/content/docs/en/developing/contributing/pull-requests.mdx
@@ -0,0 +1,49 @@
+---
+title: Pull Requests
+description: Instructions for submitting pull requests.
+---
+
+When you want to propose a change to the source code, you will need to create a Pull Request on this project's GitHub
+repository.
+
+Note that if you are modifying several different parts, you should split it into multiple Pull Requests. This will make
+it easier to review and merge your proposals.
+
+You will then be asked to fill in a few fields:
+
+## Title
+
+The Pull Request title should briefly describe the proposed changes. Please be concise and precise. For example, to add
+support for a new, fictitious provider called "FakeRegistrar," you could write something like "Add support for
+FakeRegistrar provider".
+
+## Description
+
+For complex changes, please provide as much detail as possible. If your changes modify an existing API, you must mention
+this in the description, as it may have repercussions on projects related to Domain Watchdog.
+
+If the proposal modifies the frontend, it would be best to include screenshots (desktop and mobile versions) to better
+visualize the proposal.
+
+## Change Type
+
+A checklist allows you to choose the type of change proposed:
+
+- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] New feature (non-breaking change which adds functionality)
+- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
+- [ ] This change requires a documentation update
+
+This checklist helps to better identify the project's impact on the PR.
+
+## Compliance Checklist
+
+The checklist below allows you to self-assess the conformity of your proposal before submitting it for review:
+
+- [x] Commit names follow the Conventional Commits convention
+- [x] I have checked the entire code before submitting it
+- [x] I have updated the documentation related to my commits
+- [x] My code does not generate errors
+
+In any case, if you experience any difficulties creating a PR, feel free to open one; we will help you ensure it
+complies with these requirements.
diff --git a/docs/src/content/docs/en/developing/implementing-new-provider.mdx b/docs/src/content/docs/en/developing/implementing-new-provider.mdx
new file mode 100644
index 0000000..2de8051
--- /dev/null
+++ b/docs/src/content/docs/en/developing/implementing-new-provider.mdx
@@ -0,0 +1,221 @@
+---
+title: Implementing a new provider
+description: Step-by-step guide to adding a new Provider, with backend, frontend, and testing instructions to integrate a registrar into the project.
+---
+import {FileTree, Steps, Code, LinkCard} from "@astrojs/starlight/components";
+
+This project aims to be compatible with as many registrars as possible, giving users a choice when creating a Connector.
+
+::::caution
+Only registrars with a public and documented API can be offered. Using a registrar's private API is strictly prohibited.
+::::
+
+Adding a new Provider is straightforward. Simply follow the steps below.
+
+This guide explains how to add support for a new domain registrar.
+You’ll implement both the Backend (Provider logic) and the Frontend (configuration form).
+
+## Prerequisites
+
+
+1. Read the API documentation of the new Provider and identify the sections related to user authentication and domain name registration.
+1. Set up your development environment.
+
+
+
+## Backend
+
+In this section, you’ll implement the logic required to interact with the new Provider’s API.
+
+
+ 1. Create a new DTO class to validate user authentication data.
+
+ - src
+ - Dto.Connector
+ - DefaultProviderDto.php default DTO, which will also be used
+ - **MySuperRegistrarProviderDto.php** your new DTO class
+
+
+ 1. Add the necessary class properties and assertions.
+ The DTO class must extend `DefaultProviderDto`.
+
+ Only include properties required for user authentication, domain name registration, and any legally required consents.
+
+
+ 1. Create a new Provider class.
+
+ - src
+ - Service
+ - Provider
+ - AbstractProvider.php defines the signature of methods
+ - **MySuperRegistrarProvider.php** your new Provider
+
+
+ 1. The class must extend `AbstractProvider`.
+ Refer to the existing Providers for implementation examples.
+
+ ::::note
+ You now need to implement the methods defined in `AbstractProvider`.
+
+ Refer to the official Provider API documentation as needed.
+ ::::
+
+ 1. Implement the `assertAuthentication` method.
+
+ This method validates user authentication data.
+ Make a request to the Provider’s API to verify that the user’s credentials are valid.
+
+ The method must return `void` when authentication succeeds.
+ ::::tip
+ If an issue occurs, throw an appropriate exception from the `App\Exception\Provider` namespace.
+ ::::
+
+
+ 1. Implement the `getCachedTldList` method.
+ cacheItemPool->getItem('app.provider.my-super-registrar.supported-tld');
+ }`} lang="php" title='MySuperRegistrarProvider.php' mark={['my-super-registrar']} />
+
+ This method returns the cache entry holding the list of TLDs supported by this Provider.
+ Even if the API does not currently provide this information, implement the method for future compatibility.
+
+ 1. Implement the `getSupportedTldList` method.
+
+ If the Provider API does not offer a way to retrieve supported TLDs, return an empty array `[]`.
+ Otherwise, call the API and return the list of supported TLDs.
+
+
+ 1. Implement the `isSupported` method (if necessary).
+ Override `isSupported` **only if** the Provider API cannot list supported TLDs. In that case, return `true` to indicate that all TLDs are potentially valid.
+
+ 1. Implement the `orderDomain` method.
+
+ Follow the Provider's API documentation to implement domain ordering using the required properties.
+ ::::tip
+ As with authentication, you may throw generic Provider exceptions in case of an error.
+ ::::
+
+
+ 1. Add your Provider to the `ConnectorProvider` enumeration.
+ MySuperRegistrarProvider::class,
+ };
+ }`} lang="php" title='src/Config/ConnectorProvider.php' />
+
+
+**Well done!** 🎉
+You have now completed the Backend implementation.
+Let’s continue with the Frontend! 🚀
+
+## Frontend
+
+
+ 1. Create a form containing the necessary fields for your Provider.
+
+ - assets
+ - utils
+ - providers
+ - forms
+ - DefaultConnectorFormItems.tsx fields shared by all
+ - **MySuperRegistrarConnectorForm.tsx**
+
+
+ 1. Add the fields corresponding to the DTO you created earlier.
+ Check existing forms for reference.
+ If the Provider API does not allow retrieving supported TLDs, display this information as in the other forms.
+
+ 1. Add your Provider to the `ConnectorProvider` enumeration.
+ The value must exactly match the one defined in PHP.
+
+
+
+ 1. Add the API terms of service link and the reference to your new form in the `index.ts` configuration file.
+ = {
+ // ...
+ [ConnectorProvider.MY_SUPER_REGISTRAR]: {
+ tosLink: 'https://...',
+ form: MySuperRegistrarConnectorForm
+ }
+ }`} lang="ts" title='assets/utils/providers/index.ts' />
+
+ 1. Ensure the interface renders correctly and fix any display issues.
+
+
+**Great job!** 🎉
+Your Frontend implementation is now complete.
+
+## Testing
+
+
+ 1. Add the corresponding test function in the Provider test collection.
+ getParameter('my_super_registrar_token');
+ if (!$token) {
+ $this->markTestSkipped('Missing My Super Registrar token');
+ }
+
+ $this->testGenericProvider(ConnectorProvider::MY_SUPER_REGISTRAR, [
+ 'waiveRetractationPeriod' => true,
+ 'acceptConditions' => true,
+ 'ownerLegalAge' => true,
+ 'token' => $token,
+ ]);
+ }`} lang="php" title='tests/Service/Provider/AbstractProviderTest.php' />
+
+ 1. Create a Symfony configuration parameter connecting the environment variable to the credentials.
+
+ 1. Run the tests with PHPUnit:
+ ```shell
+ php vendor/bin/phpunit
+ ```
+ 1. Ensure the test passes.
+ If it fails, fix the implementation accordingly.
+ Consider enabling code coverage to identify executed sections.
+
+
+That's it! You’ve now finished implementing a new Provider. ✨
diff --git a/docs/src/content/docs/en/developing/technical-stack.mdx b/docs/src/content/docs/en/developing/technical-stack.mdx
new file mode 100644
index 0000000..927c8e0
--- /dev/null
+++ b/docs/src/content/docs/en/developing/technical-stack.mdx
@@ -0,0 +1,67 @@
+---
+title: Technical stack
+description: Overview of the project's technical stack, including frameworks, languages, and architecture used throughout the system.
+---
+
+This page lists the main technologies used in the project, with links to their documentation. Specific version
+information can be found in the project’s dependency files (`composer.lock`, `package.json`, etc.). The architecture
+diagram below summarizes how these services interact.
+
+
+
+## Backend
+
+### Framework
+
+The programming language is **PHP**.
+
+The backend is developed using the **Symfony** framework ([documentation](https://symfony.com/doc)).
+
+The API is made possible by the **API Platform**
+project ([documentation](https://api-platform.com/docs/symfony/)).
+
+### SQL database
+
+This project requires a **PostgreSQL** database ([documentation](https://www.postgresql.org/docs/current/)).
+
+Other database types cannot be used because some migrations were specifically written to leverage the performance of
+this database management system.
+
+### Key-value database
+
+A **Redis-compatible** key-value database is required to:
+
+- Cache certain values
+- Implement locks to limit the possibility of conditional raises
+- Store messages to be distributed to workers to process asynchronous actions. For example: updating domain names in a
+ Watchlist on a high-priority RDAP client queue.
+
+## Time Series database
+
+The **InfluxDB** database is optional.
+A data point is added for the following events:
+
+- RDAP requests from your instance: response time, requested domain name, HTTP status code, IP address of the RDAP
+ server, etc.
+- User notifications: adding events to a domain name, changing EPP statuses, etc.
+
+### SSO authentication
+
+An **OAuth 2.0** server is not required to authenticate users.
+
+Using Single Sign-On (SSO) allows you to delegate user authentication to a third party. This can be useful if you only
+want people within your organization to be able to use this project instance. Furthermore, you can then configure
+advanced security policies such as passwordless login, passkeys, multifactor authentication, and more.
+___
+
+## Frontend
+
+### Framework
+
+The language for frontend development is **TypeScript**.
+
+The framework used for the frontend is **React** ([documentation](https://react.dev/reference/react)).
+
+### Component Library
+
+The component library used is **Ant Design** ([documentation](https://ant.design/components/overview/)).
diff --git a/docs/src/content/docs/en/developing/translation.mdx b/docs/src/content/docs/en/developing/translation.mdx
new file mode 100644
index 0000000..06ee323
--- /dev/null
+++ b/docs/src/content/docs/en/developing/translation.mdx
@@ -0,0 +1,13 @@
+---
+title: Translation
+description: This project is available in several languages, the current translation status is available here.
+---
+
+The project is translated into several languages to allow as many people as possible to easily understand the interface.
+Feel free to contribute and add a translation if you wish!
+
+The current status of the translation is given below.
+
+
+
+
\ No newline at end of file
diff --git a/docs/src/content/docs/en/features/backorder/connector.mdx b/docs/src/content/docs/en/features/backorder/connector.mdx
new file mode 100644
index 0000000..8cce9cb
--- /dev/null
+++ b/docs/src/content/docs/en/features/backorder/connector.mdx
@@ -0,0 +1,39 @@
+---
+title: Connector
+description: Learn how the Backorder Connector works, its flow, requirements, and how it integrates with registrar APIs for domain backordering.
+---
+
+import {LinkCard, Steps} from '@astrojs/starlight/components';
+
+A Connector allows Domain Watchdog to communicate with an external domain registrar’s API to perform actions such as
+domain registration.
+
+## Create a Connector
+
+
+1. Choose an external API provider from the list of supported registrars.
+
+2. Enter the required information using the credentials obtained from your provider’s customer area
+ :::tip{icon="heart"}
+ A link allows you to directly access the Provider's page to retrieve this authentication information
+ :::
+3. Review and consent to the required terms. As a reminder, you can delete a Connector at any time from your personal
+space.
+4. Click the button to create your Connector. **Congratulations 🎉**
+
+
+## Legal considerations
+
+These legal requirements ensure that all domain operations comply with registrar policies and applicable regulations.
+
+Domain Watchdog acts only as a technical interface and does not serve as a payment intermediary.
+Your credentials are transmitted directly to the provider’s API for domain operations.
+By creating a Connector, you consent to the provider’s terms and the use of your credentials for authorized operations.
+
+In particular, you must consent to:
+
+- Accept the provider’s API Terms of Use
+- Confirm that you are of legal age to accept these terms
+
+Since the terms of use may change at any time, the link to these terms is always accessible on the page listing the
+Connectors.
diff --git a/docs/src/content/docs/en/features/backorder/supported-registrar.mdx b/docs/src/content/docs/en/features/backorder/supported-registrar.mdx
new file mode 100644
index 0000000..36003b1
--- /dev/null
+++ b/docs/src/content/docs/en/features/backorder/supported-registrar.mdx
@@ -0,0 +1,113 @@
+---
+title: Supported registrar list
+description: List of registrars supported for domain backorders, with details on compatibility.
+---
+
+import {LinkButton} from '@astrojs/starlight/components';
+
+:::caution[Reminder]
+
+* Please note that this project is NOT affiliated IN ANY WAY with the API Providers used to order domain names.
+* The project installers are responsible for the use of their own instance.
+* Under no circumstances will the owner of this project be held responsible for other cases over which he has no
+control.
+:::
+
+## OVH
+
+| Field | Description | Required |
+|----------------|----------------------------------------------------------------------------------|:--------:|
+| App key | the key that allows OVH to identify your application | Required |
+| App secret key | the secret key associated with your application | Required |
+| Consumer key | the secret key that links the application to your account | Required |
+| Endpoint | allows you to choose which server to use (Europe, United States or Canada) | Required |
+| Subsidiary | the country linked to the OVH subsidiary associated with your account | Required |
+| Pricing mode | choose whether you want to pay for a Premium domain name or only standard prices | Required |
+
+
+ Retrieve my token from the OVH website
+
+
+## Gandi
+
+| Field | Description | Required |
+|------------|------------------------------------------------------------------|:--------:|
+| Token | your account authentication token | Required |
+| Sharing ID | indicates the organization that will pay for the ordered product | Optional |
+
+
+ Retrieve my token from the Gandi website
+
+
+## Namecheap
+
+:::caution
+This provider requires that the IPv4 address of your instance be entered on its web interface when creating the API
+connection. This information must also be entered in the configuration.
+:::
+
+| Field | Description | Required |
+|----------|---------------------------------------|:--------:|
+| API user | the API user as given by the Provider | Required |
+| API key | the API key as given by the Provider | Required |
+
+
+ Retrieve my token from the Namecheap website
+
+
+## AutoDNS
+
+:::caution
+This provider does not provide a list of supported TLD. Please double-check if the domain you want to register is
+supported.
+:::
+
+| Field | Description | Required |
+|---------------|---------------------------------------------------------------|:--------:|
+| Username | the account username | Required |
+| Password | the account password | Required |
+| Owner consent | purchase consent | Required |
+| Context | the "context" as given by the Provider | Required |
+| Contact ID | Contact ID of the domain name holder of the purchased domains | Required |
+
+
+ Retrieve my token from the AutoDNS website
+
+
+## Name.com
+
+:::caution
+This provider does not provide a list of supported TLD. Please double-check if the domain you want to register is
+supported.
+:::
+
+| Field | Description | Required |
+|----------|-----------------------------------|:--------:|
+| Username | the account username | Required |
+| Token | your account authentication token | Required |
+
+
+ Retrieve my token from the Name.com website
+
+
+## Custom EPP server
+
+This type of connector allows you to directly link your instance to a registry via the EPP protocol.
+This requires that you have signed a contract with a registry; you are then considered a registry in your own right.
+
+Currently, the implementation of this feature has not been tested; your feedback is important!
diff --git a/docs/src/content/docs/en/features/index.mdx b/docs/src/content/docs/en/features/index.mdx
new file mode 100644
index 0000000..0aacd98
--- /dev/null
+++ b/docs/src/content/docs/en/features/index.mdx
@@ -0,0 +1,111 @@
+---
+title: Getting started
+description: Step-by-step guide to creating an account, searching domains, tracking changes, and enabling auto-purchase with Connectors.
+---
+
+import {LinkCard, Steps} from '@astrojs/starlight/components';
+
+On this page, you'll find a step-by-step guide to getting started with **Domain Watchdog** and exploring its main
+features. The sidebar menu on the left allows you to quickly navigate between all documentation sections.
+
+:::note
+Depending on the configuration of the instance on which you're performing these actions, some options may be limited or
+hidden.
+:::
+
+---
+
+## Create an account
+
+If your instance allows user registration, you can create an account directly from the interface.
+
+
+
+
+1. Click the **Register** button.
+2. Enter your **email address** and **password**.
+3. A confirmation email will be sent to verify your address.
+
+
+After confirming your email, you can log in and start using all available features.
+
+---
+
+## Search for a domain name
+
+Domain Watchdog uses the **RDAP protocol**, the modern replacement for WHOIS, to retrieve accurate information about
+domain names.
+
+
+
+:::tip[Read more]
+To read the documentation related to domain name search, please click on the link below.
+
+
+:::
+
+---
+
+## Create a Watchlist
+
+A **Watchlist** is a collection of domain names, triggers, and optionally an API Connector.
+It allows you to:
+- monitor domain status changes
+- receive notifications (email or webhook: Slack, Mattermost, Discord, etc.)
+- optionally auto-purchase a domain when it expires
+
+
+
+:::tip[Read more]
+To read the documentation related to the Watchlist, please click on the link below.
+
+
+:::
+
+### Watchlist notifications
+
+When a domain changes state, you’ll automatically receive a notification.
+You can also export domain events as **iCalendar** feeds.
+
+---
+
+## Create a Connector
+
+A **Connector** is used to automatically order (backorder) a domain name using its provider’s API.
+
+
+
+:::tip[Read more]
+To read the documentation related to Connector, please click on the link below.
+
+
+:::
+
+### Supported registrar list
+
+
+
+---
+
+### Tracking table
+
+The Tracking table page displays a list of all the domain names you monitor via your Watchlists.
+This list is ordered, meaning the domain names are arranged according to their estimated deletion date.
+
+
+
+:::tip[Read more]
+To read the documentation related to the Tracking table, please click on the link below.
+
+
+:::
diff --git a/docs/src/content/docs/en/features/search/domain-search.mdx b/docs/src/content/docs/en/features/search/domain-search.mdx
new file mode 100644
index 0000000..77fd0bd
--- /dev/null
+++ b/docs/src/content/docs/en/features/search/domain-search.mdx
@@ -0,0 +1,10 @@
+---
+title: Domain search
+description: Domain search feature overview
+---
+
+:::tip[Did you know?]
+In this project, everything is done to minimize the number of requests to RDAP servers. Limitations imposed on end users
+help to control the flow of RDAP requests. These limitations can be configured for each instance, in the environment
+variables.
+:::
diff --git a/docs/src/content/docs/en/features/search/icann-registrar-list.mdx b/docs/src/content/docs/en/features/search/icann-registrar-list.mdx
new file mode 100644
index 0000000..1caa289
--- /dev/null
+++ b/docs/src/content/docs/en/features/search/icann-registrar-list.mdx
@@ -0,0 +1,3 @@
+---
+title: ICANN Registrar list
+---
diff --git a/docs/src/content/docs/en/features/search/tld-list.mdx b/docs/src/content/docs/en/features/search/tld-list.mdx
new file mode 100644
index 0000000..a2e21c2
--- /dev/null
+++ b/docs/src/content/docs/en/features/search/tld-list.mdx
@@ -0,0 +1,3 @@
+---
+title: TLD list
+---
diff --git a/docs/src/content/docs/en/features/tracking/tracking-table.mdx b/docs/src/content/docs/en/features/tracking/tracking-table.mdx
new file mode 100644
index 0000000..9fd5ea3
--- /dev/null
+++ b/docs/src/content/docs/en/features/tracking/tracking-table.mdx
@@ -0,0 +1,3 @@
+---
+title: Tracking table
+---
\ No newline at end of file
diff --git a/docs/src/content/docs/en/features/tracking/watchlist.mdx b/docs/src/content/docs/en/features/tracking/watchlist.mdx
new file mode 100644
index 0000000..547f46a
--- /dev/null
+++ b/docs/src/content/docs/en/features/tracking/watchlist.mdx
@@ -0,0 +1,33 @@
+---
+title: Watchlist
+description: Learn how the domain watchlist works, enabling users to monitor domains and receive updates on changes.
+---
+import {Steps} from '@astrojs/starlight/components';
+
+A Watchlist is a list of domain names, triggers and possibly an API connector. They allow you to follow the life of the
+listed domain names and send you a notification when a change has been detected.
+
+If a domain has expired and a connector is linked to the Watchlist, then an order attempt will be made though the
+Connector provider's API.
+
+:::note
+If the same domain name is present on several Watchlists, on the same principle as the race condition, it is not
+possible to predict in advance which user will win the domain name. The choice is left to chance...
+:::
+
+## Create a Watchlist
+
+
+1. Choose a name for your Watchlist and find it more easily
+2. Add the domain names you want to follow
+3. Select the events for which you want to receive an email notification
+4. Optionally add a connector to try to automatically buy a domain name that becomes available
+5. Click the button to create your Watchlist. **Congratulations 🎉**
+
+
+Now, it's your turn to create a Watchlist!
+
+## Limitations
+
+Depending on the instance configuration, there are several limitations to frame user behavior.
+
diff --git a/docs/src/content/docs/en/index.mdx b/docs/src/content/docs/en/index.mdx
new file mode 100644
index 0000000..bfe385b
--- /dev/null
+++ b/docs/src/content/docs/en/index.mdx
@@ -0,0 +1,18 @@
+---
+title: Domain Watchdog
+description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire
+template: splash
+hero:
+ tagline: Your companion in the quest for domain names 🔍
+ image:
+ file: ../../../assets/logo.png
+ actions:
+ - text: Get started
+ link: /en/features
+ icon: right-arrow
+ - text: Demo
+ link: https://demo.domainwatchdog.eu
+ icon: external
+ variant: minimal
+---
+
diff --git a/docs/src/content/docs/en/install-config/configuration.mdx b/docs/src/content/docs/en/install-config/configuration.mdx
new file mode 100644
index 0000000..6867b1a
--- /dev/null
+++ b/docs/src/content/docs/en/install-config/configuration.mdx
@@ -0,0 +1,43 @@
+---
+title: Configuration
+description: Configuration guide explaining environment variables and settings required to run and customize the project.
+---
+
+import {LinkCard} from '@astrojs/starlight/components';
+
+
+
+## Environment variables
+
+| Variable | Description | Default |
+|--------------------------------|----------------------------------------------|:---------------------------:|
+| `DATABASE_URL` | Please check Symfony config | |
+| `OUTGOING_IP` | Outgoing IPv4, needed for some providers | |
+| `INFLUXDB_ENABLED` | Enable the connection with InfluxDB | `false` |
+| `INFLUXDB_URL` | InfluxDB URL | `http://localhost:8086` |
+| `INFLUXDB_TOKEN` | InfluxDB token | |
+| `INFLUXDB_BUCKET` | InfluxDB bucket name | `domainwatchdog` |
+| `INFLUXDB_ORG` | InfluxDB organization | `domainwatchdog` |
+| `LIMITED_FEATURES` | Limit certain features for users | `false` |
+| `LIMIT_MAX_WATCHLIST` | Maximum number of Watchlists per user | `0` |
+| `LIMIT_MAX_WATCHLIST_DOMAINS` | Maximum number of domains per Watchlist | `0` |
+| `LIMIT_MAX_WATCHLIST_WEBHOOKS` | Maximum number of webhooks per Watchlist | `0` |
+| `MAILER_SENDER_NAME` | Name of the sender of emails | `Domain Watchdog` |
+| `MAILER_SENDER_EMAIL` | Sender's email address | `notifications@example.com` |
+| `REGISTRATION_ENABLED` | Enable user registration | `true` |
+| `REGISTRATION_VERIFY_EMAIL` | Verify email addresses during registration | `false` |
+| `MAILER_DSN` | Please check Symfony config | `null://null` |
+| `OAUTH_CLIENT_ID` | Client ID (OAuth 2.0) for using external SSO | |
+| `OAUTH_CLIENT_SECRET` | Client secret (OAuth 2.0) | |
+| `OAUTH_AUTHORIZATION_URL` | Authorization URL (OAuth 2.0) | |
+| `OAUTH_TOKEN_URL` | Token URL (OAuth 2.0) | |
+| `OAUTH_USERINFO_URL` | User Info URL (OAuth 2.0) | |
+| `OAUTH_SCOPE` | Scope (OAuth 2.0) | |
+
+
+## Authentication
+
+Currently, there is no way to delete your account, reset your password, or enable multifactor authentication.
+
+Registering users directly in the interface is recommended for individual instances. For multi-user environments, the
+recommended method is to use external SSO via the OAuth 2.0 protocol.
diff --git a/docs/src/content/docs/en/install-config/install/docker-compose.mdx b/docs/src/content/docs/en/install-config/install/docker-compose.mdx
new file mode 100644
index 0000000..c9e7911
--- /dev/null
+++ b/docs/src/content/docs/en/install-config/install/docker-compose.mdx
@@ -0,0 +1,26 @@
+---
+title: Docker Compose installation
+description: Guide to installing the project using Docker Compose, with setup steps, and deployment notes.
+---
+
+import {LinkCard} from '@astrojs/starlight/components';
+
+1. Download the [docker-compose.yml](https://github.com/maelgangloff/domain-watchdog/blob/develop/docker-compose.yml) and modify it as needed
+2. Download the [.env](https://github.com/maelgangloff/domain-watchdog/blob/develop/.env) and modify it as needed
+
+
+3. Add static files to customize your instance (under `public/content`)
+4. Pull the latest version of the Domain Watchdog image from Docker Hub
+
+```shell
+docker compose pull
+```
+
+5. Start the project in production environment
+
+```shell
+docker compose up
+```
+
+By default, the container listens on http://localhost:8080, but you can configure this in environment variables.
+
diff --git a/docs/src/content/docs/en/install-config/install/manual-install.mdx b/docs/src/content/docs/en/install-config/install/manual-install.mdx
new file mode 100644
index 0000000..ab0fd60
--- /dev/null
+++ b/docs/src/content/docs/en/install-config/install/manual-install.mdx
@@ -0,0 +1,88 @@
+---
+title: Manual installation
+description: Manual installation guide with system requirements, dependencies, and step-by-step instructions to install the project from source.
+---
+
+import {FileTree, LinkCard, Steps} from '@astrojs/starlight/components';
+
+To deploy a Domain Watchdog instance, please refer to the Symfony documentation
+on [How to deploy a Symfony application](https://symfony.com/doc/current/deployment.html).
+
+## Prerequisites
+
+- PHP 8.4 or higher
+- PostgreSQL 16 or higher
+
+In order to retrieve information about domain names, Domain Watchdog will query the RDAP server responsible for the TLD.
+It is crucial that the Domain Watchdog instance is placed in a clean environment from which these servers can be
+queried.
+In particular, the DNS servers and root certificates of the system must be trusted.
+
+## Steps
+
+Clone the repository:
+
+```shell
+git clone https://github.com/maelgangloff/domain-watchdog.git
+```
+
+### Backend
+
+
+1. Install dependencies
+ ```shell
+ composer install
+ ```
+2. Set up your environment variables
+ ```shell
+ cp .env .env.local
+ ```
+
+
+3. Generate the cryptographic key pair for the JWT signature
+ ```shell
+ php bin/console lexik:jwt:generate-keypair
+ ```
+4. Run database migrations
+ ```shell
+ php bin/console doctrine:migrations:migrate
+ ```
+5. Start the Symfony server
+ ```shell
+ symfony server:start
+ ```
+6. Build assets
+ ```shell
+ php bin/console assets:install
+ ```
+7. Don't forget to set up workers to process the [message queue](https://symfony.com/doc/current/messenger.html)
+
+
+### Frontend
+
+
+1. Install dependencies
+ ```shell
+ yarn install
+ ```
+2. Generate language files
+ ```shell
+ yarn run ttag:po2json
+ ```
+3. Make the final build
+ ```shell
+ yarn build
+ ```
+4. Add and modify the following files as you wish
+
+ - public
+ - content
+ - home.md
+ - privacy.md
+ - tos.md
+ - faq.md
+ - icons-512.png
+ - banner.png
+ - favicon.ico
+
+
diff --git a/docs/src/content/docs/en/install-config/upgrade.mdx b/docs/src/content/docs/en/install-config/upgrade.mdx
new file mode 100644
index 0000000..e379bab
--- /dev/null
+++ b/docs/src/content/docs/en/install-config/upgrade.mdx
@@ -0,0 +1,51 @@
+---
+title: Manual Upgrade
+description: Upgrade guide explaining how to safely update the project, including migrations, and versioning details.
+---
+import {Steps} from "@astrojs/starlight/components";
+
+**Any updates are your responsibility. Make a backup of the data if necessary.**
+
+Fetch updates from the remote repository:
+
+```shell
+git pull origin master
+```
+
+## Backend
+
+
+1. Install dependencies
+ ```shell
+ composer install
+ ```
+2. Run database migrations
+ ```shell
+ php bin/console doctrine:migrations:migrate
+ ```
+3. Clearing the Symfony cache
+ ```shell
+ php bin/console cache:clear
+ ```
+4. Build assets
+ ```shell
+ php bin/console assets:install
+ ```
+
+
+## Frontend
+
+
+1. Install dependencies
+ ```shell
+ yarn install
+ ```
+2. Generate language files
+ ```shell
+ yarn run ttag:po2json
+ ```
+3. Make the final build
+ ```shell
+ yarn build
+ ```
+
diff --git a/docs/src/content/docs/en/legal/faq.md b/docs/src/content/docs/en/legal/faq.md
new file mode 100644
index 0000000..d482b7b
--- /dev/null
+++ b/docs/src/content/docs/en/legal/faq.md
@@ -0,0 +1,3 @@
+---
+title: FAQ
+---
\ No newline at end of file
diff --git a/docs/src/content/docs/en/legal/license.md b/docs/src/content/docs/en/legal/license.md
new file mode 100644
index 0000000..bc05ed1
--- /dev/null
+++ b/docs/src/content/docs/en/legal/license.md
@@ -0,0 +1,7 @@
+---
+title: License
+description: Licensing information detailing usage rights, redistribution terms, and legal conditions for contributing and using the project.
+---
+
+This entire project is licensed under [*GNU Affero General Public License v3.0 or later*](https://www.gnu.org/licenses/agpl-3.0.txt).
+Contributions are welcome as long as they do not contravene the Code of Conduct.
diff --git a/docs/src/content/docs/en/legal/security.md b/docs/src/content/docs/en/legal/security.md
new file mode 100644
index 0000000..f0bacd8
--- /dev/null
+++ b/docs/src/content/docs/en/legal/security.md
@@ -0,0 +1,15 @@
+---
+title: Security policy
+description: Security policy describing vulnerability reporting, and guidelines to keep the project secure.
+---
+
+## Reporting a Vulnerability
+
+If you want to report a vulnerability, please contact the maintainer of this repository. Thanks!
+
+~~~
+Contact: mailto:contact@maelgangloff.fr
+Encryption: openpgp4fpr:323E63F1AB879F30B38F527611FDC81C24A7F629
+Encryption: https://maelgangloff.fr/pgp-key.txt
+Preferred-Languages: fr, en
+~~~
diff --git a/docs/src/pages/robots.txt.ts b/docs/src/pages/robots.txt.ts
new file mode 100644
index 0000000..68176a4
--- /dev/null
+++ b/docs/src/pages/robots.txt.ts
@@ -0,0 +1,13 @@
+import type {APIRoute} from 'astro'
+
+const getRobotsTxt = (sitemapURL: URL) => `\
+User-agent: *
+Allow: /
+
+Sitemap: ${sitemapURL.href}
+`
+
+export const GET: APIRoute = ({site}) => {
+ const sitemapURL = new URL('sitemap-index.xml', site);
+ return new Response(getRobotsTxt(sitemapURL));
+}
diff --git a/docs/src/styles/index.css b/docs/src/styles/index.css
new file mode 100644
index 0000000..9c32cf9
--- /dev/null
+++ b/docs/src/styles/index.css
@@ -0,0 +1,3 @@
+.starlight-cooler-credit-aside h2 {
+ display: none;
+}
\ No newline at end of file
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
new file mode 100644
index 0000000..8bf91d3
--- /dev/null
+++ b/docs/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "extends": "astro/tsconfigs/strict",
+ "include": [".astro/types.d.ts", "**/*"],
+ "exclude": ["dist"]
+}
diff --git a/docs/yarn.lock b/docs/yarn.lock
new file mode 100644
index 0000000..1e305a5
--- /dev/null
+++ b/docs/yarn.lock
@@ -0,0 +1,4569 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@11ty/eleventy-fetch@^4.0.1":
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/@11ty/eleventy-fetch/-/eleventy-fetch-4.0.1.tgz#8431d60d2f2cbb10b8fd71ef661e71ecfe2f8ab6"
+ integrity sha512-yIiLM5ziBmg86i4TlXpBdcIygJHvh/GgPJyAiFOckO9H4y9cQDM8eIcJCUQ4Mum0NEVui/OjhEut2R08xw0vlQ==
+ dependencies:
+ debug "^4.3.4"
+ flat-cache "^3.0.4"
+ node-fetch "^2.6.7"
+ p-queue "^6.6.2"
+
+"@antfu/install-pkg@^1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz#78fa036be1a6081b5a77a5cf59f50c7752b6ba26"
+ integrity sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==
+ dependencies:
+ package-manager-detector "^1.3.0"
+ tinyexec "^1.0.1"
+
+"@antfu/utils@^9.2.0":
+ version "9.3.0"
+ resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-9.3.0.tgz#e05e277f788ac3bec771f57a49fb64546bb32374"
+ integrity sha512-9hFT4RauhcUzqOE4f1+frMKLZrgNog5b06I7VmZQV1BkvwvqrbC8EBZf3L1eEL2AKb6rNKjER0sEvJiSP1FXEA==
+
+"@astrojs/compiler@^2.12.2":
+ version "2.13.0"
+ resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-2.13.0.tgz#a40bef3106fff808bd91b41680275a7e28996d63"
+ integrity sha512-mqVORhUJViA28fwHYaWmsXSzLO9osbdZ5ImUfxBarqsYdMlPbqAqGJCxsNzvppp1BEzc1mJNjOVvQqeDN8Vspw==
+
+"@astrojs/internal-helpers@0.7.4":
+ version "0.7.4"
+ resolved "https://registry.yarnpkg.com/@astrojs/internal-helpers/-/internal-helpers-0.7.4.tgz#827469f88087f6690813949b02d9f9983236cc93"
+ integrity sha512-lDA9MqE8WGi7T/t2BMi+EAXhs4Vcvr94Gqx3q15cFEz8oFZMO4/SFBqYr/UcmNlvW+35alowkVj+w9VhLvs5Cw==
+
+"@astrojs/markdown-remark@6.3.8", "@astrojs/markdown-remark@^6.3.1":
+ version "6.3.8"
+ resolved "https://registry.yarnpkg.com/@astrojs/markdown-remark/-/markdown-remark-6.3.8.tgz#292cebc1bfb069cccb1e245eb1ac4aad4da0221f"
+ integrity sha512-uFNyFWadnULWK2cOw4n0hLKeu+xaVWeuECdP10cQ3K2fkybtTlhb7J7TcScdjmS8Yps7oje9S/ehYMfZrhrgCg==
+ dependencies:
+ "@astrojs/internal-helpers" "0.7.4"
+ "@astrojs/prism" "3.3.0"
+ github-slugger "^2.0.0"
+ hast-util-from-html "^2.0.3"
+ hast-util-to-text "^4.0.2"
+ import-meta-resolve "^4.2.0"
+ js-yaml "^4.1.0"
+ mdast-util-definitions "^6.0.0"
+ rehype-raw "^7.0.0"
+ rehype-stringify "^10.0.1"
+ remark-gfm "^4.0.1"
+ remark-parse "^11.0.0"
+ remark-rehype "^11.1.2"
+ remark-smartypants "^3.0.2"
+ shiki "^3.13.0"
+ smol-toml "^1.4.2"
+ unified "^11.0.5"
+ unist-util-remove-position "^5.0.0"
+ unist-util-visit "^5.0.0"
+ unist-util-visit-parents "^6.0.1"
+ vfile "^6.0.3"
+
+"@astrojs/mdx@^4.2.3":
+ version "4.3.10"
+ resolved "https://registry.yarnpkg.com/@astrojs/mdx/-/mdx-4.3.10.tgz#641c177954653e555706b26d027265274327eaf2"
+ integrity sha512-2T5+XIr7PMqMeXhRofXY5NlY4lA0Km+wkfsqmr9lq5KXUHpGlKPQ9dlDZJP9E/CtljJyEBNS17zq66LrIJ1tiQ==
+ dependencies:
+ "@astrojs/markdown-remark" "6.3.8"
+ "@mdx-js/mdx" "^3.1.1"
+ acorn "^8.15.0"
+ es-module-lexer "^1.7.0"
+ estree-util-visit "^2.0.0"
+ hast-util-to-html "^9.0.5"
+ picocolors "^1.1.1"
+ rehype-raw "^7.0.0"
+ remark-gfm "^4.0.1"
+ remark-smartypants "^3.0.2"
+ source-map "^0.7.6"
+ unist-util-visit "^5.0.0"
+ vfile "^6.0.3"
+
+"@astrojs/prism@3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@astrojs/prism/-/prism-3.3.0.tgz#5888fcd5665d416450a4fe55b1b7b701b8d586d9"
+ integrity sha512-q8VwfU/fDZNoDOf+r7jUnMC2//H2l0TuQ6FkGJL8vD8nw/q5KiL3DS1KKBI3QhI9UQhpJ5dc7AtqfbXWuOgLCQ==
+ dependencies:
+ prismjs "^1.30.0"
+
+"@astrojs/sitemap@^3.3.0":
+ version "3.6.0"
+ resolved "https://registry.yarnpkg.com/@astrojs/sitemap/-/sitemap-3.6.0.tgz#e9a83abb96df6c7e89be301b07adce032e49a96f"
+ integrity sha512-4aHkvcOZBWJigRmMIAJwRQXBS+ayoP5z40OklTXYXhUDhwusz+DyDl+nSshY6y9DvkVEavwNcFO8FD81iGhXjg==
+ dependencies:
+ sitemap "^8.0.0"
+ stream-replace-string "^2.0.0"
+ zod "^3.25.76"
+
+"@astrojs/starlight@^0.36.2":
+ version "0.36.2"
+ resolved "https://registry.yarnpkg.com/@astrojs/starlight/-/starlight-0.36.2.tgz#629adafd18ed0e0e86de34f9d916151ec105ec68"
+ integrity sha512-QR8NfO7+7DR13kBikhQwAj3IAoptLLNs9DkyKko2M2l3PrqpcpVUnw1JBJ0msGDIwE6tBbua2UeBND48mkh03w==
+ dependencies:
+ "@astrojs/markdown-remark" "^6.3.1"
+ "@astrojs/mdx" "^4.2.3"
+ "@astrojs/sitemap" "^3.3.0"
+ "@pagefind/default-ui" "^1.3.0"
+ "@types/hast" "^3.0.4"
+ "@types/js-yaml" "^4.0.9"
+ "@types/mdast" "^4.0.4"
+ astro-expressive-code "^0.41.1"
+ bcp-47 "^2.1.0"
+ hast-util-from-html "^2.0.1"
+ hast-util-select "^6.0.2"
+ hast-util-to-string "^3.0.0"
+ hastscript "^9.0.0"
+ i18next "^23.11.5"
+ js-yaml "^4.1.0"
+ klona "^2.0.6"
+ mdast-util-directive "^3.0.0"
+ mdast-util-to-markdown "^2.1.0"
+ mdast-util-to-string "^4.0.0"
+ pagefind "^1.3.0"
+ rehype "^13.0.1"
+ rehype-format "^5.0.0"
+ remark-directive "^3.0.0"
+ ultrahtml "^1.6.0"
+ unified "^11.0.5"
+ unist-util-visit "^5.0.0"
+ vfile "^6.0.2"
+
+"@astrojs/telemetry@3.3.0":
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/@astrojs/telemetry/-/telemetry-3.3.0.tgz#397dc1f3ab123470571d80c9b4c1335195d30417"
+ integrity sha512-UFBgfeldP06qu6khs/yY+q1cDAaArM2/7AEIqQ9Cuvf7B1hNLq0xDrZkct+QoIGyjq56y8IaE2I3CTvG99mlhQ==
+ dependencies:
+ ci-info "^4.2.0"
+ debug "^4.4.0"
+ dlv "^1.1.3"
+ dset "^3.1.4"
+ is-docker "^3.0.0"
+ is-wsl "^3.1.0"
+ which-pm-runs "^1.1.0"
+
+"@babel/helper-string-parser@^7.27.1":
+ version "7.27.1"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
+ integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
+
+"@babel/helper-validator-identifier@^7.28.5":
+ version "7.28.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
+ integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
+
+"@babel/parser@^7.25.4":
+ version "7.28.5"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
+ integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
+ dependencies:
+ "@babel/types" "^7.28.5"
+
+"@babel/runtime@^7.23.2":
+ version "7.28.4"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
+ integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
+
+"@babel/types@^7.25.4", "@babel/types@^7.28.5":
+ version "7.28.5"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
+ integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
+ dependencies:
+ "@babel/helper-string-parser" "^7.27.1"
+ "@babel/helper-validator-identifier" "^7.28.5"
+
+"@braintree/sanitize-url@^7.1.1":
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-7.1.1.tgz#15e19737d946559289b915e5dad3b4c28407735e"
+ integrity sha512-i1L7noDNxtFyL5DmZafWy1wRVhGehQmzZaz1HiN5e7iylJMSZR7ekOV7NsIqa5qBldlLrsKv4HbgFUVlQrz8Mw==
+
+"@capsizecss/unpack@^3.0.0":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@capsizecss/unpack/-/unpack-3.0.1.tgz#d40cd7fded06110a3d6198dd1e7a9bbcded52880"
+ integrity sha512-8XqW8xGn++Eqqbz3e9wKuK7mxryeRjs4LOHLxbh2lwKeSbuNR4NFifDZT4KzvjU6HMOPbiNTsWpniK5EJfTWkg==
+ dependencies:
+ fontkit "^2.0.2"
+
+"@chevrotain/cst-dts-gen@11.0.3":
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz#5e0863cc57dc45e204ccfee6303225d15d9d4783"
+ integrity sha512-BvIKpRLeS/8UbfxXxgC33xOumsacaeCKAjAeLyOn7Pcp95HiRbrpl14S+9vaZLolnbssPIUuiUd8IvgkRyt6NQ==
+ dependencies:
+ "@chevrotain/gast" "11.0.3"
+ "@chevrotain/types" "11.0.3"
+ lodash-es "4.17.21"
+
+"@chevrotain/gast@11.0.3":
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/@chevrotain/gast/-/gast-11.0.3.tgz#e84d8880323fe8cbe792ef69ce3ffd43a936e818"
+ integrity sha512-+qNfcoNk70PyS/uxmj3li5NiECO+2YKZZQMbmjTqRI3Qchu8Hig/Q9vgkHpI3alNjr7M+a2St5pw5w5F6NL5/Q==
+ dependencies:
+ "@chevrotain/types" "11.0.3"
+ lodash-es "4.17.21"
+
+"@chevrotain/regexp-to-ast@11.0.3":
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz#11429a81c74a8e6a829271ce02fc66166d56dcdb"
+ integrity sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==
+
+"@chevrotain/types@11.0.3":
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/@chevrotain/types/-/types-11.0.3.tgz#f8a03914f7b937f594f56eb89312b3b8f1c91848"
+ integrity sha512-gsiM3G8b58kZC2HaWR50gu6Y1440cHiJ+i3JUvcp/35JchYejb2+5MVeJK0iKThYpAa/P2PYFV4hoi44HD+aHQ==
+
+"@chevrotain/utils@11.0.3":
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/@chevrotain/utils/-/utils-11.0.3.tgz#e39999307b102cff3645ec4f5b3665f5297a2224"
+ integrity sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==
+
+"@ctrl/tinycolor@^4.0.4":
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-4.2.0.tgz#ba5d0b917303c0b3d3c14c4865cdc6ded25ac05f"
+ integrity sha512-kzyuwOAQnXJNLS9PSyrk0CWk35nWJW/zl/6KvnTBMFK65gm7U1/Z5BqjxeapjZCIhQcM/DsrEmcbRwDyXyXK4A==
+
+"@emnapi/runtime@^1.7.0":
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.7.0.tgz#d7ef3832df8564fe5903bf0567aedbd19538ecbe"
+ integrity sha512-oAYoQnCYaQZKVS53Fq23ceWMRxq5EhQsE0x0RdQ55jT7wagMu5k+fS39v1fiSLrtrLQlXwVINenqhLMtTrV/1Q==
+ dependencies:
+ tslib "^2.4.0"
+
+"@esbuild/aix-ppc64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz#80fcbe36130e58b7670511e888b8e88a259ed76c"
+ integrity sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==
+
+"@esbuild/android-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.25.12.tgz#8aa4965f8d0a7982dc21734bf6601323a66da752"
+ integrity sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==
+
+"@esbuild/android-arm@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.25.12.tgz#300712101f7f50f1d2627a162e6e09b109b6767a"
+ integrity sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==
+
+"@esbuild/android-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.25.12.tgz#87dfb27161202bdc958ef48bb61b09c758faee16"
+ integrity sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==
+
+"@esbuild/darwin-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.25.12.tgz#79197898ec1ff745d21c071e1c7cc3c802f0c1fd"
+ integrity sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==
+
+"@esbuild/darwin-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.25.12.tgz#146400a8562133f45c4d2eadcf37ddd09718079e"
+ integrity sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==
+
+"@esbuild/freebsd-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.12.tgz#1c5f9ba7206e158fd2b24c59fa2d2c8bb47ca0fe"
+ integrity sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==
+
+"@esbuild/freebsd-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.25.12.tgz#ea631f4a36beaac4b9279fa0fcc6ca29eaeeb2b3"
+ integrity sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==
+
+"@esbuild/linux-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.25.12.tgz#e1066bce58394f1b1141deec8557a5f0a22f5977"
+ integrity sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==
+
+"@esbuild/linux-arm@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.25.12.tgz#452cd66b20932d08bdc53a8b61c0e30baf4348b9"
+ integrity sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==
+
+"@esbuild/linux-ia32@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.25.12.tgz#b24f8acc45bcf54192c7f2f3be1b53e6551eafe0"
+ integrity sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==
+
+"@esbuild/linux-loong64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.25.12.tgz#f9cfffa7fc8322571fbc4c8b3268caf15bd81ad0"
+ integrity sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==
+
+"@esbuild/linux-mips64el@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.25.12.tgz#575a14bd74644ffab891adc7d7e60d275296f2cd"
+ integrity sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==
+
+"@esbuild/linux-ppc64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.25.12.tgz#75b99c70a95fbd5f7739d7692befe60601591869"
+ integrity sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==
+
+"@esbuild/linux-riscv64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.25.12.tgz#2e3259440321a44e79ddf7535c325057da875cd6"
+ integrity sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==
+
+"@esbuild/linux-s390x@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.25.12.tgz#17676cabbfe5928da5b2a0d6df5d58cd08db2663"
+ integrity sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==
+
+"@esbuild/linux-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.25.12.tgz#0583775685ca82066d04c3507f09524d3cd7a306"
+ integrity sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==
+
+"@esbuild/netbsd-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.12.tgz#f04c4049cb2e252fe96b16fed90f70746b13f4a4"
+ integrity sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==
+
+"@esbuild/netbsd-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.25.12.tgz#77da0d0a0d826d7c921eea3d40292548b258a076"
+ integrity sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==
+
+"@esbuild/openbsd-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.12.tgz#6296f5867aedef28a81b22ab2009c786a952dccd"
+ integrity sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==
+
+"@esbuild/openbsd-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.25.12.tgz#f8d23303360e27b16cf065b23bbff43c14142679"
+ integrity sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==
+
+"@esbuild/openharmony-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.12.tgz#49e0b768744a3924be0d7fd97dd6ce9b2923d88d"
+ integrity sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==
+
+"@esbuild/sunos-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.25.12.tgz#a6ed7d6778d67e528c81fb165b23f4911b9b13d6"
+ integrity sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==
+
+"@esbuild/win32-arm64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.25.12.tgz#9ac14c378e1b653af17d08e7d3ce34caef587323"
+ integrity sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==
+
+"@esbuild/win32-ia32@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.25.12.tgz#918942dcbbb35cc14fca39afb91b5e6a3d127267"
+ integrity sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==
+
+"@esbuild/win32-x64@0.25.12":
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz#9bdad8176be7811ad148d1f8772359041f46c6c5"
+ integrity sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==
+
+"@expressive-code/core@^0.41.3":
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/@expressive-code/core/-/core-0.41.3.tgz#f6c57df5a4360dc68ffbeb18890fbc2850217812"
+ integrity sha512-9qzohqU7O0+JwMEEgQhnBPOw5DtsQRBXhW++5fvEywsuX44vCGGof1SL5OvPElvNgaWZ4pFZAFSlkNOkGyLwSQ==
+ dependencies:
+ "@ctrl/tinycolor" "^4.0.4"
+ hast-util-select "^6.0.2"
+ hast-util-to-html "^9.0.1"
+ hast-util-to-text "^4.0.1"
+ hastscript "^9.0.0"
+ postcss "^8.4.38"
+ postcss-nested "^6.0.1"
+ unist-util-visit "^5.0.0"
+ unist-util-visit-parents "^6.0.1"
+
+"@expressive-code/plugin-frames@^0.41.3":
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/@expressive-code/plugin-frames/-/plugin-frames-0.41.3.tgz#d0362ca9810e6eb366e6cf172031843636054c4e"
+ integrity sha512-rFQtmf/3N2CK3Cq/uERweMTYZnBu+CwxBdHuOftEmfA9iBE7gTVvwpbh82P9ZxkPLvc40UMhYt7uNuAZexycRQ==
+ dependencies:
+ "@expressive-code/core" "^0.41.3"
+
+"@expressive-code/plugin-shiki@^0.41.3":
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/@expressive-code/plugin-shiki/-/plugin-shiki-0.41.3.tgz#00665e981e540b548ad1c6271464a0246e8721a8"
+ integrity sha512-RlTARoopzhFJIOVHLGvuXJ8DCEme/hjV+ZnRJBIxzxsKVpGPW4Oshqg9xGhWTYdHstTsxO663s0cdBLzZj9TQA==
+ dependencies:
+ "@expressive-code/core" "^0.41.3"
+ shiki "^3.2.2"
+
+"@expressive-code/plugin-text-markers@^0.41.3":
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/@expressive-code/plugin-text-markers/-/plugin-text-markers-0.41.3.tgz#713e09621042014d1919e82f302cd276bd326512"
+ integrity sha512-SN8tkIzDpA0HLAscEYD2IVrfLiid6qEdE9QLlGVSxO1KEw7qYvjpbNBQjUjMr5/jvTJ7ys6zysU2vLPHE0sb2g==
+ dependencies:
+ "@expressive-code/core" "^0.41.3"
+
+"@iconify/types@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
+ integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
+
+"@iconify/utils@^3.0.1":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@iconify/utils/-/utils-3.0.2.tgz#9599607f20690cd3e7a5d2d459af0eb81a89dc2b"
+ integrity sha512-EfJS0rLfVuRuJRn4psJHtK2A9TqVnkxPpHY6lYHiB9+8eSuudsxbwMiavocG45ujOo6FJ+CIRlRnlOGinzkaGQ==
+ dependencies:
+ "@antfu/install-pkg" "^1.1.0"
+ "@antfu/utils" "^9.2.0"
+ "@iconify/types" "^2.0.0"
+ debug "^4.4.1"
+ globals "^15.15.0"
+ kolorist "^1.8.0"
+ local-pkg "^1.1.1"
+ mlly "^1.7.4"
+
+"@img/colour@^1.0.0":
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/@img/colour/-/colour-1.0.0.tgz#d2fabb223455a793bf3bf9c70de3d28526aa8311"
+ integrity sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==
+
+"@img/sharp-darwin-arm64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz#6e0732dcade126b6670af7aa17060b926835ea86"
+ integrity sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==
+ optionalDependencies:
+ "@img/sharp-libvips-darwin-arm64" "1.2.4"
+
+"@img/sharp-darwin-x64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz#19bc1dd6eba6d5a96283498b9c9f401180ee9c7b"
+ integrity sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==
+ optionalDependencies:
+ "@img/sharp-libvips-darwin-x64" "1.2.4"
+
+"@img/sharp-libvips-darwin-arm64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz#2894c0cb87d42276c3889942e8e2db517a492c43"
+ integrity sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==
+
+"@img/sharp-libvips-darwin-x64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz#e63681f4539a94af9cd17246ed8881734386f8cc"
+ integrity sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==
+
+"@img/sharp-libvips-linux-arm64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz#b1b288b36864b3bce545ad91fa6dadcf1a4ad318"
+ integrity sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==
+
+"@img/sharp-libvips-linux-arm@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz#b9260dd1ebe6f9e3bdbcbdcac9d2ac125f35852d"
+ integrity sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==
+
+"@img/sharp-libvips-linux-ppc64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz#4b83ecf2a829057222b38848c7b022e7b4d07aa7"
+ integrity sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==
+
+"@img/sharp-libvips-linux-riscv64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz#880b4678009e5a2080af192332b00b0aaf8a48de"
+ integrity sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==
+
+"@img/sharp-libvips-linux-s390x@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz#74f343c8e10fad821b38f75ced30488939dc59ec"
+ integrity sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==
+
+"@img/sharp-libvips-linux-x64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz#df4183e8bd8410f7d61b66859a35edeab0a531ce"
+ integrity sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==
+
+"@img/sharp-libvips-linuxmusl-arm64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz#c8d6b48211df67137541007ee8d1b7b1f8ca8e06"
+ integrity sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==
+
+"@img/sharp-libvips-linuxmusl-x64@1.2.4":
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz#be11c75bee5b080cbee31a153a8779448f919f75"
+ integrity sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==
+
+"@img/sharp-linux-arm64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz#7aa7764ef9c001f15e610546d42fce56911790cc"
+ integrity sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-arm64" "1.2.4"
+
+"@img/sharp-linux-arm@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz#5fb0c3695dd12522d39c3ff7a6bc816461780a0d"
+ integrity sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-arm" "1.2.4"
+
+"@img/sharp-linux-ppc64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz#9c213a81520a20caf66978f3d4c07456ff2e0813"
+ integrity sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-ppc64" "1.2.4"
+
+"@img/sharp-linux-riscv64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz#cdd28182774eadbe04f62675a16aabbccb833f60"
+ integrity sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-riscv64" "1.2.4"
+
+"@img/sharp-linux-s390x@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz#93eac601b9f329bb27917e0e19098c722d630df7"
+ integrity sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-s390x" "1.2.4"
+
+"@img/sharp-linux-x64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz#55abc7cd754ffca5002b6c2b719abdfc846819a8"
+ integrity sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==
+ optionalDependencies:
+ "@img/sharp-libvips-linux-x64" "1.2.4"
+
+"@img/sharp-linuxmusl-arm64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz#d6515ee971bb62f73001a4829b9d865a11b77086"
+ integrity sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==
+ optionalDependencies:
+ "@img/sharp-libvips-linuxmusl-arm64" "1.2.4"
+
+"@img/sharp-linuxmusl-x64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz#d97978aec7c5212f999714f2f5b736457e12ee9f"
+ integrity sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==
+ optionalDependencies:
+ "@img/sharp-libvips-linuxmusl-x64" "1.2.4"
+
+"@img/sharp-wasm32@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz#2f15803aa626f8c59dd7c9d0bbc766f1ab52cfa0"
+ integrity sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==
+ dependencies:
+ "@emnapi/runtime" "^1.7.0"
+
+"@img/sharp-win32-arm64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz#3706e9e3ac35fddfc1c87f94e849f1b75307ce0a"
+ integrity sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==
+
+"@img/sharp-win32-ia32@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz#0b71166599b049e032f085fb9263e02f4e4788de"
+ integrity sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==
+
+"@img/sharp-win32-x64@0.34.5":
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz#a81ffb00e69267cd0a1d626eaedb8a8430b2b2f8"
+ integrity sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==
+
+"@jridgewell/sourcemap-codec@^1.5.5":
+ version "1.5.5"
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
+ integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
+
+"@mdx-js/mdx@^3.1.1":
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-3.1.1.tgz#c5ffd991a7536b149e17175eee57a1a2a511c6d1"
+ integrity sha512-f6ZO2ifpwAQIpzGWaBQT2TXxPv6z3RBzQKpVftEWN78Vl/YweF1uwussDx8ECAXVtr3Rs89fKyG9YlzUs9DyGQ==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ "@types/estree-jsx" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ "@types/mdx" "^2.0.0"
+ acorn "^8.0.0"
+ collapse-white-space "^2.0.0"
+ devlop "^1.0.0"
+ estree-util-is-identifier-name "^3.0.0"
+ estree-util-scope "^1.0.0"
+ estree-walker "^3.0.0"
+ hast-util-to-jsx-runtime "^2.0.0"
+ markdown-extensions "^2.0.0"
+ recma-build-jsx "^1.0.0"
+ recma-jsx "^1.0.0"
+ recma-stringify "^1.0.0"
+ rehype-recma "^1.0.0"
+ remark-mdx "^3.0.0"
+ remark-parse "^11.0.0"
+ remark-rehype "^11.0.0"
+ source-map "^0.7.0"
+ unified "^11.0.0"
+ unist-util-position-from-estree "^2.0.0"
+ unist-util-stringify-position "^4.0.0"
+ unist-util-visit "^5.0.0"
+ vfile "^6.0.0"
+
+"@mermaid-js/parser@^0.6.3":
+ version "0.6.3"
+ resolved "https://registry.yarnpkg.com/@mermaid-js/parser/-/parser-0.6.3.tgz#3ce92dad2c5d696d29e11e21109c66a7886c824e"
+ integrity sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==
+ dependencies:
+ langium "3.3.1"
+
+"@oslojs/encoding@^1.1.0":
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-1.1.0.tgz#55f3d9a597430a01f2a5ef63c6b42f769f9ce34e"
+ integrity sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==
+
+"@pagefind/darwin-arm64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/darwin-arm64/-/darwin-arm64-1.4.0.tgz#0315030e6a89bec3121273b1851f7aadf0b12425"
+ integrity sha512-2vMqkbv3lbx1Awea90gTaBsvpzgRs7MuSgKDxW0m9oV1GPZCZbZBJg/qL83GIUEN2BFlY46dtUZi54pwH+/pTQ==
+
+"@pagefind/darwin-x64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/darwin-x64/-/darwin-x64-1.4.0.tgz#671e1fe0f0733350a3eb244ace2675166186793e"
+ integrity sha512-e7JPIS6L9/cJfow+/IAqknsGqEPjJnVXGjpGm25bnq+NPdoD3c/7fAwr1OXkG4Ocjx6ZGSCijXEV4ryMcH2E3A==
+
+"@pagefind/default-ui@^1.3.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/default-ui/-/default-ui-1.4.0.tgz#036017ba6ed40e9f34ff5652b9caed11113f7bcc"
+ integrity sha512-wie82VWn3cnGEdIjh4YwNESyS1G6vRHwL6cNjy9CFgNnWW/PGRjsLq300xjVH5sfPFK3iK36UxvIBymtQIEiSQ==
+
+"@pagefind/freebsd-x64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/freebsd-x64/-/freebsd-x64-1.4.0.tgz#3419701ce810e7ec050bbf4786b1c3bee78ec51b"
+ integrity sha512-WcJVypXSZ+9HpiqZjFXMUobfFfZZ6NzIYtkhQ9eOhZrQpeY5uQFqNWLCk7w9RkMUwBv1HAMDW3YJQl/8OqsV0Q==
+
+"@pagefind/linux-arm64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/linux-arm64/-/linux-arm64-1.4.0.tgz#ba2a5c8d10d5273fe61a8d230b546b08d22cb676"
+ integrity sha512-PIt8dkqt4W06KGmQjONw7EZbhDF+uXI7i0XtRLN1vjCUxM9vGPdtJc2mUyVPevjomrGz5M86M8bqTr6cgDp1Uw==
+
+"@pagefind/linux-x64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/linux-x64/-/linux-x64-1.4.0.tgz#1e56bb3c91fd0128be84e98897c9785c489fbbb7"
+ integrity sha512-z4oddcWwQ0UHrTHR8psLnVlz6USGJ/eOlDPTDYZ4cI8TK8PgwRUPQZp9D2iJPNIPcS6Qx/E4TebjuGJOyK8Mmg==
+
+"@pagefind/windows-x64@1.4.0":
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/@pagefind/windows-x64/-/windows-x64-1.4.0.tgz#ba68fd609621132e8e314a89e2d2d52516f61723"
+ integrity sha512-NkT+YAdgS2FPCn8mIA9bQhiBs+xmniMGq1LFPDhcFn0+2yIUEiIG06t7bsZlhdjknEQRTSdT7YitP6fC5qwP0g==
+
+"@rollup/pluginutils@^5.2.0":
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.3.0.tgz#57ba1b0cbda8e7a3c597a4853c807b156e21a7b4"
+ integrity sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ estree-walker "^2.0.2"
+ picomatch "^4.0.2"
+
+"@rollup/rollup-android-arm-eabi@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.53.2.tgz#7131f3d364805067fd5596302aad9ebef1434b32"
+ integrity sha512-yDPzwsgiFO26RJA4nZo8I+xqzh7sJTZIWQOxn+/XOdPE31lAvLIYCKqjV+lNH/vxE2L2iH3plKxDCRK6i+CwhA==
+
+"@rollup/rollup-android-arm64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.53.2.tgz#7ede14d7fcf7c57821a2731c04b29ccc03145d82"
+ integrity sha512-k8FontTxIE7b0/OGKeSN5B6j25EuppBcWM33Z19JoVT7UTXFSo3D9CdU39wGTeb29NO3XxpMNauh09B+Ibw+9g==
+
+"@rollup/rollup-darwin-arm64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.53.2.tgz#d59bf9ed582b38838e86a17f91720c17db6575b9"
+ integrity sha512-A6s4gJpomNBtJ2yioj8bflM2oogDwzUiMl2yNJ2v9E7++sHrSrsQ29fOfn5DM/iCzpWcebNYEdXpaK4tr2RhfQ==
+
+"@rollup/rollup-darwin-x64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.53.2.tgz#a76278d9b9da9f84ea7909a14d93b915d5bbe01e"
+ integrity sha512-e6XqVmXlHrBlG56obu9gDRPW3O3hLxpwHpLsBJvuI8qqnsrtSZ9ERoWUXtPOkY8c78WghyPHZdmPhHLWNdAGEw==
+
+"@rollup/rollup-freebsd-arm64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.53.2.tgz#1a94821a1f565b9eaa74187632d482e4c59a1707"
+ integrity sha512-v0E9lJW8VsrwPux5Qe5CwmH/CF/2mQs6xU1MF3nmUxmZUCHazCjLgYvToOk+YuuUqLQBio1qkkREhxhc656ViA==
+
+"@rollup/rollup-freebsd-x64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.53.2.tgz#aad2274680106b2b6549b1e35e5d3a7a9f1f16af"
+ integrity sha512-ClAmAPx3ZCHtp6ysl4XEhWU69GUB1D+s7G9YjHGhIGCSrsg00nEGRRZHmINYxkdoJehde8VIsDC5t9C0gb6yqA==
+
+"@rollup/rollup-linux-arm-gnueabihf@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.53.2.tgz#100fe4306399ffeec47318a3c9b8c0e5e8b07ddb"
+ integrity sha512-EPlb95nUsz6Dd9Qy13fI5kUPXNSljaG9FiJ4YUGU1O/Q77i5DYFW5KR8g1OzTcdZUqQQ1KdDqsTohdFVwCwjqg==
+
+"@rollup/rollup-linux-arm-musleabihf@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.53.2.tgz#b84634952604b950e18fa11fddebde898c5928d8"
+ integrity sha512-BOmnVW+khAUX+YZvNfa0tGTEMVVEerOxN0pDk2E6N6DsEIa2Ctj48FOMfNDdrwinocKaC7YXUZ1pHlKpnkja/Q==
+
+"@rollup/rollup-linux-arm64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.53.2.tgz#dad6f2fb41c2485f29a98e40e9bd78253255dbf3"
+ integrity sha512-Xt2byDZ+6OVNuREgBXr4+CZDJtrVso5woFtpKdGPhpTPHcNG7D8YXeQzpNbFRxzTVqJf7kvPMCub/pcGUWgBjA==
+
+"@rollup/rollup-linux-arm64-musl@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.53.2.tgz#0f3f77c8ce9fbf982f8a8378b70a73dc6704a706"
+ integrity sha512-+LdZSldy/I9N8+klim/Y1HsKbJ3BbInHav5qE9Iy77dtHC/pibw1SR/fXlWyAk0ThnpRKoODwnAuSjqxFRDHUQ==
+
+"@rollup/rollup-linux-loong64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.53.2.tgz#870bb94e9dad28bb3124ba49bd733deaa6aa2635"
+ integrity sha512-8ms8sjmyc1jWJS6WdNSA23rEfdjWB30LH8Wqj0Cqvv7qSHnvw6kgMMXRdop6hkmGPlyYBdRPkjJnj3KCUHV/uQ==
+
+"@rollup/rollup-linux-ppc64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.53.2.tgz#188427d11abefc6c9926e3870b3e032170f5577c"
+ integrity sha512-3HRQLUQbpBDMmzoxPJYd3W6vrVHOo2cVW8RUo87Xz0JPJcBLBr5kZ1pGcQAhdZgX9VV7NbGNipah1omKKe23/g==
+
+"@rollup/rollup-linux-riscv64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.53.2.tgz#9dec6eadbbb5abd3b76fe624dc4f006913ff4a7f"
+ integrity sha512-fMjKi+ojnmIvhk34gZP94vjogXNNUKMEYs+EDaB/5TG/wUkoeua7p7VCHnE6T2Tx+iaghAqQX8teQzcvrYpaQA==
+
+"@rollup/rollup-linux-riscv64-musl@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.53.2.tgz#b26ba1c80b6f104dc5bd83ed83181fc0411a0c38"
+ integrity sha512-XuGFGU+VwUUV5kLvoAdi0Wz5Xbh2SrjIxCtZj6Wq8MDp4bflb/+ThZsVxokM7n0pcbkEr2h5/pzqzDYI7cCgLQ==
+
+"@rollup/rollup-linux-s390x-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.53.2.tgz#dc83647189b68ad8d56a956a6fcaa4ee9c728190"
+ integrity sha512-w6yjZF0P+NGzWR3AXWX9zc0DNEGdtvykB03uhonSHMRa+oWA6novflo2WaJr6JZakG2ucsyb+rvhrKac6NIy+w==
+
+"@rollup/rollup-linux-x64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.53.2.tgz#42c3b8c94e9de37bd103cb2e26fb715118ef6459"
+ integrity sha512-yo8d6tdfdeBArzC7T/PnHd7OypfI9cbuZzPnzLJIyKYFhAQ8SvlkKtKBMbXDxe1h03Rcr7u++nFS7tqXz87Gtw==
+
+"@rollup/rollup-linux-x64-musl@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.53.2.tgz#d0e216ee1ea16bfafe35681b899b6a05258988e5"
+ integrity sha512-ah59c1YkCxKExPP8O9PwOvs+XRLKwh/mV+3YdKqQ5AMQ0r4M4ZDuOrpWkUaqO7fzAHdINzV9tEVu8vNw48z0lA==
+
+"@rollup/rollup-openharmony-arm64@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.53.2.tgz#3acd0157cb8976f659442bfd8a99aca46f8a2931"
+ integrity sha512-4VEd19Wmhr+Zy7hbUsFZ6YXEiP48hE//KPLCSVNY5RMGX2/7HZ+QkN55a3atM1C/BZCGIgqN+xrVgtdak2S9+A==
+
+"@rollup/rollup-win32-arm64-msvc@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.53.2.tgz#3eb9e7d4d0e1d2e0850c4ee9aa2d0ddf89a8effa"
+ integrity sha512-IlbHFYc/pQCgew/d5fslcy1KEaYVCJ44G8pajugd8VoOEI8ODhtb/j8XMhLpwHCMB3yk2J07ctup10gpw2nyMA==
+
+"@rollup/rollup-win32-ia32-msvc@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.53.2.tgz#d69280bc6680fe19e0956e965811946d542f6365"
+ integrity sha512-lNlPEGgdUfSzdCWU176ku/dQRnA7W+Gp8d+cWv73jYrb8uT7HTVVxq62DUYxjbaByuf1Yk0RIIAbDzp+CnOTFg==
+
+"@rollup/rollup-win32-x64-gnu@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.53.2.tgz#d182ce91e342bad9cbb8b284cf33ac542b126ead"
+ integrity sha512-S6YojNVrHybQis2lYov1sd+uj7K0Q05NxHcGktuMMdIQ2VixGwAfbJ23NnlvvVV1bdpR2m5MsNBViHJKcA4ADw==
+
+"@rollup/rollup-win32-x64-msvc@4.53.2":
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.53.2.tgz#d9ab606437fd072b2cb7df7e54bcdc7f1ccbe8b4"
+ integrity sha512-k+/Rkcyx//P6fetPoLMb8pBeqJBNGx81uuf7iljX9++yNBVRDQgD04L+SVXmXmh5ZP4/WOp4mWF0kmi06PW2tA==
+
+"@shikijs/core@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-3.15.0.tgz#eee251070b4e39b59e108266cbcd50c85d738d54"
+ integrity sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==
+ dependencies:
+ "@shikijs/types" "3.15.0"
+ "@shikijs/vscode-textmate" "^10.0.2"
+ "@types/hast" "^3.0.4"
+ hast-util-to-html "^9.0.5"
+
+"@shikijs/engine-javascript@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/engine-javascript/-/engine-javascript-3.15.0.tgz#478dd4feb3b4b7e91f148cc9e7ebc0b7de5fbb18"
+ integrity sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==
+ dependencies:
+ "@shikijs/types" "3.15.0"
+ "@shikijs/vscode-textmate" "^10.0.2"
+ oniguruma-to-es "^4.3.3"
+
+"@shikijs/engine-oniguruma@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/engine-oniguruma/-/engine-oniguruma-3.15.0.tgz#bc5fe6484d64b2daacdfbb248f06732fbc78c8e2"
+ integrity sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==
+ dependencies:
+ "@shikijs/types" "3.15.0"
+ "@shikijs/vscode-textmate" "^10.0.2"
+
+"@shikijs/langs@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/langs/-/langs-3.15.0.tgz#d8385a9ca66ce9923149c650336444b1d25fc248"
+ integrity sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==
+ dependencies:
+ "@shikijs/types" "3.15.0"
+
+"@shikijs/themes@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/themes/-/themes-3.15.0.tgz#6093a90191b89654045c72636ddd35c04273658f"
+ integrity sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==
+ dependencies:
+ "@shikijs/types" "3.15.0"
+
+"@shikijs/types@3.15.0":
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/@shikijs/types/-/types-3.15.0.tgz#4e025b4dea98e1603243b1f00677854e07e5eda1"
+ integrity sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==
+ dependencies:
+ "@shikijs/vscode-textmate" "^10.0.2"
+ "@types/hast" "^3.0.4"
+
+"@shikijs/vscode-textmate@^10.0.2":
+ version "10.0.2"
+ resolved "https://registry.yarnpkg.com/@shikijs/vscode-textmate/-/vscode-textmate-10.0.2.tgz#a90ab31d0cc1dfb54c66a69e515bf624fa7b2224"
+ integrity sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==
+
+"@swc/helpers@^0.5.12":
+ version "0.5.17"
+ resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.17.tgz#5a7be95ac0f0bf186e7e6e890e7a6f6cda6ce971"
+ integrity sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==
+ dependencies:
+ tslib "^2.8.0"
+
+"@types/d3-array@*":
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.2.2.tgz#e02151464d02d4a1b44646d0fcdb93faf88fde8c"
+ integrity sha512-hOLWVbm7uRza0BYXpIIW5pxfrKe0W+D5lrFiAEYR+pb6w3N2SwSMaJbXdUfSEv+dT4MfHBLtn5js0LAWaO6otw==
+
+"@types/d3-axis@*":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/d3-axis/-/d3-axis-3.0.6.tgz#e760e5765b8188b1defa32bc8bb6062f81e4c795"
+ integrity sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==
+ dependencies:
+ "@types/d3-selection" "*"
+
+"@types/d3-brush@*":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/d3-brush/-/d3-brush-3.0.6.tgz#c2f4362b045d472e1b186cdbec329ba52bdaee6c"
+ integrity sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==
+ dependencies:
+ "@types/d3-selection" "*"
+
+"@types/d3-chord@*":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/d3-chord/-/d3-chord-3.0.6.tgz#1706ca40cf7ea59a0add8f4456efff8f8775793d"
+ integrity sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==
+
+"@types/d3-color@*":
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/@types/d3-color/-/d3-color-3.1.3.tgz#368c961a18de721da8200e80bf3943fb53136af2"
+ integrity sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==
+
+"@types/d3-contour@*":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/d3-contour/-/d3-contour-3.0.6.tgz#9ada3fa9c4d00e3a5093fed0356c7ab929604231"
+ integrity sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==
+ dependencies:
+ "@types/d3-array" "*"
+ "@types/geojson" "*"
+
+"@types/d3-delaunay@*":
+ version "6.0.4"
+ resolved "https://registry.yarnpkg.com/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz#185c1a80cc807fdda2a3fe960f7c11c4a27952e1"
+ integrity sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==
+
+"@types/d3-dispatch@*":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-dispatch/-/d3-dispatch-3.0.7.tgz#ef004d8a128046cfce434d17182f834e44ef95b2"
+ integrity sha512-5o9OIAdKkhN1QItV2oqaE5KMIiXAvDWBDPrD85e58Qlz1c1kI/J0NcqbEG88CoTwJrYe7ntUCVfeUl2UJKbWgA==
+
+"@types/d3-drag@*":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-drag/-/d3-drag-3.0.7.tgz#b13aba8b2442b4068c9a9e6d1d82f8bcea77fc02"
+ integrity sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==
+ dependencies:
+ "@types/d3-selection" "*"
+
+"@types/d3-dsv@*":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-dsv/-/d3-dsv-3.0.7.tgz#0a351f996dc99b37f4fa58b492c2d1c04e3dac17"
+ integrity sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==
+
+"@types/d3-ease@*":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/d3-ease/-/d3-ease-3.0.2.tgz#e28db1bfbfa617076f7770dd1d9a48eaa3b6c51b"
+ integrity sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==
+
+"@types/d3-fetch@*":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-fetch/-/d3-fetch-3.0.7.tgz#c04a2b4f23181aa376f30af0283dbc7b3b569980"
+ integrity sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==
+ dependencies:
+ "@types/d3-dsv" "*"
+
+"@types/d3-force@*":
+ version "3.0.10"
+ resolved "https://registry.yarnpkg.com/@types/d3-force/-/d3-force-3.0.10.tgz#6dc8fc6e1f35704f3b057090beeeb7ac674bff1a"
+ integrity sha512-ZYeSaCF3p73RdOKcjj+swRlZfnYpK1EbaDiYICEEp5Q6sUiqFaFQ9qgoshp5CzIyyb/yD09kD9o2zEltCexlgw==
+
+"@types/d3-format@*":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/d3-format/-/d3-format-3.0.4.tgz#b1e4465644ddb3fdf3a263febb240a6cd616de90"
+ integrity sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==
+
+"@types/d3-geo@*":
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/@types/d3-geo/-/d3-geo-3.1.0.tgz#b9e56a079449174f0a2c8684a9a4df3f60522440"
+ integrity sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==
+ dependencies:
+ "@types/geojson" "*"
+
+"@types/d3-hierarchy@*":
+ version "3.1.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.7.tgz#6023fb3b2d463229f2d680f9ac4b47466f71f17b"
+ integrity sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==
+
+"@types/d3-interpolate@*":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz#412b90e84870285f2ff8a846c6eb60344f12a41c"
+ integrity sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==
+ dependencies:
+ "@types/d3-color" "*"
+
+"@types/d3-path@*":
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/@types/d3-path/-/d3-path-3.1.1.tgz#f632b380c3aca1dba8e34aa049bcd6a4af23df8a"
+ integrity sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==
+
+"@types/d3-polygon@*":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/d3-polygon/-/d3-polygon-3.0.2.tgz#dfae54a6d35d19e76ac9565bcb32a8e54693189c"
+ integrity sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==
+
+"@types/d3-quadtree@*":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/d3-quadtree/-/d3-quadtree-3.0.6.tgz#d4740b0fe35b1c58b66e1488f4e7ed02952f570f"
+ integrity sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==
+
+"@types/d3-random@*":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@types/d3-random/-/d3-random-3.0.3.tgz#ed995c71ecb15e0cd31e22d9d5d23942e3300cfb"
+ integrity sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==
+
+"@types/d3-scale-chromatic@*":
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz#dc6d4f9a98376f18ea50bad6c39537f1b5463c39"
+ integrity sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==
+
+"@types/d3-scale@*":
+ version "4.0.9"
+ resolved "https://registry.yarnpkg.com/@types/d3-scale/-/d3-scale-4.0.9.tgz#57a2f707242e6fe1de81ad7bfcccaaf606179afb"
+ integrity sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==
+ dependencies:
+ "@types/d3-time" "*"
+
+"@types/d3-selection@*":
+ version "3.0.11"
+ resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-3.0.11.tgz#bd7a45fc0a8c3167a631675e61bc2ca2b058d4a3"
+ integrity sha512-bhAXu23DJWsrI45xafYpkQ4NtcKMwWnAC/vKrd2l+nxMFuvOT3XMYTIj2opv8vq8AO5Yh7Qac/nSeP/3zjTK0w==
+
+"@types/d3-shape@*":
+ version "3.1.7"
+ resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-3.1.7.tgz#2b7b423dc2dfe69c8c93596e673e37443348c555"
+ integrity sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==
+ dependencies:
+ "@types/d3-path" "*"
+
+"@types/d3-time-format@*":
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@types/d3-time-format/-/d3-time-format-4.0.3.tgz#d6bc1e6b6a7db69cccfbbdd4c34b70632d9e9db2"
+ integrity sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==
+
+"@types/d3-time@*":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/d3-time/-/d3-time-3.0.4.tgz#8472feecd639691450dd8000eb33edd444e1323f"
+ integrity sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==
+
+"@types/d3-timer@*":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/d3-timer/-/d3-timer-3.0.2.tgz#70bbda77dc23aa727413e22e214afa3f0e852f70"
+ integrity sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==
+
+"@types/d3-transition@*":
+ version "3.0.9"
+ resolved "https://registry.yarnpkg.com/@types/d3-transition/-/d3-transition-3.0.9.tgz#1136bc57e9ddb3c390dccc9b5ff3b7d2b8d94706"
+ integrity sha512-uZS5shfxzO3rGlu0cC3bjmMFKsXv+SmZZcgp0KD22ts4uGXp5EVYGzu/0YdwZeKmddhcAccYtREJKkPfXkZuCg==
+ dependencies:
+ "@types/d3-selection" "*"
+
+"@types/d3-zoom@*":
+ version "3.0.8"
+ resolved "https://registry.yarnpkg.com/@types/d3-zoom/-/d3-zoom-3.0.8.tgz#dccb32d1c56b1e1c6e0f1180d994896f038bc40b"
+ integrity sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==
+ dependencies:
+ "@types/d3-interpolate" "*"
+ "@types/d3-selection" "*"
+
+"@types/d3@^7.4.3":
+ version "7.4.3"
+ resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.3.tgz#d4550a85d08f4978faf0a4c36b848c61eaac07e2"
+ integrity sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==
+ dependencies:
+ "@types/d3-array" "*"
+ "@types/d3-axis" "*"
+ "@types/d3-brush" "*"
+ "@types/d3-chord" "*"
+ "@types/d3-color" "*"
+ "@types/d3-contour" "*"
+ "@types/d3-delaunay" "*"
+ "@types/d3-dispatch" "*"
+ "@types/d3-drag" "*"
+ "@types/d3-dsv" "*"
+ "@types/d3-ease" "*"
+ "@types/d3-fetch" "*"
+ "@types/d3-force" "*"
+ "@types/d3-format" "*"
+ "@types/d3-geo" "*"
+ "@types/d3-hierarchy" "*"
+ "@types/d3-interpolate" "*"
+ "@types/d3-path" "*"
+ "@types/d3-polygon" "*"
+ "@types/d3-quadtree" "*"
+ "@types/d3-random" "*"
+ "@types/d3-scale" "*"
+ "@types/d3-scale-chromatic" "*"
+ "@types/d3-selection" "*"
+ "@types/d3-shape" "*"
+ "@types/d3-time" "*"
+ "@types/d3-time-format" "*"
+ "@types/d3-timer" "*"
+ "@types/d3-transition" "*"
+ "@types/d3-zoom" "*"
+
+"@types/debug@^4.0.0":
+ version "4.1.12"
+ resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917"
+ integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==
+ dependencies:
+ "@types/ms" "*"
+
+"@types/estree-jsx@^1.0.0":
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
+ integrity sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==
+ dependencies:
+ "@types/estree" "*"
+
+"@types/estree@*", "@types/estree@1.0.8", "@types/estree@^1.0.0":
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
+ integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
+
+"@types/fontkit@^2.0.8":
+ version "2.0.8"
+ resolved "https://registry.yarnpkg.com/@types/fontkit/-/fontkit-2.0.8.tgz#59725be650e68acbbff6df9f3fccbd54d9ef7f4c"
+ integrity sha512-wN+8bYxIpJf+5oZdrdtaX04qUuWHcKxcDEgRS9Qm9ZClSHjzEn13SxUC+5eRM+4yXIeTYk8mTzLAWGF64847ew==
+ dependencies:
+ "@types/node" "*"
+
+"@types/geojson@*":
+ version "7946.0.16"
+ resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.16.tgz#8ebe53d69efada7044454e3305c19017d97ced2a"
+ integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==
+
+"@types/hast@^3.0.0", "@types/hast@^3.0.4":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
+ integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
+ dependencies:
+ "@types/unist" "*"
+
+"@types/js-yaml@^4.0.9":
+ version "4.0.9"
+ resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.9.tgz#cd82382c4f902fed9691a2ed79ec68c5898af4c2"
+ integrity sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==
+
+"@types/mdast@^4.0.0", "@types/mdast@^4.0.4":
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
+ integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==
+ dependencies:
+ "@types/unist" "*"
+
+"@types/mdx@^2.0.0":
+ version "2.0.13"
+ resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.13.tgz#68f6877043d377092890ff5b298152b0a21671bd"
+ integrity sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==
+
+"@types/ms@*":
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
+ integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
+
+"@types/nlcst@^2.0.0":
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@types/nlcst/-/nlcst-2.0.3.tgz#31cad346eaab48a9a8a58465d3d05e2530dda762"
+ integrity sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA==
+ dependencies:
+ "@types/unist" "*"
+
+"@types/node@*":
+ version "24.10.1"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
+ integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
+ dependencies:
+ undici-types "~7.16.0"
+
+"@types/node@^17.0.5":
+ version "17.0.45"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
+ integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
+
+"@types/picomatch@^3.0.1":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@types/picomatch/-/picomatch-3.0.2.tgz#27edebec66726b2aabdca71338d129ffe9fffcf9"
+ integrity sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==
+
+"@types/sax@^1.2.1":
+ version "1.2.7"
+ resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.7.tgz#ba5fe7df9aa9c89b6dff7688a19023dd2963091d"
+ integrity sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A==
+ dependencies:
+ "@types/node" "*"
+
+"@types/trusted-types@^2.0.7":
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
+ integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
+
+"@types/unist@*", "@types/unist@^3.0.0":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
+ integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
+
+"@types/unist@^2.0.0":
+ version "2.0.11"
+ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
+ integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
+
+"@ungap/structured-clone@^1.0.0":
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
+ integrity sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==
+
+acorn-jsx@^5.0.0:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
+ integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
+
+acorn@^8.0.0, acorn@^8.15.0:
+ version "8.15.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
+ integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
+
+ansi-align@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59"
+ integrity sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==
+ dependencies:
+ string-width "^4.1.0"
+
+ansi-escapes@^7.0.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-7.2.0.tgz#31b25afa3edd3efc09d98c2fee831d460ff06b49"
+ integrity sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==
+ dependencies:
+ environment "^1.0.0"
+
+ansi-regex@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
+
+ansi-regex@^6.0.1:
+ version "6.2.2"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.2.tgz#60216eea464d864597ce2832000738a0589650c1"
+ integrity sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==
+
+ansi-styles@^6.2.1:
+ version "6.2.3"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041"
+ integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==
+
+anymatch@^3.1.3:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
+ integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
+ dependencies:
+ normalize-path "^3.0.0"
+ picomatch "^2.0.4"
+
+arg@^5.0.0:
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
+ integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
+
+argparse@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
+
+aria-query@^5.3.2:
+ version "5.3.2"
+ resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.3.2.tgz#93f81a43480e33a338f19163a3d10a50c01dcd59"
+ integrity sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==
+
+array-iterate@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24"
+ integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==
+
+astring@^1.8.0:
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef"
+ integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==
+
+astro-expressive-code@^0.41.1:
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/astro-expressive-code/-/astro-expressive-code-0.41.3.tgz#1751ffa19246c31aff31f543d7e23b53cb4c5c78"
+ integrity sha512-u+zHMqo/QNLE2eqYRCrK3+XMlKakv33Bzuz+56V1gs8H0y6TZ0hIi3VNbIxeTn51NLn+mJfUV/A0kMNfE4rANw==
+ dependencies:
+ rehype-expressive-code "^0.41.3"
+
+astro-mermaid@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/astro-mermaid/-/astro-mermaid-1.1.0.tgz#dabed812a444239a0b49c91a46ec217ec6e14358"
+ integrity sha512-eW5aqOISq2Uf8goCedSl12d0qy8y77A+jRwKxwYc7LvrEN9HiCQuwTGu3zQvi0mB4+ydwaueaYbFUFSCIs2jrA==
+ dependencies:
+ import-meta-resolve "^4.2.0"
+ mdast-util-to-string "^4.0.0"
+ unist-util-visit "^5.0.0"
+
+astro@^5.6.1:
+ version "5.15.5"
+ resolved "https://registry.yarnpkg.com/astro/-/astro-5.15.5.tgz#b8859795cee410764ae66311ddbbcf8b566fceaf"
+ integrity sha512-A56u4H6gFHEb0yRHcGTOADBb7jmEwfDjQpkqVV/Z+ZWlu6mYuwCrIcOUtZjNno0chrRKmOeZWDofW23ql18y3w==
+ dependencies:
+ "@astrojs/compiler" "^2.12.2"
+ "@astrojs/internal-helpers" "0.7.4"
+ "@astrojs/markdown-remark" "6.3.8"
+ "@astrojs/telemetry" "3.3.0"
+ "@capsizecss/unpack" "^3.0.0"
+ "@oslojs/encoding" "^1.1.0"
+ "@rollup/pluginutils" "^5.2.0"
+ acorn "^8.15.0"
+ aria-query "^5.3.2"
+ axobject-query "^4.1.0"
+ boxen "8.0.1"
+ ci-info "^4.3.0"
+ clsx "^2.1.1"
+ common-ancestor-path "^1.0.1"
+ cookie "^1.0.2"
+ cssesc "^3.0.0"
+ debug "^4.4.1"
+ deterministic-object-hash "^2.0.2"
+ devalue "^5.3.2"
+ diff "^5.2.0"
+ dlv "^1.1.3"
+ dset "^3.1.4"
+ es-module-lexer "^1.7.0"
+ esbuild "^0.25.0"
+ estree-walker "^3.0.3"
+ flattie "^1.1.1"
+ fontace "~0.3.0"
+ github-slugger "^2.0.0"
+ html-escaper "3.0.3"
+ http-cache-semantics "^4.2.0"
+ import-meta-resolve "^4.2.0"
+ js-yaml "^4.1.0"
+ magic-string "^0.30.18"
+ magicast "^0.3.5"
+ mrmime "^2.0.1"
+ neotraverse "^0.6.18"
+ p-limit "^6.2.0"
+ p-queue "^8.1.0"
+ package-manager-detector "^1.3.0"
+ picocolors "^1.1.1"
+ picomatch "^4.0.3"
+ prompts "^2.4.2"
+ rehype "^13.0.2"
+ semver "^7.7.2"
+ shiki "^3.12.0"
+ smol-toml "^1.4.2"
+ tinyexec "^1.0.1"
+ tinyglobby "^0.2.14"
+ tsconfck "^3.1.6"
+ ultrahtml "^1.6.0"
+ unifont "~0.6.0"
+ unist-util-visit "^5.0.0"
+ unstorage "^1.17.0"
+ vfile "^6.0.3"
+ vite "^6.4.1"
+ vitefu "^1.1.1"
+ xxhash-wasm "^1.1.0"
+ yargs-parser "^21.1.1"
+ yocto-spinner "^0.2.3"
+ zod "^3.25.76"
+ zod-to-json-schema "^3.24.6"
+ zod-to-ts "^1.2.0"
+ optionalDependencies:
+ sharp "^0.34.0"
+
+axobject-query@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-4.1.0.tgz#28768c76d0e3cff21bc62a9e2d0b6ac30042a1ee"
+ integrity sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==
+
+bail@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/bail/-/bail-2.0.2.tgz#d26f5cd8fe5d6f832a31517b9f7c356040ba6d5d"
+ integrity sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==
+
+balanced-match@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+ integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
+
+base-64@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/base-64/-/base-64-1.0.0.tgz#09d0f2084e32a3fd08c2475b973788eee6ae8f4a"
+ integrity sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==
+
+base64-js@^1.1.2, base64-js@^1.3.0:
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
+ integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
+
+bcp-47-match@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/bcp-47-match/-/bcp-47-match-2.0.3.tgz#603226f6e5d3914a581408be33b28a53144b09d0"
+ integrity sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==
+
+bcp-47@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/bcp-47/-/bcp-47-2.1.0.tgz#7e80734c3338fe8320894981dccf4968c3092df6"
+ integrity sha512-9IIS3UPrvIa1Ej+lVDdDwO7zLehjqsaByECw0bu2RRGP73jALm6FYbzI5gWbgHLvNdkvfXB5YrSbocZdOS0c0w==
+ dependencies:
+ is-alphabetical "^2.0.0"
+ is-alphanumerical "^2.0.0"
+ is-decimal "^2.0.0"
+
+boolbase@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
+ integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
+
+boxen@8.0.1:
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/boxen/-/boxen-8.0.1.tgz#7e9fcbb45e11a2d7e6daa8fdcebfc3242fc19fe3"
+ integrity sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw==
+ dependencies:
+ ansi-align "^3.0.1"
+ camelcase "^8.0.0"
+ chalk "^5.3.0"
+ cli-boxes "^3.0.0"
+ string-width "^7.2.0"
+ type-fest "^4.21.0"
+ widest-line "^5.0.0"
+ wrap-ansi "^9.0.0"
+
+brace-expansion@^1.1.7:
+ version "1.1.12"
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
+ integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
+ dependencies:
+ balanced-match "^1.0.0"
+ concat-map "0.0.1"
+
+brotli@^1.3.2:
+ version "1.3.3"
+ resolved "https://registry.yarnpkg.com/brotli/-/brotli-1.3.3.tgz#7365d8cc00f12cf765d2b2c898716bcf4b604d48"
+ integrity sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==
+ dependencies:
+ base64-js "^1.1.2"
+
+camelcase@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-8.0.0.tgz#c0d36d418753fb6ad9c5e0437579745c1c14a534"
+ integrity sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==
+
+ccount@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
+ integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
+
+chalk@^5.3.0:
+ version "5.6.2"
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
+ integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
+
+change-case@^5.4.4:
+ version "5.4.4"
+ resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
+ integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
+
+character-entities-html4@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-2.1.0.tgz#1f1adb940c971a4b22ba39ddca6b618dc6e56b2b"
+ integrity sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==
+
+character-entities-legacy@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz#76bc83a90738901d7bc223a9e93759fdd560125b"
+ integrity sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==
+
+character-entities@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-2.0.2.tgz#2d09c2e72cd9523076ccb21157dff66ad43fcc22"
+ integrity sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==
+
+character-reference-invalid@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz#85c66b041e43b47210faf401278abf808ac45cb9"
+ integrity sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==
+
+chevrotain-allstar@~0.3.0:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/chevrotain-allstar/-/chevrotain-allstar-0.3.1.tgz#b7412755f5d83cc139ab65810cdb00d8db40e6ca"
+ integrity sha512-b7g+y9A0v4mxCW1qUhf3BSVPg+/NvGErk/dOkrDaHA0nQIQGAtrOjlX//9OQtRlSCy+x9rfB5N8yC71lH1nvMw==
+ dependencies:
+ lodash-es "^4.17.21"
+
+chevrotain@~11.0.3:
+ version "11.0.3"
+ resolved "https://registry.yarnpkg.com/chevrotain/-/chevrotain-11.0.3.tgz#88ffc1fb4b5739c715807eaeedbbf200e202fc1b"
+ integrity sha512-ci2iJH6LeIkvP9eJW6gpueU8cnZhv85ELY8w8WiFtNjMHA5ad6pQLaJo9mEly/9qUyCpvqX8/POVUTf18/HFdw==
+ dependencies:
+ "@chevrotain/cst-dts-gen" "11.0.3"
+ "@chevrotain/gast" "11.0.3"
+ "@chevrotain/regexp-to-ast" "11.0.3"
+ "@chevrotain/types" "11.0.3"
+ "@chevrotain/utils" "11.0.3"
+ lodash-es "4.17.21"
+
+chokidar@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30"
+ integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==
+ dependencies:
+ readdirp "^4.0.1"
+
+ci-info@^4.2.0, ci-info@^4.3.0:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-4.3.1.tgz#355ad571920810b5623e11d40232f443f16f1daa"
+ integrity sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA==
+
+cli-boxes@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-3.0.0.tgz#71a10c716feeba005e4504f36329ef0b17cf3145"
+ integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
+
+clone@^2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f"
+ integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==
+
+clsx@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999"
+ integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==
+
+collapse-white-space@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-2.1.0.tgz#640257174f9f42c740b40f3b55ee752924feefca"
+ integrity sha512-loKTxY1zCOuG4j9f6EPnuyyYkf58RnhhWTvRoZEokgB+WbdXehfjFviyOVYkqzEWz1Q5kRiZdBYS5SwxbQYwzw==
+
+comma-separated-tokens@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz#4e89c9458acb61bc8fef19f4529973b2392839ee"
+ integrity sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==
+
+commander@7:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
+ integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
+
+commander@^8.3.0:
+ version "8.3.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66"
+ integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==
+
+common-ancestor-path@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
+ integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
+
+concat-map@0.0.1:
+ version "0.0.1"
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+ integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
+
+confbox@^0.1.8:
+ version "0.1.8"
+ resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.8.tgz#820d73d3b3c82d9bd910652c5d4d599ef8ff8b06"
+ integrity sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==
+
+confbox@^0.2.2:
+ version "0.2.2"
+ resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.2.2.tgz#8652f53961c74d9e081784beed78555974a9c110"
+ integrity sha512-1NB+BKqhtNipMsov4xI/NnhCKp9XG9NamYp5PVm9klAT0fsrNPjaFICsCFhNhwZJKNh7zB/3q8qXz0E9oaMNtQ==
+
+cookie-es@^1.2.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/cookie-es/-/cookie-es-1.2.2.tgz#18ceef9eb513cac1cb6c14bcbf8bdb2679b34821"
+ integrity sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==
+
+cookie@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/cookie/-/cookie-1.0.2.tgz#27360701532116bd3f1f9416929d176afe1e4610"
+ integrity sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==
+
+cose-base@^1.0.0:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/cose-base/-/cose-base-1.0.3.tgz#650334b41b869578a543358b80cda7e0abe0a60a"
+ integrity sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==
+ dependencies:
+ layout-base "^1.0.0"
+
+cose-base@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/cose-base/-/cose-base-2.2.0.tgz#1c395c35b6e10bb83f9769ca8b817d614add5c01"
+ integrity sha512-AzlgcsCbUMymkADOJtQm3wO9S3ltPfYOFD5033keQn9NJzIbtnZj+UdBJe7DYml/8TdbtHJW3j58SOnKhWY/5g==
+ dependencies:
+ layout-base "^2.0.0"
+
+crossws@^0.3.5:
+ version "0.3.5"
+ resolved "https://registry.yarnpkg.com/crossws/-/crossws-0.3.5.tgz#daad331d44148ea6500098bc858869f3a5ab81a6"
+ integrity sha512-ojKiDvcmByhwa8YYqbQI/hg7MEU0NC03+pSdEq4ZUnZR9xXpwk7E43SMNGkn+JxJGPFtNvQ48+vV2p+P1ml5PA==
+ dependencies:
+ uncrypto "^0.1.3"
+
+css-selector-parser@^3.0.0:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/css-selector-parser/-/css-selector-parser-3.1.3.tgz#fb1ba303cfa00e0a7b7a49ede46c12e1b87a081f"
+ integrity sha512-gJMigczVZqYAk0hPVzx/M4Hm1D9QOtqkdQk9005TNzDIUGzo5cnHEDiKUT7jGPximL/oYb+LIitcHFQ4aKupxg==
+
+css-tree@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-3.1.0.tgz#7aabc035f4e66b5c86f54570d55e05b1346eb0fd"
+ integrity sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==
+ dependencies:
+ mdn-data "2.12.2"
+ source-map-js "^1.0.1"
+
+cssesc@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
+ integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
+
+cytoscape-cose-bilkent@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/cytoscape-cose-bilkent/-/cytoscape-cose-bilkent-4.1.0.tgz#762fa121df9930ffeb51a495d87917c570ac209b"
+ integrity sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==
+ dependencies:
+ cose-base "^1.0.0"
+
+cytoscape-fcose@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/cytoscape-fcose/-/cytoscape-fcose-2.2.0.tgz#e4d6f6490df4fab58ae9cea9e5c3ab8d7472f471"
+ integrity sha512-ki1/VuRIHFCzxWNrsshHYPs6L7TvLu3DL+TyIGEsRcvVERmxokbf5Gdk7mFxZnTdiGtnA4cfSmjZJMviqSuZrQ==
+ dependencies:
+ cose-base "^2.2.0"
+
+cytoscape@^3.29.3:
+ version "3.33.1"
+ resolved "https://registry.yarnpkg.com/cytoscape/-/cytoscape-3.33.1.tgz#449e05d104b760af2912ab76482d24c01cdd4c97"
+ integrity sha512-iJc4TwyANnOGR1OmWhsS9ayRS3s+XQ185FmuHObThD+5AeJCakAAbWv8KimMTt08xCCLNgneQwFp+JRJOr9qGQ==
+
+"d3-array@1 - 2":
+ version "2.12.1"
+ resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-2.12.1.tgz#e20b41aafcdffdf5d50928004ececf815a465e81"
+ integrity sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==
+ dependencies:
+ internmap "^1.0.0"
+
+"d3-array@2 - 3", "d3-array@2.10.0 - 3", "d3-array@2.5.0 - 3", d3-array@3, d3-array@^3.2.0:
+ version "3.2.4"
+ resolved "https://registry.yarnpkg.com/d3-array/-/d3-array-3.2.4.tgz#15fec33b237f97ac5d7c986dc77da273a8ed0bb5"
+ integrity sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==
+ dependencies:
+ internmap "1 - 2"
+
+d3-axis@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-axis/-/d3-axis-3.0.0.tgz#c42a4a13e8131d637b745fc2973824cfeaf93322"
+ integrity sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==
+
+d3-brush@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-brush/-/d3-brush-3.0.0.tgz#6f767c4ed8dcb79de7ede3e1c0f89e63ef64d31c"
+ integrity sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==
+ dependencies:
+ d3-dispatch "1 - 3"
+ d3-drag "2 - 3"
+ d3-interpolate "1 - 3"
+ d3-selection "3"
+ d3-transition "3"
+
+d3-chord@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-chord/-/d3-chord-3.0.1.tgz#d156d61f485fce8327e6abf339cb41d8cbba6966"
+ integrity sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==
+ dependencies:
+ d3-path "1 - 3"
+
+"d3-color@1 - 3", d3-color@3:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2"
+ integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==
+
+d3-contour@4:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/d3-contour/-/d3-contour-4.0.2.tgz#bb92063bc8c5663acb2422f99c73cbb6c6ae3bcc"
+ integrity sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==
+ dependencies:
+ d3-array "^3.2.0"
+
+d3-delaunay@6:
+ version "6.0.4"
+ resolved "https://registry.yarnpkg.com/d3-delaunay/-/d3-delaunay-6.0.4.tgz#98169038733a0a5babbeda55054f795bb9e4a58b"
+ integrity sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==
+ dependencies:
+ delaunator "5"
+
+"d3-dispatch@1 - 3", d3-dispatch@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz#5fc75284e9c2375c36c839411a0cf550cbfc4d5e"
+ integrity sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==
+
+"d3-drag@2 - 3", d3-drag@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-3.0.0.tgz#994aae9cd23c719f53b5e10e3a0a6108c69607ba"
+ integrity sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==
+ dependencies:
+ d3-dispatch "1 - 3"
+ d3-selection "3"
+
+"d3-dsv@1 - 3", d3-dsv@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-dsv/-/d3-dsv-3.0.1.tgz#c63af978f4d6a0d084a52a673922be2160789b73"
+ integrity sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==
+ dependencies:
+ commander "7"
+ iconv-lite "0.6"
+ rw "1"
+
+"d3-ease@1 - 3", d3-ease@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-3.0.1.tgz#9658ac38a2140d59d346160f1f6c30fda0bd12f4"
+ integrity sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==
+
+d3-fetch@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-fetch/-/d3-fetch-3.0.1.tgz#83141bff9856a0edb5e38de89cdcfe63d0a60a22"
+ integrity sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==
+ dependencies:
+ d3-dsv "1 - 3"
+
+d3-force@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-force/-/d3-force-3.0.0.tgz#3e2ba1a61e70888fe3d9194e30d6d14eece155c4"
+ integrity sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==
+ dependencies:
+ d3-dispatch "1 - 3"
+ d3-quadtree "1 - 3"
+ d3-timer "1 - 3"
+
+"d3-format@1 - 3", d3-format@3:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-3.1.0.tgz#9260e23a28ea5cb109e93b21a06e24e2ebd55641"
+ integrity sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==
+
+d3-geo@3:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/d3-geo/-/d3-geo-3.1.1.tgz#6027cf51246f9b2ebd64f99e01dc7c3364033a4d"
+ integrity sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==
+ dependencies:
+ d3-array "2.5.0 - 3"
+
+d3-hierarchy@3:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz#b01cd42c1eed3d46db77a5966cf726f8c09160c6"
+ integrity sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==
+
+"d3-interpolate@1 - 3", "d3-interpolate@1.2.0 - 3", d3-interpolate@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz#3c47aa5b32c5b3dfb56ef3fd4342078a632b400d"
+ integrity sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==
+ dependencies:
+ d3-color "1 - 3"
+
+d3-path@1:
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-1.0.9.tgz#48c050bb1fe8c262493a8caf5524e3e9591701cf"
+ integrity sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==
+
+"d3-path@1 - 3", d3-path@3, d3-path@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/d3-path/-/d3-path-3.1.0.tgz#22df939032fb5a71ae8b1800d61ddb7851c42526"
+ integrity sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==
+
+d3-polygon@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-polygon/-/d3-polygon-3.0.1.tgz#0b45d3dd1c48a29c8e057e6135693ec80bf16398"
+ integrity sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==
+
+"d3-quadtree@1 - 3", d3-quadtree@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-quadtree/-/d3-quadtree-3.0.1.tgz#6dca3e8be2b393c9a9d514dabbd80a92deef1a4f"
+ integrity sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==
+
+d3-random@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-random/-/d3-random-3.0.1.tgz#d4926378d333d9c0bfd1e6fa0194d30aebaa20f4"
+ integrity sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==
+
+d3-sankey@^0.12.3:
+ version "0.12.3"
+ resolved "https://registry.yarnpkg.com/d3-sankey/-/d3-sankey-0.12.3.tgz#b3c268627bd72e5d80336e8de6acbfec9d15d01d"
+ integrity sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==
+ dependencies:
+ d3-array "1 - 2"
+ d3-shape "^1.2.0"
+
+d3-scale-chromatic@3:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz#34c39da298b23c20e02f1a4b239bd0f22e7f1314"
+ integrity sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==
+ dependencies:
+ d3-color "1 - 3"
+ d3-interpolate "1 - 3"
+
+d3-scale@4:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/d3-scale/-/d3-scale-4.0.2.tgz#82b38e8e8ff7080764f8dcec77bd4be393689396"
+ integrity sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==
+ dependencies:
+ d3-array "2.10.0 - 3"
+ d3-format "1 - 3"
+ d3-interpolate "1.2.0 - 3"
+ d3-time "2.1.1 - 3"
+ d3-time-format "2 - 4"
+
+"d3-selection@2 - 3", d3-selection@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31"
+ integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
+
+d3-shape@3:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-3.2.0.tgz#a1a839cbd9ba45f28674c69d7f855bcf91dfc6a5"
+ integrity sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==
+ dependencies:
+ d3-path "^3.1.0"
+
+d3-shape@^1.2.0:
+ version "1.3.7"
+ resolved "https://registry.yarnpkg.com/d3-shape/-/d3-shape-1.3.7.tgz#df63801be07bc986bc54f63789b4fe502992b5d7"
+ integrity sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==
+ dependencies:
+ d3-path "1"
+
+"d3-time-format@2 - 4", d3-time-format@4:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/d3-time-format/-/d3-time-format-4.1.0.tgz#7ab5257a5041d11ecb4fe70a5c7d16a195bb408a"
+ integrity sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==
+ dependencies:
+ d3-time "1 - 3"
+
+"d3-time@1 - 3", "d3-time@2.1.1 - 3", d3-time@3:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/d3-time/-/d3-time-3.1.0.tgz#9310db56e992e3c0175e1ef385e545e48a9bb5c7"
+ integrity sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==
+ dependencies:
+ d3-array "2 - 3"
+
+"d3-timer@1 - 3", d3-timer@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-3.0.1.tgz#6284d2a2708285b1abb7e201eda4380af35e63b0"
+ integrity sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==
+
+"d3-transition@2 - 3", d3-transition@3:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-3.0.1.tgz#6869fdde1448868077fdd5989200cb61b2a1645f"
+ integrity sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==
+ dependencies:
+ d3-color "1 - 3"
+ d3-dispatch "1 - 3"
+ d3-ease "1 - 3"
+ d3-interpolate "1 - 3"
+ d3-timer "1 - 3"
+
+d3-zoom@3:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-3.0.0.tgz#d13f4165c73217ffeaa54295cd6969b3e7aee8f3"
+ integrity sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==
+ dependencies:
+ d3-dispatch "1 - 3"
+ d3-drag "2 - 3"
+ d3-interpolate "1 - 3"
+ d3-selection "2 - 3"
+ d3-transition "2 - 3"
+
+d3@^7.9.0:
+ version "7.9.0"
+ resolved "https://registry.yarnpkg.com/d3/-/d3-7.9.0.tgz#579e7acb3d749caf8860bd1741ae8d371070cd5d"
+ integrity sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==
+ dependencies:
+ d3-array "3"
+ d3-axis "3"
+ d3-brush "3"
+ d3-chord "3"
+ d3-color "3"
+ d3-contour "4"
+ d3-delaunay "6"
+ d3-dispatch "3"
+ d3-drag "3"
+ d3-dsv "3"
+ d3-ease "3"
+ d3-fetch "3"
+ d3-force "3"
+ d3-format "3"
+ d3-geo "3"
+ d3-hierarchy "3"
+ d3-interpolate "3"
+ d3-path "3"
+ d3-polygon "3"
+ d3-quadtree "3"
+ d3-random "3"
+ d3-scale "4"
+ d3-scale-chromatic "3"
+ d3-selection "3"
+ d3-shape "3"
+ d3-time "3"
+ d3-time-format "4"
+ d3-timer "3"
+ d3-transition "3"
+ d3-zoom "3"
+
+dagre-d3-es@7.0.13:
+ version "7.0.13"
+ resolved "https://registry.yarnpkg.com/dagre-d3-es/-/dagre-d3-es-7.0.13.tgz#acfb4b449f6dcdd48d8ea8081a6d8c59bc8128c3"
+ integrity sha512-efEhnxpSuwpYOKRm/L5KbqoZmNNukHa/Flty4Wp62JRvgH2ojwVgPgdYyr4twpieZnyRDdIH7PY2mopX26+j2Q==
+ dependencies:
+ d3 "^7.9.0"
+ lodash-es "^4.17.21"
+
+dayjs@^1.11.18:
+ version "1.11.19"
+ resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.19.tgz#15dc98e854bb43917f12021806af897c58ae2938"
+ integrity sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==
+
+debug@^4.0.0, debug@^4.3.4, debug@^4.4.0, debug@^4.4.1:
+ version "4.4.3"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
+ integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
+ dependencies:
+ ms "^2.1.3"
+
+decode-named-character-reference@^1.0.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/decode-named-character-reference/-/decode-named-character-reference-1.2.0.tgz#25c32ae6dd5e21889549d40f676030e9514cc0ed"
+ integrity sha512-c6fcElNV6ShtZXmsgNgFFV5tVX2PaV4g+MOAkb8eXHvn6sryJBrZa9r0zV6+dtTyoCKxtDy5tyQ5ZwQuidtd+Q==
+ dependencies:
+ character-entities "^2.0.0"
+
+defu@^6.1.4:
+ version "6.1.4"
+ resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479"
+ integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==
+
+delaunator@5:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/delaunator/-/delaunator-5.0.1.tgz#39032b08053923e924d6094fe2cde1a99cc51278"
+ integrity sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==
+ dependencies:
+ robust-predicates "^3.0.2"
+
+dequal@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be"
+ integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==
+
+destr@^2.0.5:
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/destr/-/destr-2.0.5.tgz#7d112ff1b925fb8d2079fac5bdb4a90973b51fdb"
+ integrity sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==
+
+detect-libc@^2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad"
+ integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==
+
+deterministic-object-hash@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/deterministic-object-hash/-/deterministic-object-hash-2.0.2.tgz#b251ddc801443905f0e9fef08816a46bc9fe3807"
+ integrity sha512-KxektNH63SrbfUyDiwXqRb1rLwKt33AmMv+5Nhsw1kqZ13SJBRTgZHtGbE+hH3a1mVW1cz+4pqSWVPAtLVXTzQ==
+ dependencies:
+ base-64 "^1.0.0"
+
+devalue@^5.3.2:
+ version "5.4.2"
+ resolved "https://registry.yarnpkg.com/devalue/-/devalue-5.4.2.tgz#d002d836f9e92fc0c3bd9b76ea69129cbf99dca7"
+ integrity sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==
+
+devlop@^1.0.0, devlop@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/devlop/-/devlop-1.1.0.tgz#4db7c2ca4dc6e0e834c30be70c94bbc976dc7018"
+ integrity sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==
+ dependencies:
+ dequal "^2.0.0"
+
+dfa@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/dfa/-/dfa-1.2.0.tgz#96ac3204e2d29c49ea5b57af8d92c2ae12790657"
+ integrity sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==
+
+diff@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
+ integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
+
+direction@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/direction/-/direction-2.0.1.tgz#71800dd3c4fa102406502905d3866e65bdebb985"
+ integrity sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==
+
+dlv@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79"
+ integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==
+
+dompurify@^3.2.5:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.0.tgz#aaaadbb83d87e1c2fbb066452416359e5b62ec97"
+ integrity sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==
+ optionalDependencies:
+ "@types/trusted-types" "^2.0.7"
+
+dset@^3.1.4:
+ version "3.1.4"
+ resolved "https://registry.yarnpkg.com/dset/-/dset-3.1.4.tgz#f8eaf5f023f068a036d08cd07dc9ffb7d0065248"
+ integrity sha512-2QF/g9/zTaPDc3BjNcVTGoBbXBgYfMTTceLaYcFJ/W9kggFUkhxD/hMEeuLKbugyef9SqAx8cpgwlIP/jinUTA==
+
+emoji-regex@^10.3.0:
+ version "10.6.0"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.6.0.tgz#bf3d6e8f7f8fd22a65d9703475bc0147357a6b0d"
+ integrity sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==
+
+emoji-regex@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
+ integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
+
+entities@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
+ integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
+
+environment@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
+ integrity sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==
+
+es-module-lexer@^1.7.0:
+ version "1.7.0"
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.7.0.tgz#9159601561880a85f2734560a9099b2c31e5372a"
+ integrity sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==
+
+esast-util-from-estree@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/esast-util-from-estree/-/esast-util-from-estree-2.0.0.tgz#8d1cfb51ad534d2f159dc250e604f3478a79f1ad"
+ integrity sha512-4CyanoAudUSBAn5K13H4JhsMH6L9ZP7XbLVe/dKybkxMO7eDyLsT8UHl9TRNrU2Gr9nz+FovfSIjuXWJ81uVwQ==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ devlop "^1.0.0"
+ estree-util-visit "^2.0.0"
+ unist-util-position-from-estree "^2.0.0"
+
+esast-util-from-js@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/esast-util-from-js/-/esast-util-from-js-2.0.1.tgz#5147bec34cc9da44accf52f87f239a40ac3e8225"
+ integrity sha512-8Ja+rNJ0Lt56Pcf3TAmpBZjmx8ZcK5Ts4cAzIOjsjevg9oSXJnl6SUQ2EevU8tv3h6ZLWmoKL5H4fgWvdvfETw==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ acorn "^8.0.0"
+ esast-util-from-estree "^2.0.0"
+ vfile-message "^4.0.0"
+
+esbuild@^0.25.0:
+ version "0.25.12"
+ resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.25.12.tgz#97a1d041f4ab00c2fce2f838d2b9969a2d2a97a5"
+ integrity sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==
+ optionalDependencies:
+ "@esbuild/aix-ppc64" "0.25.12"
+ "@esbuild/android-arm" "0.25.12"
+ "@esbuild/android-arm64" "0.25.12"
+ "@esbuild/android-x64" "0.25.12"
+ "@esbuild/darwin-arm64" "0.25.12"
+ "@esbuild/darwin-x64" "0.25.12"
+ "@esbuild/freebsd-arm64" "0.25.12"
+ "@esbuild/freebsd-x64" "0.25.12"
+ "@esbuild/linux-arm" "0.25.12"
+ "@esbuild/linux-arm64" "0.25.12"
+ "@esbuild/linux-ia32" "0.25.12"
+ "@esbuild/linux-loong64" "0.25.12"
+ "@esbuild/linux-mips64el" "0.25.12"
+ "@esbuild/linux-ppc64" "0.25.12"
+ "@esbuild/linux-riscv64" "0.25.12"
+ "@esbuild/linux-s390x" "0.25.12"
+ "@esbuild/linux-x64" "0.25.12"
+ "@esbuild/netbsd-arm64" "0.25.12"
+ "@esbuild/netbsd-x64" "0.25.12"
+ "@esbuild/openbsd-arm64" "0.25.12"
+ "@esbuild/openbsd-x64" "0.25.12"
+ "@esbuild/openharmony-arm64" "0.25.12"
+ "@esbuild/sunos-x64" "0.25.12"
+ "@esbuild/win32-arm64" "0.25.12"
+ "@esbuild/win32-ia32" "0.25.12"
+ "@esbuild/win32-x64" "0.25.12"
+
+escape-string-regexp@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
+ integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
+
+estree-util-attach-comments@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/estree-util-attach-comments/-/estree-util-attach-comments-3.0.0.tgz#344bde6a64c8a31d15231e5ee9e297566a691c2d"
+ integrity sha512-cKUwm/HUcTDsYh/9FgnuFqpfquUbwIqwKM26BVCGDPVgvaCl/nDCCjUfiLlx6lsEZ3Z4RFxNbOQ60pkaEwFxGw==
+ dependencies:
+ "@types/estree" "^1.0.0"
+
+estree-util-build-jsx@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/estree-util-build-jsx/-/estree-util-build-jsx-3.0.1.tgz#b6d0bced1dcc4f06f25cf0ceda2b2dcaf98168f1"
+ integrity sha512-8U5eiL6BTrPxp/CHbs2yMgP8ftMhR5ww1eIKoWRMlqvltHF8fZn5LRDvTKuxD3DUn+shRbLGqXemcP51oFCsGQ==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ devlop "^1.0.0"
+ estree-util-is-identifier-name "^3.0.0"
+ estree-walker "^3.0.0"
+
+estree-util-is-identifier-name@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/estree-util-is-identifier-name/-/estree-util-is-identifier-name-3.0.0.tgz#0b5ef4c4ff13508b34dcd01ecfa945f61fce5dbd"
+ integrity sha512-hFtqIDZTIUZ9BXLb8y4pYGyk6+wekIivNVTcmvk8NoOh+VeRn5y6cEHzbURrWbfp1fIqdVipilzj+lfaadNZmg==
+
+estree-util-scope@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/estree-util-scope/-/estree-util-scope-1.0.0.tgz#9cbdfc77f5cb51e3d9ed4ad9c4adbff22d43e585"
+ integrity sha512-2CAASclonf+JFWBNJPndcOpA8EMJwa0Q8LUFJEKqXLW6+qBvbFZuF5gItbQOs/umBUkjviCSDCbBwU2cXbmrhQ==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ devlop "^1.0.0"
+
+estree-util-to-js@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/estree-util-to-js/-/estree-util-to-js-2.0.0.tgz#10a6fb924814e6abb62becf0d2bc4dea51d04f17"
+ integrity sha512-WDF+xj5rRWmD5tj6bIqRi6CkLIXbbNQUcxQHzGysQzvHmdYG2G7p/Tf0J0gpxGgkeMZNTIjT/AoSvC9Xehcgdg==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ astring "^1.8.0"
+ source-map "^0.7.0"
+
+estree-util-visit@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/estree-util-visit/-/estree-util-visit-2.0.0.tgz#13a9a9f40ff50ed0c022f831ddf4b58d05446feb"
+ integrity sha512-m5KgiH85xAhhW8Wta0vShLcUvOsh3LLPI2YVwcbio1l7E09NTLL1EyMZFM1OyWowoH0skScNbhOPl4kcBgzTww==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ "@types/unist" "^3.0.0"
+
+estree-walker@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
+ integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
+
+estree-walker@^3.0.0, estree-walker@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-3.0.3.tgz#67c3e549ec402a487b4fc193d1953a524752340d"
+ integrity sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==
+ dependencies:
+ "@types/estree" "^1.0.0"
+
+eventemitter3@^4.0.4:
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
+ integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
+
+eventemitter3@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-5.0.1.tgz#53f5ffd0a492ac800721bb42c66b841de96423c4"
+ integrity sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==
+
+expressive-code@^0.41.3:
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/expressive-code/-/expressive-code-0.41.3.tgz#b54fa23c8776b9db57ced80e4172169c5af74627"
+ integrity sha512-YLnD62jfgBZYrXIPQcJ0a51Afv9h8VlWqEGK9uU2T5nL/5rb8SnA86+7+mgCZe5D34Tff5RNEA5hjNVJYHzrFg==
+ dependencies:
+ "@expressive-code/core" "^0.41.3"
+ "@expressive-code/plugin-frames" "^0.41.3"
+ "@expressive-code/plugin-shiki" "^0.41.3"
+ "@expressive-code/plugin-text-markers" "^0.41.3"
+
+exsolve@^1.0.7:
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/exsolve/-/exsolve-1.0.8.tgz#7f5e34da61cd1116deda5136e62292c096f50613"
+ integrity sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==
+
+extend@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
+ integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
+
+fast-deep-equal@^3.1.3:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
+ integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
+
+fdir@^6.4.4, fdir@^6.5.0:
+ version "6.5.0"
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
+ integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
+
+flat-cache@^3.0.4:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee"
+ integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==
+ dependencies:
+ flatted "^3.2.9"
+ keyv "^4.5.3"
+ rimraf "^3.0.2"
+
+flatted@^3.2.9:
+ version "3.3.3"
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
+ integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
+
+flattie@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/flattie/-/flattie-1.1.1.tgz#88182235723113667d36217fec55359275d6fe3d"
+ integrity sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ==
+
+fontace@~0.3.0:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/fontace/-/fontace-0.3.1.tgz#2325007b9784695103e630f865b3ac8d771547c8"
+ integrity sha512-9f5g4feWT1jWT8+SbL85aLIRLIXUaDygaM2xPXRmzPYxrOMNok79Lr3FGJoKVNKibE0WCunNiEVG2mwuE+2qEg==
+ dependencies:
+ "@types/fontkit" "^2.0.8"
+ fontkit "^2.0.4"
+
+fontkit@^2.0.2, fontkit@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/fontkit/-/fontkit-2.0.4.tgz#4765d664c68b49b5d6feb6bd1051ee49d8ec5ab0"
+ integrity sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==
+ dependencies:
+ "@swc/helpers" "^0.5.12"
+ brotli "^1.3.2"
+ clone "^2.1.2"
+ dfa "^1.2.0"
+ fast-deep-equal "^3.1.3"
+ restructure "^3.0.0"
+ tiny-inflate "^1.0.3"
+ unicode-properties "^1.4.0"
+ unicode-trie "^2.0.0"
+
+fs.realpath@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
+
+fsevents@~2.3.2, fsevents@~2.3.3:
+ version "2.3.3"
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
+
+get-east-asian-width@^1.0.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz#9bc4caa131702b4b61729cb7e42735bc550c9ee6"
+ integrity sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==
+
+github-slugger@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-2.0.0.tgz#52cf2f9279a21eb6c59dd385b410f0c0adda8f1a"
+ integrity sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==
+
+glob@^7.1.3:
+ version "7.2.3"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
+ integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
+ dependencies:
+ fs.realpath "^1.0.0"
+ inflight "^1.0.4"
+ inherits "2"
+ minimatch "^3.1.1"
+ once "^1.3.0"
+ path-is-absolute "^1.0.0"
+
+globals@^15.15.0:
+ version "15.15.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
+ integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
+
+h3@^1.15.4:
+ version "1.15.4"
+ resolved "https://registry.yarnpkg.com/h3/-/h3-1.15.4.tgz#022ab3563bbaf2108c25375c40460f3e54a5fe02"
+ integrity sha512-z5cFQWDffyOe4vQ9xIqNfCZdV4p//vy6fBnr8Q1AWnVZ0teurKMG66rLj++TKwKPUP3u7iMUvrvKaEUiQw2QWQ==
+ dependencies:
+ cookie-es "^1.2.2"
+ crossws "^0.3.5"
+ defu "^6.1.4"
+ destr "^2.0.5"
+ iron-webcrypto "^1.2.1"
+ node-mock-http "^1.0.2"
+ radix3 "^1.1.2"
+ ufo "^1.6.1"
+ uncrypto "^0.1.3"
+
+hachure-fill@^0.5.2:
+ version "0.5.2"
+ resolved "https://registry.yarnpkg.com/hachure-fill/-/hachure-fill-0.5.2.tgz#d19bc4cc8750a5962b47fb1300557a85fcf934cc"
+ integrity sha512-3GKBOn+m2LX9iq+JC1064cSFprJY4jL1jCXTcpnfER5HYE2l/4EfWSGzkPa/ZDBmYI0ZOEj5VHV/eKnPGkHuOg==
+
+has-flag@^5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-5.0.1.tgz#5483db2ae02a472d1d0691462fc587d1843cd940"
+ integrity sha512-CsNUt5x9LUdx6hnk/E2SZLsDyvfqANZSUq4+D3D8RzDJ2M+HDTIkF60ibS1vHaK55vzgiZw1bEPFG9yH7l33wA==
+
+hast-util-embedded@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-embedded/-/hast-util-embedded-3.0.0.tgz#be4477780fbbe079cdba22982e357a0de4ba853e"
+ integrity sha512-naH8sld4Pe2ep03qqULEtvYr7EjrLK2QHY8KJR6RJkTUjPGObe1vnx585uzem2hGra+s1q08DZZpfgDVYRbaXA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-is-element "^3.0.0"
+
+hast-util-format@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/hast-util-format/-/hast-util-format-1.1.0.tgz#373e77382e07deb04f6676f1b4437e7d8549d985"
+ integrity sha512-yY1UDz6bC9rDvCWHpx12aIBGRG7krurX0p0Fm6pT547LwDIZZiNr8a+IHDogorAdreULSEzP82Nlv5SZkHZcjA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-embedded "^3.0.0"
+ hast-util-minify-whitespace "^1.0.0"
+ hast-util-phrasing "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ html-whitespace-sensitive-tag-names "^3.0.0"
+ unist-util-visit-parents "^6.0.0"
+
+hast-util-from-html@^2.0.0, hast-util-from-html@^2.0.1, hast-util-from-html@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/hast-util-from-html/-/hast-util-from-html-2.0.3.tgz#485c74785358beb80c4ba6346299311ac4c49c82"
+ integrity sha512-CUSRHXyKjzHov8yKsQjGOElXy/3EKpyX56ELnkHH34vDVw1N1XSQ1ZcAvTyAPtGqLTuKP/uxM+aLkSPqF/EtMw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ devlop "^1.1.0"
+ hast-util-from-parse5 "^8.0.0"
+ parse5 "^7.0.0"
+ vfile "^6.0.0"
+ vfile-message "^4.0.0"
+
+hast-util-from-parse5@^8.0.0:
+ version "8.0.3"
+ resolved "https://registry.yarnpkg.com/hast-util-from-parse5/-/hast-util-from-parse5-8.0.3.tgz#830a35022fff28c3fea3697a98c2f4cc6b835a2e"
+ integrity sha512-3kxEVkEKt0zvcZ3hCRYI8rqrgwtlIOFMWkbclACvjlDw8Li9S2hk/d51OI0nr/gIpdMHNepwgOKqZ/sy0Clpyg==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ devlop "^1.0.0"
+ hastscript "^9.0.0"
+ property-information "^7.0.0"
+ vfile "^6.0.0"
+ vfile-location "^5.0.0"
+ web-namespaces "^2.0.0"
+
+hast-util-has-property@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-has-property/-/hast-util-has-property-3.0.0.tgz#4e595e3cddb8ce530ea92f6fc4111a818d8e7f93"
+ integrity sha512-MNilsvEKLFpV604hwfhVStK0usFY/QmM5zX16bo7EjnAEGofr5YyI37kzopBlZJkHD4t887i+q/C8/tr5Q94cA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-is-body-ok-link@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/hast-util-is-body-ok-link/-/hast-util-is-body-ok-link-3.0.1.tgz#ef63cb2f14f04ecf775139cd92bda5026380d8b4"
+ integrity sha512-0qpnzOBLztXHbHQenVB8uNuxTnm/QBFUOmdOSsEn7GnBtyY07+ENTWVFBAnXd/zEgd9/SUG3lRY7hSIBWRgGpQ==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-is-element@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-3.0.0.tgz#6e31a6532c217e5b533848c7e52c9d9369ca0932"
+ integrity sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-minify-whitespace@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/hast-util-minify-whitespace/-/hast-util-minify-whitespace-1.0.1.tgz#7588fd1a53f48f1d30406b81959dffc3650daf55"
+ integrity sha512-L96fPOVpnclQE0xzdWb/D12VT5FabA7SnZOUMtL1DbXmYiHJMXZvFkIZfiMmTCNJHUeO2K9UYNXoVyfz+QHuOw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-embedded "^3.0.0"
+ hast-util-is-element "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ unist-util-is "^6.0.0"
+
+hast-util-parse-selector@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz#352879fa86e25616036037dd8931fb5f34cb4a27"
+ integrity sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-phrasing@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/hast-util-phrasing/-/hast-util-phrasing-3.0.1.tgz#fa284c0cd4a82a0dd6020de8300a7b1ebffa1690"
+ integrity sha512-6h60VfI3uBQUxHqTyMymMZnEbNl1XmEGtOxxKYL7stY2o601COo62AWAYBQR9lZbYXYSBoxag8UpPRXK+9fqSQ==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-embedded "^3.0.0"
+ hast-util-has-property "^3.0.0"
+ hast-util-is-body-ok-link "^3.0.0"
+ hast-util-is-element "^3.0.0"
+
+hast-util-raw@^9.0.0:
+ version "9.1.0"
+ resolved "https://registry.yarnpkg.com/hast-util-raw/-/hast-util-raw-9.1.0.tgz#79b66b26f6f68fb50dfb4716b2cdca90d92adf2e"
+ integrity sha512-Y8/SBAHkZGoNkpzqqfCldijcuUKh7/su31kEBp67cFY09Wy0mTRgtsLYsiIxMJxlu0f6AA5SUTbDR8K0rxnbUw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ "@ungap/structured-clone" "^1.0.0"
+ hast-util-from-parse5 "^8.0.0"
+ hast-util-to-parse5 "^8.0.0"
+ html-void-elements "^3.0.0"
+ mdast-util-to-hast "^13.0.0"
+ parse5 "^7.0.0"
+ unist-util-position "^5.0.0"
+ unist-util-visit "^5.0.0"
+ vfile "^6.0.0"
+ web-namespaces "^2.0.0"
+ zwitch "^2.0.0"
+
+hast-util-select@^6.0.2:
+ version "6.0.4"
+ resolved "https://registry.yarnpkg.com/hast-util-select/-/hast-util-select-6.0.4.tgz#1d8f69657a57441d0ce0ade35887874d3e65a303"
+ integrity sha512-RqGS1ZgI0MwxLaKLDxjprynNzINEkRHY2i8ln4DDjgv9ZhcYVIHN9rlpiYsqtFwrgpYU361SyWDQcGNIBVu3lw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ bcp-47-match "^2.0.0"
+ comma-separated-tokens "^2.0.0"
+ css-selector-parser "^3.0.0"
+ devlop "^1.0.0"
+ direction "^2.0.0"
+ hast-util-has-property "^3.0.0"
+ hast-util-to-string "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ nth-check "^2.0.0"
+ property-information "^7.0.0"
+ space-separated-tokens "^2.0.0"
+ unist-util-visit "^5.0.0"
+ zwitch "^2.0.0"
+
+hast-util-to-estree@^3.0.0:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/hast-util-to-estree/-/hast-util-to-estree-3.1.3.tgz#e654c1c9374645135695cc0ab9f70b8fcaf733d7"
+ integrity sha512-48+B/rJWAp0jamNbAAf9M7Uf//UVqAoMmgXhBdxTDJLGKY+LRnZ99qcG+Qjl5HfMpYNzS5v4EAwVEF34LeAj7w==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ "@types/estree-jsx" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ comma-separated-tokens "^2.0.0"
+ devlop "^1.0.0"
+ estree-util-attach-comments "^3.0.0"
+ estree-util-is-identifier-name "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ mdast-util-mdx-expression "^2.0.0"
+ mdast-util-mdx-jsx "^3.0.0"
+ mdast-util-mdxjs-esm "^2.0.0"
+ property-information "^7.0.0"
+ space-separated-tokens "^2.0.0"
+ style-to-js "^1.0.0"
+ unist-util-position "^5.0.0"
+ zwitch "^2.0.0"
+
+hast-util-to-html@^9.0.0, hast-util-to-html@^9.0.1, hast-util-to-html@^9.0.5:
+ version "9.0.5"
+ resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-9.0.5.tgz#ccc673a55bb8e85775b08ac28380f72d47167005"
+ integrity sha512-OguPdidb+fbHQSU4Q4ZiLKnzWo8Wwsf5bZfbvu7//a9oTYoqD/fWpe96NuHkoS9h0ccGOTe0C4NGXdtS0iObOw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ ccount "^2.0.0"
+ comma-separated-tokens "^2.0.0"
+ hast-util-whitespace "^3.0.0"
+ html-void-elements "^3.0.0"
+ mdast-util-to-hast "^13.0.0"
+ property-information "^7.0.0"
+ space-separated-tokens "^2.0.0"
+ stringify-entities "^4.0.0"
+ zwitch "^2.0.4"
+
+hast-util-to-jsx-runtime@^2.0.0:
+ version "2.3.6"
+ resolved "https://registry.yarnpkg.com/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz#ff31897aae59f62232e21594eac7ef6b63333e98"
+ integrity sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ comma-separated-tokens "^2.0.0"
+ devlop "^1.0.0"
+ estree-util-is-identifier-name "^3.0.0"
+ hast-util-whitespace "^3.0.0"
+ mdast-util-mdx-expression "^2.0.0"
+ mdast-util-mdx-jsx "^3.0.0"
+ mdast-util-mdxjs-esm "^2.0.0"
+ property-information "^7.0.0"
+ space-separated-tokens "^2.0.0"
+ style-to-js "^1.0.0"
+ unist-util-position "^5.0.0"
+ vfile-message "^4.0.0"
+
+hast-util-to-parse5@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz#477cd42d278d4f036bc2ea58586130f6f39ee6ed"
+ integrity sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ comma-separated-tokens "^2.0.0"
+ devlop "^1.0.0"
+ property-information "^6.0.0"
+ space-separated-tokens "^2.0.0"
+ web-namespaces "^2.0.0"
+ zwitch "^2.0.0"
+
+hast-util-to-string@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/hast-util-to-string/-/hast-util-to-string-3.0.1.tgz#a4f15e682849326dd211c97129c94b0c3e76527c"
+ integrity sha512-XelQVTDWvqcl3axRfI0xSeoVKzyIFPwsAGSLIsKdJKQMXDYJS4WYrBNF/8J7RdhIcFI2BOHgAifggsvsxp/3+A==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hast-util-to-text@^4.0.1, hast-util-to-text@^4.0.2:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/hast-util-to-text/-/hast-util-to-text-4.0.2.tgz#57b676931e71bf9cb852453678495b3080bfae3e"
+ integrity sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/unist" "^3.0.0"
+ hast-util-is-element "^3.0.0"
+ unist-util-find-after "^5.0.0"
+
+hast-util-whitespace@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz#7778ed9d3c92dd9e8c5c8f648a49c21fc51cb621"
+ integrity sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+
+hastscript@^9.0.0:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/hastscript/-/hastscript-9.0.1.tgz#dbc84bef6051d40084342c229c451cd9dc567dff"
+ integrity sha512-g7df9rMFX/SPi34tyGCyUBREQoKkapwdY/T04Qn9TDWfHhAYt4/I0gMVirzK5wEzeUqIjEB+LXC/ypb7Aqno5w==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ comma-separated-tokens "^2.0.0"
+ hast-util-parse-selector "^4.0.0"
+ property-information "^7.0.0"
+ space-separated-tokens "^2.0.0"
+
+html-escaper@3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-3.0.3.tgz#4d336674652beb1dcbc29ef6b6ba7f6be6fdfed6"
+ integrity sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==
+
+html-void-elements@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
+ integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
+
+html-whitespace-sensitive-tag-names@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/html-whitespace-sensitive-tag-names/-/html-whitespace-sensitive-tag-names-3.0.1.tgz#c35edd28205f3bf8c1fd03274608d60b923de5b2"
+ integrity sha512-q+310vW8zmymYHALr1da4HyXUQ0zgiIwIicEfotYPWGN0OJVEN/58IJ3A4GBYcEq3LGAZqKb+ugvP0GNB9CEAA==
+
+http-cache-semantics@^4.2.0:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz#205f4db64f8562b76a4ff9235aa5279839a09dd5"
+ integrity sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==
+
+i18next@^23.11.5:
+ version "23.16.8"
+ resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.16.8.tgz#3ae1373d344c2393f465556f394aba5a9233b93a"
+ integrity sha512-06r/TitrM88Mg5FdUXAKL96dJMzgqLE5dv3ryBAra4KCwD9mJ4ndOTS95ZuymIGoE+2hzfdaMak2X11/es7ZWg==
+ dependencies:
+ "@babel/runtime" "^7.23.2"
+
+iconv-lite@0.6:
+ version "0.6.3"
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
+ integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
+ dependencies:
+ safer-buffer ">= 2.1.2 < 3.0.0"
+
+import-meta-resolve@^4.2.0:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.2.0.tgz#08cb85b5bd37ecc8eb1e0f670dc2767002d43734"
+ integrity sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==
+
+inflight@^1.0.4:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
+ dependencies:
+ once "^1.3.0"
+ wrappy "1"
+
+inherits@2:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+ integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
+
+inline-style-parser@0.2.6:
+ version "0.2.6"
+ resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.2.6.tgz#e6bbb5288a635f6284a6249ce754da55c4bd1ff5"
+ integrity sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==
+
+"internmap@1 - 2":
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/internmap/-/internmap-2.0.3.tgz#6685f23755e43c524e251d29cbc97248e3061009"
+ integrity sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==
+
+internmap@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/internmap/-/internmap-1.0.1.tgz#0017cc8a3b99605f0302f2b198d272e015e5df95"
+ integrity sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==
+
+iron-webcrypto@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz#aa60ff2aa10550630f4c0b11fd2442becdb35a6f"
+ integrity sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==
+
+is-absolute-url@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-4.0.1.tgz#16e4d487d4fded05cfe0685e53ec86804a5e94dc"
+ integrity sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==
+
+is-alphabetical@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-2.0.1.tgz#01072053ea7c1036df3c7d19a6daaec7f19e789b"
+ integrity sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==
+
+is-alphanumerical@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz#7c03fbe96e3e931113e57f964b0a368cc2dfd875"
+ integrity sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==
+ dependencies:
+ is-alphabetical "^2.0.0"
+ is-decimal "^2.0.0"
+
+is-decimal@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-2.0.1.tgz#9469d2dc190d0214fd87d78b78caecc0cc14eef7"
+ integrity sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==
+
+is-docker@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
+ integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
+
+is-fullwidth-code-point@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
+ integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
+
+is-hexadecimal@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz#86b5bf668fca307498d319dfc03289d781a90027"
+ integrity sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==
+
+is-inside-container@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
+ integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
+ dependencies:
+ is-docker "^3.0.0"
+
+is-plain-obj@^4.0.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-4.1.0.tgz#d65025edec3657ce032fd7db63c97883eaed71f0"
+ integrity sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==
+
+is-wsl@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
+ integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
+ dependencies:
+ is-inside-container "^1.0.0"
+
+js-yaml@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
+ dependencies:
+ argparse "^2.0.1"
+
+json-buffer@3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
+ integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
+
+katex@^0.16.22:
+ version "0.16.25"
+ resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.25.tgz#61699984277e3bdb3e89e0e446b83cd0a57d87db"
+ integrity sha512-woHRUZ/iF23GBP1dkDQMh1QBad9dmr8/PAwNA54VrSOVYgI12MAcE14TqnDdQOdzyEonGzMepYnqBMYdsoAr8Q==
+ dependencies:
+ commander "^8.3.0"
+
+keyv@^4.5.3:
+ version "4.5.4"
+ resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
+ integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
+ dependencies:
+ json-buffer "3.0.1"
+
+khroma@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/khroma/-/khroma-2.1.0.tgz#45f2ce94ce231a437cf5b63c2e886e6eb42bbbb1"
+ integrity sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==
+
+kleur@^3.0.3:
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
+ integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
+
+kleur@^4.1.5:
+ version "4.1.5"
+ resolved "https://registry.yarnpkg.com/kleur/-/kleur-4.1.5.tgz#95106101795f7050c6c650f350c683febddb1780"
+ integrity sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==
+
+klona@^2.0.6:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22"
+ integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==
+
+kolorist@^1.8.0:
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/kolorist/-/kolorist-1.8.0.tgz#edddbbbc7894bc13302cdf740af6374d4a04743c"
+ integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==
+
+langium@3.3.1:
+ version "3.3.1"
+ resolved "https://registry.yarnpkg.com/langium/-/langium-3.3.1.tgz#da745a40d5ad8ee565090fed52eaee643be4e591"
+ integrity sha512-QJv/h939gDpvT+9SiLVlY7tZC3xB2qK57v0J04Sh9wpMb6MP1q8gB21L3WIo8T5P1MSMg3Ep14L7KkDCFG3y4w==
+ dependencies:
+ chevrotain "~11.0.3"
+ chevrotain-allstar "~0.3.0"
+ vscode-languageserver "~9.0.1"
+ vscode-languageserver-textdocument "~1.0.11"
+ vscode-uri "~3.0.8"
+
+layout-base@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/layout-base/-/layout-base-1.0.2.tgz#1291e296883c322a9dd4c5dd82063721b53e26e2"
+ integrity sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==
+
+layout-base@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/layout-base/-/layout-base-2.0.1.tgz#d0337913586c90f9c2c075292069f5c2da5dd285"
+ integrity sha512-dp3s92+uNI1hWIpPGH3jK2kxE2lMjdXdr+DH8ynZHpd6PUlH6x6cbuXnoMmiNumznqaNO31xu9e79F0uuZ0JFg==
+
+local-pkg@^1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-1.1.2.tgz#c03d208787126445303f8161619dc701afa4abb5"
+ integrity sha512-arhlxbFRmoQHl33a0Zkle/YWlmNwoyt6QNZEIJcqNbdrsix5Lvc4HyyI3EnwxTYlZYc32EbYrQ8SzEZ7dqgg9A==
+ dependencies:
+ mlly "^1.7.4"
+ pkg-types "^2.3.0"
+ quansync "^0.2.11"
+
+lodash-es@4.17.21, lodash-es@^4.17.21:
+ version "4.17.21"
+ resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
+ integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
+
+longest-streak@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
+ integrity sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==
+
+lru-cache@^10.4.3:
+ version "10.4.3"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
+ integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
+
+magic-string@^0.30.18:
+ version "0.30.21"
+ resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"
+ integrity sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==
+ dependencies:
+ "@jridgewell/sourcemap-codec" "^1.5.5"
+
+magicast@^0.3.5:
+ version "0.3.5"
+ resolved "https://registry.yarnpkg.com/magicast/-/magicast-0.3.5.tgz#8301c3c7d66704a0771eb1bad74274f0ec036739"
+ integrity sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==
+ dependencies:
+ "@babel/parser" "^7.25.4"
+ "@babel/types" "^7.25.4"
+ source-map-js "^1.2.0"
+
+markdown-extensions@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz#34bebc83e9938cae16e0e017e4a9814a8330d3c4"
+ integrity sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==
+
+markdown-table@^3.0.0:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.4.tgz#fe44d6d410ff9d6f2ea1797a3f60aa4d2b631c2a"
+ integrity sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==
+
+marked@^16.2.1:
+ version "16.4.2"
+ resolved "https://registry.yarnpkg.com/marked/-/marked-16.4.2.tgz#4959a64be6c486f0db7467ead7ce288de54290a3"
+ integrity sha512-TI3V8YYWvkVf3KJe1dRkpnjs68JUPyEa5vjKrp1XEEJUAOaQc+Qj+L1qWbPd0SJuAdQkFU0h73sXXqwDYxsiDA==
+
+mdast-util-definitions@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz#c1bb706e5e76bb93f9a09dd7af174002ae69ac24"
+ integrity sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ "@types/unist" "^3.0.0"
+ unist-util-visit "^5.0.0"
+
+mdast-util-directive@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz#f3656f4aab6ae3767d3c72cfab5e8055572ccba1"
+ integrity sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ "@types/unist" "^3.0.0"
+ ccount "^2.0.0"
+ devlop "^1.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+ parse-entities "^4.0.0"
+ stringify-entities "^4.0.0"
+ unist-util-visit-parents "^6.0.0"
+
+mdast-util-find-and-replace@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz#70a3174c894e14df722abf43bc250cbae44b11df"
+ integrity sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ escape-string-regexp "^5.0.0"
+ unist-util-is "^6.0.0"
+ unist-util-visit-parents "^6.0.0"
+
+mdast-util-from-markdown@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz#4850390ca7cf17413a9b9a0fbefcd1bc0eb4160a"
+ integrity sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ "@types/unist" "^3.0.0"
+ decode-named-character-reference "^1.0.0"
+ devlop "^1.0.0"
+ mdast-util-to-string "^4.0.0"
+ micromark "^4.0.0"
+ micromark-util-decode-numeric-character-reference "^2.0.0"
+ micromark-util-decode-string "^2.0.0"
+ micromark-util-normalize-identifier "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ unist-util-stringify-position "^4.0.0"
+
+mdast-util-gfm-autolink-literal@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm-autolink-literal/-/mdast-util-gfm-autolink-literal-2.0.1.tgz#abd557630337bd30a6d5a4bd8252e1c2dc0875d5"
+ integrity sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ ccount "^2.0.0"
+ devlop "^1.0.0"
+ mdast-util-find-and-replace "^3.0.0"
+ micromark-util-character "^2.0.0"
+
+mdast-util-gfm-footnote@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm-footnote/-/mdast-util-gfm-footnote-2.1.0.tgz#7778e9d9ca3df7238cc2bd3fa2b1bf6a65b19403"
+ integrity sha512-sqpDWlsHn7Ac9GNZQMeUzPQSMzR6Wv0WKRNvQRg0KqHh02fpTz69Qc1QSseNX29bhz1ROIyNyxExfawVKTm1GQ==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ devlop "^1.1.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+ micromark-util-normalize-identifier "^2.0.0"
+
+mdast-util-gfm-strikethrough@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-2.0.0.tgz#d44ef9e8ed283ac8c1165ab0d0dfd058c2764c16"
+ integrity sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-gfm-table@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm-table/-/mdast-util-gfm-table-2.0.0.tgz#7a435fb6223a72b0862b33afbd712b6dae878d38"
+ integrity sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ devlop "^1.0.0"
+ markdown-table "^3.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-gfm-task-list-item@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm-task-list-item/-/mdast-util-gfm-task-list-item-2.0.0.tgz#e68095d2f8a4303ef24094ab642e1047b991a936"
+ integrity sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ devlop "^1.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-gfm@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-gfm/-/mdast-util-gfm-3.1.0.tgz#2cdf63b92c2a331406b0fb0db4c077c1b0331751"
+ integrity sha512-0ulfdQOM3ysHhCJ1p06l0b0VKlhU0wuQs3thxZQagjcjPrlFRqY215uZGHHJan9GEAXd9MbfPjFJz+qMkVR6zQ==
+ dependencies:
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-gfm-autolink-literal "^2.0.0"
+ mdast-util-gfm-footnote "^2.0.0"
+ mdast-util-gfm-strikethrough "^2.0.0"
+ mdast-util-gfm-table "^2.0.0"
+ mdast-util-gfm-task-list-item "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-mdx-expression@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.1.tgz#43f0abac9adc756e2086f63822a38c8d3c3a5096"
+ integrity sha512-J6f+9hUp+ldTZqKRSg7Vw5V6MqjATc+3E4gf3CFNcuZNWD8XdyI6zQ8GqH7f8169MM6P7hMBRDVGnn7oHB9kXQ==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ "@types/mdast" "^4.0.0"
+ devlop "^1.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-mdx-jsx@^3.0.0, mdast-util-mdx-jsx@^3.1.3:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.2.0.tgz#fd04c67a2a7499efb905a8a5c578dddc9fdada0d"
+ integrity sha512-lj/z8v0r6ZtsN/cGNNtemmmfoLAFZnjMbNyLzBafjzikOM+glrjNHPlf6lQDOTccj9n5b0PPihEBbhneMyGs1Q==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ "@types/mdast" "^4.0.0"
+ "@types/unist" "^3.0.0"
+ ccount "^2.0.0"
+ devlop "^1.1.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+ parse-entities "^4.0.0"
+ stringify-entities "^4.0.0"
+ unist-util-stringify-position "^4.0.0"
+ vfile-message "^4.0.0"
+
+mdast-util-mdx@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-mdx/-/mdast-util-mdx-3.0.0.tgz#792f9cf0361b46bee1fdf1ef36beac424a099c41"
+ integrity sha512-JfbYLAW7XnYTTbUsmpu0kdBUVe+yKVJZBItEjwyYJiDJuZ9w4eeaqks4HQO+R7objWgS2ymV60GYpI14Ug554w==
+ dependencies:
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-mdx-expression "^2.0.0"
+ mdast-util-mdx-jsx "^3.0.0"
+ mdast-util-mdxjs-esm "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-mdxjs-esm@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/mdast-util-mdxjs-esm/-/mdast-util-mdxjs-esm-2.0.1.tgz#019cfbe757ad62dd557db35a695e7314bcc9fa97"
+ integrity sha512-EcmOpxsZ96CvlP03NghtH1EsLtr0n9Tm4lPUJUBccV9RwUOneqSycg19n5HGzCf+10LozMRSObtVr3ee1WoHtg==
+ dependencies:
+ "@types/estree-jsx" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ "@types/mdast" "^4.0.0"
+ devlop "^1.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ mdast-util-to-markdown "^2.0.0"
+
+mdast-util-phrasing@^4.0.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz#7cc0a8dec30eaf04b7b1a9661a92adb3382aa6e3"
+ integrity sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ unist-util-is "^6.0.0"
+
+mdast-util-to-hast@^13.0.0:
+ version "13.2.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-to-hast/-/mdast-util-to-hast-13.2.0.tgz#5ca58e5b921cc0a3ded1bc02eed79a4fe4fe41f4"
+ integrity sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/mdast" "^4.0.0"
+ "@ungap/structured-clone" "^1.0.0"
+ devlop "^1.0.0"
+ micromark-util-sanitize-uri "^2.0.0"
+ trim-lines "^3.0.0"
+ unist-util-position "^5.0.0"
+ unist-util-visit "^5.0.0"
+ vfile "^6.0.0"
+
+mdast-util-to-markdown@^2.0.0, mdast-util-to-markdown@^2.1.0:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-2.1.2.tgz#f910ffe60897f04bb4b7e7ee434486f76288361b"
+ integrity sha512-xj68wMTvGXVOKonmog6LwyJKrYXZPvlwabaryTjLh9LuvovB/KAH+kvi8Gjj+7rJjsFi23nkUxRQv1KqSroMqA==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ "@types/unist" "^3.0.0"
+ longest-streak "^3.0.0"
+ mdast-util-phrasing "^4.0.0"
+ mdast-util-to-string "^4.0.0"
+ micromark-util-classify-character "^2.0.0"
+ micromark-util-decode-string "^2.0.0"
+ unist-util-visit "^5.0.0"
+ zwitch "^2.0.0"
+
+mdast-util-to-string@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-4.0.0.tgz#7a5121475556a04e7eddeb67b264aae79d312814"
+ integrity sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+
+mdn-data@2.12.2:
+ version "2.12.2"
+ resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.12.2.tgz#9ae6c41a9e65adf61318b32bff7b64fbfb13f8cf"
+ integrity sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==
+
+mermaid@^11.12.1:
+ version "11.12.1"
+ resolved "https://registry.yarnpkg.com/mermaid/-/mermaid-11.12.1.tgz#97445451ce7d0d3740bc2159cb25464bece60b67"
+ integrity sha512-UlIZrRariB11TY1RtTgUWp65tphtBv4CSq7vyS2ZZ2TgoMjs2nloq+wFqxiwcxlhHUvs7DPGgMjs2aeQxz5h9g==
+ dependencies:
+ "@braintree/sanitize-url" "^7.1.1"
+ "@iconify/utils" "^3.0.1"
+ "@mermaid-js/parser" "^0.6.3"
+ "@types/d3" "^7.4.3"
+ cytoscape "^3.29.3"
+ cytoscape-cose-bilkent "^4.1.0"
+ cytoscape-fcose "^2.2.0"
+ d3 "^7.9.0"
+ d3-sankey "^0.12.3"
+ dagre-d3-es "7.0.13"
+ dayjs "^1.11.18"
+ dompurify "^3.2.5"
+ katex "^0.16.22"
+ khroma "^2.1.0"
+ lodash-es "^4.17.21"
+ marked "^16.2.1"
+ roughjs "^4.6.6"
+ stylis "^4.3.6"
+ ts-dedent "^2.2.0"
+ uuid "^11.1.0"
+
+micromark-core-commonmark@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz#c691630e485021a68cf28dbc2b2ca27ebf678cd4"
+ integrity sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg==
+ dependencies:
+ decode-named-character-reference "^1.0.0"
+ devlop "^1.0.0"
+ micromark-factory-destination "^2.0.0"
+ micromark-factory-label "^2.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-factory-title "^2.0.0"
+ micromark-factory-whitespace "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-chunked "^2.0.0"
+ micromark-util-classify-character "^2.0.0"
+ micromark-util-html-tag-name "^2.0.0"
+ micromark-util-normalize-identifier "^2.0.0"
+ micromark-util-resolve-all "^2.0.0"
+ micromark-util-subtokenize "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-directive@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz#2eb61985d1995a7c1ff7621676a4f32af29409e8"
+ integrity sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-factory-whitespace "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ parse-entities "^4.0.0"
+
+micromark-extension-gfm-autolink-literal@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz#6286aee9686c4462c1e3552a9d505feddceeb935"
+ integrity sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==
+ dependencies:
+ micromark-util-character "^2.0.0"
+ micromark-util-sanitize-uri "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm-footnote@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz#4dab56d4e398b9853f6fe4efac4fc9361f3e0750"
+ integrity sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-core-commonmark "^2.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-normalize-identifier "^2.0.0"
+ micromark-util-sanitize-uri "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm-strikethrough@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-strikethrough/-/micromark-extension-gfm-strikethrough-2.1.0.tgz#86106df8b3a692b5f6a92280d3879be6be46d923"
+ integrity sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-util-chunked "^2.0.0"
+ micromark-util-classify-character "^2.0.0"
+ micromark-util-resolve-all "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm-table@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.1.tgz#fac70bcbf51fe65f5f44033118d39be8a9b5940b"
+ integrity sha512-t2OU/dXXioARrC6yWfJ4hqB7rct14e8f7m0cbI5hUmDyyIlwv5vEtooptH8INkbLzOatzKuVbQmAYcbWoyz6Dg==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm-tagfilter@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-tagfilter/-/micromark-extension-gfm-tagfilter-2.0.0.tgz#f26d8a7807b5985fba13cf61465b58ca5ff7dc57"
+ integrity sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==
+ dependencies:
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm-task-list-item@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm-task-list-item/-/micromark-extension-gfm-task-list-item-2.1.0.tgz#bcc34d805639829990ec175c3eea12bb5b781f2c"
+ integrity sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-gfm@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz#3e13376ab95dd7a5cfd0e29560dfe999657b3c5b"
+ integrity sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==
+ dependencies:
+ micromark-extension-gfm-autolink-literal "^2.0.0"
+ micromark-extension-gfm-footnote "^2.0.0"
+ micromark-extension-gfm-strikethrough "^2.0.0"
+ micromark-extension-gfm-table "^2.0.0"
+ micromark-extension-gfm-tagfilter "^2.0.0"
+ micromark-extension-gfm-task-list-item "^2.0.0"
+ micromark-util-combine-extensions "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-mdx-expression@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-extension-mdx-expression/-/micromark-extension-mdx-expression-3.0.1.tgz#43d058d999532fb3041195a3c3c05c46fa84543b"
+ integrity sha512-dD/ADLJ1AeMvSAKBwO22zG22N4ybhe7kFIZ3LsDI0GlsNr2A3KYxb0LdC1u5rj4Nw+CHKY0RVdnHX8vj8ejm4Q==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ devlop "^1.0.0"
+ micromark-factory-mdx-expression "^2.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-events-to-acorn "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-extension-mdx-jsx@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/micromark-extension-mdx-jsx/-/micromark-extension-mdx-jsx-3.0.2.tgz#ffc98bdb649798902fa9fc5689f67f9c1c902044"
+ integrity sha512-e5+q1DjMh62LZAJOnDraSSbDMvGJ8x3cbjygy2qFEi7HCeUT4BDKCvMozPozcD6WmOt6sVvYDNBKhFSz3kjOVQ==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ devlop "^1.0.0"
+ estree-util-is-identifier-name "^3.0.0"
+ micromark-factory-mdx-expression "^2.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-events-to-acorn "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ vfile-message "^4.0.0"
+
+micromark-extension-mdx-md@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-mdx-md/-/micromark-extension-mdx-md-2.0.0.tgz#1d252881ea35d74698423ab44917e1f5b197b92d"
+ integrity sha512-EpAiszsB3blw4Rpba7xTOUptcFeBFi+6PY8VnJ2hhimH+vCQDirWgsMpz7w1XcZE7LVrSAUGb9VJpG9ghlYvYQ==
+ dependencies:
+ micromark-util-types "^2.0.0"
+
+micromark-extension-mdxjs-esm@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs-esm/-/micromark-extension-mdxjs-esm-3.0.0.tgz#de21b2b045fd2059bd00d36746081de38390d54a"
+ integrity sha512-DJFl4ZqkErRpq/dAPyeWp15tGrcrrJho1hKK5uBS70BCtfrIFg81sqcTVu3Ta+KD1Tk5vAtBNElWxtAa+m8K9A==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ devlop "^1.0.0"
+ micromark-core-commonmark "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-events-to-acorn "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ unist-util-position-from-estree "^2.0.0"
+ vfile-message "^4.0.0"
+
+micromark-extension-mdxjs@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/micromark-extension-mdxjs/-/micromark-extension-mdxjs-3.0.0.tgz#b5a2e0ed449288f3f6f6c544358159557549de18"
+ integrity sha512-A873fJfhnJ2siZyUrJ31l34Uqwy4xIFmvPY1oj+Ean5PHcPBYzEsvqvWGaWcfEIr11O5Dlw3p2y0tZWpKHDejQ==
+ dependencies:
+ acorn "^8.0.0"
+ acorn-jsx "^5.0.0"
+ micromark-extension-mdx-expression "^3.0.0"
+ micromark-extension-mdx-jsx "^3.0.0"
+ micromark-extension-mdx-md "^2.0.0"
+ micromark-extension-mdxjs-esm "^3.0.0"
+ micromark-util-combine-extensions "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-factory-destination@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz#8fef8e0f7081f0474fbdd92deb50c990a0264639"
+ integrity sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==
+ dependencies:
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-factory-label@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz#5267efa97f1e5254efc7f20b459a38cb21058ba1"
+ integrity sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-factory-mdx-expression@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/micromark-factory-mdx-expression/-/micromark-factory-mdx-expression-2.0.3.tgz#bb09988610589c07d1c1e4425285895041b3dfa9"
+ integrity sha512-kQnEtA3vzucU2BkrIa8/VaSAsP+EJ3CKOvhMuJgOEGg9KDC6OAY6nSnNDVRiVNRqj7Y4SlSzcStaH/5jge8JdQ==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ devlop "^1.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-events-to-acorn "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ unist-util-position-from-estree "^2.0.0"
+ vfile-message "^4.0.0"
+
+micromark-factory-space@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz#36d0212e962b2b3121f8525fc7a3c7c029f334fc"
+ integrity sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==
+ dependencies:
+ micromark-util-character "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-factory-title@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz#237e4aa5d58a95863f01032d9ee9b090f1de6e94"
+ integrity sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==
+ dependencies:
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-factory-whitespace@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz#06b26b2983c4d27bfcc657b33e25134d4868b0b1"
+ integrity sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==
+ dependencies:
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-util-character@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.1.1.tgz#2f987831a40d4c510ac261e89852c4e9703ccda6"
+ integrity sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==
+ dependencies:
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-util-chunked@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz#47fbcd93471a3fccab86cff03847fc3552db1051"
+ integrity sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==
+ dependencies:
+ micromark-util-symbol "^2.0.0"
+
+micromark-util-classify-character@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz#d399faf9c45ca14c8b4be98b1ea481bced87b629"
+ integrity sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==
+ dependencies:
+ micromark-util-character "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-util-combine-extensions@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz#2a0f490ab08bff5cc2fd5eec6dd0ca04f89b30a9"
+ integrity sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==
+ dependencies:
+ micromark-util-chunked "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-util-decode-numeric-character-reference@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz#fcf15b660979388e6f118cdb6bf7d79d73d26fe5"
+ integrity sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==
+ dependencies:
+ micromark-util-symbol "^2.0.0"
+
+micromark-util-decode-string@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-decode-string/-/micromark-util-decode-string-2.0.1.tgz#6cb99582e5d271e84efca8e61a807994d7161eb2"
+ integrity sha512-nDV/77Fj6eH1ynwscYTOsbK7rR//Uj0bZXBwJZRfaLEJ1iGBR6kIfNmlNqaqJf649EP0F3NWNdeJi03elllNUQ==
+ dependencies:
+ decode-named-character-reference "^1.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-decode-numeric-character-reference "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+
+micromark-util-encode@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz#0d51d1c095551cfaac368326963cf55f15f540b8"
+ integrity sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==
+
+micromark-util-events-to-acorn@^2.0.0:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/micromark-util-events-to-acorn/-/micromark-util-events-to-acorn-2.0.3.tgz#e7a8a6b55a47e5a06c720d5a1c4abae8c37c98f3"
+ integrity sha512-jmsiEIiZ1n7X1Rr5k8wVExBQCg5jy4UXVADItHmNk1zkwEVhBuIUKRu3fqv+hs4nxLISi2DQGlqIOGiFxgbfHg==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ "@types/unist" "^3.0.0"
+ devlop "^1.0.0"
+ estree-util-visit "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+ vfile-message "^4.0.0"
+
+micromark-util-html-tag-name@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz#e40403096481986b41c106627f98f72d4d10b825"
+ integrity sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==
+
+micromark-util-normalize-identifier@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz#c30d77b2e832acf6526f8bf1aa47bc9c9438c16d"
+ integrity sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==
+ dependencies:
+ micromark-util-symbol "^2.0.0"
+
+micromark-util-resolve-all@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz#e1a2d62cdd237230a2ae11839027b19381e31e8b"
+ integrity sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==
+ dependencies:
+ micromark-util-types "^2.0.0"
+
+micromark-util-sanitize-uri@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz#ab89789b818a58752b73d6b55238621b7faa8fd7"
+ integrity sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==
+ dependencies:
+ micromark-util-character "^2.0.0"
+ micromark-util-encode "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+
+micromark-util-subtokenize@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/micromark-util-subtokenize/-/micromark-util-subtokenize-2.1.0.tgz#d8ade5ba0f3197a1cf6a2999fbbfe6357a1a19ee"
+ integrity sha512-XQLu552iSctvnEcgXw6+Sx75GflAPNED1qx7eBJ+wydBb2KCbRZe+NwvIEEMM83uml1+2WSXpBAcp9IUCgCYWA==
+ dependencies:
+ devlop "^1.0.0"
+ micromark-util-chunked "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+micromark-util-symbol@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz#e5da494e8eb2b071a0d08fb34f6cefec6c0a19b8"
+ integrity sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==
+
+micromark-util-types@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/micromark-util-types/-/micromark-util-types-2.0.2.tgz#f00225f5f5a0ebc3254f96c36b6605c4b393908e"
+ integrity sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA==
+
+micromark@^4.0.0:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/micromark/-/micromark-4.0.2.tgz#91395a3e1884a198e62116e33c9c568e39936fdb"
+ integrity sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==
+ dependencies:
+ "@types/debug" "^4.0.0"
+ debug "^4.0.0"
+ decode-named-character-reference "^1.0.0"
+ devlop "^1.0.0"
+ micromark-core-commonmark "^2.0.0"
+ micromark-factory-space "^2.0.0"
+ micromark-util-character "^2.0.0"
+ micromark-util-chunked "^2.0.0"
+ micromark-util-combine-extensions "^2.0.0"
+ micromark-util-decode-numeric-character-reference "^2.0.0"
+ micromark-util-encode "^2.0.0"
+ micromark-util-normalize-identifier "^2.0.0"
+ micromark-util-resolve-all "^2.0.0"
+ micromark-util-sanitize-uri "^2.0.0"
+ micromark-util-subtokenize "^2.0.0"
+ micromark-util-symbol "^2.0.0"
+ micromark-util-types "^2.0.0"
+
+minimatch@^3.1.1:
+ version "3.1.2"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
+ integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
+ dependencies:
+ brace-expansion "^1.1.7"
+
+mlly@^1.7.4:
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.8.0.tgz#e074612b938af8eba1eaf43299cbc89cb72d824e"
+ integrity sha512-l8D9ODSRWLe2KHJSifWGwBqpTZXIXTeo8mlKjY+E2HAakaTeNpqAyBZ8GSqLzHgw4XmHmC8whvpjJNMbFZN7/g==
+ dependencies:
+ acorn "^8.15.0"
+ pathe "^2.0.3"
+ pkg-types "^1.3.1"
+ ufo "^1.6.1"
+
+mrmime@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.1.tgz#bc3e87f7987853a54c9850eeb1f1078cd44adddc"
+ integrity sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==
+
+ms@^2.1.3:
+ version "2.1.3"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
+ integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
+
+nanoid@^3.3.11:
+ version "3.3.11"
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
+ integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==
+
+neotraverse@^0.6.18:
+ version "0.6.18"
+ resolved "https://registry.yarnpkg.com/neotraverse/-/neotraverse-0.6.18.tgz#abcb33dda2e8e713cf6321b29405e822230cdb30"
+ integrity sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==
+
+nlcst-to-string@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-4.0.0.tgz#05511e8461ebfb415952eb0b7e9a1a7d40471bd4"
+ integrity sha512-YKLBCcUYKAg0FNlOBT6aI91qFmSiFKiluk655WzPF+DDMA02qIyy8uiRqI8QXtcFpEvll12LpL5MXqEmAZ+dcA==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+
+node-fetch-native@^1.6.7:
+ version "1.6.7"
+ resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.6.7.tgz#9d09ca63066cc48423211ed4caf5d70075d76a71"
+ integrity sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==
+
+node-fetch@^2.6.7:
+ version "2.7.0"
+ resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
+ integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
+ dependencies:
+ whatwg-url "^5.0.0"
+
+node-mock-http@^1.0.2:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/node-mock-http/-/node-mock-http-1.0.3.tgz#4e55e093267a3b910cded7354389ce2d02c89e77"
+ integrity sha512-jN8dK25fsfnMrVsEhluUTPkBFY+6ybu7jSB1n+ri/vOGjJxU8J9CZhpSGkHXSkFjtUhbmoncG/YG9ta5Ludqog==
+
+normalize-path@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
+ integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
+
+nth-check@^2.0.0:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
+ integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==
+ dependencies:
+ boolbase "^1.0.0"
+
+ofetch@^1.4.1, ofetch@^1.5.0:
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/ofetch/-/ofetch-1.5.1.tgz#5c43cc56e03398b273014957060344254505c5c7"
+ integrity sha512-2W4oUZlVaqAPAil6FUg/difl6YhqhUR7x2eZY4bQCko22UXg3hptq9KLQdqFClV+Wu85UX7hNtdGTngi/1BxcA==
+ dependencies:
+ destr "^2.0.5"
+ node-fetch-native "^1.6.7"
+ ufo "^1.6.1"
+
+ohash@^2.0.0:
+ version "2.0.11"
+ resolved "https://registry.yarnpkg.com/ohash/-/ohash-2.0.11.tgz#60b11e8cff62ca9dee88d13747a5baa145f5900b"
+ integrity sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==
+
+once@^1.3.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
+ dependencies:
+ wrappy "1"
+
+oniguruma-parser@^0.12.1:
+ version "0.12.1"
+ resolved "https://registry.yarnpkg.com/oniguruma-parser/-/oniguruma-parser-0.12.1.tgz#82ba2208d7a2b69ee344b7efe0ae930c627dcc4a"
+ integrity sha512-8Unqkvk1RYc6yq2WBYRj4hdnsAxVze8i7iPfQr8e4uSP3tRv0rpZcbGUDvxfQQcdwHt/e9PrMvGCsa8OqG9X3w==
+
+oniguruma-to-es@^4.3.3:
+ version "4.3.3"
+ resolved "https://registry.yarnpkg.com/oniguruma-to-es/-/oniguruma-to-es-4.3.3.tgz#50db2c1e28ec365e102c1863dfd3d1d1ad18613e"
+ integrity sha512-rPiZhzC3wXwE59YQMRDodUwwT9FZ9nNBwQQfsd1wfdtlKEyCdRV0avrTcSZ5xlIvGRVPd/cx6ZN45ECmS39xvg==
+ dependencies:
+ oniguruma-parser "^0.12.1"
+ regex "^6.0.1"
+ regex-recursion "^6.0.2"
+
+p-finally@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+ integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
+
+p-limit@^6.2.0:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-6.2.0.tgz#c254d22ba6aeef441a3564c5e6c2f2da59268a0f"
+ integrity sha512-kuUqqHNUqoIWp/c467RI4X6mmyuojY5jGutNU0wVTmEOOfcuwLqyMVoAi9MKi2Ak+5i9+nhmrK4ufZE8069kHA==
+ dependencies:
+ yocto-queue "^1.1.1"
+
+p-queue@^6.6.2:
+ version "6.6.2"
+ resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-6.6.2.tgz#2068a9dcf8e67dd0ec3e7a2bcb76810faa85e426"
+ integrity sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==
+ dependencies:
+ eventemitter3 "^4.0.4"
+ p-timeout "^3.2.0"
+
+p-queue@^8.1.0:
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/p-queue/-/p-queue-8.1.1.tgz#dac3e8c57412fffa18fe6c341b141dbb3a16408b"
+ integrity sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==
+ dependencies:
+ eventemitter3 "^5.0.1"
+ p-timeout "^6.1.2"
+
+p-timeout@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
+ integrity sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==
+ dependencies:
+ p-finally "^1.0.0"
+
+p-timeout@^6.1.2:
+ version "6.1.4"
+ resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-6.1.4.tgz#418e1f4dd833fa96a2e3f532547dd2abdb08dbc2"
+ integrity sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==
+
+package-manager-detector@^1.3.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/package-manager-detector/-/package-manager-detector-1.5.0.tgz#8dcf7b78554047ddf5da453e6ba07ebc915c507e"
+ integrity sha512-uBj69dVlYe/+wxj8JOpr97XfsxH/eumMt6HqjNTmJDf/6NO9s+0uxeOneIz3AsPt2m6y9PqzDzd3ATcU17MNfw==
+
+pagefind@^1.3.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/pagefind/-/pagefind-1.4.0.tgz#0154b0a44b5ef9ef55c156824a3244bfc0c4008d"
+ integrity sha512-z2kY1mQlL4J8q5EIsQkLzQjilovKzfNVhX8De6oyE6uHpfFtyBaqUpcl/XzJC/4fjD8vBDyh1zolimIcVrCn9g==
+ optionalDependencies:
+ "@pagefind/darwin-arm64" "1.4.0"
+ "@pagefind/darwin-x64" "1.4.0"
+ "@pagefind/freebsd-x64" "1.4.0"
+ "@pagefind/linux-arm64" "1.4.0"
+ "@pagefind/linux-x64" "1.4.0"
+ "@pagefind/windows-x64" "1.4.0"
+
+pako@^0.2.5:
+ version "0.2.9"
+ resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
+ integrity sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==
+
+parse-entities@^4.0.0:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/parse-entities/-/parse-entities-4.0.2.tgz#61d46f5ed28e4ee62e9ddc43d6b010188443f159"
+ integrity sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==
+ dependencies:
+ "@types/unist" "^2.0.0"
+ character-entities-legacy "^3.0.0"
+ character-reference-invalid "^2.0.0"
+ decode-named-character-reference "^1.0.0"
+ is-alphanumerical "^2.0.0"
+ is-decimal "^2.0.0"
+ is-hexadecimal "^2.0.0"
+
+parse-latin@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-7.0.0.tgz#8dfacac26fa603f76417f36233fc45602a323e1d"
+ integrity sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+ "@types/unist" "^3.0.0"
+ nlcst-to-string "^4.0.0"
+ unist-util-modify-children "^4.0.0"
+ unist-util-visit-children "^3.0.0"
+ vfile "^6.0.0"
+
+parse5@^7.0.0:
+ version "7.3.0"
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-7.3.0.tgz#d7e224fa72399c7a175099f45fc2ad024b05ec05"
+ integrity sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==
+ dependencies:
+ entities "^6.0.0"
+
+path-data-parser@0.1.0, path-data-parser@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/path-data-parser/-/path-data-parser-0.1.0.tgz#8f5ba5cc70fc7becb3dcefaea08e2659aba60b8c"
+ integrity sha512-NOnmBpt5Y2RWbuv0LMzsayp3lVylAHLPUTut412ZA3l+C4uw4ZVkQbjShYCQ8TCpUMdPapr4YjUqLYD6v68j+w==
+
+path-is-absolute@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+ integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
+
+pathe@^2.0.1, pathe@^2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/pathe/-/pathe-2.0.3.tgz#3ecbec55421685b70a9da872b2cff3e1cbed1716"
+ integrity sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==
+
+picocolors@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
+ integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
+
+picomatch@^2.0.4:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
+ integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
+
+picomatch@^4.0.2, picomatch@^4.0.3:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
+ integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
+
+pkg-types@^1.3.1:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.3.1.tgz#bd7cc70881192777eef5326c19deb46e890917df"
+ integrity sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==
+ dependencies:
+ confbox "^0.1.8"
+ mlly "^1.7.4"
+ pathe "^2.0.1"
+
+pkg-types@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-2.3.0.tgz#037f2c19bd5402966ff6810e32706558cb5b5726"
+ integrity sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==
+ dependencies:
+ confbox "^0.2.2"
+ exsolve "^1.0.7"
+ pathe "^2.0.3"
+
+points-on-curve@0.2.0, points-on-curve@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/points-on-curve/-/points-on-curve-0.2.0.tgz#7dbb98c43791859434284761330fa893cb81b4d1"
+ integrity sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==
+
+points-on-path@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/points-on-path/-/points-on-path-0.2.1.tgz#553202b5424c53bed37135b318858eacff85dd52"
+ integrity sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==
+ dependencies:
+ path-data-parser "0.1.0"
+ points-on-curve "0.2.0"
+
+postcss-nested@^6.0.1:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131"
+ integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==
+ dependencies:
+ postcss-selector-parser "^6.1.1"
+
+postcss-selector-parser@^6.1.1:
+ version "6.1.2"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
+ integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
+ dependencies:
+ cssesc "^3.0.0"
+ util-deprecate "^1.0.2"
+
+postcss@^8.4.38, postcss@^8.5.3:
+ version "8.5.6"
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
+ integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
+ dependencies:
+ nanoid "^3.3.11"
+ picocolors "^1.1.1"
+ source-map-js "^1.2.1"
+
+prismjs@^1.30.0:
+ version "1.30.0"
+ resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.30.0.tgz#d9709969d9d4e16403f6f348c63553b19f0975a9"
+ integrity sha512-DEvV2ZF2r2/63V+tK8hQvrR2ZGn10srHbXviTlcv7Kpzw8jWiNTqbVgjO3IY8RxrrOUF8VPMQQFysYYYv0YZxw==
+
+prompts@^2.4.2:
+ version "2.4.2"
+ resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
+ integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
+ dependencies:
+ kleur "^3.0.3"
+ sisteransi "^1.0.5"
+
+property-information@^6.0.0:
+ version "6.5.0"
+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec"
+ integrity sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==
+
+property-information@^7.0.0:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/property-information/-/property-information-7.1.0.tgz#b622e8646e02b580205415586b40804d3e8bfd5d"
+ integrity sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ==
+
+quansync@^0.2.11:
+ version "0.2.11"
+ resolved "https://registry.yarnpkg.com/quansync/-/quansync-0.2.11.tgz#f9c3adda2e1272e4f8cf3f1457b04cbdb4ee692a"
+ integrity sha512-AifT7QEbW9Nri4tAwR5M/uzpBuqfZf+zwaEM/QkzEjj7NBuFD2rBuy0K3dE+8wltbezDV7JMA0WfnCPYRSYbXA==
+
+radix3@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/radix3/-/radix3-1.1.2.tgz#fd27d2af3896c6bf4bcdfab6427c69c2afc69ec0"
+ integrity sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA==
+
+readdirp@^4.0.1:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-4.1.2.tgz#eb85801435fbf2a7ee58f19e0921b068fc69948d"
+ integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==
+
+recma-build-jsx@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/recma-build-jsx/-/recma-build-jsx-1.0.0.tgz#c02f29e047e103d2fab2054954e1761b8ea253c4"
+ integrity sha512-8GtdyqaBcDfva+GUKDr3nev3VpKAhup1+RvkMvUxURHpW7QyIvk9F5wz7Vzo06CEMSilw6uArgRqhpiUcWp8ew==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ estree-util-build-jsx "^3.0.0"
+ vfile "^6.0.0"
+
+recma-jsx@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/recma-jsx/-/recma-jsx-1.0.1.tgz#58e718f45e2102ed0bf2fa994f05b70d76801a1a"
+ integrity sha512-huSIy7VU2Z5OLv6oFLosQGGDqPqdO1iq6bWNAdhzMxSJP7RAso4fCZ1cKu8j9YHCZf3TPrq4dw3okhrylgcd7w==
+ dependencies:
+ acorn-jsx "^5.0.0"
+ estree-util-to-js "^2.0.0"
+ recma-parse "^1.0.0"
+ recma-stringify "^1.0.0"
+ unified "^11.0.0"
+
+recma-parse@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/recma-parse/-/recma-parse-1.0.0.tgz#c351e161bb0ab47d86b92a98a9d891f9b6814b52"
+ integrity sha512-OYLsIGBB5Y5wjnSnQW6t3Xg7q3fQ7FWbw/vcXtORTnyaSFscOtABg+7Pnz6YZ6c27fG1/aN8CjfwoUEUIdwqWQ==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ esast-util-from-js "^2.0.0"
+ unified "^11.0.0"
+ vfile "^6.0.0"
+
+recma-stringify@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/recma-stringify/-/recma-stringify-1.0.0.tgz#54632030631e0c7546136ff9ef8fde8e7b44f130"
+ integrity sha512-cjwII1MdIIVloKvC9ErQ+OgAtwHBmcZ0Bg4ciz78FtbT8In39aAYbaA7zvxQ61xVMSPE8WxhLwLbhif4Js2C+g==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ estree-util-to-js "^2.0.0"
+ unified "^11.0.0"
+ vfile "^6.0.0"
+
+regex-recursion@^6.0.2:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/regex-recursion/-/regex-recursion-6.0.2.tgz#a0b1977a74c87f073377b938dbedfab2ea582b33"
+ integrity sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==
+ dependencies:
+ regex-utilities "^2.3.0"
+
+regex-utilities@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/regex-utilities/-/regex-utilities-2.3.0.tgz#87163512a15dce2908cf079c8960d5158ff43280"
+ integrity sha512-8VhliFJAWRaUiVvREIiW2NXXTmHs4vMNnSzuJVhscgmGav3g9VDxLrQndI3dZZVVdp0ZO/5v0xmX516/7M9cng==
+
+regex@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/regex/-/regex-6.0.1.tgz#282fa4435d0c700b09c0eb0982b602e05ab6a34f"
+ integrity sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==
+ dependencies:
+ regex-utilities "^2.3.0"
+
+rehype-expressive-code@^0.41.3:
+ version "0.41.3"
+ resolved "https://registry.yarnpkg.com/rehype-expressive-code/-/rehype-expressive-code-0.41.3.tgz#ddf4849ebfa551a64973ecd681f18a5753623d0e"
+ integrity sha512-8d9Py4c/V6I/Od2VIXFAdpiO2kc0SV2qTJsRAaqSIcM9aruW4ASLNe2kOEo1inXAAkIhpFzAHTc358HKbvpNUg==
+ dependencies:
+ expressive-code "^0.41.3"
+
+rehype-format@^5.0.0:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-format/-/rehype-format-5.0.1.tgz#e255e59bed0c062156aaf51c16fad5a521a1f5c8"
+ integrity sha512-zvmVru9uB0josBVpr946OR8ui7nJEdzZobwLOOqHb/OOD88W0Vk2SqLwoVOj0fM6IPCCO6TaV9CvQvJMWwukFQ==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-format "^1.0.0"
+
+rehype-parse@^9.0.0:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-parse/-/rehype-parse-9.0.1.tgz#9993bda129acc64c417a9d3654a7be38b2a94c20"
+ integrity sha512-ksCzCD0Fgfh7trPDxr2rSylbwq9iYDkSn8TCDmEJ49ljEUBxDVCzCHv7QNzZOfODanX4+bWQ4WZqLCRWYLfhag==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-from-html "^2.0.0"
+ unified "^11.0.0"
+
+rehype-raw@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-7.0.0.tgz#59d7348fd5dbef3807bbaa1d443efd2dd85ecee4"
+ integrity sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-raw "^9.0.0"
+ vfile "^6.0.0"
+
+rehype-recma@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/rehype-recma/-/rehype-recma-1.0.0.tgz#d68ef6344d05916bd96e25400c6261775411aa76"
+ integrity sha512-lqA4rGUf1JmacCNWWZx0Wv1dHqMwxzsDWYMTowuplHF3xH0N/MmrZ/G3BDZnzAkRmxDadujCjaKM2hqYdCBOGw==
+ dependencies:
+ "@types/estree" "^1.0.0"
+ "@types/hast" "^3.0.0"
+ hast-util-to-estree "^3.0.0"
+
+rehype-stringify@^10.0.0, rehype-stringify@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/rehype-stringify/-/rehype-stringify-10.0.1.tgz#2ec1ebc56c6aba07905d3b4470bdf0f684f30b75"
+ integrity sha512-k9ecfXHmIPuFVI61B9DeLPN0qFHfawM6RsuX48hoqlaKSF61RskNjSm1lI8PhBEM0MRdLxVVm4WmTqJQccH9mA==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ hast-util-to-html "^9.0.0"
+ unified "^11.0.0"
+
+rehype@^13.0.1, rehype@^13.0.2:
+ version "13.0.2"
+ resolved "https://registry.yarnpkg.com/rehype/-/rehype-13.0.2.tgz#ab0b3ac26573d7b265a0099feffad450e4cf1952"
+ integrity sha512-j31mdaRFrwFRUIlxGeuPXXKWQxet52RBQRvCmzl5eCefn/KGbomK5GMHNMsOJf55fgo3qw5tST5neDuarDYR2A==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ rehype-parse "^9.0.0"
+ rehype-stringify "^10.0.0"
+ unified "^11.0.0"
+
+remark-directive@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/remark-directive/-/remark-directive-3.0.1.tgz#689ba332f156cfe1118e849164cc81f157a3ef0a"
+ integrity sha512-gwglrEQEZcZYgVyG1tQuA+h58EZfq5CSULw7J90AFuCTyib1thgHPoqQ+h9iFvU6R+vnZ5oNFQR5QKgGpk741A==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ mdast-util-directive "^3.0.0"
+ micromark-extension-directive "^3.0.0"
+ unified "^11.0.0"
+
+remark-gfm@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/remark-gfm/-/remark-gfm-4.0.1.tgz#33227b2a74397670d357bf05c098eaf8513f0d6b"
+ integrity sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ mdast-util-gfm "^3.0.0"
+ micromark-extension-gfm "^3.0.0"
+ remark-parse "^11.0.0"
+ remark-stringify "^11.0.0"
+ unified "^11.0.0"
+
+remark-mdx@^3.0.0:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.1.1.tgz#047f97038bc7ec387aebb4b0a4fe23779999d845"
+ integrity sha512-Pjj2IYlUY3+D8x00UJsIOg5BEvfMyeI+2uLPn9VO9Wg4MEtN/VTIq2NEJQfde9PnX15KgtHyl9S0BcTnWrIuWg==
+ dependencies:
+ mdast-util-mdx "^3.0.0"
+ micromark-extension-mdxjs "^3.0.0"
+
+remark-parse@^11.0.0:
+ version "11.0.0"
+ resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-11.0.0.tgz#aa60743fcb37ebf6b069204eb4da304e40db45a1"
+ integrity sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ mdast-util-from-markdown "^2.0.0"
+ micromark-util-types "^2.0.0"
+ unified "^11.0.0"
+
+remark-rehype@^11.0.0, remark-rehype@^11.1.2:
+ version "11.1.2"
+ resolved "https://registry.yarnpkg.com/remark-rehype/-/remark-rehype-11.1.2.tgz#2addaadda80ca9bd9aa0da763e74d16327683b37"
+ integrity sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==
+ dependencies:
+ "@types/hast" "^3.0.0"
+ "@types/mdast" "^4.0.0"
+ mdast-util-to-hast "^13.0.0"
+ unified "^11.0.0"
+ vfile "^6.0.0"
+
+remark-smartypants@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/remark-smartypants/-/remark-smartypants-3.0.2.tgz#cbaf2b39624c78fcbd6efa224678c1d2e9bc1dfb"
+ integrity sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==
+ dependencies:
+ retext "^9.0.0"
+ retext-smartypants "^6.0.0"
+ unified "^11.0.4"
+ unist-util-visit "^5.0.0"
+
+remark-stringify@^11.0.0:
+ version "11.0.0"
+ resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-11.0.0.tgz#4c5b01dd711c269df1aaae11743eb7e2e7636fd3"
+ integrity sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==
+ dependencies:
+ "@types/mdast" "^4.0.0"
+ mdast-util-to-markdown "^2.0.0"
+ unified "^11.0.0"
+
+restructure@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/restructure/-/restructure-3.0.2.tgz#e6b2fad214f78edee21797fa8160fef50eb9b49a"
+ integrity sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==
+
+retext-latin@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/retext-latin/-/retext-latin-4.0.0.tgz#d02498aa1fd39f1bf00e2ff59b1384c05d0c7ce3"
+ integrity sha512-hv9woG7Fy0M9IlRQloq/N6atV82NxLGveq+3H2WOi79dtIYWN8OaxogDm77f8YnVXJL2VD3bbqowu5E3EMhBYA==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+ parse-latin "^7.0.0"
+ unified "^11.0.0"
+
+retext-smartypants@^6.0.0:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/retext-smartypants/-/retext-smartypants-6.2.0.tgz#4e852c2974cf2cfa253eeec427c97efc43b5d158"
+ integrity sha512-kk0jOU7+zGv//kfjXEBjdIryL1Acl4i9XNkHxtM7Tm5lFiCog576fjNC9hjoR7LTKQ0DsPWy09JummSsH1uqfQ==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+ nlcst-to-string "^4.0.0"
+ unist-util-visit "^5.0.0"
+
+retext-stringify@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/retext-stringify/-/retext-stringify-4.0.0.tgz#501d5440bd4d121e351c7c509f8507de9611e159"
+ integrity sha512-rtfN/0o8kL1e+78+uxPTqu1Klt0yPzKuQ2BfWwwfgIUSayyzxpM1PJzkKt4V8803uB9qSy32MvI7Xep9khTpiA==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+ nlcst-to-string "^4.0.0"
+ unified "^11.0.0"
+
+retext@^9.0.0:
+ version "9.0.0"
+ resolved "https://registry.yarnpkg.com/retext/-/retext-9.0.0.tgz#ab5cd72836894167b0ca6ae70fdcfaa166267f7a"
+ integrity sha512-sbMDcpHCNjvlheSgMfEcVrZko3cDzdbe1x/e7G66dFp0Ff7Mldvi2uv6JkJQzdRcvLYE8CA8Oe8siQx8ZOgTcA==
+ dependencies:
+ "@types/nlcst" "^2.0.0"
+ retext-latin "^4.0.0"
+ retext-stringify "^4.0.0"
+ unified "^11.0.0"
+
+rimraf@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
+ dependencies:
+ glob "^7.1.3"
+
+robust-predicates@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/robust-predicates/-/robust-predicates-3.0.2.tgz#d5b28528c4824d20fc48df1928d41d9efa1ad771"
+ integrity sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==
+
+rollup@^4.34.9:
+ version "4.53.2"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.53.2.tgz#98e73ee51e119cb9d88b07d026c959522416420a"
+ integrity sha512-MHngMYwGJVi6Fmnk6ISmnk7JAHRNF0UkuucA0CUW3N3a4KnONPEZz+vUanQP/ZC/iY1Qkf3bwPWzyY84wEks1g==
+ dependencies:
+ "@types/estree" "1.0.8"
+ optionalDependencies:
+ "@rollup/rollup-android-arm-eabi" "4.53.2"
+ "@rollup/rollup-android-arm64" "4.53.2"
+ "@rollup/rollup-darwin-arm64" "4.53.2"
+ "@rollup/rollup-darwin-x64" "4.53.2"
+ "@rollup/rollup-freebsd-arm64" "4.53.2"
+ "@rollup/rollup-freebsd-x64" "4.53.2"
+ "@rollup/rollup-linux-arm-gnueabihf" "4.53.2"
+ "@rollup/rollup-linux-arm-musleabihf" "4.53.2"
+ "@rollup/rollup-linux-arm64-gnu" "4.53.2"
+ "@rollup/rollup-linux-arm64-musl" "4.53.2"
+ "@rollup/rollup-linux-loong64-gnu" "4.53.2"
+ "@rollup/rollup-linux-ppc64-gnu" "4.53.2"
+ "@rollup/rollup-linux-riscv64-gnu" "4.53.2"
+ "@rollup/rollup-linux-riscv64-musl" "4.53.2"
+ "@rollup/rollup-linux-s390x-gnu" "4.53.2"
+ "@rollup/rollup-linux-x64-gnu" "4.53.2"
+ "@rollup/rollup-linux-x64-musl" "4.53.2"
+ "@rollup/rollup-openharmony-arm64" "4.53.2"
+ "@rollup/rollup-win32-arm64-msvc" "4.53.2"
+ "@rollup/rollup-win32-ia32-msvc" "4.53.2"
+ "@rollup/rollup-win32-x64-gnu" "4.53.2"
+ "@rollup/rollup-win32-x64-msvc" "4.53.2"
+ fsevents "~2.3.2"
+
+roughjs@^4.6.6:
+ version "4.6.6"
+ resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.6.6.tgz#1059f49a5e0c80dee541a005b20cc322b222158b"
+ integrity sha512-ZUz/69+SYpFN/g/lUlo2FXcIjRkSu3nDarreVdGGndHEBJ6cXPdKguS8JGxwj5HA5xIbVKSmLgr5b3AWxtRfvQ==
+ dependencies:
+ hachure-fill "^0.5.2"
+ path-data-parser "^0.1.0"
+ points-on-curve "^0.2.0"
+ points-on-path "^0.2.1"
+
+rw@1:
+ version "1.3.3"
+ resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
+ integrity sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==
+
+"safer-buffer@>= 2.1.2 < 3.0.0":
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
+ integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
+
+sax@^1.4.1:
+ version "1.4.3"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.3.tgz#fcebae3b756cdc8428321805f4b70f16ec0ab5db"
+ integrity sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==
+
+semver@^7.7.2, semver@^7.7.3:
+ version "7.7.3"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
+ integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
+
+sharp@^0.34.0, sharp@^0.34.2:
+ version "0.34.5"
+ resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.34.5.tgz#b6f148e4b8c61f1797bde11a9d1cfebbae2c57b0"
+ integrity sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==
+ dependencies:
+ "@img/colour" "^1.0.0"
+ detect-libc "^2.1.2"
+ semver "^7.7.3"
+ optionalDependencies:
+ "@img/sharp-darwin-arm64" "0.34.5"
+ "@img/sharp-darwin-x64" "0.34.5"
+ "@img/sharp-libvips-darwin-arm64" "1.2.4"
+ "@img/sharp-libvips-darwin-x64" "1.2.4"
+ "@img/sharp-libvips-linux-arm" "1.2.4"
+ "@img/sharp-libvips-linux-arm64" "1.2.4"
+ "@img/sharp-libvips-linux-ppc64" "1.2.4"
+ "@img/sharp-libvips-linux-riscv64" "1.2.4"
+ "@img/sharp-libvips-linux-s390x" "1.2.4"
+ "@img/sharp-libvips-linux-x64" "1.2.4"
+ "@img/sharp-libvips-linuxmusl-arm64" "1.2.4"
+ "@img/sharp-libvips-linuxmusl-x64" "1.2.4"
+ "@img/sharp-linux-arm" "0.34.5"
+ "@img/sharp-linux-arm64" "0.34.5"
+ "@img/sharp-linux-ppc64" "0.34.5"
+ "@img/sharp-linux-riscv64" "0.34.5"
+ "@img/sharp-linux-s390x" "0.34.5"
+ "@img/sharp-linux-x64" "0.34.5"
+ "@img/sharp-linuxmusl-arm64" "0.34.5"
+ "@img/sharp-linuxmusl-x64" "0.34.5"
+ "@img/sharp-wasm32" "0.34.5"
+ "@img/sharp-win32-arm64" "0.34.5"
+ "@img/sharp-win32-ia32" "0.34.5"
+ "@img/sharp-win32-x64" "0.34.5"
+
+shiki@^3.12.0, shiki@^3.13.0, shiki@^3.2.2:
+ version "3.15.0"
+ resolved "https://registry.yarnpkg.com/shiki/-/shiki-3.15.0.tgz#27cb37a080f987a4ec3a0402137b72f7400b8ea4"
+ integrity sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==
+ dependencies:
+ "@shikijs/core" "3.15.0"
+ "@shikijs/engine-javascript" "3.15.0"
+ "@shikijs/engine-oniguruma" "3.15.0"
+ "@shikijs/langs" "3.15.0"
+ "@shikijs/themes" "3.15.0"
+ "@shikijs/types" "3.15.0"
+ "@shikijs/vscode-textmate" "^10.0.2"
+ "@types/hast" "^3.0.4"
+
+sisteransi@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
+ integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
+
+sitemap@^8.0.0:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/sitemap/-/sitemap-8.0.2.tgz#27bddb5fc2c61a1cf8f0194674cd89d762c9f5ae"
+ integrity sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==
+ dependencies:
+ "@types/node" "^17.0.5"
+ "@types/sax" "^1.2.1"
+ arg "^5.0.0"
+ sax "^1.4.1"
+
+smol-toml@^1.4.2:
+ version "1.4.2"
+ resolved "https://registry.yarnpkg.com/smol-toml/-/smol-toml-1.4.2.tgz#46c4dcc71f982040085ee54b22377c96a4597ce3"
+ integrity sha512-rInDH6lCNiEyn3+hH8KVGFdbjc099j47+OSgbMrfDYX1CmXLfdKd7qi6IfcWj2wFxvSVkuI46M+wPGYfEOEj6g==
+
+source-map-js@^1.0.1, source-map-js@^1.2.0, source-map-js@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
+ integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
+
+source-map@^0.7.0, source-map@^0.7.6:
+ version "0.7.6"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.6.tgz#a3658ab87e5b6429c8a1f3ba0083d4c61ca3ef02"
+ integrity sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==
+
+space-separated-tokens@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
+ integrity sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==
+
+starlight-contributor-list@^0.3.1:
+ version "0.3.1"
+ resolved "https://registry.yarnpkg.com/starlight-contributor-list/-/starlight-contributor-list-0.3.1.tgz#7027f2a2897ea9222fd619925cf644aa12935124"
+ integrity sha512-8F3BcnqeCgvI/OcagJCBsp71/XU9/zDiuSmsgAkWrRTxql0H2bG9Z9VXvmwzB/569QVlAsOwK7StAxDxqG6Myw==
+ dependencies:
+ "@11ty/eleventy-fetch" "^4.0.1"
+
+starlight-cooler-credit@^0.4.1:
+ version "0.4.1"
+ resolved "https://registry.yarnpkg.com/starlight-cooler-credit/-/starlight-cooler-credit-0.4.1.tgz#54551a35177143ef13525823aa279bc8d972ee23"
+ integrity sha512-XXfheeUWSBidS6aJMB1aksn3Zl+kBpMjmuZDFoiHzeCqzjGeTfgYz2AGo/eRNIXOkJlmk4wpUoD29xCtnrmn1A==
+ dependencies:
+ change-case "^5.4.4"
+
+starlight-links-validator@^0.19.1:
+ version "0.19.1"
+ resolved "https://registry.yarnpkg.com/starlight-links-validator/-/starlight-links-validator-0.19.1.tgz#7c3c2f25e988104627c563ffbd27e523735200f1"
+ integrity sha512-Ermpe7zJG5uRJUqIWflX4VNLozOBX2/N4XvHvyaPQcHsfdN7y81qEd3n56PYdVb3Tj4/6ZFFSfAtiCe78XtBVw==
+ dependencies:
+ "@types/picomatch" "^3.0.1"
+ github-slugger "^2.0.0"
+ hast-util-from-html "^2.0.3"
+ hast-util-has-property "^3.0.0"
+ is-absolute-url "^4.0.1"
+ kleur "^4.1.5"
+ mdast-util-mdx-jsx "^3.1.3"
+ mdast-util-to-string "^4.0.0"
+ picomatch "^4.0.2"
+ terminal-link "^5.0.0"
+ unist-util-visit "^5.0.0"
+
+stream-replace-string@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/stream-replace-string/-/stream-replace-string-2.0.0.tgz#e49fd584bd1c633613e010bc73b9db49cb5024ad"
+ integrity sha512-TlnjJ1C0QrmxRNrON00JvaFFlNh5TTG00APw23j74ET7gkQpTASi6/L2fuiav8pzK715HXtUeClpBTw2NPSn6w==
+
+string-width@^4.1.0:
+ version "4.2.3"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
+ dependencies:
+ emoji-regex "^8.0.0"
+ is-fullwidth-code-point "^3.0.0"
+ strip-ansi "^6.0.1"
+
+string-width@^7.0.0, string-width@^7.2.0:
+ version "7.2.0"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
+ integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
+ dependencies:
+ emoji-regex "^10.3.0"
+ get-east-asian-width "^1.0.0"
+ strip-ansi "^7.1.0"
+
+stringify-entities@^4.0.0:
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/stringify-entities/-/stringify-entities-4.0.4.tgz#b3b79ef5f277cc4ac73caeb0236c5ba939b3a4f3"
+ integrity sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==
+ dependencies:
+ character-entities-html4 "^2.0.0"
+ character-entities-legacy "^3.0.0"
+
+strip-ansi@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
+ dependencies:
+ ansi-regex "^5.0.1"
+
+strip-ansi@^7.1.0:
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
+ integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
+ dependencies:
+ ansi-regex "^6.0.1"
+
+style-to-js@^1.0.0:
+ version "1.1.19"
+ resolved "https://registry.yarnpkg.com/style-to-js/-/style-to-js-1.1.19.tgz#f3f671e74764c1e8eebfba95a9a672acf5c19011"
+ integrity sha512-Ev+SgeqiNGT1ufsXyVC5RrJRXdrkRJ1Gol9Qw7Pb72YCKJXrBvP0ckZhBeVSrw2m06DJpei2528uIpjMb4TsoQ==
+ dependencies:
+ style-to-object "1.0.12"
+
+style-to-object@1.0.12:
+ version "1.0.12"
+ resolved "https://registry.yarnpkg.com/style-to-object/-/style-to-object-1.0.12.tgz#03a30e7f4e555bf50845f8b55c7d5bc2248e03f0"
+ integrity sha512-ddJqYnoT4t97QvN2C95bCgt+m7AAgXjVnkk/jxAfmp7EAB8nnqqZYEbMd3em7/vEomDb2LAQKAy1RFfv41mdNw==
+ dependencies:
+ inline-style-parser "0.2.6"
+
+stylis@^4.3.6:
+ version "4.3.6"
+ resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.3.6.tgz#7c7b97191cb4f195f03ecab7d52f7902ed378320"
+ integrity sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ==
+
+supports-color@^10.0.0:
+ version "10.2.2"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-10.2.2.tgz#466c2978cc5cd0052d542a0b576461c2b802ebb4"
+ integrity sha512-SS+jx45GF1QjgEXQx4NJZV9ImqmO2NPz5FNsIHrsDjh2YsHnawpan7SNQ1o8NuhrbHZy9AZhIoCUiCeaW/C80g==
+
+supports-hyperlinks@^4.1.0:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-4.3.0.tgz#bf2081f57031225d2afb0800d89fa46d5ea74419"
+ integrity sha512-i6sWEzuwadSlcr2mOnb0ktlIl+K5FVxsPXmoPfknDd2gyw4ZBIAZ5coc0NQzYqDdEYXMHy8NaY9rWwa1Q1myiQ==
+ dependencies:
+ has-flag "^5.0.1"
+ supports-color "^10.0.0"
+
+terminal-link@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-5.0.0.tgz#f0447c8940418ab49b9b9bbc47a4ad2fa8ba81e7"
+ integrity sha512-qFAy10MTMwjzjU8U16YS4YoZD+NQLHzLssFMNqgravjbvIPNiqkGFR4yjhJfmY9R5OFU7+yHxc6y+uGHkKwLRA==
+ dependencies:
+ ansi-escapes "^7.0.0"
+ supports-hyperlinks "^4.1.0"
+
+tiny-inflate@^1.0.0, tiny-inflate@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz#122715494913a1805166aaf7c93467933eea26c4"
+ integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
+
+tinyexec@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
+ integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
+
+tinyglobby@^0.2.13, tinyglobby@^0.2.14:
+ version "0.2.15"
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
+ integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
+ dependencies:
+ fdir "^6.5.0"
+ picomatch "^4.0.3"
+
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+ integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
+
+trim-lines@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/trim-lines/-/trim-lines-3.0.1.tgz#d802e332a07df861c48802c04321017b1bd87338"
+ integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
+
+trough@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
+ integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
+
+ts-dedent@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"
+ integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==
+
+tsconfck@^3.1.6:
+ version "3.1.6"
+ resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.1.6.tgz#da1f0b10d82237ac23422374b3fce1edb23c3ead"
+ integrity sha512-ks6Vjr/jEw0P1gmOVwutM3B7fWxoWBL2KRDb1JfqGVawBmO5UsvmWOQFGHBPl5yxYz4eERr19E6L7NMv+Fej4w==
+
+tslib@^2.4.0, tslib@^2.8.0:
+ version "2.8.1"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
+
+type-fest@^4.21.0:
+ version "4.41.0"
+ resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.41.0.tgz#6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58"
+ integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
+
+ufo@^1.6.1:
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b"
+ integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==
+
+ultrahtml@^1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/ultrahtml/-/ultrahtml-1.6.0.tgz#0d1aad7bbfeae512438d30e799c11622127a1ac8"
+ integrity sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==
+
+uncrypto@^0.1.3:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/uncrypto/-/uncrypto-0.1.3.tgz#e1288d609226f2d02d8d69ee861fa20d8348ef2b"
+ integrity sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==
+
+undici-types@~7.16.0:
+ version "7.16.0"
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
+ integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
+
+unicode-properties@^1.4.0:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/unicode-properties/-/unicode-properties-1.4.1.tgz#96a9cffb7e619a0dc7368c28da27e05fc8f9be5f"
+ integrity sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==
+ dependencies:
+ base64-js "^1.3.0"
+ unicode-trie "^2.0.0"
+
+unicode-trie@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/unicode-trie/-/unicode-trie-2.0.0.tgz#8fd8845696e2e14a8b67d78fa9e0dd2cad62fec8"
+ integrity sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==
+ dependencies:
+ pako "^0.2.5"
+ tiny-inflate "^1.0.0"
+
+unified@^11.0.0, unified@^11.0.4, unified@^11.0.5:
+ version "11.0.5"
+ resolved "https://registry.yarnpkg.com/unified/-/unified-11.0.5.tgz#f66677610a5c0a9ee90cab2b8d4d66037026d9e1"
+ integrity sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ bail "^2.0.0"
+ devlop "^1.0.0"
+ extend "^3.0.0"
+ is-plain-obj "^4.0.0"
+ trough "^2.0.0"
+ vfile "^6.0.0"
+
+unifont@~0.6.0:
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/unifont/-/unifont-0.6.0.tgz#c0ddd6411f1917f934907d989b4566842c5b482b"
+ integrity sha512-5Fx50fFQMQL5aeHyWnZX9122sSLckcDvcfFiBf3QYeHa7a1MKJooUy52b67moi2MJYkrfo/TWY+CoLdr/w0tTA==
+ dependencies:
+ css-tree "^3.0.0"
+ ofetch "^1.4.1"
+ ohash "^2.0.0"
+
+unist-util-find-after@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz#3fccc1b086b56f34c8b798e1ff90b5c54468e896"
+ integrity sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-is "^6.0.0"
+
+unist-util-is@^6.0.0:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-6.0.1.tgz#d0a3f86f2dd0db7acd7d8c2478080b5c67f9c6a9"
+ integrity sha512-LsiILbtBETkDz8I9p1dQ0uyRUWuaQzd/cuEeS1hoRSyW5E5XGmTzlwY1OrNzzakGowI9Dr/I8HVaw4hTtnxy8g==
+ dependencies:
+ "@types/unist" "^3.0.0"
+
+unist-util-modify-children@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
+ integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ array-iterate "^2.0.0"
+
+unist-util-position-from-estree@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-position-from-estree/-/unist-util-position-from-estree-2.0.0.tgz#d94da4df596529d1faa3de506202f0c9a23f2200"
+ integrity sha512-KaFVRjoqLyF6YXCbVLNad/eS4+OfPQQn2yOd7zF/h5T/CSL2v8NpN6a5TPvtbXthAGw5nG+PuTtq+DdIZr+cRQ==
+ dependencies:
+ "@types/unist" "^3.0.0"
+
+unist-util-position@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-5.0.0.tgz#678f20ab5ca1207a97d7ea8a388373c9cf896be4"
+ integrity sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==
+ dependencies:
+ "@types/unist" "^3.0.0"
+
+unist-util-remove-position@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-5.0.0.tgz#fea68a25658409c9460408bc6b4991b965b52163"
+ integrity sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-visit "^5.0.0"
+
+unist-util-stringify-position@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz#449c6e21a880e0855bf5aabadeb3a740314abac2"
+ integrity sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==
+ dependencies:
+ "@types/unist" "^3.0.0"
+
+unist-util-visit-children@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz#4bced199b71d7f3c397543ea6cc39e7a7f37dc7e"
+ integrity sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==
+ dependencies:
+ "@types/unist" "^3.0.0"
+
+unist-util-visit-parents@^6.0.0, unist-util-visit-parents@^6.0.1:
+ version "6.0.2"
+ resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz#777df7fb98652ce16b4b7cd999d0a1a40efa3a02"
+ integrity sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-is "^6.0.0"
+
+unist-util-visit@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-5.0.0.tgz#a7de1f31f72ffd3519ea71814cccf5fd6a9217d6"
+ integrity sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-is "^6.0.0"
+ unist-util-visit-parents "^6.0.0"
+
+unstorage@^1.17.0:
+ version "1.17.2"
+ resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.17.2.tgz#543d06f24e5b2005b2e9c15ea4180782df987a11"
+ integrity sha512-cKEsD6iBWJgOMJ6vW1ID/SYuqNf8oN4yqRk8OYqaVQ3nnkJXOT1PSpaMh2QfzLs78UN5kSNRD2c/mgjT8tX7+w==
+ dependencies:
+ anymatch "^3.1.3"
+ chokidar "^4.0.3"
+ destr "^2.0.5"
+ h3 "^1.15.4"
+ lru-cache "^10.4.3"
+ node-fetch-native "^1.6.7"
+ ofetch "^1.5.0"
+ ufo "^1.6.1"
+
+util-deprecate@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
+ integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
+
+uuid@^11.1.0:
+ version "11.1.0"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912"
+ integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==
+
+vfile-location@^5.0.0:
+ version "5.0.3"
+ resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-5.0.3.tgz#cb9eacd20f2b6426d19451e0eafa3d0a846225c3"
+ integrity sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ vfile "^6.0.0"
+
+vfile-message@^4.0.0:
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-4.0.3.tgz#87b44dddd7b70f0641c2e3ed0864ba73e2ea8df4"
+ integrity sha512-QTHzsGd1EhbZs4AsQ20JX1rC3cOlt/IWJruk893DfLRr57lcnOeMaWG4K0JrRta4mIJZKth2Au3mM3u03/JWKw==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ unist-util-stringify-position "^4.0.0"
+
+vfile@^6.0.0, vfile@^6.0.2, vfile@^6.0.3:
+ version "6.0.3"
+ resolved "https://registry.yarnpkg.com/vfile/-/vfile-6.0.3.tgz#3652ab1c496531852bf55a6bac57af981ebc38ab"
+ integrity sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==
+ dependencies:
+ "@types/unist" "^3.0.0"
+ vfile-message "^4.0.0"
+
+vite@^6.4.1:
+ version "6.4.1"
+ resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.1.tgz#afbe14518cdd6887e240a4b0221ab6d0ce733f96"
+ integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==
+ dependencies:
+ esbuild "^0.25.0"
+ fdir "^6.4.4"
+ picomatch "^4.0.2"
+ postcss "^8.5.3"
+ rollup "^4.34.9"
+ tinyglobby "^0.2.13"
+ optionalDependencies:
+ fsevents "~2.3.3"
+
+vitefu@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/vitefu/-/vitefu-1.1.1.tgz#c39b7e4c91bf2f6c590fb96e0758f394dff5795b"
+ integrity sha512-B/Fegf3i8zh0yFbpzZ21amWzHmuNlLlmJT6n7bu5e+pCHUKQIfXSYokrqOBGEMMe9UG2sostKQF9mml/vYaWJQ==
+
+vscode-jsonrpc@8.2.0:
+ version "8.2.0"
+ resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz#f43dfa35fb51e763d17cd94dcca0c9458f35abf9"
+ integrity sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==
+
+vscode-languageserver-protocol@3.17.5:
+ version "3.17.5"
+ resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz#864a8b8f390835572f4e13bd9f8313d0e3ac4bea"
+ integrity sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg==
+ dependencies:
+ vscode-jsonrpc "8.2.0"
+ vscode-languageserver-types "3.17.5"
+
+vscode-languageserver-textdocument@~1.0.11:
+ version "1.0.12"
+ resolved "https://registry.yarnpkg.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz#457ee04271ab38998a093c68c2342f53f6e4a631"
+ integrity sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA==
+
+vscode-languageserver-types@3.17.5:
+ version "3.17.5"
+ resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz#3273676f0cf2eab40b3f44d085acbb7f08a39d8a"
+ integrity sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg==
+
+vscode-languageserver@~9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/vscode-languageserver/-/vscode-languageserver-9.0.1.tgz#500aef82097eb94df90d008678b0b6b5f474015b"
+ integrity sha512-woByF3PDpkHFUreUa7Hos7+pUWdeWMXRd26+ZX2A8cFx6v/JPTtd4/uN0/jB6XQHYaOlHbio03NTHCqrgG5n7g==
+ dependencies:
+ vscode-languageserver-protocol "3.17.5"
+
+vscode-uri@~3.0.8:
+ version "3.0.8"
+ resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.8.tgz#1770938d3e72588659a172d0fd4642780083ff9f"
+ integrity sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==
+
+web-namespaces@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"
+ integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
+
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+ integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
+
+whatwg-url@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
+ integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
+which-pm-runs@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.1.0.tgz#35ccf7b1a0fce87bd8b92a478c9d045785d3bf35"
+ integrity sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==
+
+widest-line@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-5.0.0.tgz#b74826a1e480783345f0cd9061b49753c9da70d0"
+ integrity sha512-c9bZp7b5YtRj2wOe6dlj32MK+Bx/M/d+9VB2SHM1OtsUHR0aV0tdP6DWh/iMt0kWi1t5g1Iudu6hQRNd1A4PVA==
+ dependencies:
+ string-width "^7.0.0"
+
+wrap-ansi@^9.0.0:
+ version "9.0.2"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
+ integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
+ dependencies:
+ ansi-styles "^6.2.1"
+ string-width "^7.0.0"
+ strip-ansi "^7.1.0"
+
+wrappy@1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+ integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
+
+xxhash-wasm@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/xxhash-wasm/-/xxhash-wasm-1.1.0.tgz#ffe7f0b98220a4afac171e3fb9b6d1f8771f015e"
+ integrity sha512-147y/6YNh+tlp6nd/2pWq38i9h6mz/EuQ6njIrmW8D1BS5nCqs0P6DG+m6zTGnNz5I+uhZ0SHxBs9BsPrwcKDA==
+
+yargs-parser@^21.1.1:
+ version "21.1.1"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
+ integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
+
+yocto-queue@^1.1.1:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.2.2.tgz#3e09c95d3f1aa89a58c114c99223edf639152c00"
+ integrity sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==
+
+yocto-spinner@^0.2.3:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/yocto-spinner/-/yocto-spinner-0.2.3.tgz#e803d2f267c7f0c3188645878522066764263a13"
+ integrity sha512-sqBChb33loEnkoXte1bLg45bEBsOP9N1kzQh5JZNKj/0rik4zAPTNSAVPj3uQAdc6slYJ0Ksc403G2XgxsJQFQ==
+ dependencies:
+ yoctocolors "^2.1.1"
+
+yoctocolors@^2.1.1:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/yoctocolors/-/yoctocolors-2.1.2.tgz#d795f54d173494e7d8db93150cec0ed7f678c83a"
+ integrity sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==
+
+zod-to-json-schema@^3.24.6:
+ version "3.24.6"
+ resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.24.6.tgz#5920f020c4d2647edfbb954fa036082b92c9e12d"
+ integrity sha512-h/z3PKvcTcTetyjl1fkj79MHNEjm+HpD6NXheWjzOekY7kV+lwDYnHw+ivHkijnCSMz1yJaWBD9vu/Fcmk+vEg==
+
+zod-to-ts@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/zod-to-ts/-/zod-to-ts-1.2.0.tgz#873a2fd8242d7b649237be97e0c64d7954ae0c51"
+ integrity sha512-x30XE43V+InwGpvTySRNz9kB7qFU8DlyEy7BsSTCHPH1R0QasMmHWZDCzYm6bVXtj/9NNJAZF3jW8rzFvH5OFA==
+
+zod@^3.25.76:
+ version "3.25.76"
+ resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
+ integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
+
+zwitch@^2.0.0, zwitch@^2.0.4:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-2.0.4.tgz#c827d4b0acb76fc3e685a4c6ec2902d51070e9d7"
+ integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
diff --git a/eslint.config.mjs b/eslint.config.mjs
index 9f8be00..5dc9aed 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -15,7 +15,7 @@ export default [
},
},
{
- ignores: ["public", "vendor", "webpack.config.js"]
+ ignores: ["public", "vendor", "webpack.config.js", "docs"]
},
{
settings: {
diff --git a/migrations/Version20251031115210.php b/migrations/Version20251031115210.php
new file mode 100644
index 0000000..cfc0d8e
--- /dev/null
+++ b/migrations/Version20251031115210.php
@@ -0,0 +1,47 @@
+addSql('CREATE TABLE domain_purchase (id UUID NOT NULL, domain_id VARCHAR(255) NOT NULL, connector_id UUID DEFAULT NULL, user_id INT DEFAULT NULL, domain_updated_at TIMESTAMP(0) WITHOUT TIME ZONE NOT NULL, domain_ordered_at TIMESTAMP(0) WITHOUT TIME ZONE DEFAULT NULL, connector_provider VARCHAR(255) NOT NULL, domain_deleted_at TIMESTAMP(0) WITHOUT TIME ZONE NOT NULL, PRIMARY KEY(id))');
+ $this->addSql('CREATE INDEX IDX_72999E74115F0EE5 ON domain_purchase (domain_id)');
+ $this->addSql('CREATE INDEX IDX_72999E744D085745 ON domain_purchase (connector_id)');
+ $this->addSql('CREATE INDEX IDX_72999E74A76ED395 ON domain_purchase (user_id)');
+ $this->addSql('COMMENT ON COLUMN domain_purchase.id IS \'(DC2Type:uuid)\'');
+ $this->addSql('COMMENT ON COLUMN domain_purchase.connector_id IS \'(DC2Type:uuid)\'');
+ $this->addSql('COMMENT ON COLUMN domain_purchase.domain_updated_at IS \'(DC2Type:datetime_immutable)\'');
+ $this->addSql('COMMENT ON COLUMN domain_purchase.domain_ordered_at IS \'(DC2Type:datetime_immutable)\'');
+ $this->addSql('COMMENT ON COLUMN domain_purchase.domain_deleted_at IS \'(DC2Type:datetime_immutable)\'');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E74115F0EE5 FOREIGN KEY (domain_id) REFERENCES domain (ldh_name) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E744D085745 FOREIGN KEY (connector_id) REFERENCES connector (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E74A76ED395 FOREIGN KEY (user_id) REFERENCES "user" (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE watchlist ALTER enabled DROP DEFAULT');
+ }
+
+ public function down(Schema $schema): void
+ {
+ // this down() migration is auto-generated, please modify it to your needs
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E74115F0EE5');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E744D085745');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E74A76ED395');
+ $this->addSql('DROP TABLE domain_purchase');
+ $this->addSql('ALTER TABLE watchlist ALTER enabled SET DEFAULT true');
+ }
+}
diff --git a/migrations/Version20251031141153.php b/migrations/Version20251031141153.php
new file mode 100644
index 0000000..d97f795
--- /dev/null
+++ b/migrations/Version20251031141153.php
@@ -0,0 +1,43 @@
+addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E74115F0EE5');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E744D085745');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT FK_72999E74A76ED395');
+ $this->addSql('ALTER TABLE domain_purchase ALTER domain_id DROP NOT NULL');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E74115F0EE5 FOREIGN KEY (domain_id) REFERENCES domain (ldh_name) ON DELETE CASCADE NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E744D085745 FOREIGN KEY (connector_id) REFERENCES connector (id) ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT FK_72999E74A76ED395 FOREIGN KEY (user_id) REFERENCES "user" (id) ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE');
+ }
+
+ public function down(Schema $schema): void
+ {
+ // this down() migration is auto-generated, please modify it to your needs
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT fk_72999e74115f0ee5');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT fk_72999e744d085745');
+ $this->addSql('ALTER TABLE domain_purchase DROP CONSTRAINT fk_72999e74a76ed395');
+ $this->addSql('ALTER TABLE domain_purchase ALTER domain_id SET NOT NULL');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT fk_72999e74115f0ee5 FOREIGN KEY (domain_id) REFERENCES domain (ldh_name) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT fk_72999e744d085745 FOREIGN KEY (connector_id) REFERENCES connector (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ $this->addSql('ALTER TABLE domain_purchase ADD CONSTRAINT fk_72999e74a76ed395 FOREIGN KEY (user_id) REFERENCES "user" (id) NOT DEFERRABLE INITIALLY IMMEDIATE');
+ }
+}
diff --git a/migrations/Version20251106131135.php b/migrations/Version20251106131135.php
new file mode 100644
index 0000000..7e58b42
--- /dev/null
+++ b/migrations/Version20251106131135.php
@@ -0,0 +1,37 @@
+addSql('CREATE INDEX domain_entity_roles_idx ON domain_entity USING GIN (roles)');
+ $this->addSql('CREATE INDEX domain_event_action_idx ON domain_event (action)');
+ $this->addSql('CREATE INDEX entity_event_action_idx ON entity_event (action)');
+ $this->addSql('CREATE INDEX icann_accreditation_status_idx ON icann_accreditation (status)');
+ $this->addSql('CREATE INDEX tld_type_idx ON tld (type)');
+ }
+
+ public function down(Schema $schema): void
+ {
+ $this->addSql('DROP INDEX domain_entity_roles_idx');
+ $this->addSql('DROP INDEX icann_accreditation_status_idx');
+ $this->addSql('DROP INDEX tld_type_idx');
+ $this->addSql('DROP INDEX domain_event_action_idx');
+ $this->addSql('DROP INDEX entity_event_action_idx');
+ }
+}
diff --git a/migrations/Version20251106151250.php b/migrations/Version20251106151250.php
new file mode 100644
index 0000000..577eabe
--- /dev/null
+++ b/migrations/Version20251106151250.php
@@ -0,0 +1,47 @@
+addSql("UPDATE domain_status
+SET add_status = (
+ SELECT jsonb_agg(value::text::jsonb)
+ FROM jsonb_array_elements(
+ CASE
+ WHEN jsonb_typeof(add_status) = 'array' THEN add_status
+ WHEN jsonb_typeof(add_status) = 'object' THEN to_jsonb(array(SELECT jsonb_array_elements_text(jsonb_agg(value)) FROM jsonb_each_text(add_status)))
+ ELSE '[]'::jsonb
+ END
+ ) AS t(value)
+), delete_status = (
+ SELECT jsonb_agg(value::text::jsonb)
+ FROM jsonb_array_elements(
+ CASE
+ WHEN jsonb_typeof(delete_status) = 'array' THEN delete_status
+ WHEN jsonb_typeof(delete_status) = 'object' THEN to_jsonb(array(SELECT jsonb_array_elements_text(jsonb_agg(value)) FROM jsonb_each_text(delete_status)))
+ ELSE '[]'::jsonb
+ END
+ ) AS t(value)
+)");
+ }
+
+ public function down(Schema $schema): void
+ {
+ }
+}
diff --git a/migrations/Version20251108171723.php b/migrations/Version20251108171723.php
new file mode 100644
index 0000000..2403e6b
--- /dev/null
+++ b/migrations/Version20251108171723.php
@@ -0,0 +1,35 @@
+addSql('ALTER TABLE entity ADD j_card_fn VARCHAR(255) GENERATED ALWAYS AS (UPPER(jsonb_path_query_first(j_card, \'$[1]?(@[0] == "fn")[3]\') #>> \'{}\')) STORED');
+ $this->addSql('ALTER TABLE entity ADD j_card_org VARCHAR(255) GENERATED ALWAYS AS (UPPER(jsonb_path_query_first(j_card, \'$[1]?(@[0] == "org")[3]\') #>> \'{}\')) STORED');
+ $this->addSql('CREATE INDEX entity_j_card_fn_idx ON entity (j_card_fn)');
+ $this->addSql('CREATE INDEX entity_j_card_org_idx ON entity (j_card_org)');
+ }
+
+ public function down(Schema $schema): void
+ {
+ $this->addSql('DROP INDEX entity_j_card_fn_idx');
+ $this->addSql('DROP INDEX entity_j_card_org_idx');
+ $this->addSql('ALTER TABLE entity DROP j_card_fn');
+ $this->addSql('ALTER TABLE entity DROP j_card_org');
+ }
+}
diff --git a/src/Command/BatchRegisterDomainCommand.php b/src/Command/BatchRegisterDomainCommand.php
new file mode 100644
index 0000000..51d2e34
--- /dev/null
+++ b/src/Command/BatchRegisterDomainCommand.php
@@ -0,0 +1,71 @@
+addArgument('file', InputArgument::REQUIRED, 'Path to a file containing a list of domain names')
+ ->addOption('only-new', 'on', InputOption::VALUE_NEGATABLE, 'Do not update domain names if they are already in the database', false)
+ ;
+ }
+
+ /**
+ * @throws ExceptionInterface
+ */
+ protected function execute(InputInterface $input, OutputInterface $output): int
+ {
+ $io = new SymfonyStyle($input, $output);
+ $file = $input->getArgument('file');
+ $onlyNew = (bool) $input->getOption('only-new');
+
+ if (!file_exists($file) || !is_readable($file)) {
+ $io->error(sprintf('File "%s" does not exist or is not readable.', $file));
+
+ return Command::FAILURE;
+ }
+ $domains = file($file, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
+
+ if (empty($domains)) {
+ $io->warning('The list is empty.');
+
+ return Command::SUCCESS;
+ }
+
+ $io->title('Registering domains');
+ /** @var string $ldhName */
+ foreach ($domains as $ldhName) {
+ $this->messageBus->dispatch(new UpdateDomain($ldhName, null, $onlyNew), [
+ new TransportNamesStamp('rdap_low'),
+ ]);
+ }
+
+ $io->success(sprintf('Imported %d domain names.', count($domains)));
+
+ return Command::SUCCESS;
+ }
+}
diff --git a/src/Command/ProcessWatchlistCommand.php b/src/Command/ProcessWatchlistCommand.php
index 1d4a84a..a923f13 100644
--- a/src/Command/ProcessWatchlistCommand.php
+++ b/src/Command/ProcessWatchlistCommand.php
@@ -2,7 +2,7 @@
namespace App\Command;
-use App\Message\ProcessWatchlistTrigger;
+use App\Message\ProcessAllWatchlist;
use Symfony\Component\Console\Attribute\AsCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
@@ -33,7 +33,7 @@ class ProcessWatchlistCommand extends Command
{
$io = new SymfonyStyle($input, $output);
- $this->bus->dispatch(new ProcessWatchlistTrigger());
+ $this->bus->dispatch(new ProcessAllWatchlist());
$io->success('Watchlist processing triggered!');
diff --git a/src/Command/RegisterDomainCommand.php b/src/Command/RegisterDomainCommand.php
index 7d4e281..9a611d1 100644
--- a/src/Command/RegisterDomainCommand.php
+++ b/src/Command/RegisterDomainCommand.php
@@ -3,7 +3,7 @@
namespace App\Command;
use App\Entity\Watchlist;
-use App\Message\SendDomainEventNotif;
+use App\Message\DetectDomainChange;
use App\Repository\DomainRepository;
use App\Service\RDAPService;
use Random\Randomizer;
@@ -64,7 +64,7 @@ class RegisterDomainCommand extends Command
/** @var Watchlist $watchlist */
foreach ($watchlists as $watchlist) {
- $this->bus->dispatch(new SendDomainEventNotif($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
+ $this->bus->dispatch(new DetectDomainChange($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
}
}
} catch (\Throwable $e) {
diff --git a/src/Controller/MeController.php b/src/Controller/MeController.php
index 20ca66e..4590eb2 100644
--- a/src/Controller/MeController.php
+++ b/src/Controller/MeController.php
@@ -12,14 +12,14 @@ class MeController extends AbstractController
{
public function __construct(
private readonly SerializerInterface $serializer,
- private readonly RateLimiterFactory $rdapRequestsLimiter,
+ private readonly RateLimiterFactory $userRdapRequestsLimiter,
) {
}
public function __invoke(): Response
{
$user = $this->getUser();
- $limiter = $this->rdapRequestsLimiter->create($user->getUserIdentifier());
+ $limiter = $this->userRdapRequestsLimiter->create($user->getUserIdentifier());
$limit = $limiter->consume(0);
$data = $this->serializer->serialize($user, 'json', ['groups' => 'user:list']);
diff --git a/src/Controller/StatisticsController.php b/src/Controller/StatisticsController.php
index a1685ae..7fda1ff 100644
--- a/src/Controller/StatisticsController.php
+++ b/src/Controller/StatisticsController.php
@@ -3,6 +3,7 @@
namespace App\Controller;
use App\Entity\Statistics;
+use App\Repository\DomainPurchaseRepository;
use App\Repository\DomainRepository;
use App\Repository\WatchlistRepository;
use Psr\Cache\CacheItemPoolInterface;
@@ -16,6 +17,7 @@ class StatisticsController extends AbstractController
private readonly CacheItemPoolInterface $pool,
private readonly DomainRepository $domainRepository,
private readonly WatchlistRepository $watchlistRepository,
+ private readonly DomainPurchaseRepository $domainPurchaseRepository,
private readonly KernelInterface $kernel,
) {
}
@@ -29,8 +31,12 @@ class StatisticsController extends AbstractController
$stats
->setRdapQueries($this->pool->getItem('stats.rdap_queries.count')->get() ?? 0)
- ->setDomainPurchased($this->pool->getItem('stats.domain.purchased')->get() ?? 0)
- ->setDomainPurchaseFailed($this->pool->getItem('stats.domain.purchase.failed')->get() ?? 0)
+ ->setDomainPurchased(
+ $this->getCachedItem('stats.domain.purchase', fn () => $this->domainPurchaseRepository->count())
+ )
+ ->setDomainPurchaseFailed(
+ $this->getCachedItem('stats.domain.purchase.failed', fn () => $this->domainPurchaseRepository->countFailDomainPurchase())
+ )
->setAlertSent($this->pool->getItem('stats.alert.sent')->get() ?? 0)
->setDomainTracked(
diff --git a/src/Controller/WatchlistController.php b/src/Controller/WatchlistController.php
index 16b59a9..556f9b9 100644
--- a/src/Controller/WatchlistController.php
+++ b/src/Controller/WatchlistController.php
@@ -11,7 +11,6 @@ use App\Repository\DomainRepository;
use App\Repository\WatchlistRepository;
use App\Service\CalendarService;
use App\Service\RDAPService;
-use Doctrine\Common\Collections\Collection;
use Eluceo\iCal\Domain\Entity\Calendar;
use Eluceo\iCal\Presentation\Component\Property;
use Eluceo\iCal\Presentation\Component\Property\Value\TextValue;
@@ -36,23 +35,6 @@ class WatchlistController extends AbstractController
) {
}
- #[Route(
- path: '/api/watchlists',
- name: 'watchlist_get_all_mine',
- defaults: [
- '_api_resource_class' => Watchlist::class,
- '_api_operation_name' => 'get_all_mine',
- ],
- methods: ['GET']
- )]
- public function getWatchlists(): Collection
- {
- /** @var User $user */
- $user = $this->getUser();
-
- return $user->getWatchlists();
- }
-
/**
* @throws ParseException
* @throws EofException
diff --git a/src/Entity/Connector.php b/src/Entity/Connector.php
index e4b1740..9aae2a1 100644
--- a/src/Entity/Connector.php
+++ b/src/Entity/Connector.php
@@ -73,10 +73,17 @@ class Connector
#[Groups(['connector:list'])]
protected int $watchlistCount;
+ /**
+ * @var Collection
+ */
+ #[ORM\OneToMany(targetEntity: DomainPurchase::class, mappedBy: 'connector')]
+ private Collection $domainPurchases;
+
public function __construct()
{
$this->id = Uuid::v4();
$this->watchlists = new ArrayCollection();
+ $this->domainPurchases = new ArrayCollection();
}
public function getId(): ?string
@@ -166,4 +173,34 @@ class Connector
{
return $this->watchlists->count();
}
+
+ /**
+ * @return Collection
+ */
+ public function getDomainPurchases(): Collection
+ {
+ return $this->domainPurchases;
+ }
+
+ public function addDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if (!$this->domainPurchases->contains($domainPurchase)) {
+ $this->domainPurchases->add($domainPurchase);
+ $domainPurchase->setConnector($this);
+ }
+
+ return $this;
+ }
+
+ public function removeDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if ($this->domainPurchases->removeElement($domainPurchase)) {
+ // set the owning side to null (unless already changed)
+ if ($domainPurchase->getConnector() === $this) {
+ $domainPurchase->setConnector(null);
+ }
+ }
+
+ return $this;
+ }
}
diff --git a/src/Entity/Domain.php b/src/Entity/Domain.php
index 819fe6c..e39372c 100644
--- a/src/Entity/Domain.php
+++ b/src/Entity/Domain.php
@@ -44,7 +44,14 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
],
provider: FindDomainCollectionFromEntityProvider::class,
parameters: [
- 'registrant' => new QueryParameter(description: 'The exact name of the registrant (case insensitive)', required: true),
+ 'registrant' => new QueryParameter(
+ description: 'The exact name of the registrant contact (case insensitive)',
+ required: false
+ ),
+ 'administrative' => new QueryParameter(
+ description: 'The exact name of the administrative contact (case insensitive)',
+ required: false
+ ),
]
),
new Get(
@@ -60,6 +67,9 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
'ds:list',
],
],
+ parameters: [
+ 'forced' => new QueryParameter(schema: ['type' => 'boolean'], description: 'Force an RDAP request. If an update is already in progress, this parameter is ignored and the stored domain is returned.', required: false),
+ ],
),
],
provider: AutoRegisterDomainProvider::class
@@ -156,6 +166,12 @@ class Domain
private ?int $expiresInDays;
+ /**
+ * @var Collection
+ */
+ #[ORM\OneToMany(targetEntity: DomainPurchase::class, mappedBy: 'domain', orphanRemoval: true)]
+ private Collection $domainPurchases;
+
private const IMPORTANT_EVENTS = [EventAction::Deletion->value, EventAction::Expiration->value];
private const IMPORTANT_STATUS = [
'redemption period',
@@ -179,6 +195,7 @@ class Domain
$this->deleted = false;
$this->domainStatuses = new ArrayCollection();
$this->dnsKey = new ArrayCollection();
+ $this->domainPurchases = new ArrayCollection();
}
public function getLdhName(): ?string
@@ -516,4 +533,40 @@ class Domain
return $this;
}
+
+ /**
+ * @return Collection
+ */
+ public function getDomainPurchases(): Collection
+ {
+ return $this->domainPurchases;
+ }
+
+ public function addDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if (!$this->domainPurchases->contains($domainPurchase)) {
+ $this->domainPurchases->add($domainPurchase);
+ $domainPurchase->setDomain($this);
+ }
+
+ return $this;
+ }
+
+ public function removeDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if ($this->domainPurchases->removeElement($domainPurchase)) {
+ // set the owning side to null (unless already changed)
+ if ($domainPurchase->getDomain() === $this) {
+ $domainPurchase->setDomain(null);
+ }
+ }
+
+ return $this;
+ }
+
+ #[Groups(['domain:item', 'domain:list'])]
+ public function getPurchaseCount(): ?int
+ {
+ return $this->domainPurchases->count();
+ }
}
diff --git a/src/Entity/DomainEntity.php b/src/Entity/DomainEntity.php
index cf89323..a8bc67f 100644
--- a/src/Entity/DomainEntity.php
+++ b/src/Entity/DomainEntity.php
@@ -9,6 +9,7 @@ use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Serializer\Attribute\Groups;
#[ORM\Entity(repositoryClass: DomainEntityRepository::class)]
+#[ORM\Index(name: 'domain_entity_roles_idx', columns: ['roles'])]
class DomainEntity
{
#[ORM\Id]
diff --git a/src/Entity/DomainEvent.php b/src/Entity/DomainEvent.php
index 40bb15a..8365443 100644
--- a/src/Entity/DomainEvent.php
+++ b/src/Entity/DomainEvent.php
@@ -9,6 +9,7 @@ use Doctrine\ORM\Mapping as ORM;
#[ORM\UniqueConstraint(
columns: ['action', 'date', 'domain_id']
)]
+#[ORM\Index(name: 'domain_event_action_idx', columns: ['action'])]
class DomainEvent extends Event
{
#[ORM\ManyToOne(targetEntity: Domain::class, inversedBy: 'events')]
diff --git a/src/Entity/DomainPurchase.php b/src/Entity/DomainPurchase.php
new file mode 100644
index 0000000..3ec0a5d
--- /dev/null
+++ b/src/Entity/DomainPurchase.php
@@ -0,0 +1,134 @@
+id = Uuid::v4();
+ }
+
+ public function getId(): ?string
+ {
+ return $this->id;
+ }
+
+ public function getDomain(): ?Domain
+ {
+ return $this->domain;
+ }
+
+ public function setDomain(?Domain $domain): static
+ {
+ $this->domain = $domain;
+
+ return $this;
+ }
+
+ public function getDomainUpdatedAt(): ?\DateTimeImmutable
+ {
+ return $this->domainUpdatedAt;
+ }
+
+ public function setDomainUpdatedAt(\DateTimeImmutable $domainUpdatedAt): static
+ {
+ $this->domainUpdatedAt = $domainUpdatedAt;
+
+ return $this;
+ }
+
+ public function getDomainOrderedAt(): ?\DateTimeImmutable
+ {
+ return $this->domainOrderedAt;
+ }
+
+ public function setDomainOrderedAt(?\DateTimeImmutable $domainOrderedAt): static
+ {
+ $this->domainOrderedAt = $domainOrderedAt;
+
+ return $this;
+ }
+
+ public function getConnectorProvider(): ?ConnectorProvider
+ {
+ return $this->connectorProvider;
+ }
+
+ public function setConnectorProvider(ConnectorProvider $connectorProvider): static
+ {
+ $this->connectorProvider = $connectorProvider;
+
+ return $this;
+ }
+
+ public function getConnector(): ?Connector
+ {
+ return $this->connector;
+ }
+
+ public function setConnector(?Connector $connector): static
+ {
+ $this->connector = $connector;
+
+ return $this;
+ }
+
+ public function getUser(): ?User
+ {
+ return $this->user;
+ }
+
+ public function setUser(?User $user): static
+ {
+ $this->user = $user;
+
+ return $this;
+ }
+
+ public function getDomainDeletedAt(): ?\DateTimeImmutable
+ {
+ return $this->domainDeletedAt;
+ }
+
+ public function setDomainDeletedAt(\DateTimeImmutable $domainDeletedAt): static
+ {
+ $this->domainDeletedAt = $domainDeletedAt;
+
+ return $this;
+ }
+}
diff --git a/src/Entity/Entity.php b/src/Entity/Entity.php
index 79be619..3a66d27 100644
--- a/src/Entity/Entity.php
+++ b/src/Entity/Entity.php
@@ -3,7 +3,6 @@
namespace App\Entity;
use ApiPlatform\Metadata\ApiProperty;
-use ApiPlatform\Metadata\ApiResource;
use App\Repository\EntityRepository;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
@@ -15,30 +14,8 @@ use Symfony\Component\Serializer\Attribute\SerializedName;
#[ORM\UniqueConstraint(
columns: ['tld_id', 'handle']
)]
-#[ApiResource(
- operations: [
- /*
- new GetCollection(
- uriTemplate: '/entities',
- normalizationContext: ['groups' => ['entity:list', 'event:list']]
- ),
-
- new Get(
- uriTemplate: '/entities/{id}',
- normalizationContext: [
- 'groups' => [
- 'event:list',
- 'entity:item',
- 'domain-entity:domain',
- 'domain:list',
- 'nameserver-entity:nameserver',
- 'nameserver:list',
- ],
- ]
- ),
- */
- ]
-)]
+#[ORM\Index(name: 'entity_j_card_fn_idx', columns: ['j_card_fn'])]
+#[ORM\Index(name: 'entity_j_card_org_idx', columns: ['j_card_org'])]
class Entity
{
#[ORM\Id]
@@ -88,6 +65,24 @@ class Entity
#[Groups(['entity:item', 'domain:item', 'watchlist:item'])]
private array $jCard = [];
+ #[ORM\Column(
+ type: 'string',
+ insertable: false,
+ updatable: false,
+ columnDefinition: "VARCHAR(255) GENERATED ALWAYS AS (UPPER(jsonb_path_query_first(j_card, '$[1]?(@[0] == \"fn\")[3]') #>> '{}')) STORED",
+ generated: 'ALWAYS',
+ )]
+ private ?string $jCardFn;
+
+ #[ORM\Column(
+ type: 'string',
+ insertable: false,
+ updatable: false,
+ columnDefinition: "VARCHAR(255) GENERATED ALWAYS AS (UPPER(jsonb_path_query_first(j_card, '$[1]?(@[0] == \"org\")[3]') #>> '{}')) STORED",
+ generated: 'ALWAYS',
+ )]
+ private ?string $jCardOrg;
+
#[ORM\Column(nullable: true)]
#[Groups(['entity:item', 'domain:item', 'watchlist:item'])]
private ?array $remarks = null;
@@ -264,4 +259,28 @@ class Entity
return $this;
}
+
+ public function getJCardFn(): ?string
+ {
+ return $this->jCardFn;
+ }
+
+ public function getJCardOrg(): ?string
+ {
+ return $this->jCardOrg;
+ }
+
+ public function setJCardFn(?string $jCardFn): Entity
+ {
+ $this->jCardFn = $jCardFn;
+
+ return $this;
+ }
+
+ public function setJCardOrg(?string $jCardOrg): Entity
+ {
+ $this->jCardOrg = $jCardOrg;
+
+ return $this;
+ }
}
diff --git a/src/Entity/EntityEvent.php b/src/Entity/EntityEvent.php
index d5d88f0..d195241 100644
--- a/src/Entity/EntityEvent.php
+++ b/src/Entity/EntityEvent.php
@@ -9,6 +9,7 @@ use Doctrine\ORM\Mapping as ORM;
#[ORM\UniqueConstraint(
columns: ['action', 'date', 'entity_uid']
)]
+#[ORM\Index(name: 'entity_event_action_idx', columns: ['action'])]
class EntityEvent extends Event
{
#[ORM\ManyToOne(targetEntity: Entity::class, inversedBy: 'events')]
diff --git a/src/Entity/IcannAccreditation.php b/src/Entity/IcannAccreditation.php
index 664730d..6844e89 100644
--- a/src/Entity/IcannAccreditation.php
+++ b/src/Entity/IcannAccreditation.php
@@ -50,6 +50,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
]
)]
#[ORM\Entity(repositoryClass: IcannAccreditationRepository::class)]
+#[ORM\Index(name: 'icann_accreditation_status_idx', columns: ['status'])]
class IcannAccreditation
{
#[ORM\Id]
diff --git a/src/Entity/Tld.php b/src/Entity/Tld.php
index 9af1361..139b758 100644
--- a/src/Entity/Tld.php
+++ b/src/Entity/Tld.php
@@ -31,6 +31,7 @@ use Symfony\Component\Serializer\Attribute\Groups;
)]
#[ApiFilter(SearchFilter::class)]
#[ORM\Entity(repositoryClass: TldRepository::class)]
+#[ORM\Index(name: 'tld_type_idx', columns: ['type'])]
class Tld
{
#[ORM\Id]
diff --git a/src/Entity/User.php b/src/Entity/User.php
index 29fa9f5..e788ef9 100644
--- a/src/Entity/User.php
+++ b/src/Entity/User.php
@@ -89,10 +89,17 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
#[Groups(['user:register'])]
private ?string $plainPassword = null;
+ /**
+ * @var Collection
+ */
+ #[ORM\OneToMany(targetEntity: DomainPurchase::class, mappedBy: 'user')]
+ private Collection $domainPurchases;
+
public function __construct()
{
$this->watchlists = new ArrayCollection();
$this->connectors = new ArrayCollection();
+ $this->domainPurchases = new ArrayCollection();
}
public function getId(): ?int
@@ -262,4 +269,34 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
return $this;
}
+
+ /**
+ * @return Collection
+ */
+ public function getDomainPurchases(): Collection
+ {
+ return $this->domainPurchases;
+ }
+
+ public function addDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if (!$this->domainPurchases->contains($domainPurchase)) {
+ $this->domainPurchases->add($domainPurchase);
+ $domainPurchase->setUser($this);
+ }
+
+ return $this;
+ }
+
+ public function removeDomainPurchase(DomainPurchase $domainPurchase): static
+ {
+ if ($this->domainPurchases->removeElement($domainPurchase)) {
+ // set the owning side to null (unless already changed)
+ if ($domainPurchase->getUser() === $this) {
+ $domainPurchase->setUser(null);
+ }
+ }
+
+ return $this;
+ }
}
diff --git a/src/Entity/Watchlist.php b/src/Entity/Watchlist.php
index f083fde..5f46d08 100644
--- a/src/Entity/Watchlist.php
+++ b/src/Entity/Watchlist.php
@@ -10,6 +10,7 @@ use ApiPlatform\Metadata\Patch;
use ApiPlatform\Metadata\Post;
use ApiPlatform\Metadata\Put;
use App\Repository\WatchlistRepository;
+use App\State\MyWatchlistsProvider;
use App\State\WatchlistUpdateProcessor;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
@@ -25,7 +26,6 @@ use Symfony\Component\Validator\Constraints as Assert;
shortName: 'Watchlist',
operations: [
new GetCollection(
- routeName: 'watchlist_get_all_mine',
normalizationContext: [
'groups' => [
'watchlist:list',
@@ -34,6 +34,7 @@ use Symfony\Component\Validator\Constraints as Assert;
],
],
name: 'get_all_mine',
+ provider: MyWatchlistsProvider::class,
),
new GetCollection(
uriTemplate: '/tracked',
diff --git a/src/Exception/RdapServerException.php b/src/Exception/RdapServerException.php
new file mode 100644
index 0000000..e4859a8
--- /dev/null
+++ b/src/Exception/RdapServerException.php
@@ -0,0 +1,13 @@
+getMessage(), $e->getCode(), $e);
+ }
+}
diff --git a/src/Message/SendDomainEventNotif.php b/src/Message/DetectDomainChange.php
similarity index 85%
rename from src/Message/SendDomainEventNotif.php
rename to src/Message/DetectDomainChange.php
index 9866617..dfe6831 100644
--- a/src/Message/SendDomainEventNotif.php
+++ b/src/Message/DetectDomainChange.php
@@ -2,7 +2,7 @@
namespace App\Message;
-final class SendDomainEventNotif
+final class DetectDomainChange
{
public function __construct(
public string $watchlistToken,
diff --git a/src/Message/OrderDomain.php b/src/Message/OrderDomain.php
index 61ec9ad..6d51d05 100644
--- a/src/Message/OrderDomain.php
+++ b/src/Message/OrderDomain.php
@@ -7,6 +7,7 @@ final class OrderDomain
public function __construct(
public string $watchlistToken,
public string $ldhName,
+ public \DateTimeImmutable $updatedAt,
) {
}
}
diff --git a/src/Message/ProcessWatchlistTrigger.php b/src/Message/ProcessAllWatchlist.php
similarity index 87%
rename from src/Message/ProcessWatchlistTrigger.php
rename to src/Message/ProcessAllWatchlist.php
index 4e44f16..bf405b9 100644
--- a/src/Message/ProcessWatchlistTrigger.php
+++ b/src/Message/ProcessAllWatchlist.php
@@ -2,7 +2,7 @@
namespace App\Message;
-final class ProcessWatchlistTrigger
+final class ProcessAllWatchlist
{
/*
* Add whatever properties and methods you need
diff --git a/src/Message/UpdateDomainsFromWatchlist.php b/src/Message/ProcessWatchlist.php
similarity index 71%
rename from src/Message/UpdateDomainsFromWatchlist.php
rename to src/Message/ProcessWatchlist.php
index 41bed74..136f593 100644
--- a/src/Message/UpdateDomainsFromWatchlist.php
+++ b/src/Message/ProcessWatchlist.php
@@ -2,7 +2,7 @@
namespace App\Message;
-final readonly class UpdateDomainsFromWatchlist
+final readonly class ProcessWatchlist
{
public function __construct(
public string $watchlistToken,
diff --git a/src/Message/UpdateDomain.php b/src/Message/UpdateDomain.php
new file mode 100644
index 0000000..3fce1c9
--- /dev/null
+++ b/src/Message/UpdateDomain.php
@@ -0,0 +1,13 @@
+watchlistRepository->findOneBy(['token' => $message->watchlistToken]);
diff --git a/src/MessageHandler/OrderDomainHandler.php b/src/MessageHandler/OrderDomainHandler.php
index 72c6fd3..3400fa1 100644
--- a/src/MessageHandler/OrderDomainHandler.php
+++ b/src/MessageHandler/OrderDomainHandler.php
@@ -3,20 +3,24 @@
namespace App\MessageHandler;
use App\Entity\Domain;
+use App\Entity\DomainPurchase;
use App\Entity\Watchlist;
use App\Message\OrderDomain;
use App\Notifier\DomainOrderErrorNotification;
use App\Notifier\DomainOrderNotification;
+use App\Repository\DomainPurchaseRepository;
use App\Repository\DomainRepository;
use App\Repository\WatchlistRepository;
use App\Service\ChatNotificationService;
use App\Service\InfluxdbService;
use App\Service\Provider\AbstractProvider;
-use App\Service\StatService;
+use Doctrine\ORM\EntityManagerInterface;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpKernel\KernelInterface;
+use Symfony\Component\Lock\Key;
+use Symfony\Component\Lock\LockFactory;
use Symfony\Component\Mailer\Exception\TransportExceptionInterface;
use Symfony\Component\Mailer\MailerInterface;
use Symfony\Component\Messenger\Attribute\AsMessageHandler;
@@ -36,13 +40,14 @@ final readonly class OrderDomainHandler
private KernelInterface $kernel,
private MailerInterface $mailer,
private LoggerInterface $logger,
- private StatService $statService,
private ChatNotificationService $chatNotificationService,
private InfluxdbService $influxdbService,
#[Autowire(service: 'service_container')]
private ContainerInterface $locator,
#[Autowire(param: 'influxdb_enabled')]
- private bool $influxdbEnabled,
+ private bool $influxdbEnabled, private EntityManagerInterface $em,
+ private DomainPurchaseRepository $domainPurchaseRepository,
+ private LockFactory $lockFactory,
) {
$this->sender = new Address($mailerSenderEmail, $mailerSenderName);
}
@@ -71,6 +76,23 @@ final readonly class OrderDomainHandler
return;
}
+ $lock = $this->lockFactory->createLockFromKey(
+ new Key('domain_purchase.'.$domain->getLdhName().'.'.$connector->getId()),
+ ttl: 600,
+ autoRelease: false
+ );
+
+ if (!$lock->acquire()) {
+ $this->logger->notice('Purchase attempt is already launched for this domain name with this connector', [
+ 'watchlist' => $message->watchlistToken,
+ 'connector' => $connector->getId(),
+ 'ldhName' => $message->ldhName,
+ 'provider' => $connector->getProvider()->value,
+ ]);
+
+ return;
+ }
+
$this->logger->notice('Watchlist is linked to a connector : a purchase attempt will be made for this domain name', [
'watchlist' => $message->watchlistToken,
'connector' => $connector->getId(),
@@ -107,13 +129,22 @@ final readonly class OrderDomainHandler
'provider' => $connector->getProvider()->value,
]);
- $this->statService->incrementStat('stats.domain.purchased');
if ($this->influxdbEnabled) {
$this->influxdbService->addDomainOrderPoint($connector, $domain, true);
}
$notification = (new DomainOrderNotification($this->sender, $domain, $connector));
$this->mailer->send($notification->asEmailMessage(new Recipient($watchlist->getUser()->getEmail()))->getMessage());
$this->chatNotificationService->sendChatNotification($watchlist, $notification);
+
+ $this->em->persist((new DomainPurchase())
+ ->setDomain($domain)
+ ->setConnector($connector)
+ ->setConnectorProvider($connector->getProvider())
+ ->setDomainOrderedAt(new \DateTimeImmutable())
+ ->setUser($watchlist->getUser())
+ ->setDomainDeletedAt($domain->getUpdatedAt())
+ ->setDomainUpdatedAt($message->updatedAt));
+ $this->em->flush();
} catch (\Throwable $exception) {
/*
* The purchase was not successful (for several possible reasons that we have not determined).
@@ -126,7 +157,6 @@ final readonly class OrderDomainHandler
'provider' => $connector->getProvider()->value,
]);
- $this->statService->incrementStat('stats.domain.purchase.failed');
if ($this->influxdbEnabled) {
$this->influxdbService->addDomainOrderPoint($connector, $domain, false);
}
@@ -134,6 +164,27 @@ final readonly class OrderDomainHandler
$this->mailer->send($notification->asEmailMessage(new Recipient($watchlist->getUser()->getEmail()))->getMessage());
$this->chatNotificationService->sendChatNotification($watchlist, $notification);
+ $domainPurchase = $this->domainPurchaseRepository->findOneBy([
+ 'domain' => $domain,
+ 'connector' => $connector,
+ 'domainOrderedAt' => null,
+ 'domainUpdatedAt' => $message->updatedAt,
+ 'user' => $watchlist->getUser(),
+ ]);
+ if (null === $domainPurchase) {
+ $this->em->persist((new DomainPurchase())
+ ->setDomain($domain)
+ ->setConnector($connector)
+ ->setConnectorProvider($connector->getProvider())
+ ->setDomainOrderedAt(null)
+ ->setUser($watchlist->getUser())
+ ->setDomainDeletedAt($domain->getUpdatedAt())
+ ->setDomainUpdatedAt($message->updatedAt));
+ $this->em->flush();
+ }
+
+ $lock->release();
+
throw $exception;
}
}
diff --git a/src/MessageHandler/ProcessWatchlistTriggerHandler.php b/src/MessageHandler/ProcessAllWatchlistHandler.php
similarity index 71%
rename from src/MessageHandler/ProcessWatchlistTriggerHandler.php
rename to src/MessageHandler/ProcessAllWatchlistHandler.php
index 52010ad..64a96a9 100644
--- a/src/MessageHandler/ProcessWatchlistTriggerHandler.php
+++ b/src/MessageHandler/ProcessAllWatchlistHandler.php
@@ -3,8 +3,8 @@
namespace App\MessageHandler;
use App\Entity\Watchlist;
-use App\Message\ProcessWatchlistTrigger;
-use App\Message\UpdateDomainsFromWatchlist;
+use App\Message\ProcessAllWatchlist;
+use App\Message\ProcessWatchlist;
use App\Repository\WatchlistRepository;
use Random\Randomizer;
use Symfony\Component\Messenger\Attribute\AsMessageHandler;
@@ -12,7 +12,7 @@ use Symfony\Component\Messenger\Exception\ExceptionInterface;
use Symfony\Component\Messenger\MessageBusInterface;
#[AsMessageHandler]
-final readonly class ProcessWatchlistTriggerHandler
+final readonly class ProcessAllWatchlistHandler
{
public function __construct(
private WatchlistRepository $watchlistRepository,
@@ -23,11 +23,13 @@ final readonly class ProcessWatchlistTriggerHandler
/**
* @throws ExceptionInterface
*/
- public function __invoke(ProcessWatchlistTrigger $message): void
+ public function __invoke(ProcessAllWatchlist $message): void
{
/*
* We shuffle the watch lists to process them in an order that we consider random.
* The shuffling is provided by a high-level API of a CSPRNG number generator.
+ *
+ * ProcessAllWatchlist -> ProcessWatchlist -> UpdateDomain -> (DetectDomainChange & OrderDomain)
*/
$randomizer = new Randomizer();
@@ -35,7 +37,7 @@ final readonly class ProcessWatchlistTriggerHandler
/** @var Watchlist $watchlist */
foreach ($watchlists as $watchlist) {
- $this->bus->dispatch(new UpdateDomainsFromWatchlist($watchlist->getToken()));
+ $this->bus->dispatch(new ProcessWatchlist($watchlist->getToken()));
}
}
}
diff --git a/src/MessageHandler/UpdateDomainsFromWatchlistHandler.php b/src/MessageHandler/ProcessWatchlistHandler.php
similarity index 53%
rename from src/MessageHandler/UpdateDomainsFromWatchlistHandler.php
rename to src/MessageHandler/ProcessWatchlistHandler.php
index c0aa1e8..0ae95f5 100644
--- a/src/MessageHandler/UpdateDomainsFromWatchlistHandler.php
+++ b/src/MessageHandler/ProcessWatchlistHandler.php
@@ -4,53 +4,37 @@ namespace App\MessageHandler;
use App\Entity\Domain;
use App\Entity\Watchlist;
-use App\Exception\DomainNotFoundException;
-use App\Exception\TldNotSupportedException;
-use App\Exception\UnknownRdapServerException;
use App\Message\OrderDomain;
-use App\Message\SendDomainEventNotif;
-use App\Message\UpdateDomainsFromWatchlist;
-use App\Notifier\DomainDeletedNotification;
+use App\Message\ProcessWatchlist;
+use App\Message\UpdateDomain;
use App\Repository\DomainRepository;
use App\Repository\WatchlistRepository;
-use App\Service\ChatNotificationService;
use App\Service\Provider\AbstractProvider;
use App\Service\Provider\CheckDomainProviderInterface;
use App\Service\RDAPService;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\DependencyInjection\ContainerInterface;
-use Symfony\Component\Mailer\MailerInterface;
use Symfony\Component\Messenger\Attribute\AsMessageHandler;
use Symfony\Component\Messenger\MessageBusInterface;
-use Symfony\Component\Mime\Address;
-use Symfony\Component\Notifier\Recipient\Recipient;
#[AsMessageHandler]
-final readonly class UpdateDomainsFromWatchlistHandler
+final readonly class ProcessWatchlistHandler
{
- private Address $sender;
-
public function __construct(
private RDAPService $RDAPService,
- private ChatNotificationService $chatNotificationService,
- private MailerInterface $mailer,
- string $mailerSenderEmail,
- string $mailerSenderName,
private MessageBusInterface $bus,
private WatchlistRepository $watchlistRepository,
private LoggerInterface $logger,
#[Autowire(service: 'service_container')]
- private ContainerInterface $locator,
- private DomainRepository $domainRepository,
+ private ContainerInterface $locator, private DomainRepository $domainRepository,
) {
- $this->sender = new Address($mailerSenderEmail, $mailerSenderName);
}
/**
* @throws \Throwable
*/
- public function __invoke(UpdateDomainsFromWatchlist $message): void
+ public function __invoke(ProcessWatchlist $message): void
{
/** @var Watchlist $watchlist */
$watchlist = $this->watchlistRepository->findOneBy(['token' => $message->watchlistToken]);
@@ -81,8 +65,10 @@ final readonly class UpdateDomainsFromWatchlistHandler
throw $exception;
}
- foreach ($checkedDomains as $domain) {
- $this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain));
+ /** @var string $ldhName */
+ foreach ($checkedDomains as $ldhName) {
+ $domain = $this->domainRepository->findOneBy(['ldhName' => $ldhName]);
+ $this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $domain->getUpdatedAt()));
}
return;
@@ -96,39 +82,8 @@ final readonly class UpdateDomainsFromWatchlistHandler
*/
/** @var Domain $domain */
- foreach ($watchlist->getDomains()->filter(fn ($domain) => $this->RDAPService->isToBeUpdated($domain, false, null !== $watchlist->getConnector())) as $domain
- ) {
- $updatedAt = $domain->getUpdatedAt();
- $deleted = $domain->getDeleted();
-
- try {
- /*
- * Domain name update
- * We send messages that correspond to the sending of notifications that will not be processed here.
- */
- $this->RDAPService->registerDomain($domain->getLdhName());
- $this->bus->dispatch(new SendDomainEventNotif($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
- } catch (DomainNotFoundException) {
- $newDomain = $this->domainRepository->findOneBy(['ldhName' => $domain->getLdhName()]);
-
- if (!$deleted && null !== $newDomain && $newDomain->getDeleted()) {
- $notification = new DomainDeletedNotification($this->sender, $domain);
- $this->mailer->send($notification->asEmailMessage(new Recipient($watchlist->getUser()->getEmail()))->getMessage());
- $this->chatNotificationService->sendChatNotification($watchlist, $notification);
- }
-
- if ($watchlist->getConnector()) {
- /*
- * If the domain name no longer appears in the WHOIS AND a connector is associated with this Watchlist,
- * this connector is used to purchase the domain name.
- */
- $this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain->getLdhName()));
- }
- } catch (TldNotSupportedException|UnknownRdapServerException) {
- /*
- * In this case, the domain name can no longer be updated. Unfortunately, there is nothing more that can be done.
- */
- }
+ foreach ($watchlist->getDomains()->filter(fn ($domain) => $this->RDAPService->isToBeUpdated($domain, false, null !== $watchlist->getConnector())) as $domain) {
+ $this->bus->dispatch(new UpdateDomain($domain->getLdhName(), $watchlist->getToken(), false));
}
}
diff --git a/src/MessageHandler/UpdateDomainHandler.php b/src/MessageHandler/UpdateDomainHandler.php
new file mode 100644
index 0000000..c5588f8
--- /dev/null
+++ b/src/MessageHandler/UpdateDomainHandler.php
@@ -0,0 +1,201 @@
+sender = new Address($mailerSenderEmail, $mailerSenderName);
+ }
+
+ /**
+ * @throws TransportExceptionInterface
+ * @throws \Symfony\Component\Notifier\Exception\TransportExceptionInterface
+ * @throws RedirectionExceptionInterface
+ * @throws DecodingExceptionInterface
+ * @throws ClientExceptionInterface
+ * @throws OptimisticLockException
+ * @throws \Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface
+ * @throws UnsupportedDsnSchemeException
+ * @throws ServerExceptionInterface
+ * @throws ExceptionInterface
+ * @throws \Exception
+ */
+ public function __invoke(UpdateDomain $message): void
+ {
+ /** @var ?Domain $domain */
+ $domain = $this->domainRepository->findOneBy(['ldhName' => $message->ldhName]);
+
+ if (null !== $domain && $message->onlyNew) {
+ $this->logger->debug('The domain name is already present in the database', [
+ 'ldhName' => $domain->getLdhName(),
+ ]);
+
+ return;
+ }
+
+ if (null === $domain) {
+ $lock = $this->createDomainLock($message->ldhName);
+
+ if (!$lock->acquire()) {
+ $this->logger->notice('Update of this domain name is locked because it is already in progress', [
+ 'ldhName' => $message->ldhName,
+ ]);
+
+ return;
+ }
+
+ try {
+ $this->RDAPService->registerDomain($message->ldhName);
+ } catch (TldNotSupportedException|MalformedDomainException $exception) {
+ throw new UnrecoverableMessageHandlingException($exception->getMessage(), 0, $exception);
+ } catch (UnknownRdapServerException|DomainNotFoundException) {
+ return;
+ } finally {
+ $lock->release();
+ }
+
+ return;
+ }
+
+ /** @var ?RdapServer $rdapServer */
+ $rdapServer = $domain->getTld()->getRdapServers()->first();
+ if (null === $rdapServer) {
+ $this->logger->warning('No RDAP server for this domain name', [
+ 'ldhName' => $domain->getLdhName(),
+ ]);
+
+ return;
+ }
+
+ $watchlist = $this->watchlistRepository->findOneBy(['token' => $message->watchlistToken]);
+
+ if (null === $watchlist) {
+ /** @var Watchlist $wl */
+ foreach ($domain->getWatchlists()->getIterator() as $wl) {
+ $this->bus->dispatch(new UpdateDomain($message->ldhName, $wl->getToken(), false), [
+ new TransportNamesStamp('rdap_low'),
+ ]);
+ }
+
+ return;
+ }
+
+ if (!$this->RDAPService->isToBeUpdated($domain, false, null !== $watchlist->getConnector())) {
+ $this->logger->debug('The domain name is already present in the database and does not need to be updated at this time', [
+ 'ldhName' => $domain->getLdhName(),
+ ]);
+
+ return;
+ }
+
+ $updatedAt = $domain->getUpdatedAt();
+ $deleted = $domain->getDeleted();
+
+ $lock = $this->createDomainLock($message->ldhName);
+
+ if (!$lock->acquire()) {
+ $this->logger->notice('Update of this domain name is locked because it is already in progress', [
+ 'ldhName' => $message->ldhName,
+ ]);
+
+ return;
+ }
+
+ try {
+ /*
+ * Domain name update
+ * We send messages that correspond to the sending of notifications that will not be processed here.
+ */
+ $this->RDAPService->registerDomain($message->ldhName);
+
+ /** @var Watchlist $wl */
+ foreach ($domain->getWatchlists()->getIterator() as $wl) {
+ $this->bus->dispatch(new DetectDomainChange($wl->getToken(), $domain->getLdhName(), $updatedAt));
+ }
+ } catch (DomainNotFoundException) {
+ $newDomain = $this->domainRepository->findOneBy(['ldhName' => $domain->getLdhName()]);
+
+ if (!$deleted && null !== $newDomain && $newDomain->getDeleted()) {
+ $notification = new DomainDeletedNotification($this->sender, $domain);
+ $this->mailer->send($notification->asEmailMessage(new Recipient($watchlist->getUser()->getEmail()))->getMessage());
+ $this->chatNotificationService->sendChatNotification($watchlist, $notification);
+ }
+
+ if ($watchlist->getConnector()) {
+ /*
+ * If the domain name no longer appears in the WHOIS AND a connector is associated with this Watchlist,
+ * this connector is used to purchase the domain name.
+ */
+ $this->bus->dispatch(new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
+ }
+ } catch (TldNotSupportedException|MalformedDomainException $exception) {
+ /*
+ * In this case, the domain name can no longer be updated. Unfortunately, there is nothing more that can be done.
+ */
+ throw new UnrecoverableMessageHandlingException($exception->getMessage(), 0, $exception);
+ } catch (UnknownRdapServerException) {
+ return;
+ } finally {
+ $lock->release();
+ }
+ }
+
+ private function createDomainLock(string $ldhName): SharedLockInterface
+ {
+ return $this->lockFactory->createLockFromKey(
+ new Key('domain_update.'.$ldhName),
+ ttl: 600,
+ autoRelease: false
+ );
+ }
+}
diff --git a/src/Repository/DomainPurchaseRepository.php b/src/Repository/DomainPurchaseRepository.php
new file mode 100644
index 0000000..263dc13
--- /dev/null
+++ b/src/Repository/DomainPurchaseRepository.php
@@ -0,0 +1,34 @@
+
+ */
+class DomainPurchaseRepository extends ServiceEntityRepository
+{
+ public function __construct(ManagerRegistry $registry)
+ {
+ parent::__construct($registry, DomainPurchase::class);
+ }
+
+ public function countSuccessDomainPurchase(): int
+ {
+ return $this->createQueryBuilder('dp')
+ ->select('COUNT(dp)')
+ ->where('dp.domainOrderedAt IS NOT NULL')
+ ->getQuery()->getSingleScalarResult();
+ }
+
+ public function countFailDomainPurchase(): int
+ {
+ return $this->createQueryBuilder('dp')
+ ->select('COUNT(dp)')
+ ->where('dp.domainOrderedAt IS NULL')
+ ->getQuery()->getSingleScalarResult();
+ }
+}
diff --git a/src/Repository/DomainStatusRepository.php b/src/Repository/DomainStatusRepository.php
index 018e5e1..0a15abf 100644
--- a/src/Repository/DomainStatusRepository.php
+++ b/src/Repository/DomainStatusRepository.php
@@ -26,6 +26,7 @@ class DomainStatusRepository extends ServiceEntityRepository
->orderBy('ds.createdAt', 'DESC')
->setParameter('domain', $domain)
->setParameter('date', $updatedAt)
+ ->setMaxResults(1)
->getQuery()
->getOneOrNullResult();
}
diff --git a/src/Repository/WatchlistRepository.php b/src/Repository/WatchlistRepository.php
index b2cb5f6..632a76a 100644
--- a/src/Repository/WatchlistRepository.php
+++ b/src/Repository/WatchlistRepository.php
@@ -2,6 +2,7 @@
namespace App\Repository;
+use App\Entity\User;
use App\Entity\Watchlist;
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository;
use Doctrine\Persistence\ManagerRegistry;
@@ -33,6 +34,24 @@ class WatchlistRepository extends ServiceEntityRepository
->getQuery()->execute();
}
+ /**
+ * @return Watchlist[]
+ */
+ public function fetchWatchlistsForUser(User $user): array
+ {
+ return $this->createQueryBuilder('w')
+ ->addSelect('d')
+ ->addSelect('e')
+ ->addSelect('p')
+ ->leftJoin('w.domains', 'd')
+ ->leftJoin('d.events', 'e')
+ ->leftJoin('d.domainPurchases', 'p')
+ ->where('w.user = :user')
+ ->setParameter('user', $user)
+ ->getQuery()
+ ->getResult();
+ }
+
// /**
// * @return Watchlist[] Returns an array of Watchlist objects
// */
diff --git a/src/Scheduler/SendNotifWatchlistTriggerSchedule.php b/src/Scheduler/ProcessWatchlistSchedule.php
similarity index 76%
rename from src/Scheduler/SendNotifWatchlistTriggerSchedule.php
rename to src/Scheduler/ProcessWatchlistSchedule.php
index bad174e..0487f5c 100644
--- a/src/Scheduler/SendNotifWatchlistTriggerSchedule.php
+++ b/src/Scheduler/ProcessWatchlistSchedule.php
@@ -2,15 +2,15 @@
namespace App\Scheduler;
-use App\Message\ProcessWatchlistTrigger;
+use App\Message\ProcessAllWatchlist;
use Symfony\Component\Scheduler\Attribute\AsSchedule;
use Symfony\Component\Scheduler\RecurringMessage;
use Symfony\Component\Scheduler\Schedule;
use Symfony\Component\Scheduler\ScheduleProviderInterface;
use Symfony\Contracts\Cache\CacheInterface;
-#[AsSchedule('notif_watchlist')]
-final readonly class SendNotifWatchlistTriggerSchedule implements ScheduleProviderInterface
+#[AsSchedule('process_watchlist')]
+final readonly class ProcessWatchlistSchedule implements ScheduleProviderInterface
{
public function __construct(
private CacheInterface $cache,
@@ -21,7 +21,7 @@ final readonly class SendNotifWatchlistTriggerSchedule implements ScheduleProvid
{
return (new Schedule())
->add(
- RecurringMessage::every('5 minutes', new ProcessWatchlistTrigger()),
+ RecurringMessage::every('5 minutes', new ProcessAllWatchlist()),
)
->stateful($this->cache);
}
diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php
index 121363c..9d7b8ca 100644
--- a/src/Service/RDAPService.php
+++ b/src/Service/RDAPService.php
@@ -18,6 +18,7 @@ use App\Entity\RdapServer;
use App\Entity\Tld;
use App\Exception\DomainNotFoundException;
use App\Exception\MalformedDomainException;
+use App\Exception\RdapServerException;
use App\Exception\TldNotSupportedException;
use App\Exception\UnknownRdapServerException;
use App\Repository\DomainEntityRepository;
@@ -37,6 +38,7 @@ use Doctrine\ORM\OptimisticLockException;
use Psr\Log\LoggerInterface;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\HttpClient\Exception\ClientException;
+use Symfony\Component\HttpClient\Exception\ServerException;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface;
use Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface;
@@ -292,13 +294,17 @@ class RDAPService
$this->em->flush();
}
- throw DomainNotFoundException::fromDomain($idnDomain);
+ return DomainNotFoundException::fromDomain($idnDomain);
}
$this->logger->error('Unable to perform an RDAP query for this domain name', [
'ldhName' => $idnDomain,
]);
+ if ($e instanceof ServerException) {
+ return RdapServerException::fromServerException($e);
+ }
+
return $e;
}
@@ -317,8 +323,8 @@ class RDAPService
{
if (isset($rdapData['status']) && is_array($rdapData['status'])) {
$status = array_map(fn ($s) => strtolower($s), array_unique($rdapData['status']));
- $addedStatus = array_diff($status, $domain->getStatus());
- $deletedStatus = array_diff($domain->getStatus(), $status);
+ $addedStatus = array_values(array_diff($status, $domain->getStatus()));
+ $deletedStatus = array_values(array_diff($domain->getStatus(), $status));
$domain->setStatus($status);
if (count($addedStatus) > 0 || count($deletedStatus) > 0) {
@@ -345,7 +351,7 @@ class RDAPService
if (isset($rdapData['handle'])) {
$domain->setHandle($rdapData['handle']);
} else {
- $this->logger->warning('Domain name has no handle key', [
+ $this->logger->debug('Domain name has no handle key', [
'ldhName' => $domain->getLdhName(),
]);
}
@@ -443,7 +449,7 @@ class RDAPService
}
}
} else {
- $this->logger->warning('Domain name has no nameservers', [
+ $this->logger->debug('Domain name has no nameservers', [
'ldhName' => $domain->getLdhName(),
]);
}
@@ -491,10 +497,13 @@ class RDAPService
$nameserverEntity = new NameserverEntity();
}
+ if (isset($rdapNameserver['status']) && is_array($rdapNameserver['status'])) {
+ $nameserverEntity->setStatus(array_map(fn ($s) => strtolower($s), array_unique($rdapNameserver['status'])));
+ }
+
$nameserver->addNameserverEntity($nameserverEntity
->setNameserver($nameserver)
->setEntity($entity)
- ->setStatus(array_map(fn ($s) => strtolower($s), array_unique($rdapNameserver['status'])))
->setRoles($roles));
$this->em->persist($nameserverEntity);
@@ -537,7 +546,7 @@ class RDAPService
sort($roles);
$rdapEntity['handle'] = 'DW-FAKEHANDLE-'.$domain.'-'.implode(',', $roles);
- $this->logger->warning('Entity has no handle key', [
+ $this->logger->debug('Entity has no handle key', [
'handle' => $rdapEntity['handle'],
'ldhName' => $domain,
]);
@@ -712,7 +721,7 @@ class RDAPService
$this->em->persist($dsData);
}
} else {
- $this->logger->warning('Domain name has no DS record', [
+ $this->logger->debug('Domain name has no DS record', [
'ldhName' => $domain->getLdhName(),
]);
}
@@ -803,7 +812,7 @@ class RDAPService
$expiresIn = $this->getExpiresInDays($domain);
- if ($intensifyLastDay && (0 === $expiresIn || 1 === $expiresIn)) {
+ if ($updatedAtDiff->s >= 5 && $intensifyLastDay && (0 === $expiresIn || 1 === $expiresIn)) {
return true;
}
diff --git a/src/State/AutoRegisterDomainProvider.php b/src/State/AutoRegisterDomainProvider.php
index e640526..27a1ebb 100644
--- a/src/State/AutoRegisterDomainProvider.php
+++ b/src/State/AutoRegisterDomainProvider.php
@@ -10,7 +10,7 @@ use App\Exception\DomainNotFoundException;
use App\Exception\MalformedDomainException;
use App\Exception\TldNotSupportedException;
use App\Exception\UnknownRdapServerException;
-use App\Message\SendDomainEventNotif;
+use App\Message\DetectDomainChange;
use App\Repository\DomainRepository;
use App\Service\RDAPService;
use Doctrine\ORM\EntityManagerInterface;
@@ -22,6 +22,9 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\HttpKernel\Exception\TooManyRequestsHttpException;
use Symfony\Component\HttpKernel\KernelInterface;
+use Symfony\Component\Lock\Key;
+use Symfony\Component\Lock\LockFactory;
+use Symfony\Component\Lock\SharedLockInterface;
use Symfony\Component\Messenger\Exception\ExceptionInterface;
use Symfony\Component\Messenger\MessageBusInterface;
use Symfony\Component\RateLimiter\RateLimiterFactory;
@@ -37,13 +40,14 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
private RDAPService $RDAPService,
private KernelInterface $kernel,
private ParameterBagInterface $parameterBag,
- private RateLimiterFactory $rdapRequestsLimiter,
+ private RateLimiterFactory $userRdapRequestsLimiter,
private Security $security,
private LoggerInterface $logger,
private DomainRepository $domainRepository,
private MessageBusInterface $bus,
private RequestStack $requestStack,
private EntityManagerInterface $em,
+ private LockFactory $lockFactory,
) {
}
@@ -88,11 +92,11 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
'updatedAt' => $domain->getUpdatedAt()->format(\DateTimeInterface::ATOM),
]);
- return $domain;
+ return $domain->setExpiresInDays($this->RDAPService->getExpiresInDays($domain));
}
if (false === $this->kernel->isDebug() && true === $this->parameterBag->get('limited_features')) {
- $limiter = $this->rdapRequestsLimiter->create($userId);
+ $limiter = $this->userRdapRequestsLimiter->create($userId);
$limit = $limiter->consume();
if (!$limit->isAccepted()) {
@@ -100,6 +104,16 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
}
}
+ $lock = $this->createDomainLock($idnDomain);
+
+ if (!$lock->acquire() && null !== $domain) {
+ $this->logger->notice('Update of this domain name is locked because it is already in progress', [
+ 'ldhName' => $idnDomain,
+ ]);
+
+ return $domain;
+ }
+
$updatedAt = null === $domain ? new \DateTimeImmutable('now') : $domain->getUpdatedAt();
try {
@@ -111,7 +125,7 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
$domain = $this->domainRepository->findOneBy(['ldhName' => $idnDomain]);
if (null !== $domain) {
- return $domain;
+ return $domain->setExpiresInDays($this->RDAPService->getExpiresInDays($domain));
}
$domain = (new Domain())
@@ -123,7 +137,9 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
$this->em->persist($domain);
$this->em->flush();
- return $domain;
+ return $domain->setExpiresInDays($this->RDAPService->getExpiresInDays($domain));
+ } finally {
+ $lock->release();
}
$randomizer = new Randomizer();
@@ -131,9 +147,18 @@ readonly class AutoRegisterDomainProvider implements ProviderInterface
/** @var Watchlist $watchlist */
foreach ($watchlists as $watchlist) {
- $this->bus->dispatch(new SendDomainEventNotif($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
+ $this->bus->dispatch(new DetectDomainChange($watchlist->getToken(), $domain->getLdhName(), $updatedAt));
}
- return $domain;
+ return $domain->setExpiresInDays($this->RDAPService->getExpiresInDays($domain));
+ }
+
+ private function createDomainLock(string $ldhName): SharedLockInterface
+ {
+ return $this->lockFactory->createLockFromKey(
+ new Key('domain_update.'.$ldhName),
+ ttl: 600,
+ autoRelease: false
+ );
}
}
diff --git a/src/State/FindDomainCollectionFromEntityProvider.php b/src/State/FindDomainCollectionFromEntityProvider.php
index a954a5c..2a55342 100644
--- a/src/State/FindDomainCollectionFromEntityProvider.php
+++ b/src/State/FindDomainCollectionFromEntityProvider.php
@@ -4,78 +4,94 @@ namespace App\State;
use ApiPlatform\Metadata\Operation;
use ApiPlatform\State\ProviderInterface;
-use App\Entity\Domain;
+use App\Repository\DomainRepository;
use App\Service\RDAPService;
-use Doctrine\ORM\EntityManagerInterface;
-use Doctrine\ORM\Query\ResultSetMapping;
+use Doctrine\ORM\Query\Expr\Join;
use Symfony\Component\HttpFoundation\RequestStack;
+use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
readonly class FindDomainCollectionFromEntityProvider implements ProviderInterface
{
public function __construct(
private RequestStack $requestStack,
- private EntityManagerInterface $em,
+ private DomainRepository $domainRepository,
) {
}
public function provide(Operation $operation, array $uriVariables = [], array $context = []): object|array|null
{
$request = $this->requestStack->getCurrentRequest();
- $rsm = (new ResultSetMapping())
- ->addScalarResult('domain_ids', 'domain_ids');
+ $registrant = trim((string) $request->get('registrant'));
+ $administrative = trim((string) $request->get('administrative'));
- $handleBlacklist = join(',', array_map(fn (string $s) => "'$s'", RDAPService::ENTITY_HANDLE_BLACKLIST));
-
- $sql = <<> '{}' AS fn,
- jsonb_path_query_first(
- e.j_card,
- '$[1] ? (@[0] == "org")[3]'
- ) #>> '{}' AS org
- FROM entity e
-) sub
-JOIN domain_entity de ON de.entity_uid = sub.id
-WHERE LOWER(org||fn) NOT LIKE '%redacted%'
- AND LOWER(org||fn) NOT LIKE '%privacy%'
- AND LOWER(org||fn) NOT LIKE '%registration private%'
- AND LOWER(org||fn) NOT LIKE '%domain administrator%'
- AND LOWER(org||fn) NOT LIKE '%registry super user account%'
- AND LOWER(org||fn) NOT LIKE '%ano nymous%'
- AND LOWER(org||fn) NOT LIKE '%by proxy%'
- AND handle NOT IN ($handleBlacklist)
- AND de.roles @> '["registrant"]'
- AND sub.tld_id IS NOT NULL
- AND (LOWER(org) = LOWER(:registrant) OR LOWER(fn) = LOWER(:registrant));
-SQL;
- $result = $this->em->createNativeQuery($sql, $rsm)
- ->setParameter('registrant', trim($request->get('registrant')))
- ->getOneOrNullResult();
-
- if (!$result) {
- return null;
+ if ('' === $registrant && '' === $administrative) {
+ throw new BadRequestHttpException('Either "registrant" or "administrative" must be provided');
}
- $domainList = array_filter(explode(',', trim($result['domain_ids'], '{}')));
+ $forbidden = [
+ 'redacted',
+ 'privacy',
+ 'registration private',
+ 'domain administrator',
+ 'registry super user account',
+ 'ano nymous',
+ 'by proxy',
+ ];
- if (empty($domainList)) {
- return [];
+ foreach ($forbidden as $word) {
+ if (str_contains(strtolower($registrant.' '.$administrative), $word)) {
+ throw new BadRequestHttpException('Forbidden search term');
+ }
}
- return $this->em->getRepository(Domain::class)
- ->createQueryBuilder('d')
- ->where('d.ldhName IN (:list)')
- ->setParameter('list', $domainList)
- ->getQuery()
- ->getResult();
+ $qb = $this->domainRepository->createQueryBuilder('d')
+ ->select('DISTINCT d')
+ ->setParameter('blacklist', RDAPService::ENTITY_HANDLE_BLACKLIST);
+
+ $orX = $qb->expr()->orX();
+
+ if ($registrant) {
+ $qb
+ ->leftJoin(
+ 'd.domainEntities',
+ 'der',
+ Join::WITH,
+ 'der.deletedAt IS NULL AND JSONB_CONTAINS(der.roles, \'"registrant"\') = true'
+ )
+ ->leftJoin(
+ 'der.entity',
+ 'er',
+ Join::WITH,
+ 'er.handle NOT IN (:blacklist) AND (er.jCardOrg = UPPER(:registrant) OR er.jCardFn = UPPER(:registrant))'
+ )
+ ->setParameter('registrant', $registrant);
+
+ $orX->add('er.id IS NOT NULL');
+ }
+
+ if ($administrative) {
+ $qb
+ ->leftJoin(
+ 'd.domainEntities',
+ 'dea',
+ Join::WITH,
+ 'dea.deletedAt IS NULL AND JSONB_CONTAINS(dea.roles, \'"administrative"\') = true'
+ )
+ ->leftJoin(
+ 'dea.entity',
+ 'ea',
+ Join::WITH,
+ 'ea.handle NOT IN (:blacklist) AND (ea.jCardOrg = UPPER(:administrative) OR ea.jCardFn = UPPER(:administrative))'
+ )
+ ->setParameter('administrative', $administrative);
+
+ $orX->add('ea.id IS NOT NULL');
+ }
+
+ if ($orX->count() > 0) {
+ $qb->andWhere($orX);
+ }
+
+ return $qb->getQuery()->getResult();
}
}
diff --git a/src/State/MyWatchlistsProvider.php b/src/State/MyWatchlistsProvider.php
new file mode 100644
index 0000000..c92b3d8
--- /dev/null
+++ b/src/State/MyWatchlistsProvider.php
@@ -0,0 +1,24 @@
+security->getUser();
+
+ return $this->watchlistRepository->fetchWatchlistsForUser($user);
+ }
+}
diff --git a/templates/emails/errors/domain_deleted.html.twig b/templates/emails/errors/domain_deleted.html.twig
index a946c6a..d5bf2cf 100644
--- a/templates/emails/errors/domain_deleted.html.twig
+++ b/templates/emails/errors/domain_deleted.html.twig
@@ -1,4 +1,4 @@
-{% extends "base.html.twig" %}
+{% extends "emails/base.html.twig" %}
{% set email_color = '#0056b3' %}
{% set title = 'Domain Watchdog Alert' %}
diff --git a/tests/MessageHandler/ProcessWatchlistTriggerHandlerTest.php b/tests/MessageHandler/ProcessWatchlistTriggerHandlerTest.php
index 91d45cb..341becd 100644
--- a/tests/MessageHandler/ProcessWatchlistTriggerHandlerTest.php
+++ b/tests/MessageHandler/ProcessWatchlistTriggerHandlerTest.php
@@ -2,9 +2,9 @@
namespace App\Tests\MessageHandler;
-use App\Message\ProcessWatchlistTrigger;
-use App\Message\UpdateDomainsFromWatchlist;
-use App\MessageHandler\ProcessWatchlistTriggerHandler;
+use App\Message\ProcessAllWatchlist;
+use App\Message\ProcessWatchlist;
+use App\MessageHandler\ProcessAllWatchlistHandler;
use App\Tests\State\WatchlistUpdateProcessorTest;
use PHPUnit\Framework\Attributes\DependsExternal;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
@@ -16,16 +16,16 @@ final class ProcessWatchlistTriggerHandlerTest extends KernelTestCase
public function testSendMessage()
{
$container = self::getContainer();
- $handler = $container->get(ProcessWatchlistTriggerHandler::class);
+ $handler = $container->get(ProcessAllWatchlistHandler::class);
/** @var TraceableMessageBus $bus */
$bus = $container->get('messenger.bus.default');
$bus->reset();
- $handler(new ProcessWatchlistTrigger());
+ $handler(new ProcessAllWatchlist());
$dispatched = $bus->getDispatchedMessages();
$this->assertNotEmpty($dispatched);
- $this->assertInstanceOf(UpdateDomainsFromWatchlist::class, $dispatched[0]['message']);
+ $this->assertInstanceOf(ProcessWatchlist::class, $dispatched[0]['message']);
}
}
diff --git a/tests/MessageHandler/UpdateDomainsFromWatchlistHandlerTest.php b/tests/MessageHandler/UpdateDomainsFromWatchlistHandlerTest.php
index 3a345db..7c3a7be 100644
--- a/tests/MessageHandler/UpdateDomainsFromWatchlistHandlerTest.php
+++ b/tests/MessageHandler/UpdateDomainsFromWatchlistHandlerTest.php
@@ -4,8 +4,8 @@ namespace App\Tests\MessageHandler;
use App\Entity\Domain;
use App\Entity\Watchlist;
-use App\Message\UpdateDomainsFromWatchlist;
-use App\MessageHandler\UpdateDomainsFromWatchlistHandler;
+use App\Message\ProcessWatchlist;
+use App\MessageHandler\ProcessWatchlistHandler;
use App\Tests\State\WatchlistUpdateProcessorTest;
use Doctrine\ORM\EntityManagerInterface;
use PHPUnit\Framework\Attributes\DependsExternal;
@@ -20,7 +20,7 @@ final class UpdateDomainsFromWatchlistHandlerTest extends KernelTestCase
{
$container = self::getContainer();
$entityManager = $container->get(EntityManagerInterface::class);
- $handler = $container->get(UpdateDomainsFromWatchlistHandler::class);
+ $handler = $container->get(ProcessWatchlistHandler::class);
$bus = $container->get('messenger.bus.default');
$deletedDomainLdhName = new UuidV4().'.com';
@@ -40,7 +40,7 @@ final class UpdateDomainsFromWatchlistHandlerTest extends KernelTestCase
/* @var TraceableMessageBus $bus */
$bus->reset();
- $handler(new UpdateDomainsFromWatchlist($watchlist->getToken()));
+ $handler(new ProcessWatchlist($watchlist->getToken()));
$this->expectNotToPerformAssertions();
}
diff --git a/tests/Service/Provider/AbstractProviderTest.php b/tests/Service/Provider/AbstractProviderTest.php
index 09f9955..34cfda4 100644
--- a/tests/Service/Provider/AbstractProviderTest.php
+++ b/tests/Service/Provider/AbstractProviderTest.php
@@ -132,7 +132,7 @@ class AbstractProviderTest extends ApiTestCase
// Trigger the Order Domain message
$orderDomainHandler = self::getContainer()->get(OrderDomainHandler::class);
- $message = new OrderDomain($watchlist->getToken(), $domain->getLdhName());
+ $message = new OrderDomain($watchlist->getToken(), $domain->getLdhName(), $domain->getUpdatedAt());
$orderDomainHandler($message);
$this->assertResponseStatusCodeSame(200);
diff --git a/translations/de.po b/translations/de.po
index 467f45b..fb01d33 100644
--- a/translations/de.po
+++ b/translations/de.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2025-10-25 19:52+0000\n"
+"PO-Revision-Date: 2025-11-16 00:42+0000\n"
"Last-Translator: Maël Gangloff \n"
"Language-Team: German \n"
@@ -8,25 +8,33 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.13.2\n"
+"X-Generator: Weblate 5.14.3\n"
-#: assets/App.tsx:120
+#: assets/App.tsx:161
msgid "TOS"
msgstr "Nutzungsbedingungen"
-#: assets/App.tsx:121
+#: assets/App.tsx:162
msgid "Privacy Policy"
msgstr "Datenschutzrichtlinie"
-#: assets/App.tsx:122
+#: assets/App.tsx:163
msgid "FAQ"
msgstr "Häufig gestellte Fragen"
-#: assets/App.tsx:129
+#: assets/App.tsx:169
msgid "Documentation"
msgstr "Dokumentation"
-#: assets/App.tsx:134
+#: assets/App.tsx:177
+msgid "Source code"
+msgstr "Quellcode"
+
+#: assets/App.tsx:185
+msgid "Submit an issue"
+msgstr "Ein Problem melden"
+
+#: assets/App.tsx:190
#, javascript-format
msgid ""
"${ ProjectLink } is an open source project distributed under the $"
@@ -35,19 +43,11 @@ msgstr ""
"${ ProjectLink } ist ein Open-Source-Projekt, das unter der ${ LicenseLink }-"
"Lizenz vertrieben wird."
-#: assets/App.tsx:147
-msgid "Official git repository"
-msgstr "Offizielles Git-Repository"
-
-#: assets/App.tsx:150
-msgid "Submit an issue"
-msgstr "Ein Problem melden"
-
-#: assets/components/LoginForm.tsx:48 assets/components/RegisterForm.tsx:37
+#: assets/components/LoginForm.tsx:53 assets/components/RegisterForm.tsx:37
msgid "Email address"
msgstr "E-Mail-Adresse"
-#: assets/components/LoginForm.tsx:50 assets/components/LoginForm.tsx:58
+#: assets/components/LoginForm.tsx:55 assets/components/LoginForm.tsx:63
#: assets/components/RegisterForm.tsx:39 assets/components/RegisterForm.tsx:47
#: assets/components/search/DomainSearchBar.tsx:28
#: assets/components/tracking/watchlist/WatchlistForm.tsx:155
@@ -78,20 +78,20 @@ msgstr "E-Mail-Adresse"
msgid "Required"
msgstr "Erforderlich"
-#: assets/components/LoginForm.tsx:56 assets/components/RegisterForm.tsx:45
+#: assets/components/LoginForm.tsx:61 assets/components/RegisterForm.tsx:45
#: assets/utils/providers/forms/EppConnectorForm.tsx:138
msgid "Password"
msgstr "Passwort"
-#: assets/components/LoginForm.tsx:66
+#: assets/components/LoginForm.tsx:70
msgid "Submit"
msgstr "Senden"
-#: assets/components/LoginForm.tsx:71
+#: assets/components/LoginForm.tsx:74
msgid "Log in with SSO"
msgstr "Mit SSO anmelden"
-#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:35
+#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:60
msgid "Register"
msgstr "Registrieren"
@@ -101,22 +101,22 @@ msgid "Registration"
msgstr "Registrierung"
#: assets/components/search/DomainLifecycleSteps.tsx:24
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:133
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:137
msgid "Active"
msgstr "Aktiv"
#: assets/components/search/DomainLifecycleSteps.tsx:29
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:111
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:115
msgid "Auto-Renew Grace Period"
msgstr "Nachfrist für automatische Verlängerung"
#: assets/components/search/DomainLifecycleSteps.tsx:35
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:119
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:123
msgid "Redemption Grace Period"
msgstr "Einlösezeitraum"
#: assets/components/search/DomainLifecycleSteps.tsx:40
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:127
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:131
msgid "Pending Delete"
msgstr "Ausstehende Löschung"
@@ -131,7 +131,7 @@ msgstr ""
"Registrierungsebene"
#: assets/components/search/DomainResult.tsx:64
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:89
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:93
msgid "Registry Lock"
msgstr "Registrierungssperre"
@@ -144,7 +144,7 @@ msgstr ""
"Änderungen durch Kontrollen auf Registrar-Ebene"
#: assets/components/search/DomainResult.tsx:75
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:95
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:99
msgid "Registrar Lock"
msgstr "Registrarsperre"
@@ -157,12 +157,12 @@ msgstr ""
"Einträgen und stellt so die Authentizität und Integrität der Antworten sicher"
#: assets/components/search/DomainResult.tsx:84
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:101
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:105
msgid "DNSSEC"
msgstr "DNSSEC"
#: assets/components/search/DomainResult.tsx:90
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:215
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:219
msgid "EPP Status Codes"
msgstr "EPP-Statuscodes"
@@ -188,7 +188,7 @@ msgid "Search"
msgstr "Suchen"
#: assets/components/Sider.tsx:43
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:175
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:179
msgid "Domain"
msgstr "Domain"
@@ -200,8 +200,8 @@ msgstr "Domänenfinder"
msgid "Infrastructure"
msgstr "Infrastruktur"
-#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:114
-#: assets/pages/infrastructure/TldPage.tsx:79
+#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:112
+#: assets/pages/infrastructure/TldPage.tsx:81
msgid "TLD"
msgstr "TLD"
@@ -256,13 +256,13 @@ msgstr "Mein Konto"
msgid "Log out"
msgstr "Abmelden"
-#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:35
-#: assets/pages/LoginPage.tsx:45
+#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:46
+#: assets/pages/LoginPage.tsx:60
msgid "Log in"
msgstr "Anmelden"
#: assets/components/tracking/connector/ConnectorForm.tsx:36
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:49
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:51
#: assets/utils/functions/rdapTranslation.ts:12
msgid "Registrar"
msgstr "Registrierungsstelle"
@@ -344,17 +344,17 @@ msgstr "Ja"
msgid "No"
msgstr "Nein"
-#: assets/components/tracking/connector/ConnectorsList.tsx:48
+#: assets/components/tracking/connector/ConnectorsList.tsx:49
#, javascript-format
msgid "Creation date: ${ createdAt }"
msgstr "Erstellungsdatum: ${ createdAt }"
-#: assets/components/tracking/connector/ConnectorsList.tsx:49
+#: assets/components/tracking/connector/ConnectorsList.tsx:50
#, javascript-format
msgid "Used in: ${ watchlistCount } Watchlist"
msgstr "Verwendet in: ${ watchlistCount } Watchlist"
-#: assets/components/tracking/connector/ConnectorsList.tsx:52
+#: assets/components/tracking/connector/ConnectorsList.tsx:53
msgid ""
"You can stop using a connector at any time. To delete a connector, you must "
"remove it from each linked Watchlist.\n"
@@ -372,7 +372,7 @@ msgstr ""
"Widerrufsrecht verzichten und das Mindestalter für die Zustimmung zu diesen "
"Bedingungen erreicht haben."
-#: assets/components/tracking/connector/ConnectorsList.tsx:56
+#: assets/components/tracking/connector/ConnectorsList.tsx:57
msgid "The Provider’s conditions are accessible by following this hyperlink."
msgstr "Die Bedingungen des Providers sind über diesen Hyperlink zugänglich."
@@ -389,11 +389,6 @@ msgstr "Ereignisse in das iCalendar-Format exportieren"
msgid "Create a Watchlist"
msgstr "Erstellen Sie eine Watchlist"
-#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:45
-#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:56
-msgid "Cancel"
-msgstr "Abbrechen"
-
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:13
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:21
msgid "Delete the Watchlist"
@@ -433,7 +428,7 @@ msgstr "Möchten Sie diese Watchlist wirklich deaktivieren?"
msgid "Enable the Watchlist"
msgstr "Aktivieren Sie die Beobachtungsliste"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:29
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:30
msgid ""
"At least one domain name is in redemption period and will potentially be "
"deleted soon"
@@ -441,7 +436,7 @@ msgstr ""
"Mindestens ein Domainname befindet sich im Einlösezeitraum und könnte bald "
"gelöscht werden"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:37
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:39
msgid ""
"At least one domain name is pending deletion and will soon become available "
"for registration again"
@@ -449,46 +444,46 @@ msgstr ""
"Mindestens ein Domänenname steht zur Löschung an und wird bald wieder zur "
"Registrierung verfügbar sein"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:143
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:147
msgid "Estimated number of days until WHOIS removal"
msgstr "Geschätzte Anzahl von Tagen bis zur WHOIS-Entfernung"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:146
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:150
#, javascript-format
msgid "J ${ expiresInDays }"
msgstr "J ${ expiresInDays }"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:152
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:156
msgid "Deletion is imminent"
msgstr "Löschung steht unmittelbar bevor"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:181
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:185
msgid "Status"
msgstr "Status"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:187
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:191
msgid "Options"
msgstr "Optionen"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:193
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:197
msgid "Expiration date"
msgstr "Verfallsdatum"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:207
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:211
msgid "Updated at"
msgstr "Aktualisiert am"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:235
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:240
msgid "No tracked domain names were found, please create your first Watchlist"
msgstr ""
"Es wurden keine getrackten Domainnamen gefunden, bitte erstellen Sie Ihre "
"erste Watchlist"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:238
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:243
msgid "Create now"
msgstr "Jetzt erstellen"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:244
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
msgid ""
"Please note that this table does not include domain names marked as expired "
"or those with an unknown expiration date"
@@ -496,13 +491,13 @@ msgstr ""
"Bitte beachten Sie, dass diese Tabelle keine Domänennamen enthält, die als "
"abgelaufen markiert sind oder deren Ablaufdatum unbekannt ist"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:254
msgid "At least one domain name you are tracking requires special attention"
msgstr ""
"Mindestens ein Domänenname, den Sie verfolgen, erfordert besondere "
"Aufmerksamkeit"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:255
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:260
msgid "The domain names below are subject to special monitoring"
msgstr ""
"Die unten aufgeführten Domänennamen unterliegen einer besonderen Überwachung"
@@ -520,6 +515,7 @@ msgid "This Watchlist is not linked to a Connector."
msgstr "Diese Beobachtungsliste ist nicht mit einem Connector verknüpft."
#: assets/components/tracking/watchlist/WatchlistCard.tsx:59
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:86
msgid "Watchlist"
msgstr "Watchlist"
@@ -611,11 +607,20 @@ msgstr "Aktualisieren"
msgid "Reset"
msgstr "Zurücksetzen"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:43
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:29
+#, javascript-format
+msgid "${ rest.length } more"
+msgstr "${ rest.length } mehr"
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:82
+msgid "Select one of your available Watchlists"
+msgstr "Wählen Sie eine Ihrer verfügbaren Watchlists aus"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:45
msgid "ID"
msgstr "ID"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:77
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:80
msgid ""
"An accredited number means that ICANN's contract with the registrar is "
"ongoing."
@@ -623,14 +628,14 @@ msgstr ""
"Eine akkreditierte Nummer bedeutet, dass der Vertrag zwischen ICANN und dem "
"Registrar weiterhin besteht."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:82
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:85
msgid ""
"A reserved number can be used by TLD registries for specific operations."
msgstr ""
"Eine reservierte Nummer kann von TLD-Registrierungen für bestimmte Vorgänge "
"verwendet werden."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:87
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:90
msgid ""
"A terminated number means that ICANN's contract with the registrar has been "
"terminated."
@@ -638,12 +643,12 @@ msgstr ""
"Eine gekündigte Nummer bedeutet, dass der Vertrag zwischen ICANN und dem "
"Registrar gekündigt wurde."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:96
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
msgid "This page lists ICANN-accredited registrars."
msgstr ""
"Auf dieser Seite sind die von der ICANN akkreditierten Registrare aufgeführt."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:102
msgid ""
"The list is officially published and maintained by the Internet Assigned "
"Numbers Authority (IANA), the organization responsible for managing the "
@@ -655,34 +660,34 @@ msgstr ""
"eindeutigen Kennungen des Internets (einschließlich Nummern, IP-Adressen und "
"Domänennamenerweiterungen) verantwortlich ist."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:111
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:114
#: assets/utils/functions/rdapTranslation.ts:125
msgid "Accredited"
msgstr "Akkreditiert"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:116
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:119
#: assets/utils/functions/rdapTranslation.ts:126
msgid "Reserved"
msgstr "Reserviert"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:121
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:124
#: assets/utils/functions/rdapTranslation.ts:124
msgid "Terminated"
msgstr "Beendet"
-#: assets/pages/infrastructure/TldPage.tsx:86
+#: assets/pages/infrastructure/TldPage.tsx:88
msgid "Flag"
msgstr "Landesflagge"
-#: assets/pages/infrastructure/TldPage.tsx:89
+#: assets/pages/infrastructure/TldPage.tsx:91
msgid "Country"
msgstr "Land"
-#: assets/pages/infrastructure/TldPage.tsx:96
+#: assets/pages/infrastructure/TldPage.tsx:98
msgid "Registry Operator"
msgstr "Registrierungsbetreiber"
-#: assets/pages/infrastructure/TldPage.tsx:124
+#: assets/pages/infrastructure/TldPage.tsx:127
msgid ""
"Top-level domains sponsored by specific organizations that set rules for "
"registration and use, often related to particular interest groups or "
@@ -692,7 +697,7 @@ msgstr ""
"Regeln für die Registrierung und Nutzung festlegen und oft mit bestimmten "
"Interessengruppen oder Branchen in Zusammenhang stehen."
-#: assets/pages/infrastructure/TldPage.tsx:129
+#: assets/pages/infrastructure/TldPage.tsx:132
msgid ""
"Generic top-level domains open to everyone, not restricted by specific "
"criteria, representing various themes or industries."
@@ -701,7 +706,7 @@ msgstr ""
"bestimmte Kriterien eingeschränkt sind und verschiedene Themen oder Branchen "
"repräsentieren."
-#: assets/pages/infrastructure/TldPage.tsx:134
+#: assets/pages/infrastructure/TldPage.tsx:137
msgid ""
"Generic top-level domains associated with specific brands, allowing "
"companies to use their own brand names as domains."
@@ -709,7 +714,7 @@ msgstr ""
"Generische Top-Level-Domains sind mit bestimmten Marken verknüpft und "
"ermöglichen Unternehmen die Verwendung ihrer eigenen Markennamen als Domains."
-#: assets/pages/infrastructure/TldPage.tsx:139
+#: assets/pages/infrastructure/TldPage.tsx:142
msgid ""
"Top-level domains based on country codes, identifying websites according to "
"their country of origin."
@@ -717,13 +722,13 @@ msgstr ""
"Top-Level-Domains basieren auf Ländercodes und identifizieren Websites "
"entsprechend ihrem Herkunftsland."
-#: assets/pages/infrastructure/TldPage.tsx:148
+#: assets/pages/infrastructure/TldPage.tsx:151
msgid "This page presents all active TLDs in the root zone database."
msgstr ""
"Auf dieser Seite werden alle aktiven TLDs in der Root-Zone-Datenbank "
"angezeigt."
-#: assets/pages/infrastructure/TldPage.tsx:151
+#: assets/pages/infrastructure/TldPage.tsx:154
msgid ""
"IANA provides the list of currently active TLDs, regardless of their type, "
"and ICANN provides the list of gTLDs.\n"
@@ -743,23 +748,23 @@ msgstr ""
"erforderlich (zwei Anfragen an IANA und eine an ICANN).\n"
" Gleichzeitig wird die Liste der Root-RDAP-Server aktualisiert."
-#: assets/pages/infrastructure/TldPage.tsx:166
+#: assets/pages/infrastructure/TldPage.tsx:169
msgid "Generic Top-Level-Domains"
msgstr "Generische Top-Level-Domains"
-#: assets/pages/infrastructure/TldPage.tsx:171
+#: assets/pages/infrastructure/TldPage.tsx:174
msgid "Country-Code Top-Level-Domains"
msgstr "Länderspezifische Top-Level-Domains"
-#: assets/pages/infrastructure/TldPage.tsx:176
+#: assets/pages/infrastructure/TldPage.tsx:179
msgid "Brand Generic Top-Level-Domains"
msgstr "Markengenerische Top-Level-Domains"
-#: assets/pages/infrastructure/TldPage.tsx:181
+#: assets/pages/infrastructure/TldPage.tsx:184
msgid "Sponsored Top-Level-Domains"
msgstr "Gesponserte Top-Level-Domains"
-#: assets/pages/LoginPage.tsx:45
+#: assets/pages/LoginPage.tsx:46
msgid "Create an account"
msgstr "Ein Konto erstellen"
@@ -767,11 +772,16 @@ msgstr "Ein Konto erstellen"
msgid "Sorry, the page you visited does not exist."
msgstr "Es tut uns leid, die von Ihnen besuchte Seite existiert nicht."
-#: assets/pages/search/DomainSearchPage.tsx:32
+#: assets/pages/search/DomainSearchPage.tsx:36
msgid "Found !"
msgstr "Gefunden !"
-#: assets/pages/search/DomainSearchPage.tsx:55
+#: assets/pages/search/DomainSearchPage.tsx:53
+#, javascript-format
+msgid "${ ldhName } added to ${ watchlist.name }"
+msgstr "${ ldhName } wurde zu ${ watchlist.name } hinzugefügt"
+
+#: assets/pages/search/DomainSearchPage.tsx:70
msgid ""
"Although the domain exists in my database, it has been deleted from the "
"WHOIS by its registrar."
@@ -779,27 +789,44 @@ msgstr ""
"Obwohl die Domain in meiner Datenbank vorhanden ist, wurde sie von ihrem "
"Registrar aus dem WHOIS gelöscht."
-#: assets/pages/StatisticsPage.tsx:35
+#: assets/pages/search/DomainSearchPage.tsx:82
+msgid "Add to Watchlist"
+msgstr "Zur Watchlist hinzufügen"
+
+#: assets/pages/search/DomainSearchPage.tsx:92
+#, javascript-format
+msgid "Add ${ domainLdhName } to a Watchlist"
+msgstr "Füge ${domainLdhName} zu einer Watchlist hinzu"
+
+#: assets/pages/search/DomainSearchPage.tsx:95
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: assets/pages/search/DomainSearchPage.tsx:96
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: assets/pages/StatisticsPage.tsx:33
msgid "RDAP queries"
msgstr "RDAP-Abfragen"
-#: assets/pages/StatisticsPage.tsx:44
+#: assets/pages/StatisticsPage.tsx:42
msgid "Alerts sent"
msgstr "Gesendete Warnungen"
-#: assets/pages/StatisticsPage.tsx:58
+#: assets/pages/StatisticsPage.tsx:56
msgid "Domain names in database"
msgstr "Domänennamen in der Datenbank"
-#: assets/pages/StatisticsPage.tsx:69
+#: assets/pages/StatisticsPage.tsx:67
msgid "Tracked domain names"
msgstr "Verfolgte Domänennamen"
-#: assets/pages/StatisticsPage.tsx:83
+#: assets/pages/StatisticsPage.tsx:81
msgid "Purchased domain names"
msgstr "Gekaufte Domänennamen"
-#: assets/pages/StatisticsPage.tsx:93
+#: assets/pages/StatisticsPage.tsx:91
msgid ""
"This value is based on the status code of the HTTP response from the "
"providers following the domain order."
@@ -807,7 +834,7 @@ msgstr ""
"Dieser Wert basiert auf dem Statuscode der HTTP-Antwort der Anbieter nach "
"dem Domainkauf."
-#: assets/pages/StatisticsPage.tsx:97
+#: assets/pages/StatisticsPage.tsx:95
msgid "Success rate"
msgstr "Erfolgsrate"
@@ -843,7 +870,7 @@ msgstr "Benutzername"
msgid "Roles"
msgstr "Rollen"
-#: assets/utils/functions/DomainToTag.tsx:16
+#: assets/utils/functions/DomainToTag.tsx:14
msgid "The domain name was updated less than a week ago."
msgstr "Der Domänenname wurde vor weniger als einer Woche aktualisiert."
@@ -1662,11 +1689,11 @@ msgstr "Es gibt die Organisation an, die für das bestellte Produkt bezahlt"
#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:13
msgid ""
-"Retreive an API key and whitelist this instance's IP address on Namecheap's "
+"Retrieve an API key and whitelist this instance's IP address on Namecheap's "
"website"
msgstr ""
"Rufen Sie einen API-Schlüssel ab und setzen Sie die IP-Adresse dieser "
-"Instanz auf die Whitelist der Website von Namecheap"
+"Instanz auf der Namecheap-Website auf die Whitelist"
#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:19
#: assets/utils/providers/forms/NamecomConnectorForm.tsx:25
@@ -1745,6 +1772,9 @@ msgstr ""
"Sind Sie sich bei dieser Einstellung sicher? Dies kann zu zusätzlichen "
"Gebühren durch den API-Anbieter führen"
+#~ msgid "Official git repository"
+#~ msgstr "Offizielles Git-Repository"
+
#~ msgid "Entity"
#~ msgstr "Entität"
diff --git a/translations/es.po b/translations/es.po
new file mode 100644
index 0000000..240eb4a
--- /dev/null
+++ b/translations/es.po
@@ -0,0 +1,1770 @@
+msgid ""
+msgstr ""
+"PO-Revision-Date: 2025-11-16 20:49+0000\n"
+"Last-Translator: Maël Gangloff \n"
+"Language-Team: Spanish \n"
+"Language: es\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Weblate 5.14.3\n"
+
+#: assets/App.tsx:161
+msgid "TOS"
+msgstr "Términos del Servicio"
+
+#: assets/App.tsx:162
+msgid "Privacy Policy"
+msgstr "Política de privacidad"
+
+#: assets/App.tsx:163
+msgid "FAQ"
+msgstr "Preguntas Frecuentes"
+
+#: assets/App.tsx:169
+msgid "Documentation"
+msgstr "Documentación"
+
+#: assets/App.tsx:177
+msgid "Source code"
+msgstr "Código fuente"
+
+#: assets/App.tsx:185
+msgid "Submit an issue"
+msgstr "Enviar un problema"
+
+#: assets/App.tsx:190
+#, javascript-format
+msgid ""
+"${ ProjectLink } is an open source project distributed under the ${ "
+"LicenseLink } license."
+msgstr ""
+"${ ProjectLink } es un proyecto de código abierto distribuido bajo la "
+"licencia ${ LicenseLink }."
+
+#: assets/components/LoginForm.tsx:53
+#: assets/components/RegisterForm.tsx:37
+msgid "Email address"
+msgstr "Dirección de correo electrónico"
+
+#: assets/components/LoginForm.tsx:55
+#: assets/components/LoginForm.tsx:63
+#: assets/components/RegisterForm.tsx:39
+#: assets/components/RegisterForm.tsx:47
+#: assets/components/search/DomainSearchBar.tsx:28
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:155
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:284
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:21
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:32
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:47
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:70
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:11
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:24
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:34
+#: assets/utils/providers/forms/EppConnectorForm.tsx:80
+#: assets/utils/providers/forms/EppConnectorForm.tsx:92
+#: assets/utils/providers/forms/EppConnectorForm.tsx:104
+#: assets/utils/providers/forms/EppConnectorForm.tsx:111
+#: assets/utils/providers/forms/EppConnectorForm.tsx:127
+#: assets/utils/providers/forms/EppConnectorForm.tsx:136
+#: assets/utils/providers/forms/EppConnectorForm.tsx:209
+#: assets/utils/providers/forms/EppConnectorForm.tsx:227
+#: assets/utils/providers/forms/EppConnectorForm.tsx:239
+#: assets/utils/providers/forms/GandiConnectorForm.tsx:15
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:37
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:51
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:59
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:67
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:74
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:82
+msgid "Required"
+msgstr "Requerido"
+
+#: assets/components/LoginForm.tsx:61
+#: assets/components/RegisterForm.tsx:45
+#: assets/utils/providers/forms/EppConnectorForm.tsx:138
+msgid "Password"
+msgstr "Contraseña"
+
+#: assets/components/LoginForm.tsx:70
+msgid "Submit"
+msgstr "Enviar"
+
+#: assets/components/LoginForm.tsx:74
+msgid "Log in with SSO"
+msgstr "Iniciar sesión con SSO"
+
+#: assets/components/RegisterForm.tsx:54
+#: assets/pages/LoginPage.tsx:60
+msgid "Register"
+msgstr "Registro"
+
+#: assets/components/search/DomainLifecycleSteps.tsx:20
+#: assets/utils/functions/rdapTranslation.ts:41
+msgid "Registration"
+msgstr "Registro"
+
+#: assets/components/search/DomainLifecycleSteps.tsx:24
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:137
+msgid "Active"
+msgstr "Activo"
+
+#: assets/components/search/DomainLifecycleSteps.tsx:29
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:115
+msgid "Auto-Renew Grace Period"
+msgstr "Período de gracia de autorrenovación"
+
+#: assets/components/search/DomainLifecycleSteps.tsx:35
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:123
+msgid "Redemption Grace Period"
+msgstr "Período de gracia de redención"
+
+#: assets/components/search/DomainLifecycleSteps.tsx:40
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:131
+msgid "Pending Delete"
+msgstr "Pendiente de eliminación"
+
+#: assets/components/search/DomainResult.tsx:57
+msgid ""
+"Registry-level protection, ensuring the highest level of security by "
+"preventing unauthorized, unwanted, or accidental changes to the domain name "
+"at the registry level"
+msgstr ""
+"Protección a nivel de registro, que garantiza el máximo nivel de seguridad "
+"al impedir cambios no autorizados, no deseados o accidentales en el nombre "
+"de dominio a nivel de registro"
+
+#: assets/components/search/DomainResult.tsx:64
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:93
+msgid "Registry Lock"
+msgstr "Bloqueo de Registro"
+
+#: assets/components/search/DomainResult.tsx:68
+msgid ""
+"Registrar-level protection, safeguarding the domain from unauthorized, "
+"unwanted, or accidental changes through registrar controls"
+msgstr ""
+"Protección a nivel de registrador, que salvaguarda el dominio contra cambios "
+"no autorizados, no deseados o accidentales mediante los controles del "
+"registrador"
+
+#: assets/components/search/DomainResult.tsx:75
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:99
+msgid "Registrar Lock"
+msgstr "Bloqueo de Registrador"
+
+#: assets/components/search/DomainResult.tsx:79
+msgid ""
+"DNSSEC secures DNS by adding cryptographic signatures to DNS records, "
+"ensuring authenticity and integrity of responses"
+msgstr ""
+"DNSSEC protege el DNS añadiendo firmas criptográficas a los registros DNS, "
+"garantizando la autenticidad e integridad de las respuestas"
+
+#: assets/components/search/DomainResult.tsx:84
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:105
+msgid "DNSSEC"
+msgstr "DNSSEC"
+
+#: assets/components/search/DomainResult.tsx:90
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:219
+msgid "EPP Status Codes"
+msgstr "Códigos de estado EPP"
+
+#: assets/components/search/DomainResult.tsx:98
+msgid "Timeline"
+msgstr "Cronología"
+
+#: assets/components/search/DomainResult.tsx:105
+msgid "Entities"
+msgstr "Entidades"
+
+#: assets/components/search/DomainSearchBar.tsx:31
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:158
+msgid "This domain name does not appear to be valid"
+msgstr "Este nombre de dominio no parece ser válido"
+
+#: assets/components/Sider.tsx:31
+msgid "Home"
+msgstr "Inicio"
+
+#: assets/components/Sider.tsx:37
+msgid "Search"
+msgstr "Buscar"
+
+#: assets/components/Sider.tsx:43
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:179
+msgid "Domain"
+msgstr "Dominio"
+
+#: assets/components/Sider.tsx:44
+msgid "Domain Finder"
+msgstr "Buscador de dominios"
+
+#: assets/components/Sider.tsx:63
+#: assets/components/Sider.tsx:64
+msgid "Infrastructure"
+msgstr "Infraestructura"
+
+#: assets/components/Sider.tsx:70
+#: assets/pages/StatisticsPage.tsx:112
+#: assets/pages/infrastructure/TldPage.tsx:81
+msgid "TLD"
+msgstr "TLD"
+
+#: assets/components/Sider.tsx:71
+msgid "TLD list"
+msgstr "Lista de TLD"
+
+#: assets/components/Sider.tsx:78
+#: assets/components/Sider.tsx:79
+msgid "ICANN list"
+msgstr "Lista ICANN"
+
+#: assets/components/Sider.tsx:87
+msgid "Tracking"
+msgstr "Seguimiento"
+
+#: assets/components/Sider.tsx:93
+msgid "My Watchlists"
+msgstr "Mis Watchlists"
+
+#: assets/components/Sider.tsx:100
+msgid "Tracking table"
+msgstr "Tabla de seguimiento"
+
+#: assets/components/Sider.tsx:107
+msgid "My Connectors"
+msgstr "Mis Conectores"
+
+#.
+#. {
+#. key: 'tools',
+#. label: t`Tools`,
+#. icon: ,
+#. children: [
+#. {
+#. key: '/tools/idn',
+#. icon: ,
+#. label: t`IDN Conversion`,
+#. onClick: () => navigate('/')
+#. }
+#. ]
+#. },
+#.
+#: assets/components/Sider.tsx:131
+msgid "Statistics"
+msgstr "Estadísticas"
+
+#: assets/components/Sider.tsx:141
+#: assets/pages/UserPage.tsx:17
+msgid "My Account"
+msgstr "Mi cuenta"
+
+#: assets/components/Sider.tsx:146
+msgid "Log out"
+msgstr "Cerrar sesión"
+
+#: assets/components/Sider.tsx:154
+#: assets/pages/LoginPage.tsx:46
+#: assets/pages/LoginPage.tsx:60
+msgid "Log in"
+msgstr "Iniciar sesión"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:36
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:51
+#: assets/utils/functions/rdapTranslation.ts:12
+msgid "Registrar"
+msgstr "Registrador"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:40
+#: assets/utils/providers/forms/EppConnectorForm.tsx:120
+msgid "Authentication"
+msgstr "Autenticación"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:45
+msgid "Consent"
+msgstr "Consentimiento"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:53
+msgid "Choose a registrar"
+msgstr "Elija un registrador"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:86
+msgid "Previous"
+msgstr "Antes"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:91
+msgid "Next"
+msgstr "Después"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:96
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:331
+msgid "Create"
+msgstr "Crear"
+
+#: assets/components/tracking/connector/ConnectorForm.tsx:103
+msgid ""
+"This website is neither affiliated with nor sponsored by the registrars "
+"mentioned.\n"
+"The names and logos of these companies are used for informational purposes "
+"only and remain registered trademarks of their respective owners.\n"
+"The use of their services via this website is subject to the terms and "
+"conditions set by each registrar and is the sole responsibility of the user."
+msgstr ""
+"Este sitio web no está afiliado ni patrocinado por los registradores "
+"mencionados.\n"
+"Los nombres y logotipos de estas empresas se utilizan únicamente con fines "
+"informativos y son marcas registradas de sus respectivos propietarios.\n"
+"El uso de sus servicios a través de este sitio web está sujeto a los "
+"términos y condiciones establecidos por cada registrador y es "
+"responsabilidad exclusiva del usuario."
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:19
+msgid ""
+"An error occurred while deleting the Connector. Make sure it is not used in "
+"any Watchlist"
+msgstr ""
+"Se produjo un error al eliminar el Conector. Asegúrese de que no esté en uso "
+"en ninguna Watchlist"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:35
+#, javascript-format
+msgid "Connector ${ connectorName }"
+msgstr "Conector ${ connectorName }"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:40
+msgid "Delete the Connector"
+msgstr "Eliminar el Conector"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:41
+msgid "Are you sure to delete this Connector?"
+msgstr "¿Estás seguro de eliminar este Conector?"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:43
+#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:16
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:21
+msgid "Yes"
+msgstr "Sí"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:44
+#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:17
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:22
+msgid "No"
+msgstr "No"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:49
+#, javascript-format
+msgid "Creation date: ${ createdAt }"
+msgstr "Fecha de creación: ${ createdAt }"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:50
+#, javascript-format
+msgid "Used in: ${ watchlistCount } Watchlist"
+msgstr "Usado en: ${ watchlistCount } Watchlist"
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:53
+msgid ""
+"You can stop using a connector at any time. To delete a connector, you must "
+"remove it from each linked Watchlist.\n"
+"The creation date corresponds to the date on which you consented to the "
+"creation of the connector and on which you declared in particular that you "
+"fulfilled the conditions of use of the supplier's API, waived the right of "
+"withdrawal and were of the minimum age to consent to these conditions."
+msgstr ""
+"Puedes dejar de usar un conector en cualquier momento. Para eliminar un "
+"conector, debes quitarlo de cada Watchlist.\n"
+"La fecha de creación corresponde a la fecha en la que usted consintió la "
+"creación del Conector y en la que declaró, en particular, que cumplía las "
+"condiciones de uso de la API del proveedor, renunciaba al derecho de "
+"desistimiento y tenía la edad mínima para consentir dichas condiciones."
+
+#: assets/components/tracking/connector/ConnectorsList.tsx:57
+msgid "The Provider’s conditions are accessible by following this hyperlink."
+msgstr "Las condiciones del proveedor pueden consultarse siguiendo este enlace."
+
+#: assets/components/tracking/watchlist/CalendarWatchlistButton.tsx:15
+msgid "QR Code for iCalendar export"
+msgstr "Código QR para exportar a iCalendar"
+
+#: assets/components/tracking/watchlist/CalendarWatchlistButton.tsx:20
+msgid "Export events to iCalendar format"
+msgstr "Exportar eventos al formato iCalendar"
+
+#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:33
+#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:35
+msgid "Create a Watchlist"
+msgstr "Crea una Watchlist"
+
+#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:13
+#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:21
+msgid "Delete the Watchlist"
+msgstr "Eliminar la Watchlist"
+
+#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:14
+msgid "Are you sure to delete this Watchlist?"
+msgstr "¿Estás seguro de que quieres eliminar esta Watchlist?"
+
+#: assets/components/tracking/watchlist/diagram/ViewDiagramWatchlistButton.tsx:39
+msgid "View the Watchlist Entity Diagram"
+msgstr "Consulte el diagrama de entidad de la Watchlist"
+
+#: assets/components/tracking/watchlist/diagram/ViewDiagramWatchlistButton.tsx:45
+msgid "Watchlist Entity Diagram"
+msgstr "Diagrama de entidad de la Watchlist"
+
+#: assets/components/tracking/watchlist/diagram/watchlistToEdges.tsx:43
+msgid "Registry"
+msgstr "Registro"
+
+#: assets/components/tracking/watchlist/diagram/watchlistToNodes.tsx:41
+#, javascript-format
+msgid ".${ tld.tld } Registry"
+msgstr ".${ tld.tld } Registro"
+
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:18
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:26
+msgid "Disable the Watchlist"
+msgstr "Desactivar la Watchlist"
+
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:19
+msgid "Are you sure to disable this Watchlist?"
+msgstr "¿Estás seguro de que quieres desactivar esta Watchlist?"
+
+#: assets/components/tracking/watchlist/DisableWatchlistButton.tsx:29
+msgid "Enable the Watchlist"
+msgstr "Activar la Watchlist"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:30
+msgid ""
+"At least one domain name is in redemption period and will potentially be "
+"deleted soon"
+msgstr ""
+"Al menos un dominio se encuentra en período de redención y podría ser "
+"eliminado próximamente"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:39
+msgid ""
+"At least one domain name is pending deletion and will soon become available "
+"for registration again"
+msgstr ""
+"Al menos un nombre de dominio está pendiente de eliminación y pronto volverá "
+"a estar disponible para su registro"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:147
+msgid "Estimated number of days until WHOIS removal"
+msgstr "Número estimado de días hasta la eliminación de WHOIS"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:150
+#, javascript-format
+msgid "J ${ expiresInDays }"
+msgstr "J ${ expiresInDays }"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:156
+msgid "Deletion is imminent"
+msgstr "La eliminación es inminente"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:185
+msgid "Status"
+msgstr "Estado"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:191
+msgid "Options"
+msgstr "Opciones"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:197
+msgid "Expiration date"
+msgstr "Fecha de expiración"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:211
+msgid "Updated at"
+msgstr "Actualizado el"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:240
+msgid "No tracked domain names were found, please create your first Watchlist"
+msgstr ""
+"No se encontraron nombres de dominio rastreados; por favor, crea tu primera "
+"Watchlist"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:243
+msgid "Create now"
+msgstr "Crear ahora"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
+msgid ""
+"Please note that this table does not include domain names marked as expired "
+"or those with an unknown expiration date"
+msgstr ""
+"Tenga en cuenta que esta tabla no incluye los nombres de dominio marcados "
+"como expirados o aquellos cuya fecha de expiración se desconoce"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:254
+msgid "At least one domain name you are tracking requires special attention"
+msgstr ""
+"Al menos uno de los nombres de dominio que estás monitorizando requiere "
+"especial atención"
+
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:260
+msgid "The domain names below are subject to special monitoring"
+msgstr ""
+"Los nombres de dominio que aparecen a continuación están sujetos a una "
+"supervisión especial"
+
+#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:31
+msgid "Edit the Watchlist"
+msgstr "Editar la Watchlist"
+
+#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:46
+msgid "Update a Watchlist"
+msgstr "Actualizar una Watchlist"
+
+#: assets/components/tracking/watchlist/WatchlistCard.tsx:54
+msgid "This Watchlist is not linked to a Connector."
+msgstr "Esta Watchlist no está vinculada a ningún Conector."
+
+#: assets/components/tracking/watchlist/WatchlistCard.tsx:59
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:86
+msgid "Watchlist"
+msgstr "Watchlist"
+
+#: assets/components/tracking/watchlist/WatchlistCard.tsx:97
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:191
+msgid "Tracked events"
+msgstr "Seguimiento de eventos"
+
+#: assets/components/tracking/watchlist/WatchlistCard.tsx:119
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:217
+msgid "Tracked EPP status"
+msgstr "Seguimiento del estado de EPP"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:111
+msgid "Name"
+msgstr "Nombre"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:123
+msgid "Watchlist Name"
+msgstr "Nombre en la Watchlist"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:124
+msgid "Naming the Watchlist makes it easier to find in the list below."
+msgstr ""
+"Poner un nombre a la Watchlist facilita su localización en la lista "
+"siguiente."
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:135
+msgid "At least one domain name"
+msgstr "Al menos un nombre de dominio"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:146
+msgid "Domain names"
+msgstr "Nombres de dominio"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:164
+msgid "Domain name"
+msgstr "Nombre de dominio"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:183
+msgid "Add a Domain name"
+msgstr "Agregar un nombre de dominio"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:193
+msgid "At least one event"
+msgstr "Al menos un evento"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:219
+msgid "At least one EPP status"
+msgstr "Al menos un estado EPP"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:243
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:258
+msgid "Connector"
+msgstr "Conector"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:253
+msgid ""
+"Please make sure the connector information is valid to purchase a domain "
+"that may be available soon."
+msgstr ""
+"Asegúrese de que la información del Conector sea válida para comprar un "
+"dominio que podría estar disponible próximamente."
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:275
+msgid "DSN"
+msgstr "DSN"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:287
+msgid "This DSN does not appear to be valid"
+msgstr "Este DSN no parece ser válido"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:311
+msgid "Check out this link to the Symfony documentation to help you build the DSN"
+msgstr ""
+"Consulta este enlace a la documentación de Symfony para obtener ayuda en la "
+"creación del DSN"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:321
+msgid "Add a Webhook"
+msgstr "Agregar un webhook"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:331
+msgid "Update"
+msgstr "Actualizar"
+
+#: assets/components/tracking/watchlist/WatchlistForm.tsx:334
+msgid "Reset"
+msgstr "Reiniciar"
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:29
+#, javascript-format
+msgid "${ rest.length } more"
+msgstr "${ rest.length } más"
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:82
+msgid "Select one of your available Watchlists"
+msgstr "Selecciona una de tus Watchlist disponibles"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:45
+msgid "ID"
+msgstr "ID"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:80
+msgid ""
+"An accredited number means that ICANN's contract with the registrar is "
+"ongoing."
+msgstr ""
+"Un número acreditado significa que el contrato de la ICANN con el "
+"registrador está vigente."
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:85
+msgid "A reserved number can be used by TLD registries for specific operations."
+msgstr ""
+"Los Registros de TLD pueden utilizar un número reservado para operaciones "
+"específicas."
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:90
+msgid ""
+"A terminated number means that ICANN's contract with the registrar has been "
+"terminated."
+msgstr ""
+"Un número terminado significa que el contrato de ICANN con el Registrador ha "
+"sido rescindido."
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
+msgid "This page lists ICANN-accredited registrars."
+msgstr "Esta página enumera los registradores acreditados por la ICANN."
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:102
+msgid ""
+"The list is officially published and maintained by the Internet Assigned "
+"Numbers Authority (IANA), the organization responsible for managing the "
+"Internet's unique identifiers (including numbers, IP addresses, and domain "
+"name extensions)."
+msgstr ""
+"La lista es publicada y mantenida oficialmente por la Autoridad de Números "
+"Asignados de Internet (IANA), la organización responsable de gestionar los "
+"identificadores únicos de Internet "
+"(incluidos números, direcciones IP y extensiones de nombres de dominio)."
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:114
+#: assets/utils/functions/rdapTranslation.ts:125
+msgid "Accredited"
+msgstr "Acreditado"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:119
+#: assets/utils/functions/rdapTranslation.ts:126
+msgid "Reserved"
+msgstr "Reservado"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:124
+#: assets/utils/functions/rdapTranslation.ts:124
+msgid "Terminated"
+msgstr "Terminado"
+
+#: assets/pages/infrastructure/TldPage.tsx:88
+msgid "Flag"
+msgstr "Bandera"
+
+#: assets/pages/infrastructure/TldPage.tsx:91
+msgid "Country"
+msgstr "País"
+
+#: assets/pages/infrastructure/TldPage.tsx:98
+msgid "Registry Operator"
+msgstr "Operador de registro"
+
+#: assets/pages/infrastructure/TldPage.tsx:127
+msgid ""
+"Top-level domains sponsored by specific organizations that set rules for "
+"registration and use, often related to particular interest groups or "
+"industries."
+msgstr ""
+"Dominios de nivel superior patrocinados por organizaciones específicas que "
+"establecen reglas para su registro y uso, a menudo relacionadas con grupos "
+"de interés o industrias particulares."
+
+#: assets/pages/infrastructure/TldPage.tsx:132
+msgid ""
+"Generic top-level domains open to everyone, not restricted by specific "
+"criteria, representing various themes or industries."
+msgstr ""
+"Dominios genéricos de nivel superior abiertos a todo el mundo, sin "
+"restricciones por criterios específicos, que representan diversos temas o "
+"industrias."
+
+#: assets/pages/infrastructure/TldPage.tsx:137
+msgid ""
+"Generic top-level domains associated with specific brands, allowing "
+"companies to use their own brand names as domains."
+msgstr ""
+"Dominios genéricos de nivel superior asociados a marcas específicas, que "
+"permiten a las empresas utilizar sus propios nombres de marca como dominios."
+
+#: assets/pages/infrastructure/TldPage.tsx:142
+msgid ""
+"Top-level domains based on country codes, identifying websites according to "
+"their country of origin."
+msgstr ""
+"Dominios de nivel superior basados en códigos de país, que identifican los "
+"sitios web según su país de origen."
+
+#: assets/pages/infrastructure/TldPage.tsx:151
+msgid "This page presents all active TLDs in the root zone database."
+msgstr ""
+"Esta página presenta todos los TLD activos en la base de datos de la zona "
+"raíz."
+
+#: assets/pages/infrastructure/TldPage.tsx:154
+msgid ""
+"IANA provides the list of currently active TLDs, regardless of their type, "
+"and ICANN provides the list of gTLDs.\n"
+"In most cases, the two-letter ccTLD assigned to a country is made in "
+"accordance with the ISO 3166-1 standard.\n"
+"This data is updated every month. Three HTTP requests are needed for the "
+"complete update of TLDs in Domain Watchdog (two requests to IANA and one to "
+"ICANN).\n"
+"At the same time, the list of root RDAP servers is updated."
+msgstr ""
+"La IANA proporciona la lista de TLD actualmente activos, independientemente "
+"de su tipo, e ICANN proporciona la lista de gTLD.\n"
+"En la mayoría de los casos, el ccTLD de dos letras asignado a un país se "
+"crea de acuerdo con la norma ISO 3166-1.\n"
+"Estos datos se actualizan mensualmente. Se necesitan tres solicitudes HTTP "
+"para la actualización completa de los TLD en Domain Watchdog "
+"(dos solicitudes a IANA y una a ICANN).\n"
+"Al mismo tiempo, se actualiza la lista de servidores RDAP raíz."
+
+#: assets/pages/infrastructure/TldPage.tsx:169
+msgid "Generic Top-Level-Domains"
+msgstr "Dominios genéricos de nivel superior"
+
+#: assets/pages/infrastructure/TldPage.tsx:174
+msgid "Country-Code Top-Level-Domains"
+msgstr "Dominios de nivel superior de código de país"
+
+#: assets/pages/infrastructure/TldPage.tsx:179
+msgid "Brand Generic Top-Level-Domains"
+msgstr "Dominios de nivel superior genéricos de marca"
+
+#: assets/pages/infrastructure/TldPage.tsx:184
+msgid "Sponsored Top-Level-Domains"
+msgstr "Dominios de nivel superior patrocinados"
+
+#: assets/pages/LoginPage.tsx:46
+msgid "Create an account"
+msgstr "Crea una cuenta"
+
+#: assets/pages/NotFoundPage.tsx:10
+msgid "Sorry, the page you visited does not exist."
+msgstr "Lo sentimos, la página que intentó visitar no existe."
+
+#: assets/pages/search/DomainSearchPage.tsx:36
+msgid "Found !"
+msgstr "¡Encontrado!"
+
+#: assets/pages/search/DomainSearchPage.tsx:53
+#, javascript-format
+msgid "${ ldhName } added to ${ watchlist.name }"
+msgstr "${ ldhName } añadido a ${ watchlist.name }"
+
+#: assets/pages/search/DomainSearchPage.tsx:70
+msgid ""
+"Although the domain exists in my database, it has been deleted from the "
+"WHOIS by its registrar."
+msgstr ""
+"Aunque el dominio existe en mi base de datos, ha sido borrado del WHOIS por "
+"su registrador."
+
+#: assets/pages/search/DomainSearchPage.tsx:82
+msgid "Add to Watchlist"
+msgstr "Añadir a la Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:92
+#, javascript-format
+msgid "Add ${ domainLdhName } to a Watchlist"
+msgstr "Agregar ${ domainLdhName } a una Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:95
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: assets/pages/search/DomainSearchPage.tsx:96
+msgid "Add"
+msgstr "Agregar"
+
+#: assets/pages/StatisticsPage.tsx:33
+msgid "RDAP queries"
+msgstr "Consultas RDAP"
+
+#: assets/pages/StatisticsPage.tsx:42
+msgid "Alerts sent"
+msgstr "Alertas enviadas"
+
+#: assets/pages/StatisticsPage.tsx:56
+msgid "Domain names in database"
+msgstr "Nombres de dominio en la base de datos"
+
+#: assets/pages/StatisticsPage.tsx:67
+msgid "Tracked domain names"
+msgstr "Nombres de dominio rastreados"
+
+#: assets/pages/StatisticsPage.tsx:81
+msgid "Purchased domain names"
+msgstr "Nombres de dominio comprados"
+
+#: assets/pages/StatisticsPage.tsx:91
+msgid ""
+"This value is based on the status code of the HTTP response from the "
+"providers following the domain order."
+msgstr ""
+"Este valor se basa en el código de estado de la respuesta HTTP de los "
+"proveedores, siguiendo el orden del dominio."
+
+#: assets/pages/StatisticsPage.tsx:95
+msgid "Success rate"
+msgstr "Tasa de éxito"
+
+#: assets/pages/TextPage.tsx:29
+#, javascript-format
+msgid "📝 Please create the /public/content/${ resource } file."
+msgstr "📝 Por favor, cree el archivo /public/content/${ resource }."
+
+#: assets/pages/tracking/ConnectorPage.tsx:22
+msgid "Connector created !"
+msgstr "¡Conector creado!"
+
+#: assets/pages/tracking/ConnectorPage.tsx:41
+msgid "Create a Connector"
+msgstr "Crear un Conector"
+
+#: assets/pages/tracking/WatchlistPage.tsx:42
+msgid "Watchlist created !"
+msgstr "¡Watchlist creada!"
+
+#: assets/pages/tracking/WatchlistPage.tsx:53
+msgid "Watchlist updated !"
+msgstr "¡Watchlist actualizada!"
+
+#: assets/pages/UserPage.tsx:19
+#: assets/utils/providers/forms/EppConnectorForm.tsx:129
+#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:10
+#: assets/utils/providers/forms/NamecomConnectorForm.tsx:16
+msgid "Username"
+msgstr "Nombre de usuario"
+
+#: assets/pages/UserPage.tsx:22
+msgid "Roles"
+msgstr "Roles"
+
+#: assets/utils/functions/DomainToTag.tsx:14
+msgid "The domain name was updated less than a week ago."
+msgstr "El nombre de dominio se actualizó hace menos de una semana."
+
+#: assets/utils/functions/rdapTranslation.ts:7
+#: assets/utils/providers/forms/EppConnectorForm.tsx:241
+msgid "Registrant"
+msgstr "Registrante"
+
+#: assets/utils/functions/rdapTranslation.ts:8
+#: assets/utils/providers/forms/EppConnectorForm.tsx:251
+msgid "Technical"
+msgstr "Técnico"
+
+#: assets/utils/functions/rdapTranslation.ts:9
+#: assets/utils/providers/forms/EppConnectorForm.tsx:246
+msgid "Administrative"
+msgstr "Administrativo"
+
+#: assets/utils/functions/rdapTranslation.ts:10
+msgid "Abuse"
+msgstr "Abuso"
+
+#: assets/utils/functions/rdapTranslation.ts:11
+#: assets/utils/providers/forms/EppConnectorForm.tsx:256
+msgid "Billing"
+msgstr "Facturación"
+
+#: assets/utils/functions/rdapTranslation.ts:13
+#: assets/utils/providers/forms/EppConnectorForm.tsx:266
+msgid "Reseller"
+msgstr "Revendedor"
+
+#: assets/utils/functions/rdapTranslation.ts:14
+msgid "Sponsor"
+msgstr "Patrocinador"
+
+#: assets/utils/functions/rdapTranslation.ts:15
+msgid "Proxy"
+msgstr "Proxy"
+
+#: assets/utils/functions/rdapTranslation.ts:16
+msgid "Notifications"
+msgstr "Notificaciones"
+
+#: assets/utils/functions/rdapTranslation.ts:17
+msgid "Noc"
+msgstr "Noc"
+
+#: assets/utils/functions/rdapTranslation.ts:24
+msgid ""
+"The entity object instance is the registrant of the registration. In some "
+"registries, this is known as a maintainer."
+msgstr ""
+"La instancia del objeto de entidad es el registrante del registro. En "
+"algunos registros, se le conoce como mantenedor."
+
+#: assets/utils/functions/rdapTranslation.ts:25
+msgid "The entity object instance is a technical contact for the registration."
+msgstr ""
+"La instancia del objeto de entidad es un contacto técnico para el registro."
+
+#: assets/utils/functions/rdapTranslation.ts:26
+msgid ""
+"The entity object instance is an administrative contact for the "
+"registration."
+msgstr ""
+"La instancia del objeto de entidad es un contacto administrativo para el "
+"registro."
+
+#: assets/utils/functions/rdapTranslation.ts:27
+msgid ""
+"The entity object instance handles network abuse issues on behalf of the "
+"registrant of the registration."
+msgstr ""
+"La instancia del objeto de entidad gestiona los problemas de abuso de la red "
+"en nombre del registrante del registro."
+
+#: assets/utils/functions/rdapTranslation.ts:28
+msgid ""
+"The entity object instance handles payment and billing issues on behalf of "
+"the registrant of the registration."
+msgstr ""
+"La instancia del objeto de entidad gestiona los problemas de pago y "
+"facturación en nombre del titular del registro."
+
+#: assets/utils/functions/rdapTranslation.ts:29
+msgid ""
+"The entity object instance represents the authority responsible for the "
+"registration in the registry."
+msgstr ""
+"La instancia del objeto de entidad representa la autoridad responsable del "
+"registro en el registro."
+
+#: assets/utils/functions/rdapTranslation.ts:30
+msgid ""
+"The entity object instance represents a third party through which the "
+"registration was conducted (i.e., not the registry or registrar)."
+msgstr ""
+"La instancia del objeto de entidad representa a un tercero a través del cual "
+"se realizó el registro (es decir, no el registro ni el registrador)."
+
+#: assets/utils/functions/rdapTranslation.ts:31
+msgid ""
+"The entity object instance represents a domain policy sponsor, such as an "
+"ICANN-approved sponsor."
+msgstr ""
+"La instancia del objeto de entidad representa un patrocinador de políticas "
+"de dominio, como un patrocinador aprobado por la ICANN."
+
+#: assets/utils/functions/rdapTranslation.ts:32
+msgid ""
+"The entity object instance represents a proxy for another entity object, "
+"such as a registrant."
+msgstr ""
+"La instancia del objeto de entidad representa un proxy para otro objeto de "
+"entidad, como un registrante."
+
+#: assets/utils/functions/rdapTranslation.ts:33
+msgid ""
+"An entity object instance designated to receive notifications about "
+"association object instances."
+msgstr ""
+"Una instancia de objeto de entidad designada para recibir notificaciones "
+"sobre instancias de objetos de asociación."
+
+#: assets/utils/functions/rdapTranslation.ts:34
+msgid ""
+"The entity object instance handles communications related to a network "
+"operations center (NOC)."
+msgstr ""
+"La instancia del objeto de entidad gestiona las comunicaciones relacionadas "
+"con un centro de operaciones de red (NOC)."
+
+#: assets/utils/functions/rdapTranslation.ts:42
+msgid "Reregistration"
+msgstr "Reinscripción"
+
+#: assets/utils/functions/rdapTranslation.ts:43
+msgid "Changed"
+msgstr "Cambió"
+
+#: assets/utils/functions/rdapTranslation.ts:44
+msgid "Expiration"
+msgstr "Caducidad"
+
+#: assets/utils/functions/rdapTranslation.ts:45
+msgid "Deletion"
+msgstr "Supresión"
+
+#: assets/utils/functions/rdapTranslation.ts:46
+msgid "Reinstantiation"
+msgstr "Reinstanciación"
+
+#: assets/utils/functions/rdapTranslation.ts:47
+msgid "Transfer"
+msgstr "Transferir"
+
+#: assets/utils/functions/rdapTranslation.ts:48
+msgid "Locked"
+msgstr "Bloqueado"
+
+#: assets/utils/functions/rdapTranslation.ts:49
+msgid "Unlocked"
+msgstr "Desbloqueado"
+
+#: assets/utils/functions/rdapTranslation.ts:50
+msgid "Registrar expiration"
+msgstr "Caducidad del registrador"
+
+#: assets/utils/functions/rdapTranslation.ts:51
+msgid "ENUM validation expiration"
+msgstr "Caducidad de validación ENUM"
+
+#: assets/utils/functions/rdapTranslation.ts:58
+msgid "The object instance was initially registered."
+msgstr "La instancia del objeto se registró inicialmente."
+
+#: assets/utils/functions/rdapTranslation.ts:59
+msgid "The object instance was registered subsequently to initial registration."
+msgstr "La instancia del objeto se registró posteriormente al registro inicial."
+
+#: assets/utils/functions/rdapTranslation.ts:60
+msgid ""
+"An action noting when the information in the object instance was last "
+"changed."
+msgstr ""
+"Una acción que registra cuándo se modificó por última vez la información en "
+"la instancia del objeto."
+
+#: assets/utils/functions/rdapTranslation.ts:61
+msgid ""
+"The object instance has been removed or will be removed at a predetermined "
+"date and time from the registry."
+msgstr ""
+"La instancia del objeto ha sido eliminada o será eliminada del registro en "
+"una fecha y hora predeterminadas."
+
+#: assets/utils/functions/rdapTranslation.ts:62
+msgid ""
+"The object instance was removed from the registry at a point in time that "
+"was not predetermined."
+msgstr ""
+"La instancia del objeto se eliminó del registro en un momento no "
+"predeterminado."
+
+#: assets/utils/functions/rdapTranslation.ts:63
+msgid ""
+"The object instance was reregistered after having been removed from the "
+"registry."
+msgstr ""
+"La instancia del objeto se volvió a registrar después de haber sido "
+"eliminada del registro."
+
+#: assets/utils/functions/rdapTranslation.ts:64
+msgid "The object instance was transferred from one registrar to another."
+msgstr "La instancia del objeto se transfirió de un registrador a otro."
+
+#: assets/utils/functions/rdapTranslation.ts:65
+msgid "The object instance was locked."
+msgstr "La instancia del objeto estaba bloqueada."
+
+#: assets/utils/functions/rdapTranslation.ts:66
+msgid "The object instance was unlocked."
+msgstr "La instancia del objeto se desbloqueó."
+
+#: assets/utils/functions/rdapTranslation.ts:67
+msgid "An action noting the expiration date of the object in the registrar system."
+msgstr ""
+"Una acción que registra la fecha de vencimiento del objeto en el sistema de "
+"registro."
+
+#: assets/utils/functions/rdapTranslation.ts:68
+msgid ""
+"Association of phone number represented by this ENUM domain to registrant "
+"has expired or will expire at a predetermined date and time."
+msgstr ""
+"La asociación del número de teléfono representado por este dominio ENUM con "
+"el registrante ha caducado o caducará en una fecha y hora predeterminadas."
+
+#: assets/utils/functions/rdapTranslation.ts:72
+#: assets/utils/functions/rdapTranslation.ts:81
+msgid ""
+"This is the standard status for a domain, meaning it has no pending "
+"operations or prohibitions."
+msgstr ""
+"Este es el estado estándar de un dominio, lo que significa que no tiene "
+"operaciones pendientes ni prohibiciones."
+
+#: assets/utils/functions/rdapTranslation.ts:73
+msgid ""
+"This status code indicates that delegation information (name servers) has "
+"not been associated with your domain. Your domain is not activated in the "
+"DNS and will not resolve."
+msgstr ""
+"Este código de estado indica que la información de delegación "
+"(servidores de nombres) no se ha asociado a su dominio. Su dominio no está "
+"activado en el DNS y no se resolverá."
+
+#: assets/utils/functions/rdapTranslation.ts:74
+msgid ""
+"This status code indicates that a request to create your domain has been "
+"received and is being processed."
+msgstr ""
+"Este código de estado indica que se ha recibido una solicitud para crear su "
+"dominio y que esta se está procesando."
+
+#: assets/utils/functions/rdapTranslation.ts:75
+msgid ""
+"This status code indicates that a request to renew your domain has been "
+"received and is being processed."
+msgstr ""
+"Este código de estado indica que se ha recibido una solicitud de renovación "
+"de su dominio y que esta se está procesando."
+
+#: assets/utils/functions/rdapTranslation.ts:76
+msgid ""
+"This status code indicates that a request to transfer your domain to a new "
+"registrar has been received and is being processed."
+msgstr ""
+"Este código de estado indica que se ha recibido una solicitud para "
+"transferir su dominio a un nuevo registrador y que esta se está procesando."
+
+#: assets/utils/functions/rdapTranslation.ts:77
+msgid ""
+"This status code indicates that a request to update your domain has been "
+"received and is being processed."
+msgstr ""
+"Este código de estado indica que se ha recibido una solicitud para "
+"actualizar su dominio y que esta se está procesando."
+
+#: assets/utils/functions/rdapTranslation.ts:78
+msgid ""
+"This status code may be mixed with redemptionPeriod or pendingRestore. In "
+"such case, depending on the status (i.e. redemptionPeriod or "
+"pendingRestore) set in the domain name, the corresponding description "
+"presented above applies. If this status is not combined with the "
+"redemptionPeriod or pendingRestore status, the pendingDelete status code "
+"indicates that your domain has been in redemptionPeriod status for 30 days "
+"and you have not restored it within that 30-day period. Your domain will "
+"remain in this status for several days, after which time your domain will "
+"be purged and dropped from the registry database. Once deletion occurs, the "
+"domain is available for re-registration in accordance with the registry's "
+"policies."
+msgstr ""
+"Este código de estado puede combinarse con redemptionPeriod o "
+"pendingRestore. En tal caso, según el estado "
+"(redemptionPeriod o pendingRestore) establecido en el nombre de dominio, se "
+"aplicará la descripción correspondiente presentada anteriormente. Si este "
+"estado no se combina con redemptionPeriod ni pendingRestore, el código de "
+"estado pendingDelete indica que su dominio ha estado en estado "
+"redemptionPeriod durante 30 días y no lo ha restaurado dentro de ese "
+"período. Su dominio permanecerá en este estado durante varios días, tras los "
+"cuales será eliminado de la base de datos del registro. Una vez eliminado, "
+"el dominio estará disponible para su reinscripción de acuerdo con las "
+"políticas del registro."
+
+#: assets/utils/functions/rdapTranslation.ts:79
+msgid ""
+"This grace period is provided after the initial registration of a domain "
+"name. If the registrar deletes the domain name during this period, the "
+"registry may provide credit to the registrar for the cost of the "
+"registration."
+msgstr ""
+"Este período de gracia se otorga tras el registro inicial de un nombre de "
+"dominio. Si el registrador elimina el nombre de dominio durante este "
+"período, el registro puede abonar al registrador el coste del registro."
+
+#: assets/utils/functions/rdapTranslation.ts:80
+msgid ""
+"This grace period is provided after a domain name registration period "
+"expires and is extended (renewed) automatically by the registry. If the "
+"registrar deletes the domain name during this period, the registry provides "
+"a credit to the registrar for the cost of the renewal."
+msgstr ""
+"Este período de gracia se otorga tras la expiración del período de registro "
+"de un nombre de dominio y se extiende (renueva) automáticamente por el "
+"registro. Si el registrador elimina el nombre de dominio durante este "
+"período, el registro le abona el costo de la renovación."
+
+#: assets/utils/functions/rdapTranslation.ts:82
+msgid ""
+"This status code tells your domain's registry to reject requests to delete "
+"the domain."
+msgstr ""
+"Este código de estado indica al registro de su dominio que rechace las "
+"solicitudes para eliminar el dominio."
+
+#: assets/utils/functions/rdapTranslation.ts:83
+msgid ""
+"This status code tells your domain's registry to not activate your domain "
+"in the DNS and as a consequence, it will not resolve. It is an uncommon "
+"status that is usually enacted during legal disputes, non-payment, or when "
+"your domain is subject to deletion."
+msgstr ""
+"Este código de estado indica al registro de tu dominio que no lo active en "
+"el DNS y, por lo tanto, no se resolverá. Es un estado poco común que suele "
+"activarse durante disputas legales, impagos o cuando tu dominio está sujeto "
+"a eliminación."
+
+#: assets/utils/functions/rdapTranslation.ts:84
+msgid ""
+"This status code tells your domain's registry to reject requests to renew "
+"your domain. It is an uncommon status that is usually enacted during legal "
+"disputes or when your domain is subject to deletion."
+msgstr ""
+"Este código de estado indica al registro de su dominio que rechace las "
+"solicitudes de renovación. Es un estado poco común que suele activarse "
+"durante disputas legales o cuando su dominio está sujeto a eliminación."
+
+#: assets/utils/functions/rdapTranslation.ts:85
+msgid ""
+"This status code tells your domain's registry to reject requests to "
+"transfer the domain from your current registrar to another."
+msgstr ""
+"Este código de estado indica al registro de su dominio que rechace las "
+"solicitudes de transferencia del dominio desde su registrador actual a otro."
+
+#: assets/utils/functions/rdapTranslation.ts:86
+msgid ""
+"This status code tells your domain's registry to reject requests to update "
+"the domain."
+msgstr ""
+"Este código de estado indica al registro de su dominio que rechace las "
+"solicitudes de actualización del dominio."
+
+#: assets/utils/functions/rdapTranslation.ts:87
+msgid ""
+"This status code indicates that your registrar has asked the registry to "
+"restore your domain that was in redemptionPeriod status. Your registry will "
+"hold the domain in this status while waiting for your registrar to provide "
+"required restoration documentation. If your registrar fails to provide "
+"documentation to the registry operator within a set time period to confirm "
+"the restoration request, the domain will revert to redemptionPeriod status."
+msgstr ""
+"Este código de estado indica que su registrador ha solicitado al registro "
+"que restaure su dominio, que se encontraba en estado de "
+"\"Periodo de redención\". El registro mantendrá el dominio en este estado "
+"mientras espera que su registrador proporcione la documentación necesaria "
+"para la restauración. Si su registrador no proporciona la documentación al "
+"operador del registro dentro del plazo establecido para confirmar la "
+"solicitud de restauración, el dominio volverá al estado de "
+"\"Periodo de redención\"."
+
+#: assets/utils/functions/rdapTranslation.ts:88
+msgid ""
+"This status code indicates that your registrar has asked the registry to "
+"delete your domain. Your domain will be held in this status for 30 days. "
+"After five calendar days following the end of the redemptionPeriod, your "
+"domain is purged from the registry database and becomes available for "
+"registration."
+msgstr ""
+"Este código de estado indica que su registrador ha solicitado al registro "
+"que elimine su dominio. Su dominio permanecerá en este estado durante 30 "
+"días. Transcurridos cinco días naturales desde la finalización del período "
+"de redención, su dominio se eliminará de la base de datos del registro y "
+"estará disponible para su registro."
+
+#: assets/utils/functions/rdapTranslation.ts:89
+msgid ""
+"This grace period is provided after a domain name registration period is "
+"explicitly extended (renewed) by the registrar. If the registrar deletes "
+"the domain name during this period, the registry provides a credit to the "
+"registrar for the cost of the renewal."
+msgstr ""
+"Este período de gracia se otorga después de que el registrador extienda "
+"(renueve) explícitamente el período de registro de un nombre de dominio. Si "
+"el registrador elimina el nombre de dominio durante este período, el "
+"registro le otorga un crédito por el costo de la renovación."
+
+#: assets/utils/functions/rdapTranslation.ts:90
+msgid ""
+"This status code prevents your domain from being deleted. It is an uncommon "
+"status that is usually enacted during legal disputes, at your request, or "
+"when a redemptionPeriod status is in place."
+msgstr ""
+"Este código de estado impide que se elimine su dominio. Es un estado poco "
+"común que generalmente se activa durante disputas legales, a petición suya o "
+"cuando está vigente un período de redención."
+
+#: assets/utils/functions/rdapTranslation.ts:91
+msgid ""
+"This status code indicates your domain's Registry Operator will not allow "
+"your registrar to renew your domain. It is an uncommon status that is "
+"usually enacted during legal disputes or when your domain is subject to "
+"deletion."
+msgstr ""
+"Este código de estado indica que el operador del registro de su dominio no "
+"permitirá que su registrador renueve su dominio. Es un estado poco común que "
+"generalmente se activa durante disputas legales o cuando su dominio está "
+"sujeto a eliminación."
+
+#: assets/utils/functions/rdapTranslation.ts:92
+msgid ""
+"This status code prevents your domain from being transferred from your "
+"current registrar to another. It is an uncommon status that is usually "
+"enacted during legal or other disputes, at your request, or when a "
+"redemptionPeriod status is in place."
+msgstr ""
+"Este código de estado impide que su dominio se transfiera de su registrador "
+"actual a otro. Es un estado poco común que generalmente se activa durante "
+"disputas legales o de otro tipo, a petición suya o cuando está vigente un "
+"período de redención."
+
+#: assets/utils/functions/rdapTranslation.ts:93
+msgid ""
+"This status code locks your domain preventing it from being updated. It is "
+"an uncommon status that is usually enacted during legal disputes, at your "
+"request, or when a redemptionPeriod status is in place."
+msgstr ""
+"Este código de estado bloquea su dominio, impidiendo que se actualice. Es un "
+"estado poco común que generalmente se activa durante disputas legales, a "
+"petición suya o cuando está vigente un período de redención."
+
+#: assets/utils/functions/rdapTranslation.ts:94
+msgid ""
+"This status code is set by your domain's Registry Operator. Your domain is "
+"not activated in the DNS."
+msgstr ""
+"Este código de estado lo establece el operador del registro de su dominio. "
+"Su dominio no está activado en el DNS."
+
+#: assets/utils/functions/rdapTranslation.ts:95
+msgid ""
+"This grace period is provided after the successful transfer of a domain "
+"name from one registrar to another. If the new registrar deletes the domain "
+"name during this period, the registry provides a credit to the registrar "
+"for the cost of the transfer."
+msgstr ""
+"Este período de gracia se otorga tras la transferencia exitosa de un nombre "
+"de dominio de un registrador a otro. Si el nuevo registrador elimina el "
+"nombre de dominio durante este período, el registro le abona el costo de la "
+"transferencia."
+
+#: assets/utils/functions/rdapTranslation.ts:104
+msgid ""
+"Signifies that the data of the object instance has been found to be "
+"accurate."
+msgstr ""
+"Significa que se ha comprobado que los datos de la instancia del objeto son "
+"correctos."
+
+#: assets/utils/functions/rdapTranslation.ts:105
+msgid "Renewal or reregistration of the object instance is forbidden."
+msgstr ""
+"Se prohíbe la renovación o el nuevo registro de la instancia del objeto."
+
+#: assets/utils/functions/rdapTranslation.ts:106
+msgid "Updates to the object instance are forbidden."
+msgstr "Se prohíben las actualizaciones de la instancia del objeto."
+
+#: assets/utils/functions/rdapTranslation.ts:107
+msgid "Transfers of the registration from one registrar to another are forbidden."
+msgstr ""
+"Quedan prohibidas las transferencias de registro de un registrador a otro."
+
+#: assets/utils/functions/rdapTranslation.ts:108
+msgid "Deletion of the registration of the object instance is forbidden."
+msgstr "Está prohibida la eliminación del registro de la instancia del objeto."
+
+#: assets/utils/functions/rdapTranslation.ts:109
+msgid "The registration of the object instance has been performed by a third party."
+msgstr ""
+"El registro de la instancia del objeto ha sido realizado por un tercero."
+
+#: assets/utils/functions/rdapTranslation.ts:110
+msgid ""
+"The information of the object instance is not designated for public "
+"consumption."
+msgstr ""
+"La información de la instancia del objeto no está destinada al consumo "
+"público."
+
+#: assets/utils/functions/rdapTranslation.ts:111
+msgid ""
+"Some of the information of the object instance has not been made available "
+"and has been removed."
+msgstr ""
+"Parte de la información de la instancia del objeto no se ha facilitado y se "
+"ha eliminado."
+
+#: assets/utils/functions/rdapTranslation.ts:112
+msgid ""
+"Some of the information of the object instance has been altered for the "
+"purposes of not readily revealing the actual information of the object "
+"instance."
+msgstr ""
+"Parte de la información de la instancia del objeto ha sido alterada con el "
+"fin de no revelar fácilmente la información real de la instancia del objeto."
+
+#: assets/utils/functions/rdapTranslation.ts:113
+msgid ""
+"The object instance is associated with other object instances in the "
+"registry."
+msgstr ""
+"La instancia del objeto está asociada con otras instancias de objetos en el "
+"registro."
+
+#: assets/utils/functions/rdapTranslation.ts:114
+msgid ""
+"Changes to the object instance cannot be made, including the association of "
+"other object instances."
+msgstr ""
+"No se pueden realizar cambios en la instancia del objeto, incluida la "
+"asociación con otras instancias de objetos."
+
+#: assets/utils/functions/rdapTranslation.ts:118
+msgid ""
+"The object instance has been allocated administratively (i.e., not for use "
+"by the recipient in their own right in operational networks)."
+msgstr ""
+"La instancia del objeto ha sido asignada administrativamente (es decir, no "
+"para uso del destinatario por derecho propio en redes operativas)."
+
+#: assets/utils/functions/rdapTranslation.ts:119
+msgid ""
+"The object instance has been allocated to an IANA special-purpose address "
+"registry."
+msgstr ""
+"La instancia del objeto ha sido asignada a un registro de direcciones de "
+"propósito especial de la IANA."
+
+#: assets/utils/functions/showErrorAPI.tsx:18
+#, javascript-format
+msgid "Please retry after ${ duration } seconds"
+msgstr "Por favor, inténtelo de nuevo después de ${ duration } segundos"
+
+#: assets/utils/functions/showErrorAPI.tsx:22
+#: assets/utils/functions/showErrorAPI.tsx:25
+msgid "An error occurred"
+msgstr "Se produjo un error"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:10
+#: assets/utils/providers/forms/NamecomConnectorForm.tsx:11
+msgid ""
+"This provider does not provide a list of supported TLD. Please double check "
+"if the domain you want to register is supported."
+msgstr ""
+"Este proveedor no ofrece una lista de los TLD compatibles. Por favor, "
+"verifique si el dominio que desea registrar es compatible."
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:16
+msgid "AutoDNS Username"
+msgstr "Nombre de usuario AutoDNS"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:19
+msgid ""
+"Because of some limitations in API of AutoDNS, we suggest to create an "
+"dedicated user for API with limited rights"
+msgstr ""
+"Debido a ciertas limitaciones en la API de AutoDNS, sugerimos crear un "
+"usuario dedicado a la API con derechos limitados"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:26
+msgid "AutoDNS Password"
+msgstr "Contraseña AutoDNS"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:30
+msgid ""
+"Attention: AutoDNS do not support 2-Factor Authentication on API Users for "
+"automated systems"
+msgstr ""
+"Atención: AutoDNS no admite la autenticación de dos factores para usuarios "
+"de API en sistemas automatizados"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:38
+msgid "Owner nic-handle"
+msgstr "Nic-handle del propietario"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:42
+msgid "The nic-handle of the domain name owner"
+msgstr "El identificador NIC del propietario del nombre de dominio"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:44
+msgid "You can get it from this page"
+msgstr "Puedes obtenerlo en esta página"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:54
+msgid "Context Value"
+msgstr "Valor de contexto"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:58
+msgid "If you not sure, use the default value 4"
+msgstr "Si no estás seguro, usa el valor predeterminado 4"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:67
+msgid "Owner confirmation"
+msgstr "Confirmación del propietario"
+
+#: assets/utils/providers/forms/AutoDnsConnectorForm.tsx:74
+msgid "Owner confirms his consent of domain order jobs"
+msgstr ""
+"El propietario confirma su consentimiento para los trabajos de orden de "
+"dominio"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:9
+msgid "API Terms of Service"
+msgstr "Condiciones de servicio de la API"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:16
+msgid ""
+"I have read and accepted the conditions of use of the Provider API, "
+"accessible from this hyperlink"
+msgstr ""
+"He leído y acepto las condiciones de uso de la API del proveedor, accesibles "
+"desde este enlace"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:22
+msgid "Legal age"
+msgstr "Edad legal"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:27
+msgid "I am of the minimum age required to consent to these conditions"
+msgstr "Tengo la edad mínima requerida para aceptar estas condiciones"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:32
+msgid "Withdrawal period"
+msgstr "Derecho de desistimiento"
+
+#: assets/utils/providers/forms/DefaultConnectorFormItems.tsx:37
+msgid ""
+"I waive my right of withdrawal regarding the purchase of domain names via "
+"the Provider's API"
+msgstr ""
+"Renuncio a mi derecho de desistimiento respecto a la compra de nombres de "
+"dominio a través de la API del proveedor"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:61
+msgid ""
+"This connector is experimental and its implementation has not been fully "
+"tested. Please submit an issue for any issues related to it."
+msgstr ""
+"Este Conector es experimental y su implementación no ha sido probada "
+"completamente. Por favor, reporte cualquier problema relacionado con él."
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:66
+msgid "The EPP connector is a special type of connector. Be careful."
+msgstr "El conector EPP es un tipo especial de conector. Tenga cuidado."
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:71
+msgid "Server configuration"
+msgstr "Configuración del servidor"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:72
+msgid "Protocol"
+msgstr "Protocolo"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:76
+msgid "Version"
+msgstr "Versión"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:88
+msgid "Language"
+msgstr "Idioma"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:101
+msgid "Server"
+msgstr "Servidor"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:121
+msgid "Credentials"
+msgstr "Cartas credenciales"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:144
+msgid "TLS client certificate"
+msgstr "Certificado de cliente TLS"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:162
+msgid "Private key passphrase (optional)"
+msgstr "Contraseña de clave privada (opcional)"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:169
+msgid "TLS configuration"
+msgstr "Configuración TLS"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:174
+msgid "Verify peer"
+msgstr "Verificar pares"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:183
+msgid "Verify peer name"
+msgstr "Verificar nombre del par"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:192
+msgid "Allow self-signed certificates"
+msgstr "Permitir certificados autofirmados"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:202
+msgid "Domain configuration"
+msgstr "Configuración del dominio"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:204
+msgid "Registration period"
+msgstr "Período de inscripción"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:217
+msgid "Year"
+msgstr "Año"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:218
+msgid "Month"
+msgstr "Mes"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:225
+msgid "Auth-Info Code"
+msgstr "Código de autorización"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:233
+msgid "NIC Handle"
+msgstr "Identificador NIC"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:261
+msgid "Onsite"
+msgstr "In situ"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:273
+msgid "Protocol configuration"
+msgstr "Configuración del protocolo"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:274
+msgid "Services"
+msgstr "Servicios"
+
+#: assets/utils/providers/forms/EppConnectorForm.tsx:280
+msgid "Extensions"
+msgstr "Extensiones"
+
+#: assets/utils/providers/forms/GandiConnectorForm.tsx:10
+msgid "Personal Access Token (PAT)"
+msgstr "Token de acceso personal (PAT)"
+
+#: assets/utils/providers/forms/GandiConnectorForm.tsx:13
+msgid ""
+"Retrieve a Personal Access Token from your customer account on the "
+"Provider's website"
+msgstr ""
+"Recupera un token de acceso personal desde tu cuenta de cliente en el sitio "
+"web del proveedor"
+
+#: assets/utils/providers/forms/GandiConnectorForm.tsx:20
+msgid "Organization sharing ID"
+msgstr "ID de la organización"
+
+#: assets/utils/providers/forms/GandiConnectorForm.tsx:24
+msgid "It indicates the organization that will pay for the ordered product"
+msgstr "Indica la organización que pagará por el producto pedido"
+
+#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:13
+msgid ""
+"Retrieve an API key and whitelist this instance's IP address on Namecheap's "
+"website"
+msgstr ""
+"Obtén una clave API y agrega la dirección IP de esta instancia a la lista "
+"blanca en el sitio web de Namecheap"
+
+#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:19
+#: assets/utils/providers/forms/NamecomConnectorForm.tsx:25
+msgid "API key"
+msgstr "Clave API"
+
+#: assets/utils/providers/forms/NamecomConnectorForm.tsx:19
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:42
+msgid ""
+"Retrieve a set of tokens from your customer account on the Provider's "
+"website"
+msgstr ""
+"Recupera un conjunto de tokens de tu cuenta de cliente en el sitio web del "
+"proveedor"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:15
+msgid "European Region"
+msgstr "Región Europea"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:16
+msgid "United States Region"
+msgstr "Región de Estados Unidos"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:17
+msgid "Canada Region"
+msgstr "Región de Canadá"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:22
+msgid "Europe"
+msgstr "Europa"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:25
+msgid "The domain is free and at the standard price"
+msgstr "El nombre de dominio está disponible al precio estándar"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:28
+msgid ""
+"The domain is free but can be premium. Its price varies from one domain to "
+"another"
+msgstr ""
+"El dominio está disponible, pero puede ser de pago. Su precio varía de un "
+"dominio a otro"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:35
+msgid "Application key"
+msgstr "Clave de aplicación"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:49
+msgid "Application secret"
+msgstr "Secreto de la aplicación"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:57
+msgid "Consumer key"
+msgstr "Clave del consumidor"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:65
+msgid "OVH Endpoint"
+msgstr "Punto final de OVH"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:72
+msgid "OVH subsidiary"
+msgstr "Filial de OVH"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:80
+msgid "OVH pricing mode"
+msgstr "Modo de tarificación de OVH"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:85
+msgid "Confirm pricing mode"
+msgstr "Confirmar modo de tarificación"
+
+#: assets/utils/providers/forms/OvhCloudConnectorForm.tsx:86
+msgid ""
+"Are you sure about this setting? This may result in additional charges from "
+"the API Provider"
+msgstr ""
+"¿Estás seguro de esta configuración? Esto podría generar cargos adicionales "
+"por parte del proveedor de la API"
diff --git a/translations/fr.po b/translations/fr.po
index c42acb2..88e88ab 100644
--- a/translations/fr.po
+++ b/translations/fr.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2025-10-25 19:52+0000\n"
+"PO-Revision-Date: 2025-11-16 00:42+0000\n"
"Last-Translator: Maël Gangloff \n"
"Language-Team: French \n"
@@ -9,25 +9,33 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 5.13.2\n"
+"X-Generator: Weblate 5.14.3\n"
-#: assets/App.tsx:120
+#: assets/App.tsx:161
msgid "TOS"
msgstr "CGU"
-#: assets/App.tsx:121
+#: assets/App.tsx:162
msgid "Privacy Policy"
msgstr "Politique de confidentialité"
-#: assets/App.tsx:122
+#: assets/App.tsx:163
msgid "FAQ"
msgstr "FAQ"
-#: assets/App.tsx:129
+#: assets/App.tsx:169
msgid "Documentation"
msgstr "Documentation"
-#: assets/App.tsx:134
+#: assets/App.tsx:177
+msgid "Source code"
+msgstr "Code source"
+
+#: assets/App.tsx:185
+msgid "Submit an issue"
+msgstr "Signaler un bug"
+
+#: assets/App.tsx:190
#, javascript-format
msgid ""
"${ ProjectLink } is an open source project distributed under the $"
@@ -36,19 +44,11 @@ msgstr ""
"${ ProjectLink } est un projet open source distribué sous licence $"
"{ LicenseLink }."
-#: assets/App.tsx:147
-msgid "Official git repository"
-msgstr "Dépôt git officiel"
-
-#: assets/App.tsx:150
-msgid "Submit an issue"
-msgstr "Signaler un bug"
-
-#: assets/components/LoginForm.tsx:48 assets/components/RegisterForm.tsx:37
+#: assets/components/LoginForm.tsx:53 assets/components/RegisterForm.tsx:37
msgid "Email address"
msgstr "Adresse e-mail"
-#: assets/components/LoginForm.tsx:50 assets/components/LoginForm.tsx:58
+#: assets/components/LoginForm.tsx:55 assets/components/LoginForm.tsx:63
#: assets/components/RegisterForm.tsx:39 assets/components/RegisterForm.tsx:47
#: assets/components/search/DomainSearchBar.tsx:28
#: assets/components/tracking/watchlist/WatchlistForm.tsx:155
@@ -79,20 +79,20 @@ msgstr "Adresse e-mail"
msgid "Required"
msgstr "Requis"
-#: assets/components/LoginForm.tsx:56 assets/components/RegisterForm.tsx:45
+#: assets/components/LoginForm.tsx:61 assets/components/RegisterForm.tsx:45
#: assets/utils/providers/forms/EppConnectorForm.tsx:138
msgid "Password"
msgstr "Mot de passe"
-#: assets/components/LoginForm.tsx:66
+#: assets/components/LoginForm.tsx:70
msgid "Submit"
msgstr "Se connecter"
-#: assets/components/LoginForm.tsx:71
+#: assets/components/LoginForm.tsx:74
msgid "Log in with SSO"
msgstr "Se connecter par SSO"
-#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:35
+#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:60
msgid "Register"
msgstr "S'enregistrer"
@@ -102,22 +102,22 @@ msgid "Registration"
msgstr "Enregistrement"
#: assets/components/search/DomainLifecycleSteps.tsx:24
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:133
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:137
msgid "Active"
msgstr "Actif"
#: assets/components/search/DomainLifecycleSteps.tsx:29
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:111
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:115
msgid "Auto-Renew Grace Period"
msgstr "Période de grâce"
#: assets/components/search/DomainLifecycleSteps.tsx:35
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:119
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:123
msgid "Redemption Grace Period"
msgstr "Période de rédemption"
#: assets/components/search/DomainLifecycleSteps.tsx:40
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:127
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:131
msgid "Pending Delete"
msgstr "En attente de suppression"
@@ -132,7 +132,7 @@ msgstr ""
"registre"
#: assets/components/search/DomainResult.tsx:64
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:89
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:93
msgid "Registry Lock"
msgstr "Verrouillage du registre"
@@ -145,7 +145,7 @@ msgstr ""
"ou accidentelles grâce aux contrôles du bureau d'enregistrement"
#: assets/components/search/DomainResult.tsx:75
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:95
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:99
msgid "Registrar Lock"
msgstr "Verrouillage du bureau d'enregistrement"
@@ -159,12 +159,12 @@ msgstr ""
"réponses"
#: assets/components/search/DomainResult.tsx:84
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:101
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:105
msgid "DNSSEC"
msgstr "DNSSEC"
#: assets/components/search/DomainResult.tsx:90
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:215
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:219
msgid "EPP Status Codes"
msgstr "Codes de statut EPP"
@@ -190,7 +190,7 @@ msgid "Search"
msgstr "Rechercher"
#: assets/components/Sider.tsx:43
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:175
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:179
msgid "Domain"
msgstr "Domaine"
@@ -202,8 +202,8 @@ msgstr "Rechercher un domaine"
msgid "Infrastructure"
msgstr "Infrastructure"
-#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:114
-#: assets/pages/infrastructure/TldPage.tsx:79
+#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:112
+#: assets/pages/infrastructure/TldPage.tsx:81
msgid "TLD"
msgstr "TLD"
@@ -258,13 +258,13 @@ msgstr "Mon compte"
msgid "Log out"
msgstr "Se déconnecter"
-#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:35
-#: assets/pages/LoginPage.tsx:45
+#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:46
+#: assets/pages/LoginPage.tsx:60
msgid "Log in"
msgstr "Se connecter"
#: assets/components/tracking/connector/ConnectorForm.tsx:36
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:49
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:51
#: assets/utils/functions/rdapTranslation.ts:12
msgid "Registrar"
msgstr "Bureau d'enregistrement"
@@ -346,17 +346,17 @@ msgstr "Oui"
msgid "No"
msgstr "Non"
-#: assets/components/tracking/connector/ConnectorsList.tsx:48
+#: assets/components/tracking/connector/ConnectorsList.tsx:49
#, javascript-format
msgid "Creation date: ${ createdAt }"
msgstr "Date de création : ${ createdAt }"
-#: assets/components/tracking/connector/ConnectorsList.tsx:49
+#: assets/components/tracking/connector/ConnectorsList.tsx:50
#, javascript-format
msgid "Used in: ${ watchlistCount } Watchlist"
msgstr "Utilisé dans : ${ watchlistCount } Watchlist"
-#: assets/components/tracking/connector/ConnectorsList.tsx:52
+#: assets/components/tracking/connector/ConnectorsList.tsx:53
msgid ""
"You can stop using a connector at any time. To delete a connector, you must "
"remove it from each linked Watchlist.\n"
@@ -373,7 +373,7 @@ msgstr ""
"droit de rétractation et que vous aviez l'âge minimum pour consentir à ces "
"conditions."
-#: assets/components/tracking/connector/ConnectorsList.tsx:56
+#: assets/components/tracking/connector/ConnectorsList.tsx:57
msgid "The Provider’s conditions are accessible by following this hyperlink."
msgstr ""
"Les conditions du fournisseur d'API sont accessibles en suivant ce lien "
@@ -392,11 +392,6 @@ msgstr "Exporter les événements au format iCalendar"
msgid "Create a Watchlist"
msgstr "Créer une Watchlist"
-#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:45
-#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:56
-msgid "Cancel"
-msgstr "Annuler"
-
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:13
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:21
msgid "Delete the Watchlist"
@@ -436,7 +431,7 @@ msgstr "Êtes-vous sûr de vouloir désactiver cette Watchlist ?"
msgid "Enable the Watchlist"
msgstr "Activer la Watchlist"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:29
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:30
msgid ""
"At least one domain name is in redemption period and will potentially be "
"deleted soon"
@@ -444,7 +439,7 @@ msgstr ""
"Au moins un nom de domaine est en période de rédemption et sera "
"potentiellement supprimé prochainement"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:37
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:39
msgid ""
"At least one domain name is pending deletion and will soon become available "
"for registration again"
@@ -452,46 +447,46 @@ msgstr ""
"Au moins un nom de domaine est en attente de suppression et sera bientôt à "
"nouveau disponible pour l'enregistrement"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:143
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:147
msgid "Estimated number of days until WHOIS removal"
msgstr "Estimation du nombre de jours avant la suppression du WHOIS"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:146
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:150
#, javascript-format
msgid "J ${ expiresInDays }"
msgstr "J ${ expiresInDays }"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:152
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:156
msgid "Deletion is imminent"
msgstr "La suppression est imminente"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:181
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:185
msgid "Status"
msgstr "Statut"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:187
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:191
msgid "Options"
msgstr "Options"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:193
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:197
msgid "Expiration date"
msgstr "Date d'expiration"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:207
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:211
msgid "Updated at"
msgstr "Mis à jour le"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:235
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:240
msgid "No tracked domain names were found, please create your first Watchlist"
msgstr ""
"Aucun nom de domaine suivi n'a été trouvé, veuillez créer votre première "
"Watchlist"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:238
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:243
msgid "Create now"
msgstr "Créer maintenant"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:244
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
msgid ""
"Please note that this table does not include domain names marked as expired "
"or those with an unknown expiration date"
@@ -499,13 +494,13 @@ msgstr ""
"Veuillez noter que ce tableau n'inclut pas les noms de domaine marqués comme "
"expirés ou ceux dont la date d'expiration est inconnue"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:254
msgid "At least one domain name you are tracking requires special attention"
msgstr ""
"Au moins un nom de domaine que vous suivez nécessite une attention "
"particulière"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:255
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:260
msgid "The domain names below are subject to special monitoring"
msgstr ""
"Les noms de domaine ci-dessous font l'objet d'une surveillance particulière"
@@ -523,6 +518,7 @@ msgid "This Watchlist is not linked to a Connector."
msgstr "Cette Watchlist n'est pas liée à un connecteur."
#: assets/components/tracking/watchlist/WatchlistCard.tsx:59
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:86
msgid "Watchlist"
msgstr "Watchlist"
@@ -614,11 +610,20 @@ msgstr "Mettre à jour"
msgid "Reset"
msgstr "Réinitialiser"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:43
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:29
+#, javascript-format
+msgid "${ rest.length } more"
+msgstr "+${ rest.length } autres"
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:82
+msgid "Select one of your available Watchlists"
+msgstr "Sélectionnez une de vos Watchlists disponibles"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:45
msgid "ID"
msgstr "ID"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:77
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:80
msgid ""
"An accredited number means that ICANN's contract with the registrar is "
"ongoing."
@@ -626,14 +631,14 @@ msgstr ""
"Un numéro accrédité signifie que le contrat de l'ICANN avec le bureau "
"d'enregistrement est en cours."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:82
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:85
msgid ""
"A reserved number can be used by TLD registries for specific operations."
msgstr ""
"Un numéro réservé peut être utilisé par les registres des TLD pour des "
"opérations spécifiques."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:87
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:90
msgid ""
"A terminated number means that ICANN's contract with the registrar has been "
"terminated."
@@ -641,12 +646,12 @@ msgstr ""
"Un numéro résilié signifie que le contrat de l'ICANN avec le bureau "
"d'enregistrement est terminé."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:96
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
msgid "This page lists ICANN-accredited registrars."
msgstr ""
"Cette page répertorie les bureaux d'enregistrement accrédités par l'ICANN."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:102
msgid ""
"The list is officially published and maintained by the Internet Assigned "
"Numbers Authority (IANA), the organization responsible for managing the "
@@ -658,34 +663,34 @@ msgstr ""
"identifiants uniques d'Internet (y compris les numéros, les adresses IP et "
"les extensions de noms de domaine)."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:111
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:114
#: assets/utils/functions/rdapTranslation.ts:125
msgid "Accredited"
msgstr "Accrédité"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:116
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:119
#: assets/utils/functions/rdapTranslation.ts:126
msgid "Reserved"
msgstr "Réservé"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:121
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:124
#: assets/utils/functions/rdapTranslation.ts:124
msgid "Terminated"
msgstr "Terminé"
-#: assets/pages/infrastructure/TldPage.tsx:86
+#: assets/pages/infrastructure/TldPage.tsx:88
msgid "Flag"
msgstr "Drapeau"
-#: assets/pages/infrastructure/TldPage.tsx:89
+#: assets/pages/infrastructure/TldPage.tsx:91
msgid "Country"
msgstr "Pays"
-#: assets/pages/infrastructure/TldPage.tsx:96
+#: assets/pages/infrastructure/TldPage.tsx:98
msgid "Registry Operator"
msgstr "Opérateur de registre"
-#: assets/pages/infrastructure/TldPage.tsx:124
+#: assets/pages/infrastructure/TldPage.tsx:127
msgid ""
"Top-level domains sponsored by specific organizations that set rules for "
"registration and use, often related to particular interest groups or "
@@ -695,7 +700,7 @@ msgstr ""
"établissent des règles d'enregistrement et d'utilisation, souvent liées à "
"des groupes d'intérêt ou à des secteurs particuliers."
-#: assets/pages/infrastructure/TldPage.tsx:129
+#: assets/pages/infrastructure/TldPage.tsx:132
msgid ""
"Generic top-level domains open to everyone, not restricted by specific "
"criteria, representing various themes or industries."
@@ -704,7 +709,7 @@ msgstr ""
"critères spécifiques, représentant des thèmes ou des secteurs d'activité "
"variés."
-#: assets/pages/infrastructure/TldPage.tsx:134
+#: assets/pages/infrastructure/TldPage.tsx:137
msgid ""
"Generic top-level domains associated with specific brands, allowing "
"companies to use their own brand names as domains."
@@ -713,7 +718,7 @@ msgstr ""
"permettant aux entreprises d'utiliser leurs propres noms de marque comme "
"domaines."
-#: assets/pages/infrastructure/TldPage.tsx:139
+#: assets/pages/infrastructure/TldPage.tsx:142
msgid ""
"Top-level domains based on country codes, identifying websites according to "
"their country of origin."
@@ -721,11 +726,11 @@ msgstr ""
"Domaines de premier niveau basés sur les codes de pays, identifiant les "
"sites web en fonction de leur pays d'origine."
-#: assets/pages/infrastructure/TldPage.tsx:148
+#: assets/pages/infrastructure/TldPage.tsx:151
msgid "This page presents all active TLDs in the root zone database."
msgstr "Cette page présente tous les TLD actifs dans la zone racine."
-#: assets/pages/infrastructure/TldPage.tsx:151
+#: assets/pages/infrastructure/TldPage.tsx:154
msgid ""
"IANA provides the list of currently active TLDs, regardless of their type, "
"and ICANN provides the list of gTLDs.\n"
@@ -745,23 +750,23 @@ msgstr ""
"requêtes à l'IANA et une à l'ICANN).\n"
"Parallèlement, la liste des serveurs RDAP racine est mise à jour."
-#: assets/pages/infrastructure/TldPage.tsx:166
+#: assets/pages/infrastructure/TldPage.tsx:169
msgid "Generic Top-Level-Domains"
msgstr "Domaines de premier niveau générique"
-#: assets/pages/infrastructure/TldPage.tsx:171
+#: assets/pages/infrastructure/TldPage.tsx:174
msgid "Country-Code Top-Level-Domains"
msgstr "Domaines de premier niveau national"
-#: assets/pages/infrastructure/TldPage.tsx:176
+#: assets/pages/infrastructure/TldPage.tsx:179
msgid "Brand Generic Top-Level-Domains"
msgstr "Domaines de premier niveau générique de marque"
-#: assets/pages/infrastructure/TldPage.tsx:181
+#: assets/pages/infrastructure/TldPage.tsx:184
msgid "Sponsored Top-Level-Domains"
msgstr "Domaines de premier niveau parrainés"
-#: assets/pages/LoginPage.tsx:45
+#: assets/pages/LoginPage.tsx:46
msgid "Create an account"
msgstr "Créer un compte"
@@ -769,11 +774,16 @@ msgstr "Créer un compte"
msgid "Sorry, the page you visited does not exist."
msgstr "Désolé, cette page n'existe pas."
-#: assets/pages/search/DomainSearchPage.tsx:32
+#: assets/pages/search/DomainSearchPage.tsx:36
msgid "Found !"
msgstr "Trouvé !"
-#: assets/pages/search/DomainSearchPage.tsx:55
+#: assets/pages/search/DomainSearchPage.tsx:53
+#, javascript-format
+msgid "${ ldhName } added to ${ watchlist.name }"
+msgstr "${ ldhName } ajouté à ${ watchlist.name }"
+
+#: assets/pages/search/DomainSearchPage.tsx:70
msgid ""
"Although the domain exists in my database, it has been deleted from the "
"WHOIS by its registrar."
@@ -781,27 +791,44 @@ msgstr ""
"Bien que le domaine existe dans ma base de données, il a été supprimé du "
"WHOIS par son bureau d'enregistrement."
-#: assets/pages/StatisticsPage.tsx:35
+#: assets/pages/search/DomainSearchPage.tsx:82
+msgid "Add to Watchlist"
+msgstr "Ajouter à la Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:92
+#, javascript-format
+msgid "Add ${ domainLdhName } to a Watchlist"
+msgstr "Ajouter ${ domainLdhName } à une Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:95
+msgid "Cancel"
+msgstr "Annuler"
+
+#: assets/pages/search/DomainSearchPage.tsx:96
+msgid "Add"
+msgstr "Ajouter"
+
+#: assets/pages/StatisticsPage.tsx:33
msgid "RDAP queries"
msgstr "Requêtes RDAP"
-#: assets/pages/StatisticsPage.tsx:44
+#: assets/pages/StatisticsPage.tsx:42
msgid "Alerts sent"
msgstr "Alertes envoyées"
-#: assets/pages/StatisticsPage.tsx:58
+#: assets/pages/StatisticsPage.tsx:56
msgid "Domain names in database"
msgstr "Noms de domaine dans la base de données"
-#: assets/pages/StatisticsPage.tsx:69
+#: assets/pages/StatisticsPage.tsx:67
msgid "Tracked domain names"
msgstr "Noms de domaine suivis"
-#: assets/pages/StatisticsPage.tsx:83
+#: assets/pages/StatisticsPage.tsx:81
msgid "Purchased domain names"
msgstr "Noms de domaine achetés"
-#: assets/pages/StatisticsPage.tsx:93
+#: assets/pages/StatisticsPage.tsx:91
msgid ""
"This value is based on the status code of the HTTP response from the "
"providers following the domain order."
@@ -809,7 +836,7 @@ msgstr ""
"Cette valeur est basée sur le code d'état de la réponse HTTP des Providers "
"suivant l'achat du domaine."
-#: assets/pages/StatisticsPage.tsx:97
+#: assets/pages/StatisticsPage.tsx:95
msgid "Success rate"
msgstr "Taux de succès"
@@ -845,7 +872,7 @@ msgstr "Nom d'utilisateur"
msgid "Roles"
msgstr "Rôles"
-#: assets/utils/functions/DomainToTag.tsx:16
+#: assets/utils/functions/DomainToTag.tsx:14
msgid "The domain name was updated less than a week ago."
msgstr "Le nom de domaine a été mis à jour il y a moins d'une semaine."
@@ -1661,11 +1688,11 @@ msgstr "Il indique l'organisation qui paiera le produit commandé"
#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:13
msgid ""
-"Retreive an API key and whitelist this instance's IP address on Namecheap's "
+"Retrieve an API key and whitelist this instance's IP address on Namecheap's "
"website"
msgstr ""
-"Récupérez une clé API et ajoutez l'adresse IP de cette instance à la liste "
-"blanche sur le site Web de Namecheap"
+"Récupérer une clé API et inscrire l'adresse IP de cette instance sur la "
+"liste blanche du site web de Namecheap"
#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:19
#: assets/utils/providers/forms/NamecomConnectorForm.tsx:25
@@ -1744,6 +1771,9 @@ msgstr ""
"Êtes-vous sûr de ce paramètre ? Cela peut entraîner des frais "
"supplémentaires de la part du fournisseur d'API"
+#~ msgid "Official git repository"
+#~ msgstr "Dépôt git officiel"
+
#~ msgid "Entity"
#~ msgstr "Entité"
diff --git a/translations/sv.po b/translations/sv.po
index f0a5e1a..906ec7b 100644
--- a/translations/sv.po
+++ b/translations/sv.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2025-10-25 19:52+0000\n"
+"PO-Revision-Date: 2025-11-16 00:42+0000\n"
"Last-Translator: Maël Gangloff \n"
"Language-Team: Swedish \n"
@@ -8,25 +8,33 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.13.2\n"
+"X-Generator: Weblate 5.14.3\n"
-#: assets/App.tsx:120
+#: assets/App.tsx:161
msgid "TOS"
msgstr "Användarvillkor"
-#: assets/App.tsx:121
+#: assets/App.tsx:162
msgid "Privacy Policy"
msgstr "Integritetspolicy"
-#: assets/App.tsx:122
+#: assets/App.tsx:163
msgid "FAQ"
msgstr "Vanliga frågor"
-#: assets/App.tsx:129
+#: assets/App.tsx:169
msgid "Documentation"
msgstr "Dokumentation"
-#: assets/App.tsx:134
+#: assets/App.tsx:177
+msgid "Source code"
+msgstr "Källkod"
+
+#: assets/App.tsx:185
+msgid "Submit an issue"
+msgstr "Skicka in ett ärende"
+
+#: assets/App.tsx:190
#, javascript-format
msgid ""
"${ ProjectLink } is an open source project distributed under the $"
@@ -35,19 +43,11 @@ msgstr ""
"${ ProjectLink } är ett projekt med öppen källkod som distribueras under "
"licensen ${ LicenseLink }."
-#: assets/App.tsx:147
-msgid "Official git repository"
-msgstr "Officiellt git-arkiv"
-
-#: assets/App.tsx:150
-msgid "Submit an issue"
-msgstr "Skicka in ett ärende"
-
-#: assets/components/LoginForm.tsx:48 assets/components/RegisterForm.tsx:37
+#: assets/components/LoginForm.tsx:53 assets/components/RegisterForm.tsx:37
msgid "Email address"
msgstr "E-postadress"
-#: assets/components/LoginForm.tsx:50 assets/components/LoginForm.tsx:58
+#: assets/components/LoginForm.tsx:55 assets/components/LoginForm.tsx:63
#: assets/components/RegisterForm.tsx:39 assets/components/RegisterForm.tsx:47
#: assets/components/search/DomainSearchBar.tsx:28
#: assets/components/tracking/watchlist/WatchlistForm.tsx:155
@@ -78,20 +78,20 @@ msgstr "E-postadress"
msgid "Required"
msgstr "Nödvändig"
-#: assets/components/LoginForm.tsx:56 assets/components/RegisterForm.tsx:45
+#: assets/components/LoginForm.tsx:61 assets/components/RegisterForm.tsx:45
#: assets/utils/providers/forms/EppConnectorForm.tsx:138
msgid "Password"
msgstr "Lösenord"
-#: assets/components/LoginForm.tsx:66
+#: assets/components/LoginForm.tsx:70
msgid "Submit"
msgstr "Skicka in"
-#: assets/components/LoginForm.tsx:71
+#: assets/components/LoginForm.tsx:74
msgid "Log in with SSO"
msgstr "Logga in med SSO"
-#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:35
+#: assets/components/RegisterForm.tsx:54 assets/pages/LoginPage.tsx:60
msgid "Register"
msgstr "Register"
@@ -101,22 +101,22 @@ msgid "Registration"
msgstr "Registrering"
#: assets/components/search/DomainLifecycleSteps.tsx:24
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:133
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:137
msgid "Active"
msgstr "Aktiv"
#: assets/components/search/DomainLifecycleSteps.tsx:29
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:111
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:115
msgid "Auto-Renew Grace Period"
msgstr "Automatisk förnyelse under respitperioden"
#: assets/components/search/DomainLifecycleSteps.tsx:35
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:119
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:123
msgid "Redemption Grace Period"
msgstr "Period av nådens återlösning"
#: assets/components/search/DomainLifecycleSteps.tsx:40
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:127
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:131
msgid "Pending Delete"
msgstr "Väntar på radering"
@@ -131,7 +131,7 @@ msgstr ""
"registernivå"
#: assets/components/search/DomainResult.tsx:64
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:89
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:93
msgid "Registry Lock"
msgstr "Registry Lock"
@@ -144,7 +144,7 @@ msgstr ""
"oavsiktliga ändringar genom registrarens kontrollfunktioner"
#: assets/components/search/DomainResult.tsx:75
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:95
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:99
msgid "Registrar Lock"
msgstr "Registrar Lock"
@@ -157,12 +157,12 @@ msgstr ""
"poster, vilket säkerställer äkthet och integritet hos svaren"
#: assets/components/search/DomainResult.tsx:84
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:101
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:105
msgid "DNSSEC"
msgstr "DNSSEC"
#: assets/components/search/DomainResult.tsx:90
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:215
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:219
msgid "EPP Status Codes"
msgstr "EPP-statuskoder"
@@ -188,7 +188,7 @@ msgid "Search"
msgstr "Sök"
#: assets/components/Sider.tsx:43
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:175
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:179
msgid "Domain"
msgstr "Domännamn"
@@ -200,8 +200,8 @@ msgstr "Domännamnssökare"
msgid "Infrastructure"
msgstr "Infrastruktur"
-#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:114
-#: assets/pages/infrastructure/TldPage.tsx:79
+#: assets/components/Sider.tsx:70 assets/pages/StatisticsPage.tsx:112
+#: assets/pages/infrastructure/TldPage.tsx:81
msgid "TLD"
msgstr "TLD"
@@ -256,13 +256,13 @@ msgstr "Mitt konto"
msgid "Log out"
msgstr "Logga ut"
-#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:35
-#: assets/pages/LoginPage.tsx:45
+#: assets/components/Sider.tsx:154 assets/pages/LoginPage.tsx:46
+#: assets/pages/LoginPage.tsx:60
msgid "Log in"
msgstr "Logga in"
#: assets/components/tracking/connector/ConnectorForm.tsx:36
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:49
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:51
#: assets/utils/functions/rdapTranslation.ts:12
msgid "Registrar"
msgstr "Registrar"
@@ -342,17 +342,17 @@ msgstr "Ja"
msgid "No"
msgstr "Nej"
-#: assets/components/tracking/connector/ConnectorsList.tsx:48
+#: assets/components/tracking/connector/ConnectorsList.tsx:49
#, javascript-format
msgid "Creation date: ${ createdAt }"
msgstr "Skapandedatum: ${ createdAt }"
-#: assets/components/tracking/connector/ConnectorsList.tsx:49
+#: assets/components/tracking/connector/ConnectorsList.tsx:50
#, javascript-format
msgid "Used in: ${ watchlistCount } Watchlist"
msgstr "Används i: ${ watchlistCount } Watchlist"
-#: assets/components/tracking/connector/ConnectorsList.tsx:52
+#: assets/components/tracking/connector/ConnectorsList.tsx:53
msgid ""
"You can stop using a connector at any time. To delete a connector, you must "
"remove it from each linked Watchlist.\n"
@@ -368,7 +368,7 @@ msgstr ""
"användning av leverantörens API, avstod från ångerrätten och var i den "
"lägsta åldern för att samtycka till dessa villkor."
-#: assets/components/tracking/connector/ConnectorsList.tsx:56
+#: assets/components/tracking/connector/ConnectorsList.tsx:57
msgid "The Provider’s conditions are accessible by following this hyperlink."
msgstr "Leverantörens villkor är tillgängliga genom att följa denna hyperlänk."
@@ -385,11 +385,6 @@ msgstr "Exportera händelser till iCalendar-format"
msgid "Create a Watchlist"
msgstr "Skapa en Watchlist"
-#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:45
-#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:56
-msgid "Cancel"
-msgstr "Avboka"
-
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:13
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:21
msgid "Delete the Watchlist"
@@ -429,7 +424,7 @@ msgstr "Är du säker på att inaktivera den här Watchlist?"
msgid "Enable the Watchlist"
msgstr "Aktivera bevakningslistan"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:29
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:30
msgid ""
"At least one domain name is in redemption period and will potentially be "
"deleted soon"
@@ -437,7 +432,7 @@ msgstr ""
"Minst ett domännamn är under inlösenperiod och kommer eventuellt att raderas "
"inom kort"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:37
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:39
msgid ""
"At least one domain name is pending deletion and will soon become available "
"for registration again"
@@ -445,44 +440,44 @@ msgstr ""
"Minst ett domännamn väntar på radering och kommer snart att bli tillgängligt "
"för registrering igen"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:143
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:147
msgid "Estimated number of days until WHOIS removal"
msgstr "Uppskattat antal dagar till borttagning av WHOIS"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:146
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:150
#, javascript-format
msgid "J ${ expiresInDays }"
msgstr "J ${ expiresInDays }"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:152
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:156
msgid "Deletion is imminent"
msgstr "Radering är nära förestående"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:181
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:185
msgid "Status"
msgstr "Status"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:187
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:191
msgid "Options"
msgstr "Alternativ"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:193
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:197
msgid "Expiration date"
msgstr "Utgångsdatum"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:207
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:211
msgid "Updated at"
msgstr "Uppdaterad på"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:235
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:240
msgid "No tracked domain names were found, please create your first Watchlist"
msgstr "Inga spårade domännamn hittades, vänligen skapa din första Watchlist"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:238
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:243
msgid "Create now"
msgstr "Skapa nu"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:244
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
msgid ""
"Please note that this table does not include domain names marked as expired "
"or those with an unknown expiration date"
@@ -490,11 +485,11 @@ msgstr ""
"Observera att den här tabellen inte inkluderar domännamn markerade som "
"utgångna eller de med okänt utgångsdatum"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:254
msgid "At least one domain name you are tracking requires special attention"
msgstr "Minst ett domännamn som du spårar kräver särskild uppmärksamhet"
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:255
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:260
msgid "The domain names below are subject to special monitoring"
msgstr "Domännamnen nedan är föremål för särskild övervakning"
@@ -511,6 +506,7 @@ msgid "This Watchlist is not linked to a Connector."
msgstr "Denna Watchlist är inte kopplad till en Connector."
#: assets/components/tracking/watchlist/WatchlistCard.tsx:59
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:86
msgid "Watchlist"
msgstr "Watchlist"
@@ -600,35 +596,44 @@ msgstr "Uppdatera"
msgid "Reset"
msgstr "Återställa"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:43
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:29
+#, javascript-format
+msgid "${ rest.length } more"
+msgstr "${ rest.length } mer"
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:82
+msgid "Select one of your available Watchlists"
+msgstr "Välj en av dina tillgängliga Watchlists"
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:45
msgid "ID"
msgstr "ID"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:77
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:80
msgid ""
"An accredited number means that ICANN's contract with the registrar is "
"ongoing."
msgstr ""
"Ett ackrediterat nummer innebär att ICANNs avtal med registraren löper."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:82
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:85
msgid ""
"A reserved number can be used by TLD registries for specific operations."
msgstr ""
"Ett reserverat nummer kan användas av TLD-registren för specifika åtgärder."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:87
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:90
msgid ""
"A terminated number means that ICANN's contract with the registrar has been "
"terminated."
msgstr ""
"Ett uppsagt nummer innebär att ICANNs avtal med registraren har sagts upp."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:96
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
msgid "This page lists ICANN-accredited registrars."
msgstr "Den här sidan listar ICANN-ackrediterade registrarer."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:102
msgid ""
"The list is officially published and maintained by the Internet Assigned "
"Numbers Authority (IANA), the organization responsible for managing the "
@@ -639,34 +644,34 @@ msgstr ""
"Authority (IANA), den organisation som ansvarar för att hantera internets "
"unika identifierare (inklusive nummer, IP-adresser och domännamnstillägg)."
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:111
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:114
#: assets/utils/functions/rdapTranslation.ts:125
msgid "Accredited"
msgstr "Ackrediterad"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:116
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:119
#: assets/utils/functions/rdapTranslation.ts:126
msgid "Reserved"
msgstr "Reserverad"
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:121
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:124
#: assets/utils/functions/rdapTranslation.ts:124
msgid "Terminated"
msgstr "Avslutad"
-#: assets/pages/infrastructure/TldPage.tsx:86
+#: assets/pages/infrastructure/TldPage.tsx:88
msgid "Flag"
msgstr "Flagga"
-#: assets/pages/infrastructure/TldPage.tsx:89
+#: assets/pages/infrastructure/TldPage.tsx:91
msgid "Country"
msgstr "Land"
-#: assets/pages/infrastructure/TldPage.tsx:96
+#: assets/pages/infrastructure/TldPage.tsx:98
msgid "Registry Operator"
msgstr "Registeroperatör"
-#: assets/pages/infrastructure/TldPage.tsx:124
+#: assets/pages/infrastructure/TldPage.tsx:127
msgid ""
"Top-level domains sponsored by specific organizations that set rules for "
"registration and use, often related to particular interest groups or "
@@ -676,7 +681,7 @@ msgstr ""
"för registrering och användning, ofta relaterade till särskilda "
"intressegrupper eller branscher."
-#: assets/pages/infrastructure/TldPage.tsx:129
+#: assets/pages/infrastructure/TldPage.tsx:132
msgid ""
"Generic top-level domains open to everyone, not restricted by specific "
"criteria, representing various themes or industries."
@@ -684,7 +689,7 @@ msgstr ""
"Generiska toppdomäner som är öppna för alla, inte begränsade av specifika "
"kriterier, och som representerar olika teman eller branscher."
-#: assets/pages/infrastructure/TldPage.tsx:134
+#: assets/pages/infrastructure/TldPage.tsx:137
msgid ""
"Generic top-level domains associated with specific brands, allowing "
"companies to use their own brand names as domains."
@@ -692,7 +697,7 @@ msgstr ""
"Generiska toppdomäner associerade med specifika varumärken, vilket gör det "
"möjligt för företag att använda sina egna varumärken som domäner."
-#: assets/pages/infrastructure/TldPage.tsx:139
+#: assets/pages/infrastructure/TldPage.tsx:142
msgid ""
"Top-level domains based on country codes, identifying websites according to "
"their country of origin."
@@ -700,11 +705,11 @@ msgstr ""
"Toppdomäner baserade på landskoder, som identifierar webbplatser enligt "
"deras ursprungsland."
-#: assets/pages/infrastructure/TldPage.tsx:148
+#: assets/pages/infrastructure/TldPage.tsx:151
msgid "This page presents all active TLDs in the root zone database."
msgstr "Den här sidan presenterar alla aktiva toppdomäner i rotzondatabasen."
-#: assets/pages/infrastructure/TldPage.tsx:151
+#: assets/pages/infrastructure/TldPage.tsx:154
msgid ""
"IANA provides the list of currently active TLDs, regardless of their type, "
"and ICANN provides the list of gTLDs.\n"
@@ -724,23 +729,23 @@ msgstr ""
"till IANA och en till ICANN).\n"
" Samtidigt uppdateras listan över RDAP-rootservrar."
-#: assets/pages/infrastructure/TldPage.tsx:166
+#: assets/pages/infrastructure/TldPage.tsx:169
msgid "Generic Top-Level-Domains"
msgstr "Generiska toppdomäner"
-#: assets/pages/infrastructure/TldPage.tsx:171
+#: assets/pages/infrastructure/TldPage.tsx:174
msgid "Country-Code Top-Level-Domains"
msgstr "Landskod Toppdomäner"
-#: assets/pages/infrastructure/TldPage.tsx:176
+#: assets/pages/infrastructure/TldPage.tsx:179
msgid "Brand Generic Top-Level-Domains"
msgstr "Generiska toppdomäner för varumärken"
-#: assets/pages/infrastructure/TldPage.tsx:181
+#: assets/pages/infrastructure/TldPage.tsx:184
msgid "Sponsored Top-Level-Domains"
msgstr "Sponsrade toppdomäner"
-#: assets/pages/LoginPage.tsx:45
+#: assets/pages/LoginPage.tsx:46
msgid "Create an account"
msgstr "Skapa ett konto"
@@ -748,11 +753,16 @@ msgstr "Skapa ett konto"
msgid "Sorry, the page you visited does not exist."
msgstr "Tyvärr, sidan du besökte finns inte."
-#: assets/pages/search/DomainSearchPage.tsx:32
+#: assets/pages/search/DomainSearchPage.tsx:36
msgid "Found !"
msgstr "Hittat!"
-#: assets/pages/search/DomainSearchPage.tsx:55
+#: assets/pages/search/DomainSearchPage.tsx:53
+#, javascript-format
+msgid "${ ldhName } added to ${ watchlist.name }"
+msgstr "${ ldhName } har lagts till i ${ watchlist.name }"
+
+#: assets/pages/search/DomainSearchPage.tsx:70
msgid ""
"Although the domain exists in my database, it has been deleted from the "
"WHOIS by its registrar."
@@ -760,27 +770,44 @@ msgstr ""
"Även om domänen finns i min databas har den tagits bort från WHOIS av dess "
"registrar."
-#: assets/pages/StatisticsPage.tsx:35
+#: assets/pages/search/DomainSearchPage.tsx:82
+msgid "Add to Watchlist"
+msgstr "Lägg till i Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:92
+#, javascript-format
+msgid "Add ${ domainLdhName } to a Watchlist"
+msgstr "Lägg till ${ domainLdhName } i en Watchlist"
+
+#: assets/pages/search/DomainSearchPage.tsx:95
+msgid "Cancel"
+msgstr "Avboka"
+
+#: assets/pages/search/DomainSearchPage.tsx:96
+msgid "Add"
+msgstr "Lägg till"
+
+#: assets/pages/StatisticsPage.tsx:33
msgid "RDAP queries"
msgstr "RDAP-frågor"
-#: assets/pages/StatisticsPage.tsx:44
+#: assets/pages/StatisticsPage.tsx:42
msgid "Alerts sent"
msgstr "Aviseringar skickade"
-#: assets/pages/StatisticsPage.tsx:58
+#: assets/pages/StatisticsPage.tsx:56
msgid "Domain names in database"
msgstr "Domännamn i databasen"
-#: assets/pages/StatisticsPage.tsx:69
+#: assets/pages/StatisticsPage.tsx:67
msgid "Tracked domain names"
msgstr "Spårade domännamn"
-#: assets/pages/StatisticsPage.tsx:83
+#: assets/pages/StatisticsPage.tsx:81
msgid "Purchased domain names"
msgstr "Köpta domännamn"
-#: assets/pages/StatisticsPage.tsx:93
+#: assets/pages/StatisticsPage.tsx:91
msgid ""
"This value is based on the status code of the HTTP response from the "
"providers following the domain order."
@@ -788,7 +815,7 @@ msgstr ""
"Detta värde baseras på statuskoden för HTTP-svaret från leverantörerna efter "
"domänordningen."
-#: assets/pages/StatisticsPage.tsx:97
+#: assets/pages/StatisticsPage.tsx:95
msgid "Success rate"
msgstr "Framgångsgrad"
@@ -824,7 +851,7 @@ msgstr "Användarnamn"
msgid "Roles"
msgstr "Roller"
-#: assets/utils/functions/DomainToTag.tsx:16
+#: assets/utils/functions/DomainToTag.tsx:14
msgid "The domain name was updated less than a week ago."
msgstr "Domännamnet uppdaterades för mindre än en vecka sedan."
@@ -1616,7 +1643,7 @@ msgstr "Den anger vilken organisation som betalar för den beställda produkten"
#: assets/utils/providers/forms/NamecheapConnectorForm.tsx:13
msgid ""
-"Retreive an API key and whitelist this instance's IP address on Namecheap's "
+"Retrieve an API key and whitelist this instance's IP address on Namecheap's "
"website"
msgstr ""
"Hämta en API-nyckel och vitlista den här instansens IP-adress på Namecheaps "
@@ -1697,6 +1724,9 @@ msgstr ""
"Är du säker på den här inställningen? Detta kan resultera i ytterligare "
"avgifter från API-leverantören"
+#~ msgid "Official git repository"
+#~ msgstr "Officiellt git-arkiv"
+
#~ msgid "Entity"
#~ msgstr "Enhet"
diff --git a/translations/translations.pot b/translations/translations.pot
index 91bda04..818d3d7 100644
--- a/translations/translations.pot
+++ b/translations/translations.pot
@@ -3,44 +3,44 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-#: assets/App.tsx:120
+#: assets/App.tsx:161
msgid "TOS"
msgstr ""
-#: assets/App.tsx:121
+#: assets/App.tsx:162
msgid "Privacy Policy"
msgstr ""
-#: assets/App.tsx:122
+#: assets/App.tsx:163
msgid "FAQ"
msgstr ""
-#: assets/App.tsx:129
+#: assets/App.tsx:169
msgid "Documentation"
msgstr ""
-#: assets/App.tsx:134
+#: assets/App.tsx:177
+msgid "Source code"
+msgstr ""
+
+#: assets/App.tsx:185
+msgid "Submit an issue"
+msgstr ""
+
+#: assets/App.tsx:190
#, javascript-format
msgid ""
"${ ProjectLink } is an open source project distributed under the ${ "
"LicenseLink } license."
msgstr ""
-#: assets/App.tsx:147
-msgid "Official git repository"
-msgstr ""
-
-#: assets/App.tsx:150
-msgid "Submit an issue"
-msgstr ""
-
-#: assets/components/LoginForm.tsx:48
+#: assets/components/LoginForm.tsx:53
#: assets/components/RegisterForm.tsx:37
msgid "Email address"
msgstr ""
-#: assets/components/LoginForm.tsx:50
-#: assets/components/LoginForm.tsx:58
+#: assets/components/LoginForm.tsx:55
+#: assets/components/LoginForm.tsx:63
#: assets/components/RegisterForm.tsx:39
#: assets/components/RegisterForm.tsx:47
#: assets/components/search/DomainSearchBar.tsx:28
@@ -79,22 +79,22 @@ msgstr ""
msgid "Required"
msgstr ""
-#: assets/components/LoginForm.tsx:56
+#: assets/components/LoginForm.tsx:61
#: assets/components/RegisterForm.tsx:45
#: assets/utils/providers/forms/EppConnectorForm.tsx:138
msgid "Password"
msgstr ""
-#: assets/components/LoginForm.tsx:66
+#: assets/components/LoginForm.tsx:70
msgid "Submit"
msgstr ""
-#: assets/components/LoginForm.tsx:71
+#: assets/components/LoginForm.tsx:74
msgid "Log in with SSO"
msgstr ""
#: assets/components/RegisterForm.tsx:54
-#: assets/pages/LoginPage.tsx:35
+#: assets/pages/LoginPage.tsx:60
msgid "Register"
msgstr ""
@@ -104,22 +104,22 @@ msgid "Registration"
msgstr ""
#: assets/components/search/DomainLifecycleSteps.tsx:24
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:133
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:137
msgid "Active"
msgstr ""
#: assets/components/search/DomainLifecycleSteps.tsx:29
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:111
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:115
msgid "Auto-Renew Grace Period"
msgstr ""
#: assets/components/search/DomainLifecycleSteps.tsx:35
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:119
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:123
msgid "Redemption Grace Period"
msgstr ""
#: assets/components/search/DomainLifecycleSteps.tsx:40
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:127
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:131
msgid "Pending Delete"
msgstr ""
@@ -131,7 +131,7 @@ msgid ""
msgstr ""
#: assets/components/search/DomainResult.tsx:64
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:89
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:93
msgid "Registry Lock"
msgstr ""
@@ -142,7 +142,7 @@ msgid ""
msgstr ""
#: assets/components/search/DomainResult.tsx:75
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:95
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:99
msgid "Registrar Lock"
msgstr ""
@@ -153,12 +153,12 @@ msgid ""
msgstr ""
#: assets/components/search/DomainResult.tsx:84
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:101
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:105
msgid "DNSSEC"
msgstr ""
#: assets/components/search/DomainResult.tsx:90
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:215
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:219
msgid "EPP Status Codes"
msgstr ""
@@ -184,7 +184,7 @@ msgid "Search"
msgstr ""
#: assets/components/Sider.tsx:43
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:175
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:179
msgid "Domain"
msgstr ""
@@ -198,8 +198,8 @@ msgid "Infrastructure"
msgstr ""
#: assets/components/Sider.tsx:70
-#: assets/pages/StatisticsPage.tsx:114
-#: assets/pages/infrastructure/TldPage.tsx:79
+#: assets/pages/StatisticsPage.tsx:112
+#: assets/pages/infrastructure/TldPage.tsx:81
msgid "TLD"
msgstr ""
@@ -257,13 +257,13 @@ msgid "Log out"
msgstr ""
#: assets/components/Sider.tsx:154
-#: assets/pages/LoginPage.tsx:35
-#: assets/pages/LoginPage.tsx:45
+#: assets/pages/LoginPage.tsx:46
+#: assets/pages/LoginPage.tsx:60
msgid "Log in"
msgstr ""
#: assets/components/tracking/connector/ConnectorForm.tsx:36
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:49
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:51
#: assets/utils/functions/rdapTranslation.ts:12
msgid "Registrar"
msgstr ""
@@ -335,17 +335,17 @@ msgstr ""
msgid "No"
msgstr ""
-#: assets/components/tracking/connector/ConnectorsList.tsx:48
+#: assets/components/tracking/connector/ConnectorsList.tsx:49
#, javascript-format
msgid "Creation date: ${ createdAt }"
msgstr ""
-#: assets/components/tracking/connector/ConnectorsList.tsx:49
+#: assets/components/tracking/connector/ConnectorsList.tsx:50
#, javascript-format
msgid "Used in: ${ watchlistCount } Watchlist"
msgstr ""
-#: assets/components/tracking/connector/ConnectorsList.tsx:52
+#: assets/components/tracking/connector/ConnectorsList.tsx:53
msgid ""
"You can stop using a connector at any time. To delete a connector, you must "
"remove it from each linked Watchlist.\n"
@@ -355,7 +355,7 @@ msgid ""
"withdrawal and were of the minimum age to consent to these conditions."
msgstr ""
-#: assets/components/tracking/connector/ConnectorsList.tsx:56
+#: assets/components/tracking/connector/ConnectorsList.tsx:57
msgid "The Provider’s conditions are accessible by following this hyperlink."
msgstr ""
@@ -372,11 +372,6 @@ msgstr ""
msgid "Create a Watchlist"
msgstr ""
-#: assets/components/tracking/watchlist/CreateWatchlistButton.tsx:45
-#: assets/components/tracking/watchlist/UpdateWatchlistButton.tsx:56
-msgid "Cancel"
-msgstr ""
-
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:13
#: assets/components/tracking/watchlist/DeleteWatchlistButton.tsx:21
msgid "Delete the Watchlist"
@@ -416,66 +411,66 @@ msgstr ""
msgid "Enable the Watchlist"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:29
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:30
msgid ""
"At least one domain name is in redemption period and will potentially be "
"deleted soon"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:37
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:39
msgid ""
"At least one domain name is pending deletion and will soon become available "
"for registration again"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:143
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:147
msgid "Estimated number of days until WHOIS removal"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:146
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:150
#, javascript-format
msgid "J ${ expiresInDays }"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:152
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:156
msgid "Deletion is imminent"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:181
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:185
msgid "Status"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:187
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:191
msgid "Options"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:193
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:197
msgid "Expiration date"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:207
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:211
msgid "Updated at"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:235
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:240
msgid "No tracked domain names were found, please create your first Watchlist"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:238
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:243
msgid "Create now"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:244
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
msgid ""
"Please note that this table does not include domain names marked as expired "
"or those with an unknown expiration date"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:249
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:254
msgid "At least one domain name you are tracking requires special attention"
msgstr ""
-#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:255
+#: assets/components/tracking/watchlist/TrackedDomainTable.tsx:260
msgid "The domain names below are subject to special monitoring"
msgstr ""
@@ -492,6 +487,7 @@ msgid "This Watchlist is not linked to a Connector."
msgstr ""
#: assets/components/tracking/watchlist/WatchlistCard.tsx:59
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:86
msgid "Watchlist"
msgstr ""
@@ -576,31 +572,40 @@ msgstr ""
msgid "Reset"
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:43
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:29
+#, javascript-format
+msgid "${ rest.length } more"
+msgstr ""
+
+#: assets/components/tracking/watchlist/WatchlistSelectionModal.tsx:82
+msgid "Select one of your available Watchlists"
+msgstr ""
+
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:45
msgid "ID"
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:77
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:80
msgid ""
"An accredited number means that ICANN's contract with the registrar is "
"ongoing."
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:82
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:85
msgid "A reserved number can be used by TLD registries for specific operations."
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:87
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:90
msgid ""
"A terminated number means that ICANN's contract with the registrar has been "
"terminated."
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:96
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
msgid "This page lists ICANN-accredited registrars."
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:99
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:102
msgid ""
"The list is officially published and maintained by the Internet Assigned "
"Numbers Authority (IANA), the organization responsible for managing the "
@@ -608,63 +613,63 @@ msgid ""
"name extensions)."
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:111
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:114
#: assets/utils/functions/rdapTranslation.ts:125
msgid "Accredited"
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:116
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:119
#: assets/utils/functions/rdapTranslation.ts:126
msgid "Reserved"
msgstr ""
-#: assets/pages/infrastructure/IcannRegistrarPage.tsx:121
+#: assets/pages/infrastructure/IcannRegistrarPage.tsx:124
#: assets/utils/functions/rdapTranslation.ts:124
msgid "Terminated"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:86
+#: assets/pages/infrastructure/TldPage.tsx:88
msgid "Flag"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:89
+#: assets/pages/infrastructure/TldPage.tsx:91
msgid "Country"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:96
+#: assets/pages/infrastructure/TldPage.tsx:98
msgid "Registry Operator"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:124
+#: assets/pages/infrastructure/TldPage.tsx:127
msgid ""
"Top-level domains sponsored by specific organizations that set rules for "
"registration and use, often related to particular interest groups or "
"industries."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:129
+#: assets/pages/infrastructure/TldPage.tsx:132
msgid ""
"Generic top-level domains open to everyone, not restricted by specific "
"criteria, representing various themes or industries."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:134
+#: assets/pages/infrastructure/TldPage.tsx:137
msgid ""
"Generic top-level domains associated with specific brands, allowing "
"companies to use their own brand names as domains."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:139
+#: assets/pages/infrastructure/TldPage.tsx:142
msgid ""
"Top-level domains based on country codes, identifying websites according to "
"their country of origin."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:148
+#: assets/pages/infrastructure/TldPage.tsx:151
msgid "This page presents all active TLDs in the root zone database."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:151
+#: assets/pages/infrastructure/TldPage.tsx:154
msgid ""
"IANA provides the list of currently active TLDs, regardless of their type, "
"and ICANN provides the list of gTLDs.\n"
@@ -676,23 +681,23 @@ msgid ""
"At the same time, the list of root RDAP servers is updated."
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:166
+#: assets/pages/infrastructure/TldPage.tsx:169
msgid "Generic Top-Level-Domains"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:171
+#: assets/pages/infrastructure/TldPage.tsx:174
msgid "Country-Code Top-Level-Domains"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:176
+#: assets/pages/infrastructure/TldPage.tsx:179
msgid "Brand Generic Top-Level-Domains"
msgstr ""
-#: assets/pages/infrastructure/TldPage.tsx:181
+#: assets/pages/infrastructure/TldPage.tsx:184
msgid "Sponsored Top-Level-Domains"
msgstr ""
-#: assets/pages/LoginPage.tsx:45
+#: assets/pages/LoginPage.tsx:46
msgid "Create an account"
msgstr ""
@@ -700,43 +705,65 @@ msgstr ""
msgid "Sorry, the page you visited does not exist."
msgstr ""
-#: assets/pages/search/DomainSearchPage.tsx:32
+#: assets/pages/search/DomainSearchPage.tsx:36
msgid "Found !"
msgstr ""
-#: assets/pages/search/DomainSearchPage.tsx:55
+#: assets/pages/search/DomainSearchPage.tsx:53
+#, javascript-format
+msgid "${ ldhName } added to ${ watchlist.name }"
+msgstr ""
+
+#: assets/pages/search/DomainSearchPage.tsx:70
msgid ""
"Although the domain exists in my database, it has been deleted from the "
"WHOIS by its registrar."
msgstr ""
-#: assets/pages/StatisticsPage.tsx:35
+#: assets/pages/search/DomainSearchPage.tsx:82
+msgid "Add to Watchlist"
+msgstr ""
+
+#: assets/pages/search/DomainSearchPage.tsx:92
+#, javascript-format
+msgid "Add ${ domainLdhName } to a Watchlist"
+msgstr ""
+
+#: assets/pages/search/DomainSearchPage.tsx:95
+msgid "Cancel"
+msgstr ""
+
+#: assets/pages/search/DomainSearchPage.tsx:96
+msgid "Add"
+msgstr ""
+
+#: assets/pages/StatisticsPage.tsx:33
msgid "RDAP queries"
msgstr ""
-#: assets/pages/StatisticsPage.tsx:44
+#: assets/pages/StatisticsPage.tsx:42
msgid "Alerts sent"
msgstr ""
-#: assets/pages/StatisticsPage.tsx:58
+#: assets/pages/StatisticsPage.tsx:56
msgid "Domain names in database"
msgstr ""
-#: assets/pages/StatisticsPage.tsx:69
+#: assets/pages/StatisticsPage.tsx:67
msgid "Tracked domain names"
msgstr ""
-#: assets/pages/StatisticsPage.tsx:83
+#: assets/pages/StatisticsPage.tsx:81
msgid "Purchased domain names"
msgstr ""
-#: assets/pages/StatisticsPage.tsx:93
+#: assets/pages/StatisticsPage.tsx:91
msgid ""
"This value is based on the status code of the HTTP response from the "
"providers following the domain order."
msgstr ""
-#: assets/pages/StatisticsPage.tsx:97
+#: assets/pages/StatisticsPage.tsx:95
msgid "Success rate"
msgstr ""
@@ -772,7 +799,7 @@ msgstr ""
msgid "Roles"
msgstr ""
-#: assets/utils/functions/DomainToTag.tsx:16
+#: assets/utils/functions/DomainToTag.tsx:14
msgid "The domain name was updated less than a week ago."
msgstr ""
diff --git a/tsconfig.json b/tsconfig.json
index 293c3ca..cc3c7f2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,6 +11,7 @@
},
"exclude": [
"node_modules",
+ "docs",
"vendor/**/*.ts"
]
}
\ No newline at end of file