@fileverse-dev/dsheet 1.2.88-toast-6 → 1.2.88-toast-7
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 +3 -3
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -169659,8 +169659,8 @@ const ckt = Dc(
|
|
|
169659
169659
|
info: "info"
|
|
169660
169660
|
},
|
|
169661
169661
|
type: {
|
|
169662
|
-
normal: "normal-toast space-x-4 border color-bg-default color-border-default group w-[320px] max-w-full",
|
|
169663
|
-
mini: "mini-toast gap-2 w-fit max-w-full
|
|
169662
|
+
normal: "normal-toast space-x-4 border-y border-r color-bg-default color-border-default group w-[320px] max-w-full",
|
|
169663
|
+
mini: "mini-toast gap-2 w-fit max-w-full"
|
|
169664
169664
|
},
|
|
169665
169665
|
position: {
|
|
169666
169666
|
"top-right": "data-[state=open]:slide-in-from-right-[calc(100%+16px*2)] data-[state=closed]:slide-out-to-right-[calc(100%+16px*2)] data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)]",
|
|
@@ -169675,7 +169675,7 @@ const ckt = Dc(
|
|
|
169675
169675
|
{
|
|
169676
169676
|
type: "normal",
|
|
169677
169677
|
variant: "default",
|
|
169678
|
-
className: "color-border-default"
|
|
169678
|
+
className: "border-l color-border-default"
|
|
169679
169679
|
},
|
|
169680
169680
|
{
|
|
169681
169681
|
type: "normal",
|