@wix/editor-react-components 1.2423.0 → 1.2424.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.
|
@@ -5,7 +5,7 @@ export declare const TranslationKeys: {
|
|
|
5
5
|
readonly iconTypeTooltip: "custompanel_animatedicon_icon_type_tooltip_description";
|
|
6
6
|
readonly createCta: "custompanel_animatedicon_image_viewer_create_cta";
|
|
7
7
|
readonly replaceCta: "custompanel_animatedicon_image_viewer_replace_cta";
|
|
8
|
-
readonly
|
|
8
|
+
readonly chooseIcon: "custompanel_animatedicon_image_viewer_field_label";
|
|
9
9
|
readonly durationLabel: "custompanel_animatedicon_border_radius_duration_label";
|
|
10
10
|
readonly durationSuffix: "custompanel_animatedicon_borderRadius_input_suffix_label";
|
|
11
11
|
readonly previewTooltip: "custompanel_animatedicon_sidePanel_field_preview_tooltip";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2424.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "b93bf41b74cc0a849eb5312b491fed18be93a3362444a9b51792256e"
|
|
201
201
|
}
|