dozy 1.0.42 → 1.0.43
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.
- package/dist/assets/reset.css +6 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/assets/reset.css
CHANGED
|
@@ -59,11 +59,12 @@
|
|
|
59
59
|
-moz-osx-font-smoothing: grayscale; /* Firefox字体抗锯齿 */
|
|
60
60
|
|
|
61
61
|
--for-font:
|
|
62
|
-
|
|
63
|
-
'
|
|
62
|
+
Inter, system-ui, Avenir, Helvetica, Arial, ui-sans-serif, 'Microsoft YaHei',
|
|
63
|
+
'Microsoft YaHei UI', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
|
|
64
|
+
'Noto Color Emoji', sans-serif;
|
|
64
65
|
--for-code-font:
|
|
65
|
-
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, '
|
|
66
|
-
monospace;
|
|
66
|
+
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Microsoft YaHei',
|
|
67
|
+
'Microsoft YaHei UI', 'Liberation Mono', 'Courier New', monospace;
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
/* HTML 基础设置
|
|
@@ -87,7 +88,7 @@ html {
|
|
|
87
88
|
tab-size: 4; /* 3 */
|
|
88
89
|
|
|
89
90
|
/* 字体栈 */
|
|
90
|
-
font-family: var(--for-font);
|
|
91
|
+
font-family: xaifont, var(--for-font);
|
|
91
92
|
|
|
92
93
|
font-feature-settings: normal;
|
|
93
94
|
font-variation-settings: normal;
|
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.
|
|
308
|
+
export declare const DOZY = "1.0.43";
|
|
309
309
|
export * from "browser-image-compression";
|
|
310
310
|
export * from "axios";
|
|
311
311
|
export * from "zod";
|