@tb-dev/vue-components 5.4.1 → 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 +15 -22
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -1730,8 +1730,7 @@ const _sfc_main$2O = /* @__PURE__ */ defineComponent({
1730
1730
  createVNode(unref(X)),
1731
1731
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
1732
1732
  ]),
1733
- _: 1,
1734
- __: [0]
1733
+ _: 1
1735
1734
  })
1736
1735
  ]),
1737
1736
  _: 3
@@ -1850,8 +1849,7 @@ const _sfc_main$2K = /* @__PURE__ */ defineComponent({
1850
1849
  createVNode(unref(X), { class: "h-4 w-4" }),
1851
1850
  _cache[1] || (_cache[1] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
1852
1851
  ]),
1853
- _: 1,
1854
- __: [1]
1852
+ _: 1
1855
1853
  })
1856
1854
  ]),
1857
1855
  _: 3
@@ -2223,6 +2221,7 @@ const [useCommandGroup, provideCommandGroupContext] = createContext("CommandGrou
2223
2221
  const _sfc_main$2z = /* @__PURE__ */ defineComponent({
2224
2222
  __name: "ContextMenu",
2225
2223
  props: {
2224
+ pressOpenDelay: {},
2226
2225
  dir: {},
2227
2226
  modal: { type: Boolean }
2228
2227
  },
@@ -2771,8 +2770,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2771
2770
  _cache[0] || (_cache[0] = createElementVNode("div", { class: "bg-muted mx-auto mt-4 hidden h-2 w-[100px] shrink-0 rounded-full group-data-[vaul-drawer-direction=bottom]/drawer-content:block" }, null, -1)),
2772
2771
  renderSlot(_ctx.$slots, "default")
2773
2772
  ]),
2774
- _: 3,
2775
- __: [0]
2773
+ _: 3
2776
2774
  }, 16, ["class"])
2777
2775
  ]),
2778
2776
  _: 3
@@ -4107,11 +4105,10 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4107
4105
  props.class
4108
4106
  )
4109
4107
  }), {
4110
- default: withCtx(() => _cache[0] || (_cache[0] = [
4108
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
4111
4109
  createElementVNode("div", { class: "bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md" }, null, -1)
4112
- ])),
4113
- _: 1,
4114
- __: [0]
4110
+ ])]),
4111
+ _: 1
4115
4112
  }, 16, ["class"]);
4116
4113
  };
4117
4114
  }
@@ -5516,8 +5513,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5516
5513
  createVNode(unref(X), { class: "size-4" }),
5517
5514
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
5518
5515
  ]),
5519
- _: 1,
5520
- __: [0]
5516
+ _: 1
5521
5517
  })
5522
5518
  ]),
5523
5519
  _: 3
@@ -5691,18 +5687,16 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
5691
5687
  createVNode(_sfc_main$S, { class: "sr-only" }, {
5692
5688
  default: withCtx(() => [
5693
5689
  createVNode(_sfc_main$R, null, {
5694
- default: withCtx(() => _cache[0] || (_cache[0] = [
5690
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
5695
5691
  createTextVNode("Sidebar", -1)
5696
- ])),
5697
- _: 1,
5698
- __: [0]
5692
+ ])]),
5693
+ _: 1
5699
5694
  }),
5700
5695
  createVNode(_sfc_main$U, null, {
5701
- default: withCtx(() => _cache[1] || (_cache[1] = [
5696
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
5702
5697
  createTextVNode("Displays the mobile sidebar.", -1)
5703
- ])),
5704
- _: 1,
5705
- __: [1]
5698
+ ])]),
5699
+ _: 1
5706
5700
  })
5707
5701
  ]),
5708
5702
  _: 1
@@ -6529,8 +6523,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
6529
6523
  createVNode(unref(PanelLeft)),
6530
6524
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "sr-only" }, "Toggle Sidebar", -1))
6531
6525
  ]),
6532
- _: 1,
6533
- __: [0]
6526
+ _: 1
6534
6527
  }, 8, ["class", "onClick"]);
6535
6528
  };
6536
6529
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "5.4.1",
3
+ "version": "5.4.3",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,32 +24,32 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@tanstack/vue-table": "^8.21.3",
27
- "@tb-dev/utils": "^7.0.12",
28
- "@tb-dev/vue": "^3.2.1",
29
- "@vueuse/core": "^13.7.0",
27
+ "@tb-dev/utils": "^7.0.13",
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.540.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.18",
37
+ "vue": "^3.5.20",
38
38
  "vue-router": "^4.5.1",
39
39
  "vue-sonner": "^2.0.8"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@tailwindcss/vite": "^4.1.12",
43
- "@tb-dev/eslint-config": "^8.0.6",
43
+ "@tb-dev/eslint-config": "^8.0.7",
44
44
  "@types/node": "^24.3.0",
45
45
  "@vitejs/plugin-vue": "^6.0.1",
46
- "eslint": "^9.33.0",
46
+ "eslint": "^9.34.0",
47
47
  "tailwindcss": "^4.1.12",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.2",
50
50
  "vite": "^7.1.3",
51
51
  "vite-plugin-dts": "^4.5.4",
52
- "vue-tsc": "~3.0.5"
52
+ "vue-tsc": "~3.0.6"
53
53
  },
54
54
  "files": [
55
55
  "dist"