@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-ai/ui",
3
- "version": "0.0.0-dev-18874",
3
+ "version": "0.0.0-dev-18883",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -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="neutral" onClick={() => local.onCancel()}>
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}>
@@ -134,7 +134,7 @@ const icons = {
134
134
  },
135
135
  "window-analytics": {
136
136
  viewBox: "0 0 16 16",
137
- body: `<g transform="translate(1 2)"><path d="M7 4H11M7 8H11M0.5 0.5V11.5H13.5V0.5H0.5ZM3.5 3.5H4.5V4.5H3.5V3.5ZM3.5 7.5H4.5V8.5H3.5V7.5Z" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square"/></g>`,
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",