@atlaskit/renderer 130.2.2 → 130.2.4

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,19 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 130.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 130.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`bd7ade3d67585`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd7ade3d67585) -
14
+ revert changing inline node renderer wrapper element
15
+ - Updated dependencies
16
+
3
17
  ## 130.2.2
4
18
 
5
19
  ### 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],
@@ -71,7 +71,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
71
71
  var TABLE_INFO_TIMEOUT = 10000;
72
72
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
73
73
  var packageName = "@atlaskit/renderer";
74
- var packageVersion = "0.0.0-development";
74
+ var packageVersion = "130.2.3";
75
75
  var setAsQueryContainerStyles = (0, _react2.css)({
76
76
  containerName: 'ak-renderer-wrapper',
77
77
  containerType: 'inline-size'
@@ -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],
@@ -57,7 +57,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
57
57
  const TABLE_INFO_TIMEOUT = 10000;
58
58
  const RENDER_EVENT_SAMPLE_RATE = 0.2;
59
59
  const packageName = "@atlaskit/renderer";
60
- const packageVersion = "0.0.0-development";
60
+ const packageVersion = "130.2.3";
61
61
  const setAsQueryContainerStyles = css({
62
62
  containerName: 'ak-renderer-wrapper',
63
63
  containerType: 'inline-size'
@@ -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],
@@ -62,7 +62,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
62
62
  var TABLE_INFO_TIMEOUT = 10000;
63
63
  var RENDER_EVENT_SAMPLE_RATE = 0.2;
64
64
  var packageName = "@atlaskit/renderer";
65
- var packageVersion = "0.0.0-development";
65
+ var packageVersion = "130.2.3";
66
66
  var setAsQueryContainerStyles = css({
67
67
  containerName: 'ak-renderer-wrapper',
68
68
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "130.2.2",
3
+ "version": "130.2.4",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,7 +48,7 @@
48
48
  "@atlaskit/feature-gate-js-client": "^5.5.0",
49
49
  "@atlaskit/icon": "^34.2.0",
50
50
  "@atlaskit/link": "^3.4.0",
51
- "@atlaskit/link-datasource": "^5.0.0",
51
+ "@atlaskit/link-datasource": "^5.1.0",
52
52
  "@atlaskit/link-extractors": "^2.4.0",
53
53
  "@atlaskit/linking-common": "^9.11.0",
54
54
  "@atlaskit/media-card": "^80.1.0",
@@ -61,12 +61,12 @@
61
61
  "@atlaskit/platform-feature-flags": "^1.1.0",
62
62
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
63
63
  "@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
64
- "@atlaskit/react-ufo": "^5.15.0",
65
- "@atlaskit/smart-card": "^44.1.0",
64
+ "@atlaskit/react-ufo": "^5.16.0",
65
+ "@atlaskit/smart-card": "^44.3.0",
66
66
  "@atlaskit/status": "^4.0.0",
67
67
  "@atlaskit/task-decision": "^20.0.0",
68
68
  "@atlaskit/theme": "^23.1.0",
69
- "@atlaskit/tmp-editor-statsig": "^63.0.0",
69
+ "@atlaskit/tmp-editor-statsig": "^64.0.0",
70
70
  "@atlaskit/tokens": "^13.0.0",
71
71
  "@atlaskit/tooltip": "^21.1.0",
72
72
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -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.5.0",
83
83
  "@atlaskit/link-provider": "^4.3.0",
84
84
  "@atlaskit/media-core": "^37.0.0",
85
85
  "react": "^18.2.0",
@@ -97,7 +97,7 @@
97
97
  "@atlaskit/media-integration-test-helpers": "workspace:^",
98
98
  "@atlaskit/media-test-helpers": "^41.0.0",
99
99
  "@atlaskit/mention": "^25.0.0",
100
- "@atlaskit/modal-dialog": "^14.15.0",
100
+ "@atlaskit/modal-dialog": "^14.16.0",
101
101
  "@atlaskit/navigation-system": "^8.0.0",
102
102
  "@atlaskit/profilecard": "^25.1.0",
103
103
  "@atlaskit/side-nav-items": "^1.13.0",