@fileverse/ui 4.2.1-toast-2 → 4.2.1-toast-3

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 +1 -1
package/dist/index.es.js CHANGED
@@ -65713,7 +65713,7 @@ const jCe = Jve, zy = y.forwardRef(({ className: e, position: t = "bottom-right"
65713
65713
  ));
65714
65714
  zy.displayName = d5.displayName;
65715
65715
  const NCe = H1(
65716
- "group pointer-events-auto shrink-0 relative flex items-center justify-between overflow-hidden rounded-lg px-3 py-2 shadow-elevation-3 transition-all data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=open]:duration-300 data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[swipe=end]:animate-out data-[state=closed]:fade-out-80",
65716
+ "group pointer-events-auto shrink-0 relative color-bg-default color-border-default flex items-center justify-between overflow-hidden rounded-lg px-3 py-2 shadow-elevation-3 transition-all data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=open]:duration-300 data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[swipe=end]:animate-out data-[state=closed]:fade-out-80",
65717
65717
  {
65718
65718
  variants: {
65719
65719
  variant: {
@@ -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 group w-[320px] max-w-full color-border-default",
65728
65728
  mini: "mini-toast gap-2 w-fit max-w-full border-0"
65729
65729
  },
65730
65730
  position: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.2.1-toast-2",
3
+ "version": "4.2.1-toast-3",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],