diff --git a/site/src/docs/components/cookie-consent/api.mdx b/site/src/docs/components/cookie-consent/api.mdx index 4da7c8d287..90e94bccdb 100644 --- a/site/src/docs/components/cookie-consent/api.mdx +++ b/site/src/docs/components/cookie-consent/api.mdx @@ -63,14 +63,14 @@ Cookies for domains on the public suffix list cannot accept subdomain cookies. E ##### Cookie groups -| Property | Description | -| ----------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `group[].groupId` / `group[].commonGroup` | Both optional. If a common group is used, then the `commonGroup`. If this is a custom group provide an `groupId`. Not required, if there are no cookies that have `groupId` set. | -| `group[].title` | Only for custom groups. Title of the group. Cannot be set for a common group. **Must be unique.** | -| `group[].text` | Only for custom groups. Cannot be set for a common group. Description of the group. | -| `group[].expandAriaLabel` | Only for custom groups. Cannot be set for a common group. Aria-label for the button to show more details of the group. | -| `group[].checkboxAriaDescription` | Only for custom groups. Cannot be set for a common group. Aria-description for the checkbox for giving consent for all cookies in the group | -| `group[].cookies` | Optional list of cookies in this group. | +| Property | Description | +| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `group[].groupId` / `group[].commonGroup` | Both optional. If a common group is used, then the `commonGroup`. If this is a custom group provide an `groupId`. Not required, if there are no cookies that have a `groupId` set. | +| `group[].title` | Only for custom groups. Title of the group. Cannot be set for a common group. **Must be unique.** | +| `group[].text` | Only for custom groups. Cannot be set for a common group. Description of the group. | +| `group[].expandAriaLabel` | Only for custom groups. Cannot be set for a common group. Aria-label for the button to show more details of the group. | +| `group[].checkboxAriaDescription` | Only for custom groups. Cannot be set for a common group. Aria-description for the checkbox for giving consent for all cookies in the group | +| `group[].cookies` | Optional list of cookies in this group. | | [Table 3:Cookie group properties] | ##### Cookie information diff --git a/site/src/docs/components/cookie-consent/index.mdx b/site/src/docs/components/cookie-consent/index.mdx index 8d63792927..7c5eb28f3b 100644 --- a/site/src/docs/components/cookie-consent/index.mdx +++ b/site/src/docs/components/cookie-consent/index.mdx @@ -11,7 +11,7 @@ export default ({ children, pageContext }) => - - This component is work in progress. Breaking changes are possible and the final accessibility audit has not been done. - It has been released for early users and to gather feedback. - - Usage