vira 31.21.0 → 31.21.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.
@@ -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;
@@ -334,6 +334,11 @@ export const ViraTabs = defineViraElement()({
334
334
  ${ViraMenuTrigger} {
335
335
  margin: 3px 0;
336
336
  }
337
+
338
+ .overflow-menu ${ViraButton} {
339
+ flex-shrink: 0;
340
+ white-space: nowrap;
341
+ }
337
342
  `;
338
343
  },
339
344
  cleanup({ state }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.21.0",
3
+ "version": "31.21.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",
@@ -38,9 +38,9 @@
38
38
  "test:docs": "virmator docs check"
39
39
  },
40
40
  "dependencies": {
41
- "@augment-vir/assert": "^31.70.1",
42
- "@augment-vir/common": "^31.70.1",
43
- "@augment-vir/web": "^31.70.1",
41
+ "@augment-vir/assert": "^31.71.3",
42
+ "@augment-vir/common": "^31.71.3",
43
+ "@augment-vir/web": "^31.71.3",
44
44
  "@electrovir/color": "^1.7.9",
45
45
  "@electrovir/local-storage-client": "^0.1.0",
46
46
  "date-vir": "^8.3.2",
@@ -55,7 +55,7 @@
55
55
  "typed-event-target": "^4.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@augment-vir/test": "^31.70.1",
58
+ "@augment-vir/test": "^31.71.3",
59
59
  "@web/dev-server-esbuild": "^1.0.5",
60
60
  "@web/test-runner": "^0.20.2",
61
61
  "@web/test-runner-commands": "^0.9.0",
@@ -63,7 +63,7 @@
63
63
  "@web/test-runner-visual-regression": "^0.10.0",
64
64
  "esbuild": "^0.28.0",
65
65
  "istanbul-smart-text-reporter": "^1.1.5",
66
- "lucide-static": "^1.16.0",
66
+ "lucide-static": "^1.17.0",
67
67
  "markdown-code-example-inserter": "^3.0.5",
68
68
  "theme-vir": "^28.25.0",
69
69
  "typedoc": "^0.28.19",