@unocss/preset-web-fonts 66.6.7 → 66.6.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { a as WebFontProcessor, i as WebFontMeta, n as Provider, o as WebFontsOptions, r as ResolvedWebFontMeta, s as WebFontsProviders, t as Axes } from "./types-o6CvBLpT.mjs";
2
- import * as _unocss_core0 from "@unocss/core";
2
+ import * as _$_unocss_core0 from "@unocss/core";
3
3
 
4
4
  //#region src/preset.d.ts
5
5
  declare function normalizedFontMeta(meta: WebFontMeta | string, defaultProvider: WebFontsProviders): ResolvedWebFontMeta;
@@ -13,6 +13,6 @@ declare function createGoogleCompatibleProvider(name: WebFontsProviders, host: s
13
13
  *
14
14
  * @see https://unocss.dev/presets/web-fonts
15
15
  */
16
- declare const presetWebFonts: _unocss_core0.PresetFactory<any, WebFontsOptions>;
16
+ declare const presetWebFonts: _$_unocss_core0.PresetFactory<any, WebFontsOptions>;
17
17
  //#endregion
18
18
  export { Axes, Provider, ResolvedWebFontMeta, WebFontMeta, WebFontProcessor, WebFontsOptions, WebFontsProviders, createGoogleCompatibleProvider as createGoogleProvider, presetWebFonts as default, presetWebFonts, normalizedFontMeta };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-web-fonts",
3
3
  "type": "module",
4
- "version": "66.6.7",
4
+ "version": "66.6.8",
5
5
  "description": "Web Fonts support for Uno CSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "ofetch": "^1.5.1",
45
- "@unocss/core": "66.6.7"
45
+ "@unocss/core": "66.6.8"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown --config-loader unrun",