loading-state-zoo 0.3.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,18 +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 PULSING_ORB_TAG = "lz-pulsing-orb";
47
-
48
- declare const MORPHING_ORB_TAG = "lz-morphing-orb";
49
-
50
- declare const SIRI_ORB_TAG = "lz-siri-orb";
51
-
52
- declare const DOT_ORB_TAG = "lz-dot-orb";
53
-
54
- declare const PLANET_ORB_TAG = "lz-planet-orb";
55
-
56
- declare const AURA_ORB_TAG = "lz-aura-orb";
57
-
58
46
  declare const WAVEFORM_TAG = "lz-waveform";
59
47
 
60
48
  declare const VINYL_TAG = "lz-vinyl";
@@ -122,12 +110,6 @@ declare module "react" {
122
110
  [PROGRESS_BAR_TAG]: LZElementAttrs;
123
111
  [SKELETON_CARD_TAG]: LZElementAttrs;
124
112
  [SKELETON_LIST_TAG]: LZElementAttrs;
125
- [PULSING_ORB_TAG]: LZElementAttrs;
126
- [MORPHING_ORB_TAG]: LZElementAttrs;
127
- [SIRI_ORB_TAG]: LZElementAttrs;
128
- [DOT_ORB_TAG]: LZElementAttrs;
129
- [PLANET_ORB_TAG]: LZElementAttrs;
130
- [AURA_ORB_TAG]: LZElementAttrs;
131
113
  [WAVEFORM_TAG]: LZElementAttrs;
132
114
  [VINYL_TAG]: LZElementAttrs;
133
115
  [SONAR_TAG]: LZElementAttrs;
@@ -337,45 +319,6 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
337
319
  declare namespace SkeletonList {
338
320
  var displayName: string;
339
321
  }
340
- declare function PulsingOrb(props: LZCommonProps & {
341
- accent?: string;
342
- }): react.JSX.Element;
343
- declare namespace PulsingOrb {
344
- var displayName: string;
345
- }
346
- declare function MorphingOrb(props: LZCommonProps & {
347
- accent?: string;
348
- }): react.JSX.Element;
349
- declare namespace MorphingOrb {
350
- var displayName: string;
351
- }
352
- declare function SiriOrb(props: LZCommonProps & {
353
- accent?: string;
354
- }): react.JSX.Element;
355
- declare namespace SiriOrb {
356
- var displayName: string;
357
- }
358
- interface DotOrbProps extends LZCommonProps {
359
- count?: number;
360
- }
361
- declare function DotOrb(props: DotOrbProps): react.JSX.Element;
362
- declare namespace DotOrb {
363
- var displayName: string;
364
- }
365
- interface PlanetOrbProps extends LZCommonProps {
366
- accent?: string;
367
- count?: number;
368
- }
369
- declare function PlanetOrb(props: PlanetOrbProps): react.JSX.Element;
370
- declare namespace PlanetOrb {
371
- var displayName: string;
372
- }
373
- declare function AuraOrb(props: LZCommonProps & {
374
- accent?: string;
375
- }): react.JSX.Element;
376
- declare namespace AuraOrb {
377
- var displayName: string;
378
- }
379
322
  interface WaveformProps extends LZCommonProps {
380
323
  accent?: string;
381
324
  count?: number;
@@ -439,12 +382,6 @@ declare global {
439
382
  [PROGRESS_BAR_TAG]: HTMLElement;
440
383
  [SKELETON_CARD_TAG]: HTMLElement;
441
384
  [SKELETON_LIST_TAG]: HTMLElement;
442
- [PULSING_ORB_TAG]: HTMLElement;
443
- [MORPHING_ORB_TAG]: HTMLElement;
444
- [SIRI_ORB_TAG]: HTMLElement;
445
- [DOT_ORB_TAG]: HTMLElement;
446
- [PLANET_ORB_TAG]: HTMLElement;
447
- [AURA_ORB_TAG]: HTMLElement;
448
385
  [WAVEFORM_TAG]: HTMLElement;
449
386
  [VINYL_TAG]: HTMLElement;
450
387
  [SONAR_TAG]: HTMLElement;
@@ -453,4 +390,4 @@ declare global {
453
390
  }
454
391
  }
455
392
 
456
- export { ActivityRings, type ActivityRingsProps, ArcSpinner, type ArcSpinnerProps, AuraOrb, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, DotOrb, type DotOrbProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingOrb, MorphingSquare, type MorphingSquareProps, MusicNote, type MusicNoteProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, PlanetOrb, type PlanetOrbProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, PulsingOrb, ScanSweep, type ScanSweepProps, SiriOrb, 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,18 +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 PULSING_ORB_TAG = "lz-pulsing-orb";
47
-
48
- declare const MORPHING_ORB_TAG = "lz-morphing-orb";
49
-
50
- declare const SIRI_ORB_TAG = "lz-siri-orb";
51
-
52
- declare const DOT_ORB_TAG = "lz-dot-orb";
53
-
54
- declare const PLANET_ORB_TAG = "lz-planet-orb";
55
-
56
- declare const AURA_ORB_TAG = "lz-aura-orb";
57
-
58
46
  declare const WAVEFORM_TAG = "lz-waveform";
59
47
 
60
48
  declare const VINYL_TAG = "lz-vinyl";
@@ -122,12 +110,6 @@ declare module "react" {
122
110
  [PROGRESS_BAR_TAG]: LZElementAttrs;
123
111
  [SKELETON_CARD_TAG]: LZElementAttrs;
124
112
  [SKELETON_LIST_TAG]: LZElementAttrs;
125
- [PULSING_ORB_TAG]: LZElementAttrs;
126
- [MORPHING_ORB_TAG]: LZElementAttrs;
127
- [SIRI_ORB_TAG]: LZElementAttrs;
128
- [DOT_ORB_TAG]: LZElementAttrs;
129
- [PLANET_ORB_TAG]: LZElementAttrs;
130
- [AURA_ORB_TAG]: LZElementAttrs;
131
113
  [WAVEFORM_TAG]: LZElementAttrs;
132
114
  [VINYL_TAG]: LZElementAttrs;
133
115
  [SONAR_TAG]: LZElementAttrs;
@@ -337,45 +319,6 @@ declare function SkeletonList(props: SkeletonListProps): react.JSX.Element;
337
319
  declare namespace SkeletonList {
338
320
  var displayName: string;
339
321
  }
340
- declare function PulsingOrb(props: LZCommonProps & {
341
- accent?: string;
342
- }): react.JSX.Element;
343
- declare namespace PulsingOrb {
344
- var displayName: string;
345
- }
346
- declare function MorphingOrb(props: LZCommonProps & {
347
- accent?: string;
348
- }): react.JSX.Element;
349
- declare namespace MorphingOrb {
350
- var displayName: string;
351
- }
352
- declare function SiriOrb(props: LZCommonProps & {
353
- accent?: string;
354
- }): react.JSX.Element;
355
- declare namespace SiriOrb {
356
- var displayName: string;
357
- }
358
- interface DotOrbProps extends LZCommonProps {
359
- count?: number;
360
- }
361
- declare function DotOrb(props: DotOrbProps): react.JSX.Element;
362
- declare namespace DotOrb {
363
- var displayName: string;
364
- }
365
- interface PlanetOrbProps extends LZCommonProps {
366
- accent?: string;
367
- count?: number;
368
- }
369
- declare function PlanetOrb(props: PlanetOrbProps): react.JSX.Element;
370
- declare namespace PlanetOrb {
371
- var displayName: string;
372
- }
373
- declare function AuraOrb(props: LZCommonProps & {
374
- accent?: string;
375
- }): react.JSX.Element;
376
- declare namespace AuraOrb {
377
- var displayName: string;
378
- }
379
322
  interface WaveformProps extends LZCommonProps {
380
323
  accent?: string;
381
324
  count?: number;
@@ -439,12 +382,6 @@ declare global {
439
382
  [PROGRESS_BAR_TAG]: HTMLElement;
440
383
  [SKELETON_CARD_TAG]: HTMLElement;
441
384
  [SKELETON_LIST_TAG]: HTMLElement;
442
- [PULSING_ORB_TAG]: HTMLElement;
443
- [MORPHING_ORB_TAG]: HTMLElement;
444
- [SIRI_ORB_TAG]: HTMLElement;
445
- [DOT_ORB_TAG]: HTMLElement;
446
- [PLANET_ORB_TAG]: HTMLElement;
447
- [AURA_ORB_TAG]: HTMLElement;
448
385
  [WAVEFORM_TAG]: HTMLElement;
449
386
  [VINYL_TAG]: HTMLElement;
450
387
  [SONAR_TAG]: HTMLElement;
@@ -453,4 +390,4 @@ declare global {
453
390
  }
454
391
  }
455
392
 
456
- export { ActivityRings, type ActivityRingsProps, ArcSpinner, type ArcSpinnerProps, AuraOrb, BouncingDots, BreathingPulse, DotGridWave, type DotGridWaveProps, DotOrb, type DotOrbProps, Ellipsis, Equalizer, type EqualizerProps, Eyes, HelixDots, type HelixDotsProps, IndeterminateProgressBar, type IndeterminateProgressBarProps, type LZCommonProps, LZPattern as LoadingPattern, MaterialDoubleArc, type MaterialDoubleArcProps, MorphingOrb, MorphingSquare, type MorphingSquareProps, MusicNote, type MusicNoteProps, OrbitDots, OrbitRingDots, type OrbitRingDotsProps, PlanetOrb, type PlanetOrbProps, ProgressBar, type ProgressBarProps, ProgressRing, type ProgressRingProps, PulsingOrb, ScanSweep, type ScanSweepProps, SiriOrb, 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 };