@wix/app-extensions 1.0.41 → 1.0.42
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.js +12 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +11 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +26 -4
- package/build/trusted/cjs/index.js +12 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +26 -4
- package/build/trusted/es/index.mjs +11 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -832,6 +832,11 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
832
832
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
833
833
|
return Origin2;
|
|
834
834
|
})(Origin || {});
|
|
835
|
+
var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
836
|
+
BannerPosition2["TOP"] = "TOP";
|
|
837
|
+
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
838
|
+
return BannerPosition2;
|
|
839
|
+
})(BannerPosition || {});
|
|
835
840
|
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
836
841
|
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
837
842
|
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
@@ -911,6 +916,11 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
|
911
916
|
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
912
917
|
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
913
918
|
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
919
|
+
SmartBlockDataType2["TIMELINE"] = "TIMELINE";
|
|
920
|
+
SmartBlockDataType2["MINIMAL_TIMELINE"] = "MINIMAL_TIMELINE";
|
|
921
|
+
SmartBlockDataType2["PILLS"] = "PILLS";
|
|
922
|
+
SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
|
|
923
|
+
SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
|
|
914
924
|
return SmartBlockDataType2;
|
|
915
925
|
})(SmartBlockDataType || {});
|
|
916
926
|
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
@@ -5585,6 +5595,7 @@ export {
|
|
|
5585
5595
|
BackdropType,
|
|
5586
5596
|
BackgroundModeEnum,
|
|
5587
5597
|
BackgroundType,
|
|
5598
|
+
BannerPosition,
|
|
5588
5599
|
BarAlignmentSelected,
|
|
5589
5600
|
BlockType,
|
|
5590
5601
|
BooleanComponentType,
|