@atlaskit/editor-common 72.2.2 → 72.2.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9e088852e54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9e088852e54) - ED-16199 moved domainName to nonPrivacySafeAttributes
8
+
3
9
  ## 72.2.2
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.2";
27
+ var packageVersion = "72.2.3";
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.2",
3
+ "version": "72.2.3",
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.2";
11
+ const packageVersion = "72.2.3";
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.2",
3
+ "version": "72.2.3",
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.2";
21
+ var packageVersion = "72.2.3";
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.2",
3
+ "version": "72.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -8,6 +8,7 @@ export declare type InsertSmartLinkAEP = InsertAEP<ACTION_SUBJECT_ID.SMART_LINK,
8
8
  inputMethod: INPUT_METHOD.CLIPBOARD | INPUT_METHOD.AUTO_DETECT | INPUT_METHOD.TYPEAHEAD | INPUT_METHOD.MANUAL | INPUT_METHOD.FORMATTING;
9
9
  nodeType: 'inlineCard' | 'blockCard' | 'embedCard';
10
10
  nodeContext: SmartLinkNodeContext;
11
- domainName: string;
12
11
  fromCurrentDomain: boolean;
13
- }, undefined>;
12
+ }, {
13
+ domainName: string;
14
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "72.2.2",
3
+ "version": "72.2.3",
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,11 +78,11 @@
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": "^24.0.0",
81
+ "@atlaskit/smart-card": "^24.1.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",
85
- "@atlaskit/tokens": "^1.0.0",
85
+ "@atlaskit/tokens": "^1.1.0",
86
86
  "@atlaskit/tooltip": "^17.6.0",
87
87
  "@atlaskit/ufo": "^0.1.0",
88
88
  "@atlaskit/width-detector": "^4.0.0",
@@ -141,7 +141,9 @@
141
141
  },
142
142
  "@repo/internal": {
143
143
  "deprecation": "no-deprecated-imports",
144
- "theming": "tokens",
144
+ "design-tokens": [
145
+ "color"
146
+ ],
145
147
  "styling": [
146
148
  "emotion"
147
149
  ]