vira 28.18.0 → 28.18.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.
@@ -168,6 +168,7 @@ export const ViraInput = defineViraElement()({
168
168
  margin: ${cssVars['vira-input-padding-vertical'].value} 0;
169
169
  flex-grow: 1;
170
170
  max-width: 100%;
171
+ text-align: inherit;
171
172
  /* fix input element not shrinking by default */
172
173
  width: 0;
173
174
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "28.18.0",
3
+ "version": "28.18.1",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",
@@ -38,21 +38,21 @@
38
38
  "test:docs": "virmator docs check"
39
39
  },
40
40
  "dependencies": {
41
- "@augment-vir/assert": "^31.57.3",
42
- "@augment-vir/common": "^31.57.3",
43
- "@augment-vir/web": "^31.57.3",
41
+ "@augment-vir/assert": "^31.57.5",
42
+ "@augment-vir/common": "^31.57.5",
43
+ "@augment-vir/web": "^31.57.5",
44
44
  "colorjs.io": "^0.6.0",
45
45
  "date-vir": "^8.1.0",
46
46
  "device-navigation": "^4.5.5",
47
47
  "lit-css-vars": "^3.0.11",
48
- "observavir": "^2.3.0",
48
+ "observavir": "^2.3.1",
49
49
  "page-active": "^1.0.3",
50
50
  "spa-router-vir": "^6.4.1",
51
51
  "type-fest": "^5.3.1",
52
52
  "typed-event-target": "^4.1.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@augment-vir/test": "^31.57.3",
55
+ "@augment-vir/test": "^31.57.5",
56
56
  "@web/dev-server-esbuild": "^1.0.4",
57
57
  "@web/test-runner": "^0.20.2",
58
58
  "@web/test-runner-commands": "^0.9.0",
@@ -61,7 +61,7 @@
61
61
  "esbuild": "^0.27.2",
62
62
  "istanbul-smart-text-reporter": "^1.1.5",
63
63
  "markdown-code-example-inserter": "^3.0.3",
64
- "theme-vir": "^28.15.3",
64
+ "theme-vir": "^28.15.4",
65
65
  "typedoc": "^0.28.15",
66
66
  "typescript": "5.9.3",
67
67
  "vite": "^7.3.0",