@opencode-ai/ui 1.18.11 → 1.18.12

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": "1.18.11",
3
+ "version": "1.18.12",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -366,34 +366,9 @@
366
366
  </symbol>
367
367
  <symbol viewBox="0 0 24 24" fill="none" id="openrouter">
368
368
  <path
369
- d="M3.10913 12.07C3.65512 12.07 5.76627 11.5988 6.85825 10.98C7.95023 10.3612 7.95023 10.3612 10.207 8.75965C13.0642 6.73196 15.0845 7.41088 18.3968 7.41088"
369
+ d="M728.039 234C819.325 234 893.323 308.62 893.323 400.668C893.323 492.716 819.325 567.336 728.039 567.336L891.984 732.656C912.81 753.655 898.061 789.56 868.613 789.56H397.472C245.333 789.56 122 665.193 122 511.78C122 358.367 245.333 234 397.472 234H728.039ZM397.472 345.112C306.189 345.112 232.189 419.732 232.189 511.78C232.189 603.828 306.189 678.448 397.472 678.448C488.756 678.448 562.756 603.828 562.756 511.78C562.756 419.732 488.756 345.112 397.472 345.112Z"
370
370
  fill="currentColor"
371
- ></path>
372
- <path
373
- d="M3.10913 12.07C3.65512 12.07 5.76627 11.5988 6.85825 10.98C7.95023 10.3612 7.95023 10.3612 10.207 8.75965C13.0642 6.73196 15.0845 7.41088 18.3968 7.41088"
374
- stroke="currentColor"
375
- stroke-width="3.27593"
376
- ></path>
377
- <path
378
- d="M21.6 7.43108L16.0037 10.6622V4.20001L21.6 7.43108Z"
379
- fill="currentColor"
380
- stroke="currentColor"
381
- stroke-width="0.0363992"
382
- ></path>
383
- <path
384
- d="M3 12.072C3.54599 12.072 5.65714 12.5432 6.74912 13.162C7.8411 13.7808 7.8411 13.7808 10.0978 15.3823C12.9551 17.41 14.9753 16.7311 18.2877 16.7311"
385
- fill="currentColor"
386
- ></path>
387
- <path
388
- d="M3 12.072C3.54599 12.072 5.65714 12.5432 6.74912 13.162C7.8411 13.7808 7.8411 13.7808 10.0978 15.3823C12.9551 17.41 14.9753 16.7311 18.2877 16.7311"
389
- stroke="currentColor"
390
- stroke-width="3.27593"
391
- ></path>
392
- <path
393
- d="M21.4909 16.7109L15.8945 13.4798V19.942L21.4909 16.7109Z"
394
- fill="currentColor"
395
- stroke="currentColor"
396
- stroke-width="0.0363992"
371
+ transform="scale(0.0234375)"
397
372
  ></path>
398
373
  </symbol>
399
374
  <symbol viewBox="0 0 24 24" fill="none" id="opencode">
@@ -41,7 +41,8 @@
41
41
  "syntax-type": "var(--v2-purple-800)",
42
42
  "syntax-constant": "#007b80",
43
43
  "syntax-critical": "var(--v2-red-800)",
44
- "syntax-diff-delete": "#ff8c00",
44
+ "syntax-diff-add": "var(--v2-state-fg-success)",
45
+ "syntax-diff-delete": "var(--v2-state-fg-danger)",
45
46
  "syntax-diff-unknown": "#a753ae",
46
47
  "surface-critical-base": "#FFF2F0"
47
48
  },
@@ -275,7 +276,8 @@
275
276
  "syntax-type": "var(--v2-purple-400)",
276
277
  "syntax-constant": "#93e9f6",
277
278
  "syntax-critical": "var(--v2-red-400)",
278
- "syntax-diff-delete": "#fab283",
279
+ "syntax-diff-add": "var(--v2-state-fg-success)",
280
+ "syntax-diff-delete": "var(--v2-state-fg-danger)",
279
281
  "syntax-diff-unknown": "#edb2f1",
280
282
  "surface-critical-base": "#1F0603"
281
283
  },