@wix/editor-react-components 1.2192.0 → 1.2194.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.
|
@@ -106,7 +106,7 @@ const basePresetName = "base";
|
|
|
106
106
|
const manifest = {
|
|
107
107
|
id: "4bd21d9e-bbe1-4097-a519-9561b42f3578",
|
|
108
108
|
type: "wixEditorElements.Slideshow",
|
|
109
|
-
description: "A carousel of customizable slides, where each slide is a container for any content from the Add Panel, with controls to",
|
|
109
|
+
description: "A carousel of customizable slides, where each slide is a container for any content from the Add Panel, with controls to navigate between slides",
|
|
110
110
|
installation: {
|
|
111
111
|
presets: {
|
|
112
112
|
small: basePresetName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2194.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -188,5 +188,5 @@
|
|
|
188
188
|
"registry": "https://registry.npmjs.org/",
|
|
189
189
|
"access": "public"
|
|
190
190
|
},
|
|
191
|
-
"falconPackageHash": "
|
|
191
|
+
"falconPackageHash": "9f91c01efe733203229b0392709a5e25bda98ce2b9cad1031e4ca2e4"
|
|
192
192
|
}
|