@commercetools-uikit/localized-rich-text-input 15.5.1 → 15.7.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.
@@ -73,7 +73,7 @@ var pipe__default = /*#__PURE__*/_interopDefault(pipe);
73
73
 
74
74
  var EditorLanguageLabel = /*#__PURE__*/_styled__default["default"]("label", {
75
75
  target: "ew063c2"
76
- } )("white-space:nowrap;flex:0;color:", designSystem.designTokens.fontColorForInputWhenDisabled, ";line-height:calc(\n ", designSystem.designTokens.sizeHeightInput, " - 2 * ", designSystem.designTokens.borderRadius1, "\n );background-color:", designSystem.designTokens.backgroundColorForInputWhenDisabled, ";border-top-left-radius:", designSystem.designTokens.borderRadiusForInput, ";border-bottom-left-radius:", designSystem.designTokens.borderRadiusForInput, ";border:1px ", designSystem.designTokens.borderColorForInputWhenDisabled, " solid;padding:0 ", designSystem.designTokens.spacingS, ";transition:border-color ", designSystem.designTokens.transitionStandard, ",background-color ", designSystem.designTokens.transitionStandard, ",color ", designSystem.designTokens.transitionStandard, ";border-right:0;box-shadow:none;appearance:none;cursor:inherit;" + ("" ));
76
+ } )("white-space:nowrap;flex:0;color:", designSystem.designTokens.fontColorForInputWhenDisabled, ";line-height:calc(\n ", designSystem.designTokens.sizeHeightInput, " - 2 * ", designSystem.designTokens.borderRadius1, "\n );background-color:", designSystem.designTokens.backgroundColorForInputWhenDisabled, ";border-top-left-radius:", designSystem.designTokens.borderRadiusForInput, ";border-bottom-left-radius:", designSystem.designTokens.borderRadiusForInput, ";border:1px ", designSystem.designTokens.borderColorForInputWhenDisabled, " solid;padding:0 ", designSystem.designTokens.spacing20, ";transition:border-color ", designSystem.designTokens.transitionStandard, ",background-color ", designSystem.designTokens.transitionStandard, ",color ", designSystem.designTokens.transitionStandard, ";border-right:0;box-shadow:none;appearance:none;cursor:inherit;" + ("" ));
77
77
 
78
78
  var EditorWrapper = /*#__PURE__*/_styled__default["default"]("div", {
79
79
  target: "ew063c1"
@@ -303,7 +303,7 @@ var Editor = /*#__PURE__*/react.forwardRef(function (props, forwardedRef) {
303
303
  return null;
304
304
  }(), renderToggleButton && jsxRuntime.jsx(RightColumn, {
305
305
  children: jsxRuntime.jsx(ToggleButtonWrapper, {
306
- css: [!shouldToggleButtonTakeSpace && /*#__PURE__*/react$1.css("position:absolute;top:0;right:0;margin-top:", designSystem.designTokens.spacingXs, ";" + ("" ), "" ), "" , "" ],
306
+ css: [!shouldToggleButtonTakeSpace && /*#__PURE__*/react$1.css("position:absolute;top:0;right:0;margin-top:", designSystem.designTokens.spacing10, ";" + ("" ), "" ), "" , "" ],
307
307
  children: jsxRuntime.jsx(FlatButton__default["default"], {
308
308
  onClick: toggle,
309
309
  label: intl.formatMessage(isOpen ? inputUtils.messagesMultilineInput.collapse : inputUtils.messagesMultilineInput.expand),
@@ -624,7 +624,7 @@ LocalizedRichTextInput.isTouched = localizedUtils.isTouched;
624
624
  var LocalizedRichTextInput$1 = LocalizedRichTextInput;
625
625
 
626
626
  // NOTE: This string will be replaced on build time with the package version.
627
- var version = "15.5.1";
627
+ var version = "15.7.0";
628
628
 
629
629
  exports["default"] = LocalizedRichTextInput$1;
630
630
  exports.version = version;