vira 31.21.0 → 31.21.1

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.
@@ -6,6 +6,7 @@ import { CloseX24Icon } from '../icons/icon-svgs/24/close-x-24.icon.js';
6
6
  import { EyeClosed24Icon, EyeOpen24Icon } from '../icons/index.js';
7
7
  import { createFocusStyles } from '../styles/focus.js';
8
8
  import { viraFormCssVars } from '../styles/form-styles.js';
9
+ import { ViraSize, viraSizeHeights } from '../styles/form-variants.js';
9
10
  import { noUserSelect, viraAnimationDurations, viraDisabledStyles } from '../styles/index.js';
10
11
  import { noNativeFormStyles } from '../styles/native-styles.js';
11
12
  import { defineViraElement } from '../util/define-vira-element.js';
@@ -36,7 +37,7 @@ export const ViraInput = defineViraElement()({
36
37
  tagName: 'vira-input',
37
38
  cssVars: {
38
39
  'vira-input-padding-horizontal': '10px',
39
- 'vira-input-padding-vertical': '6px',
40
+ 'vira-input-padding-vertical': '5px',
40
41
  },
41
42
  styles: ({ hostClasses, cssVars }) => {
42
43
  return css `
@@ -137,6 +138,7 @@ export const ViraInput = defineViraElement()({
137
138
  max-width: 100%;
138
139
  flex-grow: 1;
139
140
  display: inline-flex;
141
+ min-height: ${viraSizeHeights[ViraSize.Medium]}px;
140
142
  box-sizing: border-box;
141
143
  align-items: center;
142
144
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.21.0",
3
+ "version": "31.21.1",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",