From 8ac8effdfd0b2d56a66b2701cd5180b64866b89d Mon Sep 17 00:00:00 2001 From: dburgos Date: Tue, 13 Feb 2024 18:21:13 +0100 Subject: [PATCH] New version to correct coherence between selectos and inputs alias in cfClass directive --- projects/custom-flexbox/package.json | 2 +- .../src/lib/directives/custom-f-ng-class.directive.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/custom-flexbox/package.json b/projects/custom-flexbox/package.json index 7d88b0c..949075b 100644 --- a/projects/custom-flexbox/package.json +++ b/projects/custom-flexbox/package.json @@ -1,6 +1,6 @@ { "name": "@penalara/custom-flexbox", - "version": "0.0.11", + "version": "0.0.12", "author": "PeƱalara Software ", "license": "MIT", "repository": { diff --git a/projects/custom-flexbox/src/lib/directives/custom-f-ng-class.directive.ts b/projects/custom-flexbox/src/lib/directives/custom-f-ng-class.directive.ts index 7f6166c..bfb2754 100644 --- a/projects/custom-flexbox/src/lib/directives/custom-f-ng-class.directive.ts +++ b/projects/custom-flexbox/src/lib/directives/custom-f-ng-class.directive.ts @@ -19,9 +19,9 @@ interface AplicacionClase { selector: ` [cfClass], [cfClass.xs], - [cfClass.sm], - [cfClass.md], - [cfClass.lg], + [cfClass.s], + [cfClass.m], + [cfClass.l], [cfClass.xl] ` })