@commercetools-uikit/localized-multiline-text-input 15.13.2 → 15.14.0
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/dist/commercetools-uikit-localized-multiline-text-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-localized-multiline-text-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-localized-multiline-text-input.esm.js +1 -1
- package/dist/declarations/src/export-types.d.ts +2 -0
- package/dist/declarations/src/index.d.ts +1 -0
- package/dist/declarations/src/localized-multiline-text-input.d.ts +1 -1
- package/package.json +12 -12
|
@@ -512,7 +512,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
512
512
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
513
513
|
|
|
514
514
|
// NOTE: This string will be replaced on build time with the package version.
|
|
515
|
-
var version = "15.
|
|
515
|
+
var version = "15.14.0";
|
|
516
516
|
|
|
517
517
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
518
518
|
exports.version = version;
|
|
@@ -407,7 +407,7 @@ LocalizedMultilineTextInput.isTouched = localizedUtils.isTouched;
|
|
|
407
407
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
408
408
|
|
|
409
409
|
// NOTE: This string will be replaced on build time with the package version.
|
|
410
|
-
var version = "15.
|
|
410
|
+
var version = "15.14.0";
|
|
411
411
|
|
|
412
412
|
exports["default"] = LocalizedMultilineTextInput$1;
|
|
413
413
|
exports.version = version;
|
|
@@ -490,6 +490,6 @@ LocalizedMultilineTextInput.isTouched = isTouched;
|
|
|
490
490
|
var LocalizedMultilineTextInput$1 = LocalizedMultilineTextInput;
|
|
491
491
|
|
|
492
492
|
// NOTE: This string will be replaced on build time with the package version.
|
|
493
|
-
var version = "15.
|
|
493
|
+
var version = "15.14.0";
|
|
494
494
|
|
|
495
495
|
export { LocalizedMultilineTextInput$1 as default, version };
|
|
@@ -2,7 +2,7 @@ import { type ReactNode, type ChangeEventHandler, type FocusEventHandler } from
|
|
|
2
2
|
interface HTMLLocalizedTextAreaElement extends HTMLTextAreaElement {
|
|
3
3
|
language: string;
|
|
4
4
|
}
|
|
5
|
-
type TLocalizedMultilineTextInputProps = {
|
|
5
|
+
export type TLocalizedMultilineTextInputProps = {
|
|
6
6
|
id?: string;
|
|
7
7
|
name?: string;
|
|
8
8
|
autoComplete?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-multiline-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized multi-line strings with validation states.",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.14.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/flat-button": "15.
|
|
27
|
-
"@commercetools-uikit/hooks": "15.
|
|
28
|
-
"@commercetools-uikit/icons": "15.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "15.
|
|
31
|
-
"@commercetools-uikit/messages": "15.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "15.
|
|
33
|
-
"@commercetools-uikit/text": "15.
|
|
34
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.14.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "15.14.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "15.14.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.14.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.14.0",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "15.14.0",
|
|
31
|
+
"@commercetools-uikit/messages": "15.14.0",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "15.14.0",
|
|
33
|
+
"@commercetools-uikit/text": "15.14.0",
|
|
34
|
+
"@commercetools-uikit/utils": "15.14.0",
|
|
35
35
|
"@emotion/react": "^11.10.5",
|
|
36
36
|
"@emotion/styled": "^11.10.5",
|
|
37
37
|
"prop-types": "15.8.1",
|