From 84773c2f759955a4ed846ba9d803f25eaa9f242f Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Fri, 25 Oct 2024 11:11:30 +0200 Subject: [PATCH 1/4] Fixed typo in tooltip.mdx --- documentation/html/tooltip.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 | --- From 68df8fb1b629345ef8639a6bfc53d70d45cab338 Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Fri, 25 Oct 2024 11:12:12 +0200 Subject: [PATCH 2/4] Fixed typo in modal.mdx --- documentation/html/modal.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 | --- From 6360c8586fe1d8379c79f203e027aa0e357e4a77 Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Fri, 25 Oct 2024 11:12:38 +0200 Subject: [PATCH 3/4] Fixed typo in popover.mdx --- documentation/html/popover.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 | --- From 94e462fce6cbf870144380ad2eb2b14d70a042b0 Mon Sep 17 00:00:00 2001 From: Evert Harmeling Date: Fri, 25 Oct 2024 11:13:03 +0200 Subject: [PATCH 4/4] Fixed typo in 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 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 | ---