@tb-dev/vue-components 7.0.3 → 7.0.5

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.
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  :root {
3
3
  --background: oklch(100% 0 0);
4
4
  --foreground: oklch(14.1% .005 285.823);
package/dist/index.js CHANGED
@@ -5504,6 +5504,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5504
5504
  reference: {},
5505
5505
  asChild: { type: Boolean },
5506
5506
  as: {},
5507
+ disableOutsidePointerEvents: { type: Boolean },
5507
5508
  class: {}
5508
5509
  },
5509
5510
  emits: ["closeAutoFocus", "escapeKeyDown", "pointerDownOutside"],
@@ -7072,9 +7073,9 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
7072
7073
  props: {
7073
7074
  class: {},
7074
7075
  height: {},
7075
- style: {},
7076
+ style: { type: [Boolean, null, String, Object, Array] },
7076
7077
  tableClass: {},
7077
- tableStyle: {},
7078
+ tableStyle: { type: [Boolean, null, String, Object, Array] },
7078
7079
  width: {}
7079
7080
  },
7080
7081
  setup(__props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "7.0.3",
3
+ "version": "7.0.5",
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.19",
28
- "@tb-dev/vue": "^3.4.1",
27
+ "@tb-dev/utils": "^7.1.2",
28
+ "@tb-dev/vue": "^3.4.3",
29
29
  "@vueuse/core": "^14.1.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
- "lucide-vue-next": "^0.555.0",
33
- "reka-ui": "^2.6.1",
32
+ "lucide-vue-next": "^0.562.0",
33
+ "reka-ui": "^2.7.0",
34
34
  "tailwind-merge": "^3.4.0",
35
35
  "tw-animate-css": "^1.4.0",
36
36
  "vaul-vue": "^0.4.1",
37
- "vue": "^3.5.25",
38
- "vue-router": "^4.6.3",
37
+ "vue": "^3.5.27",
38
+ "vue-router": "^4.6.4",
39
39
  "vue-sonner": "^2.0.9"
40
40
  },
41
41
  "devDependencies": {
42
- "@tailwindcss/vite": "^4.1.17",
43
- "@tb-dev/eslint-config": "^8.2.0",
44
- "@types/node": "^24.10.1",
45
- "@vitejs/plugin-vue": "^6.0.2",
46
- "eslint": "^9.39.1",
47
- "tailwindcss": "^4.1.17",
42
+ "@tailwindcss/vite": "^4.1.18",
43
+ "@tb-dev/eslint-config": "^8.2.3",
44
+ "@types/node": "^25.0.9",
45
+ "@vitejs/plugin-vue": "^6.0.3",
46
+ "eslint": "^9.39.2",
47
+ "tailwindcss": "^4.1.18",
48
48
  "tslib": "^2.8.1",
49
49
  "typescript": "~5.9.3",
50
- "vite": "^7.2.6",
50
+ "vite": "^7.3.1",
51
51
  "vite-plugin-dts": "^4.5.4",
52
- "vue-tsc": "^3.1.5"
52
+ "vue-tsc": "^3.2.2"
53
53
  },
54
54
  "files": [
55
55
  "dist"