react-loadly 2.1.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +473 -11
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +119 -46
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.css.map +1 -1
- package/dist/types/@types/index.d.ts +15 -0
- package/dist/types/@types/index.d.ts.map +1 -1
- package/dist/types/@types/interfaces/IBarsLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IBarsLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IBaseLoaderProps.d.ts +0 -2
- package/dist/types/@types/interfaces/IBaseLoaderProps.d.ts.map +1 -1
- package/dist/types/@types/interfaces/IBounceLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IBounceLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IDotsLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IDotsLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IFluidLoaderProps.d.ts +1 -0
- package/dist/types/@types/interfaces/IFluidLoaderProps.d.ts.map +1 -1
- package/dist/types/@types/interfaces/IGeometricLoaderProps.d.ts +2 -0
- package/dist/types/@types/interfaces/IGeometricLoaderProps.d.ts.map +1 -1
- package/dist/types/@types/interfaces/IHashtagLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IHashtagLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IOrbitLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IOrbitLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IPlaneLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IPlaneLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IProgressRingLoaderProps.d.ts +2 -0
- package/dist/types/@types/interfaces/IProgressRingLoaderProps.d.ts.map +1 -1
- package/dist/types/@types/interfaces/IRippleLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IRippleLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IRotateLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IRotateLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/ISnakeLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/ISnakeLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/ISquaresLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/ISquaresLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/IStairLoaderProps.d.ts +7 -0
- package/dist/types/@types/interfaces/IStairLoaderProps.d.ts.map +1 -0
- package/dist/types/@types/interfaces/index.d.ts +11 -0
- package/dist/types/@types/interfaces/index.d.ts.map +1 -1
- package/dist/types/components/organisms/BarsLoader.d.ts +2 -2
- package/dist/types/components/organisms/BarsLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/BounceLoader.d.ts +2 -2
- package/dist/types/components/organisms/BounceLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/DotsLoader.d.ts +2 -2
- package/dist/types/components/organisms/DotsLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/ElementLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/HashtagLoader.d.ts +4 -0
- package/dist/types/components/organisms/HashtagLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/OrbitLoader.d.ts +4 -0
- package/dist/types/components/organisms/OrbitLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/PlaneLoader.d.ts +4 -0
- package/dist/types/components/organisms/PlaneLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/ProgressRingLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/RippleLoader.d.ts +4 -0
- package/dist/types/components/organisms/RippleLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/RotateLoader.d.ts +2 -2
- package/dist/types/components/organisms/RotateLoader.d.ts.map +1 -1
- package/dist/types/components/organisms/SnakeLoader.d.ts +4 -0
- package/dist/types/components/organisms/SnakeLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/SquaresLoader.d.ts +4 -0
- package/dist/types/components/organisms/SquaresLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/StairLoader.d.ts +4 -0
- package/dist/types/components/organisms/StairLoader.d.ts.map +1 -0
- package/dist/types/components/organisms/index.d.ts +8 -1
- package/dist/types/components/organisms/index.d.ts.map +1 -1
- package/dist/types/examples/AutoSkeletonAPIExample.d.ts +3 -0
- package/dist/types/examples/AutoSkeletonAPIExample.d.ts.map +1 -0
- package/dist/types/examples/AutoSkeletonExample.d.ts.map +1 -0
- package/dist/types/examples/BarsExample.d.ts +3 -0
- package/dist/types/examples/BarsExample.d.ts.map +1 -0
- package/dist/types/examples/BounceExample.d.ts +3 -0
- package/dist/types/examples/BounceExample.d.ts.map +1 -0
- package/dist/types/examples/DotsExample.d.ts +3 -0
- package/dist/types/examples/DotsExample.d.ts.map +1 -0
- package/dist/types/examples/ElementExample.d.ts +3 -0
- package/dist/types/examples/ElementExample.d.ts.map +1 -0
- package/dist/types/examples/HashtagExample.d.ts +3 -0
- package/dist/types/examples/HashtagExample.d.ts.map +1 -0
- package/dist/types/examples/OrbitExample.d.ts +3 -0
- package/dist/types/examples/OrbitExample.d.ts.map +1 -0
- package/dist/types/examples/PlaneExample.d.ts +3 -0
- package/dist/types/examples/PlaneExample.d.ts.map +1 -0
- package/dist/types/examples/ProgressRingExample.d.ts +3 -0
- package/dist/types/examples/ProgressRingExample.d.ts.map +1 -0
- package/dist/types/examples/RippleExample.d.ts +3 -0
- package/dist/types/examples/RippleExample.d.ts.map +1 -0
- package/dist/types/examples/RotateExample.d.ts +3 -0
- package/dist/types/examples/RotateExample.d.ts.map +1 -0
- package/dist/types/examples/SnakeExample.d.ts +3 -0
- package/dist/types/examples/SnakeExample.d.ts.map +1 -0
- package/dist/types/examples/SquaresExample.d.ts +3 -0
- package/dist/types/examples/SquaresExample.d.ts.map +1 -0
- package/dist/types/examples/StairExample.d.ts +3 -0
- package/dist/types/examples/StairExample.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/types/AutoSkeletonExample.d.ts.map +0 -1
- /package/dist/types/{AutoSkeletonExample.d.ts → examples/AutoSkeletonExample.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPlaneLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IPlaneLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -4,5 +4,7 @@ export interface IProgressRingLoaderProps extends IBaseLoaderProps {
|
|
|
4
4
|
progress?: number | null;
|
|
5
5
|
/** Thickness of the ring */
|
|
6
6
|
thickness?: number;
|
|
7
|
+
/** Secondary color for multi-color loaders */
|
|
8
|
+
secondaryColor?: string;
|
|
7
9
|
}
|
|
8
10
|
//# sourceMappingURL=IProgressRingLoaderProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IProgressRingLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IProgressRingLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,uDAAuD;IACvD,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"IProgressRingLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IProgressRingLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAChE,uDAAuD;IACvD,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8CAA8C;IAC9C,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IRippleLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IRippleLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IRotateLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IRotateLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISnakeLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/ISnakeLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ISquaresLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/ISquaresLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IStairLoaderProps.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/IStairLoaderProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,qBAAqB;CAAG"}
|
|
@@ -11,6 +11,17 @@ export type { IMorphLoaderProps } from "./IMorphLoaderProps";
|
|
|
11
11
|
export type { ISpinDotsLoaderProps } from "./ISpinDotsLoaderProps";
|
|
12
12
|
export type { IProgressRingLoaderProps } from "./IProgressRingLoaderProps";
|
|
13
13
|
export type { IHeatmapLoaderProps } from "./IHeatmapLoaderProps";
|
|
14
|
+
export type { IBarsLoaderProps } from "./IBarsLoaderProps";
|
|
15
|
+
export type { IBounceLoaderProps } from "./IBounceLoaderProps";
|
|
16
|
+
export type { IDotsLoaderProps } from "./IDotsLoaderProps";
|
|
17
|
+
export type { IHashtagLoaderProps } from "./IHashtagLoaderProps";
|
|
18
|
+
export type { IOrbitLoaderProps } from "./IOrbitLoaderProps";
|
|
19
|
+
export type { IPlaneLoaderProps } from "./IPlaneLoaderProps";
|
|
20
|
+
export type { IRippleLoaderProps } from "./IRippleLoaderProps";
|
|
21
|
+
export type { IRotateLoaderProps } from "./IRotateLoaderProps";
|
|
22
|
+
export type { ISnakeLoaderProps } from "./ISnakeLoaderProps";
|
|
23
|
+
export type { ISquaresLoaderProps } from "./ISquaresLoaderProps";
|
|
24
|
+
export type { IStairLoaderProps } from "./IStairLoaderProps";
|
|
14
25
|
export type { ILoaderState } from "./ILoaderState";
|
|
15
26
|
export type { IUseLoaderStateOptions } from "./IUseLoaderStateOptions";
|
|
16
27
|
export type { IUseLoaderStateReturn } from "./IUseLoaderStateReturn";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGrE,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/@types/interfaces/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAGjE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,YAAY,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAG7D,YAAY,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGrE,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBarsLoaderProps } from "@/@types/interfaces/IBarsLoaderProps";
|
|
2
2
|
import { FC } from "react";
|
|
3
|
-
export declare const BarsLoader: FC<
|
|
3
|
+
export declare const BarsLoader: FC<IBarsLoaderProps>;
|
|
4
4
|
//# sourceMappingURL=BarsLoader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BarsLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BarsLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"BarsLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BarsLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAGxE,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAqG3C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBounceLoaderProps } from "@/@types/interfaces/IBounceLoaderProps";
|
|
2
2
|
import { FC } from "react";
|
|
3
|
-
export declare const BounceLoader: FC<
|
|
3
|
+
export declare const BounceLoader: FC<IBounceLoaderProps>;
|
|
4
4
|
//# sourceMappingURL=BounceLoader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BounceLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BounceLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"BounceLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/BounceLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAG5E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,kBAAkB,CAmG/C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IDotsLoaderProps } from "@/@types/interfaces/IDotsLoaderProps";
|
|
2
2
|
import { FC } from "react";
|
|
3
|
-
export declare const DotsLoader: FC<
|
|
3
|
+
export declare const DotsLoader: FC<IDotsLoaderProps>;
|
|
4
4
|
//# sourceMappingURL=DotsLoader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DotsLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/DotsLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"DotsLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/DotsLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AAGxE,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,gBAAgB,CAmG3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElementLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/ElementLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAG9E,OAAc,EAAsB,EAAE,EAAE,MAAM,OAAO,CAAC;AAWtD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,mBAAmB,
|
|
1
|
+
{"version":3,"file":"ElementLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/ElementLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAG9E,OAAc,EAAsB,EAAE,EAAE,MAAM,OAAO,CAAC;AAWtD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,mBAAmB,CAqGjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HashtagLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/HashtagLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAG9E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAU/D,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,mBAAmB,CAmIjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrbitLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/OrbitLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAgI7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlaneLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/PlaneLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAU/D,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAyI7C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressRingLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/ProgressRingLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAUxF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,
|
|
1
|
+
{"version":3,"file":"ProgressRingLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/ProgressRingLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,8CAA8C,CAAC;AAUxF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAgJjE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RippleLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/RippleLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAG5E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,kBAAkB,CA8G/C,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IRotateLoaderProps } from "@/@types/interfaces/IRotateLoaderProps";
|
|
2
2
|
import { FC } from "react";
|
|
3
|
-
export declare const RotateLoader: FC<
|
|
3
|
+
export declare const RotateLoader: FC<IRotateLoaderProps>;
|
|
4
4
|
//# sourceMappingURL=RotateLoader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RotateLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/RotateLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"RotateLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/RotateLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAG5E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,kBAAkB,CA6G/C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SnakeLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/SnakeLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAkI7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/SquaresLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAG9E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,mBAAmB,CAwGjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StairLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/StairLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAG1E,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,iBAAiB,CAsG7C,CAAC"}
|
|
@@ -20,5 +20,12 @@ export { ProgressRingLoader } from "./ProgressRingLoader";
|
|
|
20
20
|
export { MorphLoader } from "./MorphLoader";
|
|
21
21
|
export { SpinDotsLoader } from "./SpinDotsLoader";
|
|
22
22
|
export { HeatmapLoader } from "./HeatmapLoader";
|
|
23
|
-
export
|
|
23
|
+
export { SquaresLoader } from "./SquaresLoader";
|
|
24
|
+
export { RippleLoader } from "./RippleLoader";
|
|
25
|
+
export { StairLoader } from "./StairLoader";
|
|
26
|
+
export { OrbitLoader } from "./OrbitLoader";
|
|
27
|
+
export { PlaneLoader } from "./PlaneLoader";
|
|
28
|
+
export { HashtagLoader } from "./HashtagLoader";
|
|
29
|
+
export { SnakeLoader } from "./SnakeLoader";
|
|
30
|
+
export type { IFallbackLoaderProps, IFluidLoaderProps, IGeometricLoaderProps, ILogoLoaderProps, ITextLoaderProps, IBaseLoaderProps, ISkeletonLoaderProps, IElementLoaderProps, ILoaderCSSVariables, ILoaderState, IUseLoaderStateReturn, IUseLoaderStateOptions, IAutoSkeletonProps, IProgressRingLoaderProps, IMorphLoaderProps, ISpinDotsLoaderProps, IHeatmapLoaderProps, IBarsLoaderProps, IBounceLoaderProps, IDotsLoaderProps, IHashtagLoaderProps, IOrbitLoaderProps, IPlaneLoaderProps, IRippleLoaderProps, IRotateLoaderProps, ISnakeLoaderProps, ISquaresLoaderProps, IStairLoaderProps, } from "@/@types/interfaces";
|
|
24
31
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,YAAY,EACV,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,YAAY,EACZ,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,oBAAoB,EACpB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,EACnB,YAAY,EACZ,qBAAqB,EACrB,sBAAsB,EACtB,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoSkeletonAPIExample.d.ts","sourceRoot":"","sources":["../../../src/examples/AutoSkeletonAPIExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAyJnD,eAAO,MAAM,sBAAsB,yBAiOlC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoSkeletonExample.d.ts","sourceRoot":"","sources":["../../../src/examples/AutoSkeletonExample.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+ExC,eAAO,MAAM,mBAAmB,yBAoH/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BarsExample.d.ts","sourceRoot":"","sources":["../../../src/examples/BarsExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,WAAW,yBAiGvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BounceExample.d.ts","sourceRoot":"","sources":["../../../src/examples/BounceExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,aAAa,yBAgGzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DotsExample.d.ts","sourceRoot":"","sources":["../../../src/examples/DotsExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,WAAW,yBAmFvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ElementExample.d.ts","sourceRoot":"","sources":["../../../src/examples/ElementExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,cAAc,yBAuK1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HashtagExample.d.ts","sourceRoot":"","sources":["../../../src/examples/HashtagExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,cAAc,yBAyE1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OrbitExample.d.ts","sourceRoot":"","sources":["../../../src/examples/OrbitExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,YAAY,yBAqFxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlaneExample.d.ts","sourceRoot":"","sources":["../../../src/examples/PlaneExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,YAAY,yBAyExB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressRingExample.d.ts","sourceRoot":"","sources":["../../../src/examples/ProgressRingExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,eAAO,MAAM,mBAAmB,yBAgI/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RippleExample.d.ts","sourceRoot":"","sources":["../../../src/examples/RippleExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,aAAa,yBAqFzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RotateExample.d.ts","sourceRoot":"","sources":["../../../src/examples/RotateExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,aAAa,yBA0GzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SnakeExample.d.ts","sourceRoot":"","sources":["../../../src/examples/SnakeExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,YAAY,yBAqFxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquaresExample.d.ts","sourceRoot":"","sources":["../../../src/examples/SquaresExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,cAAc,yBAqF1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StairExample.d.ts","sourceRoot":"","sources":["../../../src/examples/StairExample.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,eAAO,MAAM,YAAY,yBAqFxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-loadly",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A professional React loaders package with high-performance, customizable loader components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"serve": "vite",
|
|
58
58
|
"preview": "vite preview",
|
|
59
59
|
"prepare": "npm run build",
|
|
60
|
-
"production": "pnpm i && pnpm lint:fix && pnpm build && pnpm pack"
|
|
60
|
+
"production": "pnpm i && pnpm lint:fix && pnpm build && pnpm pack && npm publish --access public"
|
|
61
61
|
},
|
|
62
62
|
"keywords": [
|
|
63
63
|
"react-loadly",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AutoSkeletonExample.d.ts","sourceRoot":"","sources":["../../src/AutoSkeletonExample.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA+ExC,eAAO,MAAM,mBAAmB,yBAoH/B,CAAC"}
|
|
File without changes
|