bunnyquery 1.8.9 → 1.8.11
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/bunnyquery.css +1 -1
- package/bunnyquery.js +1 -1
- package/package.json +1 -1
- package/styles/chat.css +1 -1
package/bunnyquery.css
CHANGED
|
@@ -1494,7 +1494,7 @@
|
|
|
1494
1494
|
background: rgba(127, 127, 127, 0.08);
|
|
1495
1495
|
}
|
|
1496
1496
|
.bq-md hr { border: none; border-top: 1px solid var(--bq-line); margin: 0.8em 0; }
|
|
1497
|
-
.bq-md a { color: var(--bq-main); text-decoration: underline; }
|
|
1497
|
+
.bq-md a { color: var(--bq-main); text-decoration: underline;vertical-align: text-bottom; }
|
|
1498
1498
|
.bq-md a:hover { text-decoration: none; }
|
|
1499
1499
|
.bq-md code {
|
|
1500
1500
|
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
package/bunnyquery.js
CHANGED
|
@@ -5980,7 +5980,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
|
|
|
5980
5980
|
(function() {
|
|
5981
5981
|
var MCP_PROD = "https://mcp.broadwayinc.computer";
|
|
5982
5982
|
var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
|
|
5983
|
-
var BQ_VERSION = "1.8.
|
|
5983
|
+
var BQ_VERSION = "1.8.11" ;
|
|
5984
5984
|
var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
|
|
5985
5985
|
var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
|
|
5986
5986
|
var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
|
package/package.json
CHANGED
package/styles/chat.css
CHANGED
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
background: rgba(127, 127, 127, 0.08);
|
|
463
463
|
}
|
|
464
464
|
.bq-md hr { border: none; border-top: 1px solid var(--bq-line); margin: 0.8em 0; }
|
|
465
|
-
.bq-md a { color: var(--bq-main); text-decoration: underline; }
|
|
465
|
+
.bq-md a { color: var(--bq-main); text-decoration: underline;vertical-align: text-bottom; }
|
|
466
466
|
.bq-md a:hover { text-decoration: none; }
|
|
467
467
|
.bq-md code {
|
|
468
468
|
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|