@magic-color/core
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -421,30 +421,30 @@ /** | ||
readonly lightblue: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly lightBlue: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly warmgray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly warmGray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly truegray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly trueGray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly coolgray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly coolGray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly bluegray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
readonly blueGray: string | (UnoColors & { | ||
DEFAULT?: string | undefined; | ||
DEFAULT?: string; | ||
}); | ||
@@ -626,7 +626,7 @@ }; | ||
declare function isObject(v: unknown): boolean; | ||
declare function isArray(v: unknown): boolean; | ||
declare function isArray(v: unknown): v is any[]; | ||
declare function isFunction(v: unknown): boolean; | ||
declare function isString(v: unknown): boolean; | ||
declare function isNumber(v: unknown): boolean; | ||
declare function isString(v: unknown): v is string; | ||
declare function isNumber(v: unknown): v is number; | ||
export { type ColorType, type ColorValue, type Colors, type HexColor, type HsbColor, type HslColor, type KeywordColor, type LabColor, type Opacity, type RgbColor, type UnoColors, colorbrewer, hexToHsb, hexToHsl, hexToLab, hexToRgb, hsbToHex, hsbToHsl, hsbToLab, hsbToRgb, hslToHex, hslToHsb, hslToLab, hslToRgb, isArray, isFunction, isHex, isHsb, isHsl, isKeyword, isLab, isNumber, isObject, isRgb, isString, labToHex, labToHsb, labToHsl, labToRgb, parseHex, parseHsb, parseHsl, parseKeyword, parseLab, parseRgb, rgbToHex, rgbToHsb, rgbToHsl, rgbToLab, toHex, unoColors, w3cx11 }; |
{ | ||
"name": "@magic-color/core", | ||
"type": "module", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Magic color core library", | ||
@@ -6,0 +6,0 @@ "author": "Chris <hizyyv@gmail.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
56585