smart-editor-v3 1.15.2 → 1.15.3

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.
@@ -42954,7 +42954,7 @@ function mm() {
42954
42954
  }),
42955
42955
  q1.configure({
42956
42956
  types: ["heading", "paragraph"],
42957
- defaultAlignment: "left"
42957
+ defaultAlignment: "justify"
42958
42958
  }),
42959
42959
  c8.configure({
42960
42960
  HTMLAttributes: { class: "list-paddingleft-1" }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.15.2",
4
+ "version": "1.15.3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"