@atlaskit/editor-plugin-hyperlink 12.0.17 → 12.1.0

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,22 @@
1
1
  # @atlaskit/editor-plugin-hyperlink
2
2
 
3
+ ## 12.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`acbb2aa5cc917`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/acbb2aa5cc917) -
8
+ Autofix: add explicit package exports (barrel removal)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
14
+ ## 12.0.18
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 12.0.17
4
21
 
5
22
  ### Patch Changes
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugin-hyperlink/commands",
3
+ "main": "../dist/cjs/entry-points/commands.js",
4
+ "module": "../dist/esm/entry-points/commands.js",
5
+ "module:es2019": "../dist/es2019/entry-points/commands.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/commands.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/commands.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "hyperlinkPlugin", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _hyperlinkPlugin.hyperlinkPlugin;
10
+ }
11
+ });
12
+ var _hyperlinkPlugin = require("../hyperlinkPlugin");
@@ -0,0 +1 @@
1
+ "use strict";
File without changes
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { hyperlinkPlugin } from '../hyperlinkPlugin';
File without changes
@@ -0,0 +1,2 @@
1
+ /* eslint-disable @atlaskit/editor/no-re-export */
2
+ export { hyperlinkPlugin } from '../hyperlinkPlugin';
File without changes
@@ -0,0 +1 @@
1
+ export type { HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '../editor-commands/commands';
@@ -0,0 +1 @@
1
+ export { hyperlinkPlugin } from '../hyperlinkPlugin';
@@ -0,0 +1 @@
1
+ export type { HyperlinkPlugin, HyperlinkPluginOptions, HyperlinkPluginDependencies, HyperlinkPluginActions, HyperlinkPluginSharedState, } from '../hyperlinkPluginType';
@@ -0,0 +1 @@
1
+ export type { HideLinkToolbar, ShowLinkToolbar, InsertLink, UpdateLink, } from '../editor-commands/commands';
@@ -0,0 +1 @@
1
+ export { hyperlinkPlugin } from '../hyperlinkPlugin';
@@ -0,0 +1 @@
1
+ export type { HyperlinkPlugin, HyperlinkPluginOptions, HyperlinkPluginDependencies, HyperlinkPluginActions, HyperlinkPluginSharedState, } from '../hyperlinkPluginType';
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugin-hyperlink/hyperlinkPlugin",
3
+ "main": "../dist/cjs/entry-points/hyperlinkPlugin.js",
4
+ "module": "../dist/esm/entry-points/hyperlinkPlugin.js",
5
+ "module:es2019": "../dist/es2019/entry-points/hyperlinkPlugin.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/hyperlinkPlugin.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/hyperlinkPlugin.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@atlaskit/editor-plugin-hyperlink/hyperlinkPluginType",
3
+ "main": "../dist/cjs/entry-points/hyperlinkPluginType.js",
4
+ "module": "../dist/esm/entry-points/hyperlinkPluginType.js",
5
+ "module:es2019": "../dist/es2019/entry-points/hyperlinkPluginType.js",
6
+ "sideEffects": [
7
+ "*.compiled.css"
8
+ ],
9
+ "types": "../dist/types/entry-points/hyperlinkPluginType.d.ts",
10
+ "typesVersions": {
11
+ ">=4.5 <5.9": {
12
+ "*": [
13
+ "../dist/types-ts4.5/entry-points/hyperlinkPluginType.d.ts"
14
+ ]
15
+ }
16
+ }
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "12.0.17",
3
+ "version": "12.1.0",
4
4
  "description": "Hyperlink plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,26 +32,26 @@
32
32
  "@atlaskit/adf-schema": "^52.11.0",
33
33
  "@atlaskit/analytics-next": "^11.2.0",
34
34
  "@atlaskit/editor-plugin-analytics": "^10.0.0",
35
- "@atlaskit/editor-plugin-card": "^16.6.0",
35
+ "@atlaskit/editor-plugin-card": "^16.7.0",
36
36
  "@atlaskit/editor-plugin-connectivity": "^10.0.0",
37
- "@atlaskit/editor-plugin-editor-viewmode": "^12.0.0",
37
+ "@atlaskit/editor-plugin-editor-viewmode": "^12.1.0",
38
38
  "@atlaskit/editor-plugin-primary-toolbar": "^11.0.0",
39
39
  "@atlaskit/editor-plugin-selection-toolbar": "^11.2.0",
40
- "@atlaskit/editor-plugin-toolbar": "^7.1.0",
40
+ "@atlaskit/editor-plugin-toolbar": "^7.2.0",
41
41
  "@atlaskit/editor-plugin-user-intent": "^8.1.0",
42
42
  "@atlaskit/editor-prosemirror": "^7.3.0",
43
- "@atlaskit/editor-toolbar": "^1.1.0",
43
+ "@atlaskit/editor-toolbar": "^1.2.0",
44
44
  "@atlaskit/editor-toolbar-model": "^0.4.0",
45
45
  "@atlaskit/icon": "^34.5.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
48
- "@atlaskit/tmp-editor-statsig": "^79.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^80.0.0",
49
49
  "@babel/runtime": "^7.0.0",
50
50
  "@emotion/react": "^11.7.1",
51
51
  "uuid": "^3.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^114.29.0",
54
+ "@atlaskit/editor-common": "^114.30.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"