Fix broken types in imported library

This commit is contained in:
Mattrixwv
2025-08-10 23:11:56 -04:00
parent 4402edcfa0
commit 7a31eade87
153 changed files with 171 additions and 150 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { ButtonProps } from "$/types/Button";
import type { ButtonProps } from "$/types/ButtonTypes";
import clsx from "clsx";
import Button from "./Button";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import { Checkbox } from "@headlessui/react";
import clsx from "clsx";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
@@ -1,4 +1,4 @@
import type { CheckboxProps } from "$/types/Input";
import type { CheckboxProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvCheckbox from "./MattrixwvCheckbox";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { DateInputProps } from "$/types/Input";
import type { DateInputProps } from "$/types/InputTypes";
import clsx from "clsx";
import moment from "moment";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { DateInputProps } from "$/types/Input";
import type { DateInputProps } from "$/types/InputTypes";
import clsx from "clsx";
import moment from "moment";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { DateInputProps } from "$/types/Input";
import type { DateInputProps } from "$/types/InputTypes";
import clsx from "clsx";
import moment from "moment";
@@ -1,4 +1,4 @@
import type { FileInputProps } from "$/types/Input";
import type { FileInputProps } from "$/types/InputTypes";
import { humanReadableBytes } from "$/util/FileUtil";
import clsx from "clsx";
import { useEffect, useRef, useState } from "react";
+1 -1
View File
@@ -1,5 +1,5 @@
import { SecondaryButton } from "$/component/button";
import type { FileInputProps } from "$/types/Input";
import type { FileInputProps } from "$/types/InputTypes";
import { humanReadableBytes } from "$/util/FileUtil";
import clsx from "clsx";
import { useRef, useState } from "react";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { NumberInputProps } from "$/types/Input";
import type { NumberInputProps } from "$/types/InputTypes";
import clsx from "clsx";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { NumberSliderProps } from "$/types/Input";
import type { NumberSliderProps } from "$/types/InputTypes";
import clsx from "clsx";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import { Radio } from "@headlessui/react";
import clsx from "clsx";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { RadioListProps } from "$/types/Input";
import type { RadioListProps } from "$/types/InputTypes";
import { RadioGroup } from "@headlessui/react";
import clsx from "clsx";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
@@ -1,4 +1,4 @@
import type { RadioButtonProps } from "$/types/Input";
import type { RadioButtonProps } from "$/types/InputTypes";
import clsx from "clsx";
import RadioButton from "./RadioButton";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvButtonSwitchProps } from "$/types/Input";
import type { MattrixwvButtonSwitchProps } from "$/types/InputTypes";
import { Switch } from "@headlessui/react";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import { Field, Label, Switch } from "@headlessui/react";
import clsx from "clsx";
import { Fragment } from "react/jsx-runtime";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MattrixwvSwitchProps } from "$/types/Input";
import type { MattrixwvSwitchProps } from "$/types/InputTypes";
import clsx from "clsx";
import MattrixwvSwitch from "./MattrixwvSwitch";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { OptionInputProps } from "$/types/Input";
import type { OptionInputProps } from "$/types/InputTypes";
import { ListboxOption } from "@headlessui/react";
import clsx from "clsx";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { SelectInputProps } from "$/types/Input";
import type { SelectInputProps } from "$/types/InputTypes";
import { Listbox, ListboxButton, ListboxOptions } from "@headlessui/react";
import clsx from "clsx";
import { BsChevronDown } from "react-icons/bs";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { TextAreaProps } from "$/types/Input";
import type { TextAreaProps } from "$/types/InputTypes";
import clsx from "clsx";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { TextInputProps } from "$/types/Input";
import type { TextInputProps } from "$/types/InputTypes";
import clsx from "clsx";
@@ -1,4 +1,4 @@
import type { LoadingBarsProps } from "$/types/Loading";
import type { LoadingBarsProps } from "$/types/LoadingTypes";
export default function CenterGrowingBars({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingBarsProps } from "$/types/Loading";
import type { LoadingBarsProps } from "$/types/LoadingTypes";
export default function CircleBars({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingBarsProps } from "$/types/Loading";
import type { LoadingBarsProps } from "$/types/LoadingTypes";
export default function FadingBars({
@@ -1,4 +1,4 @@
import type { LoadingBarsProps } from "$/types/Loading";
import type { LoadingBarsProps } from "$/types/LoadingTypes";
export default function FadingGrowingBars({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingBarsProps } from "$/types/Loading";
import type { LoadingBarsProps } from "$/types/LoadingTypes";
export default function GrowingBars({
@@ -1,4 +1,4 @@
import type { LoadingBlocksProps } from "$/types/Loading";
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
export default function PulsingBlocks({
@@ -1,4 +1,4 @@
import type { LoadingBlocksProps } from "$/types/Loading";
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
export default function SlidingBlocks2({
@@ -1,4 +1,4 @@
import type { LoadingBlocksProps } from "$/types/Loading";
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
export default function SlidingBlocks3({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingBlocksProps } from "$/types/Loading";
import type { LoadingBlocksProps } from "$/types/LoadingTypes";
export default function WaveBlocks({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function BouncingDots({
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function CircleCenterDots({
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function CircleFadingDots({
@@ -1,4 +1,4 @@
import type { CirclePulsingDotsProps } from "$/types/Loading";
import type { CirclePulsingDotsProps } from "$/types/LoadingTypes";
export default function CirclePulsingDots({
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function CircleRotatingDots({
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function CircleShrinkingDots({
@@ -1,4 +1,4 @@
import type { CircleSpinningDotProps } from "$/types/Loading";
import type { CircleSpinningDotProps } from "$/types/LoadingTypes";
export default function CircleSpinningDot({
width,
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function CyclingDots({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function FadingDots({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function PulsingDots({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function RotatingDots({
width,
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingDotsProps } from "$/types/Loading";
import type { LoadingDotsProps } from "$/types/LoadingTypes";
export default function SwellingDots({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function DoubleDrop({
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function DoubleWaveDrop({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function Drop({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function QuickDrop({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function QuickWaveDrop({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function TripleDrop({
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function TripleWaveDrop({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingPulseProps } from "$/types/Loading";
import type { LoadingPulseProps } from "$/types/LoadingTypes";
export default function WaveDrop({
@@ -1,4 +1,4 @@
import type { LoadingSpinnerProps } from "$/types/Loading";
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
export default function HalfSpinner({
@@ -1,4 +1,4 @@
import type { LoadingSpinnerProps } from "$/types/Loading";
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
export default function QuarterSpinner({
@@ -1,4 +1,4 @@
import type { RubberLoadingSpinnerProps } from "$/types/Loading";
import type { RubberLoadingSpinnerProps } from "$/types/LoadingTypes";
export default function RubberSpinner({
@@ -1,4 +1,4 @@
import type { LoadingSpinnerProps } from "$/types/Loading";
import type { LoadingSpinnerProps } from "$/types/LoadingTypes";
export default function ThreeQuarterSpinner({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function BouncingDot({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function PulsingLine({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningBinary({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningClock({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningEclipse({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningEclipseHalf({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningGalaxy({
@@ -1,4 +1,4 @@
import type { LoadingVariousProps } from "$/types/Loading";
import type { LoadingVariousProps } from "$/types/LoadingTypes";
export default function SpinningTadpole({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { LoadingWifiProps } from "$/types/Loading";
import type { LoadingWifiProps } from "$/types/LoadingTypes";
export default function Wifi({
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MessageBlockProps } from "$/types/Message";
import type { MessageBlockProps } from "$/types/MessageTypes";
import clsx from "clsx";
import MessageBlock from "./MessageBlock";
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MessageBlockProps } from "$/types/Message";
import type { MessageBlockProps } from "$/types/MessageTypes";
import clsx from "clsx";
import MessageBlock from "./MessageBlock";

Some files were not shown because too many files have changed in this diff Show More