From b020154ee20170553b3f49b774bab9f3ec2bdc60 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Fri, 6 Sep 2024 21:04:44 +0200 Subject: [PATCH] naturalBackgroundDensity should never be i18n-ed --- projects/natural/.eslintrc.json | 1 + .../directives/background-density.directive.spec.ts | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/natural/.eslintrc.json b/projects/natural/.eslintrc.json index 18daac1a..41460477 100644 --- a/projects/natural/.eslintrc.json +++ b/projects/natural/.eslintrc.json @@ -74,6 +74,7 @@ "mode", "naturalCustomCss", "naturalIcon", + "naturalBackgroundDensity", "naturalSrcDensity", "panelWidth", "srcset", diff --git a/projects/natural/src/lib/modules/common/directives/background-density.directive.spec.ts b/projects/natural/src/lib/modules/common/directives/background-density.directive.spec.ts index 133c178c..dff1a983 100644 --- a/projects/natural/src/lib/modules/common/directives/background-density.directive.spec.ts +++ b/projects/natural/src/lib/modules/common/directives/background-density.directive.spec.ts @@ -6,19 +6,19 @@ import {NaturalBackgroundDensityDirective} from './background-density.directive' @Component({ template: `
-
+
-
-
+
+
`, standalone: true, imports: [NaturalBackgroundDensityDirective],