@wix/editor-react-components 1.2293.0 → 1.2294.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.
|
@@ -11,7 +11,7 @@ export declare const DisplayNames: {
|
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
|
-
export declare const TRANSLATIONS_NAMESPACE = "
|
|
14
|
+
export declare const TRANSLATIONS_NAMESPACE = "ariaLabels";
|
|
15
15
|
export declare const TranslationKeys: {
|
|
16
16
|
readonly ariaLabelCompliant: "hipaaIcon_aria_label_compliant";
|
|
17
17
|
readonly ariaLabelActivate: "hipaaIcon_aria_label_activate";
|
|
@@ -11,7 +11,7 @@ const DisplayNames = {
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
};
|
|
14
|
-
const TRANSLATIONS_NAMESPACE = "
|
|
14
|
+
const TRANSLATIONS_NAMESPACE = "ariaLabels";
|
|
15
15
|
const TranslationKeys = {
|
|
16
16
|
ariaLabelCompliant: "hipaaIcon_aria_label_compliant",
|
|
17
17
|
ariaLabelActivate: "hipaaIcon_aria_label_activate",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2294.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@vimeo/player": "^2.20.1",
|
|
77
77
|
"@vis.gl/react-google-maps": "^1.5.2",
|
|
78
78
|
"@wix/services-manager-react": "^0.1.27",
|
|
79
|
-
"@wix/site-ui": "1.
|
|
79
|
+
"@wix/site-ui": "1.137.0",
|
|
80
80
|
"@wix/video": "^1.85.0",
|
|
81
81
|
"@wix/wix-ui-icons-common": "^3.173.0",
|
|
82
82
|
"bidi-js": "^1.0.3",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/react-dom": "^18.2.17",
|
|
103
103
|
"@uiw/react-codemirror": "^4.24.1",
|
|
104
104
|
"@vitejs/plugin-react": "^4.3.4",
|
|
105
|
-
"@wix/a11y-audit-tool-plugin": "^0.
|
|
105
|
+
"@wix/a11y-audit-tool-plugin": "^0.327.0",
|
|
106
106
|
"@wix/astro": "^2.62.0",
|
|
107
107
|
"@wix/business-tools": "^1.0.225",
|
|
108
108
|
"@wix/cli": "^1.1.226",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@wix/media": "^1.0.264",
|
|
124
124
|
"@wix/react-component-schema": "^1.7.0",
|
|
125
125
|
"@wix/seo-service": "^1.5.0",
|
|
126
|
-
"@wix/sled-playwright": "^1.
|
|
126
|
+
"@wix/sled-playwright": "^1.320.0",
|
|
127
127
|
"@wix/thunderbolt-components-native": "^1.0.0",
|
|
128
128
|
"@wix/unidriver-core": "^1.5.5",
|
|
129
129
|
"@wix/viewer-service-anchors": "^1.0.40",
|
|
@@ -186,5 +186,5 @@
|
|
|
186
186
|
"registry": "https://registry.npmjs.org/",
|
|
187
187
|
"access": "public"
|
|
188
188
|
},
|
|
189
|
-
"falconPackageHash": "
|
|
189
|
+
"falconPackageHash": "0d5dd51b4bfd3d7a79def2bd5d562071f8644c9a707d10af7500129e"
|
|
190
190
|
}
|