@snapcall/design-system 1.13.0 → 1.13.1
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -54311,7 +54311,7 @@ var ToastViewport = React19.forwardRef((_a, ref) => {
|
|
|
54311
54311
|
});
|
|
54312
54312
|
ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
|
|
54313
54313
|
var toastVariants = (0, import_class_variance_authority4.cva)(
|
|
54314
|
-
"group pointer-events-auto relative flex w-full shadow-sm items-center justify-between gap-4 overflow-hidden rounded-md
|
|
54314
|
+
"group pointer-events-auto relative flex w-full shadow-sm items-center justify-between gap-4 overflow-hidden rounded-md px-4 py-2 transition-all 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)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:fade-out data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
|
|
54315
54315
|
{
|
|
54316
54316
|
variants: {
|
|
54317
54317
|
variant: {
|
package/dist/index.mjs
CHANGED
|
@@ -52959,7 +52959,7 @@ var ToastViewport = React19.forwardRef((_a, ref) => {
|
|
|
52959
52959
|
});
|
|
52960
52960
|
ToastViewport.displayName = ToastPrimitives.Viewport.displayName;
|
|
52961
52961
|
var toastVariants = cva4(
|
|
52962
|
-
"group pointer-events-auto relative flex w-full shadow-sm items-center justify-between gap-4 overflow-hidden rounded-md
|
|
52962
|
+
"group pointer-events-auto relative flex w-full shadow-sm items-center justify-between gap-4 overflow-hidden rounded-md px-4 py-2 transition-all 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)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[swipe=end]:animate-out data-[state=closed]:fade-out-80 data-[state=closed]:fade-out data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full",
|
|
52963
52963
|
{
|
|
52964
52964
|
variants: {
|
|
52965
52965
|
variant: {
|