resources/js/pages/auth/login.tsx(61,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: string; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: string; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: string; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: string; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'string' is not assignable to type 'Easing | Easing[] | undefined'. resources/js/pages/auth/login.tsx(77,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: string; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: string; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: string; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: string; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'string' is not assignable to type 'Easing | Easing[] | undefined'. resources/js/pages/auth/login.tsx(102,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: string; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: string; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: string; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: string; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'string' is not assignable to type 'Easing | Easing[] | undefined'. resources/js/pages/auth/login.tsx(114,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: string; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: string; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: string; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: string; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'string' is not assignable to type 'Easing | Easing[] | undefined'. resources/js/pages/auth/login.tsx(127,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: string; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: string; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: string; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: string; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: string; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'string' is not assignable to type 'Easing | Easing[] | undefined'. resources/js/pages/dashboard.tsx(128,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(149,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(170,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(191,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(218,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(299,37): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/dashboard.tsx(356,33): error TS2322: Type '{ hidden: { opacity: number; y: number; }; show: { opacity: number; y: number; transition: { duration: number; ease: number[]; }; }; }' is not assignable to type 'Variants'. Property 'show' is incompatible with index signature. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'Variant'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type 'TargetAndTransition'. Type '{ opacity: number; y: number; transition: { duration: number; ease: number[]; }; }' is not assignable to type '{ transition?: Transition | undefined; transitionEnd?: ResolvedValues$1 | undefined; }'. Types of property 'transition' are incompatible. Type '{ duration: number; ease: number[]; }' is not assignable to type 'Transition | undefined'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'TransitionWithValueOverrides'. Type '{ duration: number; ease: number[]; }' is not assignable to type 'ValueAnimationTransition'. Types of property 'ease' are incompatible. Type 'number[]' is not assignable to type 'Easing | Easing[] | undefined'. Type 'number[]' is not assignable to type 'EasingFunction | Easing[]'. Type 'number[]' is not assignable to type 'Easing[]'. Type 'number' is not assignable to type 'Easing'. resources/js/pages/vendors/Index.tsx(41,59): error TS2339: Property 'meta' does not exist on type 'PaginatedVendors'. resources/js/pages/vendors/Index.tsx(42,53): error TS2339: Property 'meta' does not exist on type 'PaginatedVendors'. resources/js/pages/vendors/Index.tsx(43,52): error TS2339: Property 'meta' does not exist on type 'PaginatedVendors'. resources/js/pages/vendors/Index.tsx(44,19): error TS2339: Property 'meta' does not exist on type 'PaginatedVendors'. resources/js/pages/vendors/Index.tsx(197,55): error TS7006: Parameter 'link' implicitly has an 'any' type. resources/js/pages/vendors/Index.tsx(197,61): error TS7006: Parameter 'idx' implicitly has an 'any' type.