@unocss/preset-attributify 0.62.2 → 0.62.4
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -48,9 +48,6 @@ declare function autocompleteExtractorAttributify(options?: AttributifyOptions):
|
|
|
48
48
|
declare const defaultIgnoreAttributes: string[];
|
|
49
49
|
declare function extractorAttributify(options?: AttributifyOptions): Extractor;
|
|
50
50
|
|
|
51
|
-
declare const variantsRE: RegExp;
|
|
52
|
-
declare function variantAttributify(options?: AttributifyOptions): VariantObject;
|
|
53
|
-
|
|
54
51
|
type TwoStringsCompositionPrefix = 'm' | 'p';
|
|
55
52
|
type TwoStringsCompositionSuffix = 'r' | 'b' | 'l' | 't' | 'a' | 'x' | 'y';
|
|
56
53
|
/** Some words can compose with two strings to become a complete unocss rule such as ha, mr, mb */
|
|
@@ -65,6 +62,9 @@ type AttributifyNames<Prefix extends string = ''> = `${Prefix}${BasicAttributes}
|
|
|
65
62
|
interface AttributifyAttributes extends Partial<Record<AttributifyNames, string | boolean>> {
|
|
66
63
|
}
|
|
67
64
|
|
|
65
|
+
declare const variantsRE: RegExp;
|
|
66
|
+
declare function variantAttributify(options?: AttributifyOptions): VariantObject;
|
|
67
|
+
|
|
68
68
|
/**
|
|
69
69
|
* This enables the attributify mode for other presets.
|
|
70
70
|
*
|
package/dist/index.d.ts
CHANGED
|
@@ -48,9 +48,6 @@ declare function autocompleteExtractorAttributify(options?: AttributifyOptions):
|
|
|
48
48
|
declare const defaultIgnoreAttributes: string[];
|
|
49
49
|
declare function extractorAttributify(options?: AttributifyOptions): Extractor;
|
|
50
50
|
|
|
51
|
-
declare const variantsRE: RegExp;
|
|
52
|
-
declare function variantAttributify(options?: AttributifyOptions): VariantObject;
|
|
53
|
-
|
|
54
51
|
type TwoStringsCompositionPrefix = 'm' | 'p';
|
|
55
52
|
type TwoStringsCompositionSuffix = 'r' | 'b' | 'l' | 't' | 'a' | 'x' | 'y';
|
|
56
53
|
/** Some words can compose with two strings to become a complete unocss rule such as ha, mr, mb */
|
|
@@ -65,6 +62,9 @@ type AttributifyNames<Prefix extends string = ''> = `${Prefix}${BasicAttributes}
|
|
|
65
62
|
interface AttributifyAttributes extends Partial<Record<AttributifyNames, string | boolean>> {
|
|
66
63
|
}
|
|
67
64
|
|
|
65
|
+
declare const variantsRE: RegExp;
|
|
66
|
+
declare function variantAttributify(options?: AttributifyOptions): VariantObject;
|
|
67
|
+
|
|
68
68
|
/**
|
|
69
69
|
* This enables the attributify mode for other presets.
|
|
70
70
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/preset-attributify",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.62.
|
|
4
|
+
"version": "0.62.4",
|
|
5
5
|
"description": "Attributify preset for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@unocss/core": "0.62.
|
|
36
|
+
"@unocss/core": "0.62.4"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "unbuild",
|