@defaultusr/dai-ui 1.2.6 → 1.2.7

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.
@@ -3,5 +3,5 @@ import { presetAttributify } from "@unocss/preset-attributify";
3
3
  type PresetDaiUiOptions = PresetWind4Options & {
4
4
  attributify?: Parameters<typeof presetAttributify>[0];
5
5
  };
6
- declare const _default: import("@unocss/core").PresetFactory<object, PresetDaiUiOptions>;
6
+ declare const _default: import("unocss").PresetFactory<object, PresetDaiUiOptions>;
7
7
  export default _default;
@@ -1,4 +1,4 @@
1
- import { definePreset as t } from "@unocss/core";
1
+ import { definePreset as t } from "unocss";
2
2
  import { theme as r, presetWind4 as s } from "@unocss/preset-wind4";
3
3
  import { presetAttributify as i } from "@unocss/preset-attributify";
4
4
  import { presetIcons as a } from "@unocss/preset-icons";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defaultusr/dai-ui",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"