@podlite/editor-react 0.0.25 → 0.0.27
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 +25 -5
- package/lib/index.cjs.map +1 -1
- package/lib/index.esm.js +25 -5
- package/lib/index.esm.js.map +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
8651
|
+
minItems: 1,
|
|
8652
8652
|
maxItems: 2
|
|
8653
8653
|
},
|
|
8654
8654
|
margin: {
|
|
@@ -9058,6 +9058,16 @@ var require_AstTree = __commonJS({
|
|
|
9058
9058
|
{
|
|
9059
9059
|
$ref: "#/definitions/Text"
|
|
9060
9060
|
},
|
|
9061
|
+
{
|
|
9062
|
+
type: "array",
|
|
9063
|
+
items: [
|
|
9064
|
+
{
|
|
9065
|
+
$ref: "#/definitions/Text"
|
|
9066
|
+
}
|
|
9067
|
+
],
|
|
9068
|
+
minItems: 1,
|
|
9069
|
+
maxItems: 1
|
|
9070
|
+
},
|
|
9061
9071
|
{
|
|
9062
9072
|
type: "string"
|
|
9063
9073
|
}
|
|
@@ -11249,7 +11259,7 @@ var require_PodliteDocument = __commonJS({
|
|
|
11249
11259
|
$ref: "#/definitions/BlockCaption"
|
|
11250
11260
|
}
|
|
11251
11261
|
],
|
|
11252
|
-
minItems:
|
|
11262
|
+
minItems: 1,
|
|
11253
11263
|
maxItems: 2
|
|
11254
11264
|
},
|
|
11255
11265
|
margin: {
|
|
@@ -11314,7 +11324,7 @@ var require_PodliteDocument = __commonJS({
|
|
|
11314
11324
|
$ref: "#/definitions/BlockCaption"
|
|
11315
11325
|
}
|
|
11316
11326
|
],
|
|
11317
|
-
minItems:
|
|
11327
|
+
minItems: 1,
|
|
11318
11328
|
maxItems: 2
|
|
11319
11329
|
},
|
|
11320
11330
|
margin: {
|
|
@@ -11724,6 +11734,16 @@ var require_PodliteDocument = __commonJS({
|
|
|
11724
11734
|
{
|
|
11725
11735
|
$ref: "#/definitions/Text"
|
|
11726
11736
|
},
|
|
11737
|
+
{
|
|
11738
|
+
type: "array",
|
|
11739
|
+
items: [
|
|
11740
|
+
{
|
|
11741
|
+
$ref: "#/definitions/Text"
|
|
11742
|
+
}
|
|
11743
|
+
],
|
|
11744
|
+
minItems: 1,
|
|
11745
|
+
maxItems: 1
|
|
11746
|
+
},
|
|
11727
11747
|
{
|
|
11728
11748
|
type: "string"
|
|
11729
11749
|
}
|
|
@@ -25068,7 +25088,7 @@ var require_package = __commonJS({
|
|
|
25068
25088
|
"../podlite-schema/package.json"(exports, module) {
|
|
25069
25089
|
module.exports = {
|
|
25070
25090
|
name: "@podlite/schema",
|
|
25071
|
-
version: "0.0.
|
|
25091
|
+
version: "0.0.21",
|
|
25072
25092
|
description: "AST tools for Podlite markup language",
|
|
25073
25093
|
main: "./src/index.ts",
|
|
25074
25094
|
license: "MIT",
|