@opencode-ai/ui 0.0.0-dev-18874 → 0.0.0-dev-18883
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/package.json
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
background-color: var(--v2-overlay-simple-overlay-hover);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
[data-slot="line-comment-v2-overflow"]:is(:active, [data-state="pressed"]) {
|
|
106
|
+
[data-slot="line-comment-v2-overflow"]:is(:active, [data-state="pressed"], [data-expanded]) {
|
|
107
107
|
background-color: var(--v2-overlay-simple-overlay-pressed);
|
|
108
108
|
}
|
|
109
109
|
|
|
@@ -294,7 +294,7 @@ export function LineCommentEditor(props: LineCommentEditorProps) {
|
|
|
294
294
|
<div data-slot="line-comment-v2-footer">
|
|
295
295
|
<div data-slot="line-comment-v2-footer-meta">{local.selection}</div>
|
|
296
296
|
<div data-slot="line-comment-v2-footer-actions">
|
|
297
|
-
<Button type="button" size="normal" variant="
|
|
297
|
+
<Button type="button" size="normal" variant="ghost" onClick={() => local.onCancel()}>
|
|
298
298
|
{local.cancelLabel ?? i18n.t("ui.lineComment.cancel")}
|
|
299
299
|
</Button>
|
|
300
300
|
<Button type="button" size="normal" variant="contrast" disabled={!canSubmit()} onClick={submit}>
|
package/src/icons/icon/icon.tsx
CHANGED
|
@@ -134,7 +134,7 @@ const icons = {
|
|
|
134
134
|
},
|
|
135
135
|
"window-analytics": {
|
|
136
136
|
viewBox: "0 0 16 16",
|
|
137
|
-
body: `<
|
|
137
|
+
body: `<path d="M14.5 9.8333V13.5H1.5V2.5H7.1667M9.5 2.5V7.5H14.5V2.5H9.5Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square"/>`,
|
|
138
138
|
},
|
|
139
139
|
trash: {
|
|
140
140
|
viewBox: "0 0 20 20",
|