From ce532a44db1b0924e9392993efe4cde32f24bd29 Mon Sep 17 00:00:00 2001 From: Mark Anthony Cianfrani Date: Mon, 21 Nov 2022 11:07:45 -0500 Subject: [PATCH] chore: run build --- .../projects/angular/src/directives/proxies-list.ts | 1 + packages/web-components/src/components/rux-status/readme.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts b/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts index f43bf19b7..37500558b 100644 --- a/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts +++ b/packages/angular-workspace/projects/angular/src/directives/proxies-list.ts @@ -13,6 +13,7 @@ //@ts-nocheck //@ts-nocheck //@ts-nocheck +//@ts-nocheck import * as d from './proxies'; diff --git a/packages/web-components/src/components/rux-status/readme.md b/packages/web-components/src/components/rux-status/readme.md index 5348ba88f..51018c605 100644 --- a/packages/web-components/src/components/rux-status/readme.md +++ b/packages/web-components/src/components/rux-status/readme.md @@ -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