@tarsis/toolkit 0.1.3 → 0.1.4

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/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { default as default_2 } from 'react';
2
2
  import { FC } from 'react';
3
3
  import { JSX as JSX_2 } from 'react/jsx-runtime';
4
+ import { MotionValue } from 'framer-motion';
4
5
  import { MouseEvent as MouseEvent_2 } from 'react';
5
6
  import { MutableRefObject } from 'react';
6
7
  import { ReactNode } from 'react';
@@ -54,7 +55,7 @@ export declare const BoldHamburger: default_2.FC;
54
55
 
55
56
  export declare const BorderGradient: default_2.FC;
56
57
 
57
- export declare const BorderLink: default_2.FC<Props_42>;
58
+ export declare const BorderLink: default_2.FC<Props_43>;
58
59
 
59
60
  export declare const BouncyClock: default_2.FC;
60
61
 
@@ -74,7 +75,7 @@ export declare const ButtonShimmer: default_2.FC;
74
75
 
75
76
  export declare const ButtonWithDot: default_2.FC;
76
77
 
77
- export declare const CanOfDigits: default_2.FC<Props_46>;
78
+ export declare const CanOfDigits: default_2.FC<Props_47>;
78
79
 
79
80
  export declare const CaptionCard: default_2.FC<Props_28>;
80
81
 
@@ -116,11 +117,11 @@ export declare const Chips: default_2.FC;
116
117
 
117
118
  export declare const ChromaticAberration: default_2.FC;
118
119
 
119
- export declare const CircleDotsLoader: default_2.FC<Props_47>;
120
+ export declare const CircleDotsLoader: default_2.FC<Props_48>;
120
121
 
121
122
  export declare const CircleLinesAnimation: default_2.FC;
122
123
 
123
- export declare const CircleLink: default_2.FC<Props_43>;
124
+ export declare const CircleLink: default_2.FC<Props_44>;
124
125
 
125
126
  export declare const CircleParticles: default_2.FC;
126
127
 
@@ -182,7 +183,19 @@ export declare const DockButton: default_2.FC<Props_17>;
182
183
 
183
184
  export declare const DockHas: default_2.FC;
184
185
 
185
- export declare const DockMotion: default_2.FC<Props_39>;
186
+ export declare const DockMotion: typeof DockMotion_2 & {
187
+ Item: ExternalDockMotionItemSignature;
188
+ Divider: typeof DockMotionDivider;
189
+ Embedded: typeof DockMotionEmbedded;
190
+ };
191
+
192
+ declare const DockMotion_2: default_2.FC<Props_39>;
193
+
194
+ declare const DockMotionDivider: default_2.FC;
195
+
196
+ declare const DockMotionEmbedded: default_2.FC<{
197
+ children: default_2.ReactNode;
198
+ }>;
186
199
 
187
200
  export declare const DockY: default_2.FC;
188
201
 
@@ -192,7 +205,7 @@ export declare const DoubleArrowCollabButton: default_2.FC<Props_18>;
192
205
 
193
206
  export declare const DoubleStateButton: default_2.FC<Props_19>;
194
207
 
195
- export declare const DropdownMenu: FC<Props_51>;
208
+ export declare const DropdownMenu: FC<Props_52>;
196
209
 
197
210
  export declare const Duck: default_2.FC;
198
211
 
@@ -221,12 +234,14 @@ export declare const EmojiLayer: default_2.FC<EmojiDetailProps>;
221
234
 
222
235
  export declare const EndlessLoader: default_2.FC;
223
236
 
224
- export declare const EnlightenedText: default_2.FC<Props_56>;
237
+ export declare const EnlightenedText: default_2.FC<Props_57>;
225
238
 
226
239
  export declare const EnvelopeTile: default_2.FC<Props_30>;
227
240
 
228
241
  export declare const Expand: default_2.FC<Props_11>;
229
242
 
243
+ declare type ExternalDockMotionItemSignature = (props: Omit<Props_40, 'mouseX'> & Use) => JSX.Element;
244
+
230
245
  export declare const FadeUp: ({ children, delay, duration, once, }: {
231
246
  children: ReactNode;
232
247
  delay?: number;
@@ -316,9 +331,9 @@ export declare const GridViewTransition: default_2.FC;
316
331
 
317
332
  export declare const HamburgerMusic: default_2.FC;
318
333
 
319
- export declare const HamburgerX: default_2.FC<Props_40>;
334
+ export declare const HamburgerX: default_2.FC<Props_41>;
320
335
 
321
- export declare const Header: default_2.FC<Props_41>;
336
+ export declare const Header: default_2.FC<Props_42>;
322
337
 
323
338
  export declare const HeartFoldButton: default_2.FC;
324
339
 
@@ -344,7 +359,7 @@ export declare const InputFirework: default_2.FC;
344
359
 
345
360
  export declare const Ios15Button: default_2.FC;
346
361
 
347
- export declare const IosSwitch: default_2.FC<Props_53>;
362
+ export declare const IosSwitch: default_2.FC<Props_54>;
348
363
 
349
364
  declare interface Item {
350
365
  id: string;
@@ -365,7 +380,7 @@ export declare const ITEMS: {
365
380
  url: string;
366
381
  }[];
367
382
 
368
- export declare const JellyText: FC<Props_57>;
383
+ export declare const JellyText: FC<Props_58>;
369
384
 
370
385
  export declare const LandingXYScroll: default_2.FC;
371
386
 
@@ -432,7 +447,7 @@ export declare const NeumorphicLogo: default_2.FC;
432
447
 
433
448
  export declare const NeumorphicSlider: default_2.FC;
434
449
 
435
- export declare const NeuromorphicToggle: default_2.FC<Props_54>;
450
+ export declare const NeuromorphicToggle: default_2.FC<Props_55>;
436
451
 
437
452
  export declare const NewsletterInput: default_2.FC;
438
453
 
@@ -653,65 +668,76 @@ declare interface Props_4 {
653
668
  position?: 'static' | 'fixed';
654
669
  }
655
670
 
656
- declare interface Props_40 {
671
+ declare type Props_40 = default_2.HTMLAttributes<HTMLElement> & {
672
+ children: default_2.ReactNode;
673
+ key: string;
674
+ tooltip?: default_2.ReactNode;
675
+ bounce?: boolean;
676
+ mouseX: MotionValue<number | null>;
677
+ mute?: boolean;
678
+ type?: 'button' | 'block';
679
+ onClick?: (e: default_2.MouseEvent<HTMLElement>) => void;
680
+ } & Use;
681
+
682
+ declare interface Props_41 {
657
683
  isOpen: boolean;
658
684
  onClick?: () => void;
659
685
  className?: string;
660
686
  }
661
687
 
662
- declare interface Props_41 {
688
+ declare interface Props_42 {
663
689
  className?: string;
664
690
  contentClassName?: string;
665
691
  children: default_2.ReactNode;
666
692
  }
667
693
 
668
- declare type Props_42 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
669
-
670
694
  declare type Props_43 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
671
695
 
672
- declare interface Props_44 extends default_2.AnchorHTMLAttributes<any> {
696
+ declare type Props_44 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
697
+
698
+ declare interface Props_45 extends default_2.AnchorHTMLAttributes<any> {
673
699
  href: string;
674
700
  }
675
701
 
676
- declare interface Props_45 extends default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
702
+ declare interface Props_46 extends default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
677
703
  href: string;
678
704
  }
679
705
 
680
- declare interface Props_46 {
706
+ declare interface Props_47 {
681
707
  className?: string;
682
708
  controls?: boolean;
683
709
  initialValue?: number;
684
710
  }
685
711
 
686
- declare interface Props_47 {
712
+ declare interface Props_48 {
687
713
  type?: 'fade' | 'scale';
688
714
  }
689
715
 
690
- declare type Props_48 = {
716
+ declare type Props_49 = {
691
717
  className?: string;
692
718
  children?: string;
693
719
  };
694
720
 
695
- declare interface Props_49 {
721
+ declare type Props_5 = {
722
+ className?: string;
723
+ };
724
+
725
+ declare interface Props_50 {
696
726
  className?: string;
697
727
  onClick?: () => void;
698
728
  children?: default_2.ReactNode;
699
729
  }
700
730
 
701
- declare type Props_5 = {
702
- className?: string;
703
- };
704
-
705
- declare type Props_50 = {
731
+ declare type Props_51 = {
706
732
  status: 'success' | 'loading' | 'pending';
707
733
  };
708
734
 
709
- declare interface Props_51 {
735
+ declare interface Props_52 {
710
736
  items?: Item[];
711
737
  value?: Item['id'];
712
738
  }
713
739
 
714
- declare interface Props_52 {
740
+ declare interface Props_53 {
715
741
  items: Item_2[];
716
742
  onClick?: (id: string) => void;
717
743
  direction?: 'left' | 'right';
@@ -721,34 +747,30 @@ declare interface Props_52 {
721
747
  activeId?: string;
722
748
  }
723
749
 
724
- declare type Props_53 = default_2.DetailedHTMLProps<default_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
750
+ declare type Props_54 = default_2.DetailedHTMLProps<default_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
725
751
  className?: string;
726
752
  };
727
753
 
728
- declare interface Props_54 {
754
+ declare interface Props_55 {
729
755
  dark?: boolean;
730
756
  }
731
757
 
732
- declare type Props_55 = {
758
+ declare type Props_56 = {
733
759
  withText?: boolean;
734
760
  };
735
761
 
736
- declare interface Props_56 {
737
- children: default_2.ReactNode;
738
- }
739
-
740
762
  declare interface Props_57 {
741
- children: string;
742
- className?: string;
763
+ children: default_2.ReactNode;
743
764
  }
744
765
 
745
766
  declare interface Props_58 {
746
767
  children: string;
747
- reveal?: boolean;
768
+ className?: string;
748
769
  }
749
770
 
750
771
  declare interface Props_59 {
751
772
  children: string;
773
+ reveal?: boolean;
752
774
  }
753
775
 
754
776
  declare interface Props_6 {
@@ -759,11 +781,15 @@ declare interface Props_6 {
759
781
 
760
782
  declare interface Props_60 {
761
783
  children: string;
762
- className?: string;
763
784
  }
764
785
 
765
786
  declare interface Props_61 {
766
787
  children: string;
788
+ className?: string;
789
+ }
790
+
791
+ declare interface Props_62 {
792
+ children: string;
767
793
  }
768
794
 
769
795
  declare interface Props_7 {
@@ -788,7 +814,7 @@ export declare const QuickTimeClock: default_2.FC;
788
814
 
789
815
  export declare const RadialMenu: default_2.FC;
790
816
 
791
- export declare const RadialNavigation: default_2.FC<Props_52>;
817
+ export declare const RadialNavigation: default_2.FC<Props_53>;
792
818
 
793
819
  export declare const RadioHopping: FC;
794
820
 
@@ -800,7 +826,7 @@ export declare const RaysBackground: default_2.FC;
800
826
 
801
827
  export declare const RealisticSmoke: default_2.FC;
802
828
 
803
- export declare const RegularLink: default_2.ForwardRefExoticComponent<Props_44 & default_2.RefAttributes<HTMLAnchorElement>>;
829
+ export declare const RegularLink: default_2.ForwardRefExoticComponent<Props_45 & default_2.RefAttributes<HTMLAnchorElement>>;
804
830
 
805
831
  export declare const RepostButton: default_2.FC;
806
832
 
@@ -808,7 +834,7 @@ export declare const RevealImageAnimation: default_2.FC;
808
834
 
809
835
  export declare const RhombusGallery: default_2.FC;
810
836
 
811
- export declare const RingLoader: default_2.FC<Props_48>;
837
+ export declare const RingLoader: default_2.FC<Props_49>;
812
838
 
813
839
  export declare const RotatedCardsCarousel: default_2.FC;
814
840
 
@@ -820,7 +846,7 @@ export declare const RunningButton: default_2.FC;
820
846
 
821
847
  export declare const SchrodingerFormControls: default_2.FC;
822
848
 
823
- export declare const ScrambledText: default_2.FC<Props_58>;
849
+ export declare const ScrambledText: default_2.FC<Props_59>;
824
850
 
825
851
  export declare const ScramblingLetters: default_2.FC;
826
852
 
@@ -848,7 +874,7 @@ export declare const ShadowedCardsList: default_2.FC;
848
874
 
849
875
  export declare const ShadowedClick: default_2.FC;
850
876
 
851
- export declare const ShakingText: default_2.FC<Props_59>;
877
+ export declare const ShakingText: default_2.FC<Props_60>;
852
878
 
853
879
  export declare const ShakyLine: default_2.FC;
854
880
 
@@ -860,7 +886,7 @@ export declare const ShimmeringBorderGradient: default_2.FC;
860
886
 
861
887
  export declare const ShineAnimation: default_2.FC;
862
888
 
863
- export declare const ShiningText: default_2.FC<Props_60>;
889
+ export declare const ShiningText: default_2.FC<Props_61>;
864
890
 
865
891
  export declare const ShinyButton: default_2.FC;
866
892
 
@@ -907,7 +933,7 @@ export declare const SparklyButton: default_2.FC;
907
933
 
908
934
  export declare const SpeechToText: default_2.FC;
909
935
 
910
- export declare const SpinningClickAnimation: default_2.FC<Props_49>;
936
+ export declare const SpinningClickAnimation: default_2.FC<Props_50>;
911
937
 
912
938
  export declare const SplashCursor: default_2.FC<Props_37>;
913
939
 
@@ -935,7 +961,7 @@ export declare const StuntPreloader: default_2.FC;
935
961
 
936
962
  export declare const SubtleBorderAnimation: default_2.FC;
937
963
 
938
- export declare const SuccessLoader: default_2.FC<Props_50>;
964
+ export declare const SuccessLoader: default_2.FC<Props_51>;
939
965
 
940
966
  export declare const SuccessLoadingButton: default_2.FC<Props_26>;
941
967
 
@@ -967,7 +993,7 @@ export declare const TicklishButton: default_2.FC;
967
993
 
968
994
  export declare const TimeCirclesLoader: default_2.FC;
969
995
 
970
- export declare const TippingSwitch: default_2.FC<Props_55>;
996
+ export declare const TippingSwitch: default_2.FC<Props_56>;
971
997
 
972
998
  export declare const Toasts: default_2.FC;
973
999
 
@@ -983,10 +1009,21 @@ export declare const TrickButton: default_2.FC;
983
1009
 
984
1010
  export declare const TurbulenceFilter: default_2.FC;
985
1011
 
986
- export declare const UnderlinedLink: default_2.ForwardRefExoticComponent<Omit<Props_45, "ref"> & default_2.RefAttributes<HTMLAnchorElement>>;
1012
+ export declare const UnderlinedLink: default_2.ForwardRefExoticComponent<Omit<Props_46, "ref"> & default_2.RefAttributes<HTMLAnchorElement>>;
987
1013
 
988
1014
  export declare const UnderlinedLink2: default_2.FC;
989
1015
 
1016
+ declare type Use = {
1017
+ use?: 'div';
1018
+ } | {
1019
+ use: 'a';
1020
+ href: string;
1021
+ rel?: 'noopener';
1022
+ target?: '_blank';
1023
+ } | {
1024
+ use: 'button';
1025
+ };
1026
+
990
1027
  export declare function useAnimatedText(text: string, delimiter?: 'letter' | 'word'): string;
991
1028
 
992
1029
  export declare const useBowser: () => UseBowserResult | null;
@@ -1027,6 +1064,6 @@ export declare const WavyMenu: default_2.FC;
1027
1064
 
1028
1065
  export declare const WebGLSmoke: default_2.FC;
1029
1066
 
1030
- export declare const WeightText: FC<Props_61>;
1067
+ export declare const WeightText: FC<Props_62>;
1031
1068
 
1032
1069
  export { }
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- export { bx as AccentShardCard, cW as AcrobaticPreloader, au as ActivateButton, A as AdjoinedFilters, av as AirplaneAnimation, cX as AlienSkeuomorphicLoaders, by as AnimatedBlendedCard, cy as AnimatedHeroTitle, aw as AnimatedHoverButton, ax as AnimatedHoverGlowButton, dn as AnimatedIconsNav, dp as AnimatedShareMenu, as as ApertureVideo, Z as Appearance, a3 as AreaLight, ay as AuroraButton, cm as AutoMasonryGrid, E as AvatarHover, an as BackgroundCircles, a6 as BackgroundSlider, ah as BlurVignette, B as BlurredBackground, ct as BoldHamburger, ai as BorderGradient, cO as BorderLink, X as BouncyClock, bz as BrandCard, V as BreakingProgress, az as BubblyParticlesButton, bR as BulletsCarousel, aA as BurningButton, aB as ButtonHoverFill, aC as ButtonShimmer, aD as ButtonWithDot, cY as CanOfDigits, bB as CaptionCard, bS as CardCarousel, u as CardDetails, bC as CardGlow, dl as CardMarquee, bD as CardTile, cZ as ChaseLoader, c0 as Checkbox, bE as ChequeredCard, c4 as Chips, a4 as ChromaticAberration, c_ as CircleDotsLoader, o as CircleLinesAnimation, cP as CircleLink, ak as CircleParticles, c9 as CircleTextHover, aE as ClaymorphicHeart, cF as ClearInput, aF as ClickButtonParticles, ca as ClickSpark, m as CollapseAnimation, aG as ColorfulButtons, at as ComingSoonBadge, ao as ComplexGradient, aH as ConfettiButton, cz as ContrastBackgroundText, bT as CoverFlowGallery, dJ as CronRedirectPage, c$ as CubeLoader, dr as CurtainRevealMenu, aJ as DDDButton, bF as DDDHoverCard, dV as DDDRangeSlider, c6 as DailClock, aI as DarkMatterButton, cb as DarkMatterMouseEffect, dZ as DaySwitch, cn as DenseGrid, ds as DetachedMenu, cf as DialControl, cg as DialFuturistic, ci as Dock, aK as DockButton, cj as DockHas, ck as DockMotion, cl as DockY, aL as DoubleArrowButton, aM as DoubleArrowCollabButton, aN as DoubleStateButton, dt as DropdownMenu, i as Duck, aO as DynamicIconButton, k as DynamicIsland, aP as EchoClickButton, a9 as ElasticCards, cc as ElasticCursor, aQ as ElectrifiedButton, aR as ElectrifiedButtonGS, cK as EmailInput, dK as EmojiLayer, d0 as EndlessLoader, e7 as EnlightenedText, bG as EnvelopeTile, al as Expand, l as FadeUp, aS as FailedDownloadButton, dY as FeedbackReactions, bA as FigmaLogo, r as FileIcons, F as Fingerprint, c5 as FlipChips, co as FlipGrid, cG as FloatingLabelInput, cA as FluidGooeyTextBackground, aT as FootprintButton, cQ as ForwardArrowLink, bU as FullScreenImageCarousel, du as Futuristic3DHoverMenu, aU as GalaxyButton, bV as GalleryReverseScroll, cB as GlassIcon, d_ as GlassSwitch, bW as GlideImageGallery, a1 as GlidingReveal, I as GlitterCard, aV as GlowButton, dW as GlowSlider, dv as GlowingDropdown, cH as GlowingInput, H as GlowingShadows, dw as GlowingTabs, dx as GlowingTabs2, e8 as GlowingText, bI as GlowingTile, aX as GoHoverButton, aW as GodRaysButton, aY as GooeyButton, G as GradientBorder, bH as GradientGlowingTile, e9 as GrainyGradientText, aZ as GravityButton, cp as Grid3DCards, am as GridAccordion, cq as GridHover, cr as GridViewTransition, cu as HamburgerMusic, cv as HamburgerX, cw as Header, a_ as HeartFoldButton, a$ as HoldSubmitButton, b0 as HoverGlowButton, bJ as HoverTile, bK as Hoverable3DCard, dq as ITEMS, ab as Illumination, bL as ImageCard, _ as ImageClipping, c1 as IndeterminateCheckboxes, d1 as InfiniteLoader, cI as InputFirework, b1 as Ios15Button, d$ as IosSwitch, ea as JellyText, ae as LandingXYScroll, Q as LayeredComponents, cs as LeaningCards, bX as ListItemHover, d2 as LoaderGenerator, d3 as LoadingBook, d4 as LoadingWave, L as Lock, a7 as LoveGlow, ce as MagicMouseEffect, eb as MagicalText, b2 as MagneticButton, dy as MagnifiedNavItems, ch as MetalCircleController, b3 as MinimalisticGlassButton, dz as MobileNavBar, b4 as MorphingSubmitButton, c7 as MotionClock, J as MotionDigits, x as MouseMoveGallery, z as MultiGradientBackground, b5 as MultiStageButton, n as MultipathSvgAnimation, N as NamedPointer, dA as NavigationMenu, b6 as NeonButton, e0 as NeonToggleSwitch, c8 as NeumorphicAnalogClock, cC as NeumorphicLogo, dX as NeumorphicSlider, e1 as NeuromorphicToggle, cL as NewsletterInput, b7 as NoisyButton, Y as NotificationBell, d5 as OffTrackPreloader, b8 as OrbitalSubmitButton, cR as PaintedLink, b9 as PaperPlanButton, dL as ParallaxEmoji, dB as ParallaxMenu, cM as PasswordInput, bM as PhotoCard, a5 as PhotoZoom, dC as PianoNav, d6 as PieLoader, dD as PinDropdown, ba as PlayPauseButton, bb as PlayPauseMusicButton, s as PolaroidStack, bc as PositionHover, bd as PredictionButton, bN as ProductTile, bO as ProfileCard, be as ProgressButton, bf as PsychedelicButton, d7 as PulseInLoader, d8 as PulseOutLoader, U as QuickTimeClock, dE as RadialMenu, dF as RadialNavigation, dO as RadioHopping, dN as RadioParticles, dM as RadioRolling, ap as RaysBackground, y as RealisticSmoke, cS as RegularLink, bg as RepostButton, a2 as RevealImageAnimation, aj as RhombusGallery, d9 as RingLoader, bY as RotatedCardsCarousel, da as RoundScaleLoader, bh as RubberButton, bi as RunningButton, O as SchrodingerFormControls, ec as ScrambledText, ed as ScramblingLetters, dP as ScrollCountdown, dQ as ScrollDrivenTextBlowOut, dS as ScrollTextHighlight, dT as ScrollTimeline, dU as ScrollWithLight, bZ as Scroller, dR as ScrollingTextReveal, cJ as SearchInput, g as SegmentedControls, e2 as SegmentedToggle, b_ as ShadowedCardsList, cN as ShadowedClick, ee as ShakingText, cT as ShakyLine, j as ShapeSelection, bj as ShimmerButton, bk as ShimmeringBorderGradient, bP as ShineAnimation, ef as ShiningText, bl as ShinyButton, dG as SinglePopoverMenu, db as SkateboardPreloader, bm as SkeuomorphicLikeButton, p as SlideIn, bn as SlidingButton, cD as SlidingIcon, b$ as SlidingImages, bo as SlidingStepper, dc as SmileyPreloader, v as SmokeTextDisappearance, h as SmoothScroll, dd as SnowballPreloader, K as SolarEclipse, bp as SparkleButton, bq as SparklyButton, t as SpeechToText, de as SpinningClickAnimation, cd as SplashCursor, cE as SquircleAvatar, br as SquishButton, bQ as StackingCards, $ as StaticSolarEclipse, cx as StickyHeader, q as StickyList, e3 as StretchToggle, df as StretchyLoader, c2 as StrikethroughCheckbox, c3 as StrikethroughCheckboxes, dg as StuntPreloader, dh as SubtleBorderAnimation, di as SuccessLoader, bs as SuccessLoadingButton, dH as TabBarAnimation, a8 as TextImageHover, eg as TextMorphing, eh as TextOutline, ei as TextShadow, aq as Texture, ac as ThanosDisappearEffect, ad as ThanosDisappearEffectList, bt as ThreadsLikeButton, dj as ThreeDotsLoader, bu as ThumbsUpButton, dm as Ticker, bv as TicklishButton, dk as TimeCirclesLoader, e4 as TippingSwitch, f as Toasts, e5 as ToggleBubble, e6 as ToggleClipPath, ek as TooltipRangeSlider, a0 as TranslucentBackdrop, bw as TrickButton, w as TurbulenceFilter, cU as UnderlinedLink, cV as UnderlinedLink2, ag as ViewTransitionAddToCard, af as ViewTransitionImageGallery, aa as VoiceAnimation, dI as WavyMenu, ar as WebGLSmoke, ej as WeightText, ev as noop, el as useAnimatedText, em as useBowser, ep as useLiveRef, eq as useMatchMedia, er as useOklch, en as useOutsideClick, eo as useOutsideClickRef, es as usePrevious, et as usePreviousRender, eu as useWindowReady } from './index-BtRWmrpd.js';
1
+ export { bx as AccentShardCard, cW as AcrobaticPreloader, au as ActivateButton, A as AdjoinedFilters, av as AirplaneAnimation, cX as AlienSkeuomorphicLoaders, by as AnimatedBlendedCard, cy as AnimatedHeroTitle, aw as AnimatedHoverButton, ax as AnimatedHoverGlowButton, dn as AnimatedIconsNav, dp as AnimatedShareMenu, as as ApertureVideo, Z as Appearance, a3 as AreaLight, ay as AuroraButton, cm as AutoMasonryGrid, E as AvatarHover, an as BackgroundCircles, a6 as BackgroundSlider, ah as BlurVignette, B as BlurredBackground, ct as BoldHamburger, ai as BorderGradient, cO as BorderLink, X as BouncyClock, bz as BrandCard, V as BreakingProgress, az as BubblyParticlesButton, bR as BulletsCarousel, aA as BurningButton, aB as ButtonHoverFill, aC as ButtonShimmer, aD as ButtonWithDot, cY as CanOfDigits, bB as CaptionCard, bS as CardCarousel, u as CardDetails, bC as CardGlow, dl as CardMarquee, bD as CardTile, cZ as ChaseLoader, c0 as Checkbox, bE as ChequeredCard, c4 as Chips, a4 as ChromaticAberration, c_ as CircleDotsLoader, o as CircleLinesAnimation, cP as CircleLink, ak as CircleParticles, c9 as CircleTextHover, aE as ClaymorphicHeart, cF as ClearInput, aF as ClickButtonParticles, ca as ClickSpark, m as CollapseAnimation, aG as ColorfulButtons, at as ComingSoonBadge, ao as ComplexGradient, aH as ConfettiButton, cz as ContrastBackgroundText, bT as CoverFlowGallery, dJ as CronRedirectPage, c$ as CubeLoader, dr as CurtainRevealMenu, aJ as DDDButton, bF as DDDHoverCard, dV as DDDRangeSlider, c6 as DailClock, aI as DarkMatterButton, cb as DarkMatterMouseEffect, dZ as DaySwitch, cn as DenseGrid, ds as DetachedMenu, cf as DialControl, cg as DialFuturistic, ci as Dock, aK as DockButton, cj as DockHas, ck as DockMotion, cl as DockY, aL as DoubleArrowButton, aM as DoubleArrowCollabButton, aN as DoubleStateButton, dt as DropdownMenu, i as Duck, aO as DynamicIconButton, k as DynamicIsland, aP as EchoClickButton, a9 as ElasticCards, cc as ElasticCursor, aQ as ElectrifiedButton, aR as ElectrifiedButtonGS, cK as EmailInput, dK as EmojiLayer, d0 as EndlessLoader, e7 as EnlightenedText, bG as EnvelopeTile, al as Expand, l as FadeUp, aS as FailedDownloadButton, dY as FeedbackReactions, bA as FigmaLogo, r as FileIcons, F as Fingerprint, c5 as FlipChips, co as FlipGrid, cG as FloatingLabelInput, cA as FluidGooeyTextBackground, aT as FootprintButton, cQ as ForwardArrowLink, bU as FullScreenImageCarousel, du as Futuristic3DHoverMenu, aU as GalaxyButton, bV as GalleryReverseScroll, cB as GlassIcon, d_ as GlassSwitch, bW as GlideImageGallery, a1 as GlidingReveal, I as GlitterCard, aV as GlowButton, dW as GlowSlider, dv as GlowingDropdown, cH as GlowingInput, H as GlowingShadows, dw as GlowingTabs, dx as GlowingTabs2, e8 as GlowingText, bI as GlowingTile, aX as GoHoverButton, aW as GodRaysButton, aY as GooeyButton, G as GradientBorder, bH as GradientGlowingTile, e9 as GrainyGradientText, aZ as GravityButton, cp as Grid3DCards, am as GridAccordion, cq as GridHover, cr as GridViewTransition, cu as HamburgerMusic, cv as HamburgerX, cw as Header, a_ as HeartFoldButton, a$ as HoldSubmitButton, b0 as HoverGlowButton, bJ as HoverTile, bK as Hoverable3DCard, dq as ITEMS, ab as Illumination, bL as ImageCard, _ as ImageClipping, c1 as IndeterminateCheckboxes, d1 as InfiniteLoader, cI as InputFirework, b1 as Ios15Button, d$ as IosSwitch, ea as JellyText, ae as LandingXYScroll, Q as LayeredComponents, cs as LeaningCards, bX as ListItemHover, d2 as LoaderGenerator, d3 as LoadingBook, d4 as LoadingWave, L as Lock, a7 as LoveGlow, ce as MagicMouseEffect, eb as MagicalText, b2 as MagneticButton, dy as MagnifiedNavItems, ch as MetalCircleController, b3 as MinimalisticGlassButton, dz as MobileNavBar, b4 as MorphingSubmitButton, c7 as MotionClock, J as MotionDigits, x as MouseMoveGallery, z as MultiGradientBackground, b5 as MultiStageButton, n as MultipathSvgAnimation, N as NamedPointer, dA as NavigationMenu, b6 as NeonButton, e0 as NeonToggleSwitch, c8 as NeumorphicAnalogClock, cC as NeumorphicLogo, dX as NeumorphicSlider, e1 as NeuromorphicToggle, cL as NewsletterInput, b7 as NoisyButton, Y as NotificationBell, d5 as OffTrackPreloader, b8 as OrbitalSubmitButton, cR as PaintedLink, b9 as PaperPlanButton, dL as ParallaxEmoji, dB as ParallaxMenu, cM as PasswordInput, bM as PhotoCard, a5 as PhotoZoom, dC as PianoNav, d6 as PieLoader, dD as PinDropdown, ba as PlayPauseButton, bb as PlayPauseMusicButton, s as PolaroidStack, bc as PositionHover, bd as PredictionButton, bN as ProductTile, bO as ProfileCard, be as ProgressButton, bf as PsychedelicButton, d7 as PulseInLoader, d8 as PulseOutLoader, U as QuickTimeClock, dE as RadialMenu, dF as RadialNavigation, dO as RadioHopping, dN as RadioParticles, dM as RadioRolling, ap as RaysBackground, y as RealisticSmoke, cS as RegularLink, bg as RepostButton, a2 as RevealImageAnimation, aj as RhombusGallery, d9 as RingLoader, bY as RotatedCardsCarousel, da as RoundScaleLoader, bh as RubberButton, bi as RunningButton, O as SchrodingerFormControls, ec as ScrambledText, ed as ScramblingLetters, dP as ScrollCountdown, dQ as ScrollDrivenTextBlowOut, dS as ScrollTextHighlight, dT as ScrollTimeline, dU as ScrollWithLight, bZ as Scroller, dR as ScrollingTextReveal, cJ as SearchInput, g as SegmentedControls, e2 as SegmentedToggle, b_ as ShadowedCardsList, cN as ShadowedClick, ee as ShakingText, cT as ShakyLine, j as ShapeSelection, bj as ShimmerButton, bk as ShimmeringBorderGradient, bP as ShineAnimation, ef as ShiningText, bl as ShinyButton, dG as SinglePopoverMenu, db as SkateboardPreloader, bm as SkeuomorphicLikeButton, p as SlideIn, bn as SlidingButton, cD as SlidingIcon, b$ as SlidingImages, bo as SlidingStepper, dc as SmileyPreloader, v as SmokeTextDisappearance, h as SmoothScroll, dd as SnowballPreloader, K as SolarEclipse, bp as SparkleButton, bq as SparklyButton, t as SpeechToText, de as SpinningClickAnimation, cd as SplashCursor, cE as SquircleAvatar, br as SquishButton, bQ as StackingCards, $ as StaticSolarEclipse, cx as StickyHeader, q as StickyList, e3 as StretchToggle, df as StretchyLoader, c2 as StrikethroughCheckbox, c3 as StrikethroughCheckboxes, dg as StuntPreloader, dh as SubtleBorderAnimation, di as SuccessLoader, bs as SuccessLoadingButton, dH as TabBarAnimation, a8 as TextImageHover, eg as TextMorphing, eh as TextOutline, ei as TextShadow, aq as Texture, ac as ThanosDisappearEffect, ad as ThanosDisappearEffectList, bt as ThreadsLikeButton, dj as ThreeDotsLoader, bu as ThumbsUpButton, dm as Ticker, bv as TicklishButton, dk as TimeCirclesLoader, e4 as TippingSwitch, f as Toasts, e5 as ToggleBubble, e6 as ToggleClipPath, ek as TooltipRangeSlider, a0 as TranslucentBackdrop, bw as TrickButton, w as TurbulenceFilter, cU as UnderlinedLink, cV as UnderlinedLink2, ag as ViewTransitionAddToCard, af as ViewTransitionImageGallery, aa as VoiceAnimation, dI as WavyMenu, ar as WebGLSmoke, ej as WeightText, ev as noop, el as useAnimatedText, em as useBowser, ep as useLiveRef, eq as useMatchMedia, er as useOklch, en as useOutsideClick, eo as useOutsideClickRef, es as usePrevious, et as usePreviousRender, eu as useWindowReady } from './index-DGKKjZhi.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarsis/toolkit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },