@seamapi/react 2.0.0 → 2.0.1

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.0.0/dist/elements.js"
90
+ src="https://react.seam.co/v/2.0.1/dist/elements.js"
91
91
  ></script>
92
92
  </body>
93
93
  ```
package/dist/elements.js CHANGED
@@ -8226,7 +8226,7 @@ function Id(t, e, n) {
8226
8226
  }
8227
8227
  return VO(r);
8228
8228
  }
8229
- const bS = "2.0.0";
8229
+ const bS = "2.0.1";
8230
8230
  var $n, gr, us, Gn, ds, cs, qt, wc, wS, Qn, on;
8231
8231
  class SS {
8232
8232
  constructor({
@@ -29292,10 +29292,11 @@ function nE({
29292
29292
  function Tz({
29293
29293
  deviceModel: t
29294
29294
  }) {
29295
+ var e;
29295
29296
  return /* @__PURE__ */ p.jsxs("div", { className: "seam-col seam-model-col", children: [
29296
29297
  /* @__PURE__ */ p.jsx("div", { className: "seam-model-name", children: /* @__PURE__ */ p.jsx("div", { className: "seam-truncated-text", children: t.display_name }) }),
29297
29298
  /* @__PURE__ */ p.jsx("div", { className: "seam-model-id", children: /* @__PURE__ */ p.jsxs("div", { className: "seam-truncated-text", children: [
29298
- t.device_model_id,
29299
+ (e = t.aesthetic_variants[0]) == null ? void 0 : e.manufacturer_sku,
29299
29300
  /* @__PURE__ */ p.jsx(wi, {}),
29300
29301
  t.main_connection_type
29301
29302
  ] }) })