@seamapi/react 2.19.0 → 2.19.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 +2 -2
- package/dist/elements.js.map +1 -1
- package/lib/telemetry/client.js +1 -1
- package/lib/telemetry/client.js.map +1 -1
- package/lib/ui/ClimateSettingForm/ClimateSettingScheduleForm.js +15 -12
- package/lib/ui/ClimateSettingForm/ClimateSettingScheduleForm.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -3
- package/src/lib/telemetry/client.ts +1 -1
- package/src/lib/ui/ClimateSettingForm/ClimateSettingScheduleForm.tsx +17 -11
- 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.19.
|
|
90
|
+
src="https://react.seam.co/v/2.19.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.19.
|
|
218
|
+
href="https://react.seam.co/v/2.19.1/dist/index.min.css"
|
|
219
219
|
/>
|
|
220
220
|
```
|
|
221
221
|
|
package/dist/elements.js
CHANGED
|
@@ -8106,7 +8106,7 @@ const lE = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;60
|
|
|
8106
8106
|
const n = globalThis.document.createElement("link");
|
|
8107
8107
|
n.rel = "stylesheet", n.type = "text/css", n.href = lE, globalThis.document.head.appendChild(n);
|
|
8108
8108
|
}, [t]);
|
|
8109
|
-
}, $x = "2.19.
|
|
8109
|
+
}, $x = "2.19.1", SM = "https://react.seam.co", AM = ({
|
|
8110
8110
|
disabled: t = !1,
|
|
8111
8111
|
unminified: e = !1
|
|
8112
8112
|
}) => {
|
|
@@ -8289,7 +8289,7 @@ class Ux {
|
|
|
8289
8289
|
const r = n.length > 0 ? n.map((i) => JSON.stringify(i)).join(", ") : "";
|
|
8290
8290
|
console.log(`TelemetryClient.${e}(${r})`);
|
|
8291
8291
|
});
|
|
8292
|
-
sn(this, Ki, new xM()), sn(this, ko, hf()), sn(this, ul, e), sn(this, Xi, n), sn(this, dl, r);
|
|
8292
|
+
sn(this, Ki, new xM()), sn(this, ko, hf()), sn(this, ul, e.endsWith("/") ? e.slice(0, -1) : e), sn(this, Xi, n), sn(this, dl, r);
|
|
8293
8293
|
}
|
|
8294
8294
|
load({ endpoint: e, debug: n, disabled: r } = {}) {
|
|
8295
8295
|
if (ze(this, Xr).call(this, "load", { endpoint: e, debug: n, disabled: r }), ze(this, cl))
|