@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 +2 -2
- package/dist/elements.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -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/4.14.
|
|
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.
|
|
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.
|
|
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.
|
|
1
|
+
declare const seamapiReactVersion = "4.14.2";
|
|
2
2
|
export default seamapiReactVersion;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
package/src/lib/version.ts
CHANGED