@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.
@@ -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;