@whitesev/utils 1.1.6 → 1.1.8

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.
@@ -3360,9 +3360,7 @@ System.register('Utils', [], (function (exports) {
3360
3360
  * 颜色转换
3361
3361
  * @returns
3362
3362
  */
3363
- ColorConversion() {
3364
- return new ColorConversion();
3365
- }
3363
+ ColorConversion = ColorConversion;
3366
3364
  deepClone(obj) {
3367
3365
  let UtilsContext = this;
3368
3366
  if (obj === void 0)