@atlaskit/renderer 126.13.1 → 126.13.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,19 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 126.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a0df2f63c24ef`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a0df2f63c24ef) -
8
+ [NO-ISSUE] Stop copy heading link button tooltip from being read by screenreaders
9
+ - Updated dependencies
10
+
11
+ ## 126.13.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 126.13.1
4
18
 
5
19
  ### Patch Changes
@@ -156,7 +156,8 @@ var HeadingAnchor = /*#__PURE__*/function (_React$PureComponent) {
156
156
  content: tooltipMessage,
157
157
  position: "top",
158
158
  delay: 0,
159
- key: tooltipMessage
159
+ key: tooltipMessage,
160
+ isScreenReaderAnnouncementDisabled: (0, _expValEquals.expValEquals)('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? true : false
160
161
  }, this.renderAnchorButton());
161
162
  }
162
163
  return this.renderAnchorButton();
@@ -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 = "126.13.0";
74
+ var packageVersion = "0.0.0-development";
75
75
  var setAsQueryContainerStyles = (0, _react2.css)({
76
76
  containerName: 'ak-renderer-wrapper',
77
77
  containerType: 'inline-size'
@@ -120,7 +120,8 @@ class HeadingAnchor extends React.PureComponent {
120
120
  content: tooltipMessage,
121
121
  position: "top",
122
122
  delay: 0,
123
- key: tooltipMessage
123
+ key: tooltipMessage,
124
+ isScreenReaderAnnouncementDisabled: expValEquals('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? true : false
124
125
  }, this.renderAnchorButton());
125
126
  }
126
127
  return this.renderAnchorButton();
@@ -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 = "126.13.0";
60
+ const packageVersion = "0.0.0-development";
61
61
  const setAsQueryContainerStyles = css({
62
62
  containerName: 'ak-renderer-wrapper',
63
63
  containerType: 'inline-size'
@@ -150,7 +150,8 @@ var HeadingAnchor = /*#__PURE__*/function (_React$PureComponent) {
150
150
  content: tooltipMessage,
151
151
  position: "top",
152
152
  delay: 0,
153
- key: tooltipMessage
153
+ key: tooltipMessage,
154
+ isScreenReaderAnnouncementDisabled: expValEquals('platform_editor_copy_link_a11y_inconsistency_fix', 'isEnabled', true) ? true : false
154
155
  }, this.renderAnchorButton());
155
156
  }
156
157
  return this.renderAnchorButton();
@@ -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 = "126.13.0";
65
+ var packageVersion = "0.0.0-development";
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": "126.13.1",
3
+ "version": "126.13.3",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,7 +23,7 @@
23
23
  }
24
24
  },
25
25
  "dependencies": {
26
- "@atlaskit/adf-schema": "^51.5.0",
26
+ "@atlaskit/adf-schema": "^52.0.0",
27
27
  "@atlaskit/adf-utils": "^19.27.0",
28
28
  "@atlaskit/afm-i18n-platform-editor-renderer": "2.10.0",
29
29
  "@atlaskit/analytics-listeners": "^10.0.0",
@@ -57,7 +57,7 @@
57
57
  "@atlaskit/status": "^3.1.0",
58
58
  "@atlaskit/task-decision": "^19.2.0",
59
59
  "@atlaskit/theme": "^21.0.0",
60
- "@atlaskit/tmp-editor-statsig": "^31.0.0",
60
+ "@atlaskit/tmp-editor-statsig": "^31.3.0",
61
61
  "@atlaskit/tokens": "^11.0.0",
62
62
  "@atlaskit/tooltip": "^20.14.0",
63
63
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -145,9 +145,6 @@
145
145
  "editor_inline_comments_on_inline_nodes": {
146
146
  "type": "boolean"
147
147
  },
148
- "platform-fix-table-ssr-resizing": {
149
- "type": "boolean"
150
- },
151
148
  "platform_renderer_a11y_inline_comment_fix": {
152
149
  "type": "boolean"
153
150
  },