@wix/auto_sdk_data-extension-schema_schemas 1.0.178 → 1.0.180
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 +4 -4
package/build/cjs/index.js
CHANGED
|
@@ -2321,6 +2321,14 @@ var ResizeDirection = /* @__PURE__ */ ((ResizeDirection2) => {
|
|
|
2321
2321
|
ResizeDirection2["none"] = "none";
|
|
2322
2322
|
return ResizeDirection2;
|
|
2323
2323
|
})(ResizeDirection || {});
|
|
2324
|
+
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2325
|
+
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2326
|
+
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2327
|
+
ContentResizeDirection2["vertical"] = "vertical";
|
|
2328
|
+
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2329
|
+
ContentResizeDirection2["none"] = "none";
|
|
2330
|
+
return ContentResizeDirection2;
|
|
2331
|
+
})(ContentResizeDirection || {});
|
|
2324
2332
|
var RichTextAbilities = /* @__PURE__ */ ((RichTextAbilities2) => {
|
|
2325
2333
|
RichTextAbilities2["UNKNOWN_RichTextAbilities"] = "UNKNOWN_RichTextAbilities";
|
|
2326
2334
|
RichTextAbilities2["font"] = "font";
|
|
@@ -2721,14 +2729,6 @@ var BreakpointEnumBreakpoint = /* @__PURE__ */ ((BreakpointEnumBreakpoint2) => {
|
|
|
2721
2729
|
BreakpointEnumBreakpoint2["large"] = "large";
|
|
2722
2730
|
return BreakpointEnumBreakpoint2;
|
|
2723
2731
|
})(BreakpointEnumBreakpoint || {});
|
|
2724
|
-
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2725
|
-
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2726
|
-
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
2727
|
-
ContentResizeDirection2["vertical"] = "vertical";
|
|
2728
|
-
ContentResizeDirection2["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2729
|
-
ContentResizeDirection2["none"] = "none";
|
|
2730
|
-
return ContentResizeDirection2;
|
|
2731
|
-
})(ContentResizeDirection || {});
|
|
2732
2732
|
var Archetype = /* @__PURE__ */ ((Archetype2) => {
|
|
2733
2733
|
Archetype2["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
2734
2734
|
Archetype2["Button"] = "Button";
|