@better-i18n/mcp 0.21.1 → 0.21.2

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -80,8 +80,8 @@ function renderCallbackPage(status, detail) {
80
80
  @media (prefers-color-scheme: dark) { body { background: #0a0a0a; color: #fafafa; } }
81
81
  .page { width: 480px; max-width: 100%; padding: 0 16px; text-align: center; }
82
82
  .logos { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
83
- .logo-circle { width: 64px; height: 64px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fff; display: flex; align-items: center; justify-content: center; }
84
- @media (prefers-color-scheme: dark) { .logo-circle { border-color: #262626; background: #171717; } }
83
+ .logo-circle { width: 64px; height: 64px; border-radius: 50%; border: 1px solid #e5e5e5; background: #fff; display: flex; align-items: center; justify-content: center; color: #111; }
84
+ @media (prefers-color-scheme: dark) { .logo-circle { border-color: #262626; background: #171717; color: #fafafa; } }
85
85
  h1 { font-size: 22px; font-weight: 600; margin-bottom: 24px; }
86
86
  .card { overflow: hidden; border-radius: 12px; border: 1px solid #e5e5e5; background: #fff; text-align: center; }
87
87
  @media (prefers-color-scheme: dark) { .card { border-color: #262626; background: #171717; } }
@@ -102,7 +102,7 @@ function renderCallbackPage(status, detail) {
102
102
  <div class="page">
103
103
  <div class="logos">
104
104
  <div class="logo-circle">
105
- <svg width="30" height="30" viewBox="0 0 42 42" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7 0H12.8L0 12.8V28.7L12.8 41.5H28.7L41.5 28.7V12.8L28.7 0ZM15 28.9L6.80002 20.7L15 12.5C18.1 9.4 23.2 9.4 26.3 12.5L34.5 20.7L26.3 28.9C23.2 32 18.2 32 15 28.9Z" fill="currentColor"/></svg>
105
+ <svg width="30" height="33" viewBox="0 0 260 286" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path fill-rule="evenodd" clip-rule="evenodd" d="M108.013 5.87936C121.62 -1.95979 138.38 -1.95978 151.987 5.87936L237.988 55.4243C251.609 63.2712 260 77.7805 260 93.4829V192.517C260 208.219 251.608 222.728 237.987 230.575L151.987 280.121C138.38 287.96 121.62 287.96 108.013 280.121L22.0117 230.575C8.39157 222.728 0.000135377 208.219 0 192.517V93.4829C0 77.7804 8.39217 63.2712 22.0127 55.4243L108.013 5.87936ZM136.603 23.6196C131.652 20.7615 125.553 20.7615 120.603 23.6196L54 62.0717C48.6668 65.1509 48.6669 72.8489 54 75.9282L142.342 126.931C147.292 129.789 150.342 135.072 150.342 140.788V242.792C150.342 248.951 157.009 252.8 162.342 249.721L228.944 211.268C233.895 208.41 236.944 203.127 236.944 197.411L236.94 90.7866C236.94 85.0706 233.891 79.7892 228.94 76.9311L136.603 23.6196ZM175.32 185C177.233 183.896 178.784 184.791 178.784 187V203.429C178.784 204.296 179.478 204.573 180.009 204.879C180.54 205.186 181.126 205.649 181.877 205.215L196.104 197C198.018 195.896 199.569 196.791 199.569 199V215C199.569 217.21 198.018 219.896 196.104 221L182.249 229C180.336 230.105 178.784 229.209 178.784 227V210.572C178.784 209.704 178.091 209.428 177.56 209.122C177.028 208.815 176.443 208.352 175.692 208.786L161.464 217C159.551 218.105 158 217.209 158 215V199C158 196.791 159.551 194.105 161.464 193L175.32 185Z" fill="currentColor"/></svg>
106
106
  </div>
107
107
  </div>
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-i18n/mcp",
3
- "version": "0.21.1",
3
+ "version": "0.21.2",
4
4
  "description": "MCP server for Better i18n translation management - AI-powered translation workflow for Cursor, Claude, and other AI assistants",
5
5
  "license": "MIT",
6
6
  "type": "module",