vira 31.6.1 → 31.6.2

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.
@@ -100,7 +100,6 @@ export const ViraTabs = defineViraElement()({
100
100
  display: flex;
101
101
  align-items: center;
102
102
  justify-content: center;
103
- padding: 8px 16px;
104
103
  position: relative;
105
104
  color: ${cssVars['vira-tabs-inactive-color'].value};
106
105
  font-size: ${viraFormCssVars['vira-form-medium-text-size'].value};
@@ -210,6 +209,11 @@ export const ViraTabs = defineViraElement()({
210
209
  ${ViraLink} {
211
210
  text-decoration: none;
212
211
  }
212
+
213
+ .tabs-container ${ViraLink} {
214
+ display: flex;
215
+ padding: 8px 16px;
216
+ }
213
217
  `;
214
218
  },
215
219
  render({ inputs }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.6.1",
3
+ "version": "31.6.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",