@seamapi/react 4.14.0 → 4.14.2

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/4.14.0/dist/elements.js"
90
+ src="https://react.seam.co/v/4.14.2/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/4.14.0/dist/index.min.css"
218
+ href="https://react.seam.co/v/4.14.2/dist/index.min.css"
219
219
  />
220
220
  ```
221
221
 
package/dist/elements.js CHANGED
@@ -18744,7 +18744,7 @@ const WC = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
18744
18744
  const t = globalThis.document.createElement("link");
18745
18745
  t.rel = "stylesheet", t.type = "text/css", t.href = WC, globalThis.document.head.appendChild(t);
18746
18746
  }, [n]);
18747
- }, Ax = "4.14.0", Pj = "https://react.seam.co", Dj = ({
18747
+ }, Ax = "4.14.2", Pj = "https://react.seam.co", Dj = ({
18748
18748
  disabled: n = !1,
18749
18749
  unminified: e = !1
18750
18750
  }) => {
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiReactVersion = "4.14.0";
1
+ declare const seamapiReactVersion = "4.14.2";
2
2
  export default seamapiReactVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '4.14.0';
1
+ const seamapiReactVersion = '4.14.2';
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": "4.14.0",
3
+ "version": "4.14.2",
4
4
  "description": "Seam Components.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,3 +1,3 @@
1
- const seamapiReactVersion = '4.14.0'
1
+ const seamapiReactVersion = '4.14.2'
2
2
 
3
3
  export default seamapiReactVersion