@loadsmart/miranda-wc 3.25.0-next.1 → 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
|
|
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.
|
|
3
|
+
"version": "3.25.1",
|
|
4
4
|
"description": "Miranda Web Components component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -47,21 +47,19 @@
|
|
|
47
47
|
"@types/mdx": "^2.0.5",
|
|
48
48
|
"@web/rollup-plugin-copy": "^0.5.1",
|
|
49
49
|
"chromatic": "^13.3.5",
|
|
50
|
-
"css-loader": "^7.1.2",
|
|
51
50
|
"cypress": "15.0.0",
|
|
52
|
-
"cypress-plugin-tab": "^1.0.5",
|
|
53
51
|
"rollup": "^4.55.1",
|
|
54
52
|
"rollup-plugin-delete": "^3.0.2",
|
|
55
53
|
"storybook": "^8.6.15",
|
|
56
|
-
"style-loader": "^4.0.0",
|
|
57
54
|
"ts-lit-plugin": "^2.0.1",
|
|
58
|
-
"typescript": "~5.9.3"
|
|
55
|
+
"typescript": "~5.9.3",
|
|
56
|
+
"vite": "^6.4.1"
|
|
59
57
|
},
|
|
60
58
|
"dependencies": {
|
|
61
59
|
"@floating-ui/dom": "^1.7.3",
|
|
62
60
|
"@lit/context": "^1.1.6",
|
|
63
|
-
"@loadsmart/miranda-icons": "3.25.
|
|
64
|
-
"@loadsmart/miranda-tokens": "4.25.
|
|
61
|
+
"@loadsmart/miranda-icons": "3.25.1",
|
|
62
|
+
"@loadsmart/miranda-tokens": "4.25.1",
|
|
65
63
|
"autosize": "^6.0.1",
|
|
66
64
|
"composed-offset-position": "^0.0.6",
|
|
67
65
|
"lit": "^3.3.1"
|
|
@@ -76,6 +74,5 @@
|
|
|
76
74
|
"bugs": {
|
|
77
75
|
"url": "https://github.com/loadsmart/miranda-wc/issues"
|
|
78
76
|
},
|
|
79
|
-
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
|
|
80
|
-
"stableVersion": "0.0.0"
|
|
77
|
+
"homepage": "https://github.com/loadsmart/miranda-wc#readme"
|
|
81
78
|
}
|