@atlaskit/editor-core 219.9.2 → 219.9.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 219.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0b640b43bac93`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b640b43bac93) -
8
+ Change experiment name, no functionality changes
9
+ - Updated dependencies
10
+
3
11
  ## 219.9.2
4
12
 
5
13
  ### Patch Changes
@@ -332,7 +332,7 @@ var Content = /*#__PURE__*/_react.default.forwardRef(function (props, ref) {
332
332
  containerElement: scrollContainerRef.current,
333
333
  dispatchAnalyticsEvent: props.dispatchAnalyticsEvent,
334
334
  wrapperElement: props.wrapperElement
335
- }), props.editorDOMElement, !!props.customContentComponents && 'after' in props.customContentComponents ? (0, _contentComponentWrapper.contentComponentClickWrapper)(props.customContentComponents.after) : null, allowScrollGutter && (_featureGateJsClient.default.getExperimentValue('cc_snippets_dogfooding_beta', 'isEnabled', false) ? (0, _react2.jsx)("div", {
335
+ }), props.editorDOMElement, !!props.customContentComponents && 'after' in props.customContentComponents ? (0, _contentComponentWrapper.contentComponentClickWrapper)(props.customContentComponents.after) : null, allowScrollGutter && (_featureGateJsClient.default.getExperimentValue('cc_snippets', 'isEnabled', false) ? (0, _react2.jsx)("div", {
336
336
  id: "editor-scroll-gutter",
337
337
  style: {
338
338
  paddingBottom: "".concat((_allowScrollGutter$gu = allowScrollGutter.gutterSize) !== null && _allowScrollGutter$gu !== void 0 ? _allowScrollGutter$gu : '120', "px")