premium-react-loaders 3.1.1 → 4.1.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 +30 -3
- package/dist/components/gradient/GradientBar.d.ts +13 -0
- package/dist/components/gradient/GradientBar.d.ts.map +1 -0
- package/dist/components/gradient/GradientRing.d.ts +12 -0
- package/dist/components/gradient/GradientRing.d.ts.map +1 -0
- package/dist/components/gradient/GradientSpinner.d.ts +12 -0
- package/dist/components/gradient/GradientSpinner.d.ts.map +1 -0
- package/dist/components/gradient/index.d.ts +4 -0
- package/dist/components/gradient/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/morph/LiquidFill.d.ts +13 -0
- package/dist/components/morph/LiquidFill.d.ts.map +1 -0
- package/dist/components/morph/MorphBlob.d.ts +12 -0
- package/dist/components/morph/MorphBlob.d.ts.map +1 -0
- package/dist/components/morph/WaveCircle.d.ts +12 -0
- package/dist/components/morph/WaveCircle.d.ts.map +1 -0
- package/dist/components/morph/index.d.ts +4 -0
- package/dist/components/morph/index.d.ts.map +1 -0
- package/dist/components/neon/NeonPulse.d.ts +12 -0
- package/dist/components/neon/NeonPulse.d.ts.map +1 -0
- package/dist/components/neon/NeonSpinner.d.ts +12 -0
- package/dist/components/neon/NeonSpinner.d.ts.map +1 -0
- package/dist/components/neon/NeonText.d.ts +12 -0
- package/dist/components/neon/NeonText.d.ts.map +1 -0
- package/dist/components/neon/index.d.ts +4 -0
- package/dist/components/neon/index.d.ts.map +1 -0
- package/dist/components/particle/ParticleBurst.d.ts +12 -0
- package/dist/components/particle/ParticleBurst.d.ts.map +1 -0
- package/dist/components/particle/ParticleField.d.ts +3 -0
- package/dist/components/particle/ParticleField.d.ts.map +1 -0
- package/dist/components/particle/ParticleOrbit.d.ts +12 -0
- package/dist/components/particle/ParticleOrbit.d.ts.map +1 -0
- package/dist/components/particle/ParticleTrail.d.ts +12 -0
- package/dist/components/particle/ParticleTrail.d.ts.map +1 -0
- package/dist/components/particle/index.d.ts +5 -0
- package/dist/components/particle/index.d.ts.map +1 -0
- package/dist/components/progress/ProgressBar.d.ts.map +1 -1
- package/dist/components/progress/ProgressCircle.d.ts.map +1 -1
- package/dist/components/progress/ProgressRing.d.ts.map +1 -1
- package/dist/components/status/InfoIndicator.d.ts +29 -0
- package/dist/components/status/InfoIndicator.d.ts.map +1 -0
- package/dist/components/status/WarningIndicator.d.ts +29 -0
- package/dist/components/status/WarningIndicator.d.ts.map +1 -0
- package/dist/components/status/index.d.ts +2 -0
- package/dist/components/status/index.d.ts.map +1 -1
- package/dist/index.cjs +50 -20
- package/dist/index.d.ts +1 -1
- package/dist/index.js +50 -20
- package/dist/index10.cjs +1 -1
- package/dist/index10.js +1 -1
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +1 -1
- package/dist/index12.cjs +1 -1
- package/dist/index12.js +1 -1
- package/dist/index13.cjs +1 -1
- package/dist/index13.js +1 -1
- package/dist/index14.cjs +1 -1
- package/dist/index14.js +1 -1
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +1 -1
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +1 -1
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +1 -1
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +1 -1
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +1 -1
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +1 -1
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.cjs +1 -1
- package/dist/index23.js +1 -1
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +1 -1
- package/dist/index25.cjs +17 -2
- package/dist/index25.js +18 -3
- package/dist/index26.cjs +17 -2
- package/dist/index26.js +18 -3
- package/dist/index27.cjs +17 -2
- package/dist/index27.js +18 -3
- package/dist/index28.cjs +1 -1
- package/dist/index28.js +1 -1
- package/dist/index29.cjs +1 -1
- package/dist/index29.js +1 -1
- package/dist/index30.cjs +1 -1
- package/dist/index30.js +1 -1
- package/dist/index31.cjs +1 -1
- package/dist/index31.js +1 -1
- package/dist/index32.cjs +1 -1
- package/dist/index32.js +1 -1
- package/dist/index33.cjs +1 -1
- package/dist/index33.js +1 -1
- package/dist/index34.cjs +1 -1
- package/dist/index34.js +1 -1
- package/dist/index35.cjs +1 -1
- package/dist/index35.js +1 -1
- package/dist/index36.cjs +1 -1
- package/dist/index36.js +1 -1
- package/dist/index37.cjs +59 -145
- package/dist/index37.js +61 -147
- package/dist/index38.cjs +32 -53
- package/dist/index38.js +33 -54
- package/dist/index39.cjs +138 -84
- package/dist/index39.js +140 -86
- package/dist/index4.cjs +10 -0
- package/dist/index4.js +10 -0
- package/dist/index40.cjs +33 -106
- package/dist/index40.js +34 -107
- package/dist/index41.cjs +66 -50
- package/dist/index41.js +66 -50
- package/dist/index42.cjs +123 -44
- package/dist/index42.js +124 -45
- package/dist/index43.cjs +43 -85
- package/dist/index43.js +44 -86
- package/dist/index44.cjs +35 -27
- package/dist/index44.js +35 -27
- package/dist/index45.cjs +87 -58
- package/dist/index45.js +87 -58
- package/dist/index46.cjs +35 -88
- package/dist/index46.js +36 -89
- package/dist/index47.cjs +62 -58
- package/dist/index47.js +63 -59
- package/dist/index48.cjs +87 -110
- package/dist/index48.js +88 -111
- package/dist/index49.cjs +48 -109
- package/dist/index49.js +49 -110
- package/dist/index50.cjs +110 -62
- package/dist/index50.js +111 -63
- package/dist/index51.cjs +104 -49
- package/dist/index51.js +104 -49
- package/dist/index52.cjs +43 -77
- package/dist/index52.js +44 -78
- package/dist/index53.cjs +56 -56
- package/dist/index53.js +56 -56
- package/dist/index54.cjs +104 -149
- package/dist/index54.js +106 -151
- package/dist/index55.cjs +97 -38
- package/dist/index55.js +99 -40
- package/dist/index56.cjs +184 -120
- package/dist/index56.js +185 -121
- package/dist/index57.cjs +53 -0
- package/dist/index57.js +53 -0
- package/dist/index58.cjs +55 -0
- package/dist/index58.js +55 -0
- package/dist/index59.cjs +119 -0
- package/dist/index59.js +119 -0
- package/dist/index60.cjs +70 -0
- package/dist/index60.js +70 -0
- package/dist/index61.cjs +66 -0
- package/dist/index61.js +66 -0
- package/dist/index62.cjs +68 -0
- package/dist/index62.js +68 -0
- package/dist/index63.cjs +99 -0
- package/dist/index63.js +99 -0
- package/dist/index64.cjs +75 -0
- package/dist/index64.js +75 -0
- package/dist/index65.cjs +92 -0
- package/dist/index65.js +92 -0
- package/dist/index66.cjs +76 -0
- package/dist/index66.js +76 -0
- package/dist/index67.cjs +76 -0
- package/dist/index67.js +76 -0
- package/dist/index68.cjs +64 -0
- package/dist/index68.js +64 -0
- package/dist/index69.cjs +60 -0
- package/dist/index69.js +60 -0
- package/dist/index7.cjs +1 -1
- package/dist/index7.js +1 -1
- package/dist/index70.cjs +57 -0
- package/dist/index70.js +57 -0
- package/dist/index71.cjs +125 -0
- package/dist/index71.js +125 -0
- package/dist/index8.cjs +1 -1
- package/dist/index8.js +1 -1
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +1 -1
- package/dist/premium-react-loaders.css +126 -0
- package/dist/types/gradient.d.ts +38 -0
- package/dist/types/gradient.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/morph.d.ts +28 -0
- package/dist/types/morph.d.ts.map +1 -0
- package/dist/types/neon.d.ts +26 -0
- package/dist/types/neon.d.ts.map +1 -0
- package/dist/types/particle.d.ts +40 -0
- package/dist/types/particle.d.ts.map +1 -0
- package/dist/types/progress.d.ts +6 -0
- package/dist/types/progress.d.ts.map +1 -1
- package/dist/types/status.d.ts +30 -0
- package/dist/types/status.d.ts.map +1 -1
- package/dist/utils/colors.d.ts +5 -0
- package/dist/utils/colors.d.ts.map +1 -1
- 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 **
|
|
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
|
[](https://www.npmjs.com/package/premium-react-loaders)
|
|
6
6
|
[](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
|
|
14
|
+
See all 58+ components in action with interactive examples and customization options.
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
- **
|
|
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 @@
|
|
|
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,8 @@ 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';
|
|
20
|
+
export * from './neon';
|
|
17
21
|
//# 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;AAG3B,cAAc,QAAQ,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 @@
|
|
|
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 { NeonPulseProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* NeonPulse - A glowing pulsing ring with neon effect
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```tsx
|
|
7
|
+
* <NeonPulse color="#3b82f6" />
|
|
8
|
+
* <NeonPulse size={80} glowIntensity="high" speed="fast" />
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare const NeonPulse: import('react').ForwardRefExoticComponent<NeonPulseProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=NeonPulse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NeonPulse.d.ts","sourceRoot":"","sources":["../../../src/components/neon/NeonPulse.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAS7C;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS,2GAqDrB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { NeonSpinnerProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* NeonSpinner - A rotating spinner with neon glow effect
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```tsx
|
|
7
|
+
* <NeonSpinner color="#a855f7" />
|
|
8
|
+
* <NeonSpinner size={80} thickness={6} speed="fast" />
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare const NeonSpinner: import('react').ForwardRefExoticComponent<NeonSpinnerProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=NeonSpinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NeonSpinner.d.ts","sourceRoot":"","sources":["../../../src/components/neon/NeonSpinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG/C;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW,6GAsDvB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { NeonTextProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* NeonText - Glowing neon text with animation
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```tsx
|
|
7
|
+
* <NeonText text="LOADING" color="#22d3ee" />
|
|
8
|
+
* <NeonText text="READY" color="#ec4899" fontSize={24} speed="fast" />
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare const NeonText: import('react').ForwardRefExoticComponent<NeonTextProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=NeonText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NeonText.d.ts","sourceRoot":"","sources":["../../../src/components/neon/NeonText.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG5C;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,0GAmDpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/neon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,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 @@
|
|
|
1
|
+
{"version":3,"file":"ParticleField.d.ts","sourceRoot":"","sources":["../../../src/components/particle/ParticleField.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,eAAO,MAAM,aAAa,+GA0EzB,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,12 @@
|
|
|
1
|
+
import { ParticleTrailProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* ParticleTrail - Particles in trailing circular orbit with decreasing opacity and size
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* ```tsx
|
|
7
|
+
* <ParticleTrail color="#3b82f6" />
|
|
8
|
+
* <ParticleTrail count={8} size={80} />
|
|
9
|
+
* ```
|
|
10
|
+
*/
|
|
11
|
+
export declare const ParticleTrail: import('react').ForwardRefExoticComponent<ParticleTrailProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
|
+
//# sourceMappingURL=ParticleTrail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticleTrail.d.ts","sourceRoot":"","sources":["../../../src/components/particle/ParticleTrail.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,+GAwEzB,CAAC"}
|
|
@@ -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;AAChD,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,
|
|
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,
|
|
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,
|
|
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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { InfoIndicatorProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* InfoIndicator - Animated info indicator with circle and information mark
|
|
4
|
+
*
|
|
5
|
+
* Displays an animated info icon with a circle and "i" mark, perfect for showing
|
|
6
|
+
* information, hints, or notice states.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* // Simple info indicator
|
|
11
|
+
* <InfoIndicator visible={hasInfo} />
|
|
12
|
+
*
|
|
13
|
+
* // With pulse glow effect
|
|
14
|
+
* <InfoIndicator
|
|
15
|
+
* visible={hasInfo}
|
|
16
|
+
* pulse
|
|
17
|
+
* />
|
|
18
|
+
*
|
|
19
|
+
* // Custom size, color and duration
|
|
20
|
+
* <InfoIndicator
|
|
21
|
+
* visible={hasInfo}
|
|
22
|
+
* size={64}
|
|
23
|
+
* color="#3b82f6"
|
|
24
|
+
* duration={600}
|
|
25
|
+
* />
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare const InfoIndicator: import('react').ForwardRefExoticComponent<InfoIndicatorProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
29
|
+
//# sourceMappingURL=InfoIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/status/InfoIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,aAAa,+GAiEzB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { WarningIndicatorProps } from '../../types';
|
|
2
|
+
/**
|
|
3
|
+
* WarningIndicator - Animated warning indicator with triangle and exclamation mark
|
|
4
|
+
*
|
|
5
|
+
* Displays an animated warning triangle with an exclamation mark, perfect for showing
|
|
6
|
+
* warnings, alerts, or caution states.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* ```tsx
|
|
10
|
+
* // Simple warning indicator
|
|
11
|
+
* <WarningIndicator visible={hasWarning} />
|
|
12
|
+
*
|
|
13
|
+
* // With shake animation
|
|
14
|
+
* <WarningIndicator
|
|
15
|
+
* visible={hasWarning}
|
|
16
|
+
* shake
|
|
17
|
+
* />
|
|
18
|
+
*
|
|
19
|
+
* // Custom size, color and duration
|
|
20
|
+
* <WarningIndicator
|
|
21
|
+
* visible={hasWarning}
|
|
22
|
+
* size={64}
|
|
23
|
+
* color="#f97316"
|
|
24
|
+
* duration={600}
|
|
25
|
+
* />
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare const WarningIndicator: import('react').ForwardRefExoticComponent<WarningIndicatorProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
29
|
+
//# sourceMappingURL=WarningIndicator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WarningIndicator.d.ts","sourceRoot":"","sources":["../../../src/components/status/WarningIndicator.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAGpD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,gBAAgB,kHAiE5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/status/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/status/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -35,26 +35,41 @@ const LoaderOverlay = require("./index33.cjs");
|
|
|
35
35
|
const ButtonSpinner = require("./index34.cjs");
|
|
36
36
|
const SuccessCheckmark = require("./index35.cjs");
|
|
37
37
|
const ErrorIndicator = require("./index36.cjs");
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
38
|
+
const WarningIndicator = require("./index37.cjs");
|
|
39
|
+
const InfoIndicator = require("./index38.cjs");
|
|
40
|
+
const LoaderTransition = require("./index39.cjs");
|
|
41
|
+
const ShimmerBox = require("./index40.cjs");
|
|
42
|
+
const ShimmerText = require("./index41.cjs");
|
|
43
|
+
const ShimmerButton = require("./index42.cjs");
|
|
44
|
+
const OrbitDots = require("./index43.cjs");
|
|
45
|
+
const OrbitRings = require("./index44.cjs");
|
|
46
|
+
const AtomLoader = require("./index45.cjs");
|
|
47
|
+
const BouncingDots = require("./index46.cjs");
|
|
48
|
+
const BouncingBalls = require("./index47.cjs");
|
|
49
|
+
const InfinityLoader = require("./index48.cjs");
|
|
50
|
+
const MobiusLoader = require("./index49.cjs");
|
|
51
|
+
const LoadingText = require("./index50.cjs");
|
|
52
|
+
const CubeSpinner = require("./index51.cjs");
|
|
53
|
+
const FlipCard = require("./index52.cjs");
|
|
54
|
+
const PlaneRotate = require("./index53.cjs");
|
|
55
|
+
const Helix = require("./index54.cjs");
|
|
56
|
+
const PerspectiveRing = require("./index55.cjs");
|
|
57
|
+
const FormFieldLoader = require("./index56.cjs");
|
|
58
|
+
const LiveRegion = require("./index57.cjs");
|
|
59
|
+
const MorphBlob = require("./index58.cjs");
|
|
60
|
+
const LiquidFill = require("./index59.cjs");
|
|
61
|
+
const WaveCircle = require("./index60.cjs");
|
|
62
|
+
const GradientSpinner = require("./index61.cjs");
|
|
63
|
+
const GradientRing = require("./index62.cjs");
|
|
64
|
+
const GradientBar = require("./index63.cjs");
|
|
65
|
+
const ParticleBurst = require("./index64.cjs");
|
|
66
|
+
const ParticleOrbit = require("./index65.cjs");
|
|
67
|
+
const ParticleTrail = require("./index66.cjs");
|
|
68
|
+
const ParticleField = require("./index67.cjs");
|
|
69
|
+
const NeonPulse = require("./index68.cjs");
|
|
70
|
+
const NeonSpinner = require("./index69.cjs");
|
|
71
|
+
const NeonText = require("./index70.cjs");
|
|
72
|
+
const version = "4.0.0";
|
|
58
73
|
exports.cn = classNames.cn;
|
|
59
74
|
exports.getAnimationDuration = colors.getAnimationDuration;
|
|
60
75
|
exports.normalizeSize = colors.normalizeSize;
|
|
@@ -91,6 +106,8 @@ exports.LoaderOverlay = LoaderOverlay.LoaderOverlay;
|
|
|
91
106
|
exports.ButtonSpinner = ButtonSpinner.ButtonSpinner;
|
|
92
107
|
exports.SuccessCheckmark = SuccessCheckmark.SuccessCheckmark;
|
|
93
108
|
exports.ErrorIndicator = ErrorIndicator.ErrorIndicator;
|
|
109
|
+
exports.WarningIndicator = WarningIndicator.WarningIndicator;
|
|
110
|
+
exports.InfoIndicator = InfoIndicator.InfoIndicator;
|
|
94
111
|
exports.LoaderTransition = LoaderTransition.LoaderTransition;
|
|
95
112
|
exports.ShimmerBox = ShimmerBox.ShimmerBox;
|
|
96
113
|
exports.ShimmerText = ShimmerText.ShimmerText;
|
|
@@ -110,4 +127,17 @@ exports.Helix = Helix.Helix;
|
|
|
110
127
|
exports.PerspectiveRing = PerspectiveRing.PerspectiveRing;
|
|
111
128
|
exports.FormFieldLoader = FormFieldLoader.FormFieldLoader;
|
|
112
129
|
exports.LiveRegion = LiveRegion.LiveRegion;
|
|
130
|
+
exports.MorphBlob = MorphBlob.MorphBlob;
|
|
131
|
+
exports.LiquidFill = LiquidFill.LiquidFill;
|
|
132
|
+
exports.WaveCircle = WaveCircle.WaveCircle;
|
|
133
|
+
exports.GradientSpinner = GradientSpinner.GradientSpinner;
|
|
134
|
+
exports.GradientRing = GradientRing.GradientRing;
|
|
135
|
+
exports.GradientBar = GradientBar.GradientBar;
|
|
136
|
+
exports.ParticleBurst = ParticleBurst.ParticleBurst;
|
|
137
|
+
exports.ParticleOrbit = ParticleOrbit.ParticleOrbit;
|
|
138
|
+
exports.ParticleTrail = ParticleTrail.ParticleTrail;
|
|
139
|
+
exports.ParticleField = ParticleField.ParticleField;
|
|
140
|
+
exports.NeonPulse = NeonPulse.NeonPulse;
|
|
141
|
+
exports.NeonSpinner = NeonSpinner.NeonSpinner;
|
|
142
|
+
exports.NeonText = NeonText.NeonText;
|
|
113
143
|
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 = "
|
|
9
|
+
export declare const version = "4.0.0";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|