@seamapi/react 2.8.3 → 2.8.4
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 -2
- package/dist/elements.js.map +1 -1
- package/lib/seam/SeamProvider.js +0 -1
- package/lib/seam/SeamProvider.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/SeamProvider.tsx +0 -1
- 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.8.
|
|
90
|
+
src="https://react.seam.co/v/2.8.4/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/
|
|
218
|
+
href="https://react.seam.co/v/2.8.4/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -8226,7 +8226,7 @@ function Md(e, t, n) {
|
|
|
8226
8226
|
}
|
|
8227
8227
|
return r4(r);
|
|
8228
8228
|
}
|
|
8229
|
-
const RS = "2.8.
|
|
8229
|
+
const RS = "2.8.4";
|
|
8230
8230
|
var Zn, Er, ys, Yn, gs, vs, Bt, Ic, DS, Jn, fn;
|
|
8231
8231
|
class NS {
|
|
8232
8232
|
constructor({
|
|
@@ -18543,7 +18543,7 @@ const I3 = (e) => {
|
|
|
18543
18543
|
};
|
|
18544
18544
|
class cs extends Error {
|
|
18545
18545
|
constructor(t) {
|
|
18546
|
-
super(`SeamProvider received invalid props: ${t}`), this.name = this.constructor.name
|
|
18546
|
+
super(`SeamProvider received invalid props: ${t}`), this.name = this.constructor.name;
|
|
18547
18547
|
}
|
|
18548
18548
|
}
|
|
18549
18549
|
const T3 = {
|