@fileverse/ui 4.2.1-toast-5 → 4.2.1-toast-6
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 +2 -2
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -65724,7 +65724,7 @@ const NCe = H1(
|
|
|
65724
65724
|
info: "info"
|
|
65725
65725
|
},
|
|
65726
65726
|
type: {
|
|
65727
|
-
normal: "normal-toast space-x-4 border color-border-default group w-[320px] max-w-full",
|
|
65727
|
+
normal: "normal-toast space-x-4 border color-bg-default color-border-default group w-[320px] max-w-full",
|
|
65728
65728
|
mini: "mini-toast gap-2 w-fit max-w-full border-0"
|
|
65729
65729
|
},
|
|
65730
65730
|
position: {
|
|
@@ -65740,7 +65740,7 @@ const NCe = H1(
|
|
|
65740
65740
|
{
|
|
65741
65741
|
type: "normal",
|
|
65742
65742
|
variant: "default",
|
|
65743
|
-
className: "color-
|
|
65743
|
+
className: "color-border-default"
|
|
65744
65744
|
},
|
|
65745
65745
|
{
|
|
65746
65746
|
type: "normal",
|