@linzjs/lui 17.39.2 → 17.40.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.
package/dist/lui.esm.js CHANGED
@@ -47231,7 +47231,7 @@ styleInject(css_248z$4);
47231
47231
  var id = 0;
47232
47232
  var getKey = function () { return id++; };
47233
47233
  var LuiTooltip = function (props) {
47234
- var children = props.children, message = props.message, placement = props.placement, trigger = props.trigger, _a = props.animation, animation = _a === void 0 ? true : _a, _b = props.followCursor, followCursor$1 = _b === void 0 ? false : _b, _c = props.mode, mode = _c === void 0 ? 'default' : _c;
47234
+ var children = props.children, message = props.message, placement = props.placement, trigger = props.trigger, _a = props.animation, animation = _a === void 0 ? true : _a, _b = props.followCursor, followCursor$1 = _b === void 0 ? false : _b, _c = props.mode, mode = _c === void 0 ? 'default' : _c, _d = props.interactive, interactive = _d === void 0 ? false : _d, _e = props.allowHTML, allowHTML = _e === void 0 ? false : _e;
47235
47235
  var id = "LuiToolTip_".concat(useMemo(getKey, []));
47236
47236
  if (typeof message !== 'string') {
47237
47237
  throw new Error('LuiTooltip message must be a string!');
@@ -47246,6 +47246,8 @@ var LuiTooltip = function (props) {
47246
47246
  offset: [0, 18],
47247
47247
  animation: animation,
47248
47248
  followCursor: followCursor$1,
47249
+ interactive: interactive,
47250
+ allowHTML: allowHTML,
47249
47251
  plugins: [followCursor]
47250
47252
  });
47251
47253
  return function () {