@atlaskit/editor-common 66.0.0 → 66.0.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-common
2
2
 
3
+ ## 66.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`209fdaab573`](https://bitbucket.org/atlassian/atlassian-frontend/commits/209fdaab573) - export in product tests
8
+
3
9
  ## 66.0.0
4
10
 
5
11
  ### Major Changes
@@ -11,8 +11,7 @@
11
11
  ],
12
12
  "exclude": [
13
13
  "../src/**/__tests__/*",
14
- "../src/**/__tests_external__/*",
15
14
  "../src/**/*.test.*",
16
15
  "../src/**/test.*"
17
16
  ]
18
- }
17
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //
15
+ var _default = {
16
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
17
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
18
+ 'fabric.editor.collapseNode': 'Collapse content',
19
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
20
+ 'fabric.editor.expandNode': 'Expand content',
21
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
22
+ 'fabric.editor.openLink': 'Open link in a new tab',
23
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
24
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
25
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
26
+ };
27
+ exports.default = _default;
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ /**
9
+ * NOTE:
10
+ *
11
+ * This file is automatically generated by Traduki 2.0.
12
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
13
+ */
14
+ //English (United Kingdom)
15
+ var _default = {
16
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
17
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
18
+ 'fabric.editor.collapseNode': 'Collapse content',
19
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
20
+ 'fabric.editor.expandNode': 'Expand content',
21
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
22
+ 'fabric.editor.openLink': 'Open link in a new tab',
23
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
24
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
25
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
26
+ };
27
+ exports.default = _default;
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "66.0.0",
3
+ "version": "66.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //
8
+ export default {
9
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
10
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
11
+ 'fabric.editor.collapseNode': 'Collapse content',
12
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
13
+ 'fabric.editor.expandNode': 'Expand content',
14
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
15
+ 'fabric.editor.openLink': 'Open link in a new tab',
16
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
17
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
18
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
19
+ };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //English (United Kingdom)
8
+ export default {
9
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
10
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
11
+ 'fabric.editor.collapseNode': 'Collapse content',
12
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
13
+ 'fabric.editor.expandNode': 'Expand content',
14
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
15
+ 'fabric.editor.openLink': 'Open link in a new tab',
16
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
17
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
18
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
19
+ };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "66.0.0",
3
+ "version": "66.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //
8
+ export default {
9
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
10
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
11
+ 'fabric.editor.collapseNode': 'Collapse content',
12
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
13
+ 'fabric.editor.expandNode': 'Expand content',
14
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
15
+ 'fabric.editor.openLink': 'Open link in a new tab',
16
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
17
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
18
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
19
+ };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //English (United Kingdom)
8
+ export default {
9
+ 'fabric.editor.captionPlaceholder': 'Add a caption',
10
+ 'fabric.editor.codeBidiWarningLabel': 'Bidirectional characters change the order that text is rendered. This could be used to obscure malicious code.',
11
+ 'fabric.editor.collapseNode': 'Collapse content',
12
+ 'fabric.editor.expandDefaultTitle': 'Click here to expand...',
13
+ 'fabric.editor.expandNode': 'Expand content',
14
+ 'fabric.editor.expandPlaceholder': 'Give this expand a title...',
15
+ 'fabric.editor.openLink': 'Open link in a new tab',
16
+ 'fabric.editor.unsupportedBlockContent': 'This editor does not support displaying this content',
17
+ 'fabric.editor.unsupportedContentTooltip': 'Content is not available in this editor, this will be preserved when you edit and save',
18
+ 'fabric.editor.unsupportedInlineContent': 'Unsupported content'
19
+ };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "66.0.0",
3
+ "version": "66.0.1",
4
4
  "sideEffects": false
5
5
  }
@@ -0,0 +1,19 @@
1
+ declare const _default: {
2
+ 'fabric.editor.captionPlaceholder': string;
3
+ 'fabric.editor.codeBidiWarningLabel': string;
4
+ 'fabric.editor.collapseNode': string;
5
+ 'fabric.editor.expandDefaultTitle': string;
6
+ 'fabric.editor.expandNode': string;
7
+ 'fabric.editor.expandPlaceholder': string;
8
+ 'fabric.editor.openLink': string;
9
+ 'fabric.editor.unsupportedBlockContent': string;
10
+ 'fabric.editor.unsupportedContentTooltip': string;
11
+ 'fabric.editor.unsupportedInlineContent': string;
12
+ };
13
+ /**
14
+ * NOTE:
15
+ *
16
+ * This file is automatically generated by Traduki 2.0.
17
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
18
+ */
19
+ export default _default;
@@ -0,0 +1,19 @@
1
+ declare const _default: {
2
+ 'fabric.editor.captionPlaceholder': string;
3
+ 'fabric.editor.codeBidiWarningLabel': string;
4
+ 'fabric.editor.collapseNode': string;
5
+ 'fabric.editor.expandDefaultTitle': string;
6
+ 'fabric.editor.expandNode': string;
7
+ 'fabric.editor.expandPlaceholder': string;
8
+ 'fabric.editor.openLink': string;
9
+ 'fabric.editor.unsupportedBlockContent': string;
10
+ 'fabric.editor.unsupportedContentTooltip': string;
11
+ 'fabric.editor.unsupportedInlineContent': string;
12
+ };
13
+ /**
14
+ * NOTE:
15
+ *
16
+ * This file is automatically generated by Traduki 2.0.
17
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
18
+ */
19
+ export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "66.0.0",
3
+ "version": "66.0.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/code": "^14.3.0",
51
51
  "@atlaskit/editor-json-transformer": "^8.7.0",
52
52
  "@atlaskit/editor-shared-styles": "^2.0.0",
53
- "@atlaskit/emoji": "^64.3.0",
53
+ "@atlaskit/emoji": "^64.4.0",
54
54
  "@atlaskit/icon": "^21.10.0",
55
55
  "@atlaskit/in-product-testing": "^0.1.0",
56
56
  "@atlaskit/media-card": "^73.4.0",
@@ -106,7 +106,7 @@
106
106
  "react": "^16.8.0",
107
107
  "react-test-renderer": "^16.8.0",
108
108
  "sinon": "^2.2.0",
109
- "typescript": "3.9.6"
109
+ "typescript": "3.9.10"
110
110
  },
111
111
  "techstack": {
112
112
  "@atlassian/frontend": {