Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and github-actions[bot] committed Oct 18, 2024
1 parent 2bb27dc commit aee1b8c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions projects/core/directives/appearance/appearance.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ import {tuiCreateToken, tuiProvide} from '@taiga-ui/cdk/utils/miscellaneous';
* Bundled appearances for autocomplete purposes, not exported on purpose
*/
type Appearance = TuiLooseUnion<
| 'primary'
| 'primary-destructive'
| 'primary-grayscale'
| 'secondary'
| 'secondary-destructive'
| 'secondary-grayscale'
| 'flat'
| 'accent'
| 'action-destructive'
| 'action-grayscale'
| 'action'
| 'flat-destructive'
| 'flat-grayscale'
| 'outline'
| 'flat'
| 'floating'
| 'glass'
| 'icon'
| 'info'
| 'negative'
| 'neutral'
| 'outline-destructive'
| 'outline-grayscale'
| 'action'
| 'action-destructive'
| 'action-grayscale'
| 'neutral'
| 'negative'
| 'outline'
| 'positive'
| 'warning'
| 'info'
| 'icon'
| 'floating'
| 'primary-destructive'
| 'primary-grayscale'
| 'primary'
| 'secondary-destructive'
| 'secondary-grayscale'
| 'secondary'
| 'textfield'
| 'glass'
| 'accent'
| 'warning'
>;

export interface TuiAppearanceOptions {
Expand Down

0 comments on commit aee1b8c

Please sign in to comment.