@atlaskit/renderer 114.10.2 → 114.11.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 +8 -0
- package/dist/cjs/react/nodes/embedCard.js +36 -10
- package/dist/cjs/react/nodes/tableRow.js +1 -1
- package/dist/cjs/ui/Renderer/RendererStyleContainer.js +11 -11
- package/dist/cjs/ui/Renderer/index.js +18 -433
- package/dist/es2019/react/nodes/embedCard.js +36 -10
- package/dist/es2019/react/nodes/tableRow.js +1 -1
- package/dist/es2019/ui/Renderer/RendererStyleContainer.js +13 -13
- package/dist/es2019/ui/Renderer/index.js +13 -417
- package/dist/esm/react/nodes/embedCard.js +36 -10
- package/dist/esm/react/nodes/tableRow.js +1 -1
- package/dist/esm/ui/Renderer/RendererStyleContainer.js +11 -11
- package/dist/esm/ui/Renderer/index.js +17 -432
- package/dist/types/ui/Renderer/index.d.ts +3 -31
- package/dist/types-ts4.5/ui/Renderer/index.d.ts +3 -31
- package/package.json +12 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "114.
|
|
3
|
+
"version": "114.11.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@atlaskit/analytics-next": "^11.0.0",
|
|
32
32
|
"@atlaskit/button": "^23.0.0",
|
|
33
33
|
"@atlaskit/code": "^17.0.0",
|
|
34
|
-
"@atlaskit/editor-common": "^103.
|
|
34
|
+
"@atlaskit/editor-common": "^103.17.0",
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.24.0",
|
|
36
36
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/emoji": "^69.1.0",
|
|
40
40
|
"@atlaskit/feature-gate-js-client": "^5.2.0",
|
|
41
41
|
"@atlaskit/icon": "^25.6.0",
|
|
42
|
-
"@atlaskit/link-datasource": "^4.
|
|
42
|
+
"@atlaskit/link-datasource": "^4.8.0",
|
|
43
43
|
"@atlaskit/media-card": "^79.2.0",
|
|
44
44
|
"@atlaskit/media-client": "^32.0.0",
|
|
45
45
|
"@atlaskit/media-client-react": "^4.0.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
51
51
|
"@atlaskit/platform-feature-flags-react": "^0.1.0",
|
|
52
52
|
"@atlaskit/react-ufo": "^3.6.0",
|
|
53
|
-
"@atlaskit/smart-card": "^36.
|
|
53
|
+
"@atlaskit/smart-card": "^36.10.0",
|
|
54
54
|
"@atlaskit/status": "^3.0.0",
|
|
55
55
|
"@atlaskit/task-decision": "^19.1.0",
|
|
56
56
|
"@atlaskit/theme": "^18.0.0",
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"react-dom": "^18.2.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@af/integration-testing": "
|
|
78
|
-
"@af/visual-regression": "
|
|
77
|
+
"@af/integration-testing": "workspace:^",
|
|
78
|
+
"@af/visual-regression": "workspace:^",
|
|
79
79
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
80
80
|
"@atlaskit/css-reset": "^7.2.0",
|
|
81
81
|
"@atlaskit/link-provider": "^2.1.0",
|
|
82
82
|
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
83
83
|
"@atlaskit/linking-common": "^8.0.0",
|
|
84
84
|
"@atlaskit/media-core": "^35.0.0",
|
|
85
|
-
"@atlaskit/media-integration-test-helpers": "
|
|
85
|
+
"@atlaskit/media-integration-test-helpers": "workspace:^",
|
|
86
86
|
"@atlaskit/media-test-helpers": "^35.0.0",
|
|
87
87
|
"@atlaskit/mention": "^24.1.0",
|
|
88
88
|
"@atlaskit/navigation-next": "patch:@atlaskit/navigation-next@npm%3A9.0.17#~/.yarn/patches/@atlaskit-navigation-next-npm-9.0.17-d1445f2f74.patch",
|
|
89
89
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
90
|
-
"@atlaskit/visual-regression": "
|
|
90
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
91
91
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
92
92
|
"@testing-library/react": "^13.4.0",
|
|
93
93
|
"@testing-library/react-hooks": "^8.0.1",
|
|
@@ -213,12 +213,15 @@
|
|
|
213
213
|
"platform_renderer_triple_click_selects_paragraph": {
|
|
214
214
|
"type": "boolean"
|
|
215
215
|
},
|
|
216
|
-
"
|
|
216
|
+
"platform_editor_table_column_group_width_check_3": {
|
|
217
217
|
"type": "boolean"
|
|
218
218
|
},
|
|
219
219
|
"cc_complexit_fe_memoValidation_redundant_calls": {
|
|
220
220
|
"type": "boolean"
|
|
221
221
|
},
|
|
222
|
+
"platform_ssr_smartlink_embeds": {
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
},
|
|
222
225
|
"confluence_frontend_fix_extension_draft_annotation": {
|
|
223
226
|
"type": "boolean"
|
|
224
227
|
},
|