@unocss/preset-uno 65.4.3 → 65.5.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import {
|
|
2
|
+
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
|
|
3
3
|
export { Theme } from '@unocss/preset-mini';
|
|
4
4
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _unocss_core from '@unocss/core';
|
|
2
|
-
import {
|
|
2
|
+
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
|
|
3
3
|
export { Theme } from '@unocss/preset-mini';
|
|
4
4
|
|
|
5
5
|
interface PresetUnoOptions extends PresetMiniOptions {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-uno",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "65.
|
|
4
|
+
"version": "65.5.0",
|
|
5
5
|
"description": "The default preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"homepage": "https://unocss.dev",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/unocss/unocss",
|
|
12
|
+
"url": "git+https://github.com/unocss/unocss",
|
|
13
13
|
"directory": "packages-presets/preset-uno"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"dist"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@unocss/
|
|
59
|
-
"@unocss/preset-
|
|
60
|
-
"@unocss/
|
|
61
|
-
"@unocss/rule-utils": "65.
|
|
58
|
+
"@unocss/preset-mini": "65.5.0",
|
|
59
|
+
"@unocss/preset-wind": "65.5.0",
|
|
60
|
+
"@unocss/core": "65.5.0",
|
|
61
|
+
"@unocss/rule-utils": "65.5.0"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"build": "unbuild",
|