@lumx/react 3.11.1-alpha.4 → 3.11.1
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/index.js
CHANGED
|
@@ -14185,7 +14185,6 @@ const Tooltip = forwardRef((props, ref) => {
|
|
|
14185
14185
|
}, forwardedProps, {
|
|
14186
14186
|
id: id,
|
|
14187
14187
|
role: "tooltip",
|
|
14188
|
-
"aria-label": label || '',
|
|
14189
14188
|
className: classNames(className, handleBasicClasses({
|
|
14190
14189
|
prefix: CLASSNAME$2,
|
|
14191
14190
|
position
|