Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Props status update in site #1920

Merged
merged 3 commits into from Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 1 addition & 6 deletions website/screens/components/button/code/ButtonCodePage.tsx
Expand Up @@ -42,12 +42,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
title
</DxcFlex>
</td>
<td>title</td>
<td>
<TableCode>string</TableCode>
</td>
Expand Down
Expand Up @@ -113,12 +113,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
readOnly
</DxcFlex>
</td>
<td>readOnly</td>
<td>
<TableCode>boolean</TableCode>
</td>
Expand Down
Expand Up @@ -144,12 +144,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
readOnly
</DxcFlex>
</td>
<td> readOnly</td>
raquelarrojo marked this conversation as resolved.
Show resolved Hide resolved
<td>
<TableCode>boolean</TableCode>
</td>
Expand Down
7 changes: 3 additions & 4 deletions website/screens/components/footer/code/FooterCodePage.tsx
Expand Up @@ -61,10 +61,9 @@ const sections = [
<b>href</b>: URL of the page the link goes to.
</li>
<li>
<StatusBadge label="New" status="information" /> <b>title</b>:
Text representing advisory information related to the social
link. Under the hood, it also serves as an accessible label
for the icon.
<b>title</b>: Text representing advisory information related
to the social link. Under the hood, it also serves as an
accessible label for the icon.
</li>
<li>
<b>logo</b>:{" "}
Expand Down
Expand Up @@ -105,12 +105,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
readOnly
</DxcFlex>
</td>
<td>readOnly</td>
<td>
<TableCode>boolean</TableCode>
</td>
Expand Down
Expand Up @@ -154,12 +154,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
readOnly
</DxcFlex>
</td>
<td>readOnly</td>
<td>
<TableCode>boolean</TableCode>
</td>
Expand Down
Expand Up @@ -103,12 +103,7 @@ const sections = [
</td>
</tr>
<tr>
<td>
<DxcFlex direction="column" gap="0.25rem" alignItems="baseline">
<StatusBadge label="New" status="information" />
readOnly
</DxcFlex>
</td>
<td>readOnly</td>
<td>
<TableCode>boolean</TableCode>
</td>
Expand Down
Expand Up @@ -96,10 +96,9 @@ const sections = [
<b>value</b>: Number with the option inner value.
</li>
<li>
<StatusBadge label="New" status="information" /> <b>title</b>:
Text representing advisory information related to an option.
Under the hood, it also serves as an accessible label for the
icon.
<b>title</b>: Text representing advisory information related
to an option. Under the hood, it also serves as an accessible
label for the icon.
</li>
</ul>
</td>
Expand Down