@seamapi/react 4.11.1 → 4.11.2
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 -2
- package/dist/elements.js +2 -1
- package/dist/elements.js.map +1 -1
- package/lib/seam/SeamQueryProvider.d.ts +1 -1
- package/lib/seam/SeamQueryProvider.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/element.tsx +1 -0
- package/src/lib/seam/SeamQueryProvider.tsx +4 -1
- package/src/lib/version.ts +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ export function App() {
|
|
|
102
102
|
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
|
|
103
103
|
<script
|
|
104
104
|
type="module"
|
|
105
|
-
src="https://react.seam.co/v/4.11.
|
|
105
|
+
src="https://react.seam.co/v/4.11.2/dist/elements.js"
|
|
106
106
|
></script>
|
|
107
107
|
</body>
|
|
108
108
|
```
|
|
@@ -230,7 +230,7 @@ or place the following in the `<head>` tag:
|
|
|
230
230
|
```html
|
|
231
231
|
<link
|
|
232
232
|
rel="stylesheet"
|
|
233
|
-
href="https://react.seam.co/v/4.11.
|
|
233
|
+
href="https://react.seam.co/v/4.11.2/dist/index.min.css"
|
|
234
234
|
/>
|
|
235
235
|
```
|
|
236
236
|
|
package/dist/elements.js
CHANGED
|
@@ -17240,7 +17240,7 @@ const v2 = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
|
|
|
17240
17240
|
const t = globalThis.document.createElement("link");
|
|
17241
17241
|
t.rel = "stylesheet", t.type = "text/css", t.href = v2, globalThis.document.head.appendChild(t);
|
|
17242
17242
|
}, [n]);
|
|
17243
|
-
}, nx = "4.11.
|
|
17243
|
+
}, nx = "4.11.2", sj = "https://react.seam.co", rj = ({
|
|
17244
17244
|
disabled: n = !1,
|
|
17245
17245
|
unminified: e = !1
|
|
17246
17246
|
}) => {
|
|
@@ -17584,6 +17584,7 @@ const fj = () => {
|
|
|
17584
17584
|
userIdentifierKey: "string",
|
|
17585
17585
|
clientSessionToken: "string",
|
|
17586
17586
|
endpoint: "string",
|
|
17587
|
+
isUndocumentedApiEnabled: "boolean",
|
|
17587
17588
|
queryClient: "object",
|
|
17588
17589
|
telemetryClient: "object",
|
|
17589
17590
|
disableTelemetry: "boolean",
|