vira 31.9.2 → 31.9.4

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.
@@ -113,6 +113,7 @@ export const ViraTabs = defineViraElement()({
113
113
  display: flex;
114
114
  align-items: center;
115
115
  justify-content: center;
116
+ text-align: center;
116
117
  position: relative;
117
118
  color: ${cssVars['vira-tabs-inactive-color'].value};
118
119
  font-size: ${viraFormCssVars['vira-form-medium-text-size'].value};
@@ -123,17 +123,17 @@ const tagNotCheckedColors = {
123
123
  idle: {
124
124
  textColor: viraTheme.colors[themeDefaultKey].foreground,
125
125
  backgroundColor: transparentColor,
126
- borderColor: transparentColor,
126
+ borderColor: viraTheme.colors['vira-grey-on-self-body'].background,
127
127
  },
128
128
  hover: {
129
129
  backgroundColor: viraTheme.colors['vira-grey-behind-fg-small-body'].background,
130
130
  textColor: viraTheme.colors['vira-grey-behind-fg-small-body'].foreground,
131
- borderColor: viraTheme.colors['vira-grey-behind-fg-small-body'].background,
131
+ borderColor: viraTheme.colors['vira-grey-on-self-body'].background,
132
132
  },
133
133
  active: {
134
134
  backgroundColor: viraTheme.colors['vira-grey-behind-fg-body'].background,
135
135
  textColor: viraTheme.colors['vira-grey-behind-fg-body'].foreground,
136
- borderColor: viraTheme.colors['vira-grey-behind-fg-body'].background,
136
+ borderColor: viraTheme.colors['vira-grey-on-self-body'].background,
137
137
  },
138
138
  },
139
139
  [ViraColorVariant.Accent]: buildThemedNotCheckedColors(viraColorVariantToColorName[ViraColorVariant.Accent]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.9.2",
3
+ "version": "31.9.4",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",