ados-rcm 1.1.341 → 1.1.342

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.es.js CHANGED
@@ -5662,8 +5662,8 @@ const xA = {
5662
5662
  "Delete Table": "Delete Table",
5663
5663
  "Image size adjust": "Image size adjust",
5664
5664
  Center: "Center",
5665
- Left: "Left",
5666
- Right: "Right",
5665
+ floatLeft: "Left",
5666
+ floatRight: "Right",
5667
5667
  "Input on mouse down": "Input on mouse down",
5668
5668
  Restore: "Restore",
5669
5669
  "Right click to open properties": "Right click to open properties",
@@ -30696,8 +30696,8 @@ const nM = [
30696
30696
  locale: {
30697
30697
  altTip: yn.AEditor["Image size adjust"],
30698
30698
  center: yn.AEditor.Center,
30699
- left: yn.AEditor.Left,
30700
- right: yn.AEditor.Right,
30699
+ floatLeft: yn.AEditor.floatLeft,
30700
+ floatRight: yn.AEditor.floatRight,
30701
30701
  inputTip: yn.AEditor["Input on mouse down"],
30702
30702
  restore: yn.AEditor.Restore
30703
30703
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.341",
3
+ "version": "1.1.342",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",