@unocss/preset-legacy-compat 0.60.4 → 0.61.2
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.cts +3 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -11,6 +11,9 @@ interface LegacyCompatOptions {
|
|
|
11
11
|
*/
|
|
12
12
|
commaStyleColorFunction?: boolean;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* @see https://unocss.dev/presets/legacy-compat
|
|
16
|
+
*/
|
|
14
17
|
declare const presetLegacyCompat: _unocss_core.PresetFactory<object, LegacyCompatOptions>;
|
|
15
18
|
|
|
16
19
|
export { type LegacyCompatOptions, presetLegacyCompat as default, presetLegacyCompat };
|
package/dist/index.d.mts
CHANGED
|
@@ -11,6 +11,9 @@ interface LegacyCompatOptions {
|
|
|
11
11
|
*/
|
|
12
12
|
commaStyleColorFunction?: boolean;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* @see https://unocss.dev/presets/legacy-compat
|
|
16
|
+
*/
|
|
14
17
|
declare const presetLegacyCompat: _unocss_core.PresetFactory<object, LegacyCompatOptions>;
|
|
15
18
|
|
|
16
19
|
export { type LegacyCompatOptions, presetLegacyCompat as default, presetLegacyCompat };
|
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,9 @@ interface LegacyCompatOptions {
|
|
|
11
11
|
*/
|
|
12
12
|
commaStyleColorFunction?: boolean;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* @see https://unocss.dev/presets/legacy-compat
|
|
16
|
+
*/
|
|
14
17
|
declare const presetLegacyCompat: _unocss_core.PresetFactory<object, LegacyCompatOptions>;
|
|
15
18
|
|
|
16
19
|
export { type LegacyCompatOptions, presetLegacyCompat as default, presetLegacyCompat };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-legacy-compat",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.61.2",
|
|
4
4
|
"description": "Collections of legacy compatibility utilities.",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"dist"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@unocss/core": "0.
|
|
35
|
+
"@unocss/core": "0.61.2"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "unbuild",
|