@chrysb/alphaclaw 0.1.13 → 0.1.14

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.
@@ -365,7 +365,7 @@ function App() {
365
365
  </div>
366
366
 
367
367
  <div class="app-content">
368
- <div class="max-w-2xl space-y-4">
368
+ <div class="max-w-2xl w-full mx-auto space-y-4">
369
369
  ${tab === "general"
370
370
  ? html`<${GeneralTab} onSwitchTab=${setTab} />`
371
371
  : tab === "models"
@@ -195,7 +195,7 @@ export const CredentialsModal = ({ visible, onClose, onSaved }) => {
195
195
  Copy Client ID + Secret (or download credentials JSON)
196
196
  </li>
197
197
  </ol>
198
- <p class="mt-3 text-yellow-500/80">
198
+ <p class="mt-3" style="color: rgba(99, 235, 255, 0.6)">
199
199
  ⚠️ App will be in "Testing" mode. Only emails added as
200
200
  Test Users can sign in (up to 100).
201
201
  </p>
@@ -248,7 +248,7 @@ export const CredentialsModal = ({ visible, onClose, onSaved }) => {
248
248
  Copy Client ID + Secret (or download credentials JSON)
249
249
  </li>
250
250
  </ol>
251
- <p class="mt-3 text-green-500/80">
251
+ <p class="mt-3" style="color: rgba(99, 235, 255, 0.6)">
252
252
  ✓ Internal apps skip test users and verification. Only
253
253
  users in your Workspace org can authorize this Google app.
254
254
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrysb/alphaclaw",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },