@tb-dev/vue-components 5.4.0 → 5.4.2

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 -23
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -271,7 +271,7 @@ const buttonVariants = cva(
271
271
  },
272
272
  size: {
273
273
  default: "h-9 px-4 py-2 has-[>svg]:px-3",
274
- xs: "h-6 rounded-md gap-1 px-1 has-[>svg]:px-1.5",
274
+ xs: "h-6 rounded-md gap-1 px-1.5 has-[>svg]:px-1.5 text-xs",
275
275
  sm: "h-8 rounded-md gap-1.5 px-3 has-[>svg]:px-2.5",
276
276
  lg: "h-10 rounded-md px-6 has-[>svg]:px-4",
277
277
  icon: "size-9"
@@ -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
@@ -2771,8 +2769,7 @@ const _sfc_main$2i = /* @__PURE__ */ defineComponent({
2771
2769
  _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
2770
  renderSlot(_ctx.$slots, "default")
2773
2771
  ]),
2774
- _: 3,
2775
- __: [0]
2772
+ _: 3
2776
2773
  }, 16, ["class"])
2777
2774
  ]),
2778
2775
  _: 3
@@ -4107,11 +4104,10 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
4107
4104
  props.class
4108
4105
  )
4109
4106
  }), {
4110
- default: withCtx(() => _cache[0] || (_cache[0] = [
4107
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
4111
4108
  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]
4109
+ ])]),
4110
+ _: 1
4115
4111
  }, 16, ["class"]);
4116
4112
  };
4117
4113
  }
@@ -5516,8 +5512,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
5516
5512
  createVNode(unref(X), { class: "size-4" }),
5517
5513
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "sr-only" }, "Close", -1))
5518
5514
  ]),
5519
- _: 1,
5520
- __: [0]
5515
+ _: 1
5521
5516
  })
5522
5517
  ]),
5523
5518
  _: 3
@@ -5691,18 +5686,16 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
5691
5686
  createVNode(_sfc_main$S, { class: "sr-only" }, {
5692
5687
  default: withCtx(() => [
5693
5688
  createVNode(_sfc_main$R, null, {
5694
- default: withCtx(() => _cache[0] || (_cache[0] = [
5689
+ default: withCtx(() => [..._cache[0] || (_cache[0] = [
5695
5690
  createTextVNode("Sidebar", -1)
5696
- ])),
5697
- _: 1,
5698
- __: [0]
5691
+ ])]),
5692
+ _: 1
5699
5693
  }),
5700
5694
  createVNode(_sfc_main$U, null, {
5701
- default: withCtx(() => _cache[1] || (_cache[1] = [
5695
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [
5702
5696
  createTextVNode("Displays the mobile sidebar.", -1)
5703
- ])),
5704
- _: 1,
5705
- __: [1]
5697
+ ])]),
5698
+ _: 1
5706
5699
  })
5707
5700
  ]),
5708
5701
  _: 1
@@ -6529,8 +6522,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
6529
6522
  createVNode(unref(PanelLeft)),
6530
6523
  _cache[0] || (_cache[0] = createElementVNode("span", { class: "sr-only" }, "Toggle Sidebar", -1))
6531
6524
  ]),
6532
- _: 1,
6533
- __: [0]
6525
+ _: 1
6534
6526
  }, 8, ["class", "onClick"]);
6535
6527
  };
6536
6528
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue-components",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
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",
27
+ "@tb-dev/utils": "^7.0.13",
28
+ "@tb-dev/vue": "^3.2.2",
29
29
  "@vueuse/core": "^13.7.0",
30
30
  "class-variance-authority": "^0.7.1",
31
31
  "clsx": "^2.1.1",
32
- "lucide-vue-next": "^0.540.0",
32
+ "lucide-vue-next": "^0.541.0",
33
33
  "reka-ui": "^2.4.1",
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.19",
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"