@wix/editor-react-components 1.2397.0 → 1.2399.0

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.
@@ -1,6 +1,7 @@
1
1
  import { I as INTERACTIONS, L as LAYOUT, a as ACTIONS, C as CSS_PROPERTIES, b as DISPLAY_GROUPS, D as DATA, c as ContainerType, A as Archetype } from "../chunks/chunk-V7QOLP3D.js";
2
2
  import { g as getSelector } from "../chunks/manifest.js";
3
3
  import { p as presets, a as DisplayNames, D as DEFAULT_ITEMS_PER_ROW, s as semanticClassNames } from "../chunks/constants23.js";
4
+ import { F as FunctionRole } from "../chunks/types.impl.js";
4
5
  const manifest = {
5
6
  id: "3f08612b-67ee-4b00-9340-9323e660aa60",
6
7
  type: "wixEditorElements.Repeater",
@@ -75,6 +76,7 @@ const manifest = {
75
76
  displayName: DisplayNames.root.data.loadMore,
76
77
  dataType: DATA.DATA_TYPE.function,
77
78
  [DATA.DATA_TYPE.function]: {
79
+ role: FunctionRole.pagination_load_next_page,
78
80
  async: true
79
81
  }
80
82
  },
@@ -752,8 +752,8 @@ const Slideshow = (props) => {
752
752
  onResume: () => {
753
753
  setIsPaused(false);
754
754
  },
755
- pauseAriaLabel: "Pause Slideshow autoplay",
756
- resumeAriaLabel: "Resume Slideshow autoplay",
755
+ pauseAriaLabel: "Pause Slideshow",
756
+ resumeAriaLabel: "Play Slideshow",
757
757
  className: semanticClassNames.pauseButton,
758
758
  ariaControls: id
759
759
  }
@@ -2995,5 +2995,6 @@ var ListStyle;
2995
2995
  })(ListStyle || (ListStyle = {}));
2996
2996
  export {
2997
2997
  DomEventType as D,
2998
+ FunctionRole as F,
2998
2999
  VideoCategoryTypes as V
2999
3000
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2397.0",
3
+ "version": "1.2399.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -81,7 +81,7 @@
81
81
  "@wix/design-system-illustrations": "^2.19.0",
82
82
  "@wix/sdk": "^1.21.13",
83
83
  "@wix/services-manager-react": "^0.1.27",
84
- "@wix/site-ui": "1.175.0",
84
+ "@wix/site-ui": "1.176.0",
85
85
  "@wix/video": "^1.85.0",
86
86
  "@wix/viewer-service-consent-policy": "^1.0.100",
87
87
  "@wix/web-bi-logger": "^2.1.26",
@@ -196,5 +196,5 @@
196
196
  "registry": "https://registry.npmjs.org/",
197
197
  "access": "public"
198
198
  },
199
- "falconPackageHash": "33d6ee554420a8a376e21ec3878fe97d2f2886f8c8696a809fccc050"
199
+ "falconPackageHash": "8a69435852a5240a48a637c243d64736df84bccdad703b445bbce696"
200
200
  }