@supernal/interface-nextjs 1.0.19 → 1.0.21

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 CHANGED
@@ -558,7 +558,7 @@ var DEFAULT_CONFIG = {
558
558
  description: "I'm a TOOL system AI can use to control this site",
559
559
  placeholder: "Try: toggle notifications",
560
560
  sendButtonLabel: "Send",
561
- glassMode: true,
561
+ glassMode: false,
562
562
  welcome: {
563
563
  enabled: true,
564
564
  title: "Welcome - I'm NOT an AI",
package/dist/index.mjs CHANGED
@@ -517,7 +517,7 @@ var DEFAULT_CONFIG = {
517
517
  description: "I'm a TOOL system AI can use to control this site",
518
518
  placeholder: "Try: toggle notifications",
519
519
  sendButtonLabel: "Send",
520
- glassMode: true,
520
+ glassMode: false,
521
521
  welcome: {
522
522
  enabled: true,
523
523
  title: "Welcome - I'm NOT an AI",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supernal/interface-nextjs",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "Next.js integration for Supernal Intelligence Interface - enables agentic UX with one line of code",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",