@commercetools-uikit/localized-text-input 17.0.0 → 17.0.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.
- package/dist/commercetools-uikit-localized-text-input.cjs.d.ts +1 -1
- package/dist/commercetools-uikit-localized-text-input.cjs.dev.js +1 -1
- package/dist/commercetools-uikit-localized-text-input.cjs.prod.js +1 -1
- package/dist/commercetools-uikit-localized-text-input.esm.js +1 -1
- package/package.json +13 -13
- package/dist/commercetools-uikit-localized-text-input.cjs.d.ts.map +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export * from "./declarations/src/index";
|
|
2
2
|
export { default } from "./declarations/src/index";
|
|
3
|
-
//# sourceMappingURL=
|
|
3
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy11aWtpdC1sb2NhbGl6ZWQtdGV4dC1pbnB1dC5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4vZGVjbGFyYXRpb25zL3NyYy9pbmRleC5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -253,7 +253,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
253
253
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
254
254
|
|
|
255
255
|
// NOTE: This string will be replaced on build time with the package version.
|
|
256
|
-
var version = "17.0.
|
|
256
|
+
var version = "17.0.1";
|
|
257
257
|
|
|
258
258
|
exports["default"] = LocalizedTextInput$1;
|
|
259
259
|
exports.version = version;
|
|
@@ -196,7 +196,7 @@ LocalizedTextInput.isTouched = localizedUtils.isTouched;
|
|
|
196
196
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
197
197
|
|
|
198
198
|
// NOTE: This string will be replaced on build time with the package version.
|
|
199
|
-
var version = "17.0.
|
|
199
|
+
var version = "17.0.1";
|
|
200
200
|
|
|
201
201
|
exports["default"] = LocalizedTextInput$1;
|
|
202
202
|
exports.version = version;
|
|
@@ -233,6 +233,6 @@ LocalizedTextInput.isTouched = isTouched;
|
|
|
233
233
|
var LocalizedTextInput$1 = LocalizedTextInput;
|
|
234
234
|
|
|
235
235
|
// NOTE: This string will be replaced on build time with the package version.
|
|
236
|
-
var version = "17.0.
|
|
236
|
+
var version = "17.0.1";
|
|
237
237
|
|
|
238
238
|
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": "17.0.
|
|
4
|
+
"version": "17.0.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": "17.0.
|
|
25
|
-
"@commercetools-uikit/design-system": "17.0.
|
|
26
|
-
"@commercetools-uikit/flat-button": "17.0.
|
|
27
|
-
"@commercetools-uikit/hooks": "17.0.
|
|
28
|
-
"@commercetools-uikit/icons": "17.0.
|
|
29
|
-
"@commercetools-uikit/input-utils": "17.0.
|
|
30
|
-
"@commercetools-uikit/localized-utils": "17.0.
|
|
31
|
-
"@commercetools-uikit/messages": "17.0.
|
|
32
|
-
"@commercetools-uikit/spacings-stack": "17.0.
|
|
33
|
-
"@commercetools-uikit/text": "17.0.
|
|
34
|
-
"@commercetools-uikit/text-input": "17.0.
|
|
35
|
-
"@commercetools-uikit/utils": "17.0.
|
|
24
|
+
"@commercetools-uikit/constraints": "17.0.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "17.0.1",
|
|
26
|
+
"@commercetools-uikit/flat-button": "17.0.1",
|
|
27
|
+
"@commercetools-uikit/hooks": "17.0.1",
|
|
28
|
+
"@commercetools-uikit/icons": "17.0.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "17.0.1",
|
|
30
|
+
"@commercetools-uikit/localized-utils": "17.0.1",
|
|
31
|
+
"@commercetools-uikit/messages": "17.0.1",
|
|
32
|
+
"@commercetools-uikit/spacings-stack": "17.0.1",
|
|
33
|
+
"@commercetools-uikit/text": "17.0.1",
|
|
34
|
+
"@commercetools-uikit/text-input": "17.0.1",
|
|
35
|
+
"@commercetools-uikit/utils": "17.0.1",
|
|
36
36
|
"@emotion/react": "^11.10.5",
|
|
37
37
|
"@emotion/styled": "^11.10.5",
|
|
38
38
|
"prop-types": "15.8.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commercetools-uikit-localized-text-input.cjs.d.ts","sourceRoot":"","sources":["./declarations/src/index.d.ts"],"names":[],"mappings":"AAAA"}
|