Skip to content

Commit

Permalink
fix: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkli committed Feb 20, 2024
1 parent dbb3cd3 commit ba23470
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumError": "15kb"
}
],
"outputHashing": "all"
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sonner/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
"options": {
"project": "libs/ngx-sonner/ng-package.json"
"project": "libs/ngx-sonner/ng-package.json",
},
"configurations": {
"production": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sonner/src/lib/toast.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class ToastComponent implements AfterViewInit, OnDestroy {
// viewChild.required<ElementRef<HTMLLIElement>>('toastRef')
@ViewChild('toastRef') toastRef!: ElementRef<HTMLLIElement>;

classes = computed(() => ({
classes: any = computed(() => ({
...defaultClasses,
...this._classes,
}));
Expand Down

0 comments on commit ba23470

Please sign in to comment.