@seamapi/react 2.8.1 → 2.8.3

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.1/dist/elements.js"
90
+ src="https://react.seam.co/v/2.8.3/dist/elements.js"
91
91
  ></script>
92
92
  </body>
93
93
  ```
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.1";
8229
+ const RS = "2.8.3";
8230
8230
  var Zn, Er, ys, Yn, gs, vs, Bt, Ic, DS, Jn, fn;
8231
8231
  class NS {
8232
8232
  constructor({
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiReactVersion = "2.8.1";
1
+ declare const seamapiReactVersion = "2.8.3";
2
2
  export default seamapiReactVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '2.8.1';
1
+ const seamapiReactVersion = '2.8.3';
2
2
  export default seamapiReactVersion;
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/react",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "description": "Seam Components.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '2.8.1'
1
+ const seamapiReactVersion = '2.8.3'
2
2
 
3
3
  export default seamapiReactVersion