@true-engineering/true-react-common-ui-kit 3.14.0 → 3.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@true-engineering/true-react-common-ui-kit",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "True Engineering React UI Kit with theming support",
5
5
  "author": "True Engineering (https://trueengineering.ru)",
6
6
  "keywords": [
@@ -102,12 +102,11 @@ export const WithPopup: FC<IWithPopupProps> = ({
102
102
  ancestorScroll: shouldHideOnScroll,
103
103
  });
104
104
 
105
- const { getReferenceProps, getFloatingProps } = useInteractions([hover, click, dismiss]);
105
+ const { getFloatingProps } = useInteractions([hover, click, dismiss]);
106
106
 
107
107
  return (
108
108
  <div
109
109
  ref={refs.setReference}
110
- {...getReferenceProps()}
111
110
  className={clsx(classes.root, { [classes.disabled]: isDisabled })}
112
111
  {...addDataTestId(testId)}
113
112
  {...addDataAttributes(data)}