@alan-ai/alan-sdk-web 1.8.66 → 1.8.67
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/alan_lib.js +13 -7
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
package/dist/alan_lib.js
CHANGED
|
@@ -92386,6 +92386,7 @@
|
|
|
92386
92386
|
cursor: text!important;
|
|
92387
92387
|
}`,
|
|
92388
92388
|
`p {
|
|
92389
|
+
color: inherit;
|
|
92389
92390
|
margin: 0!important;
|
|
92390
92391
|
font-size: ${responseBubbleFontSize}px!important;
|
|
92391
92392
|
}`,
|
|
@@ -92398,6 +92399,7 @@
|
|
|
92398
92399
|
font-size: ${responseBubbleFontSize}px!important;
|
|
92399
92400
|
}`,
|
|
92400
92401
|
`table {
|
|
92402
|
+
color: inherit;
|
|
92401
92403
|
margin: 0!important;
|
|
92402
92404
|
font-size: ${responseBubbleFontSize}px!important;
|
|
92403
92405
|
word-break: initial!important;
|
|
@@ -92418,17 +92420,21 @@
|
|
|
92418
92420
|
margin: 0!important;
|
|
92419
92421
|
list-style-type: decimal!important;
|
|
92420
92422
|
font-size: ${responseBubbleFontSize}px!important;
|
|
92423
|
+
}`,
|
|
92424
|
+
`ol, ul {
|
|
92425
|
+
color: inherit;
|
|
92426
|
+
list-style-position: outside;
|
|
92421
92427
|
}`,
|
|
92422
92428
|
`ol li {
|
|
92423
92429
|
list-style-type: decimal!important;
|
|
92424
92430
|
font-size: ${responseBubbleFontSize}px!important;
|
|
92425
92431
|
}`,
|
|
92426
|
-
`h1 { font-size: 2.13em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92427
|
-
`h2 { font-size: 1.86em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92428
|
-
`h3 { font-size: 1.6em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92429
|
-
`h4 { font-size: 1.46em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92430
|
-
`h5 { font-size: 1.33em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92431
|
-
`h6 { font-size: 1.2em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92432
|
+
`h1 { color: inherit; font-size: 2.13em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92433
|
+
`h2 { color: inherit; font-size: 1.86em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92434
|
+
`h3 { color: inherit; font-size: 1.6em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92435
|
+
`h4 { color: inherit; font-size: 1.46em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92436
|
+
`h5 { color: inherit; font-size: 1.33em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92437
|
+
`h6 { color: inherit; font-size: 1.2em!important; line-height: 1.7!important; margin: 0 0 10px 0!important; font-weight: normal!important; text-transform: none!important;}`,
|
|
92432
92438
|
`h1:after { display: none!important;}`,
|
|
92433
92439
|
`h2:after { display: none!important;}`,
|
|
92434
92440
|
`h3:after { display: none!important;}`,
|
|
@@ -93599,7 +93605,7 @@ code.hljs {
|
|
|
93599
93605
|
// alan_btn/alan_btn.ts
|
|
93600
93606
|
var import_lodash2 = __toESM(require_lodash());
|
|
93601
93607
|
(function(ns) {
|
|
93602
|
-
uiState.lib.version = "alan-version.1.8.
|
|
93608
|
+
uiState.lib.version = "alan-version.1.8.67".replace("alan-version.", "");
|
|
93603
93609
|
if (window.alanBtn) {
|
|
93604
93610
|
console.warn("Alan: the Alan Button source code has already added (v." + uiState.lib.version + ")");
|
|
93605
93611
|
}
|