@atlaskit/renderer 114.3.2 → 114.3.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,17 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 114.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 114.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 114.3.2
4
16
 
5
17
  ### Patch Changes
@@ -83,6 +83,9 @@
83
83
  {
84
84
  "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
85
85
  },
86
+ {
87
+ "path": "../../../platform/feature-flags-react/afm-jira/tsconfig.json"
88
+ },
86
89
  {
87
90
  "path": "../../../react-ufo/atlaskit/afm-jira/tsconfig.json"
88
91
  },
@@ -83,6 +83,9 @@
83
83
  {
84
84
  "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
85
85
  },
86
+ {
87
+ "path": "../../../platform/feature-flags-react/afm-post-office/tsconfig.json"
88
+ },
86
89
  {
87
90
  "path": "../../../react-ufo/atlaskit/afm-post-office/tsconfig.json"
88
91
  },
@@ -225,7 +225,7 @@ var MultiBodiedExtension = function MultiBodiedExtension(props) {
225
225
  }, [loading, extensionContext, layout, path, marks, extensionKey, extensionType, parameters, content, localId, actions, children]);
226
226
 
227
227
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression
228
- var containerActiveFrameStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n\t\t.multiBodiedExtension--frames\n\t\t\t> [data-extension-frame='true']:nth-of-type(", ") {\n\t\t\tdisplay: block;\n\t\t}\n\t"])), activeChildIndex + 1);
228
+ var containerActiveFrameStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n\t\t.multiBodiedExtension--frames\n\t\t\t> [data-extension-frame='true']:nth-of-type(", ") {\n\t\t\tdisplay: block;\n\t\t\tmargin-left: 0;\n\t\t\tmargin-right: 0;\n\t\t}\n\t"])), activeChildIndex + 1);
229
229
  return (0, _react.jsx)("section", {
230
230
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
231
231
  className: "multiBodiedExtension--container",
@@ -67,7 +67,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
67
67
  var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
68
68
  var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
69
69
  var packageName = "@atlaskit/renderer";
70
- var packageVersion = "114.3.2";
70
+ var packageVersion = "114.3.4";
71
71
  var setAsQueryContainerStyles = (0, _react2.css)({
72
72
  containerName: 'ak-renderer-wrapper',
73
73
  containerType: 'inline-size',
@@ -238,6 +238,8 @@ const MultiBodiedExtension = props => {
238
238
  .multiBodiedExtension--frames
239
239
  > [data-extension-frame='true']:nth-of-type(${activeChildIndex + 1}) {
240
240
  display: block;
241
+ margin-left: 0;
242
+ margin-right: 0;
241
243
  }
242
244
  `;
243
245
  return jsx("section", {
@@ -48,7 +48,7 @@ import { removeEmptySpaceAroundContent } from './rendererHelper';
48
48
  export const NORMAL_SEVERITY_THRESHOLD = 2000;
49
49
  export const DEGRADED_SEVERITY_THRESHOLD = 3000;
50
50
  const packageName = "@atlaskit/renderer";
51
- const packageVersion = "114.3.2";
51
+ const packageVersion = "114.3.4";
52
52
  const setAsQueryContainerStyles = css({
53
53
  containerName: 'ak-renderer-wrapper',
54
54
  containerType: 'inline-size',
@@ -216,7 +216,7 @@ var MultiBodiedExtension = function MultiBodiedExtension(props) {
216
216
  }, [loading, extensionContext, layout, path, marks, extensionKey, extensionType, parameters, content, localId, actions, children]);
217
217
 
218
218
  // eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression
219
- var containerActiveFrameStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\t\t.multiBodiedExtension--frames\n\t\t\t> [data-extension-frame='true']:nth-of-type(", ") {\n\t\t\tdisplay: block;\n\t\t}\n\t"])), activeChildIndex + 1);
219
+ var containerActiveFrameStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n\t\t.multiBodiedExtension--frames\n\t\t\t> [data-extension-frame='true']:nth-of-type(", ") {\n\t\t\tdisplay: block;\n\t\t\tmargin-left: 0;\n\t\t\tmargin-right: 0;\n\t\t}\n\t"])), activeChildIndex + 1);
220
220
  return jsx("section", {
221
221
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
222
222
  className: "multiBodiedExtension--container",
@@ -57,7 +57,7 @@ import { removeEmptySpaceAroundContent } from './rendererHelper';
57
57
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
58
58
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
59
59
  var packageName = "@atlaskit/renderer";
60
- var packageVersion = "114.3.2";
60
+ var packageVersion = "114.3.4";
61
61
  var setAsQueryContainerStyles = css({
62
62
  containerName: 'ak-renderer-wrapper',
63
63
  containerType: 'inline-size',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "114.3.2",
3
+ "version": "114.3.4",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,12 +31,12 @@
31
31
  "@atlaskit/analytics-next": "^11.0.0",
32
32
  "@atlaskit/button": "^21.1.0",
33
33
  "@atlaskit/code": "^16.0.0",
34
- "@atlaskit/editor-common": "^102.8.0",
34
+ "@atlaskit/editor-common": "^102.10.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.24.0",
36
36
  "@atlaskit/editor-palette": "^2.1.0",
37
37
  "@atlaskit/editor-prosemirror": "7.0.0",
38
38
  "@atlaskit/editor-shared-styles": "^3.4.0",
39
- "@atlaskit/emoji": "^68.0.0",
39
+ "@atlaskit/emoji": "^69.0.0",
40
40
  "@atlaskit/feature-gate-js-client": "^4.26.0",
41
41
  "@atlaskit/icon": "^25.0.0",
42
42
  "@atlaskit/link-datasource": "^4.0.0",
@@ -50,11 +50,11 @@
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
51
  "@atlaskit/platform-feature-flags-react": "^0.1.0",
52
52
  "@atlaskit/react-ufo": "^3.4.0",
53
- "@atlaskit/smart-card": "^35.2.0",
53
+ "@atlaskit/smart-card": "^36.0.0",
54
54
  "@atlaskit/status": "^3.0.0",
55
55
  "@atlaskit/task-decision": "^19.1.0",
56
56
  "@atlaskit/theme": "^18.0.0",
57
- "@atlaskit/tmp-editor-statsig": "^4.0.0",
57
+ "@atlaskit/tmp-editor-statsig": "^4.1.0",
58
58
  "@atlaskit/tokens": "^4.5.0",
59
59
  "@atlaskit/tooltip": "^20.0.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -200,10 +200,6 @@
200
200
  "type": "boolean",
201
201
  "referenceOnly": true
202
202
  },
203
- "bandicoots-compiled-migration-smartcard": {
204
- "type": "boolean",
205
- "referenceOnly": true
206
- },
207
203
  "platform_editor_querySelector_fix_table_renderer": {
208
204
  "type": "boolean"
209
205
  },