@atlaskit/editor-common 72.6.0 → 72.6.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,11 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 72.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b737494c727`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b737494c727) - Update optional feature flag type
8
+
3
9
  ## 72.6.0
4
10
 
5
11
  ### Minor Changes
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
24
24
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
25
25
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
26
26
  var packageName = "@atlaskit/editor-common";
27
- var packageVersion = "72.6.0";
27
+ var packageVersion = "72.6.1";
28
28
  var halfFocusRing = 1;
29
29
  var dropOffset = "0, ".concat((0, _constants.gridSize)(), "px");
30
30
  var DropList = /*#__PURE__*/function (_Component) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.6.0",
3
+ "version": "72.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -8,7 +8,7 @@ import { themed } from '@atlaskit/theme/components';
8
8
  import { borderRadius, gridSize } from '@atlaskit/theme/constants';
9
9
  import Layer from '../Layer';
10
10
  const packageName = "@atlaskit/editor-common";
11
- const packageVersion = "72.6.0";
11
+ const packageVersion = "72.6.1";
12
12
  const halfFocusRing = 1;
13
13
  const dropOffset = `0, ${gridSize()}px`;
14
14
  class DropList extends Component {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.6.0",
3
+ "version": "72.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
18
18
  import { borderRadius, gridSize } from '@atlaskit/theme/constants';
19
19
  import Layer from '../Layer';
20
20
  var packageName = "@atlaskit/editor-common";
21
- var packageVersion = "72.6.0";
21
+ var packageVersion = "72.6.1";
22
22
  var halfFocusRing = 1;
23
23
  var dropOffset = "0, ".concat(gridSize(), "px");
24
24
  var DropList = /*#__PURE__*/function (_Component) {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.6.0",
3
+ "version": "72.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -389,6 +389,16 @@ export declare type FeatureFlags = {
389
389
  * @default false
390
390
  */
391
391
  useEditorNext?: boolean;
392
+ /**
393
+ * @description
394
+ * Alter the default navigation behaviour of the typeahead insertion
395
+ *
396
+ * @see https://hello.atlassian.net/wiki/spaces/~970827943/blog/2023/03/29/2499685575
397
+ * @see https://product-fabric.atlassian.net/browse/ED-17200
398
+ * DUE DATE: July 2023
399
+ * @default true
400
+ */
401
+ useBetterTypeaheadNavigation?: boolean;
392
402
  /**
393
403
  * @description
394
404
  * Expanded chart color options from 20 to 36, uses design tokens to enable light/dark mode colors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.6.0",
3
+ "version": "72.6.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/"
@@ -80,7 +80,7 @@
80
80
  "@atlaskit/mention": "^22.0.0",
81
81
  "@atlaskit/menu": "^1.5.0",
82
82
  "@atlaskit/profilecard": "^19.2.0",
83
- "@atlaskit/smart-card": "^25.1.0",
83
+ "@atlaskit/smart-card": "^25.2.0",
84
84
  "@atlaskit/smart-user-picker": "^6.0.0",
85
85
  "@atlaskit/task-decision": "^17.5.0",
86
86
  "@atlaskit/theme": "^12.3.0",