@yamada-ui/utils
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ //#region src/color.d.ts | ||
declare const DEFAULT_COLOR_SCHEMES: readonly ["gray", "red", "rose", "pink", "flashy", "orange", "amber", "yellow", "lime", "green", "emerald", "teal", "cyan", "sky", "blue", "indigo", "violet", "purple", "fuchsia"]; | ||
declare const COLOR_SCHEMES: ("mono" | "primary" | "secondary" | "info" | "success" | "warning" | "danger" | "error" | "link" | "gray" | "red" | "rose" | "pink" | "flashy" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia")[]; | ||
declare const COLOR_SCHEMES: ("error" | "mono" | "primary" | "secondary" | "info" | "success" | "warning" | "danger" | "link" | "gray" | "red" | "rose" | "pink" | "flashy" | "orange" | "amber" | "yellow" | "lime" | "green" | "emerald" | "teal" | "cyan" | "sky" | "blue" | "indigo" | "violet" | "purple" | "fuchsia")[]; | ||
declare const TONES: readonly [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950]; | ||
@@ -8,0 +8,0 @@ declare function convertColor(color: string, fallback?: string): (format: ColorFormat) => string | undefined; |
{ | ||
"name": "@yamada-ui/utils", | ||
"type": "module", | ||
"version": "2.0.0-dev-20250714113205", | ||
"version": "2.0.0-dev-20250715053819", | ||
"description": "The utilities for Yamada UI projects", | ||
@@ -6,0 +6,0 @@ "keywords": [ |