From 0fbff30a57cd78e1b3e32b3666a2b4eac62a72ec Mon Sep 17 00:00:00 2001 From: Imran Sayed Date: Tue, 23 Jan 2024 23:53:22 -0600 Subject: [PATCH 1/3] Add z-index in tp-slider --- src/slider/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slider/style.scss b/src/slider/style.scss index bc80e4c..f78544f 100644 --- a/src/slider/style.scss +++ b/src/slider/style.scss @@ -62,6 +62,7 @@ tp-slider[behaviour="fade"] { > tp-slider-slide[active="yes"] { visibility: visible; opacity: 1; + z-index: 1; } } } From ff16ca862843f22f3c6c08d198cbf34d893e47fb Mon Sep 17 00:00:00 2001 From: Imran Sayed Date: Tue, 23 Jan 2024 23:53:55 -0600 Subject: [PATCH 2/3] Update the version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5f44b0..fca17b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@travelopia/web-components", - "version": "0.5.9", + "version": "0.6.0", "description": "Accessible web components for the modern web", "files": [ "dist" From 3ff6d30c1abdd267d9fd20caa74ada87f0c8b784 Mon Sep 17 00:00:00 2001 From: Imran Sayed Date: Wed, 24 Jan 2024 00:37:01 -0600 Subject: [PATCH 3/3] Update version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fca17b5..b7ac45b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@travelopia/web-components", - "version": "0.6.0", + "version": "0.5.10", "description": "Accessible web components for the modern web", "files": [ "dist"