Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions libs/design/src/core/colorable/colorable.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ export class DaffColorableDirective implements DaffColorable, OnChanges, OnInit

/**
* Sets the color on a component.
*
* Default options are: `primary`, `secondary`, `tertiary`, `light`, `dark`, `theme`, and `theme-contrast`.
*/
@Input() color: DaffPalette;

Expand Down
3 changes: 0 additions & 3 deletions libs/design/src/core/sizable/sizable.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ import {
*/
@Directive({
selector: '[daffSizable]',
standalone: true,
})
export class DaffSizableDirective<T extends DaffSizeAllType> implements DaffSizable<T>, OnChanges, OnInit {

Expand All @@ -84,8 +83,6 @@ export class DaffSizableDirective<T extends DaffSizeAllType> implements DaffSiza

/**
* The size of the component.
*
* Options are: `xs`, `sm`, `md`, `lg`, and `xl`.
*/
@Input() size: T;

Expand Down
2 changes: 0 additions & 2 deletions libs/design/src/core/statusable/statusable.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export class DaffStatusableDirective implements DaffStatusable, OnChanges, OnIni

/**
* Sets the status on a component.
*
* Options are: `info`, `warn`, `critical`, and `success`.
*/
@Input() status: DaffStatus;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export class DaffTextAlignableDirective implements DaffTextAlignable, OnChanges,

/**
* The text alignment of the component.
*
* Options are: `left`, `center`, and `right`.
*/
@Input() textAlignment: DaffTextAlignment;

Expand Down