@v-c/image 1.0.0 → 1.0.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.
@@ -0,0 +1 @@
1
+ let vue = require("vue");
@@ -0,0 +1 @@
1
+ import { nextTick, shallowRef, watch } from "vue";
@@ -2,6 +2,7 @@ const require_raf = require("./raf.cjs");
2
2
  const require_omit = require("./omit.cjs");
3
3
  require("./RenderComponent.cjs");
4
4
  const require_classnames = require("./classnames.cjs");
5
+ require("./hooks/useControlledState.cjs");
5
6
  require("./hooks/useId.cjs");
6
7
  const require_useMergedState = require("./hooks/useMergedState.cjs");
7
8
  const require_warning = require("./warning.cjs");
@@ -2,6 +2,7 @@ import { raf_default } from "./raf.js";
2
2
  import { omit } from "./omit.js";
3
3
  import "./RenderComponent.js";
4
4
  import { classNames, clsx } from "./classnames.js";
5
+ import "./hooks/useControlledState.js";
5
6
  import "./hooks/useId.js";
6
7
  import { useMergedState } from "./hooks/useMergedState.js";
7
8
  import { warning_default } from "./warning.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@v-c/image",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "image component",
6
6
  "author": "",
7
7
  "license": "MIT",
@@ -32,8 +32,8 @@
32
32
  "vue": "^3.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@v-c/util": "^1.0.8",
36
- "@v-c/portal": "^1.0.5"
35
+ "@v-c/portal": "^1.0.6",
36
+ "@v-c/util": "^1.0.9"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@ant-design/icons-vue": "^7.0.1"