@wix/auto_sdk_multilingual_translation-published-contents 1.0.29 → 1.0.31

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.
Files changed (29) hide show
  1. package/build/cjs/index.d.ts +2 -2
  2. package/build/cjs/index.js +69 -18
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts → index.typings.d.ts} +280 -12
  5. package/build/cjs/index.typings.js +649 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +214 -12
  8. package/build/es/index.d.mts +2 -2
  9. package/build/es/index.mjs +62 -18
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts → index.typings.d.mts} +280 -12
  12. package/build/es/index.typings.mjs +585 -0
  13. package/build/es/index.typings.mjs.map +1 -0
  14. package/build/es/meta.d.mts +214 -12
  15. package/build/internal/cjs/index.d.ts +2 -2
  16. package/build/internal/cjs/index.js +69 -18
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.ts → index.typings.d.ts} +280 -12
  19. package/build/internal/cjs/index.typings.js +649 -0
  20. package/build/internal/cjs/index.typings.js.map +1 -0
  21. package/build/internal/cjs/meta.d.ts +214 -12
  22. package/build/internal/es/index.d.mts +2 -2
  23. package/build/internal/es/index.mjs +62 -18
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-7wjuj2Yv.d.mts → index.typings.d.mts} +280 -12
  26. package/build/internal/es/index.typings.mjs +585 -0
  27. package/build/internal/es/index.typings.mjs.map +1 -0
  28. package/build/internal/es/meta.d.mts +214 -12
  29. package/package.json +2 -2
@@ -22,26 +22,33 @@ var index_exports = {};
22
22
  __export(index_exports, {
23
23
  Alignment: () => Alignment,
24
24
  AppType: () => AppType,
25
+ AspectRatio: () => AspectRatio,
25
26
  BackgroundType: () => BackgroundType,
27
+ ButtonDataType: () => ButtonDataType,
26
28
  Crop: () => Crop,
27
29
  DecorationType: () => DecorationType,
28
30
  Direction: () => Direction,
31
+ DividerDataAlignment: () => DividerDataAlignment,
29
32
  FontType: () => FontType,
30
33
  GIFType: () => GIFType,
31
34
  InitialExpandedItems: () => InitialExpandedItems,
35
+ Layout: () => Layout,
32
36
  LayoutType: () => LayoutType,
33
37
  LineStyle: () => LineStyle,
34
38
  MapType: () => MapType,
35
39
  NodeType: () => NodeType,
36
40
  NullValue: () => NullValue,
37
41
  Orientation: () => Orientation,
42
+ Placement: () => Placement,
38
43
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
39
44
  PollLayoutDirection: () => PollLayoutDirection,
40
45
  PollLayoutType: () => PollLayoutType,
41
46
  Position: () => Position,
47
+ Resizing: () => Resizing,
42
48
  SchemaScope: () => SchemaScope,
43
49
  SortOrder: () => SortOrder,
44
50
  Source: () => Source,
51
+ StylesPosition: () => StylesPosition,
45
52
  Target: () => Target,
46
53
  TextAlignment: () => TextAlignment,
47
54
  ThumbnailsAlignment: () => ThumbnailsAlignment,
@@ -322,11 +329,11 @@ var PluginContainerDataAlignment = /* @__PURE__ */ ((PluginContainerDataAlignmen
322
329
  PluginContainerDataAlignment2["RIGHT"] = "RIGHT";
323
330
  return PluginContainerDataAlignment2;
324
331
  })(PluginContainerDataAlignment || {});
325
- var Type = /* @__PURE__ */ ((Type2) => {
326
- Type2["LINK"] = "LINK";
327
- Type2["ACTION"] = "ACTION";
328
- return Type2;
329
- })(Type || {});
332
+ var ButtonDataType = /* @__PURE__ */ ((ButtonDataType2) => {
333
+ ButtonDataType2["LINK"] = "LINK";
334
+ ButtonDataType2["ACTION"] = "ACTION";
335
+ return ButtonDataType2;
336
+ })(ButtonDataType || {});
330
337
  var Target = /* @__PURE__ */ ((Target2) => {
331
338
  Target2["SELF"] = "SELF";
332
339
  Target2["BLANK"] = "BLANK";
@@ -355,12 +362,12 @@ var Width = /* @__PURE__ */ ((Width2) => {
355
362
  Width2["SMALL"] = "SMALL";
356
363
  return Width2;
357
364
  })(Width || {});
358
- var Alignment = /* @__PURE__ */ ((Alignment2) => {
359
- Alignment2["CENTER"] = "CENTER";
360
- Alignment2["LEFT"] = "LEFT";
361
- Alignment2["RIGHT"] = "RIGHT";
362
- return Alignment2;
363
- })(Alignment || {});
365
+ var DividerDataAlignment = /* @__PURE__ */ ((DividerDataAlignment2) => {
366
+ DividerDataAlignment2["CENTER"] = "CENTER";
367
+ DividerDataAlignment2["LEFT"] = "LEFT";
368
+ DividerDataAlignment2["RIGHT"] = "RIGHT";
369
+ return DividerDataAlignment2;
370
+ })(DividerDataAlignment || {});
364
371
  var ViewMode = /* @__PURE__ */ ((ViewMode2) => {
365
372
  ViewMode2["NONE"] = "NONE";
366
373
  ViewMode2["FULL"] = "FULL";
@@ -408,13 +415,13 @@ var Source = /* @__PURE__ */ ((Source2) => {
408
415
  Source2["ADSENSE"] = "ADSENSE";
409
416
  return Source2;
410
417
  })(Source || {});
411
- var Position = /* @__PURE__ */ ((Position2) => {
412
- Position2["START"] = "START";
413
- Position2["END"] = "END";
414
- Position2["TOP"] = "TOP";
415
- Position2["HIDDEN"] = "HIDDEN";
416
- return Position2;
417
- })(Position || {});
418
+ var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
419
+ StylesPosition2["START"] = "START";
420
+ StylesPosition2["END"] = "END";
421
+ StylesPosition2["TOP"] = "TOP";
422
+ StylesPosition2["HIDDEN"] = "HIDDEN";
423
+ return StylesPosition2;
424
+ })(StylesPosition || {});
418
425
  var MapType = /* @__PURE__ */ ((MapType2) => {
419
426
  MapType2["ROADMAP"] = "ROADMAP";
420
427
  MapType2["SATELITE"] = "SATELITE";
@@ -470,6 +477,43 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
470
477
  FontType2["EM"] = "EM";
471
478
  return FontType2;
472
479
  })(FontType || {});
480
+ var Position = /* @__PURE__ */ ((Position2) => {
481
+ Position2["START"] = "START";
482
+ Position2["END"] = "END";
483
+ Position2["TOP"] = "TOP";
484
+ return Position2;
485
+ })(Position || {});
486
+ var AspectRatio = /* @__PURE__ */ ((AspectRatio2) => {
487
+ AspectRatio2["SQUARE"] = "SQUARE";
488
+ AspectRatio2["RECTANGLE"] = "RECTANGLE";
489
+ return AspectRatio2;
490
+ })(AspectRatio || {});
491
+ var Resizing = /* @__PURE__ */ ((Resizing2) => {
492
+ Resizing2["FILL"] = "FILL";
493
+ Resizing2["FIT"] = "FIT";
494
+ return Resizing2;
495
+ })(Resizing || {});
496
+ var Placement = /* @__PURE__ */ ((Placement2) => {
497
+ Placement2["IMAGE"] = "IMAGE";
498
+ Placement2["PRODUCT_INFO"] = "PRODUCT_INFO";
499
+ return Placement2;
500
+ })(Placement || {});
501
+ var Type = /* @__PURE__ */ ((Type2) => {
502
+ Type2["CONTAINED"] = "CONTAINED";
503
+ Type2["FRAMELESS"] = "FRAMELESS";
504
+ return Type2;
505
+ })(Type || {});
506
+ var Alignment = /* @__PURE__ */ ((Alignment2) => {
507
+ Alignment2["START"] = "START";
508
+ Alignment2["CENTER"] = "CENTER";
509
+ Alignment2["END"] = "END";
510
+ return Alignment2;
511
+ })(Alignment || {});
512
+ var Layout = /* @__PURE__ */ ((Layout2) => {
513
+ Layout2["STACKED"] = "STACKED";
514
+ Layout2["SIDE_BY_SIDE"] = "SIDE_BY_SIDE";
515
+ return Layout2;
516
+ })(Layout || {});
473
517
  var AppType = /* @__PURE__ */ ((AppType2) => {
474
518
  AppType2["PRODUCT"] = "PRODUCT";
475
519
  AppType2["EVENT"] = "EVENT";
@@ -813,26 +857,33 @@ var onPublishedContentUpdated2 = (0, import_event_definition_modules.createEvent
813
857
  0 && (module.exports = {
814
858
  Alignment,
815
859
  AppType,
860
+ AspectRatio,
816
861
  BackgroundType,
862
+ ButtonDataType,
817
863
  Crop,
818
864
  DecorationType,
819
865
  Direction,
866
+ DividerDataAlignment,
820
867
  FontType,
821
868
  GIFType,
822
869
  InitialExpandedItems,
870
+ Layout,
823
871
  LayoutType,
824
872
  LineStyle,
825
873
  MapType,
826
874
  NodeType,
827
875
  NullValue,
828
876
  Orientation,
877
+ Placement,
829
878
  PluginContainerDataAlignment,
830
879
  PollLayoutDirection,
831
880
  PollLayoutType,
832
881
  Position,
882
+ Resizing,
833
883
  SchemaScope,
834
884
  SortOrder,
835
885
  Source,
886
+ StylesPosition,
836
887
  Target,
837
888
  TextAlignment,
838
889
  ThumbnailsAlignment,