@contentful/field-editor-markdown 1.15.0 → 1.15.2-canary.14

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.
@@ -168,7 +168,7 @@ const ZenModeModalDialog = (props)=>{
168
168
  const direction = props.sdk.locales.direction[props.locale] ?? 'ltr';
169
169
  return /*#__PURE__*/ _react.createElement(_f36components.Grid, {
170
170
  className: styles.root,
171
- "data-test-id": "zen-mode-markdown-editor"
171
+ testId: "zen-mode-markdown-editor"
172
172
  }, /*#__PURE__*/ _react.createElement(_f36components.Grid.Item, {
173
173
  className: styles.topSplit
174
174
  }, /*#__PURE__*/ _react.createElement(_MarkdownToolbar.MarkdownToolbar, {
@@ -104,7 +104,7 @@ export const ZenModeModalDialog = (props)=>{
104
104
  const direction = props.sdk.locales.direction[props.locale] ?? 'ltr';
105
105
  return /*#__PURE__*/ React.createElement(Grid, {
106
106
  className: styles.root,
107
- "data-test-id": "zen-mode-markdown-editor"
107
+ testId: "zen-mode-markdown-editor"
108
108
  }, /*#__PURE__*/ React.createElement(Grid.Item, {
109
109
  className: styles.topSplit
110
110
  }, /*#__PURE__*/ React.createElement(MarkdownToolbar, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-markdown",
3
- "version": "1.15.0",
3
+ "version": "1.15.2-canary.14+7390d10b",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "@contentful/f36-components": "^5.4.1",
40
40
  "@contentful/f36-icons": "^5.4.1",
41
41
  "@contentful/f36-tokens": "^5.1.0",
42
- "@contentful/field-editor-shared": "^2.18.0",
42
+ "@contentful/field-editor-shared": "^2.18.1-canary.16+7390d10b",
43
43
  "@types/codemirror": "0.0.109",
44
44
  "codemirror": "^5.65.11",
45
45
  "emotion": "^10.0.17",
@@ -51,17 +51,17 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@babel/core": "^7.5.5",
54
- "@contentful/app-sdk": "^4.29.0",
54
+ "@contentful/app-sdk": "4.51.4-alpha.2",
55
55
  "@contentful/field-editor-test-utils": "^1.8.0",
56
56
  "@lingui/core": "5.3.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@contentful/app-sdk": "^4.29.0",
59
+ "@contentful/app-sdk": "4.51.4-alpha.2",
60
60
  "@lingui/core": "^5.3.0",
61
61
  "react": ">=16.8.0"
62
62
  },
63
63
  "publishConfig": {
64
64
  "registry": "https://npm.pkg.github.com/"
65
65
  },
66
- "gitHead": "9ca9d6fdd740e02809b4492fbcace4cbf3746d28"
66
+ "gitHead": "7390d10b7fbae0911066991e44bbd9cb9c7f470c"
67
67
  }