@synchat/webchat 0.0.27 → 0.0.28

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,7 +148,7 @@ Para customizar a cor do botão:
148
148
 
149
149
  1. **Cadastro:** [portal.synchat.com.br](https://portal.synchat.com.br) → Cadastre-se.
150
150
  2. **Canal WebChat:** Portal → Canais → Novo canal → WebChat → preencher → Criar → **copiar o token**.
151
- 3. **No site:** `npm install @synchat/webchat` e usar `<WebChat token="..." />` (ou informar `apiBaseUrl` e `primaryColor` se quiser).
151
+ 3. **No site:** `npm install @synchat/webchat` e usar `<WebChat token="..." />` (ou informar `primaryColor` se quiser).
152
152
  4. **Conversa:** Implementar **onStartChat** para conectar ao WebSocket e enviar a primeira mensagem quando o recurso estiver disponível.
153
153
 
154
154
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synchat/webchat",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Starter de biblioteca de componentes React + TypeScript com tsup.",
5
5
  "author": "synchat <contato@synchat.com.br>",
6
6
  "license": "MIT",