@ones-editor/editor 0.0.7-beta.45 → 0.0.7-beta.46

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/dist/index.js CHANGED
@@ -55056,7 +55056,7 @@ ${codeText}
55056
55056
  if (!orderedList) {
55057
55057
  return 1;
55058
55058
  }
55059
- const startEl = elem.querySelector('[style="mso-list:Ignore"]');
55059
+ const startEl = elem.querySelector('[style^="mso-list:Ignore"]');
55060
55060
  if (startEl) {
55061
55061
  const startValue = startEl.innerText;
55062
55062
  if (startValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ones-editor/editor",
3
- "version": "0.0.7-beta.45",
3
+ "version": "0.0.7-beta.46",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",