@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.cjs
CHANGED
|
@@ -8587,7 +8587,7 @@ var require_AstTree = __commonJS({
|
|
|
8587
8587
|
$ref: "#/definitions/BlockCaption"
|
|
8588
8588
|
}
|
|
8589
8589
|
],
|
|
8590
|
-
minItems:
|
|
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:
|
|
8655
|
+
minItems: 1,
|
|
8656
8656
|
maxItems: 2
|
|
8657
8657
|
},
|
|
8658
8658
|
margin: {
|
|
@@ -9062,6 +9062,16 @@ var require_AstTree = __commonJS({
|
|
|
9062
9062
|
{
|
|
9063
9063
|
$ref: "#/definitions/Text"
|
|
9064
9064
|
},
|
|
9065
|
+
{
|
|
9066
|
+
type: "array",
|
|
9067
|
+
items: [
|
|
9068
|
+
{
|
|
9069
|
+
$ref: "#/definitions/Text"
|
|
9070
|
+
}
|
|
9071
|
+
],
|
|
9072
|
+
minItems: 1,
|
|
9073
|
+
maxItems: 1
|
|
9074
|
+
},
|
|
9065
9075
|
{
|
|
9066
9076
|
type: "string"
|
|
9067
9077
|
}
|
|
@@ -11253,7 +11263,7 @@ var require_PodliteDocument = __commonJS({
|
|
|
11253
11263
|
$ref: "#/definitions/BlockCaption"
|
|
11254
11264
|
}
|
|
11255
11265
|
],
|
|
11256
|
-
minItems:
|
|
11266
|
+
minItems: 1,
|
|
11257
11267
|
maxItems: 2
|
|
11258
11268
|
},
|
|
11259
11269
|
margin: {
|
|
@@ -11318,7 +11328,7 @@ var require_PodliteDocument = __commonJS({
|
|
|
11318
11328
|
$ref: "#/definitions/BlockCaption"
|
|
11319
11329
|
}
|
|
11320
11330
|
],
|
|
11321
|
-
minItems:
|
|
11331
|
+
minItems: 1,
|
|
11322
11332
|
maxItems: 2
|
|
11323
11333
|
},
|
|
11324
11334
|
margin: {
|
|
@@ -11728,6 +11738,16 @@ var require_PodliteDocument = __commonJS({
|
|
|
11728
11738
|
{
|
|
11729
11739
|
$ref: "#/definitions/Text"
|
|
11730
11740
|
},
|
|
11741
|
+
{
|
|
11742
|
+
type: "array",
|
|
11743
|
+
items: [
|
|
11744
|
+
{
|
|
11745
|
+
$ref: "#/definitions/Text"
|
|
11746
|
+
}
|
|
11747
|
+
],
|
|
11748
|
+
minItems: 1,
|
|
11749
|
+
maxItems: 1
|
|
11750
|
+
},
|
|
11731
11751
|
{
|
|
11732
11752
|
type: "string"
|
|
11733
11753
|
}
|
|
@@ -25072,7 +25092,7 @@ var require_package = __commonJS({
|
|
|
25072
25092
|
"../podlite-schema/package.json"(exports, module2) {
|
|
25073
25093
|
module2.exports = {
|
|
25074
25094
|
name: "@podlite/schema",
|
|
25075
|
-
version: "0.0.
|
|
25095
|
+
version: "0.0.21",
|
|
25076
25096
|
description: "AST tools for Podlite markup language",
|
|
25077
25097
|
main: "./src/index.ts",
|
|
25078
25098
|
license: "MIT",
|