Skip to content

Commit

Permalink
chore(demo): Appearance add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 27, 2024
1 parent 8e78f6f commit 910d19e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/core/directives/appearance/appearance.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type Appearance = TuiLooseUnion<
| 'flat'
| 'floating'
| 'glass'
| 'icon'
| 'info'
| 'link'
| 'neutral'
Expand Down
1 change: 1 addition & 0 deletions projects/demo/src/components/appearance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class TuiDocAppearance {
'warning',
'info',
'glass',
'icon',
] as const;

protected readonly states: readonly TuiInteractiveState[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ export default class Example {
'warning',
'info',
'glass',
'icon',
] as const;
}

0 comments on commit 910d19e

Please sign in to comment.