@atlaskit/editor-plugin-synced-block 5.3.27 → 5.3.29
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,18 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-synced-block
|
|
2
2
|
|
|
3
|
+
## 5.3.29
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0356685770e37`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0356685770e37) -
|
|
8
|
+
Update Synced Block support doc url
|
|
9
|
+
|
|
10
|
+
## 5.3.28
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 5.3.27
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -376,7 +376,7 @@ var NoResultScreen = function NoResultScreen(_ref0) {
|
|
|
376
376
|
}, formatMessage(_messages.syncBlockMessages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(_compiled.Text, {
|
|
377
377
|
as: "p"
|
|
378
378
|
}, /*#__PURE__*/React.createElement(_compiled.Anchor, {
|
|
379
|
-
href: "https://
|
|
379
|
+
href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
|
|
380
380
|
target: "_blank",
|
|
381
381
|
xcss: styles.learnMoreLink
|
|
382
382
|
}, formatMessage(_messages.syncBlockMessages.syncedLocationDropdownLearnMoreLink))));
|
|
@@ -329,7 +329,7 @@ const NoResultScreen = ({
|
|
|
329
329
|
}, formatMessage(messages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(Text, {
|
|
330
330
|
as: "p"
|
|
331
331
|
}, /*#__PURE__*/React.createElement(Anchor, {
|
|
332
|
-
href: "https://
|
|
332
|
+
href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
|
|
333
333
|
target: "_blank",
|
|
334
334
|
xcss: styles.learnMoreLink
|
|
335
335
|
}, formatMessage(messages.syncedLocationDropdownLearnMoreLink))));
|
|
@@ -367,7 +367,7 @@ var NoResultScreen = function NoResultScreen(_ref0) {
|
|
|
367
367
|
}, formatMessage(messages.syncedLocationDropdownNoResults)), /*#__PURE__*/React.createElement(Text, {
|
|
368
368
|
as: "p"
|
|
369
369
|
}, /*#__PURE__*/React.createElement(Anchor, {
|
|
370
|
-
href: "https://
|
|
370
|
+
href: "https://support.atlassian.com/confluence-cloud/docs/reuse-content-with-synced-blocks",
|
|
371
371
|
target: "_blank",
|
|
372
372
|
xcss: styles.learnMoreLink
|
|
373
373
|
}, formatMessage(messages.syncedLocationDropdownLearnMoreLink))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-synced-block",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.29",
|
|
4
4
|
"description": "SyncedBlock plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
52
52
|
"@atlaskit/primitives": "^18.0.0",
|
|
53
53
|
"@atlaskit/spinner": "19.0.10",
|
|
54
|
-
"@atlaskit/tokens": "11.0.
|
|
54
|
+
"@atlaskit/tokens": "11.0.1",
|
|
55
55
|
"@atlaskit/tooltip": "^20.14.0",
|
|
56
56
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
57
57
|
"@babel/runtime": "^7.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@atlaskit/editor-common": "^111.
|
|
64
|
+
"@atlaskit/editor-common": "^111.20.0",
|
|
65
65
|
"react": "^18.2.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|