@atlaskit/renderer 108.1.1 → 108.1.3
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 +15 -0
- package/dist/cjs/react/nodes/blockCard.js +9 -1
- package/dist/cjs/react/nodes/embedCard.js +8 -1
- package/dist/cjs/react/nodes/inlineCard.js +8 -1
- package/dist/cjs/react/nodes/mediaInline.js +131 -46
- package/dist/cjs/ui/MediaCard.js +2 -1
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/Renderer/style.js +14 -14
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/react/nodes/blockCard.js +10 -1
- package/dist/es2019/react/nodes/embedCard.js +9 -1
- package/dist/es2019/react/nodes/inlineCard.js +9 -1
- package/dist/es2019/react/nodes/mediaInline.js +85 -39
- package/dist/es2019/ui/MediaCard.js +0 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Renderer/style.js +14 -14
- package/dist/es2019/version.json +1 -1
- package/dist/esm/react/nodes/blockCard.js +9 -1
- package/dist/esm/react/nodes/embedCard.js +8 -1
- package/dist/esm/react/nodes/inlineCard.js +8 -1
- package/dist/esm/react/nodes/mediaInline.js +132 -47
- package/dist/esm/ui/MediaCard.js +0 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Renderer/style.js +14 -14
- package/dist/esm/version.json +1 -1
- package/dist/types/react/nodes/fallback.d.ts +0 -1
- package/dist/types/react/nodes/mediaInline.d.ts +15 -5
- package/dist/types/ui/MediaCard.d.ts +8 -7
- package/dist/types-ts4.5/react/nodes/fallback.d.ts +0 -1
- package/dist/types-ts4.5/react/nodes/mediaInline.d.ts +15 -5
- package/dist/types-ts4.5/ui/MediaCard.d.ts +8 -7
- package/package.json +13 -13
- package/report.api.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "108.1.
|
|
3
|
+
"version": "108.1.3",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,31 +32,31 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/adf-schema": "^25.
|
|
35
|
+
"@atlaskit/adf-schema": "^25.7.0",
|
|
36
36
|
"@atlaskit/adf-utils": "^18.2.0",
|
|
37
37
|
"@atlaskit/analytics-listeners": "^8.7.0",
|
|
38
38
|
"@atlaskit/analytics-namespaced-context": "^6.7.0",
|
|
39
39
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
40
40
|
"@atlaskit/button": "^16.7.0",
|
|
41
41
|
"@atlaskit/code": "^14.6.0",
|
|
42
|
-
"@atlaskit/editor-common": "^74.
|
|
42
|
+
"@atlaskit/editor-common": "^74.3.0",
|
|
43
43
|
"@atlaskit/editor-json-transformer": "^8.9.0",
|
|
44
44
|
"@atlaskit/editor-palette": "1.4.2",
|
|
45
45
|
"@atlaskit/editor-shared-styles": "^2.4.0",
|
|
46
46
|
"@atlaskit/emoji": "^67.4.0",
|
|
47
47
|
"@atlaskit/icon": "^21.12.0",
|
|
48
|
-
"@atlaskit/media-card": "^
|
|
48
|
+
"@atlaskit/media-card": "^76.0.0",
|
|
49
49
|
"@atlaskit/media-client": "^22.0.0",
|
|
50
|
-
"@atlaskit/media-common": "^
|
|
50
|
+
"@atlaskit/media-common": "^5.0.0",
|
|
51
51
|
"@atlaskit/media-filmstrip": "^47.0.0",
|
|
52
52
|
"@atlaskit/media-ui": "^23.0.0",
|
|
53
53
|
"@atlaskit/media-viewer": "^48.0.0",
|
|
54
54
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
55
|
-
"@atlaskit/smart-card": "^26.
|
|
55
|
+
"@atlaskit/smart-card": "^26.5.0",
|
|
56
56
|
"@atlaskit/status": "^1.3.0",
|
|
57
57
|
"@atlaskit/task-decision": "^17.6.0",
|
|
58
58
|
"@atlaskit/theme": "^12.5.0",
|
|
59
|
-
"@atlaskit/tokens": "^1.
|
|
59
|
+
"@atlaskit/tokens": "^1.5.0",
|
|
60
60
|
"@atlaskit/tooltip": "^17.8.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
62
62
|
"@emotion/react": "^11.7.1",
|
|
@@ -80,18 +80,18 @@
|
|
|
80
80
|
"@atlaskit/avatar": "^21.3.0",
|
|
81
81
|
"@atlaskit/css-reset": "^6.5.0",
|
|
82
82
|
"@atlaskit/docs": "*",
|
|
83
|
-
"@atlaskit/editor-core": "^
|
|
84
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
83
|
+
"@atlaskit/editor-core": "^185.0.0",
|
|
84
|
+
"@atlaskit/editor-test-helpers": "^18.5.0",
|
|
85
85
|
"@atlaskit/link-provider": "^1.6.0",
|
|
86
|
-
"@atlaskit/link-test-helpers": "^
|
|
86
|
+
"@atlaskit/link-test-helpers": "^4.0.0",
|
|
87
87
|
"@atlaskit/logo": "^13.14.0",
|
|
88
88
|
"@atlaskit/media-core": "^34.1.0",
|
|
89
|
-
"@atlaskit/media-integration-test-helpers": "^
|
|
89
|
+
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
90
90
|
"@atlaskit/media-test-helpers": "^33.0.0",
|
|
91
91
|
"@atlaskit/mention": "^22.1.0",
|
|
92
92
|
"@atlaskit/navigation-next": "^9.0.0",
|
|
93
|
-
"@atlaskit/profilecard": "^19.
|
|
94
|
-
"@atlaskit/radio": "^5.
|
|
93
|
+
"@atlaskit/profilecard": "^19.4.0",
|
|
94
|
+
"@atlaskit/radio": "^5.6.0",
|
|
95
95
|
"@atlaskit/range": "^7.1.0",
|
|
96
96
|
"@atlaskit/ssr": "*",
|
|
97
97
|
"@atlaskit/util-data-test": "^17.8.0",
|
package/report.api.md
CHANGED
|
@@ -757,8 +757,8 @@ type VisitMediaLinkAEP = AEP<
|
|
|
757
757
|
|
|
758
758
|
```json
|
|
759
759
|
{
|
|
760
|
-
"@atlaskit/link-provider": "^1.6.
|
|
761
|
-
"@atlaskit/media-core": "^34.1.
|
|
760
|
+
"@atlaskit/link-provider": "^1.6.2",
|
|
761
|
+
"@atlaskit/media-core": "^34.1.2",
|
|
762
762
|
"react": "^16.8.0",
|
|
763
763
|
"react-dom": "^16.8.0"
|
|
764
764
|
}
|