dozy 1.0.46 → 1.0.48

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.
@@ -152,7 +152,7 @@ body {
152
152
  white-space: normal;
153
153
 
154
154
  /* 全局过渡动画 */
155
- transition: all 0.1s linear;
155
+ transition: all 0.4s linear;
156
156
  }
157
157
 
158
158
  /* 选中态样式 */
package/dist/index.d.ts CHANGED
@@ -305,7 +305,7 @@ export declare function toRgbString(input: string | Color | any): string | undef
305
305
  * @returns HSL/HSLA string or undefined.
306
306
  */
307
307
  export declare function toHslString(input: string | Color | any): string | undefined;
308
- export declare const DOZY = "1.0.46";
308
+ export declare const DOZY = "1.0.48";
309
309
  export * from "browser-image-compression";
310
310
  export * from "axios";
311
311
  export * from "zod";