@loadsmart/miranda-wc 3.25.0 → 3.25.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.
@@ -188,7 +188,7 @@ export declare class TextArea extends FormComponent implements TextAreaProps {
188
188
  * Textarea value.
189
189
  */
190
190
  set value(value: string | undefined);
191
- get value(): string | undefined;
191
+ get value(): string;
192
192
  focus(): void;
193
193
  formResetCallback(): void;
194
194
  formStateRestoreCallback(state: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-wc",
3
- "version": "3.25.0",
3
+ "version": "3.25.1",
4
4
  "description": "Miranda Web Components component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -58,8 +58,8 @@
58
58
  "dependencies": {
59
59
  "@floating-ui/dom": "^1.7.3",
60
60
  "@lit/context": "^1.1.6",
61
- "@loadsmart/miranda-icons": "3.25.0",
62
- "@loadsmart/miranda-tokens": "4.25.0",
61
+ "@loadsmart/miranda-icons": "3.25.1",
62
+ "@loadsmart/miranda-tokens": "4.25.1",
63
63
  "autosize": "^6.0.1",
64
64
  "composed-offset-position": "^0.0.6",
65
65
  "lit": "^3.3.1"