@commercetools-uikit/localized-rich-text-input 16.7.5 → 16.9.0

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.
@@ -566,7 +566,7 @@ const LocalizedRichTextInput = /*#__PURE__*/react.forwardRef((props, ref) => {
566
566
  const resetValue = react.useCallback(newValue => {
567
567
  var _context5;
568
568
  _forEachInstanceProperty__default["default"](_context5 = langRefs.current).call(_context5, langRef => {
569
- langRef.resetValue(newValue);
569
+ langRef === null || langRef === void 0 ? void 0 : langRef.resetValue(newValue);
570
570
  });
571
571
  }, []);
572
572
  react.useImperativeHandle(ref, () => {
@@ -631,7 +631,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
631
631
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
632
632
 
633
633
  // NOTE: This string will be replaced on build time with the package version.
634
- var version = "16.7.5";
634
+ var version = "16.9.0";
635
635
 
636
636
  exports["default"] = LocalizedRichTextInput$1;
637
637
  exports.version = version;
@@ -498,7 +498,7 @@ const LocalizedRichTextInput = /*#__PURE__*/react.forwardRef((props, ref) => {
498
498
  const resetValue = react.useCallback(newValue => {
499
499
  var _context5;
500
500
  _forEachInstanceProperty__default["default"](_context5 = langRefs.current).call(_context5, langRef => {
501
- langRef.resetValue(newValue);
501
+ langRef === null || langRef === void 0 ? void 0 : langRef.resetValue(newValue);
502
502
  });
503
503
  }, []);
504
504
  react.useImperativeHandle(ref, () => {
@@ -563,7 +563,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
563
563
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
564
564
 
565
565
  // NOTE: This string will be replaced on build time with the package version.
566
- var version = "16.7.5";
566
+ var version = "16.9.0";
567
567
 
568
568
  exports["default"] = LocalizedRichTextInput$1;
569
569
  exports.version = version;
@@ -537,7 +537,7 @@ const LocalizedRichTextInput = /*#__PURE__*/forwardRef((props, ref) => {
537
537
  const resetValue = useCallback(newValue => {
538
538
  var _context5;
539
539
  _forEachInstanceProperty(_context5 = langRefs.current).call(_context5, langRef => {
540
- langRef.resetValue(newValue);
540
+ langRef === null || langRef === void 0 ? void 0 : langRef.resetValue(newValue);
541
541
  });
542
542
  }, []);
543
543
  useImperativeHandle(ref, () => {
@@ -602,6 +602,6 @@ LocalizedRichTextInput.isTouched = isTouched;
602
602
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
603
603
 
604
604
  // NOTE: This string will be replaced on build time with the package version.
605
- var version = "16.7.5";
605
+ var version = "16.9.0";
606
606
 
607
607
  export { LocalizedRichTextInput$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/localized-rich-text-input",
3
3
  "description": "A controlled text input component for localized rich text input with validation states.",
4
- "version": "16.7.5",
4
+ "version": "16.9.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,21 +21,21 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/collapsible-motion": "16.7.5",
25
- "@commercetools-uikit/constraints": "16.7.5",
26
- "@commercetools-uikit/design-system": "16.7.5",
27
- "@commercetools-uikit/flat-button": "16.7.5",
28
- "@commercetools-uikit/hooks": "16.7.5",
29
- "@commercetools-uikit/icons": "16.7.5",
30
- "@commercetools-uikit/input-utils": "16.7.5",
31
- "@commercetools-uikit/localized-utils": "16.7.5",
32
- "@commercetools-uikit/messages": "16.7.5",
33
- "@commercetools-uikit/rich-text-utils": "16.7.5",
34
- "@commercetools-uikit/spacings-inline": "16.7.5",
35
- "@commercetools-uikit/spacings-stack": "16.7.5",
36
- "@commercetools-uikit/text": "16.7.5",
37
- "@commercetools-uikit/tooltip": "16.7.5",
38
- "@commercetools-uikit/utils": "16.7.5",
24
+ "@commercetools-uikit/collapsible-motion": "16.9.0",
25
+ "@commercetools-uikit/constraints": "16.9.0",
26
+ "@commercetools-uikit/design-system": "16.9.0",
27
+ "@commercetools-uikit/flat-button": "16.9.0",
28
+ "@commercetools-uikit/hooks": "16.9.0",
29
+ "@commercetools-uikit/icons": "16.9.0",
30
+ "@commercetools-uikit/input-utils": "16.9.0",
31
+ "@commercetools-uikit/localized-utils": "16.9.0",
32
+ "@commercetools-uikit/messages": "16.9.0",
33
+ "@commercetools-uikit/rich-text-utils": "16.9.0",
34
+ "@commercetools-uikit/spacings-inline": "16.9.0",
35
+ "@commercetools-uikit/spacings-stack": "16.9.0",
36
+ "@commercetools-uikit/text": "16.9.0",
37
+ "@commercetools-uikit/tooltip": "16.9.0",
38
+ "@commercetools-uikit/utils": "16.9.0",
39
39
  "@emotion/react": "^11.10.5",
40
40
  "@emotion/styled": "^11.10.5",
41
41
  "downshift": "6.1.12",