@farming-labs/theme 0.1.144 → 0.1.145

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.
@@ -140,7 +140,7 @@ const threadlinePageActions = {
140
140
  name: "T3 Chat",
141
141
  urlTemplate: "https://t3.chat/new?q={prompt}",
142
142
  promptUrlTemplate: "https://t3.chat/new?q={prompt}",
143
- icon: `<svg width="16" height="16" viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M4.5 5.5h15v9.75h-7.2L8 19.25v-4H4.5V5.5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.8"/><path d="M8 9h8M8 12h5.5" stroke="currentColor" stroke-linecap="round" stroke-width="1.8"/></svg>`
143
+ icon: `<svg width="16" height="16" viewBox="0 0 512 512" fill="none" aria-hidden="true"><rect width="512" height="512" rx="96" fill="url(#fd-t3-chat-bg)"/><path d="M115.3 407.6c-4.7 2.7-10.4-1.1-9.7-6.5l11.7-87.8C100.9 292.3 92 267.9 92 242c0-80.7 83.7-146.2 187-146.2S466 161.3 466 242 382.3 388.2 279 388.2c-28.2 0-55-4.9-78.9-13.6l-84.8 33Z" fill="url(#fd-t3-chat-bubble)"/><defs><linearGradient id="fd-t3-chat-bg" x1="86" x2="420" y1="32" y2="482" gradientUnits="userSpaceOnUse"><stop stop-color="#ff2bb5"/><stop offset="1" stop-color="#85005d"/></linearGradient><linearGradient id="fd-t3-chat-bubble" x1="176" x2="341" y1="113" y2="393" gradientUnits="userSpaceOnUse"><stop stop-color="#ffd3ff"/><stop offset="1" stop-color="#f66ce7"/></linearGradient></defs></svg>`
144
144
  }
145
145
  ]
146
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/theme",
3
- "version": "0.1.144",
3
+ "version": "0.1.145",
4
4
  "description": "Theme package for @farming-labs/docs — layout, provider, MDX components, and styles",
5
5
  "keywords": [
6
6
  "docs",
@@ -145,7 +145,7 @@
145
145
  "tsdown": "^0.20.3",
146
146
  "typescript": "^5.9.3",
147
147
  "vitest": "^4.1.8",
148
- "@farming-labs/docs": "0.1.144"
148
+ "@farming-labs/docs": "0.1.145"
149
149
  },
150
150
  "peerDependencies": {
151
151
  "@farming-labs/docs": ">=0.0.1",