clarity-visualize 0.8.15 → 0.8.17

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.
@@ -1859,7 +1859,6 @@ var LayoutHelper = /** @class */ (function () {
1859
1859
  _this.getIframeUnavailableCss() +
1860
1860
  _this.getBlobUnavailableCss() +
1861
1861
  _this.getBackgroundCss() +
1862
- "".concat("iframe" /* Constant.IFrameTag */, "[").concat("data-clarity-unavailable-small" /* Constant.UnavailableSmall */, "] { ").concat(iframeUnavailableSvgSmall, " }") +
1863
1862
  "*[".concat("data-clarity-suspend" /* Constant.Suspend */, "] { filter: grayscale(100%); }") +
1864
1863
  "body { font-size: initial; }\n ".concat(_this.getMobileCustomStyle());
1865
1864
  };