loading-state-zoo 0.4.0 → 0.4.1

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,14 +43,6 @@ 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
46
  declare const WAVEFORM_TAG = "lz-waveform";
55
47
 
56
48
  declare const VINYL_TAG = "lz-vinyl";
@@ -118,10 +110,6 @@ declare module "react" {
118
110
  [PROGRESS_BAR_TAG]: LZElementAttrs;
119
111
  [SKELETON_CARD_TAG]: LZElementAttrs;
120
112
  [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
113
  [WAVEFORM_TAG]: LZElementAttrs;
126
114
  [VINYL_TAG]: LZElementAttrs;
127
115
  [SONAR_TAG]: LZElementAttrs;
@@ -331,43 +319,6 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
331
319
  declare namespace SkeletonList {
332
320
  var displayName: string;
333
321
  }
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
322
  interface WaveformProps extends LZCommonProps {
372
323
  accent?: string;
373
324
  count?: number;
@@ -431,10 +382,6 @@ declare global {
431
382
  [PROGRESS_BAR_TAG]: HTMLElement;
432
383
  [SKELETON_CARD_TAG]: HTMLElement;
433
384
  [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
385
  [WAVEFORM_TAG]: HTMLElement;
439
386
  [VINYL_TAG]: HTMLElement;
440
387
  [SONAR_TAG]: HTMLElement;
@@ -443,4 +390,4 @@ declare global {
443
390
  }
444
391
  }
445
392
 
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 };
393
+ export { ActivityRings, type ActivityRingsProps, 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, 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,14 +43,6 @@ 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
46
  declare const WAVEFORM_TAG = "lz-waveform";
55
47
 
56
48
  declare const VINYL_TAG = "lz-vinyl";
@@ -118,10 +110,6 @@ declare module "react" {
118
110
  [PROGRESS_BAR_TAG]: LZElementAttrs;
119
111
  [SKELETON_CARD_TAG]: LZElementAttrs;
120
112
  [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
113
  [WAVEFORM_TAG]: LZElementAttrs;
126
114
  [VINYL_TAG]: LZElementAttrs;
127
115
  [SONAR_TAG]: LZElementAttrs;
@@ -331,43 +319,6 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
331
319
  declare namespace SkeletonList {
332
320
  var displayName: string;
333
321
  }
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
322
  interface WaveformProps extends LZCommonProps {
372
323
  accent?: string;
373
324
  count?: number;
@@ -431,10 +382,6 @@ declare global {
431
382
  [PROGRESS_BAR_TAG]: HTMLElement;
432
383
  [SKELETON_CARD_TAG]: HTMLElement;
433
384
  [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
385
  [WAVEFORM_TAG]: HTMLElement;
439
386
  [VINYL_TAG]: HTMLElement;
440
387
  [SONAR_TAG]: HTMLElement;
@@ -443,4 +390,4 @@ declare global {
443
390
  }
444
391
  }
445
392
 
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 };
393
+ export { ActivityRings, type ActivityRingsProps, 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, 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 };