@luscii-healthtech/web-ui 40.7.2 → 40.7.3
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.development.js +4 -0
- package/dist/index.development.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/components/Tooltip/index.d.ts +2 -0
- package/dist/src/index.d.ts +1 -1
- package/dist/web-ui.esm.js +1 -1
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -5984,6 +5984,10 @@ Object.defineProperty(exports, "Toaster", {
|
|
|
5984
5984
|
enumerable: true,
|
|
5985
5985
|
get: function () { return sonner.Toaster; }
|
|
5986
5986
|
});
|
|
5987
|
+
Object.defineProperty(exports, "TooltipProvider", {
|
|
5988
|
+
enumerable: true,
|
|
5989
|
+
get: function () { return Tooltip$1.Provider; }
|
|
5990
|
+
});
|
|
5987
5991
|
exports.AbsentIcon = AbsentIcon;
|
|
5988
5992
|
exports.AccordionList = AccordionList;
|
|
5989
5993
|
exports.AccordionTemporary = Accordion;
|