@opencode-ai/ui 0.0.0-dev-202606270436 → 0.0.0-dev-202606270455

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-202606270436",
3
+ "version": "0.0.0-dev-202606270455",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -140,9 +140,6 @@
140
140
 
141
141
  color: var(--text-strong);
142
142
 
143
- transition:
144
- background-color 0.2s ease-in-out,
145
- color 0.2s ease-in-out;
146
143
  outline: none;
147
144
  user-select: none;
148
145