From 1af16f9c222d6ea69a83c28b032355a5a9d6b3f0 Mon Sep 17 00:00:00 2001 From: mayank1513 Date: Thu, 30 May 2024 08:18:30 +0000 Subject: [PATCH] upgrade deps && docs --- ...der_container_loader_container.LoaderContainer.html | 2 +- docs/functions/hooks_use_loader.useLoader.html | 2 +- docs/functions/server_bars_bars1_bars1.Bars1.html | 2 +- docs/functions/server_bars_bars2_bars2.Bars2.html | 2 +- docs/functions/server_common_base_base.Base.html | 2 +- docs/functions/server_dots_dots1_dots1.Dots1.html | 2 +- docs/functions/server_dots_dots2_dots2.Dots2.html | 2 +- ...ader_container._internal_.LoaderContainerProps.html | 4 ++-- docs/interfaces/server_common_base_base.BaseProps.html | 8 ++++---- .../server_common_base_base._internal_.OtherProps.html | 6 +++--- .../server_dots_dots2_dots2._internal_.Dots2Props.html | 10 +++++----- .../client_loader_container_loader_container.html | 2 +- docs/modules/constants.html | 2 +- docs/modules/hooks_use_loader.html | 2 +- docs/modules/server_bars_bars1_bars1.html | 2 +- docs/modules/server_bars_bars2_bars2.html | 2 +- docs/modules/server_common_base_base.html | 2 +- docs/modules/server_dots_dots1_dots1.html | 2 +- docs/modules/server_dots_dots2_dots2.html | 2 +- docs/variables/constants.LOADER_RGS_KEY.html | 2 +- pnpm-lock.yaml | 8 ++++---- 21 files changed, 34 insertions(+), 34 deletions(-) diff --git a/docs/functions/client_loader_container_loader_container.LoaderContainer.html b/docs/functions/client_loader_container_loader_container.LoaderContainer.html index aee05cd8..3fa94b8b 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 null | 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 a656297f..9ddf0ec1 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 21423e47..f973f032 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 3e9f569a..fe5c5550 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 2612022f..54cf0a03 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 c35e36e2..ff4f9e68 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 0550e2f9..fe47e159 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 43fc6d4b..8978c15b 100644 --- a/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html +++ b/docs/interfaces/client_loader_container_loader_container._internal_.LoaderContainerProps.html @@ -1,2 +1,2 @@ -LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
}

Hierarchy

Properties

Properties

children?: ReactNode
\ No newline at end of file +LoaderContainerProps | React18 Loaders
interface LoaderContainerProps {
    children?: ReactNode;
}

Hierarchy

Properties

Properties

children?: ReactNode
\ 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 c9a3c5a7..61313455 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 79254480..8c4c2411 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 5174eaf4..1e87d311 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 7d1ed6aa..e8f47fe1 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 c74126b0..d9bb7ccc 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 d630cdee..96af167f 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 08fb03c4..50467bda 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 9f683ef6..619aa478 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 7b26d8e6..ed866374 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 298b75c7..a9ad7931 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 cab64a01..15cb094e 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 cf0549fc..9bf53d3f 100644 --- a/docs/variables/constants.LOADER_RGS_KEY.html +++ b/docs/variables/constants.LOADER_RGS_KEY.html @@ -1 +1 @@ -LOADER_RGS_KEY | React18 Loaders

Variable LOADER_RGS_KEYConst

LOADER_RGS_KEY: string = ...
\ No newline at end of file +LOADER_RGS_KEY | React18 Loaders

Variable LOADER_RGS_KEYConst

LOADER_RGS_KEY: string = ...
\ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1731a06f..6f0692c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2842,8 +2842,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.784: - resolution: {integrity: sha512-9CZwh+sDrhDAeOEFh8s3PqwduzTyYIeYwZolc1b9ENAUt3ePu7R1sJSCWr/820ISssRxCJUyHI9Wb7j+0Uo1AA==} + electron-to-chromium@1.4.786: + resolution: {integrity: sha512-i/A2UB0sxYViMN0M2zIotQFRIOt1jLuVXudACHBDiJ5gGuAUzf/crZxwlBTdA0O52Hy4CNtTzS7AKRAacs/08Q==} emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} @@ -9019,7 +9019,7 @@ snapshots: browserslist@4.23.0: dependencies: caniuse-lite: 1.0.30001625 - electron-to-chromium: 1.4.784 + electron-to-chromium: 1.4.786 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.0) @@ -9543,7 +9543,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.784: {} + electron-to-chromium@1.4.786: {} emittery@0.13.1: {}