open-agents-ai 0.187.202 → 0.187.203
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -315515,7 +315515,7 @@ body {
|
|
|
315515
315515
|
background: #2a2a30;
|
|
315516
315516
|
border: 1px solid #3a3a42;
|
|
315517
315517
|
color: #b2920a;
|
|
315518
|
-
padding:
|
|
315518
|
+
padding: 10px 16px;
|
|
315519
315519
|
border-radius: 3px;
|
|
315520
315520
|
font-family: inherit;
|
|
315521
315521
|
font-size: 0.75rem;
|
package/package.json
CHANGED