@firecms/ui 3.0.0-canary.86 → 3.0.0-canary.87

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.umd.js CHANGED
@@ -17247,7 +17247,7 @@
17247
17247
  {
17248
17248
  className: cls(
17249
17249
  "fixed inset-0 transition-opacity z-20 ease-in-out duration-200 backdrop-blur-sm",
17250
- "bg-black bg-opacity-50",
17250
+ "bg-white bg-opacity-80",
17251
17251
  "dark:bg-gray-900 dark:bg-opacity-60",
17252
17252
  displayed && open ? "opacity-100" : "opacity-0"
17253
17253
  ),
@@ -17649,6 +17649,7 @@
17649
17649
  className,
17650
17650
  style,
17651
17651
  tooltipClassName,
17652
+ tooltipStyle,
17652
17653
  children
17653
17654
  }) => {
17654
17655
  useInjectStyles("Tooltip", styles);
@@ -17665,6 +17666,7 @@
17665
17666
  "z-50 rounded px-3 py-2 text-xs leading-none bg-slate-700 dark:bg-slate-800 bg-opacity-90 font-medium text-slate-50 shadow-2xl select-none duration-400 ease-in transform opacity-100",
17666
17667
  tooltipClassName
17667
17668
  ),
17669
+ style: tooltipStyle,
17668
17670
  sideOffset: sideOffset === void 0 ? 4 : sideOffset,
17669
17671
  align,
17670
17672
  side,