This commit is contained in:
Drew Ansbacher
2021-09-03 18:51:03 +03:00
committed by Aiden McClelland
parent 8b7c83aeea
commit 9d4b4d3adf

View File

@@ -8,7 +8,7 @@ import { PkgStatusRendering } from 'src/app/services/pkg-status-rendering.servic
})
export class StatusComponent {
@Input() rendering: PkgStatusRendering
@Input() size?: 'small' | 'medium' | 'large' | 'x-large' = 'large'
@Input() size?: string
@Input() style?: string = 'regular'
@Input() weight?: string = 'normal'
@Input() disconnected?: boolean = false