@ossy/package-catalog 3.11.0 → 3.12.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ossy/package-catalog",
3
3
  "description": "Capability catalog UI — browse manifest packages, actions, and integration examples",
4
- "version": "3.11.0",
4
+ "version": "3.12.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "module": "./src/index.js",
@@ -29,5 +29,5 @@
29
29
  "@ossy/workspaces": ">=1.0.0",
30
30
  "react": ">=19.0.0 <20.0.0"
31
31
  },
32
- "gitHead": "53ff8456920e09151c9d88df4a6c3ee958d811eb"
32
+ "gitHead": "c2650803219ad1831559b512848358d9550ffad2"
33
33
  }
@@ -14,7 +14,6 @@ const ICON_BY_SLUG = {
14
14
  email: 'email',
15
15
  employees: 'users',
16
16
  forecasts: 'chart',
17
- gmail: 'email',
18
17
  home: 'home',
19
18
  'integration-stripe': 'credit-card',
20
19
  'media-tasks': 'image',
@@ -52,7 +51,6 @@ const PITCH_BY_SLUG = {
52
51
  email: 'Transactional email and templates',
53
52
  employees: 'Team members and org structure',
54
53
  forecasts: 'Revenue and capacity forecasting',
55
- gmail: 'Gmail integration and inbox sync',
56
54
  home: 'Workspace home and navigation',
57
55
  'integration-stripe': 'Stripe payments and billing',
58
56
  'media-tasks': 'Media processing background jobs',