@klyro/widget 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -0
- package/dist/widget.js +11 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -164,6 +164,7 @@ ${p.content}
|
|
|
164
164
|
align-items: center;
|
|
165
165
|
text-align: center;
|
|
166
166
|
position: relative;
|
|
167
|
+
z-index: 10;
|
|
167
168
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
168
169
|
}
|
|
169
170
|
|
|
@@ -434,6 +435,16 @@ ${p.content}
|
|
|
434
435
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
|
|
435
436
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
436
437
|
}
|
|
438
|
+
|
|
439
|
+
.klyro-message ul {
|
|
440
|
+
margin: 8px 0;
|
|
441
|
+
padding-left: 20px;
|
|
442
|
+
list-style-type: disc;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.klyro-message li {
|
|
446
|
+
margin-bottom: 4px;
|
|
447
|
+
}
|
|
437
448
|
|
|
438
449
|
.klyro-typing {
|
|
439
450
|
display: flex;
|
package/dist/widget.js
CHANGED
|
@@ -164,6 +164,7 @@ ${h.content}
|
|
|
164
164
|
align-items: center;
|
|
165
165
|
text-align: center;
|
|
166
166
|
position: relative;
|
|
167
|
+
z-index: 10;
|
|
167
168
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
168
169
|
}
|
|
169
170
|
|
|
@@ -434,6 +435,16 @@ ${h.content}
|
|
|
434
435
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
|
|
435
436
|
border: 1px solid rgba(0, 0, 0, 0.05);
|
|
436
437
|
}
|
|
438
|
+
|
|
439
|
+
.klyro-message ul {
|
|
440
|
+
margin: 8px 0;
|
|
441
|
+
padding-left: 20px;
|
|
442
|
+
list-style-type: disc;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
.klyro-message li {
|
|
446
|
+
margin-bottom: 4px;
|
|
447
|
+
}
|
|
437
448
|
|
|
438
449
|
.klyro-typing {
|
|
439
450
|
display: flex;
|