@opencode-ai/ui 1.18.8 → 1.18.9

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.8",
3
+ "version": "1.18.9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -199,7 +199,6 @@
199
199
  width: 100%;
200
200
  height: 28px;
201
201
  border-radius: 4px;
202
- border: 0.5px solid transparent;
203
202
  box-sizing: border-box;
204
203
  color: var(--v2-text-text-muted);
205
204
  }
@@ -222,5 +221,4 @@
222
221
  [data-slot="tabs-v2-trigger-wrapper"]:has([data-selected]) {
223
222
  background-color: var(--v2-background-bg-layer-03);
224
223
  color: var(--v2-text-text-base);
225
- border: 0.5px solid var(--v2-border-border-muted);
226
224
  }