@wix/auto_sdk_quick-pages_contents 1.0.18 → 1.0.20
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +52 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +160 -49
- package/build/cjs/index.typings.js +52 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +159 -48
- package/build/cjs/meta.js +52 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +50 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +160 -49
- package/build/es/index.typings.mjs +50 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +159 -48
- package/build/es/meta.mjs +50 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +52 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +160 -49
- package/build/internal/cjs/index.typings.js +52 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +159 -48
- package/build/internal/cjs/meta.js +52 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +50 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +160 -49
- package/build/internal/es/index.typings.mjs +50 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +159 -48
- package/build/internal/es/meta.mjs +50 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/es/meta.mjs
CHANGED
|
@@ -193,7 +193,10 @@ function getContent(payload) {
|
|
|
193
193
|
path: "content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
194
194
|
},
|
|
195
195
|
{ path: "content.richContent.nodes.tocData.fontSize" },
|
|
196
|
-
{ path: "content.richContent.nodes.tocData.itemSpacing" }
|
|
196
|
+
{ path: "content.richContent.nodes.tocData.itemSpacing" },
|
|
197
|
+
{
|
|
198
|
+
path: "content.richContent.nodes.smartBlockCellData.shape.duration"
|
|
199
|
+
}
|
|
197
200
|
]
|
|
198
201
|
}
|
|
199
202
|
])
|
|
@@ -317,7 +320,8 @@ function submitContent(payload) {
|
|
|
317
320
|
},
|
|
318
321
|
{ path: "richContent.nodes.cardData.backgroundImage.media.duration" },
|
|
319
322
|
{ path: "richContent.nodes.tocData.fontSize" },
|
|
320
|
-
{ path: "richContent.nodes.tocData.itemSpacing" }
|
|
323
|
+
{ path: "richContent.nodes.tocData.itemSpacing" },
|
|
324
|
+
{ path: "richContent.nodes.smartBlockCellData.shape.duration" }
|
|
321
325
|
]
|
|
322
326
|
},
|
|
323
327
|
{
|
|
@@ -495,7 +499,10 @@ function submitContent(payload) {
|
|
|
495
499
|
path: "content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
496
500
|
},
|
|
497
501
|
{ path: "content.richContent.nodes.tocData.fontSize" },
|
|
498
|
-
{ path: "content.richContent.nodes.tocData.itemSpacing" }
|
|
502
|
+
{ path: "content.richContent.nodes.tocData.itemSpacing" },
|
|
503
|
+
{
|
|
504
|
+
path: "content.richContent.nodes.smartBlockCellData.shape.duration"
|
|
505
|
+
}
|
|
499
506
|
]
|
|
500
507
|
}
|
|
501
508
|
])
|
|
@@ -673,7 +680,10 @@ function getLatestContentByPageId(payload) {
|
|
|
673
680
|
path: "content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
674
681
|
},
|
|
675
682
|
{ path: "content.richContent.nodes.tocData.fontSize" },
|
|
676
|
-
{ path: "content.richContent.nodes.tocData.itemSpacing" }
|
|
683
|
+
{ path: "content.richContent.nodes.tocData.itemSpacing" },
|
|
684
|
+
{
|
|
685
|
+
path: "content.richContent.nodes.smartBlockCellData.shape.duration"
|
|
686
|
+
}
|
|
677
687
|
]
|
|
678
688
|
}
|
|
679
689
|
])
|
|
@@ -851,7 +861,10 @@ function lockLatestContentByPageId(payload) {
|
|
|
851
861
|
path: "content.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
852
862
|
},
|
|
853
863
|
{ path: "content.richContent.nodes.tocData.fontSize" },
|
|
854
|
-
{ path: "content.richContent.nodes.tocData.itemSpacing" }
|
|
864
|
+
{ path: "content.richContent.nodes.tocData.itemSpacing" },
|
|
865
|
+
{
|
|
866
|
+
path: "content.richContent.nodes.smartBlockCellData.shape.duration"
|
|
867
|
+
}
|
|
855
868
|
]
|
|
856
869
|
}
|
|
857
870
|
])
|
|
@@ -1031,7 +1044,10 @@ function queryContents(payload) {
|
|
|
1031
1044
|
path: "contents.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1032
1045
|
},
|
|
1033
1046
|
{ path: "contents.richContent.nodes.tocData.fontSize" },
|
|
1034
|
-
{ path: "contents.richContent.nodes.tocData.itemSpacing" }
|
|
1047
|
+
{ path: "contents.richContent.nodes.tocData.itemSpacing" },
|
|
1048
|
+
{
|
|
1049
|
+
path: "contents.richContent.nodes.smartBlockCellData.shape.duration"
|
|
1050
|
+
}
|
|
1035
1051
|
]
|
|
1036
1052
|
}
|
|
1037
1053
|
]),
|
|
@@ -1139,6 +1155,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1139
1155
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1140
1156
|
NodeType2["CARD"] = "CARD";
|
|
1141
1157
|
NodeType2["TOC"] = "TOC";
|
|
1158
|
+
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
1159
|
+
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
1142
1160
|
return NodeType2;
|
|
1143
1161
|
})(NodeType || {});
|
|
1144
1162
|
var StylesBackgroundType = /* @__PURE__ */ ((StylesBackgroundType2) => {
|
|
@@ -1466,6 +1484,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
|
1466
1484
|
Indentation2["FLAT"] = "FLAT";
|
|
1467
1485
|
return Indentation2;
|
|
1468
1486
|
})(Indentation || {});
|
|
1487
|
+
var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
1488
|
+
SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
|
|
1489
|
+
SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
|
|
1490
|
+
SmartBlockDataType2["STATS"] = "STATS";
|
|
1491
|
+
SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
|
|
1492
|
+
SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
|
|
1493
|
+
SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
|
|
1494
|
+
SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
|
|
1495
|
+
SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
|
|
1496
|
+
SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
|
|
1497
|
+
SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
|
|
1498
|
+
SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
|
|
1499
|
+
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
1500
|
+
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
1501
|
+
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
1502
|
+
return SmartBlockDataType2;
|
|
1503
|
+
})(SmartBlockDataType || {});
|
|
1504
|
+
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
1505
|
+
ColumnSize2["SMALL"] = "SMALL";
|
|
1506
|
+
ColumnSize2["MEDIUM"] = "MEDIUM";
|
|
1507
|
+
ColumnSize2["LARGE"] = "LARGE";
|
|
1508
|
+
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
1509
|
+
return ColumnSize2;
|
|
1510
|
+
})(ColumnSize || {});
|
|
1469
1511
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
1470
1512
|
SortOrder2["ASC"] = "ASC";
|
|
1471
1513
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -1581,6 +1623,7 @@ export {
|
|
|
1581
1623
|
ButtonSize as ButtonSizeOriginal,
|
|
1582
1624
|
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
1583
1625
|
ColorSwatchType as ColorSwatchTypeOriginal,
|
|
1626
|
+
ColumnSize as ColumnSizeOriginal,
|
|
1584
1627
|
Crop as CropOriginal,
|
|
1585
1628
|
DecorationType as DecorationTypeOriginal,
|
|
1586
1629
|
DesignTarget as DesignTargetOriginal,
|
|
@@ -1616,6 +1659,7 @@ export {
|
|
|
1616
1659
|
Resizing as ResizingOriginal,
|
|
1617
1660
|
ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,
|
|
1618
1661
|
Scaling as ScalingOriginal,
|
|
1662
|
+
SmartBlockDataType as SmartBlockDataTypeOriginal,
|
|
1619
1663
|
SortOrder as SortOrderOriginal,
|
|
1620
1664
|
Source as SourceOriginal,
|
|
1621
1665
|
StylesBackgroundType as StylesBackgroundTypeOriginal,
|