Skip to content

Commit

Permalink
Fix tooltip typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Sep 5, 2023
1 parent 06d9cce commit 8e55146
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@squidit/css": "latest",
"@squidit/ngx-css": "latest",
"@squidit/ngx-css": "^1.0.2",
"lodash.isequal": ">=4.0.0",
"ngx-mask": "^16.3.0",
"rxjs": "~7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src/directives/sq-tooltip/sq-tooltip.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class SqTooltipDirective implements OnInit, OnDestroy {
/**
* The content of the tooltip.
*/
@Input('tooltip') content = ''
@Input('tooltip') content?: string | null = ''

/**
* The placement of the tooltip relative to the host element.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.0.02",
"version": "1.0.03",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down

0 comments on commit 8e55146

Please sign in to comment.