loading-state-zoo 0.2.0 → 0.4.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/dist/react.d.cts CHANGED
@@ -43,6 +43,24 @@ declare const SKELETON_CARD_TAG = "lz-skeleton-card";
43
43
 
44
44
  declare const SKELETON_LIST_TAG = "lz-skeleton-list";
45
45
 
46
+ declare const IOS27_ORB_TAG = "lz-ios-27-orb";
47
+
48
+ declare const AI_ORB_TAG = "lz-ai-orb";
49
+
50
+ declare const AI_THINKING_TAG = "lz-ai-thinking";
51
+
52
+ declare const AI_NEURAL_TAG = "lz-ai-neural";
53
+
54
+ declare const WAVEFORM_TAG = "lz-waveform";
55
+
56
+ declare const VINYL_TAG = "lz-vinyl";
57
+
58
+ declare const SONAR_TAG = "lz-sonar";
59
+
60
+ declare const MUSIC_NOTE_TAG = "lz-music-note";
61
+
62
+ declare const ACTIVITY_RINGS_TAG = "lz-activity-rings";
63
+
46
64
  /**
47
65
  * Register every pattern as a custom element.
48
66
  * Safe to call repeatedly; duplicates are skipped.
@@ -100,6 +118,15 @@ declare module "react" {
100
118
  [PROGRESS_BAR_TAG]: LZElementAttrs;
101
119
  [SKELETON_CARD_TAG]: LZElementAttrs;
102
120
  [SKELETON_LIST_TAG]: LZElementAttrs;
121
+ [IOS27_ORB_TAG]: LZElementAttrs;
122
+ [AI_ORB_TAG]: LZElementAttrs;
123
+ [AI_THINKING_TAG]: LZElementAttrs;
124
+ [AI_NEURAL_TAG]: LZElementAttrs;
125
+ [WAVEFORM_TAG]: LZElementAttrs;
126
+ [VINYL_TAG]: LZElementAttrs;
127
+ [SONAR_TAG]: LZElementAttrs;
128
+ [MUSIC_NOTE_TAG]: LZElementAttrs;
129
+ [ACTIVITY_RINGS_TAG]: LZElementAttrs;
103
130
  }
104
131
  }
105
132
  }
@@ -304,6 +331,82 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
304
331
  declare namespace SkeletonList {
305
332
  var displayName: string;
306
333
  }
334
+ interface Ios27OrbProps {
335
+ size?: number;
336
+ accent?: string;
337
+ color?: string;
338
+ speed?: number;
339
+ className?: string;
340
+ style?: CSSProperties;
341
+ }
342
+ declare function Ios27Orb(props: Ios27OrbProps): react.JSX.Element;
343
+ declare namespace Ios27Orb {
344
+ var displayName: string;
345
+ }
346
+ interface AiOrbProps {
347
+ size?: number;
348
+ accent?: string;
349
+ color?: string;
350
+ speed?: number;
351
+ className?: string;
352
+ style?: CSSProperties;
353
+ }
354
+ declare function AiOrb(props: AiOrbProps): react.JSX.Element;
355
+ declare namespace AiOrb {
356
+ var displayName: string;
357
+ }
358
+ declare function AiThinking(props: Ios27OrbProps): react.JSX.Element;
359
+ declare namespace AiThinking {
360
+ var displayName: string;
361
+ }
362
+ interface AiNeuralProps extends LZCommonProps {
363
+ rows?: number;
364
+ cols?: number;
365
+ gap?: number;
366
+ }
367
+ declare function AiNeural(props: AiNeuralProps): react.JSX.Element;
368
+ declare namespace AiNeural {
369
+ var displayName: string;
370
+ }
371
+ interface WaveformProps extends LZCommonProps {
372
+ accent?: string;
373
+ count?: number;
374
+ barWidth?: number;
375
+ gap?: number;
376
+ }
377
+ declare function Waveform(props: WaveformProps): react.JSX.Element;
378
+ declare namespace Waveform {
379
+ var displayName: string;
380
+ }
381
+ declare function Vinyl(props: LZCommonProps & {
382
+ accent?: string;
383
+ }): react.JSX.Element;
384
+ declare namespace Vinyl {
385
+ var displayName: string;
386
+ }
387
+ interface SonarProps extends LZCommonProps {
388
+ accent?: string;
389
+ count?: number;
390
+ }
391
+ declare function Sonar(props: SonarProps): react.JSX.Element;
392
+ declare namespace Sonar {
393
+ var displayName: string;
394
+ }
395
+ interface MusicNoteProps extends LZCommonProps {
396
+ count?: number;
397
+ }
398
+ declare function MusicNote(props: MusicNoteProps): react.JSX.Element;
399
+ declare namespace MusicNote {
400
+ var displayName: string;
401
+ }
402
+ interface ActivityRingsProps extends LZCommonProps {
403
+ accent?: string;
404
+ colorWeak?: string;
405
+ }
406
+ declare function ActivityRings(props: ActivityRingsProps): react.JSX.Element;
407
+ declare namespace ActivityRings {
408
+ var displayName: string;
409
+ }
307
410
 
308
411
  declare global {
309
412
  interface HTMLElementTagNameMap {
@@ -328,7 +431,16 @@ declare global {
328
431
  [PROGRESS_BAR_TAG]: HTMLElement;
329
432
  [SKELETON_CARD_TAG]: HTMLElement;
330
433
  [SKELETON_LIST_TAG]: HTMLElement;
434
+ [IOS27_ORB_TAG]: HTMLElement;
435
+ [AI_ORB_TAG]: HTMLElement;
436
+ [AI_THINKING_TAG]: HTMLElement;
437
+ [AI_NEURAL_TAG]: HTMLElement;
438
+ [WAVEFORM_TAG]: HTMLElement;
439
+ [VINYL_TAG]: HTMLElement;
440
+ [SONAR_TAG]: HTMLElement;
441
+ [MUSIC_NOTE_TAG]: HTMLElement;
442
+ [ACTIVITY_RINGS_TAG]: HTMLElement;
331
443
  }
332
444
  }
333
445
 
334
- export { ArcSpinner, type ArcSpinnerProps, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingSquare, type MorphingSquareProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, ScanSweep, type ScanSweepProps, SkeletonCard, type SkeletonCardProps, SkeletonList, type SkeletonListProps, SkeletonShimmer, type SkeletonShimmerProps, TypingDots, WaveDots, defineAll };
446
+ export { ActivityRings, type ActivityRingsProps, AiNeural, type AiNeuralProps, AiOrb, type AiOrbProps, AiThinking, ArcSpinner, type ArcSpinnerProps, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, Ios27Orb, type Ios27OrbProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingSquare, type MorphingSquareProps, MusicNote, type MusicNoteProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, ScanSweep, type ScanSweepProps, SkeletonCard, type SkeletonCardProps, SkeletonList, type SkeletonListProps, SkeletonShimmer, type SkeletonShimmerProps, Sonar, type SonarProps, TypingDots, Vinyl, WaveDots, Waveform, type WaveformProps, defineAll };
package/dist/react.d.ts CHANGED
@@ -43,6 +43,24 @@ declare const SKELETON_CARD_TAG = "lz-skeleton-card";
43
43
 
44
44
  declare const SKELETON_LIST_TAG = "lz-skeleton-list";
45
45
 
46
+ declare const IOS27_ORB_TAG = "lz-ios-27-orb";
47
+
48
+ declare const AI_ORB_TAG = "lz-ai-orb";
49
+
50
+ declare const AI_THINKING_TAG = "lz-ai-thinking";
51
+
52
+ declare const AI_NEURAL_TAG = "lz-ai-neural";
53
+
54
+ declare const WAVEFORM_TAG = "lz-waveform";
55
+
56
+ declare const VINYL_TAG = "lz-vinyl";
57
+
58
+ declare const SONAR_TAG = "lz-sonar";
59
+
60
+ declare const MUSIC_NOTE_TAG = "lz-music-note";
61
+
62
+ declare const ACTIVITY_RINGS_TAG = "lz-activity-rings";
63
+
46
64
  /**
47
65
  * Register every pattern as a custom element.
48
66
  * Safe to call repeatedly; duplicates are skipped.
@@ -100,6 +118,15 @@ declare module "react" {
100
118
  [PROGRESS_BAR_TAG]: LZElementAttrs;
101
119
  [SKELETON_CARD_TAG]: LZElementAttrs;
102
120
  [SKELETON_LIST_TAG]: LZElementAttrs;
121
+ [IOS27_ORB_TAG]: LZElementAttrs;
122
+ [AI_ORB_TAG]: LZElementAttrs;
123
+ [AI_THINKING_TAG]: LZElementAttrs;
124
+ [AI_NEURAL_TAG]: LZElementAttrs;
125
+ [WAVEFORM_TAG]: LZElementAttrs;
126
+ [VINYL_TAG]: LZElementAttrs;
127
+ [SONAR_TAG]: LZElementAttrs;
128
+ [MUSIC_NOTE_TAG]: LZElementAttrs;
129
+ [ACTIVITY_RINGS_TAG]: LZElementAttrs;
103
130
  }
104
131
  }
105
132
  }
@@ -304,6 +331,82 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
304
331
  declare namespace SkeletonList {
305
332
  var displayName: string;
306
333
  }
334
+ interface Ios27OrbProps {
335
+ size?: number;
336
+ accent?: string;
337
+ color?: string;
338
+ speed?: number;
339
+ className?: string;
340
+ style?: CSSProperties;
341
+ }
342
+ declare function Ios27Orb(props: Ios27OrbProps): react.JSX.Element;
343
+ declare namespace Ios27Orb {
344
+ var displayName: string;
345
+ }
346
+ interface AiOrbProps {
347
+ size?: number;
348
+ accent?: string;
349
+ color?: string;
350
+ speed?: number;
351
+ className?: string;
352
+ style?: CSSProperties;
353
+ }
354
+ declare function AiOrb(props: AiOrbProps): react.JSX.Element;
355
+ declare namespace AiOrb {
356
+ var displayName: string;
357
+ }
358
+ declare function AiThinking(props: Ios27OrbProps): react.JSX.Element;
359
+ declare namespace AiThinking {
360
+ var displayName: string;
361
+ }
362
+ interface AiNeuralProps extends LZCommonProps {
363
+ rows?: number;
364
+ cols?: number;
365
+ gap?: number;
366
+ }
367
+ declare function AiNeural(props: AiNeuralProps): react.JSX.Element;
368
+ declare namespace AiNeural {
369
+ var displayName: string;
370
+ }
371
+ interface WaveformProps extends LZCommonProps {
372
+ accent?: string;
373
+ count?: number;
374
+ barWidth?: number;
375
+ gap?: number;
376
+ }
377
+ declare function Waveform(props: WaveformProps): react.JSX.Element;
378
+ declare namespace Waveform {
379
+ var displayName: string;
380
+ }
381
+ declare function Vinyl(props: LZCommonProps & {
382
+ accent?: string;
383
+ }): react.JSX.Element;
384
+ declare namespace Vinyl {
385
+ var displayName: string;
386
+ }
387
+ interface SonarProps extends LZCommonProps {
388
+ accent?: string;
389
+ count?: number;
390
+ }
391
+ declare function Sonar(props: SonarProps): react.JSX.Element;
392
+ declare namespace Sonar {
393
+ var displayName: string;
394
+ }
395
+ interface MusicNoteProps extends LZCommonProps {
396
+ count?: number;
397
+ }
398
+ declare function MusicNote(props: MusicNoteProps): react.JSX.Element;
399
+ declare namespace MusicNote {
400
+ var displayName: string;
401
+ }
402
+ interface ActivityRingsProps extends LZCommonProps {
403
+ accent?: string;
404
+ colorWeak?: string;
405
+ }
406
+ declare function ActivityRings(props: ActivityRingsProps): react.JSX.Element;
407
+ declare namespace ActivityRings {
408
+ var displayName: string;
409
+ }
307
410
 
308
411
  declare global {
309
412
  interface HTMLElementTagNameMap {
@@ -328,7 +431,16 @@ declare global {
328
431
  [PROGRESS_BAR_TAG]: HTMLElement;
329
432
  [SKELETON_CARD_TAG]: HTMLElement;
330
433
  [SKELETON_LIST_TAG]: HTMLElement;
434
+ [IOS27_ORB_TAG]: HTMLElement;
435
+ [AI_ORB_TAG]: HTMLElement;
436
+ [AI_THINKING_TAG]: HTMLElement;
437
+ [AI_NEURAL_TAG]: HTMLElement;
438
+ [WAVEFORM_TAG]: HTMLElement;
439
+ [VINYL_TAG]: HTMLElement;
440
+ [SONAR_TAG]: HTMLElement;
441
+ [MUSIC_NOTE_TAG]: HTMLElement;
442
+ [ACTIVITY_RINGS_TAG]: HTMLElement;
331
443
  }
332
444
  }
333
445
 
334
- export { ArcSpinner, type ArcSpinnerProps, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingSquare, type MorphingSquareProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, ScanSweep, type ScanSweepProps, SkeletonCard, type SkeletonCardProps, SkeletonList, type SkeletonListProps, SkeletonShimmer, type SkeletonShimmerProps, TypingDots, WaveDots, defineAll };
446
+ export { ActivityRings, type ActivityRingsProps, AiNeural, type AiNeuralProps, AiOrb, type AiOrbProps, AiThinking, ArcSpinner, type ArcSpinnerProps, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, Ios27Orb, type Ios27OrbProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingSquare, type MorphingSquareProps, MusicNote, type MusicNoteProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, ScanSweep, type ScanSweepProps, SkeletonCard, type SkeletonCardProps, SkeletonList, type SkeletonListProps, SkeletonShimmer, type SkeletonShimmerProps, Sonar, type SonarProps, TypingDots, Vinyl, WaveDots, Waveform, type WaveformProps, defineAll };