@atlaskit/renderer 109.44.0 → 109.44.2
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/i18n/cs.js +3 -1
- package/dist/cjs/i18n/da.js +3 -1
- package/dist/cjs/i18n/de.js +3 -1
- package/dist/cjs/i18n/en.js +3 -1
- package/dist/cjs/i18n/en_GB.js +3 -1
- package/dist/cjs/i18n/en_ZZ.js +3 -1
- package/dist/cjs/i18n/es.js +3 -1
- package/dist/cjs/i18n/fi.js +3 -1
- package/dist/cjs/i18n/fr.js +3 -1
- package/dist/cjs/i18n/hu.js +3 -1
- package/dist/cjs/i18n/it.js +3 -1
- package/dist/cjs/i18n/ja.js +3 -1
- package/dist/cjs/i18n/ko.js +3 -1
- package/dist/cjs/i18n/nb.js +3 -1
- package/dist/cjs/i18n/nl.js +3 -1
- package/dist/cjs/i18n/pl.js +3 -1
- package/dist/cjs/i18n/pt_BR.js +3 -1
- package/dist/cjs/i18n/ru.js +3 -1
- package/dist/cjs/i18n/sv.js +3 -1
- package/dist/cjs/i18n/th.js +3 -1
- package/dist/cjs/i18n/tr.js +3 -1
- package/dist/cjs/i18n/uk.js +3 -1
- package/dist/cjs/i18n/vi.js +3 -1
- package/dist/cjs/i18n/zh.js +3 -1
- package/dist/cjs/i18n/zh_TW.js +3 -1
- package/dist/cjs/react/nodes/tableCell.js +9 -0
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/es2019/i18n/cs.js +3 -1
- package/dist/es2019/i18n/da.js +3 -1
- package/dist/es2019/i18n/de.js +3 -1
- package/dist/es2019/i18n/en.js +3 -1
- package/dist/es2019/i18n/en_GB.js +3 -1
- package/dist/es2019/i18n/en_ZZ.js +3 -1
- package/dist/es2019/i18n/es.js +3 -1
- package/dist/es2019/i18n/fi.js +3 -1
- package/dist/es2019/i18n/fr.js +3 -1
- package/dist/es2019/i18n/hu.js +3 -1
- package/dist/es2019/i18n/it.js +3 -1
- package/dist/es2019/i18n/ja.js +3 -1
- package/dist/es2019/i18n/ko.js +3 -1
- package/dist/es2019/i18n/nb.js +3 -1
- package/dist/es2019/i18n/nl.js +3 -1
- package/dist/es2019/i18n/pl.js +3 -1
- package/dist/es2019/i18n/pt_BR.js +3 -1
- package/dist/es2019/i18n/ru.js +3 -1
- package/dist/es2019/i18n/sv.js +3 -1
- package/dist/es2019/i18n/th.js +3 -1
- package/dist/es2019/i18n/tr.js +3 -1
- package/dist/es2019/i18n/uk.js +3 -1
- package/dist/es2019/i18n/vi.js +3 -1
- package/dist/es2019/i18n/zh.js +3 -1
- package/dist/es2019/i18n/zh_TW.js +3 -1
- package/dist/es2019/react/nodes/tableCell.js +9 -0
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/esm/i18n/cs.js +3 -1
- package/dist/esm/i18n/da.js +3 -1
- package/dist/esm/i18n/de.js +3 -1
- package/dist/esm/i18n/en.js +3 -1
- package/dist/esm/i18n/en_GB.js +3 -1
- package/dist/esm/i18n/en_ZZ.js +3 -1
- package/dist/esm/i18n/es.js +3 -1
- package/dist/esm/i18n/fi.js +3 -1
- package/dist/esm/i18n/fr.js +3 -1
- package/dist/esm/i18n/hu.js +3 -1
- package/dist/esm/i18n/it.js +3 -1
- package/dist/esm/i18n/ja.js +3 -1
- package/dist/esm/i18n/ko.js +3 -1
- package/dist/esm/i18n/nb.js +3 -1
- package/dist/esm/i18n/nl.js +3 -1
- package/dist/esm/i18n/pl.js +3 -1
- package/dist/esm/i18n/pt_BR.js +3 -1
- package/dist/esm/i18n/ru.js +3 -1
- package/dist/esm/i18n/sv.js +3 -1
- package/dist/esm/i18n/th.js +3 -1
- package/dist/esm/i18n/tr.js +3 -1
- package/dist/esm/i18n/uk.js +3 -1
- package/dist/esm/i18n/vi.js +3 -1
- package/dist/esm/i18n/zh.js +3 -1
- package/dist/esm/i18n/zh_TW.js +3 -1
- package/dist/esm/react/nodes/tableCell.js +9 -0
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/de.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +2 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +2 -0
- package/dist/types/i18n/ko.d.ts +2 -0
- package/dist/types/i18n/nb.d.ts +2 -0
- package/dist/types/i18n/nl.d.ts +2 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +2 -0
- package/dist/types/i18n/uk.d.ts +2 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +2 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
- package/dist/types-ts4.5/i18n/da.d.ts +2 -0
- package/dist/types-ts4.5/i18n/de.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/es.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -0
- package/dist/types-ts4.5/i18n/it.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +2 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
- package/package.json +10 -10
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
|
@@ -12,5 +12,7 @@ declare const _default: {
|
|
|
12
12
|
'fabric.editor.headingLink.descSortingLabel': string;
|
|
13
13
|
'fabric.editor.headingLink.failedToCopy': string;
|
|
14
14
|
'fabric.editor.headingLink.noneSortingLabel': string;
|
|
15
|
+
'fabric.editor.inlineComment.marker.end': string;
|
|
16
|
+
'fabric.editor.inlineComment.marker.start': string;
|
|
15
17
|
};
|
|
16
18
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "109.44.
|
|
3
|
+
"version": "109.44.2",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
32
32
|
"@atlaskit/button": "^19.1.0",
|
|
33
33
|
"@atlaskit/code": "^15.4.0",
|
|
34
|
-
"@atlaskit/editor-common": "^
|
|
34
|
+
"@atlaskit/editor-common": "^87.2.0",
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.17.0",
|
|
36
36
|
"@atlaskit/editor-palette": "1.6.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "5.0.1",
|
|
38
38
|
"@atlaskit/editor-shared-styles": "^2.13.0",
|
|
39
|
-
"@atlaskit/emoji": "^67.
|
|
39
|
+
"@atlaskit/emoji": "^67.7.0",
|
|
40
40
|
"@atlaskit/feature-gate-js-client": "^4.18.0",
|
|
41
|
-
"@atlaskit/icon": "^22.
|
|
42
|
-
"@atlaskit/link-datasource": "^2.
|
|
41
|
+
"@atlaskit/icon": "^22.8.0",
|
|
42
|
+
"@atlaskit/link-datasource": "^2.9.0",
|
|
43
43
|
"@atlaskit/media-card": "^78.0.0",
|
|
44
44
|
"@atlaskit/media-client": "^27.3.0",
|
|
45
45
|
"@atlaskit/media-client-react": "^2.0.0",
|
|
46
46
|
"@atlaskit/media-common": "^11.3.0",
|
|
47
|
-
"@atlaskit/media-filmstrip": "^47.
|
|
47
|
+
"@atlaskit/media-filmstrip": "^47.1.0",
|
|
48
48
|
"@atlaskit/media-ui": "^25.10.0",
|
|
49
49
|
"@atlaskit/media-viewer": "^48.6.0",
|
|
50
50
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"uuid": "^3.1.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@atlaskit/link-provider": "^1.
|
|
66
|
+
"@atlaskit/link-provider": "^1.14.0",
|
|
67
67
|
"@atlaskit/media-core": "^34.2.0",
|
|
68
68
|
"react": "^16.8.0",
|
|
69
69
|
"react-dom": "^16.8.0"
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@af/visual-regression": "*",
|
|
74
74
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
75
75
|
"@atlaskit/css-reset": "^6.9.0",
|
|
76
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
77
|
-
"@atlaskit/link-provider": "^1.
|
|
76
|
+
"@atlaskit/editor-test-helpers": "^18.29.0",
|
|
77
|
+
"@atlaskit/link-provider": "^1.14.0",
|
|
78
78
|
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
79
|
-
"@atlaskit/linking-common": "^5.
|
|
79
|
+
"@atlaskit/linking-common": "^5.8.0",
|
|
80
80
|
"@atlaskit/media-core": "^34.2.0",
|
|
81
81
|
"@atlaskit/media-integration-test-helpers": "^3.0.0",
|
|
82
82
|
"@atlaskit/media-test-helpers": "^34.0.0",
|