From b5b156047f67581c76b36f8a43fb766373afc2d9 Mon Sep 17 00:00:00 2001 From: Martin Rohrmeier Date: Mon, 11 Mar 2024 14:39:59 +0100 Subject: [PATCH 1/2] fix(css): fix spelling --- CHANGELOG.md | 4 ++++ package.json | 2 +- src/components/content/Cards/Card.tsx | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6467b02f..2bf47eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.38 + +- Fix warning about misspelled css property + ## 2.1.37 - Fix multiselect search and selected items display issues diff --git a/package.json b/package.json index 5407befb..1d3fab2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-shared-components", - "version": "2.1.37", + "version": "2.1.38", "description": "Catena-X Portal Shared Components", "author": "Catena-X Contributors", "license": "Apache-2.0", diff --git a/src/components/content/Cards/Card.tsx b/src/components/content/Cards/Card.tsx index 6a92230f..52d29d6c 100644 --- a/src/components/content/Cards/Card.tsx +++ b/src/components/content/Cards/Card.tsx @@ -258,7 +258,7 @@ export const Card = ({ textAlign: 'center', textDecoration: 'none', padding: '50px 90px 20px 90px', - '-webkit-transform': 'rotate(45deg)', + transform: 'rotate(45deg)', zIndex: 10, background: subscriptionStatus?.toLowerCase() === 'pending' From 1cf12906e1e195da0285cd61298bba157a1e2f83 Mon Sep 17 00:00:00 2001 From: Martin Rohrmeier Date: Mon, 11 Mar 2024 14:42:02 +0100 Subject: [PATCH 2/2] fix(css): fix spelling --- src/components/content/Cards/CardDecision.tsx | 2 +- src/components/content/Cards/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/content/Cards/CardDecision.tsx b/src/components/content/Cards/CardDecision.tsx index 02590b56..baf8bbc0 100644 --- a/src/components/content/Cards/CardDecision.tsx +++ b/src/components/content/Cards/CardDecision.tsx @@ -60,7 +60,7 @@ export const CardDecision = ({