@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.cjs +1 -1
- package/dist/spire-ui.js +2 -2
- package/package.json +1 -1
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-
|
|
56824
|
-
sm: "h-
|
|
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