@lumx/react 3.11.1-alpha.4 → 3.11.1-alpha.5

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/package.json CHANGED
@@ -6,8 +6,8 @@
6
6
  "url": "https://github.com/lumapps/design-system/issues"
7
7
  },
8
8
  "dependencies": {
9
- "@lumx/core": "^3.11.1-alpha.4",
10
- "@lumx/icons": "^3.11.1-alpha.4",
9
+ "@lumx/core": "^3.11.1-alpha.5",
10
+ "@lumx/icons": "^3.11.1-alpha.5",
11
11
  "@popperjs/core": "^2.5.4",
12
12
  "body-scroll-lock": "^3.1.5",
13
13
  "classnames": "^2.3.2",
@@ -110,5 +110,5 @@
110
110
  "build:storybook": "storybook build"
111
111
  },
112
112
  "sideEffects": false,
113
- "version": "3.11.1-alpha.4"
113
+ "version": "3.11.1-alpha.5"
114
114
  }
@@ -135,7 +135,6 @@ export const Tooltip = forwardRef<TooltipProps, HTMLDivElement>((props, ref) =>
135
135
  {...forwardedProps}
136
136
  id={id}
137
137
  role="tooltip"
138
- aria-label={label || ''}
139
138
  className={classNames(
140
139
  className,
141
140
  handleBasicClasses({