@elementor/editor-ui 3.35.0-443 → 3.35.0-445

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.
package/dist/index.js CHANGED
@@ -559,6 +559,7 @@ var PromotionChip = React15.forwardRef(({ ...props }, ref) => {
559
559
  return /* @__PURE__ */ React15.createElement(
560
560
  import_ui15.Chip,
561
561
  {
562
+ "aria-label": "Promotion chip",
562
563
  ref,
563
564
  size: "tiny",
564
565
  color: "promotion",
package/dist/index.mjs CHANGED
@@ -532,6 +532,7 @@ var PromotionChip = React15.forwardRef(({ ...props }, ref) => {
532
532
  return /* @__PURE__ */ React15.createElement(
533
533
  Chip,
534
534
  {
535
+ "aria-label": "Promotion chip",
535
536
  ref,
536
537
  size: "tiny",
537
538
  color: "promotion",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-ui",
3
3
  "description": "Elementor Editor UI",
4
- "version": "3.35.0-443",
4
+ "version": "3.35.0-445",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,7 +37,7 @@
37
37
  "react-dom": "^18.3.1"
38
38
  },
39
39
  "dependencies": {
40
- "@elementor/editor-v1-adapters": "3.35.0-443",
40
+ "@elementor/editor-v1-adapters": "3.35.0-445",
41
41
  "@elementor/icons": "^1.63.0",
42
42
  "@elementor/ui": "1.36.17",
43
43
  "@tanstack/react-virtual": "^3.13.3",
@@ -5,6 +5,7 @@ import { Chip } from '@elementor/ui';
5
5
  export const PromotionChip = React.forwardRef< HTMLDivElement >( ( { ...props }, ref ) => {
6
6
  return (
7
7
  <Chip
8
+ aria-label="Promotion chip"
8
9
  ref={ ref }
9
10
  size="tiny"
10
11
  color="promotion"