site-operator 0.1.9 → 0.1.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/dist/site-operator.es.js
CHANGED
|
@@ -631,7 +631,7 @@ const styles = i$1`
|
|
|
631
631
|
|
|
632
632
|
agent-chat-thread {
|
|
633
633
|
flex: 1;
|
|
634
|
-
padding-bottom: 8rem;
|
|
634
|
+
/* padding-bottom: 8rem; / / Space for composer */
|
|
635
635
|
}
|
|
636
636
|
|
|
637
637
|
.inspector-toggle {
|
|
@@ -1069,15 +1069,14 @@ const styles$3 = i$1`
|
|
|
1069
1069
|
:host {
|
|
1070
1070
|
display: block;
|
|
1071
1071
|
padding: 1rem;
|
|
1072
|
-
position: fixed;
|
|
1073
|
-
bottom: 0;
|
|
1074
|
-
left: 0;
|
|
1075
|
-
width: 100%;
|
|
1076
|
-
/* background: linear-gradient(to top, white, transparent); */
|
|
1072
|
+
/* position: fixed; */
|
|
1073
|
+
/* bottom: 0; */
|
|
1074
|
+
/* left: 0; */
|
|
1075
|
+
/* width: 100%; */
|
|
1077
1076
|
}
|
|
1078
1077
|
|
|
1079
1078
|
.composer-container {
|
|
1080
|
-
max-width: 48rem;
|
|
1079
|
+
/* max-width: 48rem; / / max-w-screen-md */
|
|
1081
1080
|
margin: 0 auto;
|
|
1082
1081
|
display: flex;
|
|
1083
1082
|
align-items: center;
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
agent-chat-thread {
|
|
28
28
|
flex: 1;
|
|
29
|
-
padding-bottom: 8rem;
|
|
29
|
+
/* padding-bottom: 8rem; / / Space for composer */
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.inspector-toggle {
|
|
@@ -380,15 +380,14 @@
|
|
|
380
380
|
:host {
|
|
381
381
|
display: block;
|
|
382
382
|
padding: 1rem;
|
|
383
|
-
position: fixed;
|
|
384
|
-
bottom: 0;
|
|
385
|
-
left: 0;
|
|
386
|
-
width: 100%;
|
|
387
|
-
/* background: linear-gradient(to top, white, transparent); */
|
|
383
|
+
/* position: fixed; */
|
|
384
|
+
/* bottom: 0; */
|
|
385
|
+
/* left: 0; */
|
|
386
|
+
/* width: 100%; */
|
|
388
387
|
}
|
|
389
388
|
|
|
390
389
|
.composer-container {
|
|
391
|
-
max-width: 48rem;
|
|
390
|
+
/* max-width: 48rem; / / max-w-screen-md */
|
|
392
391
|
margin: 0 auto;
|
|
393
392
|
display: flex;
|
|
394
393
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "site-operator",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.11",
|
|
5
5
|
"description": "A framework-agnostic AI chat widget that acts as a copilot for host applications.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "jostvian",
|
|
@@ -61,10 +61,6 @@
|
|
|
61
61
|
]
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"dependencies": {
|
|
65
|
-
"@lucide/lab": "^0.1.2",
|
|
66
|
-
"lucide-static": "^0.562.0"
|
|
67
|
-
},
|
|
68
64
|
"peerDependencies": {
|
|
69
65
|
"@ag-ui/client": "^0.0.42"
|
|
70
66
|
},
|