@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.
Files changed (2) hide show
  1. package/dist/f0.js +4 -4
  2. 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-foreground overflow-hidden",
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-icon-critical",
82313
- warning: "text-f1-icon-warning",
82314
- success: "text-f1-icon-positive",
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "4.35.1",
3
+ "version": "4.35.2",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",