@atlaskit/editor-plugin-hyperlink 10.0.10 → 10.0.11

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-plugin-hyperlink
2
2
 
3
+ ## 10.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.0.10
4
10
 
5
11
  ### Patch Changes
@@ -276,14 +276,14 @@ var getToolbarConfig = exports.getToolbarConfig = function getToolbarConfig(opti
276
276
  displayUrl: _link,
277
277
  displayText: displayText || '',
278
278
  providerFactory: providerFactory
279
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
279
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
280
280
  ,
281
281
  onCancel: function onCancel() {
282
282
  return view.focus();
283
283
  },
284
284
  onEscapeCallback: (0, _commands.onEscapeCallback)(editorCardActions),
285
285
  onClickAwayCallback: _commands.onClickAwayCallback
286
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
286
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
287
287
  ,
288
288
  onSubmit: function onSubmit(href) {
289
289
  var _toolbarKey$getState$, _toolbarKey$getState;
@@ -261,12 +261,12 @@ export const getToolbarConfig = (options, pluginInjectionApi) => (state, intl, p
261
261
  displayUrl: link,
262
262
  displayText: displayText || '',
263
263
  providerFactory: providerFactory
264
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
264
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
265
265
  ,
266
266
  onCancel: () => view.focus(),
267
267
  onEscapeCallback: onEscapeCallback(editorCardActions),
268
268
  onClickAwayCallback: onClickAwayCallback
269
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
269
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
270
270
  ,
271
271
  onSubmit: (href, title = '', displayText, inputMethod, analytic) => {
272
272
  var _toolbarKey$getState$, _toolbarKey$getState;
@@ -267,14 +267,14 @@ export var getToolbarConfig = function getToolbarConfig(options, pluginInjection
267
267
  displayUrl: _link,
268
268
  displayText: displayText || '',
269
269
  providerFactory: providerFactory
270
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
270
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
271
271
  ,
272
272
  onCancel: function onCancel() {
273
273
  return view.focus();
274
274
  },
275
275
  onEscapeCallback: onEscapeCallback(editorCardActions),
276
276
  onClickAwayCallback: onClickAwayCallback
277
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
277
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
278
278
  ,
279
279
  onSubmit: function onSubmit(href) {
280
280
  var _toolbarKey$getState$, _toolbarKey$getState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-hyperlink",
3
- "version": "10.0.10",
3
+ "version": "10.0.11",
4
4
  "description": "Hyperlink plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,13 +45,13 @@
45
45
  "@atlaskit/icon": "^33.0.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
48
- "@atlaskit/tmp-editor-statsig": "^44.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^45.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": "^112.7.0",
54
+ "@atlaskit/editor-common": "^112.8.0",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"