Skip to content

Commit

Permalink
v7.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Jul 4, 2022
1 parent e8b3dd4 commit c341025
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ Gleap.preFillForm({
"userId": "1233"
});

// Gleap.setApiUrl("http://localhost:9000");
//Gleap.setApiUrl("http://localhost:9000");
// Gleap.setLanguage("en");
// Gleap.setFrameUrl("http://localhost:3001");
Gleap.setFrameUrl("http://localhost:3000");
Gleap.initialize("MMxTvMklWdr6pgZzA3hJk9K0IvOsIT2A");

Gleap.identify("user_19283", {
name: "Franz AB",
});

Gleap.attachCustomData({
mission: "Unicorn",
type: "Demo App",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "7.0.21",
"version": "7.0.22",
"main": "build/index.js",
"scripts": {
"start": "webpack serve",
Expand Down
1 change: 1 addition & 0 deletions published/7.0.22/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const injectStyledCSS = (
animation-fill-mode: both;
animation-name: gleapFadeInUp;
user-select: none;
pointer-events: none;
}
[dir=rtl].gleap-frame-container {
Expand Down Expand Up @@ -118,6 +119,7 @@ export const injectStyledCSS = (
.gleap-frame-container--animate {
transition: max-height 0.3s ease-in;
pointer-events: auto !important;
}
@keyframes gleapFadeInUp {
Expand Down

0 comments on commit c341025

Please sign in to comment.