@wix/editor-react-components 1.2397.0 → 1.2398.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.
|
@@ -752,8 +752,8 @@ const Slideshow = (props) => {
|
|
|
752
752
|
onResume: () => {
|
|
753
753
|
setIsPaused(false);
|
|
754
754
|
},
|
|
755
|
-
pauseAriaLabel: "Pause Slideshow
|
|
756
|
-
resumeAriaLabel: "
|
|
755
|
+
pauseAriaLabel: "Pause Slideshow",
|
|
756
|
+
resumeAriaLabel: "Play Slideshow",
|
|
757
757
|
className: semanticClassNames.pauseButton,
|
|
758
758
|
ariaControls: id
|
|
759
759
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2398.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"registry": "https://registry.npmjs.org/",
|
|
197
197
|
"access": "public"
|
|
198
198
|
},
|
|
199
|
-
"falconPackageHash": "
|
|
199
|
+
"falconPackageHash": "b0d1e17267d4a4afd6fb485500f379f705c146218903c6d17ec01615"
|
|
200
200
|
}
|