@atlaskit/editor-plugin-extension 9.2.0 → 9.2.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-plugin-extension
2
2
 
3
+ ## 9.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.0
4
16
 
5
17
  ### Minor Changes
@@ -23,6 +23,8 @@ var _uniqueId = require("./pm-plugins/unique-id");
23
23
  var _constants = require("./ui/ConfigPanel/constants");
24
24
  var _contextPanel = require("./ui/context-panel");
25
25
  var _useConfigPanelPluginHook = require("./ui/useConfigPanelPluginHook");
26
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
27
+
26
28
  // Remove below line when cleaning up platform_editor_ai_object_sidebar_injection feature flag
27
29
 
28
30
  var extensionPlugin = exports.extensionPlugin = function extensionPlugin(_ref) {
@@ -30,6 +32,7 @@ var extensionPlugin = exports.extensionPlugin = function extensionPlugin(_ref) {
30
32
  var _ref$config = _ref.config,
31
33
  options = _ref$config === void 0 ? {} : _ref$config,
32
34
  _api = _ref.api;
35
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
33
36
  var configPanelId = "".concat(_constants.CONFIG_PANEL_ID, "-").concat((0, _v.default)());
34
37
  var featureFlags = (_api === null || _api === void 0 || (_api$featureFlags = _api.featureFlags) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.sharedState.currentState()) || {};
35
38
  //Note: This is a hack to get the editor view reference in the plugin. Copied from table plugin.
@@ -39,7 +39,7 @@ var bodiedExtensionSpecWithFixedToDOM = exports.bodiedExtensionSpecWithFixedToDO
39
39
  boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(_colors.N30, ")")),
40
40
  fontSize: '14px',
41
41
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
42
- color: "var(--ds-text-subtle, #44546F)",
42
+ color: "var(--ds-text-subtle, #505258)",
43
43
  borderTopLeftRadius: "var(--ds-radius-small, 4px)",
44
44
  borderTopRightRadius: "var(--ds-radius-small, 4px)",
45
45
  lineHeight: 1,
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
1
2
  import uuid from 'uuid/v4';
2
3
  import { extension, extensionFrame, inlineExtension, multiBodiedExtension } from '@atlaskit/adf-schema';
3
4
  import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
@@ -22,6 +23,7 @@ export const extensionPlugin = ({
22
23
  api
23
24
  }) => {
24
25
  var _api$featureFlags, _api$contextPanel, _api$contextPanel$act, _api$analytics2, _api$analytics3, _api$contextPanel4;
26
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
25
27
  const configPanelId = `${CONFIG_PANEL_ID}-${uuid()}`;
26
28
  const featureFlags = (api === null || api === void 0 ? void 0 : (_api$featureFlags = api.featureFlags) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.sharedState.currentState()) || {};
27
29
  //Note: This is a hack to get the editor view reference in the plugin. Copied from table plugin.
@@ -30,7 +30,7 @@ export const bodiedExtensionSpecWithFixedToDOM = () => {
30
30
  boxShadow: `0 0 0 1px ${`var(--ds-border, ${N30})`}`,
31
31
  fontSize: '14px',
32
32
  padding: `${"var(--ds-space-025, 2px)"} ${"var(--ds-space-050, 4px)"}`,
33
- color: "var(--ds-text-subtle, #44546F)",
33
+ color: "var(--ds-text-subtle, #505258)",
34
34
  borderTopLeftRadius: "var(--ds-radius-small, 4px)",
35
35
  borderTopRightRadius: "var(--ds-radius-small, 4px)",
36
36
  lineHeight: 1,
@@ -1,3 +1,4 @@
1
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
1
2
  import uuid from 'uuid/v4';
2
3
  import { extension, extensionFrame, inlineExtension, multiBodiedExtension } from '@atlaskit/adf-schema';
3
4
  import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
@@ -22,6 +23,7 @@ export var extensionPlugin = function extensionPlugin(_ref) {
22
23
  var _ref$config = _ref.config,
23
24
  options = _ref$config === void 0 ? {} : _ref$config,
24
25
  _api = _ref.api;
26
+ // eslint-disable-next-line @atlaskit/platform/prefer-crypto-random-uuid -- Use crypto.randomUUID instead
25
27
  var configPanelId = "".concat(CONFIG_PANEL_ID, "-").concat(uuid());
26
28
  var featureFlags = (_api === null || _api === void 0 || (_api$featureFlags = _api.featureFlags) === null || _api$featureFlags === void 0 ? void 0 : _api$featureFlags.sharedState.currentState()) || {};
27
29
  //Note: This is a hack to get the editor view reference in the plugin. Copied from table plugin.
@@ -32,7 +32,7 @@ export var bodiedExtensionSpecWithFixedToDOM = function bodiedExtensionSpecWithF
32
32
  boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(N30, ")")),
33
33
  fontSize: '14px',
34
34
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
35
- color: "var(--ds-text-subtle, #44546F)",
35
+ color: "var(--ds-text-subtle, #505258)",
36
36
  borderTopLeftRadius: "var(--ds-radius-small, 4px)",
37
37
  borderTopRightRadius: "var(--ds-radius-small, 4px)",
38
38
  lineHeight: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -22,10 +22,10 @@
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
24
  "@atlaskit/adf-schema": "^51.3.2",
25
- "@atlaskit/adf-utils": "^19.25.0",
25
+ "@atlaskit/adf-utils": "^19.26.0",
26
26
  "@atlaskit/analytics-next": "^11.1.0",
27
27
  "@atlaskit/avatar": "^25.5.0",
28
- "@atlaskit/button": "^23.5.0",
28
+ "@atlaskit/button": "^23.6.0",
29
29
  "@atlaskit/checkbox": "^17.1.0",
30
30
  "@atlaskit/datetime-picker": "^17.1.0",
31
31
  "@atlaskit/editor-json-transformer": "^8.31.0",
@@ -38,17 +38,17 @@
38
38
  "@atlaskit/editor-plugin-toolbar": "^3.4.0",
39
39
  "@atlaskit/editor-plugin-width": "^7.0.0",
40
40
  "@atlaskit/editor-prosemirror": "7.0.0",
41
- "@atlaskit/editor-shared-styles": "^3.8.0",
41
+ "@atlaskit/editor-shared-styles": "^3.9.0",
42
42
  "@atlaskit/editor-tables": "^2.9.0",
43
43
  "@atlaskit/empty-state": "^10.1.0",
44
44
  "@atlaskit/form": "^14.2.0",
45
45
  "@atlaskit/heading": "^5.2.0",
46
- "@atlaskit/icon": "^28.5.0",
46
+ "@atlaskit/icon": "^29.0.0",
47
47
  "@atlaskit/link": "^3.2.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/primitives": "^16.0.0",
49
+ "@atlaskit/primitives": "^16.1.0",
50
50
  "@atlaskit/radio": "^8.3.0",
51
- "@atlaskit/section-message": "^8.7.0",
51
+ "@atlaskit/section-message": "^8.9.0",
52
52
  "@atlaskit/select": "^21.3.0",
53
53
  "@atlaskit/smart-user-picker": "^8.4.0",
54
54
  "@atlaskit/spinner": "^19.0.0",
@@ -56,10 +56,10 @@
56
56
  "@atlaskit/textarea": "^8.0.0",
57
57
  "@atlaskit/textfield": "^8.0.0",
58
58
  "@atlaskit/theme": "^21.0.0",
59
- "@atlaskit/tmp-editor-statsig": "^13.18.0",
59
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
60
60
  "@atlaskit/toggle": "^15.1.0",
61
- "@atlaskit/tokens": "^7.0.0",
62
- "@atlaskit/tooltip": "^20.6.0",
61
+ "@atlaskit/tokens": "^8.0.0",
62
+ "@atlaskit/tooltip": "^20.8.0",
63
63
  "@babel/runtime": "^7.0.0",
64
64
  "@emotion/react": "^11.7.1",
65
65
  "bind-event-listener": "^3.0.0",
@@ -70,7 +70,7 @@
70
70
  "uuid": "^3.1.0"
71
71
  },
72
72
  "peerDependencies": {
73
- "@atlaskit/editor-common": "^110.18.0",
73
+ "@atlaskit/editor-common": "^110.27.0",
74
74
  "react": "^18.2.0",
75
75
  "react-intl-next": "npm:react-intl@^5.18.1"
76
76
  },