@podlite/editor-react 0.0.26 → 0.0.28

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
@@ -8587,7 +8587,7 @@ var require_AstTree = __commonJS({
8587
8587
  $ref: "#/definitions/BlockCaption"
8588
8588
  }
8589
8589
  ],
8590
- minItems: 2,
8590
+ minItems: 1,
8591
8591
  maxItems: 2
8592
8592
  },
8593
8593
  margin: {
@@ -8652,7 +8652,7 @@ var require_AstTree = __commonJS({
8652
8652
  $ref: "#/definitions/BlockCaption"
8653
8653
  }
8654
8654
  ],
8655
- minItems: 2,
8655
+ minItems: 1,
8656
8656
  maxItems: 2
8657
8657
  },
8658
8658
  margin: {
@@ -11263,7 +11263,7 @@ var require_PodliteDocument = __commonJS({
11263
11263
  $ref: "#/definitions/BlockCaption"
11264
11264
  }
11265
11265
  ],
11266
- minItems: 2,
11266
+ minItems: 1,
11267
11267
  maxItems: 2
11268
11268
  },
11269
11269
  margin: {
@@ -11328,7 +11328,7 @@ var require_PodliteDocument = __commonJS({
11328
11328
  $ref: "#/definitions/BlockCaption"
11329
11329
  }
11330
11330
  ],
11331
- minItems: 2,
11331
+ minItems: 1,
11332
11332
  maxItems: 2
11333
11333
  },
11334
11334
  margin: {
@@ -25092,7 +25092,7 @@ var require_package = __commonJS({
25092
25092
  "../podlite-schema/package.json"(exports, module2) {
25093
25093
  module2.exports = {
25094
25094
  name: "@podlite/schema",
25095
- version: "0.0.20",
25095
+ version: "0.0.22",
25096
25096
  description: "AST tools for Podlite markup language",
25097
25097
  main: "./src/index.ts",
25098
25098
  license: "MIT",
package/lib/index.esm.js CHANGED
@@ -8583,7 +8583,7 @@ var require_AstTree = __commonJS({
8583
8583
  $ref: "#/definitions/BlockCaption"
8584
8584
  }
8585
8585
  ],
8586
- minItems: 2,
8586
+ minItems: 1,
8587
8587
  maxItems: 2
8588
8588
  },
8589
8589
  margin: {
@@ -8648,7 +8648,7 @@ var require_AstTree = __commonJS({
8648
8648
  $ref: "#/definitions/BlockCaption"
8649
8649
  }
8650
8650
  ],
8651
- minItems: 2,
8651
+ minItems: 1,
8652
8652
  maxItems: 2
8653
8653
  },
8654
8654
  margin: {
@@ -11259,7 +11259,7 @@ var require_PodliteDocument = __commonJS({
11259
11259
  $ref: "#/definitions/BlockCaption"
11260
11260
  }
11261
11261
  ],
11262
- minItems: 2,
11262
+ minItems: 1,
11263
11263
  maxItems: 2
11264
11264
  },
11265
11265
  margin: {
@@ -11324,7 +11324,7 @@ var require_PodliteDocument = __commonJS({
11324
11324
  $ref: "#/definitions/BlockCaption"
11325
11325
  }
11326
11326
  ],
11327
- minItems: 2,
11327
+ minItems: 1,
11328
11328
  maxItems: 2
11329
11329
  },
11330
11330
  margin: {
@@ -25088,7 +25088,7 @@ var require_package = __commonJS({
25088
25088
  "../podlite-schema/package.json"(exports, module) {
25089
25089
  module.exports = {
25090
25090
  name: "@podlite/schema",
25091
- version: "0.0.20",
25091
+ version: "0.0.22",
25092
25092
  description: "AST tools for Podlite markup language",
25093
25093
  main: "./src/index.ts",
25094
25094
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/editor-react",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Podlite React component",
5
5
  "main": "lib/index.cjs",
6
6
  "types": "lib/index.d.ts",