@wix/editor-react-components 1.2450.0 → 1.2452.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.
|
@@ -57,7 +57,7 @@ const TestIds = {
|
|
|
57
57
|
marqueeUnit: "marquee-unit",
|
|
58
58
|
headingTag: "heading-tag"
|
|
59
59
|
};
|
|
60
|
-
const PLAY_PAUSE_A11Y_EXPERIMENT = "
|
|
60
|
+
const PLAY_PAUSE_A11Y_EXPERIMENT = "textMarqueePlayPauseA11y";
|
|
61
61
|
const TRANSLATIONS_NAMESPACE = "ariaLabels";
|
|
62
62
|
const TranslationKeys = {
|
|
63
63
|
playAnimation: "textMarquee_aria_label_play",
|
|
@@ -4,7 +4,7 @@ export declare const TestIds: {
|
|
|
4
4
|
marqueeUnit: string;
|
|
5
5
|
headingTag: string;
|
|
6
6
|
};
|
|
7
|
-
export declare const PLAY_PAUSE_A11Y_EXPERIMENT = "
|
|
7
|
+
export declare const PLAY_PAUSE_A11Y_EXPERIMENT = "textMarqueePlayPauseA11y";
|
|
8
8
|
export declare const TRANSLATIONS_NAMESPACE = "ariaLabels";
|
|
9
9
|
export declare const TranslationKeys: {
|
|
10
10
|
readonly playAnimation: "textMarquee_aria_label_play";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2452.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"@wix/sdk": "^1.21.13",
|
|
83
83
|
"@wix/services-manager-react": "^0.1.27",
|
|
84
84
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
85
|
-
"@wix/site-ui": "1.
|
|
85
|
+
"@wix/site-ui": "1.196.0",
|
|
86
86
|
"@wix/video": "^1.85.0",
|
|
87
87
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
88
|
-
"@wix/web-bi-logger": "^2.1.
|
|
88
|
+
"@wix/web-bi-logger": "^2.1.29",
|
|
89
89
|
"@wix/wix-ui-icons-common": "^3.173.0",
|
|
90
90
|
"bidi-js": "^1.0.3",
|
|
91
91
|
"classnames": "^2.5.1",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "5a60416677dc8eb77021e7939aadb441fd45b1251585f4a3215ddae7"
|
|
201
201
|
}
|