@wix/app-extensions 1.0.14 → 1.0.16
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 +8 -8
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +8 -8
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +44 -17
- package/build/trusted/cjs/index.js +8 -8
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +44 -17
- package/build/trusted/es/index.mjs +8 -8
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -2333,6 +2333,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2333
2333
|
ResizeDirection2["none"] = "none";
|
|
2334
2334
|
return ResizeDirection2;
|
|
2335
2335
|
})(ResizeDirection || {});
|
|
2336
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2337
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2338
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2339
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2340
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2341
|
+
ContentResizeDirection2["none"] = "none";
|
|
2342
|
+
return ContentResizeDirection2;
|
|
2343
|
+
})(ContentResizeDirection || {});
|
|
2336
2344
|
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2337
2345
|
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2338
2346
|
RichTextAbilities2["font"] = "font";
|
|
@@ -2738,14 +2746,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
|
2738
2746
|
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2739
2747
|
return BreakpointEnumBreakpoint2;
|
|
2740
2748
|
})(BreakpointEnumBreakpoint || {});
|
|
2741
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2742
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2743
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2744
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2745
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2746
|
-
ContentResizeDirection2["none"] = "none";
|
|
2747
|
-
return ContentResizeDirection2;
|
|
2748
|
-
})(ContentResizeDirection || {});
|
|
2749
2749
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2750
2750
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2751
2751
|
Archetype2["Button"] = "Button";
|