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.
Files changed (100) hide show
  1. package/README.md +473 -11
  2. package/dist/index.cjs.js +1 -1
  3. package/dist/index.cjs.js.map +1 -1
  4. package/dist/index.d.ts +119 -46
  5. package/dist/index.esm.js +1 -1
  6. package/dist/index.esm.js.map +1 -1
  7. package/dist/styles.css +1 -1
  8. package/dist/styles.css.map +1 -1
  9. package/dist/types/@types/index.d.ts +15 -0
  10. package/dist/types/@types/index.d.ts.map +1 -1
  11. package/dist/types/@types/interfaces/IBarsLoaderProps.d.ts +7 -0
  12. package/dist/types/@types/interfaces/IBarsLoaderProps.d.ts.map +1 -0
  13. package/dist/types/@types/interfaces/IBaseLoaderProps.d.ts +0 -2
  14. package/dist/types/@types/interfaces/IBaseLoaderProps.d.ts.map +1 -1
  15. package/dist/types/@types/interfaces/IBounceLoaderProps.d.ts +7 -0
  16. package/dist/types/@types/interfaces/IBounceLoaderProps.d.ts.map +1 -0
  17. package/dist/types/@types/interfaces/IDotsLoaderProps.d.ts +7 -0
  18. package/dist/types/@types/interfaces/IDotsLoaderProps.d.ts.map +1 -0
  19. package/dist/types/@types/interfaces/IFluidLoaderProps.d.ts +1 -0
  20. package/dist/types/@types/interfaces/IFluidLoaderProps.d.ts.map +1 -1
  21. package/dist/types/@types/interfaces/IGeometricLoaderProps.d.ts +2 -0
  22. package/dist/types/@types/interfaces/IGeometricLoaderProps.d.ts.map +1 -1
  23. package/dist/types/@types/interfaces/IHashtagLoaderProps.d.ts +7 -0
  24. package/dist/types/@types/interfaces/IHashtagLoaderProps.d.ts.map +1 -0
  25. package/dist/types/@types/interfaces/IOrbitLoaderProps.d.ts +7 -0
  26. package/dist/types/@types/interfaces/IOrbitLoaderProps.d.ts.map +1 -0
  27. package/dist/types/@types/interfaces/IPlaneLoaderProps.d.ts +7 -0
  28. package/dist/types/@types/interfaces/IPlaneLoaderProps.d.ts.map +1 -0
  29. package/dist/types/@types/interfaces/IProgressRingLoaderProps.d.ts +2 -0
  30. package/dist/types/@types/interfaces/IProgressRingLoaderProps.d.ts.map +1 -1
  31. package/dist/types/@types/interfaces/IRippleLoaderProps.d.ts +7 -0
  32. package/dist/types/@types/interfaces/IRippleLoaderProps.d.ts.map +1 -0
  33. package/dist/types/@types/interfaces/IRotateLoaderProps.d.ts +7 -0
  34. package/dist/types/@types/interfaces/IRotateLoaderProps.d.ts.map +1 -0
  35. package/dist/types/@types/interfaces/ISnakeLoaderProps.d.ts +7 -0
  36. package/dist/types/@types/interfaces/ISnakeLoaderProps.d.ts.map +1 -0
  37. package/dist/types/@types/interfaces/ISquaresLoaderProps.d.ts +7 -0
  38. package/dist/types/@types/interfaces/ISquaresLoaderProps.d.ts.map +1 -0
  39. package/dist/types/@types/interfaces/IStairLoaderProps.d.ts +7 -0
  40. package/dist/types/@types/interfaces/IStairLoaderProps.d.ts.map +1 -0
  41. package/dist/types/@types/interfaces/index.d.ts +11 -0
  42. package/dist/types/@types/interfaces/index.d.ts.map +1 -1
  43. package/dist/types/components/organisms/BarsLoader.d.ts +2 -2
  44. package/dist/types/components/organisms/BarsLoader.d.ts.map +1 -1
  45. package/dist/types/components/organisms/BounceLoader.d.ts +2 -2
  46. package/dist/types/components/organisms/BounceLoader.d.ts.map +1 -1
  47. package/dist/types/components/organisms/DotsLoader.d.ts +2 -2
  48. package/dist/types/components/organisms/DotsLoader.d.ts.map +1 -1
  49. package/dist/types/components/organisms/ElementLoader.d.ts.map +1 -1
  50. package/dist/types/components/organisms/HashtagLoader.d.ts +4 -0
  51. package/dist/types/components/organisms/HashtagLoader.d.ts.map +1 -0
  52. package/dist/types/components/organisms/OrbitLoader.d.ts +4 -0
  53. package/dist/types/components/organisms/OrbitLoader.d.ts.map +1 -0
  54. package/dist/types/components/organisms/PlaneLoader.d.ts +4 -0
  55. package/dist/types/components/organisms/PlaneLoader.d.ts.map +1 -0
  56. package/dist/types/components/organisms/ProgressRingLoader.d.ts.map +1 -1
  57. package/dist/types/components/organisms/RippleLoader.d.ts +4 -0
  58. package/dist/types/components/organisms/RippleLoader.d.ts.map +1 -0
  59. package/dist/types/components/organisms/RotateLoader.d.ts +2 -2
  60. package/dist/types/components/organisms/RotateLoader.d.ts.map +1 -1
  61. package/dist/types/components/organisms/SnakeLoader.d.ts +4 -0
  62. package/dist/types/components/organisms/SnakeLoader.d.ts.map +1 -0
  63. package/dist/types/components/organisms/SquaresLoader.d.ts +4 -0
  64. package/dist/types/components/organisms/SquaresLoader.d.ts.map +1 -0
  65. package/dist/types/components/organisms/StairLoader.d.ts +4 -0
  66. package/dist/types/components/organisms/StairLoader.d.ts.map +1 -0
  67. package/dist/types/components/organisms/index.d.ts +8 -1
  68. package/dist/types/components/organisms/index.d.ts.map +1 -1
  69. package/dist/types/examples/AutoSkeletonAPIExample.d.ts +3 -0
  70. package/dist/types/examples/AutoSkeletonAPIExample.d.ts.map +1 -0
  71. package/dist/types/examples/AutoSkeletonExample.d.ts.map +1 -0
  72. package/dist/types/examples/BarsExample.d.ts +3 -0
  73. package/dist/types/examples/BarsExample.d.ts.map +1 -0
  74. package/dist/types/examples/BounceExample.d.ts +3 -0
  75. package/dist/types/examples/BounceExample.d.ts.map +1 -0
  76. package/dist/types/examples/DotsExample.d.ts +3 -0
  77. package/dist/types/examples/DotsExample.d.ts.map +1 -0
  78. package/dist/types/examples/ElementExample.d.ts +3 -0
  79. package/dist/types/examples/ElementExample.d.ts.map +1 -0
  80. package/dist/types/examples/HashtagExample.d.ts +3 -0
  81. package/dist/types/examples/HashtagExample.d.ts.map +1 -0
  82. package/dist/types/examples/OrbitExample.d.ts +3 -0
  83. package/dist/types/examples/OrbitExample.d.ts.map +1 -0
  84. package/dist/types/examples/PlaneExample.d.ts +3 -0
  85. package/dist/types/examples/PlaneExample.d.ts.map +1 -0
  86. package/dist/types/examples/ProgressRingExample.d.ts +3 -0
  87. package/dist/types/examples/ProgressRingExample.d.ts.map +1 -0
  88. package/dist/types/examples/RippleExample.d.ts +3 -0
  89. package/dist/types/examples/RippleExample.d.ts.map +1 -0
  90. package/dist/types/examples/RotateExample.d.ts +3 -0
  91. package/dist/types/examples/RotateExample.d.ts.map +1 -0
  92. package/dist/types/examples/SnakeExample.d.ts +3 -0
  93. package/dist/types/examples/SnakeExample.d.ts.map +1 -0
  94. package/dist/types/examples/SquaresExample.d.ts +3 -0
  95. package/dist/types/examples/SquaresExample.d.ts.map +1 -0
  96. package/dist/types/examples/StairExample.d.ts +3 -0
  97. package/dist/types/examples/StairExample.d.ts.map +1 -0
  98. package/package.json +2 -2
  99. package/dist/types/AutoSkeletonExample.d.ts.map +0 -1
  100. /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;CACpB"}
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,7 @@
1
+ import { IGeometricLoaderProps } from "./IGeometricLoaderProps";
2
+ /**
3
+ * Props interface for RippleLoader component
4
+ */
5
+ export interface IRippleLoaderProps extends IGeometricLoaderProps {
6
+ }
7
+ //# sourceMappingURL=IRippleLoaderProps.d.ts.map
@@ -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,7 @@
1
+ import { IGeometricLoaderProps } from "./IGeometricLoaderProps";
2
+ /**
3
+ * Props interface for RotateLoader component
4
+ */
5
+ export interface IRotateLoaderProps extends IGeometricLoaderProps {
6
+ }
7
+ //# sourceMappingURL=IRotateLoaderProps.d.ts.map
@@ -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,7 @@
1
+ import { IGeometricLoaderProps } from "./IGeometricLoaderProps";
2
+ /**
3
+ * Props interface for SnakeLoader component
4
+ */
5
+ export interface ISnakeLoaderProps extends IGeometricLoaderProps {
6
+ }
7
+ //# sourceMappingURL=ISnakeLoaderProps.d.ts.map
@@ -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,7 @@
1
+ import { IGeometricLoaderProps } from "./IGeometricLoaderProps";
2
+ /**
3
+ * Props interface for SquaresLoader component
4
+ */
5
+ export interface ISquaresLoaderProps extends IGeometricLoaderProps {
6
+ }
7
+ //# sourceMappingURL=ISquaresLoaderProps.d.ts.map
@@ -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,7 @@
1
+ import { IGeometricLoaderProps } from "./IGeometricLoaderProps";
2
+ /**
3
+ * Props interface for StairLoader component
4
+ */
5
+ export interface IStairLoaderProps extends IGeometricLoaderProps {
6
+ }
7
+ //# sourceMappingURL=IStairLoaderProps.d.ts.map
@@ -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 { IGeometricLoaderProps } from "@/@types";
1
+ import { IBarsLoaderProps } from "@/@types/interfaces/IBarsLoaderProps";
2
2
  import { FC } from "react";
3
- export declare const BarsLoader: FC<IGeometricLoaderProps>;
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,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,qBAAqB,CAkGhD,CAAC"}
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 { IGeometricLoaderProps } from "@/@types";
1
+ import { IBounceLoaderProps } from "@/@types/interfaces/IBounceLoaderProps";
2
2
  import { FC } from "react";
3
- export declare const BounceLoader: FC<IGeometricLoaderProps>;
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,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,qBAAqB,CAgGlD,CAAC"}
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 { IGeometricLoaderProps } from "@/@types";
1
+ import { IDotsLoaderProps } from "@/@types/interfaces/IDotsLoaderProps";
2
2
  import { FC } from "react";
3
- export declare const DotsLoader: FC<IGeometricLoaderProps>;
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,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,qBAAqB,CAgGhD,CAAC"}
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,CAqIjD,CAAC"}
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,4 @@
1
+ import { IHashtagLoaderProps } from "@/@types/interfaces/IHashtagLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const HashtagLoader: FC<IHashtagLoaderProps>;
4
+ //# sourceMappingURL=HashtagLoader.d.ts.map
@@ -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,4 @@
1
+ import { IOrbitLoaderProps } from "@/@types/interfaces/IOrbitLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const OrbitLoader: FC<IOrbitLoaderProps>;
4
+ //# sourceMappingURL=OrbitLoader.d.ts.map
@@ -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,4 @@
1
+ import { IPlaneLoaderProps } from "@/@types/interfaces/IPlaneLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const PlaneLoader: FC<IPlaneLoaderProps>;
4
+ //# sourceMappingURL=PlaneLoader.d.ts.map
@@ -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,CA+IjE,CAAC"}
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,4 @@
1
+ import { IRippleLoaderProps } from "@/@types/interfaces/IRippleLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const RippleLoader: FC<IRippleLoaderProps>;
4
+ //# sourceMappingURL=RippleLoader.d.ts.map
@@ -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 { IGeometricLoaderProps } from "@/@types";
1
+ import { IRotateLoaderProps } from "@/@types/interfaces/IRotateLoaderProps";
2
2
  import { FC } from "react";
3
- export declare const RotateLoader: FC<IGeometricLoaderProps>;
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,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,OAAc,EAAsB,EAAE,EAAW,MAAM,OAAO,CAAC;AAW/D,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,qBAAqB,CAyGlD,CAAC"}
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,4 @@
1
+ import { ISnakeLoaderProps } from "@/@types/interfaces/ISnakeLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const SnakeLoader: FC<ISnakeLoaderProps>;
4
+ //# sourceMappingURL=SnakeLoader.d.ts.map
@@ -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,4 @@
1
+ import { ISquaresLoaderProps } from "@/@types/interfaces/ISquaresLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const SquaresLoader: FC<ISquaresLoaderProps>;
4
+ //# sourceMappingURL=SquaresLoader.d.ts.map
@@ -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,4 @@
1
+ import { IStairLoaderProps } from "@/@types/interfaces/IStairLoaderProps";
2
+ import { FC } from "react";
3
+ export declare const StairLoader: FC<IStairLoaderProps>;
4
+ //# sourceMappingURL=StairLoader.d.ts.map
@@ -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 type { IFallbackLoaderProps, IFluidLoaderProps, IGeometricLoaderProps, ILogoLoaderProps, ITextLoaderProps, IBaseLoaderProps, ISkeletonLoaderProps, IElementLoaderProps, ILoaderCSSVariables, ILoaderState, IUseLoaderStateReturn, IUseLoaderStateOptions, IAutoSkeletonProps, IProgressRingLoaderProps, IMorphLoaderProps, ISpinDotsLoaderProps, IHeatmapLoaderProps, } from "@/@types/interfaces";
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,GACpB,MAAM,qBAAqB,CAAC"}
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,3 @@
1
+ import React from "react";
2
+ export declare const AutoSkeletonAPIExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=AutoSkeletonAPIExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const BarsExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=BarsExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const BounceExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=BounceExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const DotsExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=DotsExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const ElementExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=ElementExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const HashtagExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=HashtagExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const OrbitExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=OrbitExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const PlaneExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=PlaneExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const ProgressRingExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=ProgressRingExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const RippleExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=RippleExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const RotateExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=RotateExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const SnakeExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=SnakeExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const SquaresExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=SquaresExample.d.ts.map
@@ -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,3 @@
1
+ import React from "react";
2
+ export declare const StairExample: () => React.JSX.Element;
3
+ //# sourceMappingURL=StairExample.d.ts.map
@@ -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.1.1",
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"}