Skip to content

Commit

Permalink
Merge pull request #735 from WestpacGEL/kate-more-changes
Browse files Browse the repository at this point in the history
Kate more changes
  • Loading branch information
samithaf authored Feb 22, 2024
2 parents 7c9fca9 + 55965e2 commit 10f7fc2
Show file tree
Hide file tree
Showing 101 changed files with 2,273 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table>

<Table colspan={3}>
<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
Expand All @@ -15,12 +17,20 @@
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<Alert look="success" mode="text">Available
</Alert>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
Expand All @@ -29,8 +39,7 @@
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<Alert look="success" mode="text">Available
</Alert>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ design:
name: Dos and don’ts
slug: dos-and-donts
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Accessibility features
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table colspan={2}>

<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
<TableHeaderCell>
Platform
</TableHeaderCell>
<TableHeaderCell>
Status
</TableHeaderCell>

</TableHeaderRow>
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
</TableBody>

</React.Fragment>
</Table>
```
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ design:
name: Dos and don’ts
slug: dos-and-donts
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Accessibility features
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table colspan={2}>

<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
<TableHeaderCell>
Platform
</TableHeaderCell>
<TableHeaderCell>
Status
</TableHeaderCell>

</TableHeaderRow>
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-info"><CalendarIcon size="small" look="outlined" className="mr-2" />Older version available - Upgrade in backlog</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-warning"><WarningIcon size="small" look="outlined" className="mr-2" />Older version available</div>
</TableCell>

</TableRow>
</TableBody>

</React.Fragment>
</Table>
```
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ design:
name: Dos and don'ts
slug: dos-and-don-ts
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Notes on accessibility
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table colspan={2}>

<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
<TableHeaderCell>
Platform
</TableHeaderCell>
<TableHeaderCell>
Status
</TableHeaderCell>

</TableHeaderRow>
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-info"><CalendarIcon size="small" look="outlined" className="mr-2" />Older version available - Upgrade in backlog</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-warning"><WarningIcon size="small" look="outlined" className="mr-2" />Older version available</div>
</TableCell>

</TableRow>
</TableBody>

</React.Fragment>
</Table>
```
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ design:
name: Dos and don’ts
slug: dos-and-donts
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Accessibility features
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table colspan={2}>

<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
<TableHeaderCell>
Platform
</TableHeaderCell>
<TableHeaderCell>
Status
</TableHeaderCell>

</TableHeaderRow>
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
</TableBody>

</React.Fragment>
</Table>
```
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ design:
name: Visual design
slug: visual-design
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Accessibility features
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% shortCode name="where-is-this-available" /%}

```tsx
<Table colspan={2}>

<React.Fragment key=".0">
<TableHeader>
<TableHeaderRow>
<TableHeaderCell>
Platform
</TableHeaderCell>
<TableHeaderCell>
Status
</TableHeaderCell>

</TableHeaderRow>
</TableHeader>
<TableBody>
<TableRow>
<TableCell>
<strong>GEL Design System</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Mesh UI</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
<TableRow>
<TableCell>
<strong>Legacy WDP</strong>
</TableCell>
<TableCell>
<div className="typography-body-10 text-success"><TickCircleIcon size="small" look="outlined" className="mr-2" />Available</div>
</TableCell>

</TableRow>
</TableBody>

</React.Fragment>
</Table>
```
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Button dropdowns
description: Use a button dropdown to display a styled list of actions.
namedExport:
discriminant: false
excludeFromNavbar: false
design:
- title:
name: Button dropdowns
Expand All @@ -15,6 +16,10 @@ design:
name: Visual design
slug: visual-design
noTitle: false
- title:
name: Where is this available?
slug: where-is-this-available
noTitle: false
accessibility:
- title:
name: Accessibility features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```tsx
<ButtonGroup
label="Label"
errorMessage="This is an inline error message"
errorMessage="If there is an error it can go here"
validationState="invalid"
hintMessage="This is a small button group 30px"
size="large"
Expand Down
Loading

0 comments on commit 10f7fc2

Please sign in to comment.