@tarsis/toolkit 0.1.6 → 0.2.0-alpha.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/index.d.ts CHANGED
@@ -1,10 +1,14 @@
1
1
  import { default as default_2 } from 'react';
2
2
  import { FC } from 'react';
3
- import { JSX as JSX_2 } from 'react/jsx-runtime';
3
+ import { JSX } from 'react/jsx-runtime';
4
+ import { JSX as JSX_2 } from 'react';
5
+ import { JSXElementConstructor } from 'react';
4
6
  import { MotionValue } from 'framer-motion';
5
7
  import { MouseEvent as MouseEvent_2 } from 'react';
6
8
  import { MutableRefObject } from 'react';
9
+ import { ReactElement } from 'react';
7
10
  import { ReactNode } from 'react';
11
+ import { RefObject } from 'react';
8
12
  import { TouchEvent as TouchEvent_2 } from 'react';
9
13
 
10
14
  export declare const AccentShardCard: default_2.FC;
@@ -55,7 +59,7 @@ export declare const BoldHamburger: default_2.FC;
55
59
 
56
60
  export declare const BorderGradient: default_2.FC;
57
61
 
58
- export declare const BorderLink: default_2.FC<Props_43>;
62
+ export declare const BorderLink: default_2.FC<Props_42>;
59
63
 
60
64
  export declare const BouncyClock: default_2.FC;
61
65
 
@@ -75,7 +79,7 @@ export declare const ButtonShimmer: default_2.FC;
75
79
 
76
80
  export declare const ButtonWithDot: default_2.FC;
77
81
 
78
- export declare const CanOfDigits: default_2.FC<Props_47>;
82
+ export declare const CanOfDigits: default_2.FC<Props_46>;
79
83
 
80
84
  export declare const CaptionCard: default_2.FC<Props_28>;
81
85
 
@@ -111,17 +115,15 @@ declare interface CheckboxItemProps {
111
115
 
112
116
  export declare const ChequeredCard: default_2.FC;
113
117
 
114
- declare type Child = null | default_2.ReactElement;
115
-
116
118
  export declare const Chips: default_2.FC;
117
119
 
118
120
  export declare const ChromaticAberration: default_2.FC;
119
121
 
120
- export declare const CircleDotsLoader: default_2.FC<Props_48>;
122
+ export declare const CircleDotsLoader: default_2.FC<Props_47>;
121
123
 
122
124
  export declare const CircleLinesAnimation: default_2.FC;
123
125
 
124
- export declare const CircleLink: default_2.FC<Props_44>;
126
+ export declare const CircleLink: default_2.FC<Props_43>;
125
127
 
126
128
  export declare const CircleParticles: default_2.FC;
127
129
 
@@ -183,20 +185,19 @@ export declare const DockButton: default_2.FC<Props_17>;
183
185
 
184
186
  export declare const DockHas: default_2.FC;
185
187
 
186
- export declare const DockMotion: typeof DockMotion_2 & {
188
+ export declare const DockMotion: FC< {
189
+ children: (ReactElement<any, string | JSXElementConstructor<any>> | null) | (ReactElement<any, string | JSXElementConstructor<any>> | null)[];
190
+ className?: string;
191
+ onMouseEnter?: () => void;
192
+ onMouseLeave?: () => void;
193
+ }> & {
187
194
  Item: ExternalDockMotionItemSignature;
188
- Divider: typeof DockMotionDivider;
189
- Embedded: typeof DockMotionEmbedded;
195
+ Divider: FC< {}>;
196
+ Embedded: FC< {
197
+ children: React.ReactNode;
198
+ }>;
190
199
  };
191
200
 
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
- }>;
199
-
200
201
  export declare const DockY: default_2.FC;
201
202
 
202
203
  export declare const DoubleArrowButton: default_2.FC;
@@ -205,7 +206,7 @@ export declare const DoubleArrowCollabButton: default_2.FC<Props_18>;
205
206
 
206
207
  export declare const DoubleStateButton: default_2.FC<Props_19>;
207
208
 
208
- export declare const DropdownMenu: FC<Props_52>;
209
+ export declare const DropdownMenu: FC<Props_51>;
209
210
 
210
211
  export declare const Duck: default_2.FC;
211
212
 
@@ -234,20 +235,20 @@ export declare const EmojiLayer: default_2.FC<EmojiDetailProps>;
234
235
 
235
236
  export declare const EndlessLoader: default_2.FC;
236
237
 
237
- export declare const EnlightenedText: default_2.FC<Props_57>;
238
+ export declare const EnlightenedText: default_2.FC<Props_56>;
238
239
 
239
240
  export declare const EnvelopeTile: default_2.FC<Props_30>;
240
241
 
241
242
  export declare const Expand: default_2.FC<Props_11>;
242
243
 
243
- declare type ExternalDockMotionItemSignature = (props: Omit<Props_40, 'mouseX'> & Use) => JSX.Element;
244
+ declare type ExternalDockMotionItemSignature = (props: Omit<Props_39, 'mouseX'> & Use) => JSX_2.Element;
244
245
 
245
246
  export declare const FadeUp: ({ children, delay, duration, once, }: {
246
247
  children: ReactNode;
247
248
  delay?: number;
248
249
  duration?: number;
249
250
  once?: boolean;
250
- }) => JSX_2.Element;
251
+ }) => JSX.Element;
251
252
 
252
253
  export declare const FailedDownloadButton: default_2.FC;
253
254
 
@@ -259,7 +260,7 @@ export declare const FileIcons: default_2.FC;
259
260
 
260
261
  export declare const Fingerprint: default_2.FC<Props_5>;
261
262
 
262
- export declare const FlipChips: () => JSX_2.Element;
263
+ export declare const FlipChips: () => JSX.Element;
263
264
 
264
265
  export declare const FlipGrid: default_2.FC;
265
266
 
@@ -279,6 +280,11 @@ export declare const GalaxyButton: default_2.FC;
279
280
 
280
281
  export declare const GalleryReverseScroll: default_2.FC;
281
282
 
283
+ export declare const getDockTooltipPosition: (triggerRect?: any | null, tooltipRect?: any | null) => {
284
+ left: number;
285
+ top: number;
286
+ };
287
+
282
288
  export declare const GlassIcon: default_2.FC;
283
289
 
284
290
  export declare const GlassSwitch: default_2.FC;
@@ -331,9 +337,9 @@ export declare const GridViewTransition: default_2.FC;
331
337
 
332
338
  export declare const HamburgerMusic: default_2.FC;
333
339
 
334
- export declare const HamburgerX: default_2.FC<Props_41>;
340
+ export declare const HamburgerX: default_2.FC<Props_40>;
335
341
 
336
- export declare const Header: default_2.FC<Props_42>;
342
+ export declare const Header: default_2.FC<Props_41>;
337
343
 
338
344
  export declare const HeartFoldButton: default_2.FC;
339
345
 
@@ -359,7 +365,7 @@ export declare const InputFirework: default_2.FC;
359
365
 
360
366
  export declare const Ios15Button: default_2.FC;
361
367
 
362
- export declare const IosSwitch: default_2.FC<Props_54>;
368
+ export declare const IosSwitch: default_2.FC<Props_53>;
363
369
 
364
370
  declare interface Item {
365
371
  id: string;
@@ -380,7 +386,7 @@ export declare const ITEMS: {
380
386
  url: string;
381
387
  }[];
382
388
 
383
- export declare const JellyText: FC<Props_58>;
389
+ export declare const JellyText: FC<Props_57>;
384
390
 
385
391
  export declare const LandingXYScroll: default_2.FC;
386
392
 
@@ -394,7 +400,7 @@ export declare const LoaderGenerator: default_2.FC;
394
400
 
395
401
  export declare const LoadingBook: default_2.FC;
396
402
 
397
- export declare const LoadingWave: () => JSX_2.Element;
403
+ export declare const LoadingWave: () => JSX.Element;
398
404
 
399
405
  declare const Lock_2: default_2.FC;
400
406
  export { Lock_2 as Lock }
@@ -447,7 +453,7 @@ export declare const NeumorphicLogo: default_2.FC;
447
453
 
448
454
  export declare const NeumorphicSlider: default_2.FC;
449
455
 
450
- export declare const NeuromorphicToggle: default_2.FC<Props_55>;
456
+ export declare const NeuromorphicToggle: default_2.FC<Props_54>;
451
457
 
452
458
  export declare const NewsletterInput: default_2.FC;
453
459
 
@@ -636,7 +642,7 @@ declare type Props_34 = {
636
642
  headline?: default_2.ReactNode;
637
643
  description?: string;
638
644
  withArrows?: boolean;
639
- children?: default_2.ReactElement | default_2.ReactElement[];
645
+ children?: default_2.ReactElement<any> | default_2.ReactElement<any>[];
640
646
  };
641
647
 
642
648
  declare type Props_35 = default_2.DetailedHTMLProps<default_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
@@ -657,18 +663,7 @@ declare interface Props_38 {
657
663
  limit?: boolean;
658
664
  }
659
665
 
660
- declare type Props_39 = {
661
- children: Child | Child[];
662
- className?: string;
663
- onMouseEnter?: () => void;
664
- onMouseLeave?: () => void;
665
- };
666
-
667
- declare interface Props_4 {
668
- position?: 'static' | 'fixed';
669
- }
670
-
671
- declare type Props_40 = default_2.HTMLAttributes<HTMLElement> & {
666
+ declare type Props_39 = default_2.HTMLAttributes<HTMLElement> & {
672
667
  children: default_2.ReactNode;
673
668
  key: string;
674
669
  tooltip?: default_2.ReactNode;
@@ -679,65 +674,69 @@ declare type Props_40 = default_2.HTMLAttributes<HTMLElement> & {
679
674
  onClick?: (e: default_2.MouseEvent<HTMLElement>) => void;
680
675
  } & Use;
681
676
 
682
- declare interface Props_41 {
677
+ declare interface Props_4 {
678
+ position?: 'static' | 'fixed';
679
+ }
680
+
681
+ declare interface Props_40 {
683
682
  isOpen: boolean;
684
683
  onClick?: () => void;
685
684
  className?: string;
686
685
  }
687
686
 
688
- declare interface Props_42 {
687
+ declare interface Props_41 {
689
688
  className?: string;
690
689
  contentClassName?: string;
691
690
  children: default_2.ReactNode;
692
691
  }
693
692
 
694
- declare type Props_43 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
693
+ declare type Props_42 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
695
694
 
696
- declare type Props_44 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
695
+ declare type Props_43 = default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
697
696
 
698
- declare interface Props_45 extends default_2.AnchorHTMLAttributes<any> {
697
+ declare interface Props_44 extends default_2.AnchorHTMLAttributes<any> {
699
698
  href: string;
700
699
  }
701
700
 
702
- declare interface Props_46 extends default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
701
+ declare interface Props_45 extends default_2.DetailedHTMLProps<default_2.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
703
702
  href: string;
704
703
  }
705
704
 
706
- declare interface Props_47 {
705
+ declare interface Props_46 {
707
706
  className?: string;
708
707
  controls?: boolean;
709
708
  initialValue?: number;
710
709
  }
711
710
 
712
- declare interface Props_48 {
711
+ declare interface Props_47 {
713
712
  type?: 'fade' | 'scale';
714
713
  }
715
714
 
716
- declare type Props_49 = {
715
+ declare type Props_48 = {
717
716
  className?: string;
718
717
  children?: string;
719
718
  };
720
719
 
721
- declare type Props_5 = {
722
- className?: string;
723
- };
724
-
725
- declare interface Props_50 {
720
+ declare interface Props_49 {
726
721
  className?: string;
727
722
  onClick?: () => void;
728
723
  children?: default_2.ReactNode;
729
724
  }
730
725
 
731
- declare type Props_51 = {
726
+ declare type Props_5 = {
727
+ className?: string;
728
+ };
729
+
730
+ declare type Props_50 = {
732
731
  status: 'success' | 'loading' | 'pending';
733
732
  };
734
733
 
735
- declare interface Props_52 {
734
+ declare interface Props_51 {
736
735
  items?: Item[];
737
736
  value?: Item['id'];
738
737
  }
739
738
 
740
- declare interface Props_53 {
739
+ declare interface Props_52 {
741
740
  items: Item_2[];
742
741
  onClick?: (id: string) => void;
743
742
  direction?: 'left' | 'right';
@@ -747,32 +746,36 @@ declare interface Props_53 {
747
746
  activeId?: string;
748
747
  }
749
748
 
750
- declare type Props_54 = default_2.DetailedHTMLProps<default_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
749
+ declare type Props_53 = default_2.DetailedHTMLProps<default_2.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
751
750
  className?: string;
752
751
  };
753
752
 
754
- declare interface Props_55 {
753
+ declare interface Props_54 {
755
754
  dark?: boolean;
756
755
  }
757
756
 
758
- declare type Props_56 = {
757
+ declare type Props_55 = {
759
758
  withText?: boolean;
760
759
  };
761
760
 
762
- declare interface Props_57 {
761
+ declare interface Props_56 {
763
762
  children: default_2.ReactNode;
764
763
  }
765
764
 
766
- declare interface Props_58 {
765
+ declare interface Props_57 {
767
766
  children: string;
768
767
  className?: string;
769
768
  }
770
769
 
771
- declare interface Props_59 {
770
+ declare interface Props_58 {
772
771
  children: string;
773
772
  reveal?: boolean;
774
773
  }
775
774
 
775
+ declare interface Props_59 {
776
+ children: string;
777
+ }
778
+
776
779
  declare interface Props_6 {
777
780
  direction: SlideDirection;
778
781
  delay?: number;
@@ -781,14 +784,10 @@ declare interface Props_6 {
781
784
 
782
785
  declare interface Props_60 {
783
786
  children: string;
784
- }
785
-
786
- declare interface Props_61 {
787
- children: string;
788
787
  className?: string;
789
788
  }
790
789
 
791
- declare interface Props_62 {
790
+ declare interface Props_61 {
792
791
  children: string;
793
792
  }
794
793
 
@@ -814,7 +813,7 @@ export declare const QuickTimeClock: default_2.FC;
814
813
 
815
814
  export declare const RadialMenu: default_2.FC;
816
815
 
817
- export declare const RadialNavigation: default_2.FC<Props_53>;
816
+ export declare const RadialNavigation: default_2.FC<Props_52>;
818
817
 
819
818
  export declare const RadioHopping: FC;
820
819
 
@@ -826,7 +825,7 @@ export declare const RaysBackground: default_2.FC;
826
825
 
827
826
  export declare const RealisticSmoke: default_2.FC;
828
827
 
829
- export declare const RegularLink: default_2.ForwardRefExoticComponent<Props_45 & default_2.RefAttributes<HTMLAnchorElement>>;
828
+ export declare const RegularLink: default_2.ForwardRefExoticComponent<Props_44 & default_2.RefAttributes<HTMLAnchorElement>>;
830
829
 
831
830
  export declare const RepostButton: default_2.FC;
832
831
 
@@ -834,7 +833,7 @@ export declare const RevealImageAnimation: default_2.FC;
834
833
 
835
834
  export declare const RhombusGallery: default_2.FC;
836
835
 
837
- export declare const RingLoader: default_2.FC<Props_49>;
836
+ export declare const RingLoader: default_2.FC<Props_48>;
838
837
 
839
838
  export declare const RotatedCardsCarousel: default_2.FC;
840
839
 
@@ -846,7 +845,7 @@ export declare const RunningButton: default_2.FC;
846
845
 
847
846
  export declare const SchrodingerFormControls: default_2.FC;
848
847
 
849
- export declare const ScrambledText: default_2.FC<Props_59>;
848
+ export declare const ScrambledText: default_2.FC<Props_58>;
850
849
 
851
850
  export declare const ScramblingLetters: default_2.FC;
852
851
 
@@ -874,7 +873,7 @@ export declare const ShadowedCardsList: default_2.FC;
874
873
 
875
874
  export declare const ShadowedClick: default_2.FC;
876
875
 
877
- export declare const ShakingText: default_2.FC<Props_60>;
876
+ export declare const ShakingText: default_2.FC<Props_59>;
878
877
 
879
878
  export declare const ShakyLine: default_2.FC;
880
879
 
@@ -886,7 +885,7 @@ export declare const ShimmeringBorderGradient: default_2.FC;
886
885
 
887
886
  export declare const ShineAnimation: default_2.FC;
888
887
 
889
- export declare const ShiningText: default_2.FC<Props_61>;
888
+ export declare const ShiningText: default_2.FC<Props_60>;
890
889
 
891
890
  export declare const ShinyButton: default_2.FC;
892
891
 
@@ -925,7 +924,7 @@ export declare const SmoothScroll: default_2.FC;
925
924
 
926
925
  export declare const SnowballPreloader: default_2.FC;
927
926
 
928
- export declare const SolarEclipse: () => JSX_2.Element;
927
+ export declare const SolarEclipse: () => JSX.Element;
929
928
 
930
929
  export declare const SparkleButton: default_2.FC;
931
930
 
@@ -933,7 +932,7 @@ export declare const SparklyButton: default_2.FC;
933
932
 
934
933
  export declare const SpeechToText: default_2.FC;
935
934
 
936
- export declare const SpinningClickAnimation: default_2.FC<Props_50>;
935
+ export declare const SpinningClickAnimation: default_2.FC<Props_49>;
937
936
 
938
937
  export declare const SplashCursor: default_2.FC<Props_37>;
939
938
 
@@ -961,13 +960,13 @@ export declare const StuntPreloader: default_2.FC;
961
960
 
962
961
  export declare const SubtleBorderAnimation: default_2.FC;
963
962
 
964
- export declare const SuccessLoader: default_2.FC<Props_51>;
963
+ export declare const SuccessLoader: default_2.FC<Props_50>;
965
964
 
966
965
  export declare const SuccessLoadingButton: default_2.FC<Props_26>;
967
966
 
968
967
  export declare const TabBarAnimation: default_2.FC;
969
968
 
970
- export declare const TextImageHover: () => JSX_2.Element;
969
+ export declare const TextImageHover: () => JSX.Element;
971
970
 
972
971
  export declare const TextMorphing: default_2.FC;
973
972
 
@@ -993,7 +992,7 @@ export declare const TicklishButton: default_2.FC;
993
992
 
994
993
  export declare const TimeCirclesLoader: default_2.FC;
995
994
 
996
- export declare const TippingSwitch: default_2.FC<Props_56>;
995
+ export declare const TippingSwitch: default_2.FC<Props_55>;
997
996
 
998
997
  export declare const Toasts: default_2.FC;
999
998
 
@@ -1009,7 +1008,7 @@ export declare const TrickButton: default_2.FC;
1009
1008
 
1010
1009
  export declare const TurbulenceFilter: default_2.FC;
1011
1010
 
1012
- export declare const UnderlinedLink: default_2.ForwardRefExoticComponent<Omit<Props_46, "ref"> & default_2.RefAttributes<HTMLAnchorElement>>;
1011
+ export declare const UnderlinedLink: default_2.ForwardRefExoticComponent<Omit<Props_45, "ref"> & default_2.RefAttributes<HTMLAnchorElement>>;
1013
1012
 
1014
1013
  export declare const UnderlinedLink2: default_2.FC;
1015
1014
 
@@ -1038,7 +1037,7 @@ declare interface UseBowserResult {
1038
1037
  isChrome: boolean;
1039
1038
  }
1040
1039
 
1041
- export declare const useLiveRef: <T>(value: T) => MutableRefObject<T>;
1040
+ export declare const useLiveRef: <T>(value: T) => RefObject<T>;
1042
1041
 
1043
1042
  export declare const useMatchMedia: (query: string) => boolean | null;
1044
1043
 
@@ -1064,6 +1063,6 @@ export declare const WavyMenu: default_2.FC;
1064
1063
 
1065
1064
  export declare const WebGLSmoke: default_2.FC;
1066
1065
 
1067
- export declare const WeightText: FC<Props_62>;
1066
+ export declare const WeightText: FC<Props_61>;
1068
1067
 
1069
1068
  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-CPmcUIBs.js';
1
+ export { bx as AccentShardCard, cX as AcrobaticPreloader, au as ActivateButton, A as AdjoinedFilters, av as AirplaneAnimation, cY as AlienSkeuomorphicLoaders, by as AnimatedBlendedCard, cz as AnimatedHeroTitle, aw as AnimatedHoverButton, ax as AnimatedHoverGlowButton, dp as AnimatedIconsNav, dq as AnimatedShareMenu, as as ApertureVideo, Z as Appearance, a3 as AreaLight, ay as AuroraButton, cn as AutoMasonryGrid, E as AvatarHover, an as BackgroundCircles, a6 as BackgroundSlider, ah as BlurVignette, B as BlurredBackground, cu as BoldHamburger, ai as BorderGradient, cP 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, cZ as CanOfDigits, bB as CaptionCard, bS as CardCarousel, u as CardDetails, bC as CardGlow, dm as CardMarquee, bD as CardTile, c_ as ChaseLoader, c0 as Checkbox, bE as ChequeredCard, c4 as Chips, a4 as ChromaticAberration, c$ as CircleDotsLoader, o as CircleLinesAnimation, cQ as CircleLink, ak as CircleParticles, c9 as CircleTextHover, aE as ClaymorphicHeart, cG as ClearInput, aF as ClickButtonParticles, ca as ClickSpark, m as CollapseAnimation, aG as ColorfulButtons, at as ComingSoonBadge, ao as ComplexGradient, aH as ConfettiButton, cA as ContrastBackgroundText, bT as CoverFlowGallery, dK as CronRedirectPage, d0 as CubeLoader, ds as CurtainRevealMenu, aJ as DDDButton, bF as DDDHoverCard, dW as DDDRangeSlider, c6 as DailClock, aI as DarkMatterButton, cb as DarkMatterMouseEffect, d_ as DaySwitch, co as DenseGrid, dt as DetachedMenu, cf as DialControl, cg as DialFuturistic, ci as Dock, aK as DockButton, cj as DockHas, ck as DockMotion, cm as DockY, aL as DoubleArrowButton, aM as DoubleArrowCollabButton, aN as DoubleStateButton, du 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, cL as EmailInput, dL as EmojiLayer, d1 as EndlessLoader, e8 as EnlightenedText, bG as EnvelopeTile, al as Expand, l as FadeUp, aS as FailedDownloadButton, dZ as FeedbackReactions, bA as FigmaLogo, r as FileIcons, F as Fingerprint, c5 as FlipChips, cp as FlipGrid, cH as FloatingLabelInput, cB as FluidGooeyTextBackground, aT as FootprintButton, cR as ForwardArrowLink, bU as FullScreenImageCarousel, dv as Futuristic3DHoverMenu, aU as GalaxyButton, bV as GalleryReverseScroll, cC as GlassIcon, d$ as GlassSwitch, bW as GlideImageGallery, a1 as GlidingReveal, I as GlitterCard, aV as GlowButton, dX as GlowSlider, dw as GlowingDropdown, cI as GlowingInput, H as GlowingShadows, dx as GlowingTabs, dy as GlowingTabs2, e9 as GlowingText, bI as GlowingTile, aX as GoHoverButton, aW as GodRaysButton, aY as GooeyButton, G as GradientBorder, bH as GradientGlowingTile, ea as GrainyGradientText, aZ as GravityButton, cq as Grid3DCards, am as GridAccordion, cr as GridHover, cs as GridViewTransition, cv as HamburgerMusic, cw as HamburgerX, cx as Header, a_ as HeartFoldButton, a$ as HoldSubmitButton, b0 as HoverGlowButton, bJ as HoverTile, bK as Hoverable3DCard, dr as ITEMS, ab as Illumination, bL as ImageCard, _ as ImageClipping, c1 as IndeterminateCheckboxes, d2 as InfiniteLoader, cJ as InputFirework, b1 as Ios15Button, e0 as IosSwitch, eb as JellyText, ae as LandingXYScroll, Q as LayeredComponents, ct as LeaningCards, bX as ListItemHover, d3 as LoaderGenerator, d4 as LoadingBook, d5 as LoadingWave, L as Lock, a7 as LoveGlow, ce as MagicMouseEffect, ec as MagicalText, b2 as MagneticButton, dz as MagnifiedNavItems, ch as MetalCircleController, b3 as MinimalisticGlassButton, dA 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, dB as NavigationMenu, b6 as NeonButton, e1 as NeonToggleSwitch, c8 as NeumorphicAnalogClock, cD as NeumorphicLogo, dY as NeumorphicSlider, e2 as NeuromorphicToggle, cM as NewsletterInput, b7 as NoisyButton, Y as NotificationBell, d6 as OffTrackPreloader, b8 as OrbitalSubmitButton, cS as PaintedLink, b9 as PaperPlanButton, dM as ParallaxEmoji, dC as ParallaxMenu, cN as PasswordInput, bM as PhotoCard, a5 as PhotoZoom, dD as PianoNav, d7 as PieLoader, dE 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, d8 as PulseInLoader, d9 as PulseOutLoader, U as QuickTimeClock, dF as RadialMenu, dG as RadialNavigation, dP as RadioHopping, dO as RadioParticles, dN as RadioRolling, ap as RaysBackground, y as RealisticSmoke, cT as RegularLink, bg as RepostButton, a2 as RevealImageAnimation, aj as RhombusGallery, da as RingLoader, bY as RotatedCardsCarousel, db as RoundScaleLoader, bh as RubberButton, bi as RunningButton, O as SchrodingerFormControls, ed as ScrambledText, ee as ScramblingLetters, dQ as ScrollCountdown, dR as ScrollDrivenTextBlowOut, dT as ScrollTextHighlight, dU as ScrollTimeline, dV as ScrollWithLight, bZ as Scroller, dS as ScrollingTextReveal, cK as SearchInput, g as SegmentedControls, e3 as SegmentedToggle, b_ as ShadowedCardsList, cO as ShadowedClick, ef as ShakingText, cU as ShakyLine, j as ShapeSelection, bj as ShimmerButton, bk as ShimmeringBorderGradient, bP as ShineAnimation, eg as ShiningText, bl as ShinyButton, dH as SinglePopoverMenu, dc as SkateboardPreloader, bm as SkeuomorphicLikeButton, p as SlideIn, bn as SlidingButton, cE as SlidingIcon, b$ as SlidingImages, bo as SlidingStepper, dd as SmileyPreloader, v as SmokeTextDisappearance, h as SmoothScroll, de as SnowballPreloader, K as SolarEclipse, bp as SparkleButton, bq as SparklyButton, t as SpeechToText, df as SpinningClickAnimation, cd as SplashCursor, cF as SquircleAvatar, br as SquishButton, bQ as StackingCards, $ as StaticSolarEclipse, cy as StickyHeader, q as StickyList, e4 as StretchToggle, dg as StretchyLoader, c2 as StrikethroughCheckbox, c3 as StrikethroughCheckboxes, dh as StuntPreloader, di as SubtleBorderAnimation, dj as SuccessLoader, bs as SuccessLoadingButton, dI as TabBarAnimation, a8 as TextImageHover, eh as TextMorphing, ei as TextOutline, ej as TextShadow, aq as Texture, ac as ThanosDisappearEffect, ad as ThanosDisappearEffectList, bt as ThreadsLikeButton, dk as ThreeDotsLoader, bu as ThumbsUpButton, dn as Ticker, bv as TicklishButton, dl as TimeCirclesLoader, e5 as TippingSwitch, f as Toasts, e6 as ToggleBubble, e7 as ToggleClipPath, el as TooltipRangeSlider, a0 as TranslucentBackdrop, bw as TrickButton, w as TurbulenceFilter, cV as UnderlinedLink, cW as UnderlinedLink2, ag as ViewTransitionAddToCard, af as ViewTransitionImageGallery, aa as VoiceAnimation, dJ as WavyMenu, ar as WebGLSmoke, ek as WeightText, cl as getDockTooltipPosition, ew as noop, em as useAnimatedText, en as useBowser, eq as useLiveRef, er as useMatchMedia, es as useOklch, eo as useOutsideClick, ep as useOutsideClickRef, et as usePrevious, eu as usePreviousRender, ev as useWindowReady } from './index-DAWWSvvE.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarsis/toolkit",
3
- "version": "0.1.6",
3
+ "version": "0.2.0-alpha.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -67,8 +67,8 @@
67
67
  "@types/howler": "2.2.12",
68
68
  "@types/node": "20.17.9",
69
69
  "@types/p5": "1.7.6",
70
- "@types/react": "18.3.14",
71
- "@types/react-dom": "18.3.2",
70
+ "@types/react": "19.0.2",
71
+ "@types/react-dom": "19.0.2",
72
72
  "@typescript-eslint/eslint-plugin": "8.17.0",
73
73
  "@typescript-eslint/parser": "8.17.0",
74
74
  "@use-gesture/react": "10.3.1",
@@ -89,7 +89,7 @@
89
89
  "eslint-plugin-react-refresh": "0.4.16",
90
90
  "eslint-plugin-storybook": "0.11.1",
91
91
  "flickity": "2.0.10",
92
- "framer-motion": "11.13.1",
92
+ "framer-motion": "12.0.0-alpha.2",
93
93
  "gsap": "3.12.5",
94
94
  "gsap-trial": "3.12.5",
95
95
  "howler": "2.2.4",
@@ -100,8 +100,8 @@
100
100
  "postcss": "8.4.49",
101
101
  "postcss-preset-env": "10.1.1",
102
102
  "prettier": "3.4.2",
103
- "react": "18.3.1",
104
- "react-dom": "18.3.1",
103
+ "react": "19.0.0",
104
+ "react-dom": "19.0.0",
105
105
  "react-flip-toolkit": "7.2.4",
106
106
  "react-icons": "5.4.0",
107
107
  "rooks": "7.14.1",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "peerDependencies": {
119
119
  "@reach/tooltip": "0.18.0",
120
- "@react-spring/web": "9.7.4",
120
+ "@react-spring/web": "9.7.5",
121
121
  "@use-gesture/react": "10.3.1",
122
122
  "bowser": "2.11.0",
123
123
  "canvas-confetti": "1.9.3",
@@ -125,7 +125,7 @@
125
125
  "classnames": "2.5.1",
126
126
  "dat.gui": "0.7.9",
127
127
  "flickity": "2.0.10",
128
- "framer-motion": "11.13.1",
128
+ "framer-motion": "12.0.0-alpha.2",
129
129
  "gsap": "3.12.5",
130
130
  "gsap-trial": "3.12.5",
131
131
  "howler": "2.2.4",