From 8d3ac4a12c442f98e4c76c5d61963ddda52ae732 Mon Sep 17 00:00:00 2001 From: igomezal Date: Tue, 21 Nov 2023 23:06:14 +0100 Subject: [PATCH] chore(changeset): include changesets for overlays fix and browserDetection utility --- .changeset/khaki-scissors-refuse.md | 5 +++++ .changeset/nice-spoons-rush.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/khaki-scissors-refuse.md create mode 100644 .changeset/nice-spoons-rush.md diff --git a/.changeset/khaki-scissors-refuse.md b/.changeset/khaki-scissors-refuse.md new file mode 100644 index 0000000000..060cd9c242 --- /dev/null +++ b/.changeset/khaki-scissors-refuse.md @@ -0,0 +1,5 @@ +--- +'@lion/ui': minor +--- + +Export isIOS and isMacSafari functions as part of browserDetection utility diff --git a/.changeset/nice-spoons-rush.md b/.changeset/nice-spoons-rush.md new file mode 100644 index 0000000000..8cabaeaced --- /dev/null +++ b/.changeset/nice-spoons-rush.md @@ -0,0 +1,5 @@ +--- +'@lion/ui': patch +--- + +Use traditional styleSheet on IOS for overlays