dozy 1.0.44 → 1.0.45

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.
Binary file
@@ -61,12 +61,12 @@
61
61
  -webkit-font-smoothing: antialiased; /* WebKit字体抗锯齿 */
62
62
  -moz-osx-font-smoothing: grayscale; /* Firefox字体抗锯齿 */
63
63
 
64
- --for-font:
65
- Verdana, Inter, system-ui, Avenir, Helvetica, Arial, ui-sans-serif, 'Microsoft YaHei',
66
- 'Microsoft YaHei UI', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
67
- 'Noto Color Emoji', sans-serif;
68
- --for-code-font:
69
- ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Microsoft YaHei',
64
+ --for-the-font:
65
+ forthefont, Verdana, Inter, system-ui, Avenir, Helvetica, Arial, ui-sans-serif,
66
+ 'Microsoft YaHei', 'Microsoft YaHei UI', 'Apple Color Emoji', 'Segoe UI Emoji',
67
+ 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
68
+ --for-the-code:
69
+ forthecode, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Microsoft YaHei',
70
70
  'Microsoft YaHei UI', 'Liberation Mono', 'Courier New', monospace;
71
71
  }
72
72
 
@@ -91,7 +91,7 @@ html {
91
91
  tab-size: 4; /* 3 */
92
92
 
93
93
  /* 字体栈 */
94
- font-family: forthefont, var(--for-font);
94
+ font-family: var(--for-the-font);
95
95
 
96
96
  font-feature-settings: normal;
97
97
  font-variation-settings: normal;
@@ -267,7 +267,7 @@ code,
267
267
  kbd,
268
268
  samp,
269
269
  pre {
270
- font-family: var(--for-code-font);
270
+ font-family: var(--for-the-code);
271
271
  font-feature-settings: normal;
272
272
  font-variation-settings: normal;
273
273
  font-size: 1em;
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.44";
308
+ export declare const DOZY = "1.0.45";
309
309
  export * from "browser-image-compression";
310
310
  export * from "axios";
311
311
  export * from "zod";