@commercetools-uikit/localized-text-input 12.2.4 → 12.2.9

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.
@@ -339,8 +339,8 @@ LocalizedTextInput.omitEmptyTranslations = localizedUtils.omitEmptyTranslations;
339
339
  LocalizedTextInput.isTouched = localizedUtils.isTouched;
340
340
  var LocalizedTextInput$1 = LocalizedTextInput;
341
341
 
342
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
343
- var version = '12.2.4';
342
+ // NOTE: This string will be replaced on build time with the package version.
343
+ var version = "12.2.9";
344
344
 
345
345
  exports["default"] = LocalizedTextInput$1;
346
346
  exports.version = version;
@@ -202,8 +202,8 @@ LocalizedTextInput.omitEmptyTranslations = localizedUtils.omitEmptyTranslations;
202
202
  LocalizedTextInput.isTouched = localizedUtils.isTouched;
203
203
  var LocalizedTextInput$1 = LocalizedTextInput;
204
204
 
205
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
206
- var version = '12.2.4';
205
+ // NOTE: This string will be replaced on build time with the package version.
206
+ var version = "12.2.9";
207
207
 
208
208
  exports["default"] = LocalizedTextInput$1;
209
209
  exports.version = version;
@@ -316,7 +316,7 @@ LocalizedTextInput.omitEmptyTranslations = omitEmptyTranslations;
316
316
  LocalizedTextInput.isTouched = isTouched;
317
317
  var LocalizedTextInput$1 = LocalizedTextInput;
318
318
 
319
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
320
- var version = '12.2.4';
319
+ // NOTE: This string will be replaced on build time with the package version.
320
+ var version = "12.2.9";
321
321
 
322
322
  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": "12.2.4",
4
+ "version": "12.2.9",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -11,7 +11,6 @@
11
11
  "homepage": "https://uikit.commercetools.com",
12
12
  "keywords": ["javascript", "design system", "react", "uikit"],
13
13
  "license": "MIT",
14
- "private": false,
15
14
  "publishConfig": {
16
15
  "access": "public"
17
16
  },
@@ -19,33 +18,30 @@
19
18
  "main": "dist/commercetools-uikit-localized-text-input.cjs.js",
20
19
  "module": "dist/commercetools-uikit-localized-text-input.esm.js",
21
20
  "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
21
  "dependencies": {
26
- "@babel/runtime": "7.15.4",
27
- "@babel/runtime-corejs3": "7.15.4",
28
- "@commercetools-uikit/constraints": "12.2.4",
29
- "@commercetools-uikit/design-system": "12.2.4",
30
- "@commercetools-uikit/flat-button": "12.2.4",
31
- "@commercetools-uikit/hooks": "12.2.3",
32
- "@commercetools-uikit/icons": "12.2.4",
33
- "@commercetools-uikit/input-utils": "12.2.4",
34
- "@commercetools-uikit/localized-utils": "12.2.0",
35
- "@commercetools-uikit/messages": "12.2.4",
36
- "@commercetools-uikit/spacings-stack": "12.2.4",
37
- "@commercetools-uikit/text": "12.2.4",
38
- "@commercetools-uikit/text-input": "12.2.4",
39
- "@commercetools-uikit/utils": "12.2.0",
22
+ "@babel/runtime": "7.16.5",
23
+ "@babel/runtime-corejs3": "7.16.5",
24
+ "@commercetools-uikit/constraints": "12.2.9",
25
+ "@commercetools-uikit/design-system": "12.2.9",
26
+ "@commercetools-uikit/flat-button": "12.2.9",
27
+ "@commercetools-uikit/hooks": "12.2.9",
28
+ "@commercetools-uikit/icons": "12.2.9",
29
+ "@commercetools-uikit/input-utils": "12.2.9",
30
+ "@commercetools-uikit/localized-utils": "12.2.9",
31
+ "@commercetools-uikit/messages": "12.2.9",
32
+ "@commercetools-uikit/spacings-stack": "12.2.9",
33
+ "@commercetools-uikit/text": "12.2.9",
34
+ "@commercetools-uikit/text-input": "12.2.9",
35
+ "@commercetools-uikit/utils": "12.2.9",
40
36
  "@emotion/react": "^11.4.0",
41
37
  "@emotion/styled": "^11.3.0",
42
- "common-tags": "1.8.0",
38
+ "common-tags": "1.8.2",
43
39
  "prop-types": "15.7.2",
44
40
  "react-required-if": "1.0.3"
45
41
  },
46
42
  "devDependencies": {
47
43
  "react": "17.0.2",
48
- "react-intl": "5.20.12"
44
+ "react-intl": "5.23.0"
49
45
  },
50
46
  "peerDependencies": {
51
47
  "react": "17.x",