@wix/auto_sdk_data-extension-schema_schemas 1.0.178 → 1.0.179
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/cjs/index.typings.d.ts +34 -15
- package/build/cjs/index.typings.js +8 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +34 -15
- package/build/cjs/meta.js +8 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +8 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +34 -15
- package/build/es/index.typings.mjs +8 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +34 -15
- package/build/es/meta.mjs +8 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +8 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +34 -15
- package/build/internal/cjs/index.typings.js +8 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +34 -15
- package/build/internal/cjs/meta.js +8 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +8 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +34 -15
- package/build/internal/es/index.typings.mjs +8 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +34 -15
- package/build/internal/es/meta.mjs +8 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -2034,6 +2034,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2034
2034
|
ResizeDirection2["none"] = "none";
|
|
2035
2035
|
return ResizeDirection2;
|
|
2036
2036
|
})(ResizeDirection || {});
|
|
2037
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2038
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2039
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2040
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2041
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2042
|
+
ContentResizeDirection2["none"] = "none";
|
|
2043
|
+
return ContentResizeDirection2;
|
|
2044
|
+
})(ContentResizeDirection || {});
|
|
2037
2045
|
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2038
2046
|
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2039
2047
|
RichTextAbilities2["font"] = "font";
|
|
@@ -2434,14 +2442,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
|
2434
2442
|
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2435
2443
|
return BreakpointEnumBreakpoint2;
|
|
2436
2444
|
})(BreakpointEnumBreakpoint || {});
|
|
2437
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2438
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2439
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2440
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2441
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2442
|
-
ContentResizeDirection2["none"] = "none";
|
|
2443
|
-
return ContentResizeDirection2;
|
|
2444
|
-
})(ContentResizeDirection || {});
|
|
2445
2445
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2446
2446
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2447
2447
|
Archetype2["Button"] = "Button";
|