Skip to content

Commit

Permalink
fix(ngx-user-card): update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
vapkse committed Jul 24, 2024
1 parent 252c296 commit 2e3e257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects/tooltip/src/tooltip.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Type } from '@angular/core';
import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
import { NgxAbstractLazyModule, NgxLazyLoaderService, subscribeWith } from '@hug/ngx-core';
import { merge } from 'lodash-es';
import { EMPTY, Observable, Subject, debounceTime, delay, filter, fromEvent, map, mergeWith, shareReplay, switchMap, tap, withLatestFrom } from 'rxjs';
import { debounceTime, delay, EMPTY, filter, fromEvent, map, mergeWith, Observable, shareReplay, Subject, switchMap, tap, withLatestFrom } from 'rxjs';

import { NgxTooltipComponentInterface } from './tooltip-component.interface';
import { NgxTooltipConfig } from './tooltip.model';
import { NgxTooltipComponentInterface } from './tooltip-component.interface';

export abstract class NgxTooltipService<D> {
protected close$ = new Subject<void>();
Expand Down
2 changes: 1 addition & 1 deletion projects/user-card/src/user-card.component.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ngx-user-card {
display: block;
border-radius: 8px;
padding: 1rem;
width: 350px;
padding: 1rem;
word-break: break-word;

> .ngx-user-card-header {
Expand Down

0 comments on commit 2e3e257

Please sign in to comment.