vira 25.4.1 → 25.4.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.
@@ -310,7 +310,7 @@ export const ViraInput = defineViraElement()({
310
310
  },
311
311
  });
312
312
  })}
313
- placeholder=${inputs.placeholder}
313
+ placeholder=${ifDefined(inputs.placeholder || undefined)}
314
314
  ${inputs.attributePassthrough
315
315
  ? attributes(inputs.attributePassthrough)
316
316
  : nothing}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "25.4.1",
3
+ "version": "25.4.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",
@@ -66,7 +66,7 @@
66
66
  "vite-tsconfig-paths": "^5.1.4"
67
67
  },
68
68
  "peerDependencies": {
69
- "element-vir": "^25.4.1"
69
+ "element-vir": "^25.4.2"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=22"