@unocss/extractor-arbitrary-variants 66.10.4 → 66.10.5
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 +5 -6
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Extractor } from "@unocss/core";
|
|
2
2
|
//#region src/index.d.ts
|
|
3
|
-
declare const quotedArbitraryValuesRE: RegExp;
|
|
4
|
-
declare const arbitraryPropertyRE: RegExp;
|
|
5
|
-
declare function splitCodeWithArbitraryVariants(code: string): string[];
|
|
6
|
-
declare function extractorArbitraryVariants(): Extractor;
|
|
7
|
-
//#endregion
|
|
8
|
-
export { arbitraryPropertyRE, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants };
|
|
3
|
+
export declare const quotedArbitraryValuesRE: RegExp;
|
|
4
|
+
export declare const arbitraryPropertyRE: RegExp;
|
|
5
|
+
export declare function splitCodeWithArbitraryVariants(code: string): string[];
|
|
6
|
+
export declare function extractorArbitraryVariants(): Extractor;
|
|
7
|
+
//#endregion
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/extractor-arbitrary-variants",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.10.
|
|
4
|
+
"version": "66.10.5",
|
|
5
5
|
"description": "Extractor arbitrary variants for utilities",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@unocss/core": "66.10.
|
|
32
|
+
"@unocss/core": "66.10.5"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsdown --config-loader unrun",
|