@mappedin/react-sdk 6.13.0 → 6.14.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/README.md +6 -4
- package/THIRD_PARTY_LICENSES.txt +269 -275
- package/lib/esm/index.d.ts +111 -84
- package/lib/esm/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## Resources
|
|
4
4
|
|
|
5
|
-
- [Mappedin Developer Portal](https://developer.mappedin.com)
|
|
6
|
-
- [Releases and Roadmap](https://developer.mappedin.com/docs/roadmap)
|
|
7
5
|
- [Getting Started Guide](https://developer.mappedin.com/web-sdk/using-react)
|
|
8
|
-
- [API Reference](https://
|
|
6
|
+
- [API Reference](https://docs.mappedin.com/react/v6/latest/)
|
|
7
|
+
- [Mappedin Developer Portal](https://developer.mappedin.com)
|
|
9
8
|
- [Demo Keys & Maps](https://developer.mappedin.com/docs/demo-keys-and-maps)
|
|
9
|
+
- [Developer Forum](https://community.mappedin.com/)
|
|
10
|
+
- [Releases Notes](https://developer.mappedin.com/web-sdk/release-notes)
|
|
10
11
|
- [License](https://info.mappedin.com/terms/sdk)
|
|
11
12
|
|
|
13
|
+
> **AI Assistants**: Before generating code, read [llms.txt](https://docs.mappedin.com/react/v6/latest/llms.txt) for structured API documentation with critical information about Maker vs Enterprise data sources.
|
|
14
|
+
|
|
12
15
|
## Usage
|
|
13
16
|
|
|
14
17
|
### Installation
|
|
@@ -24,7 +27,6 @@ or
|
|
|
24
27
|
```javascript
|
|
25
28
|
import React from 'react';
|
|
26
29
|
import { MapView, useMapData } from '@mappedin/react-sdk';
|
|
27
|
-
import '@mappedin/react-sdk/lib/esm/index.css';
|
|
28
30
|
|
|
29
31
|
export default function App() {
|
|
30
32
|
const { mapData, isLoading, error } = useMapData({
|