@sabrenski/spire-ui-vue 0.3.27 → 0.3.28

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/spire-ui.js CHANGED
@@ -56820,8 +56820,8 @@ const mU1 = ["aria-label"], fU1 = ["aria-expanded", "aria-label"], IU1 = {
56820
56820
  t.registerTab(r.tabKey, n.value, L);
56821
56821
  });
56822
56822
  const C = {
56823
- xs: "h-4 px-2 text-xs",
56824
- sm: "h-6 px-3 text-sm",
56823
+ xs: "h-6 px-2 text-xs",
56824
+ sm: "h-8 px-3 text-sm",
56825
56825
  md: "h-8 px-4 text-sm",
56826
56826
  lg: "h-10 px-5 text-base",
56827
56827
  xl: "h-12 px-6 text-base"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sabrenski/spire-ui-vue",
3
- "version": "0.3.27",
3
+ "version": "0.3.28",
4
4
  "description": "A modern, themeable Vue 3 component library with 57+ components, TypeScript support, and Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "author": "Spire UI Contributors",