@commercetools-uikit/localized-text-input 18.5.0 → 19.0.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.
|
@@ -263,7 +263,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
263
263
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
264
264
|
|
|
265
265
|
// NOTE: This string will be replaced on build time with the package version.
|
|
266
|
-
var version = "
|
|
266
|
+
var version = "19.0.0";
|
|
267
267
|
|
|
268
268
|
exports["default"] = LocalizedTextInput$1;
|
|
269
269
|
exports.version = version;
|
|
@@ -203,7 +203,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
203
203
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
204
204
|
|
|
205
205
|
// NOTE: This string will be replaced on build time with the package version.
|
|
206
|
-
var version = "
|
|
206
|
+
var version = "19.0.0";
|
|
207
207
|
|
|
208
208
|
exports["default"] = LocalizedTextInput$1;
|
|
209
209
|
exports.version = version;
|
|
@@ -243,6 +243,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
243
243
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
244
244
|
|
|
245
245
|
// NOTE: This string will be replaced on build time with the package version.
|
|
246
|
-
var version = "
|
|
246
|
+
var version = "19.0.0";
|
|
247
247
|
|
|
248
248
|
export { LocalizedTextInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/localized-text-input",
|
|
3
3
|
"description": "A controlled text input component for localized single-line strings with validation states.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "19.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/flat-button": "
|
|
27
|
-
"@commercetools-uikit/hooks": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/localized-utils": "
|
|
31
|
-
"@commercetools-uikit/messages": "
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "
|
|
33
|
-
"@commercetools-uikit/text": "
|
|
34
|
-
"@commercetools-uikit/text-input": "
|
|
35
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "19.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.0.0",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.0.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.0.0",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "19.0.0",
|
|
31
|
+
"@commercetools-uikit/messages": "19.0.0",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "19.0.0",
|
|
33
|
+
"@commercetools-uikit/text": "19.0.0",
|
|
34
|
+
"@commercetools-uikit/text-input": "19.0.0",
|
|
35
|
+
"@commercetools-uikit/utils": "19.0.0",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1"
|