@atlaskit/renderer 130.2.2 → 130.2.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/renderer
2
2
 
3
+ ## 130.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`bd7ade3d67585`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd7ade3d67585) -
8
+ revert changing inline node renderer wrapper element
9
+ - Updated dependencies
10
+
3
11
  ## 130.2.2
4
12
 
5
13
  ### Patch Changes
@@ -152,7 +152,7 @@ var InlineNodeRendererWrapper = exports.InlineNodeRendererWrapper = function Inl
152
152
  isPlainTextMacro = _ref.isPlainTextMacro,
153
153
  ssrPlaceholder = _ref.ssrPlaceholder,
154
154
  ssrPlaceholderReplace = _ref.ssrPlaceholderReplace;
155
- return (0, _react.jsx)("span", {
155
+ return (0, _react.jsx)("div", {
156
156
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
157
157
  className: "inline-extension-renderer ".concat(isPlainTextMacro ? 'plain-text-macro' : ''),
158
158
  css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
@@ -138,7 +138,7 @@ export const InlineNodeRendererWrapper = ({
138
138
  ssrPlaceholder,
139
139
  ssrPlaceholderReplace
140
140
  }) => {
141
- return jsx("span", {
141
+ return jsx("div", {
142
142
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
143
143
  className: `inline-extension-renderer ${isPlainTextMacro ? 'plain-text-macro' : ''}`,
144
144
  css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
@@ -143,7 +143,7 @@ export var InlineNodeRendererWrapper = function InlineNodeRendererWrapper(_ref)
143
143
  isPlainTextMacro = _ref.isPlainTextMacro,
144
144
  ssrPlaceholder = _ref.ssrPlaceholder,
145
145
  ssrPlaceholderReplace = _ref.ssrPlaceholderReplace;
146
- return jsx("span", {
146
+ return jsx("div", {
147
147
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
148
148
  className: "inline-extension-renderer ".concat(isPlainTextMacro ? 'plain-text-macro' : ''),
149
149
  css: [inlineExtensionStyle, isPlainTextMacro && plainTextMacroStyle],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "130.2.2",
3
+ "version": "130.2.3",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -79,7 +79,7 @@
79
79
  "uuid": "^3.1.0"
80
80
  },
81
81
  "peerDependencies": {
82
- "@atlaskit/editor-common": "^114.3.0",
82
+ "@atlaskit/editor-common": "^114.4.0",
83
83
  "@atlaskit/link-provider": "^4.3.0",
84
84
  "@atlaskit/media-core": "^37.0.0",
85
85
  "react": "^18.2.0",