@tb-dev/vue 0.3.31 → 0.3.32

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 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -5752,7 +5752,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
5752
5752
  "data-slot": "table-cell",
5753
5753
  class: normalizeClass(
5754
5754
  unref(cn)(
5755
- "p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
5755
+ "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
5756
5756
  props.class
5757
5757
  )
5758
5758
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/vue",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "description": "Vue utilities",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "composables"
26
26
  ],
27
27
  "dependencies": {
28
- "@tanstack/vue-table": "^8.21.2",
28
+ "@tanstack/vue-table": "^8.21.3",
29
29
  "@tb-dev/utils": "^6.0.1",
30
30
  "@vueuse/core": "^13.1.0",
31
31
  "class-variance-authority": "^0.7.1",