From 262539ac02564ef615d50771ee43ca0561e67c25 Mon Sep 17 00:00:00 2001 From: Ian Borla Date: Wed, 20 Mar 2024 23:38:03 +0800 Subject: [PATCH] Update dialog.mdx --- documentation/html/dialog.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/html/dialog.mdx b/documentation/html/dialog.mdx index 50ec8872e..8e8336d40 100644 --- a/documentation/html/dialog.mdx +++ b/documentation/html/dialog.mdx @@ -668,9 +668,9 @@ The following data attributes are available for dialog element. | Attribute | Description | Default | | ------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | `data-dialog` | Set the name of the dialog and reference it to the
dialog trigger and backdrop elements. | | -| `data-popover-mount` | Set the classnaes that should be used when the
dialog is visible. | opacity-1
translate-y-0 | -| `data-popover-unmount` | Set the classnaes that should be used when the
dialog is hidden. | opacity-0
-translate-y-14
pointer-events-none | -| `data-popover-transition` | Set the classnaes that should be used for
transition of the dialog. | transition-all
duration-300 | +| `data-popover-mount` | Set the classNames that should be used when the
dialog is visible. | opacity-1
translate-y-0 | +| `data-popover-unmount` | Set the classNames that should be used when the
dialog is hidden. | opacity-0
-translate-y-14
pointer-events-none | +| `data-popover-transition` | Set the classNames that should be used for
transition of the dialog. | transition-all
duration-300 | ---