@seamapi/react 2.10.0 → 2.10.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 +2 -2
- package/dist/elements.js +7 -3
- package/dist/elements.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +2 -2
- 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/2.10.
|
|
90
|
+
src="https://react.seam.co/v/2.10.1/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/2.10.
|
|
218
|
+
href="https://react.seam.co/v/2.10.1/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -8226,7 +8226,7 @@ function zd(e, t, n) {
|
|
|
8226
8226
|
}
|
|
8227
8227
|
return gC(r);
|
|
8228
8228
|
}
|
|
8229
|
-
const $w = "2.10.
|
|
8229
|
+
const $w = "2.10.1";
|
|
8230
8230
|
var tr, Or, ys, nr, gs, vs, $t, Ic, Ww, rr, gn;
|
|
8231
8231
|
class Gw {
|
|
8232
8232
|
constructor({
|
|
@@ -18101,7 +18101,7 @@ var y4 = Object.defineProperty, g4 = Object.defineProperties, v4 = Object.getOwn
|
|
|
18101
18101
|
});
|
|
18102
18102
|
});
|
|
18103
18103
|
}
|
|
18104
|
-
}, E4 = "8.
|
|
18104
|
+
}, E4 = "8.22.0", x4 = (e) => {
|
|
18105
18105
|
const t = new URLSearchParams();
|
|
18106
18106
|
for (const [n, r] of Object.entries(e))
|
|
18107
18107
|
if (r != null) {
|
|
@@ -18265,7 +18265,11 @@ e.startsWith("ey"), ev = (e, t) => Bt(void 0, null, function* () {
|
|
|
18265
18265
|
"hubitat_lock",
|
|
18266
18266
|
"four_suites_door",
|
|
18267
18267
|
"dormakaba_oracode_door"
|
|
18268
|
-
], _4 = [
|
|
18268
|
+
], _4 = [
|
|
18269
|
+
"nest_thermostat",
|
|
18270
|
+
"ecobee_thermostat",
|
|
18271
|
+
"honeywell_resideo_thermostat"
|
|
18272
|
+
], Mi = (e) => I4.includes(e.device_type), Ym = (e) => _4.includes(e.device_type);
|
|
18269
18273
|
function Oe() {
|
|
18270
18274
|
const {
|
|
18271
18275
|
client: e,
|