From 3a483aaa771b781b8cd556e2aedadfbd9da7afcb Mon Sep 17 00:00:00 2001 From: mayank1513 Date: Mon, 6 Jan 2025 11:17:13 +0000 Subject: [PATCH] upgrade deps && docs [skip ci] --- ...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 +++++----- docs/variables/constants.LOADER_RGS_KEY.html | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/functions/client_loader-container_loader-container.LoaderContainer.html b/docs/functions/client_loader-container_loader-container.LoaderContainer.html index b4b18180..19c33c61 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
+

Parameters

Returns Element

diff --git a/docs/functions/hooks_use-loader.useLoader.html b/docs/functions/hooks_use-loader.useLoader.html index 8b05e30c..5bdacbbb 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> }

+useLoader | React18 Loaders
  • Returns { loading: boolean; setLoading: SetStateAction<boolean> }

diff --git a/docs/functions/server_bars_bars1_bars1.Bars1.html b/docs/functions/server_bars_bars1_bars1.Bars1.html index 0f139d85..1475d6a2 100644 --- a/docs/functions/server_bars_bars1_bars1.Bars1.html +++ b/docs/functions/server_bars_bars1_bars1.Bars1.html @@ -5,4 +5,4 @@
export function Bars1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_bars_bars2_bars2.Bars2.html b/docs/functions/server_bars_bars2_bars2.Bars2.html index f76d3cde..f8158d1a 100644 --- a/docs/functions/server_bars_bars2_bars2.Bars2.html +++ b/docs/functions/server_bars_bars2_bars2.Bars2.html @@ -5,4 +5,4 @@
export function Bars2(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_common_base_base.Base.html b/docs/functions/server_common_base_base.Base.html index 2723e4ad..a530e0b8 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
+

Parameters

Returns Element

diff --git a/docs/functions/server_dots_dots1_dots1.Dots1.html b/docs/functions/server_dots_dots1_dots1.Dots1.html index 3ac3bb41..3c5e4380 100644 --- a/docs/functions/server_dots_dots1_dots1.Dots1.html +++ b/docs/functions/server_dots_dots1_dots1.Dots1.html @@ -5,4 +5,4 @@
export function Dots1(props: BaseProps) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
diff --git a/docs/functions/server_dots_dots2_dots2.Dots2.html b/docs/functions/server_dots_dots2_dots2.Dots2.html index a0f6ddaf..eb5fefad 100644 --- a/docs/functions/server_dots_dots2_dots2.Dots2.html +++ b/docs/functions/server_dots_dots2_dots2.Dots2.html @@ -5,4 +5,4 @@
export function Dots2(props: Dots2Props) {
return <Base {...props} loaderClass={styles.loader} />;
}
-
+
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 43986443..a0a0c6c5 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
+

Properties

children?: ReactNode
loading?: boolean
diff --git a/docs/interfaces/server_common_base_base.BaseProps.html b/docs/interfaces/server_common_base_base.BaseProps.html index 65240f29..0be0863b 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 Summary)

Properties

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

Hierarchy (View Summary)

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.

-
+
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.

+
diff --git a/docs/interfaces/server_common_base_base._internal_.OtherProps.html b/docs/interfaces/server_common_base_base._internal_.OtherProps.html index 1b87a833..15f2e076 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

-
+

Properties

dotRadius?: string | number
loaderClass: string

Loader class name

+
diff --git a/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html b/docs/interfaces/server_dots_dots2_dots2._internal_.Dots2Props.html index 72a1395c..fd540e44 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 Summary)

Properties

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

Hierarchy (View Summary)

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.

-
+
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.

+
diff --git a/docs/variables/constants.LOADER_RGS_KEY.html b/docs/variables/constants.LOADER_RGS_KEY.html index 3f4185ac..30b684c5 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"

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

-
+