premium-react-loaders 3.1.1 → 4.0.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 (157) hide show
  1. package/README.md +30 -3
  2. package/dist/components/gradient/GradientBar.d.ts +13 -0
  3. package/dist/components/gradient/GradientBar.d.ts.map +1 -0
  4. package/dist/components/gradient/GradientRing.d.ts +12 -0
  5. package/dist/components/gradient/GradientRing.d.ts.map +1 -0
  6. package/dist/components/gradient/GradientSpinner.d.ts +12 -0
  7. package/dist/components/gradient/GradientSpinner.d.ts.map +1 -0
  8. package/dist/components/gradient/index.d.ts +4 -0
  9. package/dist/components/gradient/index.d.ts.map +1 -0
  10. package/dist/components/index.d.ts +3 -0
  11. package/dist/components/index.d.ts.map +1 -1
  12. package/dist/components/morph/LiquidFill.d.ts +13 -0
  13. package/dist/components/morph/LiquidFill.d.ts.map +1 -0
  14. package/dist/components/morph/MorphBlob.d.ts +12 -0
  15. package/dist/components/morph/MorphBlob.d.ts.map +1 -0
  16. package/dist/components/morph/WaveCircle.d.ts +12 -0
  17. package/dist/components/morph/WaveCircle.d.ts.map +1 -0
  18. package/dist/components/morph/index.d.ts +4 -0
  19. package/dist/components/morph/index.d.ts.map +1 -0
  20. package/dist/components/particle/ParticleBurst.d.ts +12 -0
  21. package/dist/components/particle/ParticleBurst.d.ts.map +1 -0
  22. package/dist/components/particle/ParticleOrbit.d.ts +12 -0
  23. package/dist/components/particle/ParticleOrbit.d.ts.map +1 -0
  24. package/dist/components/particle/index.d.ts +3 -0
  25. package/dist/components/particle/index.d.ts.map +1 -0
  26. package/dist/components/progress/ProgressBar.d.ts.map +1 -1
  27. package/dist/components/progress/ProgressCircle.d.ts.map +1 -1
  28. package/dist/components/progress/ProgressRing.d.ts.map +1 -1
  29. package/dist/index.cjs +17 -1
  30. package/dist/index.d.ts +1 -1
  31. package/dist/index.js +17 -1
  32. package/dist/index10.cjs +1 -1
  33. package/dist/index10.js +1 -1
  34. package/dist/index11.cjs +1 -1
  35. package/dist/index11.js +1 -1
  36. package/dist/index12.cjs +1 -1
  37. package/dist/index12.js +1 -1
  38. package/dist/index13.cjs +1 -1
  39. package/dist/index13.js +1 -1
  40. package/dist/index14.cjs +1 -1
  41. package/dist/index14.js +1 -1
  42. package/dist/index15.cjs +1 -1
  43. package/dist/index15.js +1 -1
  44. package/dist/index17.cjs +1 -1
  45. package/dist/index17.js +1 -1
  46. package/dist/index18.cjs +1 -1
  47. package/dist/index18.js +1 -1
  48. package/dist/index19.cjs +1 -1
  49. package/dist/index19.js +1 -1
  50. package/dist/index20.cjs +1 -1
  51. package/dist/index20.js +1 -1
  52. package/dist/index21.cjs +1 -1
  53. package/dist/index21.js +1 -1
  54. package/dist/index22.cjs +1 -1
  55. package/dist/index22.js +1 -1
  56. package/dist/index23.cjs +1 -1
  57. package/dist/index23.js +1 -1
  58. package/dist/index24.cjs +1 -1
  59. package/dist/index24.js +1 -1
  60. package/dist/index25.cjs +17 -2
  61. package/dist/index25.js +18 -3
  62. package/dist/index26.cjs +17 -2
  63. package/dist/index26.js +18 -3
  64. package/dist/index27.cjs +17 -2
  65. package/dist/index27.js +18 -3
  66. package/dist/index28.cjs +1 -1
  67. package/dist/index28.js +1 -1
  68. package/dist/index29.cjs +1 -1
  69. package/dist/index29.js +1 -1
  70. package/dist/index30.cjs +1 -1
  71. package/dist/index30.js +1 -1
  72. package/dist/index31.cjs +1 -1
  73. package/dist/index31.js +1 -1
  74. package/dist/index32.cjs +1 -1
  75. package/dist/index32.js +1 -1
  76. package/dist/index33.cjs +1 -1
  77. package/dist/index33.js +1 -1
  78. package/dist/index34.cjs +1 -1
  79. package/dist/index34.js +1 -1
  80. package/dist/index35.cjs +1 -1
  81. package/dist/index35.js +1 -1
  82. package/dist/index36.cjs +1 -1
  83. package/dist/index36.js +1 -1
  84. package/dist/index38.cjs +1 -1
  85. package/dist/index38.js +1 -1
  86. package/dist/index39.cjs +1 -1
  87. package/dist/index39.js +1 -1
  88. package/dist/index4.cjs +10 -0
  89. package/dist/index4.js +10 -0
  90. package/dist/index40.cjs +1 -1
  91. package/dist/index40.js +1 -1
  92. package/dist/index41.cjs +1 -1
  93. package/dist/index41.js +1 -1
  94. package/dist/index42.cjs +1 -1
  95. package/dist/index42.js +1 -1
  96. package/dist/index43.cjs +1 -1
  97. package/dist/index43.js +1 -1
  98. package/dist/index44.cjs +1 -1
  99. package/dist/index44.js +1 -1
  100. package/dist/index45.cjs +1 -1
  101. package/dist/index45.js +1 -1
  102. package/dist/index46.cjs +1 -1
  103. package/dist/index46.js +1 -1
  104. package/dist/index47.cjs +1 -1
  105. package/dist/index47.js +1 -1
  106. package/dist/index48.cjs +1 -1
  107. package/dist/index48.js +1 -1
  108. package/dist/index49.cjs +1 -1
  109. package/dist/index49.js +1 -1
  110. package/dist/index50.cjs +1 -1
  111. package/dist/index50.js +1 -1
  112. package/dist/index51.cjs +1 -1
  113. package/dist/index51.js +1 -1
  114. package/dist/index52.cjs +1 -1
  115. package/dist/index52.js +1 -1
  116. package/dist/index53.cjs +1 -1
  117. package/dist/index53.js +1 -1
  118. package/dist/index54.cjs +1 -1
  119. package/dist/index54.js +1 -1
  120. package/dist/index56.cjs +50 -120
  121. package/dist/index56.js +51 -121
  122. package/dist/index57.cjs +119 -0
  123. package/dist/index57.js +119 -0
  124. package/dist/index58.cjs +70 -0
  125. package/dist/index58.js +70 -0
  126. package/dist/index59.cjs +66 -0
  127. package/dist/index59.js +66 -0
  128. package/dist/index60.cjs +68 -0
  129. package/dist/index60.js +68 -0
  130. package/dist/index61.cjs +99 -0
  131. package/dist/index61.js +99 -0
  132. package/dist/index62.cjs +75 -0
  133. package/dist/index62.js +75 -0
  134. package/dist/index63.cjs +92 -0
  135. package/dist/index63.js +92 -0
  136. package/dist/index64.cjs +125 -0
  137. package/dist/index64.js +125 -0
  138. package/dist/index7.cjs +1 -1
  139. package/dist/index7.js +1 -1
  140. package/dist/index8.cjs +1 -1
  141. package/dist/index8.js +1 -1
  142. package/dist/index9.cjs +1 -1
  143. package/dist/index9.js +1 -1
  144. package/dist/premium-react-loaders.css +41 -0
  145. package/dist/types/gradient.d.ts +38 -0
  146. package/dist/types/gradient.d.ts.map +1 -0
  147. package/dist/types/index.d.ts +3 -0
  148. package/dist/types/index.d.ts.map +1 -1
  149. package/dist/types/morph.d.ts +28 -0
  150. package/dist/types/morph.d.ts.map +1 -0
  151. package/dist/types/particle.d.ts +22 -0
  152. package/dist/types/particle.d.ts.map +1 -0
  153. package/dist/types/progress.d.ts +6 -0
  154. package/dist/types/progress.d.ts.map +1 -1
  155. package/dist/utils/colors.d.ts +5 -0
  156. package/dist/utils/colors.d.ts.map +1 -1
  157. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Premium React Loaders
2
2
 
3
- A comprehensive collection of **50+ premium, production-ready loading components** for React applications. Built with TypeScript and custom CSS for maximum flexibility and zero configuration.
3
+ A comprehensive collection of **58+ premium, production-ready loading components** for React applications. Built with TypeScript and custom CSS for maximum flexibility and zero configuration.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/premium-react-loaders.svg)](https://www.npmjs.com/package/premium-react-loaders)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -11,12 +11,16 @@ A comprehensive collection of **50+ premium, production-ready loading components
11
11
 
12
12
  📚 **[Storybook Documentation](https://docs.premium-react-loaders.ishansasika.dev/)** - Detailed component documentation and examples
13
13
 
14
- See all 50+ components in action with interactive examples and customization options.
14
+ See all 58+ components in action with interactive examples and customization options.
15
15
 
16
16
  ## Features
17
17
 
18
- - **50+ Premium Components** across 15 categories (Skeleton, Spinner, Progress, Pulse, Overlay, Button, Status, Transition, Shimmer, Orbit, Bounce, Infinity, Text, 3D, Smart)
18
+ - **58+ Premium Components** across 19 categories (Skeleton, Spinner, Progress, Pulse, Overlay, Button, Status, Transition, Shimmer, Orbit, Bounce, Infinity, Text, 3D, Smart, Morph, Gradient, Particle, Accessibility)
19
19
  - **6 Powerful Hooks** - useLoader, useEnhancedLoader, useLoadingOrchestrator, useLoadingAnalytics, useSmartLoader, useTheme ✨ *New in v3.1.0*
20
+ - **Morph Loaders** - Fluid organic blob, liquid fill, and wave circle animations ✨ *New in v4.0.0*
21
+ - **Gradient Loaders** - Animated conic gradient spinners and flowing gradient bars ✨ *New in v4.0.0*
22
+ - **Particle Loaders** - CSS particle burst and orbital animations ✨ *New in v4.0.0*
23
+ - **onComplete Callback** - Fire callbacks when progress reaches 100% ✨ *New in v4.0.0*
20
24
  - **3D Loaders** - Immersive 3D animations with CSS transforms ✨ *New in v3.1.0*
21
25
  - **Smart Components** - Context-aware skeletons and form field loaders ✨ *New in v3.1.0*
22
26
  - **Accessibility First** - LiveRegion component and announcement system ✨ *New in v3.1.0*
@@ -248,6 +252,29 @@ Screen reader support and ARIA announcements:
248
252
 
249
253
  - **LiveRegion** - ARIA live region for screen reader announcements with configurable politeness levels
250
254
 
255
+ ### Morph Components (3 components) ✨ *New in v4.0.0*
256
+
257
+ Fluid, organic animation components based on CSS morphing:
258
+
259
+ - **MorphBlob** - Organic blob shape that continuously morphs between randomized border-radius states
260
+ - **LiquidFill** - Circular container that fills with an animated liquid level (determinate and indeterminate modes)
261
+ - **WaveCircle** - Concentric circular ripples emanating outward from the center like a sonar pulse
262
+
263
+ ### Gradient Components (3 components) ✨ *New in v4.0.0*
264
+
265
+ Visually striking spinners and progress indicators using animated CSS gradients:
266
+
267
+ - **GradientSpinner** - Circular spinner filled with a sweeping conic gradient that rotates continuously
268
+ - **GradientRing** - Ring with a moving gradient that travels around its circumference
269
+ - **GradientBar** - Horizontal progress bar with a flowing gradient shimmer animation
270
+
271
+ ### Particle Components (2 components) ✨ *New in v4.0.0*
272
+
273
+ Particle-based loaders using CSS-positioned elements for dynamic visual effects:
274
+
275
+ - **ParticleBurst** - Particles that periodically burst outward from a central point and fade as they travel
276
+ - **ParticleOrbit** - Multiple particles floating in circular orbits around a central dot with staggered delays
277
+
251
278
  ## Hooks
252
279
 
253
280
  ### Loading State Management
@@ -0,0 +1,13 @@
1
+ import { GradientBarProps } from '../../types';
2
+ /**
3
+ * GradientBar - Progress bar with flowing animated gradient
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <GradientBar value={75} />
8
+ * <GradientBar /> // indeterminate
9
+ * <GradientBar value={100} onComplete={() => console.log('done')} />
10
+ * ```
11
+ */
12
+ export declare const GradientBar: import('react').ForwardRefExoticComponent<GradientBarProps & import('react').RefAttributes<HTMLDivElement>>;
13
+ //# sourceMappingURL=GradientBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GradientBar.d.ts","sourceRoot":"","sources":["../../../src/components/gradient/GradientBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW,6GAiGvB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { GradientRingProps } from '../../types';
2
+ /**
3
+ * GradientRing - Ring with a flowing multi-color gradient that travels around it
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <GradientRing />
8
+ * <GradientRing colors={['#f59e0b', '#ef4444', '#8b5cf6']} thickness={8} />
9
+ * ```
10
+ */
11
+ export declare const GradientRing: import('react').ForwardRefExoticComponent<GradientRingProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=GradientRing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GradientRing.d.ts","sourceRoot":"","sources":["../../../src/components/gradient/GradientRing.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,8GAyDxB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { GradientSpinnerProps } from '../../types';
2
+ /**
3
+ * GradientSpinner - Circular spinner with an animated conic gradient sweep
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <GradientSpinner />
8
+ * <GradientSpinner size={64} color="#f59e0b" secondaryColor="#ef4444" />
9
+ * ```
10
+ */
11
+ export declare const GradientSpinner: import('react').ForwardRefExoticComponent<GradientSpinnerProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=GradientSpinner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GradientSpinner.d.ts","sourceRoot":"","sources":["../../../src/components/gradient/GradientSpinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAGnD;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,iHAyD3B,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { GradientSpinner } from './GradientSpinner';
2
+ export { GradientRing } from './GradientRing';
3
+ export { GradientBar } from './GradientBar';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/gradient/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -14,4 +14,7 @@ export * from './text';
14
14
  export * from './3d';
15
15
  export * from './smart';
16
16
  export * from './accessibility';
17
+ export * from './morph';
18
+ export * from './gradient';
19
+ export * from './particle';
17
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAG3B,cAAc,WAAW,CAAC;AAG1B,cAAc,YAAY,CAAC;AAG3B,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAG1B,cAAc,UAAU,CAAC;AAGzB,cAAc,UAAU,CAAC;AAGzB,cAAc,cAAc,CAAC;AAG7B,cAAc,WAAW,CAAC;AAG1B,cAAc,SAAS,CAAC;AAGxB,cAAc,UAAU,CAAC;AAGzB,cAAc,YAAY,CAAC;AAG3B,cAAc,QAAQ,CAAC;AAGvB,cAAc,MAAM,CAAC;AAGrB,cAAc,SAAS,CAAC;AAGxB,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AACA,cAAc,YAAY,CAAC;AAG3B,cAAc,WAAW,CAAC;AAG1B,cAAc,YAAY,CAAC;AAG3B,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAG1B,cAAc,UAAU,CAAC;AAGzB,cAAc,UAAU,CAAC;AAGzB,cAAc,cAAc,CAAC;AAG7B,cAAc,WAAW,CAAC;AAG1B,cAAc,SAAS,CAAC;AAGxB,cAAc,UAAU,CAAC;AAGzB,cAAc,YAAY,CAAC;AAG3B,cAAc,QAAQ,CAAC;AAGvB,cAAc,MAAM,CAAC;AAGrB,cAAc,SAAS,CAAC;AAGxB,cAAc,iBAAiB,CAAC;AAGhC,cAAc,SAAS,CAAC;AAGxB,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { LiquidFillProps } from '../../types';
2
+ /**
3
+ * LiquidFill - Container that fills with animated liquid
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <LiquidFill value={60} />
8
+ * <LiquidFill value={100} onComplete={() => console.log('done')} />
9
+ * <LiquidFill /> // indeterminate
10
+ * ```
11
+ */
12
+ export declare const LiquidFill: import('react').ForwardRefExoticComponent<LiquidFillProps & import('react').RefAttributes<HTMLDivElement>>;
13
+ //# sourceMappingURL=LiquidFill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LiquidFill.d.ts","sourceRoot":"","sources":["../../../src/components/morph/LiquidFill.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C;;;;;;;;;GASG;AACH,eAAO,MAAM,UAAU,4GAuGtB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { MorphBlobProps } from '../../types';
2
+ /**
3
+ * MorphBlob - Organic blob that continuously morphs shape
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <MorphBlob color="#3b82f6" />
8
+ * <MorphBlob size={100} speed="slow" />
9
+ * ```
10
+ */
11
+ export declare const MorphBlob: import('react').ForwardRefExoticComponent<MorphBlobProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=MorphBlob.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MorphBlob.d.ts","sourceRoot":"","sources":["../../../src/components/morph/MorphBlob.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS,2GAgDrB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { WaveCircleProps } from '../../types';
2
+ /**
3
+ * WaveCircle - Concentric ripples expanding outward like a sonar pulse
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <WaveCircle color="#3b82f6" />
8
+ * <WaveCircle size={100} ringCount={4} />
9
+ * ```
10
+ */
11
+ export declare const WaveCircle: import('react').ForwardRefExoticComponent<WaveCircleProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=WaveCircle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WaveCircle.d.ts","sourceRoot":"","sources":["../../../src/components/morph/WaveCircle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAG9C;;;;;;;;GAQG;AACH,eAAO,MAAM,UAAU,4GA8DtB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { MorphBlob } from './MorphBlob';
2
+ export { LiquidFill } from './LiquidFill';
3
+ export { WaveCircle } from './WaveCircle';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/morph/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ParticleBurstProps } from '../../types';
2
+ /**
3
+ * ParticleBurst - Particles that burst outward from center and loop
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <ParticleBurst color="#3b82f6" />
8
+ * <ParticleBurst count={12} size={80} particleSize={8} />
9
+ * ```
10
+ */
11
+ export declare const ParticleBurst: import('react').ForwardRefExoticComponent<ParticleBurstProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=ParticleBurst.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParticleBurst.d.ts","sourceRoot":"","sources":["../../../src/components/particle/ParticleBurst.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,+GAuEzB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ParticleOrbitProps } from '../../types';
2
+ /**
3
+ * ParticleOrbit - Particles orbiting a central point with staggered animation offsets
4
+ *
5
+ * @example
6
+ * ```tsx
7
+ * <ParticleOrbit color="#3b82f6" />
8
+ * <ParticleOrbit count={6} size={80} centerColor="#ef4444" />
9
+ * ```
10
+ */
11
+ export declare const ParticleOrbit: import('react').ForwardRefExoticComponent<ParticleOrbitProps & import('react').RefAttributes<HTMLDivElement>>;
12
+ //# sourceMappingURL=ParticleOrbit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParticleOrbit.d.ts","sourceRoot":"","sources":["../../../src/components/particle/ParticleOrbit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,+GAqFzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { ParticleBurst } from './ParticleBurst';
2
+ export { ParticleOrbit } from './ParticleOrbit';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/particle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,WAAW,6GAwHvB,CAAC"}
1
+ {"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,WAAW,6GA4IvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressCircle.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressCircle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGlD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc,gHAiI1B,CAAC"}
1
+ {"version":3,"file":"ProgressCircle.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressCircle.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGlD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,cAAc,gHAqJ1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressRing.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressRing.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,8GA8IxB,CAAC"}
1
+ {"version":3,"file":"ProgressRing.d.ts","sourceRoot":"","sources":["../../../src/components/progress/ProgressRing.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,YAAY,8GAkKxB,CAAC"}
package/dist/index.cjs CHANGED
@@ -54,7 +54,15 @@ const Helix = require("./index52.cjs");
54
54
  const PerspectiveRing = require("./index53.cjs");
55
55
  const FormFieldLoader = require("./index54.cjs");
56
56
  const LiveRegion = require("./index55.cjs");
57
- const version = "3.1.1";
57
+ const MorphBlob = require("./index56.cjs");
58
+ const LiquidFill = require("./index57.cjs");
59
+ const WaveCircle = require("./index58.cjs");
60
+ const GradientSpinner = require("./index59.cjs");
61
+ const GradientRing = require("./index60.cjs");
62
+ const GradientBar = require("./index61.cjs");
63
+ const ParticleBurst = require("./index62.cjs");
64
+ const ParticleOrbit = require("./index63.cjs");
65
+ const version = "4.0.0";
58
66
  exports.cn = classNames.cn;
59
67
  exports.getAnimationDuration = colors.getAnimationDuration;
60
68
  exports.normalizeSize = colors.normalizeSize;
@@ -110,4 +118,12 @@ exports.Helix = Helix.Helix;
110
118
  exports.PerspectiveRing = PerspectiveRing.PerspectiveRing;
111
119
  exports.FormFieldLoader = FormFieldLoader.FormFieldLoader;
112
120
  exports.LiveRegion = LiveRegion.LiveRegion;
121
+ exports.MorphBlob = MorphBlob.MorphBlob;
122
+ exports.LiquidFill = LiquidFill.LiquidFill;
123
+ exports.WaveCircle = WaveCircle.WaveCircle;
124
+ exports.GradientSpinner = GradientSpinner.GradientSpinner;
125
+ exports.GradientRing = GradientRing.GradientRing;
126
+ exports.GradientBar = GradientBar.GradientBar;
127
+ exports.ParticleBurst = ParticleBurst.ParticleBurst;
128
+ exports.ParticleOrbit = ParticleOrbit.ParticleOrbit;
113
129
  exports.version = version;
package/dist/index.d.ts CHANGED
@@ -6,5 +6,5 @@ export { useLoader } from './hooks';
6
6
  export type { UseLoaderOptions, UseLoaderReturn } from './hooks';
7
7
  export { cn } from './utils/classNames';
8
8
  export { getAnimationDuration, normalizeSize } from './utils/colors';
9
- export declare const version = "3.1.1";
9
+ export declare const version = "4.0.0";
10
10
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -52,7 +52,15 @@ import { Helix } from "./index52.js";
52
52
  import { PerspectiveRing } from "./index53.js";
53
53
  import { FormFieldLoader } from "./index54.js";
54
54
  import { LiveRegion } from "./index55.js";
55
- const version = "3.1.1";
55
+ import { MorphBlob } from "./index56.js";
56
+ import { LiquidFill } from "./index57.js";
57
+ import { WaveCircle } from "./index58.js";
58
+ import { GradientSpinner } from "./index59.js";
59
+ import { GradientRing } from "./index60.js";
60
+ import { GradientBar } from "./index61.js";
61
+ import { ParticleBurst } from "./index62.js";
62
+ import { ParticleOrbit } from "./index63.js";
63
+ const version = "4.0.0";
56
64
  export {
57
65
  AtomLoader,
58
66
  BouncingBalls,
@@ -63,15 +71,22 @@ export {
63
71
  ErrorIndicator,
64
72
  FlipCard,
65
73
  FormFieldLoader,
74
+ GradientBar,
75
+ GradientRing,
76
+ GradientSpinner,
66
77
  Helix,
67
78
  InfinityLoader,
79
+ LiquidFill,
68
80
  LiveRegion,
69
81
  LoaderOverlay,
70
82
  LoaderTransition,
71
83
  LoadingText,
72
84
  MobiusLoader,
85
+ MorphBlob,
73
86
  OrbitDots,
74
87
  OrbitRings,
88
+ ParticleBurst,
89
+ ParticleOrbit,
75
90
  PerspectiveRing,
76
91
  PlaneRotate,
77
92
  ProgressBar,
@@ -104,6 +119,7 @@ export {
104
119
  SuccessCheckmark,
105
120
  ThemeProvider,
106
121
  TypingIndicator,
122
+ WaveCircle,
107
123
  cn,
108
124
  getAnimationDuration,
109
125
  normalizeSize,
package/dist/index10.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const SkeletonImage = react.forwardRef(
8
8
  ({
9
9
  width = "100%",
package/dist/index10.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
- import { useLoaderVisibility } from "./index56.js";
4
+ import { useLoaderVisibility } from "./index64.js";
5
5
  const SkeletonImage = forwardRef(
6
6
  ({
7
7
  width = "100%",
package/dist/index11.cjs CHANGED
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
6
  const SkeletonAvatar = require("./index9.cjs");
7
- const hooks = require("./index56.cjs");
7
+ const hooks = require("./index64.cjs");
8
8
  const classNames = require("./index3.cjs");
9
9
  const SkeletonCard = react.forwardRef(
10
10
  ({
package/dist/index11.js CHANGED
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
4
  import { SkeletonAvatar } from "./index9.js";
5
- import { useLoaderVisibility } from "./index56.js";
5
+ import { useLoaderVisibility } from "./index64.js";
6
6
  import { cn } from "./index3.js";
7
7
  const SkeletonCard = forwardRef(
8
8
  ({
package/dist/index12.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const classNames = require("./index3.cjs");
9
9
  const SkeletonList = react.forwardRef(
package/dist/index12.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
- import { useLoaderVisibility } from "./index56.js";
4
+ import { useLoaderVisibility } from "./index64.js";
5
5
  import { normalizeSize } from "./index4.js";
6
6
  import { cn } from "./index3.js";
7
7
  const SkeletonList = forwardRef(
package/dist/index13.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const classNames = require("./index3.cjs");
8
8
  const SkeletonTable = react.forwardRef(
9
9
  ({
package/dist/index13.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
- import { useLoaderVisibility } from "./index56.js";
4
+ import { useLoaderVisibility } from "./index64.js";
5
5
  import { cn } from "./index3.js";
6
6
  const SkeletonTable = forwardRef(
7
7
  ({
package/dist/index14.cjs CHANGED
@@ -5,7 +5,7 @@ const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
6
  const SkeletonText = require("./index8.cjs");
7
7
  const SkeletonAvatar = require("./index9.cjs");
8
- const hooks = require("./index56.cjs");
8
+ const hooks = require("./index64.cjs");
9
9
  const classNames = require("./index3.cjs");
10
10
  const SkeletonPage = react.forwardRef(
11
11
  ({
package/dist/index14.js CHANGED
@@ -3,7 +3,7 @@ import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
4
  import { SkeletonText } from "./index8.js";
5
5
  import { SkeletonAvatar } from "./index9.js";
6
- import { useLoaderVisibility } from "./index56.js";
6
+ import { useLoaderVisibility } from "./index64.js";
7
7
  import { cn } from "./index3.js";
8
8
  const SkeletonPage = forwardRef(
9
9
  ({
package/dist/index15.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const classNames = require("./index3.cjs");
9
9
  const SkeletonForm = react.forwardRef(
package/dist/index15.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
- import { useLoaderVisibility } from "./index56.js";
4
+ import { useLoaderVisibility } from "./index64.js";
5
5
  import { normalizeSize } from "./index4.js";
6
6
  import { cn } from "./index3.js";
7
7
  const SkeletonForm = forwardRef(
package/dist/index17.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const Skeleton = require("./index7.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const classNames = require("./index3.cjs");
8
8
  const DataTableSkeleton = react.forwardRef(
9
9
  ({
package/dist/index17.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { Skeleton } from "./index7.js";
4
- import { useLoaderVisibility } from "./index56.js";
4
+ import { useLoaderVisibility } from "./index64.js";
5
5
  import { cn } from "./index3.js";
6
6
  const DataTableSkeleton = forwardRef(
7
7
  ({
package/dist/index18.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const classNames = require("./index3.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const SpinnerCircle = react.forwardRef(
package/dist/index18.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
3
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
4
4
  import { cn } from "./index3.js";
5
5
  import { normalizeSize } from "./index4.js";
6
6
  const SpinnerCircle = forwardRef(
package/dist/index19.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const classNames = require("./index3.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const SpinnerRing = react.forwardRef(
package/dist/index19.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
3
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
4
4
  import { cn } from "./index3.js";
5
5
  import { normalizeSize } from "./index4.js";
6
6
  const SpinnerRing = forwardRef(
package/dist/index20.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
5
  const colors = require("./index4.cjs");
6
- const hooks = require("./index56.cjs");
6
+ const hooks = require("./index64.cjs");
7
7
  const classNames = require("./index3.cjs");
8
8
  const SpinnerDots = react.forwardRef(
9
9
  ({
package/dist/index20.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
3
  import { normalizeSize, parseSizeToNumber } from "./index4.js";
4
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
4
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
5
5
  import { cn } from "./index3.js";
6
6
  const SpinnerDots = forwardRef(
7
7
  ({
package/dist/index21.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const colors = require("./index4.cjs");
7
7
  const classNames = require("./index3.cjs");
8
8
  const SpinnerBars = react.forwardRef(
package/dist/index21.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
3
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
4
4
  import { normalizeSize, parseSizeToNumber } from "./index4.js";
5
5
  import { cn } from "./index3.js";
6
6
  const SpinnerBars = forwardRef(
package/dist/index22.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const classNames = require("./index3.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const SpinnerGrid = react.forwardRef(
package/dist/index22.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
3
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
4
4
  import { cn } from "./index3.js";
5
5
  import { normalizeSize, parseSizeToNumber } from "./index4.js";
6
6
  const SpinnerGrid = forwardRef(
package/dist/index23.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const classNames = require("./index3.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const SpinnerWave = react.forwardRef(
package/dist/index23.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef } from "react";
3
- import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index56.js";
3
+ import { useReducedMotion, useLoaderVisibility, getEffectiveDuration } from "./index64.js";
4
4
  import { cn } from "./index3.js";
5
5
  import { normalizeSize } from "./index4.js";
6
6
  const SpinnerWave = forwardRef(
package/dist/index24.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const react = require("react");
5
- const hooks = require("./index56.cjs");
5
+ const hooks = require("./index64.cjs");
6
6
  const classNames = require("./index3.cjs");
7
7
  const colors = require("./index4.cjs");
8
8
  const SpinnerPulse = react.forwardRef(