@atlaskit/editor-common 72.1.0 → 72.1.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,17 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 72.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2ff1c66a6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2ff1c66a6ab) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node in Renderer on iOS
8
+
9
+ ## 72.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2b78f58c35c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b78f58c35c) - [ux] ED-16490 fixed bug so big margin will not occur before a Decision node on iOS
14
+
3
15
  ## 72.1.0
4
16
 
5
17
  ### Minor Changes
@@ -44,7 +44,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
44
44
  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; } }
45
45
 
46
46
  var packageName = "@atlaskit/editor-common";
47
- var packageVersion = "72.1.0";
47
+ var packageVersion = "72.1.2";
48
48
  var halfFocusRing = 1;
49
49
  var dropOffset = "0, ".concat((0, _constants.gridSize)(), "px");
50
50
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.1.0",
3
+ "version": "72.1.2",
4
4
  "sideEffects": false
5
5
  }
@@ -9,7 +9,7 @@ import { themed } from '@atlaskit/theme/components';
9
9
  import { borderRadius, gridSize } from '@atlaskit/theme/constants';
10
10
  import Layer from '../Layer';
11
11
  const packageName = "@atlaskit/editor-common";
12
- const packageVersion = "72.1.0";
12
+ const packageVersion = "72.1.2";
13
13
  const halfFocusRing = 1;
14
14
  const dropOffset = `0, ${gridSize()}px`;
15
15
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.1.0",
3
+ "version": "72.1.2",
4
4
  "sideEffects": false
5
5
  }
@@ -22,7 +22,7 @@ import { themed } from '@atlaskit/theme/components';
22
22
  import { borderRadius, gridSize } from '@atlaskit/theme/constants';
23
23
  import Layer from '../Layer';
24
24
  var packageName = "@atlaskit/editor-common";
25
- var packageVersion = "72.1.0";
25
+ var packageVersion = "72.1.2";
26
26
  var halfFocusRing = 1;
27
27
  var dropOffset = "0, ".concat(gridSize(), "px");
28
28
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.1.0",
3
+ "version": "72.1.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.1.0",
3
+ "version": "72.1.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/"
@@ -59,8 +59,8 @@
59
59
  "@atlaskit/activity-provider": "^2.3.0",
60
60
  "@atlaskit/adf-schema": "^25.1.0",
61
61
  "@atlaskit/adf-utils": "^18.0.0",
62
- "@atlaskit/analytics-listeners": "^8.3.0",
63
- "@atlaskit/analytics-namespaced-context": "^6.5.0",
62
+ "@atlaskit/analytics-listeners": "^8.5.0",
63
+ "@atlaskit/analytics-namespaced-context": "^6.6.0",
64
64
  "@atlaskit/analytics-next": "^8.2.0",
65
65
  "@atlaskit/analytics-next-stable-react-context": "1.0.1",
66
66
  "@atlaskit/button": "^16.5.0",
@@ -77,8 +77,8 @@
77
77
  "@atlaskit/media-picker": "^64.1.0",
78
78
  "@atlaskit/mention": "^21.0.0",
79
79
  "@atlaskit/menu": "^1.4.0",
80
- "@atlaskit/profilecard": "^18.1.0",
81
- "@atlaskit/smart-card": "^23.12.0",
80
+ "@atlaskit/profilecard": "^18.2.0",
81
+ "@atlaskit/smart-card": "^23.13.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",