@opencode-ai/ui 1.18.15 → 1.18.17

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.15",
3
+ "version": "1.18.17",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "border-weak-base": "#DBDBDB",
26
26
  "border-weaker-base": "#E8E8E8",
27
27
  "icon-base": "#8F8F8F",
28
- "icon-weak-base": "C7C7C7",
28
+ "icon-weak-base": "#C7C7C7",
29
29
  "surface-raised-base": "#F3F3F3",
30
30
  "surface-raised-base-hover": "#EDEDED",
31
31
  "surface-base": "#F8F8F8",
@@ -195,9 +195,9 @@
195
195
 
196
196
  /* Loading */
197
197
  [data-component="button-v2"][data-variant="loading"] {
198
- background: #f2f2f2;
198
+ background: var(--v2-background-bg-layer-02);
199
199
  color: var(--v2-text-text-base);
200
- box-shadow: inset 0 0 0 0.5px rgba(0, 0, 0, 0.08);
200
+ box-shadow: inset 0 0 0 0.5px var(--v2-border-border-muted);
201
201
  cursor: default;
202
202
  pointer-events: none;
203
203
  }