diff --git a/documentation/html/dialog.mdx b/documentation/html/dialog.mdx index 655e848fc..4f275ee2f 100644 --- a/documentation/html/dialog.mdx +++ b/documentation/html/dialog.mdx @@ -684,9 +684,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 | --- diff --git a/documentation/html/modal.mdx b/documentation/html/modal.mdx index ec725722f..4bbd1b91e 100644 --- a/documentation/html/modal.mdx +++ b/documentation/html/modal.mdx @@ -705,9 +705,9 @@ The following data attributes are available for modal element. | Attribute | Description | Default | | ------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | `data-dialog` | Set the name of the modal and reference it to the
modal trigger and backdrop elements. | | -| `data-popover-mount` | Set the classnaes that should be used when the
modal is visible. | opacity-1
translate-y-0 | -| `data-popover-unmount` | Set the classnaes that should be used when the
modal is hidden. | opacity-0
-translate-y-14
pointer-events-none | -| `data-popover-transition` | Set the classnaes that should be used for
transition of the modal. | transition-all
duration-300 | +| `data-popover-mount` | Set the classnames that should be used when the
modal is visible. | opacity-1
translate-y-0 | +| `data-popover-unmount` | Set the classnames that should be used when the
modal is hidden. | opacity-0
-translate-y-14
pointer-events-none | +| `data-popover-transition` | Set the classnames that should be used for
transition of the modal. | transition-all
duration-300 | --- diff --git a/documentation/html/popover.mdx b/documentation/html/popover.mdx index 46ba5cbfe..6fbf5ba15 100644 --- a/documentation/html/popover.mdx +++ b/documentation/html/popover.mdx @@ -452,9 +452,9 @@ The following data attributes are available for popover element. | `data-popover` | Set the name of the popover and reference it to the
popover trigger element. | | | `data-popover-offset` | Set the offset between the popover and the popover trigger element. | 5 | | `data-popover-placement` | Set the position of the popover relative to it's trigger element. | top | -| `data-popover-mount` | Set the classnaes that should be used when the
popover is visible. | opacity-1 | -| `data-popover-unmount` | Set the classnaes that should be used when the
popover is hidden. | opacity-0
pointer-events-none | -| `data-popover-transition` | Set the classnaes that should be used for
transition of the popover. | transition-opacity
duration-300 | +| `data-popover-mount` | Set the classnames that should be used when the
popover is visible. | opacity-1 | +| `data-popover-unmount` | Set the classnames that should be used when the
popover is hidden. | opacity-0
pointer-events-none | +| `data-popover-transition` | Set the classnames that should be used for
transition of the popover. | transition-opacity
duration-300 | --- diff --git a/documentation/html/tooltip.mdx b/documentation/html/tooltip.mdx index 09f7d398a..92858ebe2 100644 --- a/documentation/html/tooltip.mdx +++ b/documentation/html/tooltip.mdx @@ -215,9 +215,9 @@ The following data attributes are available for tooltip element. | `data-tooltip` | Set the name of the tooltip and reference it to the
tooltip trigger element. | | | `data-tooltip-offset` | Set the offset between the tooltip and the tooltip trigger element. | 5 | | `data-tooltip-placement` | Set the position of the tooltip relative to it's trigger element. | top | -| `data-tooltip-mount` | Set the classnaes that should be used when the
tooltip is visible. | opacity-1 | -| `data-tooltip-unmount` | Set the classnaes that should be used when the
tooltip is hidden. | opacity-0
pointer-events-none | -| `data-tooltip-transition` | Set the classnaes that should be used for
transition of the tooltip. | transition-opacity
duration-300 | +| `data-tooltip-mount` | Set the classnames that should be used when the
tooltip is visible. | opacity-1 | +| `data-tooltip-unmount` | Set the classnames that should be used when the
tooltip is hidden. | opacity-0
pointer-events-none | +| `data-tooltip-transition` | Set the classnames that should be used for
transition of the tooltip. | transition-opacity
duration-300 | ---