@atlaskit/editor-common 105.2.0 → 105.2.1

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-common
2
2
 
3
+ ## 105.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#153328](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153328)
8
+ [`978203c5a3164`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/978203c5a3164) -
9
+ FD-84590 clean up fg platform_renderer_table_sort_btn_aria_hidden
10
+
3
11
  ## 105.2.0
4
12
 
5
13
  ### Minor Changes
@@ -17,7 +17,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
19
19
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
20
- var packageVersion = "105.2.0";
20
+ var packageVersion = "105.2.1";
21
21
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
22
22
  // Remove URL as it has UGC
23
23
  // Ignored via go/ees007
@@ -8,7 +8,6 @@ exports.default = exports.StatusClassNames = void 0;
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _reactIntlNext = require("react-intl-next");
11
- var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
12
11
  var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
13
12
  var _types = require("../types");
14
13
  var _consts = require("./consts");
@@ -139,7 +138,7 @@ var SortingIcon = function SortingIcon(_ref) {
139
138
  tabIndex: isSortingAllowed ? 0 : -1,
140
139
  "aria-label": ariaLabel,
141
140
  "aria-disabled": !isSortingAllowed,
142
- "aria-hidden": (0, _platformFeatureFlags.fg)('platform_renderer_table_sort_btn_aria_hidden') ? !isSortingAllowed : undefined,
141
+ "aria-hidden": !isSortingAllowed,
143
142
  onClick: handleClick,
144
143
  onKeyDown: handleKeyDown
145
144
  }, (0, _react.jsx)("div", {
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
23
23
  * @jsx jsx
24
24
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
25
  var packageName = "@atlaskit/editor-common";
26
- var packageVersion = "105.2.0";
26
+ var packageVersion = "105.2.1";
27
27
  var halfFocusRing = 1;
28
28
  var dropOffset = '0, 8';
29
29
  // Ignored via go/ees005
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "105.2.0";
4
+ const packageVersion = "105.2.1";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // Ignored via go/ees007
@@ -5,7 +5,6 @@
5
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
6
  import { css, jsx } from '@emotion/react';
7
7
  import { injectIntl } from 'react-intl-next';
8
- import { fg } from '@atlaskit/platform-feature-flags';
9
8
  import Tooltip from '@atlaskit/tooltip';
10
9
  import { SortOrder } from '../types';
11
10
  import { SORTABLE_COLUMN_ICON_CLASSNAME } from './consts';
@@ -178,7 +177,7 @@ const SortingIcon = ({
178
177
  tabIndex: isSortingAllowed ? 0 : -1,
179
178
  "aria-label": ariaLabel,
180
179
  "aria-disabled": !isSortingAllowed,
181
- "aria-hidden": fg('platform_renderer_table_sort_btn_aria_hidden') ? !isSortingAllowed : undefined,
180
+ "aria-hidden": !isSortingAllowed,
182
181
  onClick: handleClick,
183
182
  onKeyDown: handleKeyDown
184
183
  }, jsx("div", {
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
13
13
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import Layer from '../Layer';
15
15
  const packageName = "@atlaskit/editor-common";
16
- const packageVersion = "105.2.0";
16
+ const packageVersion = "105.2.1";
17
17
  const halfFocusRing = 1;
18
18
  const dropOffset = '0, 8';
19
19
  // Ignored via go/ees005
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  import { isFedRamp } from './environment';
8
8
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
9
9
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
10
- var packageVersion = "105.2.0";
10
+ var packageVersion = "105.2.1";
11
11
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
12
12
  // Remove URL as it has UGC
13
13
  // Ignored via go/ees007
@@ -7,7 +7,6 @@ var _templateObject, _templateObject2;
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
8
8
  import { css, jsx } from '@emotion/react';
9
9
  import { injectIntl } from 'react-intl-next';
10
- import { fg } from '@atlaskit/platform-feature-flags';
11
10
  import Tooltip from '@atlaskit/tooltip';
12
11
  import { SortOrder } from '../types';
13
12
  import { SORTABLE_COLUMN_ICON_CLASSNAME } from './consts';
@@ -134,7 +133,7 @@ var SortingIcon = function SortingIcon(_ref) {
134
133
  tabIndex: isSortingAllowed ? 0 : -1,
135
134
  "aria-label": ariaLabel,
136
135
  "aria-disabled": !isSortingAllowed,
137
- "aria-hidden": fg('platform_renderer_table_sort_btn_aria_hidden') ? !isSortingAllowed : undefined,
136
+ "aria-hidden": !isSortingAllowed,
138
137
  onClick: handleClick,
139
138
  onKeyDown: handleKeyDown
140
139
  }, jsx("div", {
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
20
20
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import Layer from '../Layer';
22
22
  var packageName = "@atlaskit/editor-common";
23
- var packageVersion = "105.2.0";
23
+ var packageVersion = "105.2.1";
24
24
  var halfFocusRing = 1;
25
25
  var dropOffset = '0, 8';
26
26
  // Ignored via go/ees005
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "105.2.0",
3
+ "version": "105.2.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -293,9 +293,6 @@
293
293
  "platform-component-visual-refresh": {
294
294
  "type": "boolean"
295
295
  },
296
- "platform_renderer_table_sort_btn_aria_hidden": {
297
- "type": "boolean"
298
- },
299
296
  "platform_editor_multi_body_extension_extensibility": {
300
297
  "type": "boolean"
301
298
  },