@seamapi/react 2.12.0 → 2.12.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 +5 -3
- package/dist/elements.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/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.12.
|
|
90
|
+
src="https://react.seam.co/v/2.12.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.12.
|
|
218
|
+
href="https://react.seam.co/v/2.12.1/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.12.
|
|
8108
|
+
}, $w = "2.12.1", mC = "https://react.seam.co", yC = ({
|
|
8109
8109
|
disabled: e = !1,
|
|
8110
8110
|
unminified: t = !1
|
|
8111
8111
|
}) => {
|
|
@@ -30795,7 +30795,8 @@ function wP({
|
|
|
30795
30795
|
Pi,
|
|
30796
30796
|
{
|
|
30797
30797
|
climateSetting: e.properties.default_climate_setting,
|
|
30798
|
-
temperatureUnit: "fahrenheit"
|
|
30798
|
+
temperatureUnit: "fahrenheit",
|
|
30799
|
+
iconPlacement: "right"
|
|
30799
30800
|
}
|
|
30800
30801
|
) : /* @__PURE__ */ p.jsx("p", { children: we.none }) }),
|
|
30801
30802
|
/* @__PURE__ */ p.jsx(SP, { device: e })
|
|
@@ -30998,7 +30999,8 @@ function EP({
|
|
|
30998
30999
|
Pi,
|
|
30999
31000
|
{
|
|
31000
31001
|
climateSetting: e.properties.current_climate_setting,
|
|
31001
|
-
temperatureUnit: "fahrenheit"
|
|
31002
|
+
temperatureUnit: "fahrenheit",
|
|
31003
|
+
iconPlacement: "right"
|
|
31002
31004
|
}
|
|
31003
31005
|
),
|
|
31004
31006
|
children: /* @__PURE__ */ p.jsxs("div", { className: "seam-detail-row-end-alignment", children: [
|