@atlaskit/editor-common 72.7.0 → 72.7.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,12 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 72.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9f9b4b1cf60`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9f9b4b1cf60) - [ux] [HOT-103036] Fix table width styling when broken out with fragment mark
8
+ - Updated dependencies
9
+
3
10
  ## 72.7.0
4
11
 
5
12
  ### 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.7.0";
27
+ var packageVersion = "72.7.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.7.0",
3
+ "version": "72.7.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.7.0";
11
+ const packageVersion = "72.7.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.7.0",
3
+ "version": "72.7.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.7.0";
21
+ var packageVersion = "72.7.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.7.0",
3
+ "version": "72.7.1",
4
4
  "sideEffects": false
5
5
  }
@@ -411,6 +411,15 @@ export declare type FeatureFlags = {
411
411
  * @default false
412
412
  */
413
413
  expandedChartColors?: boolean | undefined;
414
+ /**
415
+ * @description
416
+ * Fix the styling of tables when a fragment mark is applied and it is broken out
417
+ *
418
+ * @see https://product-fabric.atlassian.net/wiki/spaces/EM/pages/3158246501/PP+Link+Picker+-+Standalone
419
+ * @see https://product-fabric.atlassian.net/browse/EDM-2577
420
+ * @default false
421
+ */
422
+ useFragmentMarkBreakoutWidthStylingFix?: boolean;
414
423
  };
415
424
  export declare type FeatureFlagKey = keyof FeatureFlags;
416
425
  export declare type GetEditorFeatureFlags = () => FeatureFlags;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.7.0",
3
+ "version": "72.7.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.2.0",
83
+ "@atlaskit/smart-card": "^25.3.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",