@commercetools-uikit/multiline-text-input 12.2.4 → 12.2.5

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.
@@ -154,8 +154,8 @@ MultilineTextInput.isEmpty = function (value) {
154
154
  MultilineTextInput.defaultProps = defaultProps;
155
155
  var MultilineTextInput$1 = MultilineTextInput;
156
156
 
157
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
158
- var version = '12.2.4';
157
+ // NOTE: This string will be replaced on build time with the package version.
158
+ var version = "12.2.5";
159
159
 
160
160
  exports["default"] = MultilineTextInput$1;
161
161
  exports.version = version;
@@ -130,8 +130,8 @@ MultilineTextInput.isEmpty = function (value) {
130
130
  MultilineTextInput.defaultProps = defaultProps;
131
131
  var MultilineTextInput$1 = MultilineTextInput;
132
132
 
133
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
134
- var version = '12.2.4';
133
+ // NOTE: This string will be replaced on build time with the package version.
134
+ var version = "12.2.5";
135
135
 
136
136
  exports["default"] = MultilineTextInput$1;
137
137
  exports.version = version;
@@ -134,7 +134,7 @@ MultilineTextInput.isEmpty = function (value) {
134
134
  MultilineTextInput.defaultProps = defaultProps;
135
135
  var MultilineTextInput$1 = MultilineTextInput;
136
136
 
137
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
138
- var version = '12.2.4';
137
+ // NOTE: This string will be replaced on build time with the package version.
138
+ var version = "12.2.5";
139
139
 
140
140
  export { MultilineTextInput$1 as default, version };
@@ -1,2 +1,2 @@
1
- declare const _default: "12.2.4";
1
+ declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/multiline-text-input",
3
3
  "description": "A controlled text input component for multi-line strings with validation states.",
4
- "version": "12.2.4",
4
+ "version": "12.2.5",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,32 +9,35 @@
9
9
  "directory": "packages/components/inputs/multiline-text-input"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": [
13
+ "javascript",
14
+ "design system",
15
+ "react",
16
+ "uikit"
17
+ ],
13
18
  "license": "MIT",
14
- "private": false,
15
19
  "publishConfig": {
16
20
  "access": "public"
17
21
  },
18
22
  "sideEffects": false,
19
23
  "main": "dist/commercetools-uikit-multiline-text-input.cjs.js",
20
24
  "module": "dist/commercetools-uikit-multiline-text-input.esm.js",
21
- "files": ["dist"],
22
- "scripts": {
23
- "prepare": "../../../../scripts/version.js replace"
24
- },
25
+ "files": [
26
+ "dist"
27
+ ],
25
28
  "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/spacings-inline": "12.2.4",
35
- "@commercetools-uikit/spacings-stack": "12.2.4",
36
- "@commercetools-uikit/tooltip": "12.2.4",
37
- "@commercetools-uikit/utils": "12.2.0",
29
+ "@babel/runtime": "7.16.3",
30
+ "@babel/runtime-corejs3": "7.16.3",
31
+ "@commercetools-uikit/constraints": "12.2.5",
32
+ "@commercetools-uikit/design-system": "12.2.5",
33
+ "@commercetools-uikit/flat-button": "12.2.5",
34
+ "@commercetools-uikit/hooks": "12.2.5",
35
+ "@commercetools-uikit/icons": "12.2.5",
36
+ "@commercetools-uikit/input-utils": "12.2.5",
37
+ "@commercetools-uikit/spacings-inline": "12.2.5",
38
+ "@commercetools-uikit/spacings-stack": "12.2.5",
39
+ "@commercetools-uikit/tooltip": "12.2.5",
40
+ "@commercetools-uikit/utils": "12.2.5",
38
41
  "@emotion/react": "^11.4.0",
39
42
  "@emotion/styled": "^11.3.0",
40
43
  "downshift": "6.1.7",
@@ -44,7 +47,7 @@
44
47
  },
45
48
  "devDependencies": {
46
49
  "react": "17.0.2",
47
- "react-intl": "5.20.12"
50
+ "react-intl": "5.21.2"
48
51
  },
49
52
  "peerDependencies": {
50
53
  "react": "17.x",