@seamapi/react 2.12.1 → 2.13.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 +2 -2
- package/dist/elements.js +3 -2
- package/dist/elements.js.map +1 -1
- package/lib/seam/components/ConnectAccountButton/ConnectAccountButton.js +1 -0
- package/lib/seam/components/ConnectAccountButton/ConnectAccountButton.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/seam/components/ConnectAccountButton/ConnectAccountButton.tsx +1 -0
- package/src/lib/version.ts +1 -1
package/README.md
CHANGED
|
@@ -87,7 +87,7 @@ export function App() {
|
|
|
87
87
|
<seam-device-table publishable-key="your_publishable_key"></seam-device-table>
|
|
88
88
|
<script
|
|
89
89
|
type="module"
|
|
90
|
-
src="https://react.seam.co/v/2.
|
|
90
|
+
src="https://react.seam.co/v/2.13.0/dist/elements.js"
|
|
91
91
|
></script>
|
|
92
92
|
</body>
|
|
93
93
|
```
|
|
@@ -215,7 +215,7 @@ or place the following in the `<head>` tag:
|
|
|
215
215
|
```html
|
|
216
216
|
<link
|
|
217
217
|
rel="stylesheet"
|
|
218
|
-
href="https://react.seam.co/v/2.
|
|
218
|
+
href="https://react.seam.co/v/2.13.0/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -8105,7 +8105,7 @@ const Qg = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
|
|
|
8105
8105
|
const n = globalThis.document.createElement("link");
|
|
8106
8106
|
n.rel = "stylesheet", n.type = "text/css", n.href = Qg, globalThis.document.head.appendChild(n);
|
|
8107
8107
|
}, [e]);
|
|
8108
|
-
}, $w = "2.
|
|
8108
|
+
}, $w = "2.13.0", mC = "https://react.seam.co", yC = ({
|
|
8109
8109
|
disabled: e = !1,
|
|
8110
8110
|
unminified: t = !1
|
|
8111
8111
|
}) => {
|
|
@@ -28243,7 +28243,8 @@ function AE({
|
|
|
28243
28243
|
}), r = _.useCallback(() => {
|
|
28244
28244
|
var i;
|
|
28245
28245
|
n({
|
|
28246
|
-
custom_redirect_url: (i = globalThis.location) == null ? void 0 : i.href
|
|
28246
|
+
custom_redirect_url: (i = globalThis.location) == null ? void 0 : i.href,
|
|
28247
|
+
wait_for_device_creation: !0
|
|
28247
28248
|
});
|
|
28248
28249
|
}, [n]);
|
|
28249
28250
|
return /* @__PURE__ */ p.jsx(
|