@zohodesk/dot 1.0.0-temp-206.1 → 1.0.0-temp-206.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.
@@ -91,7 +91,8 @@ export default class TextEditor extends Component {
91
91
  },
92
92
  htmlVersion: '<!Doctype html>',
93
93
  customBodyAttributes: {
94
- 'aria-multiline': 'true'
94
+ 'aria-multiline': 'true',
95
+ 'tabindex': '0'
95
96
  }
96
97
  };
97
98
 
@@ -143,7 +143,8 @@ var TextEditor = /*#__PURE__*/function (_Component) {
143
143
  },
144
144
  htmlVersion: '<!Doctype html>',
145
145
  customBodyAttributes: {
146
- 'aria-multiline': 'true'
146
+ 'aria-multiline': 'true',
147
+ 'tabindex': '0'
147
148
  }
148
149
  };
149
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/dot",
3
- "version": "1.0.0-temp-206.1",
3
+ "version": "1.0.0-temp-206.2",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "private": false,