vira 31.21.1 → 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.
@@ -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.1",
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",