@juv/codego-react-ui 3.5.4 → 3.5.21
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 +0 -8
- package/dist/index.cjs +2415 -2419
- package/dist/index.global.js +2386 -2388
- package/dist/index.js +2577 -2581
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -619,14 +619,6 @@ function AnnouncementsPage() {
|
|
|
619
619
|
}
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
> **Note:** `useServerBulletin` uses the internal `codego` api client which automatically attaches the Bearer token from `localStorage.getItem("token")`. For encrypted Laravel responses, pass `encrypt: true` and set `VITE_LARAVEL_KEY` in your `.env`:
|
|
623
|
-
>
|
|
624
|
-
> ```
|
|
625
|
-
> VITE_LARAVEL_KEY=base64:your_app_key_here
|
|
626
|
-
> ```
|
|
627
|
-
>
|
|
628
|
-
> Or pass the key directly: `key: "base64:..."`. The response can be a plain array `[...]` or a paginated object `{ data: [...], total, per_page, ... }` — both are handled automatically.
|
|
629
|
-
|
|
630
622
|
---
|
|
631
623
|
|
|
632
624
|
## LeafletMap Props
|