-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #735 from WestpacGEL/kate-more-changes
Kate more changes
- Loading branch information
Showing
101 changed files
with
2,273 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...te/src/content/design-system/components/alert/design/where-is-this-available/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...content/design-system/components/autocomplete/design/where-is-this-available/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...te/src/content/design-system/components/badge/design/where-is-this-available/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...c/content/design-system/components/breadcrumb/design/where-is-this-available/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 50 additions & 0 deletions
50
...tent/design-system/components/button-dropdown/design/where-is-this-available/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/site/src/content/design-system/components/button-group/design/error-state/content.mdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.