@unocss/autocomplete 0.48.3 → 0.48.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ The template uses a simple DSL to specify the autocomplete suggestions. The synt
|
|
|
34
34
|
|
|
35
35
|
- `(...|...)`: logic OR groups. `|` as the separator. Will be used as suggestions when the some of the groups match.
|
|
36
36
|
- `<...>`: built-in short hands. currently supports `<num>`, `<percent>` and `<directions>`
|
|
37
|
-
- `$...`: theme
|
|
37
|
+
- `$...`: theme inferring. for example, `$colors` will list all the properties of the `colors` object of the theme.
|
|
38
38
|
|
|
39
39
|
For examples:
|
|
40
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/autocomplete",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.5",
|
|
4
4
|
"description": "Autocomplete utils for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"lru-cache": "^7.14.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@unocss/core": "0.48.
|
|
39
|
+
"@unocss/core": "0.48.5"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "unbuild",
|