@tb-dev/vue-components 2.2.2 → 2.2.4

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 +2 -5
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -335,7 +335,6 @@ const _sfc_main$37 = /* @__PURE__ */ defineComponent({
335
335
  __name: "AlertDialogContent",
336
336
  props: {
337
337
  forceMount: { type: Boolean },
338
- trapFocus: { type: Boolean },
339
338
  disableOutsidePointerEvents: { type: Boolean },
340
339
  asChild: { type: Boolean },
341
340
  as: {},
@@ -1998,7 +1997,6 @@ const _sfc_main$2j = /* @__PURE__ */ defineComponent({
1998
1997
  __name: "DialogContent",
1999
1998
  props: {
2000
1999
  forceMount: { type: Boolean },
2001
- trapFocus: { type: Boolean },
2002
2000
  disableOutsidePointerEvents: { type: Boolean },
2003
2001
  asChild: { type: Boolean },
2004
2002
  as: {},
@@ -2211,6 +2209,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2211
2209
  ]),
2212
2210
  _: 3
2213
2211
  }, 8, ["class"])) : createCommentVNode("", true),
2212
+ renderSlot(_ctx.$slots, "default"),
2214
2213
  _ctx.$slots.footer ? (openBlock(), createBlock(unref(_sfc_main$2h), {
2215
2214
  key: 1,
2216
2215
  class: normalizeClass(_ctx.footerClass)
@@ -2219,8 +2218,7 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
2219
2218
  renderSlot(_ctx.$slots, "footer")
2220
2219
  ]),
2221
2220
  _: 3
2222
- }, 8, ["class"])) : createCommentVNode("", true),
2223
- renderSlot(_ctx.$slots, "default")
2221
+ }, 8, ["class"])) : createCommentVNode("", true)
2224
2222
  ]),
2225
2223
  _: 3
2226
2224
  }, 8, ["class"])
@@ -4812,7 +4810,6 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
4812
4810
  class: {},
4813
4811
  side: { default: "right" },
4814
4812
  forceMount: { type: Boolean },
4815
- trapFocus: { type: Boolean },
4816
4813
  disableOutsidePointerEvents: { type: Boolean },
4817
4814
  asChild: { type: Boolean },
4818
4815
  as: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,13 +24,13 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "@tanstack/vue-table": "^8.21.3",
27
- "@tb-dev/utils": "^7.0.4",
28
- "@tb-dev/vue": "^2.0.8",
29
- "@vueuse/core": "^13.4.0",
27
+ "@tb-dev/utils": "^7.0.5",
28
+ "@tb-dev/vue": "^2.0.9",
29
+ "@vueuse/core": "^13.5.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
32
  "lucide-vue-next": "^0.525.0",
33
- "reka-ui": "^2.3.1",
33
+ "reka-ui": "^2.3.2",
34
34
  "tailwind-merge": "^3.3.1",
35
35
  "tw-animate-css": "^1.3.4",
36
36
  "vue": "^3.5.17",
@@ -39,10 +39,10 @@
39
39
  },
40
40
  "devDependencies": {
41
41
  "@tailwindcss/vite": "^4.1.11",
42
- "@tb-dev/eslint-config": "^7.1.8",
43
- "@types/node": "^24.0.6",
42
+ "@tb-dev/eslint-config": "^7.1.9",
43
+ "@types/node": "^24.0.10",
44
44
  "@vitejs/plugin-vue": "^6.0.0",
45
- "eslint": "^9.30.0",
45
+ "eslint": "^9.30.1",
46
46
  "prettier": "^3.6.2",
47
47
  "prettier-plugin-css-order": "^2.1.2",
48
48
  "prettier-plugin-tailwindcss": "^0.6.13",
@@ -51,7 +51,7 @@
51
51
  "typescript": "~5.8.3",
52
52
  "vite": "^7.0.0",
53
53
  "vite-plugin-dts": "^4.5.4",
54
- "vue-tsc": "~2.2.10"
54
+ "vue-tsc": "~3.0.1"
55
55
  },
56
56
  "files": [
57
57
  "dist"