Skip to content

Commit 126c881

Browse files
committed
v6.5.8
1 parent dd1edfb commit 126c881

File tree

10 files changed

+14
-7
lines changed

10 files changed

+14
-7
lines changed

build/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/index.min.css

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

demo/bb.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@
569569
.bb-feedback-onetofive {
570570
display: flex;
571571
flex-direction: column;
572+
animation-duration: 0.3s;
573+
animation-fill-mode: both;
574+
animation-name: bbFadeInRight;
572575
}
573576

574577
.bb-feedback-onetofive-description {
@@ -685,7 +688,6 @@
685688
margin-bottom: 12px;
686689
padding: 0px;
687690
flex-direction: column;
688-
689691
animation-duration: 0.3s;
690692
animation-fill-mode: both;
691693
animation-name: bbFadeInRight;

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": "6.5.7",
3+
"version": "6.5.8",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/6.5.8/appwidget.min.css

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/6.5.8/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/6.5.8/index.min.css

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.

published/latest/index.min.css

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/css/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,9 @@
569569
.bb-feedback-onetofive {
570570
display: flex;
571571
flex-direction: column;
572+
animation-duration: 0.3s;
573+
animation-fill-mode: both;
574+
animation-name: bbFadeInRight;
572575
}
573576

574577
.bb-feedback-onetofive-description {
@@ -685,7 +688,6 @@
685688
margin-bottom: 12px;
686689
padding: 0px;
687690
flex-direction: column;
688-
689691
animation-duration: 0.3s;
690692
animation-fill-mode: both;
691693
animation-name: bbFadeInRight;

0 commit comments

Comments
 (0)