@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/es/index.mjs
CHANGED
|
@@ -1836,6 +1836,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
1836
1836
|
ResizeDirection2["none"] = "none";
|
|
1837
1837
|
return ResizeDirection2;
|
|
1838
1838
|
})(ResizeDirection || {});
|
|
1839
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
1840
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
1841
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
1842
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
1843
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
1844
|
+
ContentResizeDirection2["none"] = "none";
|
|
1845
|
+
return ContentResizeDirection2;
|
|
1846
|
+
})(ContentResizeDirection || {});
|
|
1839
1847
|
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
1840
1848
|
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
1841
1849
|
RichTextAbilities2["font"] = "font";
|
|
@@ -2241,14 +2249,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
|
2241
2249
|
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2242
2250
|
return BreakpointEnumBreakpoint2;
|
|
2243
2251
|
})(BreakpointEnumBreakpoint || {});
|
|
2244
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2245
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2246
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2247
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2248
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2249
|
-
ContentResizeDirection2["none"] = "none";
|
|
2250
|
-
return ContentResizeDirection2;
|
|
2251
|
-
})(ContentResizeDirection || {});
|
|
2252
2252
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2253
2253
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2254
2254
|
Archetype2["Button"] = "Button";
|