@podlite/editor-react 0.0.28 → 0.0.30

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/lib/index.esm.js CHANGED
@@ -8202,6 +8202,24 @@ var require_AstTree = __commonJS({
8202
8202
  ]
8203
8203
  }
8204
8204
  },
8205
+ align: {
8206
+ type: "array",
8207
+ items: {
8208
+ anyOf: [
8209
+ {
8210
+ enum: [
8211
+ "center",
8212
+ "left",
8213
+ "right"
8214
+ ],
8215
+ type: "string"
8216
+ },
8217
+ {
8218
+ type: "null"
8219
+ }
8220
+ ]
8221
+ }
8222
+ },
8205
8223
  text: {
8206
8224
  type: "string"
8207
8225
  },
@@ -10878,6 +10896,24 @@ var require_PodliteDocument = __commonJS({
10878
10896
  ]
10879
10897
  }
10880
10898
  },
10899
+ align: {
10900
+ type: "array",
10901
+ items: {
10902
+ anyOf: [
10903
+ {
10904
+ enum: [
10905
+ "center",
10906
+ "left",
10907
+ "right"
10908
+ ],
10909
+ type: "string"
10910
+ },
10911
+ {
10912
+ type: "null"
10913
+ }
10914
+ ]
10915
+ }
10916
+ },
10881
10917
  text: {
10882
10918
  type: "string"
10883
10919
  },
@@ -25088,7 +25124,7 @@ var require_package = __commonJS({
25088
25124
  "../podlite-schema/package.json"(exports, module) {
25089
25125
  module.exports = {
25090
25126
  name: "@podlite/schema",
25091
- version: "0.0.22",
25127
+ version: "0.0.24",
25092
25128
  description: "AST tools for Podlite markup language",
25093
25129
  main: "./src/index.ts",
25094
25130
  license: "MIT",