diff --git a/docs/functions/client_loader_container_loader_container.LoaderContainer.html b/docs/functions/client_loader_container_loader_container.LoaderContainer.html index ee213952..a5b84ae1 100644 --- a/docs/functions/client_loader_container_loader_container.LoaderContainer.html +++ b/docs/functions/client_loader_container_loader_container.LoaderContainer.html @@ -1,2 +1,2 @@ LoaderContainer | React18 Loaders
\ No newline at end of file +

Parameters

Returns Element

\ No newline at end of file diff --git a/docs/functions/hooks_use_loader.useLoader.html b/docs/functions/hooks_use_loader.useLoader.html index bd2321a0..3c6bf2c4 100644 --- a/docs/functions/hooks_use_loader.useLoader.html +++ b/docs/functions/hooks_use_loader.useLoader.html @@ -1 +1 @@ -useLoader | React18 Loaders
  • Returns {
        loading: boolean;
        setLoading: SetStateAction<boolean>;
    }

    • loading: boolean
    • setLoading: SetStateAction<boolean>
\ No newline at end of file +useLoader | React18 Loaders
  • Returns {
        loading: boolean;
        setLoading: SetStateAction<boolean>;
    }

    • loading: boolean
    • setLoading: SetStateAction<boolean>
\ No newline at end of file diff --git a/docs/functions/server_bars_bars1_bars1.Bars1.html b/docs/functions/server_bars_bars1_bars1.Bars1.html index 7e733a3a..62d52cf6 100644 --- a/docs/functions/server_bars_bars1_bars1.Bars1.html +++ b/docs/functions/server_bars_bars1_bars1.Bars1.html @@ -3,4 +3,4 @@

Source

export function Bars1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/functions/server_bars_bars2_bars2.Bars2.html b/docs/functions/server_bars_bars2_bars2.Bars2.html index 733a0226..47ab8239 100644 --- a/docs/functions/server_bars_bars2_bars2.Bars2.html +++ b/docs/functions/server_bars_bars2_bars2.Bars2.html @@ -3,4 +3,4 @@

Source

export function Bars2(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/functions/server_common_base_base.Base.html b/docs/functions/server_common_base_base.Base.html index 2cbd58a5..13577c44 100644 --- a/docs/functions/server_common_base_base.Base.html +++ b/docs/functions/server_common_base_base.Base.html @@ -1,3 +1,3 @@ Base | React18 Loaders
  • Base component to avoid code duplication

    default values should be specified in css files - so no need to set them in JSX

    -

    Parameters

    Returns Element

\ No newline at end of file +

Parameters

Returns Element

\ No newline at end of file diff --git a/docs/functions/server_dots_dots1_dots1.Dots1.html b/docs/functions/server_dots_dots1_dots1.Dots1.html index de261e3c..bae503df 100644 --- a/docs/functions/server_dots_dots1_dots1.Dots1.html +++ b/docs/functions/server_dots_dots1_dots1.Dots1.html @@ -3,4 +3,4 @@

Source

export function Dots1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/functions/server_dots_dots2_dots2.Dots2.html b/docs/functions/server_dots_dots2_dots2.Dots2.html index a797c969..253f9427 100644 --- a/docs/functions/server_dots_dots2_dots2.Dots2.html +++ b/docs/functions/server_dots_dots2_dots2.Dots2.html @@ -3,4 +3,4 @@

Source

export function Dots2(props: Dots2Props) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html b/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html index a9d1403e..5f05c064 100644 --- a/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html +++ b/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html @@ -1,3 +1,3 @@ -LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
    loading?: boolean;
}

Hierarchy

Properties

children? +LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
    loading?: boolean;
}

Hierarchy

Properties

Properties

children?: ReactNode
loading?: boolean
\ No newline at end of file +

Properties

children?: ReactNode
loading?: boolean
\ No newline at end of file diff --git a/docs/interfaces/server_common_base_base.BaseProps.html b/docs/interfaces/server_common_base_base.BaseProps.html index c68bee70..b134d2bf 100644 --- a/docs/interfaces/server_common_base_base.BaseProps.html +++ b/docs/interfaces/server_common_base_base.BaseProps.html @@ -1,8 +1,8 @@ BaseProps | React18 Loaders

Interface declaring the common properties of the loaders

-
interface BaseProps {
    color?: string;
    height?: string | number;
    width?: string | number;
}

Hierarchy (view full)

Properties

interface BaseProps {
    color?: string;
    height?: string | number;
    width?: string | number;
}

Hierarchy (view full)

Properties

Properties

color?: string

Color of the dots - CSS compatible color

-
height?: string | number

height of the loader element in pixels or a string with a length unit.

-
width?: string | number

width of the loader element in pixels or a string with a length unit.

-
\ No newline at end of file +
height?: string | number

height of the loader element in pixels or a string with a length unit.

+
width?: string | number

width of the loader element in pixels or a string with a length unit.

+
\ No newline at end of file diff --git a/docs/interfaces/server_common_base_base._internal_.OtherProps.html b/docs/interfaces/server_common_base_base._internal_.OtherProps.html index f941c5d3..cb510da5 100644 --- a/docs/interfaces/server_common_base_base._internal_.OtherProps.html +++ b/docs/interfaces/server_common_base_base._internal_.OtherProps.html @@ -1,5 +1,5 @@ OtherProps | React18 Loaders

Other props - loaderClass is included here as we will extend BaseProps for other loaders

-
interface OtherProps {
    dotRadius?: string | number;
    loaderClass: string;
}

Properties

interface OtherProps {
    dotRadius?: string | number;
    loaderClass: string;
}

Properties

dotRadius?: string | number
loaderClass: string

Loader class name

-
\ No newline at end of file +

Properties

dotRadius?: string | number
loaderClass: string

Loader class name

+
\ No newline at end of file diff --git a/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html b/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html index fc4dc4c0..5a40ccde 100644 --- a/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html +++ b/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html @@ -1,10 +1,10 @@ Dots2Props | React18 Loaders

Interface declaring the common properties of the loaders

-
interface Dots2Props {
    color?: string;
    dotRadius?: string | number;
    height?: string | number;
    width?: string | number;
}

Hierarchy (view full)

Properties

interface Dots2Props {
    color?: string;
    dotRadius?: string | number;
    height?: string | number;
    width?: string | number;
}

Hierarchy (view full)

Properties

color?: string

Color of the dots - CSS compatible color

-
dotRadius?: string | number

Radius of the dots in pixels or a string with a length unit.

-
height?: string | number

height of the loader element in pixels or a string with a length unit.

-
width?: string | number

width of the loader element in pixels or a string with a length unit.

-
\ No newline at end of file +
dotRadius?: string | number

Radius of the dots in pixels or a string with a length unit.

+
height?: string | number

height of the loader element in pixels or a string with a length unit.

+
width?: string | number

width of the loader element in pixels or a string with a length unit.

+
\ No newline at end of file diff --git a/docs/modules/client_loader_container_loader_container.html b/docs/modules/client_loader_container_loader_container.html index 0f347478..defeba8f 100644 --- a/docs/modules/client_loader_container_loader_container.html +++ b/docs/modules/client_loader_container_loader_container.html @@ -1,3 +1,3 @@ -client/loader-container/loader-container | React18 Loaders

Module client/loader-container/loader-container

Index

Modules

<internal> +client/loader-container/loader-container | React18 Loaders
\ No newline at end of file diff --git a/docs/modules/constants.html b/docs/modules/constants.html index 117f354c..97669e83 100644 --- a/docs/modules/constants.html +++ b/docs/modules/constants.html @@ -1,2 +1,2 @@ -constants | React18 Loaders

Module constants

Index

Variables

LOADER_RGS_KEY +constants | React18 Loaders

Module constants

Index

Variables

\ No newline at end of file diff --git a/docs/modules/hooks_use_loader.html b/docs/modules/hooks_use_loader.html index 9c656dec..d81544bc 100644 --- a/docs/modules/hooks_use_loader.html +++ b/docs/modules/hooks_use_loader.html @@ -1,2 +1,2 @@ -hooks/use-loader | React18 Loaders

Module hooks/use-loader

Index

Functions

useLoader +hooks/use-loader | React18 Loaders

Module hooks/use-loader

Index

Functions

\ No newline at end of file diff --git a/docs/modules/server_bars_bars1_bars1.html b/docs/modules/server_bars_bars1_bars1.html index a54653a2..6a643d78 100644 --- a/docs/modules/server_bars_bars1_bars1.html +++ b/docs/modules/server_bars_bars1_bars1.html @@ -1,2 +1,2 @@ -server/bars/bars1/bars1 | React18 Loaders

Module server/bars/bars1/bars1

Index

Functions

Bars1 +server/bars/bars1/bars1 | React18 Loaders

Module server/bars/bars1/bars1

Index

Functions

\ No newline at end of file diff --git a/docs/modules/server_bars_bars2_bars2.html b/docs/modules/server_bars_bars2_bars2.html index ed64c64f..09537107 100644 --- a/docs/modules/server_bars_bars2_bars2.html +++ b/docs/modules/server_bars_bars2_bars2.html @@ -1,2 +1,2 @@ -server/bars/bars2/bars2 | React18 Loaders

Module server/bars/bars2/bars2

Index

Functions

Bars2 +server/bars/bars2/bars2 | React18 Loaders

Module server/bars/bars2/bars2

Index

Functions

\ No newline at end of file diff --git a/docs/modules/server_common_base_base.html b/docs/modules/server_common_base_base.html index b1fc41cb..9f55ff90 100644 --- a/docs/modules/server_common_base_base.html +++ b/docs/modules/server_common_base_base.html @@ -1,4 +1,4 @@ -server/common/base/base | React18 Loaders

Module server/common/base/base

Index

Modules

<internal> +server/common/base/base | React18 Loaders

Module server/common/base/base

Index

Modules

Interfaces

Functions

\ No newline at end of file diff --git a/docs/modules/server_dots_dots1_dots1.html b/docs/modules/server_dots_dots1_dots1.html index 5713976b..e2f17d60 100644 --- a/docs/modules/server_dots_dots1_dots1.html +++ b/docs/modules/server_dots_dots1_dots1.html @@ -1,2 +1,2 @@ -server/dots/dots1/dots1 | React18 Loaders

Module server/dots/dots1/dots1

Index

Functions

Dots1 +server/dots/dots1/dots1 | React18 Loaders

Module server/dots/dots1/dots1

Index

Functions

\ No newline at end of file diff --git a/docs/modules/server_dots_dots2_dots2.html b/docs/modules/server_dots_dots2_dots2.html index a6bc72c8..bc9ba721 100644 --- a/docs/modules/server_dots_dots2_dots2.html +++ b/docs/modules/server_dots_dots2_dots2.html @@ -1,3 +1,3 @@ -server/dots/dots2/dots2 | React18 Loaders

Module server/dots/dots2/dots2

Index

Modules

<internal> +server/dots/dots2/dots2 | React18 Loaders

Module server/dots/dots2/dots2

Index

Modules

Functions

\ No newline at end of file diff --git a/docs/variables/constants.LOADER_RGS_KEY.html b/docs/variables/constants.LOADER_RGS_KEY.html index a5974d45..e1d37d69 100644 --- a/docs/variables/constants.LOADER_RGS_KEY.html +++ b/docs/variables/constants.LOADER_RGS_KEY.html @@ -1,2 +1,2 @@ LOADER_RGS_KEY | React18 Loaders

Variable LOADER_RGS_KEYConst

LOADER_RGS_KEY: "r18-loaders" = "r18-loaders"

const uuid = () => (Date.now() * Math.random()).toString(16).slice(2, 8);

-
\ No newline at end of file +
\ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e72e581..e9400421 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1999,6 +1999,9 @@ packages: argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + aria-query@5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + aria-query@5.3.0: resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} @@ -2083,12 +2086,12 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - axe-core@4.7.0: - resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} + axe-core@4.9.1: + resolution: {integrity: sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==} engines: {node: '>=4'} - axobject-query@3.2.1: - resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} + axobject-query@3.1.1: + resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} babel-jest@29.7.0: resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} @@ -2584,6 +2587,10 @@ packages: resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} engines: {node: '>=6'} + deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -2695,8 +2702,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.806: - resolution: {integrity: sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==} + electron-to-chromium@1.4.807: + resolution: {integrity: sha512-kSmJl2ZwhNf/bcIuCH/imtNOKlpkLDn2jqT5FJ+/0CXjhnFaOa9cOe9gHKKy71eM49izwuQjZhKk+lWQ1JxB7A==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -2748,6 +2755,9 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} + es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + es-iterator-helpers@1.0.19: resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} engines: {node: '>= 0.4'} @@ -2910,8 +2920,8 @@ packages: jest: optional: true - eslint-plugin-jsx-a11y@6.8.0: - resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} + eslint-plugin-jsx-a11y@6.9.0: + resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -4803,6 +4813,10 @@ packages: object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} + object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -5712,6 +5726,10 @@ packages: resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==} engines: {node: '>=18'} + stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + stream-shift@1.0.3: resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} @@ -5748,6 +5766,9 @@ packages: resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==} engines: {node: '>=18'} + string.prototype.includes@2.0.0: + resolution: {integrity: sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==} + string.prototype.matchall@4.0.11: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} @@ -8380,7 +8401,7 @@ snapshots: eslint-plugin-eslint-comments: 3.2.0(eslint@9.5.0) eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.13.1(eslint@9.5.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@9.5.0) eslint-plugin-jest: 27.9.0(@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(jest@29.7.0(@types/node@20.14.6))(typescript@5.4.5) - eslint-plugin-jsx-a11y: 6.8.0(eslint@9.5.0) + eslint-plugin-jsx-a11y: 6.9.0(eslint@9.5.0) eslint-plugin-playwright: 1.6.2(eslint-plugin-jest@27.9.0(@typescript-eslint/eslint-plugin@7.13.1(@typescript-eslint/parser@7.13.1(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(typescript@5.4.5))(eslint@9.5.0)(jest@29.7.0(@types/node@20.14.6))(typescript@5.4.5))(eslint@9.5.0) eslint-plugin-react: 7.34.3(eslint@9.5.0) eslint-plugin-react-hooks: 4.6.2(eslint@9.5.0) @@ -8561,6 +8582,10 @@ snapshots: argparse@2.0.1: {} + aria-query@5.1.3: + dependencies: + deep-equal: 2.2.3 + aria-query@5.3.0: dependencies: dequal: 2.0.3 @@ -8671,11 +8696,11 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - axe-core@4.7.0: {} + axe-core@4.9.1: {} - axobject-query@3.2.1: + axobject-query@3.1.1: dependencies: - dequal: 2.0.3 + deep-equal: 2.2.3 babel-jest@29.7.0(@babel/core@7.24.7): dependencies: @@ -8792,7 +8817,7 @@ snapshots: browserslist@4.23.1: dependencies: caniuse-lite: 1.0.30001636 - electron-to-chromium: 1.4.806 + electron-to-chromium: 1.4.807 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.1) @@ -9212,6 +9237,27 @@ snapshots: dependencies: type-detect: 4.0.8 + deep-equal@2.2.3: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.4 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + side-channel: 1.0.6 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + deep-is@0.1.4: {} deep-object-diff@1.1.9: {} @@ -9310,7 +9356,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.806: {} + electron-to-chromium@1.4.807: {} emittery@0.13.1: {} @@ -9399,6 +9445,18 @@ snapshots: es-errors@1.3.0: {} + es-get-iterator@1.1.3: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + is-arguments: 1.1.1 + is-map: 2.0.3 + is-set: 2.0.3 + is-string: 1.0.7 + isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 + es-iterator-helpers@1.0.19: dependencies: call-bind: 1.0.7 @@ -9643,15 +9701,14 @@ snapshots: - supports-color - typescript - eslint-plugin-jsx-a11y@6.8.0(eslint@9.5.0): + eslint-plugin-jsx-a11y@6.9.0(eslint@9.5.0): dependencies: - '@babel/runtime': 7.24.7 - aria-query: 5.3.0 + aria-query: 5.1.3 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.8 - axe-core: 4.7.0 - axobject-query: 3.2.1 + axe-core: 4.9.1 + axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.0.19 @@ -9660,8 +9717,9 @@ snapshots: jsx-ast-utils: 3.3.5 language-tags: 1.0.9 minimatch: 3.1.2 - object.entries: 1.1.8 object.fromentries: 2.0.8 + safe-regex-test: 1.0.3 + string.prototype.includes: 2.0.0 eslint-plugin-markdown@3.0.1(eslint@9.5.0): dependencies: @@ -12283,6 +12341,11 @@ snapshots: object-inspect@1.13.1: {} + object-is@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + object-keys@1.1.1: {} object.assign@4.1.5: @@ -13294,6 +13357,10 @@ snapshots: stdin-discarder@0.2.2: {} + stop-iteration-iterator@1.0.0: + dependencies: + internal-slot: 1.0.7 + stream-shift@1.0.3: {} stream-slice@0.1.2: {} @@ -13335,6 +13402,11 @@ snapshots: get-east-asian-width: 1.2.0 strip-ansi: 7.1.0 + string.prototype.includes@2.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + string.prototype.matchall@4.0.11: dependencies: call-bind: 1.0.7