@seamapi/react 2.12.0 → 2.13.0
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 -4
- package/dist/elements.js.map +1 -1
- package/lib/seam/components/ConnectAccountButton/ConnectAccountButton.js +1 -0
- package/lib/seam/components/ConnectAccountButton/ConnectAccountButton.js.map +1 -1
- package/lib/seam/components/DeviceDetails/ThermostatDeviceDetails.js +2 -2
- package/lib/seam/components/DeviceDetails/ThermostatDeviceDetails.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/seam/components/ConnectAccountButton/ConnectAccountButton.tsx +1 -0
- package/src/lib/seam/components/DeviceDetails/ThermostatDeviceDetails.tsx +2 -0
- 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.
|
|
90
|
+
src="https://react.seam.co/v/2.13.0/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.
|
|
218
|
+
href="https://react.seam.co/v/2.13.0/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -8105,7 +8105,7 @@ const Qg = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
|
|
|
8105
8105
|
const n = globalThis.document.createElement("link");
|
|
8106
8106
|
n.rel = "stylesheet", n.type = "text/css", n.href = Qg, globalThis.document.head.appendChild(n);
|
|
8107
8107
|
}, [e]);
|
|
8108
|
-
}, $w = "2.
|
|
8108
|
+
}, $w = "2.13.0", mC = "https://react.seam.co", yC = ({
|
|
8109
8109
|
disabled: e = !1,
|
|
8110
8110
|
unminified: t = !1
|
|
8111
8111
|
}) => {
|
|
@@ -28243,7 +28243,8 @@ function AE({
|
|
|
28243
28243
|
}), r = _.useCallback(() => {
|
|
28244
28244
|
var i;
|
|
28245
28245
|
n({
|
|
28246
|
-
custom_redirect_url: (i = globalThis.location) == null ? void 0 : i.href
|
|
28246
|
+
custom_redirect_url: (i = globalThis.location) == null ? void 0 : i.href,
|
|
28247
|
+
wait_for_device_creation: !0
|
|
28247
28248
|
});
|
|
28248
28249
|
}, [n]);
|
|
28249
28250
|
return /* @__PURE__ */ p.jsx(
|
|
@@ -30795,7 +30796,8 @@ function wP({
|
|
|
30795
30796
|
Pi,
|
|
30796
30797
|
{
|
|
30797
30798
|
climateSetting: e.properties.default_climate_setting,
|
|
30798
|
-
temperatureUnit: "fahrenheit"
|
|
30799
|
+
temperatureUnit: "fahrenheit",
|
|
30800
|
+
iconPlacement: "right"
|
|
30799
30801
|
}
|
|
30800
30802
|
) : /* @__PURE__ */ p.jsx("p", { children: we.none }) }),
|
|
30801
30803
|
/* @__PURE__ */ p.jsx(SP, { device: e })
|
|
@@ -30998,7 +31000,8 @@ function EP({
|
|
|
30998
31000
|
Pi,
|
|
30999
31001
|
{
|
|
31000
31002
|
climateSetting: e.properties.current_climate_setting,
|
|
31001
|
-
temperatureUnit: "fahrenheit"
|
|
31003
|
+
temperatureUnit: "fahrenheit",
|
|
31004
|
+
iconPlacement: "right"
|
|
31002
31005
|
}
|
|
31003
31006
|
),
|
|
31004
31007
|
children: /* @__PURE__ */ p.jsxs("div", { className: "seam-detail-row-end-alignment", children: [
|