@atlaskit/editor-common 72.2.1 → 72.2.2

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.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 72.2.1
4
10
 
5
11
  ### Patch 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.2.1";
27
+ var packageVersion = "72.2.2";
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.2.1",
3
+ "version": "72.2.2",
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.2.1";
11
+ const packageVersion = "72.2.2";
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.2.1",
3
+ "version": "72.2.2",
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.2.1";
21
+ var packageVersion = "72.2.2";
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.2.1",
3
+ "version": "72.2.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.2.1",
3
+ "version": "72.2.2",
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/"
@@ -78,7 +78,7 @@
78
78
  "@atlaskit/mention": "^21.0.0",
79
79
  "@atlaskit/menu": "^1.4.0",
80
80
  "@atlaskit/profilecard": "^18.2.0",
81
- "@atlaskit/smart-card": "^23.14.0",
81
+ "@atlaskit/smart-card": "^24.0.0",
82
82
  "@atlaskit/smart-user-picker": "^6.0.0",
83
83
  "@atlaskit/task-decision": "^17.5.0",
84
84
  "@atlaskit/theme": "^12.2.0",
@@ -114,7 +114,7 @@
114
114
  "react-intl-next": "npm:react-intl@^5.18.1"
115
115
  },
116
116
  "devDependencies": {
117
- "@atlaskit/editor-core": "^178.1.0",
117
+ "@atlaskit/editor-core": "^179.0.0",
118
118
  "@atlaskit/editor-json-transformer": "^8.8.0",
119
119
  "@atlaskit/editor-plugin-table": "^1.1.0",
120
120
  "@atlaskit/editor-test-helpers": "^18.0.0",