@watermarkinsights/ripple 3.36.0-1 → 3.37.0-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/cjs/{chartFunctions-dcefe35e.js → chartFunctions-4d828b26.js} +2 -2
- package/dist/cjs/{functions-b85d9b0c.js → functions-0c27162e.js} +39 -23
- package/dist/{esm/global-476a47a3.js → cjs/global-e066538f.js} +13 -3
- package/dist/cjs/{index-670c5d2a.js → index-fae02cd7.js} +386 -8
- package/dist/cjs/{intl-800e0638.js → intl-022a42a1.js} +1 -1
- package/dist/cjs/loader.cjs.js +4 -4
- package/dist/cjs/priv-chart-popover.cjs.entry.js +2 -2
- package/dist/cjs/priv-datepicker.cjs.entry.js +2 -2
- package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
- package/dist/cjs/ripple.cjs.js +4 -4
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/wm-button.cjs.entry.js +2 -2
- package/dist/cjs/wm-chart-slice.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart.cjs.entry.js +4 -4
- package/dist/cjs/wm-datepicker.cjs.entry.js +2 -2
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +2 -2
- package/dist/cjs/wm-input.cjs.entry.js +3 -3
- package/dist/cjs/wm-line-chart.cjs.entry.js +4 -4
- package/dist/cjs/wm-modal-footer.cjs.entry.js +13 -16
- package/dist/cjs/wm-modal-header.cjs.entry.js +8 -18
- package/dist/cjs/wm-modal.cjs.entry.js +27 -58
- package/dist/cjs/wm-navigation_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-navigator.cjs.entry.js +2 -2
- package/dist/cjs/wm-network-uploader.cjs.entry.js +3 -3
- package/dist/cjs/wm-option_2.cjs.entry.js +3 -3
- package/dist/cjs/wm-pagination.cjs.entry.js +2 -2
- package/dist/cjs/wm-progress-indicator_3.cjs.entry.js +3 -3
- package/dist/cjs/wm-search.cjs.entry.js +3 -3
- package/dist/cjs/wm-snackbar.cjs.entry.js +3 -3
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +2 -2
- package/dist/cjs/wm-tag-input-row.cjs.entry.js +1 -1
- package/dist/cjs/wm-tag-input.cjs.entry.js +3 -3
- package/dist/cjs/wm-timepicker.cjs.entry.js +2 -2
- package/dist/cjs/wm-toggletip.cjs.entry.js +2 -2
- package/dist/cjs/wm-uploader.cjs.entry.js +3 -3
- package/dist/cjs/wm-wrapper.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.css +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +11 -14
- package/dist/collection/components/wm-modal/wm-modal-header.css +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +4 -14
- package/dist/collection/components/wm-modal/wm-modal.css +27 -65
- package/dist/collection/components/wm-modal/wm-modal.js +24 -71
- package/dist/collection/components/wm-modal/wm-modal.spec.js +0 -28
- package/dist/collection/global/functions.js +38 -22
- package/dist/collection/global/global.js +10 -2
- package/dist/esm/{chartFunctions-38758d18.js → chartFunctions-f4f3252e.js} +2 -2
- package/dist/esm/{functions-da3b00cf.js → functions-d52b728c.js} +40 -24
- package/dist/{cjs/global-3651127c.js → esm/global-1ae51e78.js} +11 -5
- package/dist/esm/{index-294d486f.js → index-7e11ea42.js} +386 -8
- package/dist/esm/{intl-3eb5074d.js → intl-9809c77c.js} +1 -1
- package/dist/esm/loader.js +5 -5
- package/dist/esm/priv-chart-popover.entry.js +2 -2
- package/dist/esm/priv-datepicker.entry.js +2 -2
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/ripple.js +5 -5
- package/dist/esm/wm-action-menu_2.entry.js +2 -2
- package/dist/esm/wm-button.entry.js +2 -2
- package/dist/esm/wm-chart-slice.entry.js +1 -1
- package/dist/esm/wm-chart.entry.js +4 -4
- package/dist/esm/wm-datepicker.entry.js +2 -2
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +2 -2
- package/dist/esm/wm-input.entry.js +3 -3
- package/dist/esm/wm-line-chart.entry.js +4 -4
- package/dist/esm/wm-modal-footer.entry.js +13 -16
- package/dist/esm/wm-modal-header.entry.js +8 -18
- package/dist/esm/wm-modal.entry.js +27 -58
- package/dist/esm/wm-navigation_3.entry.js +3 -3
- package/dist/esm/wm-navigator.entry.js +2 -2
- package/dist/esm/wm-network-uploader.entry.js +3 -3
- package/dist/esm/wm-option_2.entry.js +3 -3
- package/dist/esm/wm-pagination.entry.js +2 -2
- package/dist/esm/wm-progress-indicator_3.entry.js +3 -3
- package/dist/esm/wm-search.entry.js +3 -3
- package/dist/esm/wm-snackbar.entry.js +3 -3
- package/dist/esm/wm-tab-item_3.entry.js +2 -2
- package/dist/esm/wm-tag-input-row.entry.js +1 -1
- package/dist/esm/wm-tag-input.entry.js +3 -3
- package/dist/esm/wm-timepicker.entry.js +2 -2
- package/dist/esm/wm-toggletip.entry.js +2 -2
- package/dist/esm/wm-uploader.entry.js +3 -3
- package/dist/esm/wm-wrapper.entry.js +1 -1
- package/dist/esm-es5/{chartFunctions-38758d18.js → chartFunctions-f4f3252e.js} +1 -1
- package/dist/esm-es5/{functions-da3b00cf.js → functions-d52b728c.js} +1 -1
- package/dist/esm-es5/{global-476a47a3.js → global-1ae51e78.js} +1 -1
- package/dist/esm-es5/index-7e11ea42.js +2 -0
- package/dist/esm-es5/{intl-3eb5074d.js → intl-9809c77c.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-chart-popover.entry.js +1 -1
- package/dist/esm-es5/priv-datepicker.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-slice.entry.js +1 -1
- package/dist/esm-es5/wm-chart.entry.js +1 -1
- package/dist/esm-es5/wm-datepicker.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-line-chart.entry.js +1 -1
- package/dist/esm-es5/wm-modal-footer.entry.js +1 -1
- package/dist/esm-es5/wm-modal-header.entry.js +1 -1
- package/dist/esm-es5/wm-modal.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigator.entry.js +1 -1
- package/dist/esm-es5/wm-network-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-progress-indicator_3.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input-row.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/esm-es5/wm-wrapper.entry.js +1 -1
- package/dist/ripple/p-042e508a.system.js +1 -0
- package/dist/ripple/p-0631be01.system.entry.js +1 -0
- package/dist/ripple/{p-81c52231.entry.js → p-06871476.entry.js} +1 -1
- package/dist/ripple/{p-5e109597.entry.js → p-0d9f70ab.entry.js} +1 -1
- package/dist/ripple/{p-203152e7.entry.js → p-11763c02.entry.js} +1 -1
- package/dist/ripple/p-185c3645.entry.js +1 -0
- package/dist/ripple/{p-42cd9ae6.entry.js → p-19773c40.entry.js} +1 -1
- package/dist/ripple/{p-f3184d03.entry.js → p-198f596b.entry.js} +1 -1
- package/dist/ripple/{p-e8732b27.system.entry.js → p-20df08be.system.entry.js} +1 -1
- package/dist/ripple/p-24d9f6fe.entry.js +1 -0
- package/dist/ripple/p-25c1bd67.system.entry.js +1 -0
- package/dist/ripple/{p-d3df5034.system.entry.js → p-26031cd0.system.entry.js} +1 -1
- package/dist/ripple/{p-2e52e36f.system.js → p-27efb4d0.system.js} +1 -1
- package/dist/ripple/{p-9be73edd.system.entry.js → p-2acf8af1.system.entry.js} +1 -1
- package/dist/ripple/{p-14e956bd.entry.js → p-2ebac749.entry.js} +1 -1
- package/dist/ripple/p-30bf24f8.system.js +2 -0
- package/dist/ripple/{p-bde26da9.system.entry.js → p-3248c0fa.system.entry.js} +1 -1
- package/dist/ripple/p-364753eb.js +1 -0
- package/dist/ripple/{p-82152243.system.entry.js → p-3b50511c.system.entry.js} +1 -1
- package/dist/ripple/p-3c80bf67.entry.js +1 -0
- package/dist/ripple/{p-f2f4b743.entry.js → p-3ec4ae19.entry.js} +1 -1
- package/dist/ripple/{p-1678e4b5.entry.js → p-4b59b16a.entry.js} +1 -1
- package/dist/ripple/{p-a3ce6f93.entry.js → p-50623da2.entry.js} +1 -1
- package/dist/ripple/p-50be6128.system.entry.js +1 -0
- package/dist/ripple/{p-2683ea3a.entry.js → p-535e7286.entry.js} +1 -1
- package/dist/ripple/{p-249597a9.system.entry.js → p-53f5e969.system.entry.js} +1 -1
- package/dist/ripple/{p-0412d22d.system.entry.js → p-56d64283.system.entry.js} +1 -1
- package/dist/ripple/{p-cd01caeb.system.entry.js → p-5c1b2132.system.entry.js} +1 -1
- package/dist/ripple/{p-c1b36890.system.entry.js → p-5d592297.system.entry.js} +1 -1
- package/dist/ripple/{p-7eb9bac9.system.js → p-5e55eb56.system.js} +1 -1
- package/dist/ripple/{p-2c9fa4e1.entry.js → p-697ba13b.entry.js} +1 -1
- package/dist/ripple/{p-be78d6db.entry.js → p-725c757a.entry.js} +1 -1
- package/dist/ripple/{p-3642dff3.system.entry.js → p-74a92541.system.entry.js} +1 -1
- package/dist/ripple/{p-fcbd4194.entry.js → p-7962f562.entry.js} +1 -1
- package/dist/ripple/{p-f7391b66.entry.js → p-7f722888.entry.js} +1 -1
- package/dist/ripple/{p-70bcec5b.system.entry.js → p-80ca72ff.system.entry.js} +1 -1
- package/dist/ripple/{p-c44fb391.entry.js → p-84e55d9e.entry.js} +1 -1
- package/dist/ripple/{p-81c40ed3.system.entry.js → p-89bf36c8.system.entry.js} +1 -1
- package/dist/ripple/p-8ea68cb3.system.entry.js +1 -0
- package/dist/ripple/{p-e5e28616.system.entry.js → p-8f273c5b.system.entry.js} +1 -1
- package/dist/ripple/{p-d3b54132.entry.js → p-9cb8f41b.entry.js} +1 -1
- package/dist/ripple/{p-dea254a1.entry.js → p-9e29176c.entry.js} +1 -1
- package/dist/ripple/{p-6cc52a23.system.entry.js → p-a1e95b05.system.entry.js} +1 -1
- package/dist/ripple/{p-38b67301.entry.js → p-a52c5a1c.entry.js} +1 -1
- package/dist/ripple/{p-7f1c918f.system.entry.js → p-aae11e37.system.entry.js} +1 -1
- package/dist/ripple/{p-d26d60fd.entry.js → p-adf76148.entry.js} +1 -1
- package/dist/ripple/{p-63abf623.system.entry.js → p-ae97bf6c.system.entry.js} +1 -1
- package/dist/ripple/p-b5bedd63.js +2 -0
- package/dist/ripple/{p-a7dd417d.entry.js → p-b982a342.entry.js} +1 -1
- package/dist/ripple/{p-975c0d09.system.js → p-ba31d982.system.js} +1 -1
- package/dist/ripple/p-c1857a16.entry.js +1 -0
- package/dist/ripple/{p-d601c5a1.entry.js → p-c32d10f7.entry.js} +1 -1
- package/dist/ripple/{p-1984e1c7.system.entry.js → p-c3915cfe.system.entry.js} +1 -1
- package/dist/ripple/{p-bf85a915.system.entry.js → p-cab12cec.system.entry.js} +1 -1
- package/dist/ripple/{p-1eb5a93a.js → p-cd7cc5c6.js} +1 -1
- package/dist/ripple/{p-aa3f9686.entry.js → p-d72b00a0.entry.js} +1 -1
- package/dist/ripple/{p-da048416.system.entry.js → p-d8de670a.system.entry.js} +1 -1
- package/dist/ripple/{p-d3353dda.entry.js → p-da01c531.entry.js} +1 -1
- package/dist/ripple/{p-172fa114.system.entry.js → p-dd01929e.system.entry.js} +1 -1
- package/dist/ripple/{p-4891e621.system.entry.js → p-e0f270e2.system.entry.js} +1 -1
- package/dist/ripple/{p-86878f67.system.entry.js → p-e882a31f.system.entry.js} +1 -1
- package/dist/ripple/{p-c459ef8e.entry.js → p-ec13e325.entry.js} +1 -1
- package/dist/ripple/{p-7e84d2f5.entry.js → p-ed3e41ed.entry.js} +1 -1
- package/dist/ripple/{p-458c1c0b.system.entry.js → p-f635c1ec.system.entry.js} +1 -1
- package/dist/ripple/{p-eb0d569a.system.entry.js → p-f865899a.system.entry.js} +1 -1
- package/dist/ripple/{p-3cc86126.system.entry.js → p-f9539737.system.entry.js} +1 -1
- package/dist/ripple/{p-33b79cba.system.js → p-f9fc67fe.system.js} +1 -1
- package/dist/ripple/{p-427747c5.system.entry.js → p-fbb44f76.system.entry.js} +1 -1
- package/dist/ripple/{p-6fb4eb05.system.entry.js → p-fcdd9e03.system.entry.js} +1 -1
- package/dist/ripple/p-fd0b31ff.js +1 -0
- package/dist/ripple/{p-5c2d6dae.entry.js → p-fd91cd58.entry.js} +1 -1
- package/dist/ripple/{p-fbb44d4c.entry.js → p-fea4bc00.entry.js} +1 -1
- package/dist/ripple/{p-af1d2a68.js → p-ff888d78.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-modal/wm-modal-footer.d.ts +0 -1
- package/dist/types/components/wm-modal/wm-modal-header.d.ts +0 -1
- package/dist/types/components/wm-modal/wm-modal.d.ts +4 -10
- package/package.json +1 -1
- package/dist/esm-es5/index-294d486f.js +0 -2
- package/dist/ripple/p-11b416c7.js +0 -2
- package/dist/ripple/p-2b59a09f.entry.js +0 -1
- package/dist/ripple/p-2c049e82.system.entry.js +0 -1
- package/dist/ripple/p-32c8a588.entry.js +0 -1
- package/dist/ripple/p-38699bbd.js +0 -1
- package/dist/ripple/p-8c6ffd70.system.entry.js +0 -1
- package/dist/ripple/p-9d565ee0.system.js +0 -1
- package/dist/ripple/p-9f3a6192.js +0 -1
- package/dist/ripple/p-bdce95d4.entry.js +0 -1
- package/dist/ripple/p-c467a1e1.system.js +0 -2
- package/dist/ripple/p-c5942ad6.system.entry.js +0 -1
- package/dist/ripple/p-e527bff3.system.entry.js +0 -1
- package/dist/ripple/p-fcb4328c.entry.js +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const index = require('./index-
|
|
4
|
-
const functions = require('./functions-
|
|
3
|
+
const index = require('./index-fae02cd7.js');
|
|
4
|
+
const functions = require('./functions-0c27162e.js');
|
|
5
5
|
|
|
6
6
|
const colors = {
|
|
7
7
|
salmon: "#ff5f4e",
|
|
@@ -6078,7 +6078,7 @@ function createLocation(start, end) {
|
|
|
6078
6078
|
}
|
|
6079
6079
|
// #region Ponyfills
|
|
6080
6080
|
// Consolidate these variables up top for easier toggling during debugging
|
|
6081
|
-
var hasNativeStartsWith = !!String.prototype.startsWith;
|
|
6081
|
+
var hasNativeStartsWith = !!String.prototype.startsWith && '_a'.startsWith('a', 1);
|
|
6082
6082
|
var hasNativeFromCodePoint = !!String.fromCodePoint;
|
|
6083
6083
|
var hasNativeFromEntries = !!Object.fromEntries;
|
|
6084
6084
|
var hasNativeCodePointAt = !!String.prototype.codePointAt;
|
|
@@ -8787,30 +8787,46 @@ function adjustTooltipPlacement(placement, anchorEl, tooltipHeight, tooltipWidth
|
|
|
8787
8787
|
return placement;
|
|
8788
8788
|
}
|
|
8789
8789
|
function showTooltip(placement, anchorEl, tooltipText) {
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8794
|
-
|
|
8795
|
-
tooltipEl.
|
|
8796
|
-
|
|
8797
|
-
|
|
8798
|
-
|
|
8799
|
-
tooltipEl.classList.
|
|
8800
|
-
tooltipEl.
|
|
8801
|
-
|
|
8802
|
-
|
|
8803
|
-
|
|
8804
|
-
|
|
8805
|
-
|
|
8806
|
-
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8790
|
+
// until popover is supported by firefox, we have to check for and position additional tooltip rendered within the modal's dialog element
|
|
8791
|
+
// this additional tooltip is only rendered in browsers that do not support popover
|
|
8792
|
+
const tooltipEls = document.querySelectorAll(".wm-tooltip");
|
|
8793
|
+
tooltipEls.forEach((tooltipEl) => {
|
|
8794
|
+
//@ts-ignore
|
|
8795
|
+
if (!!tooltipEl.showPopover) {
|
|
8796
|
+
//@ts-ignore
|
|
8797
|
+
tooltipEl.showPopover();
|
|
8798
|
+
}
|
|
8799
|
+
tooltipEl.classList.add("show");
|
|
8800
|
+
tooltipEl.textContent = tooltipText;
|
|
8801
|
+
// tooltip only has a maxWidth if it contains whitespace and can break
|
|
8802
|
+
const hasNoWhitespace = tooltipText.match(/^[^\s]+$/);
|
|
8803
|
+
if (hasNoWhitespace) {
|
|
8804
|
+
tooltipEl.classList.add("single-word");
|
|
8805
|
+
tooltipEl.style.setProperty("--wmTooltipMaxWidth", "none");
|
|
8806
|
+
}
|
|
8807
|
+
else {
|
|
8808
|
+
tooltipEl.classList.remove("single-word");
|
|
8809
|
+
tooltipEl.style.removeProperty("--wmTooltipMaxWidth");
|
|
8810
|
+
}
|
|
8811
|
+
const tooltipRect = tooltipEl.getBoundingClientRect();
|
|
8812
|
+
const anchorRect = anchorEl.getBoundingClientRect();
|
|
8813
|
+
const adjustedPlacement = adjustTooltipPlacement(placement, anchorEl, tooltipRect.height, tooltipRect.width);
|
|
8814
|
+
let verticalPos, horizontalPos;
|
|
8815
|
+
[verticalPos, horizontalPos] = positionTooltip(adjustedPlacement, anchorRect, tooltipRect.height, tooltipRect.width);
|
|
8816
|
+
tooltipEl.style.setProperty("--wmTooltipTop", verticalPos + "px");
|
|
8817
|
+
tooltipEl.style.setProperty("--wmTooltipLeft", horizontalPos + "px");
|
|
8818
|
+
});
|
|
8810
8819
|
}
|
|
8811
8820
|
function hideTooltip() {
|
|
8812
|
-
const
|
|
8813
|
-
|
|
8821
|
+
const tooltipEls = document.querySelectorAll(".wm-tooltip");
|
|
8822
|
+
tooltipEls.forEach((tooltipEl) => {
|
|
8823
|
+
//@ts-ignore
|
|
8824
|
+
if (!!tooltipEl.hidePopover) {
|
|
8825
|
+
//@ts-ignore
|
|
8826
|
+
tooltipEl.hidePopover();
|
|
8827
|
+
}
|
|
8828
|
+
tooltipEl.classList.remove("show");
|
|
8829
|
+
});
|
|
8814
8830
|
}
|
|
8815
8831
|
function positionTooltip(placement, anchorRect, tooltipHeight, tooltipWidth) {
|
|
8816
8832
|
// to get the center positions, calculate the difference between the button width and the tooltip width
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const version = "3.37.0-0";
|
|
2
4
|
|
|
3
5
|
function injectDefaultTheme() {
|
|
4
6
|
const style = `
|
|
@@ -278,10 +280,12 @@ const tooltipContainer = document.createElement("div");
|
|
|
278
280
|
tooltipContainer.id = "wm-tooltip-container";
|
|
279
281
|
const tooltipEl = document.createElement("div");
|
|
280
282
|
tooltipEl.id = "wm-tooltip";
|
|
283
|
+
tooltipEl.classList.add("wm-tooltip");
|
|
284
|
+
tooltipEl.setAttribute("popover", "manual");
|
|
281
285
|
tooltipEl.setAttribute("aria-hidden", "true");
|
|
282
286
|
const tooltipStyles = document.createElement("style");
|
|
283
287
|
tooltipStyles.textContent = `
|
|
284
|
-
|
|
288
|
+
.wm-tooltip {
|
|
285
289
|
position: fixed;
|
|
286
290
|
overflow: hidden;
|
|
287
291
|
pointer-events: none;
|
|
@@ -299,14 +303,20 @@ tooltipStyles.textContent = `
|
|
|
299
303
|
transition-property: opacity;
|
|
300
304
|
transition-delay: 0s;
|
|
301
305
|
opacity: 0;
|
|
306
|
+
inset: unset;
|
|
302
307
|
top: 0;
|
|
303
308
|
left: 0;
|
|
304
309
|
transform: translateZ(0);
|
|
305
310
|
will-change: transform;
|
|
306
311
|
transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));
|
|
312
|
+
border: none;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.wm-tooltip:popover-open {
|
|
316
|
+
opacity: 0;
|
|
307
317
|
}
|
|
308
318
|
|
|
309
|
-
|
|
319
|
+
.wm-tooltip.show {
|
|
310
320
|
transition-delay: 500ms;
|
|
311
321
|
opacity: 1;
|
|
312
322
|
}
|