@cupcodev/ui 2.0.0 → 2.0.1
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/README.md +2 -0
- package/dist/index.cjs +1198 -664
- package/dist/index.d.cts +10 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.js +1191 -664
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,6 +176,8 @@ Para configurar o chat com dados reais e notificacoes em tempo real:
|
|
|
176
176
|
- `scripts/supabase/chat/03_enable_realtime.sql`
|
|
177
177
|
- `scripts/supabase/chat/04_verify_realtime.sql`
|
|
178
178
|
- `scripts/supabase/chat/06_fix_rls_and_avatars_for_external_auth.sql` (se usar auth externa)
|
|
179
|
+
- `scripts/supabase/chat/15_enable_presence_global_realtime.sql` (presenca global com idle auto)
|
|
180
|
+
- `scripts/supabase/chat/16_verify_presence_global_realtime.sql`
|
|
179
181
|
3. Reinicie o app: `npm run dev`.
|
|
180
182
|
4. Valide o fluxo com `scripts/supabase/chat/05_acceptance_checks.sql`.
|
|
181
183
|
|