bunnyquery 1.10.2 → 1.10.3

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 CHANGED
@@ -360,9 +360,9 @@
360
360
  border: 0;
361
361
  padding: 0;
362
362
  font-family: var(--bq-mono);
363
- text-decoration: underline;
363
+ text-decoration: none;
364
364
  }
365
- .bq-link:hover { text-decoration: none; }
365
+ .bq-link:hover { text-decoration: underline; }
366
366
  .bq-link.disabled { opacity: 0.4; pointer-events: none; }
367
367
 
368
368
  .bq-checkbox {
package/bunnyquery.js CHANGED
@@ -8239,7 +8239,7 @@ Index the REMAINING windows - one record per row/item, looking at any page image
8239
8239
  (function() {
8240
8240
  var MCP_PROD = "https://mcp.broadwayinc.computer";
8241
8241
  var MCP_DEV = "https://mcp-dev.broadwayinc.computer";
8242
- var BQ_VERSION = "1.10.2" ;
8242
+ var BQ_VERSION = "1.10.3" ;
8243
8243
  var ATTACHMENT_URL_EXPIRES_SECONDS = 600;
8244
8244
  var GOOGLE_AUTH_URL = "https://accounts.google.com/o/oauth2/v2/auth";
8245
8245
  var GOOGLE_TOKEN_URL = "https://oauth2.googleapis.com/token";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunnyquery",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "description": "Embeddable BunnyQuery AI chat widget + its framework-agnostic chat engine",
5
5
  "main": "bunnyquery.js",
6
6
  "exports": {
package/src/widget.css CHANGED
@@ -355,9 +355,9 @@
355
355
  border: 0;
356
356
  padding: 0;
357
357
  font-family: var(--bq-mono);
358
- text-decoration: underline;
358
+ text-decoration: none;
359
359
  }
360
- .bq-link:hover { text-decoration: none; }
360
+ .bq-link:hover { text-decoration: underline; }
361
361
  .bq-link.disabled { opacity: 0.4; pointer-events: none; }
362
362
 
363
363
  .bq-checkbox {