From da9cf66b734e31f243cd653a68f39b8e32e0ec84 Mon Sep 17 00:00:00 2001 From: criticallimit Date: Wed, 28 Jun 2023 13:53:10 +0200 Subject: [PATCH 1/3] Update restriction-card.ts z-index added to avoid latest issues with restriction not working --- src/restriction-card.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/restriction-card.ts b/src/restriction-card.ts index 81da5f5..489d923 100644 --- a/src/restriction-card.ts +++ b/src/restriction-card.ts @@ -289,6 +289,7 @@ class RestrictionCard extends LitElement implements LovelaceCard { right: 0; top: 0; bottom: 0; + z-index: 1; display: flex; color: var(--regular-lock-color); } From b029a988f277b263b2cfdcc74e9aee41fd50f8cf Mon Sep 17 00:00:00 2001 From: criticallimit Date: Thu, 29 Jun 2023 19:48:30 +0200 Subject: [PATCH 2/3] Update package.json Version updated to 1.2.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14a1d04..771f0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "restriction-card", - "version": "1.2.6", + "version": "1.2.9", "description": "Lovelace restriction-card", "keywords": [ "home-assistant", @@ -48,4 +48,4 @@ "lint": "eslint src/*.ts", "rollup": "rollup -c" } -} \ No newline at end of file +} From 7b504ca2ac1d70d6819ceda516dd6982c71fbbf7 Mon Sep 17 00:00:00 2001 From: criticallimit Date: Thu, 29 Jun 2023 19:52:49 +0200 Subject: [PATCH 3/3] Update const.ts Version update 1.2.6 -> 1.2.9 --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index 3e7488c..fde9af8 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.2.6'; +export const CARD_VERSION = '1.2.9';