@linktr.ee/messaging-react 1.6.3 → 1.6.4-rc-1761883235

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "1.6.3",
3
+ "version": "1.6.4-rc-1761883235",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,9 +0,0 @@
1
- /**
2
- * Generate avatar background and text colors based on a string
3
- * Returns a consistent background color
4
- */
5
- export function getAvatarColor(_id: string): {
6
- color: string
7
- } {
8
- return { color: '#FBFAF9' }
9
- }