@atlaskit/editor-plugin-loom 2.6.2 → 2.7.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,17 @@
1
1
  # @atlaskit/editor-plugin-loom
2
2
 
3
+ ## 2.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
8
+ [`175fc1454a8a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/175fc1454a8a4) -
9
+ [ux] Migrate typography with new ADS token and primitive and remove feature gate
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.6.2
4
16
 
5
17
  ### Patch Changes
@@ -12,7 +12,6 @@ var _messages = require("@atlaskit/editor-common/messages");
12
12
  var _uiMenu = require("@atlaskit/editor-common/ui-menu");
13
13
  var _logo = require("@atlaskit/logo");
14
14
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
15
- var _primitives = require("@atlaskit/primitives");
16
15
  var _commands = require("../commands");
17
16
  /**
18
17
  * @jsxRuntime classic
@@ -53,6 +52,6 @@ var LoomToolbarButton = function LoomToolbarButton(_ref) {
53
52
  label: label,
54
53
  size: "small"
55
54
  })
56
- }, shouldShowRecordText && (0, _react.jsx)(_primitives.Text, null, formatMessage(_messages.toolbarInsertBlockMessages.recordLoomShortTitle)));
55
+ }, shouldShowRecordText && formatMessage(_messages.toolbarInsertBlockMessages.recordLoomShortTitle));
57
56
  };
58
57
  var _default = exports.default = (0, _reactIntlNext.injectIntl)(LoomToolbarButton);
@@ -11,7 +11,6 @@ import { toolbarInsertBlockMessages } from '@atlaskit/editor-common/messages';
11
11
  import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
12
12
  import { LoomIcon } from '@atlaskit/logo';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
14
- import { Text } from '@atlaskit/primitives';
15
14
  import { recordVideo } from '../commands';
16
15
  // This const is derived from the breakpoint where the toolbar hides its icons. It is used to hide the text in the AI button.
17
16
  // Derived from values from platform/packages/editor/editor-core/src/ui/Appearance/FullPage/MainToolbar.tsx
@@ -50,6 +49,6 @@ const LoomToolbarButton = ({
50
49
  label: label,
51
50
  size: "small"
52
51
  })
53
- }, shouldShowRecordText && jsx(Text, null, formatMessage(toolbarInsertBlockMessages.recordLoomShortTitle)));
52
+ }, shouldShowRecordText && formatMessage(toolbarInsertBlockMessages.recordLoomShortTitle));
54
53
  };
55
54
  export default injectIntl(LoomToolbarButton);
@@ -11,7 +11,6 @@ import { toolbarInsertBlockMessages } from '@atlaskit/editor-common/messages';
11
11
  import { TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
12
12
  import { LoomIcon } from '@atlaskit/logo';
13
13
  import { fg } from '@atlaskit/platform-feature-flags';
14
- import { Text } from '@atlaskit/primitives';
15
14
  import { recordVideo } from '../commands';
16
15
  // This const is derived from the breakpoint where the toolbar hides its icons. It is used to hide the text in the AI button.
17
16
  // Derived from values from platform/packages/editor/editor-core/src/ui/Appearance/FullPage/MainToolbar.tsx
@@ -46,6 +45,6 @@ var LoomToolbarButton = function LoomToolbarButton(_ref) {
46
45
  label: label,
47
46
  size: "small"
48
47
  })
49
- }, shouldShowRecordText && jsx(Text, null, formatMessage(toolbarInsertBlockMessages.recordLoomShortTitle)));
48
+ }, shouldShowRecordText && formatMessage(toolbarInsertBlockMessages.recordLoomShortTitle));
50
49
  };
51
50
  export default injectIntl(LoomToolbarButton);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-loom",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "description": "Loom plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,15 +36,14 @@
36
36
  ".": "./src/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/editor-common": "^87.6.0",
39
+ "@atlaskit/editor-common": "^87.10.0",
40
40
  "@atlaskit/editor-plugin-analytics": "^1.7.0",
41
41
  "@atlaskit/editor-plugin-hyperlink": "^2.8.0",
42
42
  "@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
43
43
  "@atlaskit/editor-plugin-width": "^1.2.0",
44
44
  "@atlaskit/editor-prosemirror": "5.0.1",
45
- "@atlaskit/logo": "^14.1.0",
45
+ "@atlaskit/logo": "^14.2.0",
46
46
  "@atlaskit/platform-feature-flags": "0.3.0",
47
- "@atlaskit/primitives": "^12.0.0",
48
47
  "@babel/runtime": "^7.0.0",
49
48
  "@emotion/react": "^11.7.1",
50
49
  "@loomhq/record-sdk": "^2.36.18"
@@ -60,7 +59,7 @@
60
59
  },
61
60
  "devDependencies": {
62
61
  "@atlaskit/editor-plugin-base": "^1.10.0",
63
- "@atlaskit/editor-plugin-card": "^2.10.0",
62
+ "@atlaskit/editor-plugin-card": "^2.13.0",
64
63
  "@atlaskit/editor-plugin-copy-button": "^1.2.0",
65
64
  "@atlaskit/editor-plugin-decorations": "^1.2.0",
66
65
  "@atlaskit/editor-plugin-editor-disabled": "^1.2.0",