mn-angular-lib 0.0.67 → 0.0.69

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mn-angular-lib",
3
- "version": "0.0.67",
3
+ "version": "0.0.69",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.3",
6
6
  "@angular/core": "^21.1.3"
@@ -1057,6 +1057,8 @@ interface MnTextareaProps {
1057
1057
  name?: string;
1058
1058
  /** Label text displayed above the textarea */
1059
1059
  label?: string;
1060
+ /** Placeholder text shown inside the textarea when empty */
1061
+ placeholder?: string;
1060
1062
  /** Number of visible text rows */
1061
1063
  rows?: number;
1062
1064
  /** Number of visible text columns */