@itamarshdev/reactwind 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ type TailwindSpacing = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "56" | "64" | "px" | (string & {});
2
+ type TailwindColor = "transparent" | "current" | "black" | "white" | "red-50" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "red-950" | "blue-50" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-950" | "green-50" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "green-950" | "yellow-50" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "yellow-950" | "gray-50" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "gray-950" | "indigo-50" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "indigo-950" | "purple-50" | "purple-100" | "purple-200" | "purple-300" | "purple-400" | "purple-500" | "purple-600" | "purple-700" | "purple-800" | "purple-900" | "purple-950" | "pink-50" | "pink-100" | "pink-200" | "pink-300" | "pink-400" | "pink-500" | "pink-600" | "pink-700" | "pink-800" | "pink-900" | "pink-950" | "slate-50" | "slate-100" | "slate-200" | "slate-300" | "slate-400" | "slate-500" | "slate-600" | "slate-700" | "slate-800" | "slate-900" | "slate-950" | "zinc-50" | "zinc-100" | "zinc-200" | "zinc-300" | "zinc-400" | "zinc-500" | "zinc-600" | "zinc-700" | "zinc-800" | "zinc-900" | "zinc-950" | "neutral-50" | "neutral-100" | "neutral-200" | "neutral-300" | "neutral-400" | "neutral-500" | "neutral-600" | "neutral-700" | "neutral-800" | "neutral-900" | "neutral-950" | "stone-50" | "stone-100" | "stone-200" | "stone-300" | "stone-400" | "stone-500" | "stone-600" | "stone-700" | "stone-800" | "stone-900" | "stone-950" | "orange-50" | "orange-100" | "orange-200" | "orange-300" | "orange-400" | "orange-500" | "orange-600" | "orange-700" | "orange-800" | "orange-900" | "orange-950" | "amber-50" | "amber-100" | "amber-200" | "amber-300" | "amber-400" | "amber-500" | "amber-600" | "amber-700" | "amber-800" | "amber-900" | "amber-950" | "lime-50" | "lime-100" | "lime-200" | "lime-300" | "lime-400" | "lime-500" | "lime-600" | "lime-700" | "lime-800" | "lime-900" | "lime-950" | "emerald-50" | "emerald-100" | "emerald-200" | "emerald-300" | "emerald-400" | "emerald-500" | "emerald-600" | "emerald-700" | "emerald-800" | "emerald-900" | "emerald-950" | "teal-50" | "teal-100" | "teal-200" | "teal-300" | "teal-400" | "teal-500" | "teal-600" | "teal-700" | "teal-800" | "teal-900" | "teal-950" | "cyan-50" | "cyan-100" | "cyan-200" | "cyan-300" | "cyan-400" | "cyan-500" | "cyan-600" | "cyan-700" | "cyan-800" | "cyan-900" | "cyan-950" | "sky-50" | "sky-100" | "sky-200" | "sky-300" | "sky-400" | "sky-500" | "sky-600" | "sky-700" | "sky-800" | "sky-900" | "sky-950" | "violet-50" | "violet-100" | "violet-200" | "violet-300" | "violet-400" | "violet-500" | "violet-600" | "violet-700" | "violet-800" | "violet-900" | "violet-950" | "fuchsia-50" | "fuchsia-100" | "fuchsia-200" | "fuchsia-300" | "fuchsia-400" | "fuchsia-500" | "fuchsia-600" | "fuchsia-700" | "fuchsia-800" | "fuchsia-900" | "fuchsia-950" | "rose-50" | "rose-100" | "rose-200" | "rose-300" | "rose-400" | "rose-500" | "rose-600" | "rose-700" | "rose-800" | "rose-900" | "rose-950" | (string & {});
3
+ type TailwindRadius = "none" | "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | (string & {});
4
+ type TailwindShadow = "sm" | "DEFAULT" | "md" | "lg" | "xl" | "2xl" | "inner" | "none" | (string & {});
5
+ type TailwindClass = "container" | "flex" | "inline-flex" | "grid" | "inline-grid" | "hidden" | "block" | "inline" | "inline-block" | "flex-row" | "flex-row-reverse" | "flex-col" | "flex-col-reverse" | "flex-wrap" | "flex-wrap-reverse" | "flex-nowrap" | "items-start" | "items-end" | "items-center" | "items-baseline" | "items-stretch" | "justify-start" | "justify-end" | "justify-center" | "justify-between" | "justify-around" | "justify-evenly" | "content-center" | "content-start" | "content-end" | "content-between" | "content-around" | "content-evenly" | "grow" | "grow-0" | "shrink" | "shrink-0" | "relative" | "absolute" | "fixed" | "sticky" | "static" | "z-0" | "z-10" | "z-20" | "z-30" | "z-40" | "z-50" | "z-auto" | "p-0" | "m-0" | "px-0" | "py-0" | "mx-0" | "my-0" | "pt-0" | "pr-0" | "pb-0" | "pl-0" | "mt-0" | "mr-0" | "mb-0" | "ml-0" | "w-0" | "h-0" | "min-w-0" | "max-w-0" | "min-h-0" | "max-h-0" | "gap-0" | "p-1" | "m-1" | "px-1" | "py-1" | "mx-1" | "my-1" | "pt-1" | "pr-1" | "pb-1" | "pl-1" | "mt-1" | "mr-1" | "mb-1" | "ml-1" | "w-1" | "h-1" | "min-w-1" | "max-w-1" | "min-h-1" | "max-h-1" | "gap-1" | "p-2" | "m-2" | "px-2" | "py-2" | "mx-2" | "my-2" | "pt-2" | "pr-2" | "pb-2" | "pl-2" | "mt-2" | "mr-2" | "mb-2" | "ml-2" | "w-2" | "h-2" | "min-w-2" | "max-w-2" | "min-h-2" | "max-h-2" | "gap-2" | "p-3" | "m-3" | "px-3" | "py-3" | "mx-3" | "my-3" | "pt-3" | "pr-3" | "pb-3" | "pl-3" | "mt-3" | "mr-3" | "mb-3" | "ml-3" | "w-3" | "h-3" | "min-w-3" | "max-w-3" | "min-h-3" | "max-h-3" | "gap-3" | "p-4" | "m-4" | "px-4" | "py-4" | "mx-4" | "my-4" | "pt-4" | "pr-4" | "pb-4" | "pl-4" | "mt-4" | "mr-4" | "mb-4" | "ml-4" | "w-4" | "h-4" | "min-w-4" | "max-w-4" | "min-h-4" | "max-h-4" | "gap-4" | "p-5" | "m-5" | "px-5" | "py-5" | "mx-5" | "my-5" | "pt-5" | "pr-5" | "pb-5" | "pl-5" | "mt-5" | "mr-5" | "mb-5" | "ml-5" | "w-5" | "h-5" | "min-w-5" | "max-w-5" | "min-h-5" | "max-h-5" | "gap-5" | "p-6" | "m-6" | "px-6" | "py-6" | "mx-6" | "my-6" | "pt-6" | "pr-6" | "pb-6" | "pl-6" | "mt-6" | "mr-6" | "mb-6" | "ml-6" | "w-6" | "h-6" | "min-w-6" | "max-w-6" | "min-h-6" | "max-h-6" | "gap-6" | "p-8" | "m-8" | "px-8" | "py-8" | "mx-8" | "my-8" | "pt-8" | "pr-8" | "pb-8" | "pl-8" | "mt-8" | "mr-8" | "mb-8" | "ml-8" | "w-8" | "h-8" | "min-w-8" | "max-w-8" | "min-h-8" | "max-h-8" | "gap-8" | "p-10" | "m-10" | "px-10" | "py-10" | "mx-10" | "my-10" | "pt-10" | "pr-10" | "pb-10" | "pl-10" | "mt-10" | "mr-10" | "mb-10" | "ml-10" | "w-10" | "h-10" | "min-w-10" | "max-w-10" | "min-h-10" | "max-h-10" | "gap-10" | "p-12" | "m-12" | "px-12" | "py-12" | "mx-12" | "my-12" | "pt-12" | "pr-12" | "pb-12" | "pl-12" | "mt-12" | "mr-12" | "mb-12" | "ml-12" | "w-12" | "h-12" | "min-w-12" | "max-w-12" | "min-h-12" | "max-h-12" | "gap-12" | "p-16" | "m-16" | "px-16" | "py-16" | "mx-16" | "my-16" | "pt-16" | "pr-16" | "pb-16" | "pl-16" | "mt-16" | "mr-16" | "mb-16" | "ml-16" | "w-16" | "h-16" | "min-w-16" | "max-w-16" | "min-h-16" | "max-h-16" | "gap-16" | "p-20" | "m-20" | "px-20" | "py-20" | "mx-20" | "my-20" | "pt-20" | "pr-20" | "pb-20" | "pl-20" | "mt-20" | "mr-20" | "mb-20" | "ml-20" | "w-20" | "h-20" | "min-w-20" | "max-w-20" | "min-h-20" | "max-h-20" | "gap-20" | "p-24" | "m-24" | "px-24" | "py-24" | "mx-24" | "my-24" | "pt-24" | "pr-24" | "pb-24" | "pl-24" | "mt-24" | "mr-24" | "mb-24" | "ml-24" | "w-24" | "h-24" | "min-w-24" | "max-w-24" | "min-h-24" | "max-h-24" | "gap-24" | "p-32" | "m-32" | "px-32" | "py-32" | "mx-32" | "my-32" | "pt-32" | "pr-32" | "pb-32" | "pl-32" | "mt-32" | "mr-32" | "mb-32" | "ml-32" | "w-32" | "h-32" | "min-w-32" | "max-w-32" | "min-h-32" | "max-h-32" | "gap-32" | "p-40" | "m-40" | "px-40" | "py-40" | "mx-40" | "my-40" | "pt-40" | "pr-40" | "pb-40" | "pl-40" | "mt-40" | "mr-40" | "mb-40" | "ml-40" | "w-40" | "h-40" | "min-w-40" | "max-w-40" | "min-h-40" | "max-h-40" | "gap-40" | "p-48" | "m-48" | "px-48" | "py-48" | "mx-48" | "my-48" | "pt-48" | "pr-48" | "pb-48" | "pl-48" | "mt-48" | "mr-48" | "mb-48" | "ml-48" | "w-48" | "h-48" | "min-w-48" | "max-w-48" | "min-h-48" | "max-h-48" | "gap-48" | "p-56" | "m-56" | "px-56" | "py-56" | "mx-56" | "my-56" | "pt-56" | "pr-56" | "pb-56" | "pl-56" | "mt-56" | "mr-56" | "mb-56" | "ml-56" | "w-56" | "h-56" | "min-w-56" | "max-w-56" | "min-h-56" | "max-h-56" | "gap-56" | "p-64" | "m-64" | "px-64" | "py-64" | "mx-64" | "my-64" | "pt-64" | "pr-64" | "pb-64" | "pl-64" | "mt-64" | "mr-64" | "mb-64" | "ml-64" | "w-64" | "h-64" | "min-w-64" | "max-w-64" | "min-h-64" | "max-h-64" | "gap-64" | "p-px" | "m-px" | "px-px" | "py-px" | "mx-px" | "my-px" | "pt-px" | "pr-px" | "pb-px" | "pl-px" | "mt-px" | "mr-px" | "mb-px" | "ml-px" | "w-px" | "h-px" | "min-w-px" | "max-w-px" | "min-h-px" | "max-h-px" | "gap-px" | "bg-transparent" | "text-transparent" | "border-transparent" | "fill-transparent" | "stroke-transparent" | "bg-current" | "text-current" | "border-current" | "fill-current" | "stroke-current" | "bg-black" | "text-black" | "border-black" | "fill-black" | "stroke-black" | "bg-white" | "text-white" | "border-white" | "fill-white" | "stroke-white" | "bg-red-50" | "text-red-50" | "border-red-50" | "fill-red-50" | "stroke-red-50" | "bg-red-100" | "text-red-100" | "border-red-100" | "fill-red-100" | "stroke-red-100" | "bg-red-200" | "text-red-200" | "border-red-200" | "fill-red-200" | "stroke-red-200" | "bg-red-300" | "text-red-300" | "border-red-300" | "fill-red-300" | "stroke-red-300" | "bg-red-400" | "text-red-400" | "border-red-400" | "fill-red-400" | "stroke-red-400" | "bg-red-500" | "text-red-500" | "border-red-500" | "fill-red-500" | "stroke-red-500" | "bg-red-600" | "text-red-600" | "border-red-600" | "fill-red-600" | "stroke-red-600" | "bg-red-700" | "text-red-700" | "border-red-700" | "fill-red-700" | "stroke-red-700" | "bg-red-800" | "text-red-800" | "border-red-800" | "fill-red-800" | "stroke-red-800" | "bg-red-900" | "text-red-900" | "border-red-900" | "fill-red-900" | "stroke-red-900" | "bg-red-950" | "text-red-950" | "border-red-950" | "fill-red-950" | "stroke-red-950" | "bg-blue-50" | "text-blue-50" | "border-blue-50" | "fill-blue-50" | "stroke-blue-50" | "bg-blue-100" | "text-blue-100" | "border-blue-100" | "fill-blue-100" | "stroke-blue-100" | "bg-blue-200" | "text-blue-200" | "border-blue-200" | "fill-blue-200" | "stroke-blue-200" | "bg-blue-300" | "text-blue-300" | "border-blue-300" | "fill-blue-300" | "stroke-blue-300" | "bg-blue-400" | "text-blue-400" | "border-blue-400" | "fill-blue-400" | "stroke-blue-400" | "bg-blue-500" | "text-blue-500" | "border-blue-500" | "fill-blue-500" | "stroke-blue-500" | "bg-blue-600" | "text-blue-600" | "border-blue-600" | "fill-blue-600" | "stroke-blue-600" | "bg-blue-700" | "text-blue-700" | "border-blue-700" | "fill-blue-700" | "stroke-blue-700" | "bg-blue-800" | "text-blue-800" | "border-blue-800" | "fill-blue-800" | "stroke-blue-800" | "bg-blue-900" | "text-blue-900" | "border-blue-900" | "fill-blue-900" | "stroke-blue-900" | "bg-blue-950" | "text-blue-950" | "border-blue-950" | "fill-blue-950" | "stroke-blue-950" | "bg-green-50" | "text-green-50" | "border-green-50" | "fill-green-50" | "stroke-green-50" | "bg-green-100" | "text-green-100" | "border-green-100" | "fill-green-100" | "stroke-green-100" | "bg-green-200" | "text-green-200" | "border-green-200" | "fill-green-200" | "stroke-green-200" | "bg-green-300" | "text-green-300" | "border-green-300" | "fill-green-300" | "stroke-green-300" | "bg-green-400" | "text-green-400" | "border-green-400" | "fill-green-400" | "stroke-green-400" | "bg-green-500" | "text-green-500" | "border-green-500" | "fill-green-500" | "stroke-green-500" | "bg-green-600" | "text-green-600" | "border-green-600" | "fill-green-600" | "stroke-green-600" | "bg-green-700" | "text-green-700" | "border-green-700" | "fill-green-700" | "stroke-green-700" | "bg-green-800" | "text-green-800" | "border-green-800" | "fill-green-800" | "stroke-green-800" | "bg-green-900" | "text-green-900" | "border-green-900" | "fill-green-900" | "stroke-green-900" | "bg-green-950" | "text-green-950" | "border-green-950" | "fill-green-950" | "stroke-green-950" | "bg-yellow-50" | "text-yellow-50" | "border-yellow-50" | "fill-yellow-50" | "stroke-yellow-50" | "bg-yellow-100" | "text-yellow-100" | "border-yellow-100" | "fill-yellow-100" | "stroke-yellow-100" | "bg-yellow-200" | "text-yellow-200" | "border-yellow-200" | "fill-yellow-200" | "stroke-yellow-200" | "bg-yellow-300" | "text-yellow-300" | "border-yellow-300" | "fill-yellow-300" | "stroke-yellow-300" | "bg-yellow-400" | "text-yellow-400" | "border-yellow-400" | "fill-yellow-400" | "stroke-yellow-400" | "bg-yellow-500" | "text-yellow-500" | "border-yellow-500" | "fill-yellow-500" | "stroke-yellow-500" | "bg-yellow-600" | "text-yellow-600" | "border-yellow-600" | "fill-yellow-600" | "stroke-yellow-600" | "bg-yellow-700" | "text-yellow-700" | "border-yellow-700" | "fill-yellow-700" | "stroke-yellow-700" | "bg-yellow-800" | "text-yellow-800" | "border-yellow-800" | "fill-yellow-800" | "stroke-yellow-800" | "bg-yellow-900" | "text-yellow-900" | "border-yellow-900" | "fill-yellow-900" | "stroke-yellow-900" | "bg-yellow-950" | "text-yellow-950" | "border-yellow-950" | "fill-yellow-950" | "stroke-yellow-950" | "bg-gray-50" | "text-gray-50" | "border-gray-50" | "fill-gray-50" | "stroke-gray-50" | "bg-gray-100" | "text-gray-100" | "border-gray-100" | "fill-gray-100" | "stroke-gray-100" | "bg-gray-200" | "text-gray-200" | "border-gray-200" | "fill-gray-200" | "stroke-gray-200" | "bg-gray-300" | "text-gray-300" | "border-gray-300" | "fill-gray-300" | "stroke-gray-300" | "bg-gray-400" | "text-gray-400" | "border-gray-400" | "fill-gray-400" | "stroke-gray-400" | "bg-gray-500" | "text-gray-500" | "border-gray-500" | "fill-gray-500" | "stroke-gray-500" | "bg-gray-600" | "text-gray-600" | "border-gray-600" | "fill-gray-600" | "stroke-gray-600" | "bg-gray-700" | "text-gray-700" | "border-gray-700" | "fill-gray-700" | "stroke-gray-700" | "bg-gray-800" | "text-gray-800" | "border-gray-800" | "fill-gray-800" | "stroke-gray-800" | "bg-gray-900" | "text-gray-900" | "border-gray-900" | "fill-gray-900" | "stroke-gray-900" | "bg-gray-950" | "text-gray-950" | "border-gray-950" | "fill-gray-950" | "stroke-gray-950" | "bg-indigo-50" | "text-indigo-50" | "border-indigo-50" | "fill-indigo-50" | "stroke-indigo-50" | "bg-indigo-100" | "text-indigo-100" | "border-indigo-100" | "fill-indigo-100" | "stroke-indigo-100" | "bg-indigo-200" | "text-indigo-200" | "border-indigo-200" | "fill-indigo-200" | "stroke-indigo-200" | "bg-indigo-300" | "text-indigo-300" | "border-indigo-300" | "fill-indigo-300" | "stroke-indigo-300" | "bg-indigo-400" | "text-indigo-400" | "border-indigo-400" | "fill-indigo-400" | "stroke-indigo-400" | "bg-indigo-500" | "text-indigo-500" | "border-indigo-500" | "fill-indigo-500" | "stroke-indigo-500" | "bg-indigo-600" | "text-indigo-600" | "border-indigo-600" | "fill-indigo-600" | "stroke-indigo-600" | "bg-indigo-700" | "text-indigo-700" | "border-indigo-700" | "fill-indigo-700" | "stroke-indigo-700" | "bg-indigo-800" | "text-indigo-800" | "border-indigo-800" | "fill-indigo-800" | "stroke-indigo-800" | "bg-indigo-900" | "text-indigo-900" | "border-indigo-900" | "fill-indigo-900" | "stroke-indigo-900" | "bg-indigo-950" | "text-indigo-950" | "border-indigo-950" | "fill-indigo-950" | "stroke-indigo-950" | "bg-purple-50" | "text-purple-50" | "border-purple-50" | "fill-purple-50" | "stroke-purple-50" | "bg-purple-100" | "text-purple-100" | "border-purple-100" | "fill-purple-100" | "stroke-purple-100" | "bg-purple-200" | "text-purple-200" | "border-purple-200" | "fill-purple-200" | "stroke-purple-200" | "bg-purple-300" | "text-purple-300" | "border-purple-300" | "fill-purple-300" | "stroke-purple-300" | "bg-purple-400" | "text-purple-400" | "border-purple-400" | "fill-purple-400" | "stroke-purple-400" | "bg-purple-500" | "text-purple-500" | "border-purple-500" | "fill-purple-500" | "stroke-purple-500" | "bg-purple-600" | "text-purple-600" | "border-purple-600" | "fill-purple-600" | "stroke-purple-600" | "bg-purple-700" | "text-purple-700" | "border-purple-700" | "fill-purple-700" | "stroke-purple-700" | "bg-purple-800" | "text-purple-800" | "border-purple-800" | "fill-purple-800" | "stroke-purple-800" | "bg-purple-900" | "text-purple-900" | "border-purple-900" | "fill-purple-900" | "stroke-purple-900" | "bg-purple-950" | "text-purple-950" | "border-purple-950" | "fill-purple-950" | "stroke-purple-950" | "bg-pink-50" | "text-pink-50" | "border-pink-50" | "fill-pink-50" | "stroke-pink-50" | "bg-pink-100" | "text-pink-100" | "border-pink-100" | "fill-pink-100" | "stroke-pink-100" | "bg-pink-200" | "text-pink-200" | "border-pink-200" | "fill-pink-200" | "stroke-pink-200" | "bg-pink-300" | "text-pink-300" | "border-pink-300" | "fill-pink-300" | "stroke-pink-300" | "bg-pink-400" | "text-pink-400" | "border-pink-400" | "fill-pink-400" | "stroke-pink-400" | "bg-pink-500" | "text-pink-500" | "border-pink-500" | "fill-pink-500" | "stroke-pink-500" | "bg-pink-600" | "text-pink-600" | "border-pink-600" | "fill-pink-600" | "stroke-pink-600" | "bg-pink-700" | "text-pink-700" | "border-pink-700" | "fill-pink-700" | "stroke-pink-700" | "bg-pink-800" | "text-pink-800" | "border-pink-800" | "fill-pink-800" | "stroke-pink-800" | "bg-pink-900" | "text-pink-900" | "border-pink-900" | "fill-pink-900" | "stroke-pink-900" | "bg-pink-950" | "text-pink-950" | "border-pink-950" | "fill-pink-950" | "stroke-pink-950" | "bg-slate-50" | "text-slate-50" | "border-slate-50" | "fill-slate-50" | "stroke-slate-50" | "bg-slate-100" | "text-slate-100" | "border-slate-100" | "fill-slate-100" | "stroke-slate-100" | "bg-slate-200" | "text-slate-200" | "border-slate-200" | "fill-slate-200" | "stroke-slate-200" | "bg-slate-300" | "text-slate-300" | "border-slate-300" | "fill-slate-300" | "stroke-slate-300" | "bg-slate-400" | "text-slate-400" | "border-slate-400" | "fill-slate-400" | "stroke-slate-400" | "bg-slate-500" | "text-slate-500" | "border-slate-500" | "fill-slate-500" | "stroke-slate-500" | "bg-slate-600" | "text-slate-600" | "border-slate-600" | "fill-slate-600" | "stroke-slate-600" | "bg-slate-700" | "text-slate-700" | "border-slate-700" | "fill-slate-700" | "stroke-slate-700" | "bg-slate-800" | "text-slate-800" | "border-slate-800" | "fill-slate-800" | "stroke-slate-800" | "bg-slate-900" | "text-slate-900" | "border-slate-900" | "fill-slate-900" | "stroke-slate-900" | "bg-slate-950" | "text-slate-950" | "border-slate-950" | "fill-slate-950" | "stroke-slate-950" | "bg-zinc-50" | "text-zinc-50" | "border-zinc-50" | "fill-zinc-50" | "stroke-zinc-50" | "bg-zinc-100" | "text-zinc-100" | "border-zinc-100" | "fill-zinc-100" | "stroke-zinc-100" | "bg-zinc-200" | "text-zinc-200" | "border-zinc-200" | "fill-zinc-200" | "stroke-zinc-200" | "bg-zinc-300" | "text-zinc-300" | "border-zinc-300" | "fill-zinc-300" | "stroke-zinc-300" | "bg-zinc-400" | "text-zinc-400" | "border-zinc-400" | "fill-zinc-400" | "stroke-zinc-400" | "bg-zinc-500" | "text-zinc-500" | "border-zinc-500" | "fill-zinc-500" | "stroke-zinc-500" | "bg-zinc-600" | "text-zinc-600" | "border-zinc-600" | "fill-zinc-600" | "stroke-zinc-600" | "bg-zinc-700" | "text-zinc-700" | "border-zinc-700" | "fill-zinc-700" | "stroke-zinc-700" | "bg-zinc-800" | "text-zinc-800" | "border-zinc-800" | "fill-zinc-800" | "stroke-zinc-800" | "bg-zinc-900" | "text-zinc-900" | "border-zinc-900" | "fill-zinc-900" | "stroke-zinc-900" | "bg-zinc-950" | "text-zinc-950" | "border-zinc-950" | "fill-zinc-950" | "stroke-zinc-950" | "bg-neutral-50" | "text-neutral-50" | "border-neutral-50" | "fill-neutral-50" | "stroke-neutral-50" | "bg-neutral-100" | "text-neutral-100" | "border-neutral-100" | "fill-neutral-100" | "stroke-neutral-100" | "bg-neutral-200" | "text-neutral-200" | "border-neutral-200" | "fill-neutral-200" | "stroke-neutral-200" | "bg-neutral-300" | "text-neutral-300" | "border-neutral-300" | "fill-neutral-300" | "stroke-neutral-300" | "bg-neutral-400" | "text-neutral-400" | "border-neutral-400" | "fill-neutral-400" | "stroke-neutral-400" | "bg-neutral-500" | "text-neutral-500" | "border-neutral-500" | "fill-neutral-500" | "stroke-neutral-500" | "bg-neutral-600" | "text-neutral-600" | "border-neutral-600" | "fill-neutral-600" | "stroke-neutral-600" | "bg-neutral-700" | "text-neutral-700" | "border-neutral-700" | "fill-neutral-700" | "stroke-neutral-700" | "bg-neutral-800" | "text-neutral-800" | "border-neutral-800" | "fill-neutral-800" | "stroke-neutral-800" | "bg-neutral-900" | "text-neutral-900" | "border-neutral-900" | "fill-neutral-900" | "stroke-neutral-900" | "bg-neutral-950" | "text-neutral-950" | "border-neutral-950" | "fill-neutral-950" | "stroke-neutral-950" | "bg-stone-50" | "text-stone-50" | "border-stone-50" | "fill-stone-50" | "stroke-stone-50" | "bg-stone-100" | "text-stone-100" | "border-stone-100" | "fill-stone-100" | "stroke-stone-100" | "bg-stone-200" | "text-stone-200" | "border-stone-200" | "fill-stone-200" | "stroke-stone-200" | "bg-stone-300" | "text-stone-300" | "border-stone-300" | "fill-stone-300" | "stroke-stone-300" | "bg-stone-400" | "text-stone-400" | "border-stone-400" | "fill-stone-400" | "stroke-stone-400" | "bg-stone-500" | "text-stone-500" | "border-stone-500" | "fill-stone-500" | "stroke-stone-500" | "bg-stone-600" | "text-stone-600" | "border-stone-600" | "fill-stone-600" | "stroke-stone-600" | "bg-stone-700" | "text-stone-700" | "border-stone-700" | "fill-stone-700" | "stroke-stone-700" | "bg-stone-800" | "text-stone-800" | "border-stone-800" | "fill-stone-800" | "stroke-stone-800" | "bg-stone-900" | "text-stone-900" | "border-stone-900" | "fill-stone-900" | "stroke-stone-900" | "bg-stone-950" | "text-stone-950" | "border-stone-950" | "fill-stone-950" | "stroke-stone-950" | "bg-orange-50" | "text-orange-50" | "border-orange-50" | "fill-orange-50" | "stroke-orange-50" | "bg-orange-100" | "text-orange-100" | "border-orange-100" | "fill-orange-100" | "stroke-orange-100" | "bg-orange-200" | "text-orange-200" | "border-orange-200" | "fill-orange-200" | "stroke-orange-200" | "bg-orange-300" | "text-orange-300" | "border-orange-300" | "fill-orange-300" | "stroke-orange-300" | "bg-orange-400" | "text-orange-400" | "border-orange-400" | "fill-orange-400" | "stroke-orange-400" | "bg-orange-500" | "text-orange-500" | "border-orange-500" | "fill-orange-500" | "stroke-orange-500" | "bg-orange-600" | "text-orange-600" | "border-orange-600" | "fill-orange-600" | "stroke-orange-600" | "bg-orange-700" | "text-orange-700" | "border-orange-700" | "fill-orange-700" | "stroke-orange-700" | "bg-orange-800" | "text-orange-800" | "border-orange-800" | "fill-orange-800" | "stroke-orange-800" | "bg-orange-900" | "text-orange-900" | "border-orange-900" | "fill-orange-900" | "stroke-orange-900" | "bg-orange-950" | "text-orange-950" | "border-orange-950" | "fill-orange-950" | "stroke-orange-950" | "bg-amber-50" | "text-amber-50" | "border-amber-50" | "fill-amber-50" | "stroke-amber-50" | "bg-amber-100" | "text-amber-100" | "border-amber-100" | "fill-amber-100" | "stroke-amber-100" | "bg-amber-200" | "text-amber-200" | "border-amber-200" | "fill-amber-200" | "stroke-amber-200" | "bg-amber-300" | "text-amber-300" | "border-amber-300" | "fill-amber-300" | "stroke-amber-300" | "bg-amber-400" | "text-amber-400" | "border-amber-400" | "fill-amber-400" | "stroke-amber-400" | "bg-amber-500" | "text-amber-500" | "border-amber-500" | "fill-amber-500" | "stroke-amber-500" | "bg-amber-600" | "text-amber-600" | "border-amber-600" | "fill-amber-600" | "stroke-amber-600" | "bg-amber-700" | "text-amber-700" | "border-amber-700" | "fill-amber-700" | "stroke-amber-700" | "bg-amber-800" | "text-amber-800" | "border-amber-800" | "fill-amber-800" | "stroke-amber-800" | "bg-amber-900" | "text-amber-900" | "border-amber-900" | "fill-amber-900" | "stroke-amber-900" | "bg-amber-950" | "text-amber-950" | "border-amber-950" | "fill-amber-950" | "stroke-amber-950" | "bg-lime-50" | "text-lime-50" | "border-lime-50" | "fill-lime-50" | "stroke-lime-50" | "bg-lime-100" | "text-lime-100" | "border-lime-100" | "fill-lime-100" | "stroke-lime-100" | "bg-lime-200" | "text-lime-200" | "border-lime-200" | "fill-lime-200" | "stroke-lime-200" | "bg-lime-300" | "text-lime-300" | "border-lime-300" | "fill-lime-300" | "stroke-lime-300" | "bg-lime-400" | "text-lime-400" | "border-lime-400" | "fill-lime-400" | "stroke-lime-400" | "bg-lime-500" | "text-lime-500" | "border-lime-500" | "fill-lime-500" | "stroke-lime-500" | "bg-lime-600" | "text-lime-600" | "border-lime-600" | "fill-lime-600" | "stroke-lime-600" | "bg-lime-700" | "text-lime-700" | "border-lime-700" | "fill-lime-700" | "stroke-lime-700" | "bg-lime-800" | "text-lime-800" | "border-lime-800" | "fill-lime-800" | "stroke-lime-800" | "bg-lime-900" | "text-lime-900" | "border-lime-900" | "fill-lime-900" | "stroke-lime-900" | "bg-lime-950" | "text-lime-950" | "border-lime-950" | "fill-lime-950" | "stroke-lime-950" | "bg-emerald-50" | "text-emerald-50" | "border-emerald-50" | "fill-emerald-50" | "stroke-emerald-50" | "bg-emerald-100" | "text-emerald-100" | "border-emerald-100" | "fill-emerald-100" | "stroke-emerald-100" | "bg-emerald-200" | "text-emerald-200" | "border-emerald-200" | "fill-emerald-200" | "stroke-emerald-200" | "bg-emerald-300" | "text-emerald-300" | "border-emerald-300" | "fill-emerald-300" | "stroke-emerald-300" | "bg-emerald-400" | "text-emerald-400" | "border-emerald-400" | "fill-emerald-400" | "stroke-emerald-400" | "bg-emerald-500" | "text-emerald-500" | "border-emerald-500" | "fill-emerald-500" | "stroke-emerald-500" | "bg-emerald-600" | "text-emerald-600" | "border-emerald-600" | "fill-emerald-600" | "stroke-emerald-600" | "bg-emerald-700" | "text-emerald-700" | "border-emerald-700" | "fill-emerald-700" | "stroke-emerald-700" | "bg-emerald-800" | "text-emerald-800" | "border-emerald-800" | "fill-emerald-800" | "stroke-emerald-800" | "bg-emerald-900" | "text-emerald-900" | "border-emerald-900" | "fill-emerald-900" | "stroke-emerald-900" | "bg-emerald-950" | "text-emerald-950" | "border-emerald-950" | "fill-emerald-950" | "stroke-emerald-950" | "bg-teal-50" | "text-teal-50" | "border-teal-50" | "fill-teal-50" | "stroke-teal-50" | "bg-teal-100" | "text-teal-100" | "border-teal-100" | "fill-teal-100" | "stroke-teal-100" | "bg-teal-200" | "text-teal-200" | "border-teal-200" | "fill-teal-200" | "stroke-teal-200" | "bg-teal-300" | "text-teal-300" | "border-teal-300" | "fill-teal-300" | "stroke-teal-300" | "bg-teal-400" | "text-teal-400" | "border-teal-400" | "fill-teal-400" | "stroke-teal-400" | "bg-teal-500" | "text-teal-500" | "border-teal-500" | "fill-teal-500" | "stroke-teal-500" | "bg-teal-600" | "text-teal-600" | "border-teal-600" | "fill-teal-600" | "stroke-teal-600" | "bg-teal-700" | "text-teal-700" | "border-teal-700" | "fill-teal-700" | "stroke-teal-700" | "bg-teal-800" | "text-teal-800" | "border-teal-800" | "fill-teal-800" | "stroke-teal-800" | "bg-teal-900" | "text-teal-900" | "border-teal-900" | "fill-teal-900" | "stroke-teal-900" | "bg-teal-950" | "text-teal-950" | "border-teal-950" | "fill-teal-950" | "stroke-teal-950" | "bg-cyan-50" | "text-cyan-50" | "border-cyan-50" | "fill-cyan-50" | "stroke-cyan-50" | "bg-cyan-100" | "text-cyan-100" | "border-cyan-100" | "fill-cyan-100" | "stroke-cyan-100" | "bg-cyan-200" | "text-cyan-200" | "border-cyan-200" | "fill-cyan-200" | "stroke-cyan-200" | "bg-cyan-300" | "text-cyan-300" | "border-cyan-300" | "fill-cyan-300" | "stroke-cyan-300" | "bg-cyan-400" | "text-cyan-400" | "border-cyan-400" | "fill-cyan-400" | "stroke-cyan-400" | "bg-cyan-500" | "text-cyan-500" | "border-cyan-500" | "fill-cyan-500" | "stroke-cyan-500" | "bg-cyan-600" | "text-cyan-600" | "border-cyan-600" | "fill-cyan-600" | "stroke-cyan-600" | "bg-cyan-700" | "text-cyan-700" | "border-cyan-700" | "fill-cyan-700" | "stroke-cyan-700" | "bg-cyan-800" | "text-cyan-800" | "border-cyan-800" | "fill-cyan-800" | "stroke-cyan-800" | "bg-cyan-900" | "text-cyan-900" | "border-cyan-900" | "fill-cyan-900" | "stroke-cyan-900" | "bg-cyan-950" | "text-cyan-950" | "border-cyan-950" | "fill-cyan-950" | "stroke-cyan-950" | "bg-sky-50" | "text-sky-50" | "border-sky-50" | "fill-sky-50" | "stroke-sky-50" | "bg-sky-100" | "text-sky-100" | "border-sky-100" | "fill-sky-100" | "stroke-sky-100" | "bg-sky-200" | "text-sky-200" | "border-sky-200" | "fill-sky-200" | "stroke-sky-200" | "bg-sky-300" | "text-sky-300" | "border-sky-300" | "fill-sky-300" | "stroke-sky-300" | "bg-sky-400" | "text-sky-400" | "border-sky-400" | "fill-sky-400" | "stroke-sky-400" | "bg-sky-500" | "text-sky-500" | "border-sky-500" | "fill-sky-500" | "stroke-sky-500" | "bg-sky-600" | "text-sky-600" | "border-sky-600" | "fill-sky-600" | "stroke-sky-600" | "bg-sky-700" | "text-sky-700" | "border-sky-700" | "fill-sky-700" | "stroke-sky-700" | "bg-sky-800" | "text-sky-800" | "border-sky-800" | "fill-sky-800" | "stroke-sky-800" | "bg-sky-900" | "text-sky-900" | "border-sky-900" | "fill-sky-900" | "stroke-sky-900" | "bg-sky-950" | "text-sky-950" | "border-sky-950" | "fill-sky-950" | "stroke-sky-950" | "bg-violet-50" | "text-violet-50" | "border-violet-50" | "fill-violet-50" | "stroke-violet-50" | "bg-violet-100" | "text-violet-100" | "border-violet-100" | "fill-violet-100" | "stroke-violet-100" | "bg-violet-200" | "text-violet-200" | "border-violet-200" | "fill-violet-200" | "stroke-violet-200" | "bg-violet-300" | "text-violet-300" | "border-violet-300" | "fill-violet-300" | "stroke-violet-300" | "bg-violet-400" | "text-violet-400" | "border-violet-400" | "fill-violet-400" | "stroke-violet-400" | "bg-violet-500" | "text-violet-500" | "border-violet-500" | "fill-violet-500" | "stroke-violet-500" | "bg-violet-600" | "text-violet-600" | "border-violet-600" | "fill-violet-600" | "stroke-violet-600" | "bg-violet-700" | "text-violet-700" | "border-violet-700" | "fill-violet-700" | "stroke-violet-700" | "bg-violet-800" | "text-violet-800" | "border-violet-800" | "fill-violet-800" | "stroke-violet-800" | "bg-violet-900" | "text-violet-900" | "border-violet-900" | "fill-violet-900" | "stroke-violet-900" | "bg-violet-950" | "text-violet-950" | "border-violet-950" | "fill-violet-950" | "stroke-violet-950" | "bg-fuchsia-50" | "text-fuchsia-50" | "border-fuchsia-50" | "fill-fuchsia-50" | "stroke-fuchsia-50" | "bg-fuchsia-100" | "text-fuchsia-100" | "border-fuchsia-100" | "fill-fuchsia-100" | "stroke-fuchsia-100" | "bg-fuchsia-200" | "text-fuchsia-200" | "border-fuchsia-200" | "fill-fuchsia-200" | "stroke-fuchsia-200" | "bg-fuchsia-300" | "text-fuchsia-300" | "border-fuchsia-300" | "fill-fuchsia-300" | "stroke-fuchsia-300" | "bg-fuchsia-400" | "text-fuchsia-400" | "border-fuchsia-400" | "fill-fuchsia-400" | "stroke-fuchsia-400" | "bg-fuchsia-500" | "text-fuchsia-500" | "border-fuchsia-500" | "fill-fuchsia-500" | "stroke-fuchsia-500" | "bg-fuchsia-600" | "text-fuchsia-600" | "border-fuchsia-600" | "fill-fuchsia-600" | "stroke-fuchsia-600" | "bg-fuchsia-700" | "text-fuchsia-700" | "border-fuchsia-700" | "fill-fuchsia-700" | "stroke-fuchsia-700" | "bg-fuchsia-800" | "text-fuchsia-800" | "border-fuchsia-800" | "fill-fuchsia-800" | "stroke-fuchsia-800" | "bg-fuchsia-900" | "text-fuchsia-900" | "border-fuchsia-900" | "fill-fuchsia-900" | "stroke-fuchsia-900" | "bg-fuchsia-950" | "text-fuchsia-950" | "border-fuchsia-950" | "fill-fuchsia-950" | "stroke-fuchsia-950" | "bg-rose-50" | "text-rose-50" | "border-rose-50" | "fill-rose-50" | "stroke-rose-50" | "bg-rose-100" | "text-rose-100" | "border-rose-100" | "fill-rose-100" | "stroke-rose-100" | "bg-rose-200" | "text-rose-200" | "border-rose-200" | "fill-rose-200" | "stroke-rose-200" | "bg-rose-300" | "text-rose-300" | "border-rose-300" | "fill-rose-300" | "stroke-rose-300" | "bg-rose-400" | "text-rose-400" | "border-rose-400" | "fill-rose-400" | "stroke-rose-400" | "bg-rose-500" | "text-rose-500" | "border-rose-500" | "fill-rose-500" | "stroke-rose-500" | "bg-rose-600" | "text-rose-600" | "border-rose-600" | "fill-rose-600" | "stroke-rose-600" | "bg-rose-700" | "text-rose-700" | "border-rose-700" | "fill-rose-700" | "stroke-rose-700" | "bg-rose-800" | "text-rose-800" | "border-rose-800" | "fill-rose-800" | "stroke-rose-800" | "bg-rose-900" | "text-rose-900" | "border-rose-900" | "fill-rose-900" | "stroke-rose-900" | "bg-rose-950" | "text-rose-950" | "border-rose-950" | "fill-rose-950" | "stroke-rose-950" | "text-xs" | "text-sm" | "text-base" | "text-lg" | "text-xl" | "text-2xl" | "text-3xl" | "text-4xl" | "text-5xl" | "font-thin" | "font-extralight" | "font-light" | "font-normal" | "font-medium" | "font-semibold" | "font-bold" | "font-extrabold" | "font-black" | "underline" | "no-underline" | "line-through" | "rounded-none" | "rounded-sm" | "rounded" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-3xl" | "rounded-full" | "border" | "border-0" | "border-2" | "border-4" | "border-8" | "shadow-sm" | "shadow" | "shadow-md" | "shadow-lg" | "shadow-xl" | "shadow-2xl" | "shadow-inner" | "shadow-none" | "opacity-0" | "opacity-25" | "opacity-50" | "opacity-75" | "opacity-100" | "cursor-pointer" | "cursor-wait" | "cursor-text" | "cursor-move" | "cursor-not-allowed" | (string & {});
6
+
7
+ export type { TailwindColor as T, TailwindSpacing as a, TailwindRadius as b, TailwindShadow as c, TailwindClass as d };
@@ -0,0 +1,123 @@
1
+ import { T as TailwindColor, a as TailwindSpacing, b as TailwindRadius, c as TailwindShadow, d as TailwindClass } from './tailwind.types-BSQudz76.cjs';
2
+
3
+ interface ValueProps {
4
+ bg?: TailwindColor | string;
5
+ text?: TailwindColor | string;
6
+ border?: TailwindColor | string;
7
+ fill?: TailwindColor | string;
8
+ stroke?: TailwindColor | string;
9
+ font?: string;
10
+ p?: TailwindSpacing | string;
11
+ m?: TailwindSpacing | string;
12
+ px?: TailwindSpacing | string;
13
+ py?: TailwindSpacing | string;
14
+ mx?: TailwindSpacing | string;
15
+ my?: TailwindSpacing | string;
16
+ gap?: TailwindSpacing | string;
17
+ w?: TailwindSpacing | string;
18
+ h?: TailwindSpacing | string;
19
+ rounded?: TailwindRadius | string | boolean;
20
+ shadow?: TailwindShadow | boolean | string;
21
+ z?: TailwindSpacing | string;
22
+ mb?: TailwindSpacing | string;
23
+ mt?: TailwindSpacing | string;
24
+ ml?: TailwindSpacing | string;
25
+ mr?: TailwindSpacing | string;
26
+ pb?: TailwindSpacing | string;
27
+ pt?: TailwindSpacing | string;
28
+ pl?: TailwindSpacing | string;
29
+ pr?: TailwindSpacing | string;
30
+ "min-w"?: TailwindSpacing | string;
31
+ "max-w"?: TailwindSpacing | string;
32
+ "min-h"?: TailwindSpacing | string;
33
+ "max-h"?: TailwindSpacing | string;
34
+ overflow?: string;
35
+ tracking?: string;
36
+ leading?: string;
37
+ decoration?: string;
38
+ align?: string;
39
+ whitespace?: string;
40
+ break?: string;
41
+ content?: string;
42
+ opacity?: string;
43
+ "bg-opacity"?: string;
44
+ ring?: string;
45
+ "ring-offset"?: string;
46
+ outline?: string;
47
+ divide?: string;
48
+ "mix-blend"?: string;
49
+ "backdrop-blur"?: string;
50
+ blur?: string;
51
+ brightness?: string;
52
+ contrast?: string;
53
+ grayscale?: string;
54
+ "hue-rotate"?: string;
55
+ invert?: string;
56
+ saturate?: string;
57
+ sepia?: string;
58
+ "drop-shadow"?: string;
59
+ transition?: string;
60
+ duration?: string;
61
+ ease?: string;
62
+ delay?: string;
63
+ animate?: string;
64
+ cursor?: string;
65
+ "pointer-events"?: string;
66
+ resize?: string;
67
+ select?: string;
68
+ scale?: string;
69
+ rotate?: string;
70
+ translate?: string;
71
+ skew?: string;
72
+ origin?: string;
73
+ }
74
+ interface LayoutProps {
75
+ flex?: boolean;
76
+ grid?: boolean;
77
+ hidden?: boolean;
78
+ block?: boolean;
79
+ inline?: boolean;
80
+ "inline-block"?: boolean;
81
+ "inline-flex"?: boolean;
82
+ "inline-grid"?: boolean;
83
+ relative?: boolean;
84
+ absolute?: boolean;
85
+ fixed?: boolean;
86
+ sticky?: boolean;
87
+ static?: boolean;
88
+ "flex-row"?: boolean;
89
+ "flex-col"?: boolean;
90
+ "flex-wrap"?: boolean;
91
+ "flex-nowrap"?: boolean;
92
+ "items-center"?: boolean;
93
+ "items-start"?: boolean;
94
+ "items-end"?: boolean;
95
+ "justify-center"?: boolean;
96
+ "justify-between"?: boolean;
97
+ "justify-start"?: boolean;
98
+ "justify-end"?: boolean;
99
+ grow?: boolean;
100
+ shrink?: boolean;
101
+ italic?: boolean;
102
+ "not-italic"?: boolean;
103
+ underline?: boolean;
104
+ uppercase?: boolean;
105
+ lowercase?: boolean;
106
+ capitalize?: boolean;
107
+ truncate?: boolean;
108
+ visible?: boolean;
109
+ invisible?: boolean;
110
+ collapse?: boolean;
111
+ "pointer-events-none"?: boolean;
112
+ "pointer-events-auto"?: boolean;
113
+ "sr-only"?: boolean;
114
+ "not-sr-only"?: boolean;
115
+ }
116
+ declare module "react" {
117
+ interface HTMLAttributes<T> extends LayoutProps, ValueProps {
118
+ classNames?: (TailwindClass | string)[];
119
+ }
120
+ interface SVGAttributes<T> extends LayoutProps, ValueProps {
121
+ classNames?: (TailwindClass | string)[];
122
+ }
123
+ }
@@ -0,0 +1,123 @@
1
+ import { T as TailwindColor, a as TailwindSpacing, b as TailwindRadius, c as TailwindShadow, d as TailwindClass } from './tailwind.types-BSQudz76.js';
2
+
3
+ interface ValueProps {
4
+ bg?: TailwindColor | string;
5
+ text?: TailwindColor | string;
6
+ border?: TailwindColor | string;
7
+ fill?: TailwindColor | string;
8
+ stroke?: TailwindColor | string;
9
+ font?: string;
10
+ p?: TailwindSpacing | string;
11
+ m?: TailwindSpacing | string;
12
+ px?: TailwindSpacing | string;
13
+ py?: TailwindSpacing | string;
14
+ mx?: TailwindSpacing | string;
15
+ my?: TailwindSpacing | string;
16
+ gap?: TailwindSpacing | string;
17
+ w?: TailwindSpacing | string;
18
+ h?: TailwindSpacing | string;
19
+ rounded?: TailwindRadius | string | boolean;
20
+ shadow?: TailwindShadow | boolean | string;
21
+ z?: TailwindSpacing | string;
22
+ mb?: TailwindSpacing | string;
23
+ mt?: TailwindSpacing | string;
24
+ ml?: TailwindSpacing | string;
25
+ mr?: TailwindSpacing | string;
26
+ pb?: TailwindSpacing | string;
27
+ pt?: TailwindSpacing | string;
28
+ pl?: TailwindSpacing | string;
29
+ pr?: TailwindSpacing | string;
30
+ "min-w"?: TailwindSpacing | string;
31
+ "max-w"?: TailwindSpacing | string;
32
+ "min-h"?: TailwindSpacing | string;
33
+ "max-h"?: TailwindSpacing | string;
34
+ overflow?: string;
35
+ tracking?: string;
36
+ leading?: string;
37
+ decoration?: string;
38
+ align?: string;
39
+ whitespace?: string;
40
+ break?: string;
41
+ content?: string;
42
+ opacity?: string;
43
+ "bg-opacity"?: string;
44
+ ring?: string;
45
+ "ring-offset"?: string;
46
+ outline?: string;
47
+ divide?: string;
48
+ "mix-blend"?: string;
49
+ "backdrop-blur"?: string;
50
+ blur?: string;
51
+ brightness?: string;
52
+ contrast?: string;
53
+ grayscale?: string;
54
+ "hue-rotate"?: string;
55
+ invert?: string;
56
+ saturate?: string;
57
+ sepia?: string;
58
+ "drop-shadow"?: string;
59
+ transition?: string;
60
+ duration?: string;
61
+ ease?: string;
62
+ delay?: string;
63
+ animate?: string;
64
+ cursor?: string;
65
+ "pointer-events"?: string;
66
+ resize?: string;
67
+ select?: string;
68
+ scale?: string;
69
+ rotate?: string;
70
+ translate?: string;
71
+ skew?: string;
72
+ origin?: string;
73
+ }
74
+ interface LayoutProps {
75
+ flex?: boolean;
76
+ grid?: boolean;
77
+ hidden?: boolean;
78
+ block?: boolean;
79
+ inline?: boolean;
80
+ "inline-block"?: boolean;
81
+ "inline-flex"?: boolean;
82
+ "inline-grid"?: boolean;
83
+ relative?: boolean;
84
+ absolute?: boolean;
85
+ fixed?: boolean;
86
+ sticky?: boolean;
87
+ static?: boolean;
88
+ "flex-row"?: boolean;
89
+ "flex-col"?: boolean;
90
+ "flex-wrap"?: boolean;
91
+ "flex-nowrap"?: boolean;
92
+ "items-center"?: boolean;
93
+ "items-start"?: boolean;
94
+ "items-end"?: boolean;
95
+ "justify-center"?: boolean;
96
+ "justify-between"?: boolean;
97
+ "justify-start"?: boolean;
98
+ "justify-end"?: boolean;
99
+ grow?: boolean;
100
+ shrink?: boolean;
101
+ italic?: boolean;
102
+ "not-italic"?: boolean;
103
+ underline?: boolean;
104
+ uppercase?: boolean;
105
+ lowercase?: boolean;
106
+ capitalize?: boolean;
107
+ truncate?: boolean;
108
+ visible?: boolean;
109
+ invisible?: boolean;
110
+ collapse?: boolean;
111
+ "pointer-events-none"?: boolean;
112
+ "pointer-events-auto"?: boolean;
113
+ "sr-only"?: boolean;
114
+ "not-sr-only"?: boolean;
115
+ }
116
+ declare module "react" {
117
+ interface HTMLAttributes<T> extends LayoutProps, ValueProps {
118
+ classNames?: (TailwindClass | string)[];
119
+ }
120
+ interface SVGAttributes<T> extends LayoutProps, ValueProps {
121
+ classNames?: (TailwindClass | string)[];
122
+ }
123
+ }