bi-components-library 1.3.6-next.4 → 1.3.6-next.5
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/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -38745,7 +38745,8 @@ const Aw = (e) => {
|
|
|
38745
38745
|
{
|
|
38746
38746
|
node: r,
|
|
38747
38747
|
hideClose: e.hideAgentClose,
|
|
38748
|
-
onClose: () => e.onAgentExit?.("tag-close")
|
|
38748
|
+
onClose: () => e.onAgentExit?.("tag-close"),
|
|
38749
|
+
tooltipZIndex: 1e4
|
|
38749
38750
|
}
|
|
38750
38751
|
);
|
|
38751
38752
|
}
|