@wix/auto_sdk_events_wix-events-v-2 1.0.38 → 1.0.40

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.
@@ -22,9 +22,11 @@ var index_typings_exports = {};
22
22
  __export(index_typings_exports, {
23
23
  Alignment: () => Alignment,
24
24
  AppType: () => AppType,
25
+ AspectRatio: () => AspectRatio,
25
26
  BackgroundType: () => BackgroundType,
26
27
  BadgeTypeType: () => BadgeTypeType,
27
28
  ButtonDataType: () => ButtonDataType,
29
+ CardStylesType: () => CardStylesType,
28
30
  CategoryTypeType: () => CategoryTypeType,
29
31
  CommonSortOrder: () => CommonSortOrder,
30
32
  ConferenceType: () => ConferenceType,
@@ -32,6 +34,7 @@ __export(index_typings_exports, {
32
34
  Crop: () => Crop,
33
35
  DecorationType: () => DecorationType,
34
36
  Direction: () => Direction,
37
+ DividerDataAlignment: () => DividerDataAlignment,
35
38
  EventStatus: () => EventStatus,
36
39
  EventType: () => EventType,
37
40
  EventsRecurrenceStatusStatus: () => EventsRecurrenceStatusStatus,
@@ -42,6 +45,7 @@ __export(index_typings_exports, {
42
45
  InitialExpandedItems: () => InitialExpandedItems,
43
46
  InitialRegistrationTypeType: () => InitialRegistrationTypeType,
44
47
  InputControlType: () => InputControlType,
48
+ Layout: () => Layout,
45
49
  LayoutType: () => LayoutType,
46
50
  LineStyle: () => LineStyle,
47
51
  LocationLocationType: () => LocationLocationType,
@@ -50,6 +54,7 @@ __export(index_typings_exports, {
50
54
  NodeType: () => NodeType,
51
55
  NullValue: () => NullValue,
52
56
  Orientation: () => Orientation,
57
+ Placement: () => Placement,
53
58
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
54
59
  PollLayoutDirection: () => PollLayoutDirection,
55
60
  PollLayoutType: () => PollLayoutType,
@@ -60,12 +65,14 @@ __export(index_typings_exports, {
60
65
  RegistrationTypeType: () => RegistrationTypeType,
61
66
  Relation: () => Relation,
62
67
  RequestedFields: () => RequestedFields,
68
+ Resizing: () => Resizing,
63
69
  ResponseType: () => ResponseType,
64
70
  RsvpStatusOptions: () => RsvpStatusOptions,
65
71
  SortOrder: () => SortOrder,
66
72
  Source: () => Source,
67
73
  State: () => State,
68
74
  Status: () => Status,
75
+ StylesPosition: () => StylesPosition,
69
76
  SubdivisionSubdivisionType: () => SubdivisionSubdivisionType,
70
77
  SubdivisionType: () => SubdivisionType,
71
78
  Target: () => Target,
@@ -1244,12 +1251,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
1244
1251
  Width2["SMALL"] = "SMALL";
1245
1252
  return Width2;
1246
1253
  })(Width || {});
1247
- var Alignment = /* @__PURE__ */ ((Alignment2) => {
1248
- Alignment2["CENTER"] = "CENTER";
1249
- Alignment2["LEFT"] = "LEFT";
1250
- Alignment2["RIGHT"] = "RIGHT";
1251
- return Alignment2;
1252
- })(Alignment || {});
1254
+ var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
1255
+ DividerDataAlignment2["CENTER"] = "CENTER";
1256
+ DividerDataAlignment2["LEFT"] = "LEFT";
1257
+ DividerDataAlignment2["RIGHT"] = "RIGHT";
1258
+ return DividerDataAlignment2;
1259
+ })(DividerDataAlignment || {});
1253
1260
  var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
1254
1261
  ViewMode2["NONE"] = "NONE";
1255
1262
  ViewMode2["FULL"] = "FULL";
@@ -1297,13 +1304,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
1297
1304
  Source2["ADSENSE"] = "ADSENSE";
1298
1305
  return Source2;
1299
1306
  })(Source || {});
1300
- var Position = /* @__PURE__ */ ((Position2) => {
1301
- Position2["START"] = "START";
1302
- Position2["END"] = "END";
1303
- Position2["TOP"] = "TOP";
1304
- Position2["HIDDEN"] = "HIDDEN";
1305
- return Position2;
1306
- })(Position || {});
1307
+ var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
1308
+ StylesPosition2["START"] = "START";
1309
+ StylesPosition2["END"] = "END";
1310
+ StylesPosition2["TOP"] = "TOP";
1311
+ StylesPosition2["HIDDEN"] = "HIDDEN";
1312
+ return StylesPosition2;
1313
+ })(StylesPosition || {});
1307
1314
  var MapType = /* @__PURE__ */ ((MapType2) => {
1308
1315
  MapType2["ROADMAP"] = "ROADMAP";
1309
1316
  MapType2["SATELITE"] = "SATELITE";
@@ -1359,6 +1366,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
1359
1366
  FontType2["EM"] = "EM";
1360
1367
  return FontType2;
1361
1368
  })(FontType || {});
1369
+ var Position = /* @__PURE__ */ ((Position2) => {
1370
+ Position2["START"] = "START";
1371
+ Position2["END"] = "END";
1372
+ Position2["TOP"] = "TOP";
1373
+ return Position2;
1374
+ })(Position || {});
1375
+ var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
1376
+ AspectRatio2["SQUARE"] = "SQUARE";
1377
+ AspectRatio2["RECTANGLE"] = "RECTANGLE";
1378
+ return AspectRatio2;
1379
+ })(AspectRatio || {});
1380
+ var Resizing = /* @__PURE__ */ ((Resizing2) => {
1381
+ Resizing2["FILL"] = "FILL";
1382
+ Resizing2["FIT"] = "FIT";
1383
+ return Resizing2;
1384
+ })(Resizing || {});
1385
+ var Placement = /* @__PURE__ */ ((Placement2) => {
1386
+ Placement2["IMAGE"] = "IMAGE";
1387
+ Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
1388
+ return Placement2;
1389
+ })(Placement || {});
1390
+ var CardStylesType = /* @__PURE__ */ ((CardStylesType2) => {
1391
+ CardStylesType2["CONTAINED"] = "CONTAINED";
1392
+ CardStylesType2["FRAMELESS"] = "FRAMELESS";
1393
+ return CardStylesType2;
1394
+ })(CardStylesType || {});
1395
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
1396
+ Alignment2["START"] = "START";
1397
+ Alignment2["CENTER"] = "CENTER";
1398
+ Alignment2["END"] = "END";
1399
+ return Alignment2;
1400
+ })(Alignment || {});
1401
+ var Layout = /* @__PURE__ */ ((Layout2) => {
1402
+ Layout2["STACKED"] = "STACKED";
1403
+ Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
1404
+ return Layout2;
1405
+ })(Layout || {});
1362
1406
  var AppType = /* @__PURE__ */ ((AppType2) => {
1363
1407
  AppType2["PRODUCT"] = "PRODUCT";
1364
1408
  AppType2["EVENT"] = "EVENT";
@@ -2078,9 +2122,11 @@ async function getEventBySlug2(slug, options) {
2078
2122
  0 && (module.exports = {
2079
2123
  Alignment,
2080
2124
  AppType,
2125
+ AspectRatio,
2081
2126
  BackgroundType,
2082
2127
  BadgeTypeType,
2083
2128
  ButtonDataType,
2129
+ CardStylesType,
2084
2130
  CategoryTypeType,
2085
2131
  CommonSortOrder,
2086
2132
  ConferenceType,
@@ -2088,6 +2134,7 @@ async function getEventBySlug2(slug, options) {
2088
2134
  Crop,
2089
2135
  DecorationType,
2090
2136
  Direction,
2137
+ DividerDataAlignment,
2091
2138
  EventStatus,
2092
2139
  EventType,
2093
2140
  EventsRecurrenceStatusStatus,
@@ -2098,6 +2145,7 @@ async function getEventBySlug2(slug, options) {
2098
2145
  InitialExpandedItems,
2099
2146
  InitialRegistrationTypeType,
2100
2147
  InputControlType,
2148
+ Layout,
2101
2149
  LayoutType,
2102
2150
  LineStyle,
2103
2151
  LocationLocationType,
@@ -2106,6 +2154,7 @@ async function getEventBySlug2(slug, options) {
2106
2154
  NodeType,
2107
2155
  NullValue,
2108
2156
  Orientation,
2157
+ Placement,
2109
2158
  PluginContainerDataAlignment,
2110
2159
  PollLayoutDirection,
2111
2160
  PollLayoutType,
@@ -2116,12 +2165,14 @@ async function getEventBySlug2(slug, options) {
2116
2165
  RegistrationTypeType,
2117
2166
  Relation,
2118
2167
  RequestedFields,
2168
+ Resizing,
2119
2169
  ResponseType,
2120
2170
  RsvpStatusOptions,
2121
2171
  SortOrder,
2122
2172
  Source,
2123
2173
  State,
2124
2174
  Status,
2175
+ StylesPosition,
2125
2176
  SubdivisionSubdivisionType,
2126
2177
  SubdivisionType,
2127
2178
  Target,