@wix/editor-react-components 1.2575.0 → 1.2576.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.
@@ -228,8 +228,7 @@ const manifest = {
228
228
  DATA.A11Y_ATTRIBUTES.ariaExpanded,
229
229
  DATA.A11Y_ATTRIBUTES.ariaDisabled,
230
230
  DATA.A11Y_ATTRIBUTES.ariaHaspopup,
231
- DATA.A11Y_ATTRIBUTES.ariaLabel,
232
- DATA.A11Y_ATTRIBUTES.ariaLive
231
+ DATA.A11Y_ATTRIBUTES.ariaLabel
233
232
  ]
234
233
  }
235
234
  }
@@ -181,8 +181,7 @@ const manifest = {
181
181
  [DATA.DATA_TYPE.a11y]: {
182
182
  attributes: [
183
183
  DATA.A11Y_ATTRIBUTES.tabIndex,
184
- DATA.A11Y_ATTRIBUTES.ariaLabel,
185
- DATA.A11Y_ATTRIBUTES.ariaLive
184
+ DATA.A11Y_ATTRIBUTES.ariaLabel
186
185
  ]
187
186
  }
188
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2575.0",
3
+ "version": "1.2576.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "333211eca515ec6cc3edcd8db90e39bf3f068d6e44fa5abe9a67e6d8"
202
+ "falconPackageHash": "953e5e1b4fafc8aeb2ca386e3f588b1a92892c1b5ec1c19ebb439675"
203
203
  }