@seamapi/react 2.8.4 → 2.8.5

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 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.4/dist/elements.js"
90
+ src="https://react.seam.co/v/2.8.5/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.8.4/dist/index.min.css"
218
+ href="https://react.seam.co/v/2.8.5/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.4";
8229
+ const RS = "2.8.5";
8230
8230
  var Zn, Er, ys, Yn, gs, vs, Bt, Ic, DS, Jn, fn;
8231
8231
  class NS {
8232
8232
  constructor({
@@ -18497,13 +18497,13 @@ function _w() {
18497
18497
  const I3 = (e) => {
18498
18498
  if (!("client" in e))
18499
18499
  return !1;
18500
- const { client: t } = e;
18500
+ const { client: t, ...n } = e;
18501
18501
  if (t == null)
18502
18502
  return !1;
18503
- const n = Object.values(e).filter((r) => r != null);
18504
- if (n.length > 0)
18503
+ const r = Object.values(n).filter((i) => i != null);
18504
+ if (r.length > 0)
18505
18505
  throw new cs(
18506
- `The client prop cannot be used with ${n.join(" or ")}.`
18506
+ `The client prop cannot be used with ${r.join(" or ")}.`
18507
18507
  );
18508
18508
  return !0;
18509
18509
  }, j3 = (e) => {