@ossy/distribution 3.0.9 → 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/distribution",
3
3
  "description": "Analytics module — workspace analytics for website traffic",
4
- "version": "3.0.9",
4
+ "version": "3.12.0",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
7
7
  "module": "./src/index.js",
@@ -27,5 +27,5 @@
27
27
  "@ossy/sdk-react": "*",
28
28
  "react": "*"
29
29
  },
30
- "gitHead": "908fae28675f6c3c179d4c2eecb451e8a1af886e"
30
+ "gitHead": "c2650803219ad1831559b512848358d9550ffad2"
31
31
  }
@@ -12,7 +12,7 @@ export const metadata = {
12
12
  },
13
13
  }
14
14
 
15
- const integrationKeys = ['pinterest', 'x', 'linkedin', 'gmail']
15
+ const integrationKeys = ['pinterest', 'x', 'linkedin']
16
16
 
17
17
  export const DistributionPage = () => {
18
18
  const router = useRouter()
@@ -6,6 +6,5 @@
6
6
  "distribution.home.integrations": "Integrations",
7
7
  "distribution.home.integration.pinterest.description": "Share your images on Pinterest",
8
8
  "distribution.home.integration.x.description": "Share your images on X",
9
- "distribution.home.integration.linkedin.description": "Share your images on LinkedIn",
10
- "distribution.home.integration.gmail.description": "Send and read emails"
9
+ "distribution.home.integration.linkedin.description": "Share your images on LinkedIn"
11
10
  }
@@ -6,6 +6,5 @@
6
6
  "distribution.home.integrations": "Integrationer",
7
7
  "distribution.home.integration.pinterest.description": "Dela dina bilder på Pinterest",
8
8
  "distribution.home.integration.x.description": "Dela dina bilder på X",
9
- "distribution.home.integration.linkedin.description": "Dela dina bilder på LinkedIn",
10
- "distribution.home.integration.gmail.description": "Skicka och läs e-post"
9
+ "distribution.home.integration.linkedin.description": "Dela dina bilder på LinkedIn"
11
10
  }