@wix/auto_sdk_data-extension-schema_schemas 1.0.47 → 1.0.49
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.d.ts +1 -1
- package/build/cjs/index.js +23 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +344 -27
- package/build/cjs/index.typings.js +23 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +22 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +344 -27
- package/build/es/index.typings.mjs +22 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +23 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +344 -27
- package/build/internal/cjs/index.typings.js +23 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +22 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +344 -27
- package/build/internal/es/index.typings.mjs +22 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2091,6 +2091,7 @@ var ActionType = /* @__PURE__ */ ((ActionType2) => {
|
|
|
2091
2091
|
ActionType2["panel"] = "panel";
|
|
2092
2092
|
ActionType2["forward"] = "forward";
|
|
2093
2093
|
ActionType2["style"] = "style";
|
|
2094
|
+
ActionType2["displayGroup"] = "displayGroup";
|
|
2094
2095
|
return ActionType2;
|
|
2095
2096
|
})(ActionType || {});
|
|
2096
2097
|
var PanelType = /* @__PURE__ */ ((PanelType2) => {
|
|
@@ -2165,6 +2166,26 @@ var NativeStateType = /* @__PURE__ */ ((NativeStateType2) => {
|
|
|
2165
2166
|
NativeStateType2["invalid"] = "invalid";
|
|
2166
2167
|
return NativeStateType2;
|
|
2167
2168
|
})(NativeStateType || {});
|
|
2169
|
+
var GroupType = /* @__PURE__ */ ((GroupType2) => {
|
|
2170
|
+
GroupType2["UNKNOWN_GroupType"] = "UNKNOWN_GroupType";
|
|
2171
|
+
GroupType2["cssDataTypeItems"] = "cssDataTypeItems";
|
|
2172
|
+
GroupType2["dataItems"] = "dataItems";
|
|
2173
|
+
GroupType2["background"] = "background";
|
|
2174
|
+
GroupType2["margin"] = "margin";
|
|
2175
|
+
GroupType2["padding"] = "padding";
|
|
2176
|
+
GroupType2["border"] = "border";
|
|
2177
|
+
GroupType2["borderTop"] = "borderTop";
|
|
2178
|
+
GroupType2["borderRight"] = "borderRight";
|
|
2179
|
+
GroupType2["borderBottom"] = "borderBottom";
|
|
2180
|
+
GroupType2["borderLeft"] = "borderLeft";
|
|
2181
|
+
GroupType2["borderRadius"] = "borderRadius";
|
|
2182
|
+
GroupType2["borderInlineStart"] = "borderInlineStart";
|
|
2183
|
+
GroupType2["borderInlineEnd"] = "borderInlineEnd";
|
|
2184
|
+
GroupType2["font"] = "font";
|
|
2185
|
+
GroupType2["textDecoration"] = "textDecoration";
|
|
2186
|
+
GroupType2["gap"] = "gap";
|
|
2187
|
+
return GroupType2;
|
|
2188
|
+
})(GroupType || {});
|
|
2168
2189
|
var ContentResizeDirection = /* @__PURE__ */ ((ContentResizeDirection2) => {
|
|
2169
2190
|
ContentResizeDirection2["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2170
2191
|
ContentResizeDirection2["horizontal"] = "horizontal";
|
|
@@ -2475,6 +2496,7 @@ export {
|
|
|
2475
2496
|
FontType,
|
|
2476
2497
|
Format,
|
|
2477
2498
|
GIFType,
|
|
2499
|
+
GroupType,
|
|
2478
2500
|
HTMLDataSource,
|
|
2479
2501
|
HTTPMethod,
|
|
2480
2502
|
HeightMode,
|