Skip to content

Commit

Permalink
chore: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
markacianfrani committed Nov 21, 2022
1 parent 69579fa commit ce532a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck
//@ts-nocheck

import * as d from './proxies';

Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/src/components/rux-status/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ----------- |
| `status` | `status` | Sets the status symbol, valid options are critical, serious, caution, normal, standby and off | `"caution" \| "critical" \| "normal" \| "off" \| "serious" \| "standby" \| undefined` | `undefined` |
| Property | Attribute | Description | Type | Default |
| -------- | --------- | --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ---------- |
| `status` | `status` | Sets the status symbol, valid options are critical, serious, caution, normal, standby and off | `"caution" \| "critical" \| "normal" \| "off" \| "serious" \| "standby" \| undefined` | `'normal'` |


## Shadow Parts
Expand Down

0 comments on commit ce532a4

Please sign in to comment.