@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.cjs CHANGED
@@ -8206,6 +8206,24 @@ var require_AstTree = __commonJS({
8206
8206
  ]
8207
8207
  }
8208
8208
  },
8209
+ align: {
8210
+ type: "array",
8211
+ items: {
8212
+ anyOf: [
8213
+ {
8214
+ enum: [
8215
+ "center",
8216
+ "left",
8217
+ "right"
8218
+ ],
8219
+ type: "string"
8220
+ },
8221
+ {
8222
+ type: "null"
8223
+ }
8224
+ ]
8225
+ }
8226
+ },
8209
8227
  text: {
8210
8228
  type: "string"
8211
8229
  },
@@ -10882,6 +10900,24 @@ var require_PodliteDocument = __commonJS({
10882
10900
  ]
10883
10901
  }
10884
10902
  },
10903
+ align: {
10904
+ type: "array",
10905
+ items: {
10906
+ anyOf: [
10907
+ {
10908
+ enum: [
10909
+ "center",
10910
+ "left",
10911
+ "right"
10912
+ ],
10913
+ type: "string"
10914
+ },
10915
+ {
10916
+ type: "null"
10917
+ }
10918
+ ]
10919
+ }
10920
+ },
10885
10921
  text: {
10886
10922
  type: "string"
10887
10923
  },
@@ -25092,7 +25128,7 @@ var require_package = __commonJS({
25092
25128
  "../podlite-schema/package.json"(exports, module2) {
25093
25129
  module2.exports = {
25094
25130
  name: "@podlite/schema",
25095
- version: "0.0.22",
25131
+ version: "0.0.24",
25096
25132
  description: "AST tools for Podlite markup language",
25097
25133
  main: "./src/index.ts",
25098
25134
  license: "MIT",