@commercetools-uikit/localized-text-input 19.25.0 → 19.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.
|
@@ -267,7 +267,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
267
267
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
268
268
|
|
|
269
269
|
// NOTE: This string will be replaced on build time with the package version.
|
|
270
|
-
var version = "19.25.
|
|
270
|
+
var version = "19.25.1";
|
|
271
271
|
|
|
272
272
|
exports["default"] = LocalizedTextInput$1;
|
|
273
273
|
exports.version = version;
|
|
@@ -207,7 +207,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
207
207
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
208
208
|
|
|
209
209
|
// NOTE: This string will be replaced on build time with the package version.
|
|
210
|
-
var version = "19.25.
|
|
210
|
+
var version = "19.25.1";
|
|
211
211
|
|
|
212
212
|
exports["default"] = LocalizedTextInput$1;
|
|
213
213
|
exports.version = version;
|
|
@@ -247,6 +247,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
247
247
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
248
248
|
|
|
249
249
|
// NOTE: This string will be replaced on build time with the package version.
|
|
250
|
-
var version = "19.25.
|
|
250
|
+
var version = "19.25.1";
|
|
251
251
|
|
|
252
252
|
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": "19.25.
|
|
4
|
+
"version": "19.25.1",
|
|
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": "19.25.
|
|
25
|
-
"@commercetools-uikit/design-system": "19.25.
|
|
26
|
-
"@commercetools-uikit/flat-button": "19.25.
|
|
27
|
-
"@commercetools-uikit/hooks": "19.25.
|
|
28
|
-
"@commercetools-uikit/icons": "19.25.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.25.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "19.25.
|
|
31
|
-
"@commercetools-uikit/messages": "19.25.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "19.25.
|
|
33
|
-
"@commercetools-uikit/text": "19.25.
|
|
34
|
-
"@commercetools-uikit/text-input": "19.25.
|
|
35
|
-
"@commercetools-uikit/utils": "19.25.
|
|
24
|
+
"@commercetools-uikit/constraints": "19.25.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "19.25.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "19.25.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "19.25.1",
|
|
28
|
+
"@commercetools-uikit/icons": "19.25.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.25.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "19.25.1",
|
|
31
|
+
"@commercetools-uikit/messages": "19.25.1",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "19.25.1",
|
|
33
|
+
"@commercetools-uikit/text": "19.25.1",
|
|
34
|
+
"@commercetools-uikit/text-input": "19.25.1",
|
|
35
|
+
"@commercetools-uikit/utils": "19.25.1",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1"
|