@tb-dev/vue-components 5.4.0 → 5.4.1

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 +1 -1
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"
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.1",
4
4
  "description": "Vue components",
5
5
  "license": "MIT",
6
6
  "type": "module",