@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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -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-bg-default color-border-default"
65743
+ className: "color-border-default"
65744
65744
  },
65745
65745
  {
65746
65746
  type: "normal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.2.1-toast-5",
3
+ "version": "4.2.1-toast-6",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],
@@ -113,4 +113,4 @@
113
113
  ],
114
114
  "*.css": "stylelint --fix"
115
115
  }
116
- }
116
+ }