@seamapi/react 3.1.1 → 3.1.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 +4 -4
- package/dist/elements.js.map +1 -1
- package/lib/ui/AccessCodeForm/AccessCodeForm.js +3 -3
- package/lib/ui/AccessCodeForm/AccessCodeForm.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/src/lib/ui/AccessCodeForm/AccessCodeForm.tsx +3 -4
- 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/3.1.
|
|
90
|
+
src="https://react.seam.co/v/3.1.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/3.1.
|
|
218
|
+
href="https://react.seam.co/v/3.1.2/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -7568,7 +7568,7 @@ const Ev = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
|
|
|
7568
7568
|
const n = globalThis.document.createElement("link");
|
|
7569
7569
|
n.rel = "stylesheet", n.type = "text/css", n.href = Ev, globalThis.document.head.appendChild(n);
|
|
7570
7570
|
}, [t]);
|
|
7571
|
-
}, S_ = "3.1.
|
|
7571
|
+
}, S_ = "3.1.2", c6 = "https://react.seam.co", u6 = ({
|
|
7572
7572
|
disabled: t = !1,
|
|
7573
7573
|
unminified: e = !1
|
|
7574
7574
|
}) => {
|
|
@@ -21131,10 +21131,10 @@ function r9({
|
|
|
21131
21131
|
if (s)
|
|
21132
21132
|
return;
|
|
21133
21133
|
const G = p.toISO();
|
|
21134
|
-
if (G
|
|
21134
|
+
if (G === null)
|
|
21135
21135
|
throw new Error(`Invalid start date: ${p.invalidReason}`);
|
|
21136
21136
|
const ee = g.toISO();
|
|
21137
|
-
if (ee
|
|
21137
|
+
if (ee === null)
|
|
21138
21138
|
throw new Error(`Invalid end date: ${g.invalidReason}`);
|
|
21139
21139
|
r({
|
|
21140
21140
|
name: U.name,
|
|
@@ -21194,7 +21194,7 @@ function r9({
|
|
|
21194
21194
|
}
|
|
21195
21195
|
}
|
|
21196
21196
|
);
|
|
21197
|
-
}, V = k.code != null || (i == null ? void 0 : i.code) != null, L = i9(n), K = L != null ? An.codeLengthRequirement(L) : null, z = (e == null ? void 0 : e.
|
|
21197
|
+
}, V = k.code != null || (i == null ? void 0 : i.code) != null, L = i9(n), K = L != null ? An.codeLengthRequirement(L) : null, z = (e == null ? void 0 : e.is_offline_access_code) !== !0;
|
|
21198
21198
|
return /* @__PURE__ */ c.jsxs(c.Fragment, { children: [
|
|
21199
21199
|
/* @__PURE__ */ c.jsx(
|
|
21200
21200
|
xs,
|