@unocss/preset-attributify 66.6.8 → 66.7.0-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -2
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -1,4 +1,3 @@
1
- import * as _$_unocss_core0 from "@unocss/core";
2
1
  import { AutoCompleteExtractor, Extractor, PresetOptions, VariantObject } from "@unocss/core";
3
2
 
4
3
  //#region src/types.d.ts
@@ -89,6 +88,6 @@ declare function variantAttributify(options?: AttributifyOptions): VariantObject
89
88
  *
90
89
  * @see https://unocss.dev/presets/attributify
91
90
  */
92
- declare const presetAttributify: _$_unocss_core0.PresetFactory<object, AttributifyOptions>;
91
+ declare const presetAttributify: import("@unocss/core").PresetFactory<object, AttributifyOptions>;
93
92
  //#endregion
94
93
  export { AttributifyAttributes, AttributifyNames, AttributifyOptions, BasicAttributes, PseudoPrefix, SeparateEnabled, SpecialSingleWord, TwoStringsComposition, TwoStringsCompositionPrefix, TwoStringsCompositionSuffix, autocompleteExtractorAttributify, presetAttributify as default, presetAttributify, defaultIgnoreAttributes, extractorAttributify, variantAttributify, variantsRE };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/preset-attributify",
3
3
  "type": "module",
4
- "version": "66.6.8",
4
+ "version": "66.7.0-beta.1",
5
5
  "description": "Attributify preset for UnoCSS",
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.6.8"
32
+ "@unocss/core": "66.7.0-beta.1"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown",