vira 31.0.1 → 31.0.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.
@@ -172,7 +172,7 @@ export const ViraInput = defineViraElement()({
172
172
 
173
173
  &:focus:focus-visible:not([disabled]) ~ .focus-border {
174
174
  ${createFocusStyles({
175
- elementBorderSize: '0',
175
+ elementBorderSize: '1px',
176
176
  noNesting: true,
177
177
  })}
178
178
  }
@@ -128,7 +128,7 @@ export const ViraSelect = defineViraElement()({
128
128
 
129
129
  &:focus:focus-visible:not([aria-disabled='true']) ~ .focus-border {
130
130
  ${createFocusStyles({
131
- elementBorderSize: '0',
131
+ elementBorderSize: '1px',
132
132
  noNesting: true,
133
133
  })}
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.0.1",
3
+ "version": "31.0.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",