@kevinmarrec/unocss-config 1.12.1 → 1.13.0

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.mjs +1 -3
  2. package/package.json +7 -7
package/dist/index.mjs CHANGED
@@ -4,7 +4,6 @@ import { createLocalFontProcessor } from "@unocss/preset-web-fonts/local";
4
4
  import presetWind from "@unocss/preset-wind4";
5
5
  import transformerDirectives from "@unocss/transformer-directives";
6
6
  import transformerVariantGroup from "@unocss/transformer-variant-group";
7
-
8
7
  //#region src/index.ts
9
8
  function useConfig(config = {}) {
10
9
  const { icons, fonts, wind, ...userConfig } = config;
@@ -26,6 +25,5 @@ function useConfig(config = {}) {
26
25
  };
27
26
  }
28
27
  var src_default = useConfig();
29
-
30
28
  //#endregion
31
- export { src_default as default, useConfig };
29
+ export { src_default as default, useConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kevinmarrec/unocss-config",
3
3
  "type": "module",
4
- "version": "1.12.1",
4
+ "version": "1.13.0",
5
5
  "description": "Opinionated UnoCSS config.",
6
6
  "author": "Kevin Marrec <kevin@marrec.io>",
7
7
  "license": "MIT",
@@ -30,11 +30,11 @@
30
30
  "unocss": ">=66.6.0"
31
31
  },
32
32
  "dependencies": {
33
- "@unocss/core": "^66.6.4",
34
- "@unocss/preset-icons": "^66.6.4",
35
- "@unocss/preset-web-fonts": "^66.6.4",
36
- "@unocss/preset-wind4": "^66.6.4",
37
- "@unocss/transformer-directives": "^66.6.4",
38
- "@unocss/transformer-variant-group": "^66.6.4"
33
+ "@unocss/core": "^66.6.6",
34
+ "@unocss/preset-icons": "^66.6.6",
35
+ "@unocss/preset-web-fonts": "^66.6.6",
36
+ "@unocss/preset-wind4": "^66.6.6",
37
+ "@unocss/transformer-directives": "^66.6.6",
38
+ "@unocss/transformer-variant-group": "^66.6.6"
39
39
  }
40
40
  }