@firecms/ui 3.0.0-canary.79 → 3.0.0-canary.80

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 CHANGED
@@ -17025,8 +17025,8 @@ const ctn = ({
17025
17025
  {
17026
17026
  className: u(
17027
17027
  "fixed inset-0 transition-opacity z-20 ease-in-out duration-200 backdrop-blur-sm",
17028
- c ? "bg-white bg-opacity-80" : "bg-black bg-opacity-50",
17029
- "dark:bg-black dark:bg-opacity-60",
17028
+ "bg-black bg-opacity-50",
17029
+ "dark:bg-gray-900 dark:bg-opacity-60",
17030
17030
  l && r ? "opacity-100" : "opacity-0"
17031
17031
  ),
17032
17032
  style: {
@@ -17039,12 +17039,12 @@ const ctn = ({
17039
17039
  {
17040
17040
  ...a,
17041
17041
  className: u(
17042
- // "transform-gpu",
17042
+ "transform-gpu",
17043
17043
  "will-change-transform",
17044
17044
  "text-slate-900 dark:text-white",
17045
17045
  "fixed transform z-20 transition-all duration-[240ms] ease-in-out",
17046
17046
  "outline-none focus:outline-none",
17047
- c ? "" : "shadow-md",
17047
+ c ? "" : "shadow-md bg-white dark:bg-gray-950",
17048
17048
  t === "top" || t === "bottom" ? "w-full" : "h-full",
17049
17049
  t === "left" || t === "top" ? "left-0 top-0" : "right-0 bottom-0",
17050
17050
  l && r ? "opacity-100" : "opacity-0",