vira 31.9.4 → 31.9.6

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.
@@ -243,6 +243,7 @@ export const ViraTabs = defineViraElement()({
243
243
  display: flex;
244
244
  align-items: center;
245
245
  width: fit-content;
246
+ padding-left: 8px;
246
247
  }
247
248
 
248
249
  ${hostClasses['vira-tabs-fill-width'].selector} {
@@ -79,19 +79,19 @@ const tagColorVariantColors = {
79
79
  [ViraColorVariant.Plain]: {
80
80
  [ViraEmphasis.Standard]: {
81
81
  idle: {
82
- backgroundColor: viraTheme.inverse[themeDefaultKey].background,
83
- textColor: viraTheme.inverse[themeDefaultKey].foreground,
84
- borderColor: viraTheme.inverse[themeDefaultKey].background,
82
+ backgroundColor: viraTheme.colors[themeDefaultKey].foreground,
83
+ textColor: viraTheme.colors[themeDefaultKey].background,
84
+ borderColor: viraTheme.colors[themeDefaultKey].foreground,
85
85
  },
86
86
  hover: {
87
- backgroundColor: viraTheme.colors['vira-grey-behind-bg-non-body'].background,
88
- textColor: viraTheme.colors['vira-grey-behind-bg-non-body'].foreground,
89
- borderColor: viraTheme.colors['vira-grey-behind-bg-non-body'].background,
87
+ backgroundColor: viraTheme.colors['vira-grey-behind-bg-body'].background,
88
+ textColor: viraTheme.colors['vira-grey-behind-bg-body'].foreground,
89
+ borderColor: viraTheme.colors['vira-grey-behind-bg-body'].background,
90
90
  },
91
91
  active: {
92
- backgroundColor: viraTheme.inverse[themeDefaultKey].background,
93
- textColor: viraTheme.inverse[themeDefaultKey].foreground,
94
- borderColor: viraTheme.inverse[themeDefaultKey].background,
92
+ backgroundColor: viraTheme.colors[themeDefaultKey].foreground,
93
+ textColor: viraTheme.colors[themeDefaultKey].background,
94
+ borderColor: viraTheme.colors[themeDefaultKey].foreground,
95
95
  },
96
96
  },
97
97
  [ViraEmphasis.Subtle]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.9.4",
3
+ "version": "31.9.6",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",