@tb-dev/vue-components 5.4.2 → 5.4.3

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.js +1 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -2221,6 +2221,7 @@ const [useCommandGroup, provideCommandGroupContext] = createContext("CommandGrou
2221
2221
  const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2222
2222
  __name: "ContextMenu",
2223
2223
  props: {
2224
+ pressOpenDelay: {},
2224
2225
  dir: {},
2225
2226
  modal: { type: Boolean }
2226
2227
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,16 +25,16 @@
25
25
  "dependencies": {
26
26
  "@tanstack/vue-table": "^8.21.3",
27
27
  "@tb-dev/utils": "^7.0.13",
28
- "@tb-dev/vue": "^3.2.2",
29
- "@vueuse/core": "^13.7.0",
28
+ "@tb-dev/vue": "^3.2.3",
29
+ "@vueuse/core": "^13.8.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
- "lucide-vue-next": "^0.541.0",
33
- "reka-ui": "^2.4.1",
32
+ "lucide-vue-next": "^0.542.0",
33
+ "reka-ui": "^2.5.0",
34
34
  "tailwind-merge": "^3.3.1",
35
35
  "tw-animate-css": "^1.3.7",
36
36
  "vaul-vue": "^0.4.1",
37
- "vue": "^3.5.19",
37
+ "vue": "^3.5.20",
38
38
  "vue-router": "^4.5.1",
39
39
  "vue-sonner": "^2.0.8"
40
40
  },