@atlaskit/editor-plugin-hyperlink 3.2.14 → 3.2.16

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,20 @@
1
1
  # @atlaskit/editor-plugin-hyperlink
2
2
 
3
+ ## 3.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.2.15
10
+
11
+ ### Patch Changes
12
+
13
+ - [#172933](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/172933)
14
+ [`8323af2381d00`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8323af2381d00) -
15
+ [ux] Arranges items in the Selection toolbar under the Contextual toolbar experiment flag
16
+ - Updated dependencies
17
+
3
18
  ## 3.2.14
4
19
 
5
20
  ### Patch Changes
@@ -199,7 +199,8 @@ var hyperlinkPlugin = exports.hyperlinkPlugin = function hyperlinkPlugin(_ref) {
199
199
  };
200
200
  return {
201
201
  isToolbarAbove: true,
202
- items: [toolbarButton()]
202
+ items: [toolbarButton()],
203
+ rank: 2
203
204
  };
204
205
  } else {
205
206
  return undefined;
@@ -181,7 +181,8 @@ export const hyperlinkPlugin = ({
181
181
  };
182
182
  return {
183
183
  isToolbarAbove: true,
184
- items: [toolbarButton()]
184
+ items: [toolbarButton()],
185
+ rank: 2
185
186
  };
186
187
  } else {
187
188
  return undefined;
@@ -192,7 +192,8 @@ export var hyperlinkPlugin = function hyperlinkPlugin(_ref) {
192
192
  };
193
193
  return {
194
194
  isToolbarAbove: true,
195
- items: [toolbarButton()]
195
+ items: [toolbarButton()],
196
+ rank: 2
196
197
  };
197
198
  } else {
198
199
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "3.2.14",
3
+ "version": "3.2.16",
4
4
  "description": "Hyperlink plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
35
  "@atlaskit/analytics-next": "^10.1.0",
36
- "@atlaskit/editor-common": "^96.0.0",
36
+ "@atlaskit/editor-common": "^96.3.0",
37
37
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
38
- "@atlaskit/editor-plugin-card": "4.4.13",
38
+ "@atlaskit/editor-plugin-card": "4.5.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
- "@atlaskit/icon": "^23.0.0",
41
+ "@atlaskit/icon": "^23.1.0",
42
42
  "@atlaskit/platform-feature-flags": "^0.3.0",
43
43
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
44
- "@atlaskit/tmp-editor-statsig": "^2.22.0",
44
+ "@atlaskit/tmp-editor-statsig": "^2.23.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "uuid": "^3.1.0"
47
47
  },
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@atlaskit/activity-provider": "^2.5.0",
55
55
  "@atlaskit/link-test-helpers": "^7.5.0",
56
- "@atlaskit/media-test-helpers": "^34.6.0",
56
+ "@atlaskit/media-test-helpers": "^34.7.0",
57
57
  "@atlaskit/ssr": "*",
58
58
  "@atlaskit/util-data-test": "^17.13.0",
59
59
  "@atlaskit/visual-regression": "*",