@arcadeai/design-system 3.2.0 → 3.3.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.
@@ -168,7 +168,7 @@ const a = [
168
168
  isHidden: !1
169
169
  },
170
170
  {
171
- id: "Box",
171
+ id: "BoxAPI",
172
172
  label: "Box API",
173
173
  isBYOC: !1,
174
174
  isPro: !1,
@@ -1351,16 +1351,16 @@ const a = [
1351
1351
  isHidden: !1
1352
1352
  },
1353
1353
  {
1354
- id: "Xero",
1355
- label: "Xero",
1354
+ id: "XeroAPI",
1355
+ label: "Xero API",
1356
1356
  isBYOC: !1,
1357
1357
  isPro: !1,
1358
1358
  publicIconUrl: `${e}/xero.svg`,
1359
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/xero",
1360
- relativeDocsLink: "/en/mcp-servers/productivity/xero",
1359
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/xero-api",
1360
+ relativeDocsLink: "/en/mcp-servers/productivity/xero-api",
1361
1361
  category: "productivity",
1362
- type: "arcade",
1363
- isComingSoon: !0,
1362
+ type: "arcade_starter",
1363
+ isComingSoon: !1,
1364
1364
  isHidden: !1
1365
1365
  },
1366
1366
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.2.0",
4
+ "version": "3.3.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",