@atlaskit/editor-synced-block-renderer 3.4.0 → 3.4.1

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-synced-block-renderer
2
2
 
3
+ ## 3.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.4.0
4
10
 
5
11
  ### Minor Changes
@@ -31,7 +31,7 @@ var SyncedBlockNodeComponentRenderer = exports.SyncedBlockNodeComponentRenderer
31
31
  resourceId: resourceId,
32
32
  onRetry: reloadData,
33
33
  isLoading: isLoading,
34
- documentAri: syncBlockInstance === null || syncBlockInstance === void 0 || (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
34
+ documentAri: syncBlockInstance === null || syncBlockInstance === void 0 || (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
35
35
  });
36
36
  }
37
37
  var syncBlockDoc = {
@@ -29,7 +29,7 @@ var SyncedBlockRendererComponent = function SyncedBlockRendererComponent(_ref) {
29
29
  resourceId: syncBlockInstance.resourceId,
30
30
  onRetry: reloadData,
31
31
  isLoading: isLoading,
32
- documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
32
+ documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
33
33
  });
34
34
  }
35
35
  var syncBlockDoc = {
@@ -28,7 +28,7 @@ export const SyncedBlockNodeComponentRenderer = ({
28
28
  resourceId: resourceId,
29
29
  onRetry: reloadData,
30
30
  isLoading: isLoading,
31
- documentAri: syncBlockInstance === null || syncBlockInstance === void 0 ? void 0 : (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
31
+ documentAri: syncBlockInstance === null || syncBlockInstance === void 0 ? void 0 : (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
32
32
  });
33
33
  }
34
34
  const syncBlockDoc = {
@@ -23,7 +23,7 @@ const SyncedBlockRendererComponent = ({
23
23
  resourceId: syncBlockInstance.resourceId,
24
24
  onRetry: reloadData,
25
25
  isLoading: isLoading,
26
- documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
26
+ documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
27
27
  });
28
28
  }
29
29
  const syncBlockDoc = {
@@ -24,7 +24,7 @@ export var SyncedBlockNodeComponentRenderer = function SyncedBlockNodeComponentR
24
24
  resourceId: resourceId,
25
25
  onRetry: reloadData,
26
26
  isLoading: isLoading,
27
- documentAri: syncBlockInstance === null || syncBlockInstance === void 0 || (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
27
+ documentAri: syncBlockInstance === null || syncBlockInstance === void 0 || (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
28
28
  });
29
29
  }
30
30
  var syncBlockDoc = {
@@ -21,7 +21,7 @@ var SyncedBlockRendererComponent = function SyncedBlockRendererComponent(_ref) {
21
21
  resourceId: syncBlockInstance.resourceId,
22
22
  onRetry: reloadData,
23
23
  isLoading: isLoading,
24
- documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceDocumentAri
24
+ documentAri: (_syncBlockInstance$da = syncBlockInstance.data) === null || _syncBlockInstance$da === void 0 ? void 0 : _syncBlockInstance$da.sourceAri
25
25
  });
26
26
  }
27
27
  var syncBlockDoc = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-synced-block-renderer",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "SyncedBlockRenderer for @atlaskit/editor-plugin-synced-block",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,17 +29,17 @@
29
29
  "atlaskit:src": "src/index.ts",
30
30
  "dependencies": {
31
31
  "@atlaskit/button": "^23.6.0",
32
- "@atlaskit/css": "^0.15.0",
32
+ "@atlaskit/css": "^0.16.0",
33
33
  "@atlaskit/editor-plugin-synced-block": "^4.2.0",
34
34
  "@atlaskit/editor-prosemirror": "7.0.0",
35
35
  "@atlaskit/editor-synced-block-provider": "^2.10.0",
36
36
  "@atlaskit/heading": "^5.2.0",
37
37
  "@atlaskit/icon": "^29.0.0",
38
38
  "@atlaskit/image": "^3.0.0",
39
- "@atlaskit/primitives": "^16.1.0",
40
- "@atlaskit/renderer": "^124.15.0",
39
+ "@atlaskit/primitives": "^16.2.0",
40
+ "@atlaskit/renderer": "^124.16.0",
41
41
  "@atlaskit/spinner": "^19.0.0",
42
- "@atlaskit/tokens": "^8.0.0",
42
+ "@atlaskit/tokens": "^8.1.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "react-relay": "npm:atl-react-relay@0.0.0-main-39e79f66",
45
45
  "relay-runtime": "npm:atl-relay-compiler@0.0.0-main-39e79f66"