@commercetools-uikit/rich-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.
@@ -377,8 +377,8 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
377
377
  } : {};
378
378
  var RichTextInput$1 = RichTextInput;
379
379
 
380
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
381
- var version = '12.2.4';
380
+ // NOTE: This string will be replaced on build time with the package version.
381
+ var version = "12.2.9";
382
382
 
383
383
  exports["default"] = RichTextInput$1;
384
384
  exports.version = version;
@@ -335,8 +335,8 @@ RichTextInput.isTouched = function (touched) {
335
335
  RichTextInput.propTypes = {};
336
336
  var RichTextInput$1 = RichTextInput;
337
337
 
338
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
339
- var version = '12.2.4';
338
+ // NOTE: This string will be replaced on build time with the package version.
339
+ var version = "12.2.9";
340
340
 
341
341
  exports["default"] = RichTextInput$1;
342
342
  exports.version = version;
@@ -351,7 +351,7 @@ RichTextInput.propTypes = process.env.NODE_ENV !== "production" ? {
351
351
  } : {};
352
352
  var RichTextInput$1 = RichTextInput;
353
353
 
354
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
355
- var version = '12.2.4';
354
+ // NOTE: This string will be replaced on build time with the package version.
355
+ var version = "12.2.9";
356
356
 
357
357
  export { RichTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/rich-text-input",
3
3
  "description": "A controlled rich text input component for rich text 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,24 +18,21 @@
19
18
  "main": "dist/commercetools-uikit-rich-text-input.cjs.js",
20
19
  "module": "dist/commercetools-uikit-rich-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/collapsible-motion": "12.2.4",
29
- "@commercetools-uikit/constraints": "12.2.4",
30
- "@commercetools-uikit/design-system": "12.2.4",
31
- "@commercetools-uikit/flat-button": "12.2.4",
32
- "@commercetools-uikit/hooks": "12.2.3",
33
- "@commercetools-uikit/icons": "12.2.4",
34
- "@commercetools-uikit/input-utils": "12.2.4",
35
- "@commercetools-uikit/rich-text-utils": "12.2.4",
36
- "@commercetools-uikit/spacings-inline": "12.2.4",
37
- "@commercetools-uikit/spacings-stack": "12.2.4",
38
- "@commercetools-uikit/tooltip": "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/collapsible-motion": "12.2.9",
25
+ "@commercetools-uikit/constraints": "12.2.9",
26
+ "@commercetools-uikit/design-system": "12.2.9",
27
+ "@commercetools-uikit/flat-button": "12.2.9",
28
+ "@commercetools-uikit/hooks": "12.2.9",
29
+ "@commercetools-uikit/icons": "12.2.9",
30
+ "@commercetools-uikit/input-utils": "12.2.9",
31
+ "@commercetools-uikit/rich-text-utils": "12.2.9",
32
+ "@commercetools-uikit/spacings-inline": "12.2.9",
33
+ "@commercetools-uikit/spacings-stack": "12.2.9",
34
+ "@commercetools-uikit/tooltip": "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
38
  "downshift": "6.1.7",
@@ -51,7 +47,7 @@
51
47
  },
52
48
  "devDependencies": {
53
49
  "react": "17.0.2",
54
- "react-intl": "5.20.12"
50
+ "react-intl": "5.23.0"
55
51
  },
56
52
  "peerDependencies": {
57
53
  "react": "17.x",