Skip to content

Commit 20f99fa

Browse files
committed
2 parents 73d0386 + 28de9fc commit 20f99fa

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "14.0.9",
3+
"version": "14.0.10",
44
"main": "build/cjs/index.js",
55
"module": "build/esm/index.mjs",
66
"exports": {

published/14.0.10/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GleapTours.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ const GleapTours = function () {
863863
wrapper.classList.add("gleap-tour-popover");
864864
const arrow = document.createElement("div");
865865
arrow.classList.add("gleap-tour-popover-arrow");
866-
const title = document.createElement("header");
866+
const title = document.createElement("div");
867867
title.id = "gleap-tour-popover-title";
868868
title.classList.add("gleap-tour-popover-title");
869869
title.style.display = "none";
@@ -878,7 +878,7 @@ const GleapTours = function () {
878878
closeButton.classList.add("gleap-tour-popover-close-btn");
879879
closeButton.setAttribute("aria-label", "Close");
880880
closeButton.innerHTML = "×";
881-
const footer = document.createElement("footer");
881+
const footer = document.createElement("div");
882882
footer.classList.add("gleap-tour-popover-footer");
883883
const progress = document.createElement("span");
884884
progress.classList.add("gleap-tour-popover-progress-text");

0 commit comments

Comments
 (0)