@factorialco/f0-react 4.35.1 → 4.35.2
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/f0.js +4 -4
- package/package.json +1 -1
package/dist/f0.js
CHANGED
|
@@ -82293,7 +82293,7 @@ const F0AnalyticsDashboard = experimentalComponent(
|
|
|
82293
82293
|
"F0AnalyticsDashboard",
|
|
82294
82294
|
F0AnalyticsDashboard$1
|
|
82295
82295
|
), toastVariants = cva({
|
|
82296
|
-
base: "isolation-isolate pointer-events-auto relative flex w-full flex-col gap-3 rounded-lg p-3 shadow-lg bg-f1-
|
|
82296
|
+
base: "isolation-isolate pointer-events-auto relative flex w-full flex-col gap-3 rounded-lg p-3 shadow-lg backdrop-blur-sm bg-f1-background-inverse dark:bg-f1-background-tertiary overflow-hidden",
|
|
82297
82297
|
variants: {
|
|
82298
82298
|
variant: {
|
|
82299
82299
|
error: "",
|
|
@@ -82309,9 +82309,9 @@ const F0AnalyticsDashboard = experimentalComponent(
|
|
|
82309
82309
|
base: "font-medium text-base",
|
|
82310
82310
|
variants: {
|
|
82311
82311
|
variant: {
|
|
82312
|
-
error: "text-f1-
|
|
82313
|
-
warning: "text-f1-
|
|
82314
|
-
success: "text-f1-
|
|
82312
|
+
error: "text-f1-foreground-inverse",
|
|
82313
|
+
warning: "text-f1-foreground-inverse",
|
|
82314
|
+
success: "text-f1-foreground-inverse",
|
|
82315
82315
|
default: "text-f1-foreground-inverse"
|
|
82316
82316
|
},
|
|
82317
82317
|
hasIcon: {
|