@arcadeai/design-system 3.3.1 → 3.4.0

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.
@@ -1234,16 +1234,16 @@ const a = [
1234
1234
  isHidden: !1
1235
1235
  },
1236
1236
  {
1237
- id: "Trello",
1238
- label: "Trello",
1237
+ id: "TrelloAPI",
1238
+ label: "Trello API",
1239
1239
  isBYOC: !1,
1240
1240
  isPro: !1,
1241
1241
  publicIconUrl: `${e}/trello.svg`,
1242
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/trello",
1243
- relativeDocsLink: "/en/mcp-servers/productivity/trello",
1242
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/trello-api",
1243
+ relativeDocsLink: "/en/mcp-servers/productivity/trello-api",
1244
1244
  category: "productivity",
1245
- type: "arcade",
1246
- isComingSoon: !0,
1245
+ type: "arcade_starter",
1246
+ isComingSoon: !1,
1247
1247
  isHidden: !1
1248
1248
  },
1249
1249
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.3.1",
4
+ "version": "3.4.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",