anentrypoint-design 0.0.290 → 0.0.292
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/app-shell.css +6 -3
- package/chat.css +1 -0
- package/community.css +1 -1
- package/dist/247420.css +10 -6
- package/dist/247420.js +15 -15
- package/package.json +1 -1
- package/src/components/context-pane.js +6 -2
package/app-shell.css
CHANGED
|
@@ -585,7 +585,7 @@ body.canvas-host { background: transparent !important; }
|
|
|
585
585
|
background: var(--panel-1, var(--bg-2));
|
|
586
586
|
border: var(--bw-hair) solid var(--rule);
|
|
587
587
|
border-radius: var(--r-2);
|
|
588
|
-
margin: 0 0 var(--space-
|
|
588
|
+
margin: 0 0 var(--space-4);
|
|
589
589
|
padding: var(--space-3);
|
|
590
590
|
position: relative;
|
|
591
591
|
/* Crisp, restrained elevation — a hairline border does the edge definition;
|
|
@@ -733,6 +733,9 @@ a.row:hover .meta, .row[role="button"]:hover .meta { color: var(--accent-ink); t
|
|
|
733
733
|
[data-typescale="app"] .row { padding: 12px 16px; }
|
|
734
734
|
[data-typescale="app"] .row .title { font-size: var(--fs-sm); font-weight: 500; }
|
|
735
735
|
.row .sub { font-family: var(--ff-body); font-weight: 400; font-size: var(--fs-sm); color: var(--fg-3); }
|
|
736
|
+
/* Context-pane cwd fact reads as a path (like .ds-dash-cwd/.ds-session-agent/
|
|
737
|
+
.ds-dash-model) -- scoped to that one row so no other Row .sub is affected. */
|
|
738
|
+
.ds-context-cwd-row .row .sub { font-family: var(--ff-mono); }
|
|
736
739
|
.row .meta { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; align-self: center; }
|
|
737
740
|
/* WorksList meta pairs a label with a disclosure chevron, inline-aligned. */
|
|
738
741
|
.ds-works-meta { display: inline-flex; align-items: center; gap: .4em; }
|
|
@@ -2646,7 +2649,7 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
|
|
|
2646
2649
|
transition: background var(--dur-snap, .15s) var(--ease, ease), color var(--dur-snap, .15s) var(--ease, ease);
|
|
2647
2650
|
}
|
|
2648
2651
|
.composer-btn:hover { background: color-mix(in oklab, var(--fg) 8%, transparent); color: var(--fg); }
|
|
2649
|
-
.chat-composer .send:hover { filter: brightness(
|
|
2652
|
+
.chat-composer .send:hover { filter: brightness(0.92); }
|
|
2650
2653
|
.chat-composer .send:active { filter: brightness(0.94); }
|
|
2651
2654
|
.chat-composer .send:focus-visible,
|
|
2652
2655
|
.composer-btn:focus-visible {
|
|
@@ -3753,7 +3756,7 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
|
|
|
3753
3756
|
font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600;
|
|
3754
3757
|
min-height: 40px; white-space: nowrap; overflow: hidden;
|
|
3755
3758
|
}
|
|
3756
|
-
.ws-rail-action:hover { filter: brightness(
|
|
3759
|
+
.ws-rail-action:hover { filter: brightness(0.92); }
|
|
3757
3760
|
.ws-rail-action:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; }
|
|
3758
3761
|
.ws-rail-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
|
|
3759
3762
|
.ws-rail-item {
|
package/chat.css
CHANGED
package/community.css
CHANGED
package/dist/247420.css
CHANGED
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
background: var(--panel-1, var(--bg-2));
|
|
1102
1102
|
border: var(--bw-hair) solid var(--rule);
|
|
1103
1103
|
border-radius: var(--r-2);
|
|
1104
|
-
margin: 0 0 var(--space-
|
|
1104
|
+
margin: 0 0 var(--space-4);
|
|
1105
1105
|
padding: var(--space-3);
|
|
1106
1106
|
position: relative;
|
|
1107
1107
|
/* Crisp, restrained elevation — a hairline border does the edge definition;
|
|
@@ -1249,6 +1249,9 @@
|
|
|
1249
1249
|
.ds-247420[data-typescale="app"] .row { padding: 12px 16px; }
|
|
1250
1250
|
.ds-247420[data-typescale="app"] .row .title { font-size: var(--fs-sm); font-weight: 500; }
|
|
1251
1251
|
.ds-247420 .row .sub { font-family: var(--ff-body); font-weight: 400; font-size: var(--fs-sm); color: var(--fg-3); }
|
|
1252
|
+
/* Context-pane cwd fact reads as a path (like .ds-dash-cwd/.ds-session-agent/
|
|
1253
|
+
.ds-dash-model) -- scoped to that one row so no other Row .sub is affected. */
|
|
1254
|
+
.ds-247420 .ds-context-cwd-row .row .sub { font-family: var(--ff-mono); }
|
|
1252
1255
|
.ds-247420 .row .meta { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; align-self: center; }
|
|
1253
1256
|
/* WorksList meta pairs a label with a disclosure chevron, inline-aligned. */
|
|
1254
1257
|
.ds-247420 .ds-works-meta { display: inline-flex; align-items: center; gap: .4em; }
|
|
@@ -3162,7 +3165,7 @@
|
|
|
3162
3165
|
transition: background var(--dur-snap, .15s) var(--ease, ease), color var(--dur-snap, .15s) var(--ease, ease);
|
|
3163
3166
|
}
|
|
3164
3167
|
.ds-247420 .composer-btn:hover { background: color-mix(in oklab, var(--fg) 8%, transparent); color: var(--fg); }
|
|
3165
|
-
.ds-247420 .chat-composer .send:hover { filter: brightness(
|
|
3168
|
+
.ds-247420 .chat-composer .send:hover { filter: brightness(0.92); }
|
|
3166
3169
|
.ds-247420 .chat-composer .send:active { filter: brightness(0.94); }
|
|
3167
3170
|
.ds-247420 .chat-composer .send:focus-visible,
|
|
3168
3171
|
.ds-247420 .composer-btn:focus-visible {
|
|
@@ -4258,7 +4261,7 @@
|
|
|
4258
4261
|
font-family: var(--ff-body); font-size: var(--fs-sm); font-weight: 600;
|
|
4259
4262
|
min-height: 40px; white-space: nowrap; overflow: hidden;
|
|
4260
4263
|
}
|
|
4261
|
-
.ds-247420 .ws-rail-action:hover { filter: brightness(
|
|
4264
|
+
.ds-247420 .ws-rail-action:hover { filter: brightness(0.92); }
|
|
4262
4265
|
.ds-247420 .ws-rail-action:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; }
|
|
4263
4266
|
.ds-247420 .ws-rail-nav { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
|
|
4264
4267
|
.ds-247420 .ws-rail-item {
|
|
@@ -5197,7 +5200,7 @@
|
|
|
5197
5200
|
height: 48px;
|
|
5198
5201
|
border-radius: var(--r-3);
|
|
5199
5202
|
background: var(--bg-2);
|
|
5200
|
-
color: var(--green
|
|
5203
|
+
color: var(--green);
|
|
5201
5204
|
display: flex;
|
|
5202
5205
|
align-items: center;
|
|
5203
5206
|
justify-content: center;
|
|
@@ -6802,6 +6805,7 @@
|
|
|
6802
6805
|
flex-wrap: wrap;
|
|
6803
6806
|
}
|
|
6804
6807
|
.ds-247420 .agentchat-cwd-text {
|
|
6808
|
+
font-family: var(--ff-mono);
|
|
6805
6809
|
overflow: hidden;
|
|
6806
6810
|
text-overflow: ellipsis;
|
|
6807
6811
|
white-space: nowrap;
|
|
@@ -8404,11 +8408,11 @@
|
|
|
8404
8408
|
.ds-247420 .ds-ep-dialog-btn.kind-primary {
|
|
8405
8409
|
background: var(--accent); color: var(--accent-fg); border-color: var(--accent);
|
|
8406
8410
|
}
|
|
8407
|
-
.ds-247420 .ds-ep-dialog-btn.kind-primary:hover { filter: brightness(
|
|
8411
|
+
.ds-247420 .ds-ep-dialog-btn.kind-primary:hover { filter: brightness(0.92); }
|
|
8408
8412
|
.ds-247420 .ds-ep-dialog-btn.kind-danger {
|
|
8409
8413
|
background: var(--danger); color: var(--on-accent); border-color: var(--danger);
|
|
8410
8414
|
}
|
|
8411
|
-
.ds-247420 .ds-ep-dialog-btn.kind-danger:hover { filter: brightness(
|
|
8415
|
+
.ds-247420 .ds-ep-dialog-btn.kind-danger:hover { filter: brightness(0.92); }
|
|
8412
8416
|
|
|
8413
8417
|
/* ---------------------------------------------------------------
|
|
8414
8418
|
Toast
|