@seamapi/react 4.3.1 → 4.4.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 +7302 -7095
- package/dist/elements.js.map +1 -1
- package/lib/ui/thermostat/TemperatureControlGroup.js +3 -3
- package/lib/ui/thermostat/TemperatureControlGroup.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +4 -4
- package/src/lib/ui/thermostat/TemperatureControlGroup.tsx +4 -4
- package/src/lib/version.ts +1 -1
- package/lib/icons/ThermostatCoolLarge.d.ts +0 -2
- package/lib/icons/ThermostatCoolLarge.js +0 -7
- package/lib/icons/ThermostatCoolLarge.js.map +0 -1
- package/lib/icons/ThermostatHeatLarge.d.ts +0 -2
- package/lib/icons/ThermostatHeatLarge.js +0 -5
- package/lib/icons/ThermostatHeatLarge.js.map +0 -1
- package/src/lib/icons/ThermostatCoolLarge.tsx +0 -39
- package/src/lib/icons/ThermostatHeatLarge.tsx +0 -24
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useCallback, useEffect, useMemo } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { ThermostatCoolIcon } from '../../../lib/icons/ThermostatCool.js';
|
|
4
|
+
import { ThermostatHeatIcon } from '../../../lib/icons/ThermostatHeat.js';
|
|
5
5
|
import { getCoolBounds, getHeatBounds, getTemperatureBounds, } from '../../../lib/seam/thermostats/temperature-bounds.js';
|
|
6
6
|
import { TemperatureControl } from '../../../lib/ui/thermostat/TemperatureControl.js';
|
|
7
7
|
export function TemperatureControlGroup({ mode, heatValue, onHeatValueChange, coolValue, onCoolValueChange, delta = 5, minHeat = 60, maxHeat = 90, minCool = 60, maxCool = 90, }) {
|
|
@@ -74,6 +74,6 @@ export function TemperatureControlGroup({ mode, heatValue, onHeatValueChange, co
|
|
|
74
74
|
// This is done so that both sliders are operating on the same range of numbers
|
|
75
75
|
const heatCoolSliderMin = Math.min(minCool, minHeat);
|
|
76
76
|
const heatCoolSliderMax = Math.max(maxCool, maxHeat);
|
|
77
|
-
return (_jsxs("div", { className: 'seam-temperature-control-group', children: [showHeat && (_jsxs("div", { className: 'seam-temperature-control-group-block', children: [_jsx(
|
|
77
|
+
return (_jsxs("div", { className: 'seam-temperature-control-group', children: [showHeat && (_jsxs("div", { className: 'seam-temperature-control-group-block', children: [_jsx(ThermostatHeatIcon, { className: 'seam-temperature-control-group-block-thermostat-icon' }), _jsx(TemperatureControl, { variant: 'heat', value: heatValue, onChange: adjustHeat, min: mode === 'heat_cool' ? heatCoolSliderMin : minHeat, max: mode === 'heat_cool' ? heatCoolSliderMax : maxHeat })] })), showCool && (_jsxs("div", { className: 'seam-temperature-control-group-block', children: [_jsx(ThermostatCoolIcon, { className: 'seam-temperature-control-group-block-thermostat-icon' }), _jsx(TemperatureControl, { variant: 'cool', value: coolValue, onChange: adjustCool, min: mode === 'heat_cool' ? heatCoolSliderMin : minCool, max: mode === 'heat_cool' ? heatCoolSliderMax : maxCool })] }))] }));
|
|
78
78
|
}
|
|
79
79
|
//# sourceMappingURL=TemperatureControlGroup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TemperatureControlGroup.js","sourceRoot":"","sources":["../../../src/lib/ui/thermostat/TemperatureControlGroup.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAEvD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"TemperatureControlGroup.js","sourceRoot":"","sources":["../../../src/lib/ui/thermostat/TemperatureControlGroup.tsx"],"names":[],"mappings":"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"}
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const seamapiReactVersion = "4.
|
|
1
|
+
declare const seamapiReactVersion = "4.4.0";
|
|
2
2
|
export default seamapiReactVersion;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Seam Components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"npm": ">= 9.0.0"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|
|
112
|
-
"@seamapi/types": "^1.
|
|
112
|
+
"@seamapi/types": "^1.344.3",
|
|
113
113
|
"@types/react": "^18.0.0",
|
|
114
114
|
"@types/react-dom": "^18.0.0",
|
|
115
115
|
"react": "^18.0.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@seamapi/http": "^1.
|
|
130
|
+
"@seamapi/http": "^1.20.0",
|
|
131
131
|
"@tanstack/react-query": "^5.27.5",
|
|
132
132
|
"classnames": "^2.3.2",
|
|
133
133
|
"luxon": "^3.3.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@rxfork/r2wc-react-to-web-component": "^2.4.0",
|
|
145
145
|
"@seamapi/fake-devicedb": "^1.6.1",
|
|
146
146
|
"@seamapi/fake-seam-connect": "^1.69.1",
|
|
147
|
-
"@seamapi/types": "^1.
|
|
147
|
+
"@seamapi/types": "^1.344.3",
|
|
148
148
|
"@storybook/addon-designs": "^7.0.1",
|
|
149
149
|
"@storybook/addon-essentials": "^7.0.2",
|
|
150
150
|
"@storybook/addon-links": "^7.0.2",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useCallback, useEffect, useMemo } from 'react'
|
|
2
2
|
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import { ThermostatCoolIcon } from 'lib/icons/ThermostatCool.js'
|
|
4
|
+
import { ThermostatHeatIcon } from 'lib/icons/ThermostatHeat.js'
|
|
5
5
|
import {
|
|
6
6
|
getCoolBounds,
|
|
7
7
|
getHeatBounds,
|
|
@@ -138,7 +138,7 @@ export function TemperatureControlGroup({
|
|
|
138
138
|
<div className='seam-temperature-control-group'>
|
|
139
139
|
{showHeat && (
|
|
140
140
|
<div className='seam-temperature-control-group-block'>
|
|
141
|
-
<
|
|
141
|
+
<ThermostatHeatIcon className='seam-temperature-control-group-block-thermostat-icon' />
|
|
142
142
|
<TemperatureControl
|
|
143
143
|
variant='heat'
|
|
144
144
|
value={heatValue}
|
|
@@ -151,7 +151,7 @@ export function TemperatureControlGroup({
|
|
|
151
151
|
|
|
152
152
|
{showCool && (
|
|
153
153
|
<div className='seam-temperature-control-group-block'>
|
|
154
|
-
<
|
|
154
|
+
<ThermostatCoolIcon className='seam-temperature-control-group-block-thermostat-icon' />
|
|
155
155
|
<TemperatureControl
|
|
156
156
|
variant='cool'
|
|
157
157
|
value={coolValue}
|
package/src/lib/version.ts
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function ThermostatCoolLargeIcon(props) {
|
|
3
|
-
return (_jsxs("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '1em', height: '1em', fill: 'none', viewBox: '0 0 24 24', ...props, children: [_jsx("mask", { id: 'thermostat-cool-large_svg__a', width: 24, height: 24, x: 0, y: 0, maskUnits: 'userSpaceOnUse', style: {
|
|
4
|
-
maskType: 'alpha',
|
|
5
|
-
}, children: _jsx("path", { fill: '#D9D9D9', d: 'M0 0h24v24H0z' }) }), _jsx("g", { mask: 'url(#thermostat-cool-large_svg__a)', children: _jsx("path", { fill: '#6B95FF', d: 'M11 22v-4.15l-3.25 3.2-1.4-1.4L11 15v-2H9l-4.65 4.65-1.4-1.4L6.15 13H2v-2h4.15l-3.2-3.25 1.4-1.4L9 11h2V9L6.35 4.35l1.4-1.4L11 6.15V2h2v4.15l3.25-3.2 1.4 1.4L13 9v2h2l4.65-4.65 1.4 1.4-3.2 3.25H22v2h-4.15l3.2 3.25-1.4 1.4L15 13h-2v2l4.65 4.65-1.4 1.4-3.25-3.2V22z' }) })] }));
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=ThermostatCoolLarge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThermostatCoolLarge.js","sourceRoot":"","sources":["../../src/lib/icons/ThermostatCoolLarge.tsx"],"names":[],"mappings":";AAKA,MAAM,UAAU,uBAAuB,CACrC,KAA8B;IAE9B,OAAO,CACL,eACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,KAAK,aAET,eACE,EAAE,EAAC,8BAA8B,EACjC,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,CAAC,EAAE,CAAC,EACJ,CAAC,EAAE,CAAC,EACJ,SAAS,EAAC,gBAAgB,EAC1B,KAAK,EAAE;oBACL,QAAQ,EAAE,OAAO;iBAClB,YAED,eAAM,IAAI,EAAC,SAAS,EAAC,CAAC,EAAC,eAAe,GAAG,GACpC,EACP,YAAG,IAAI,EAAC,oCAAoC,YAC1C,eACE,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,yQAAyQ,GAC3Q,GACA,IACA,CACP,CAAA;AACH,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
export function ThermostatHeatLargeIcon(props) {
|
|
3
|
-
return (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '1em', height: '1em', fill: 'none', viewBox: '0 0 24 24', ...props, children: _jsx("path", { fill: '#FC8E28', d: 'M4 14q0-2.625 1.25-4.675T8 5.875t2.75-2.137L12 3v3.3q0 .925.625 1.463.625.537 1.4.537.425 0 .813-.175t.712-.575L16 7q1.8 1.05 2.9 2.912Q20 11.776 20 14q0 2.2-1.075 4.012a8.1 8.1 0 0 1-2.825 2.863q.425-.6.662-1.312.238-.714.238-1.513a4.8 4.8 0 0 0-.375-1.887 5 5 0 0 0-1.075-1.588L12 11.1l-3.525 3.475a5.1 5.1 0 0 0-1.1 1.6A4.7 4.7 0 0 0 7 18.05q0 .8.237 1.512.238.713.663 1.313a8.1 8.1 0 0 1-2.825-2.863Q4 16.2 4 14m8-.1 2.125 2.075q.425.425.65.95T15 18.05q0 1.225-.875 2.087T12 21t-2.125-.863A2.82 2.82 0 0 1 9 18.05q0-.575.225-1.113.225-.537.65-.962z' }) }));
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=ThermostatHeatLarge.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThermostatHeatLarge.js","sourceRoot":"","sources":["../../src/lib/icons/ThermostatHeatLarge.tsx"],"names":[],"mappings":";AAKA,MAAM,UAAU,uBAAuB,CACrC,KAA8B;IAE9B,OAAO,CACL,cACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,IAAI,EAAC,MAAM,EACX,OAAO,EAAC,WAAW,KACf,KAAK,YAET,eACE,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0iBAA0iB,GAC5iB,GACE,CACP,CAAA;AACH,CAAC"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Automatically generated by SVGR from assets/icons/*.svg.
|
|
3
|
-
* Do not edit this file or add other components to this directory.
|
|
4
|
-
*/
|
|
5
|
-
import type { SVGProps } from 'react'
|
|
6
|
-
export function ThermostatCoolLargeIcon(
|
|
7
|
-
props: SVGProps<SVGSVGElement>
|
|
8
|
-
): JSX.Element {
|
|
9
|
-
return (
|
|
10
|
-
<svg
|
|
11
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
12
|
-
width='1em'
|
|
13
|
-
height='1em'
|
|
14
|
-
fill='none'
|
|
15
|
-
viewBox='0 0 24 24'
|
|
16
|
-
{...props}
|
|
17
|
-
>
|
|
18
|
-
<mask
|
|
19
|
-
id='thermostat-cool-large_svg__a'
|
|
20
|
-
width={24}
|
|
21
|
-
height={24}
|
|
22
|
-
x={0}
|
|
23
|
-
y={0}
|
|
24
|
-
maskUnits='userSpaceOnUse'
|
|
25
|
-
style={{
|
|
26
|
-
maskType: 'alpha',
|
|
27
|
-
}}
|
|
28
|
-
>
|
|
29
|
-
<path fill='#D9D9D9' d='M0 0h24v24H0z' />
|
|
30
|
-
</mask>
|
|
31
|
-
<g mask='url(#thermostat-cool-large_svg__a)'>
|
|
32
|
-
<path
|
|
33
|
-
fill='#6B95FF'
|
|
34
|
-
d='M11 22v-4.15l-3.25 3.2-1.4-1.4L11 15v-2H9l-4.65 4.65-1.4-1.4L6.15 13H2v-2h4.15l-3.2-3.25 1.4-1.4L9 11h2V9L6.35 4.35l1.4-1.4L11 6.15V2h2v4.15l3.25-3.2 1.4 1.4L13 9v2h2l4.65-4.65 1.4 1.4-3.2 3.25H22v2h-4.15l3.2 3.25-1.4 1.4L15 13h-2v2l4.65 4.65-1.4 1.4-3.25-3.2V22z'
|
|
35
|
-
/>
|
|
36
|
-
</g>
|
|
37
|
-
</svg>
|
|
38
|
-
)
|
|
39
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Automatically generated by SVGR from assets/icons/*.svg.
|
|
3
|
-
* Do not edit this file or add other components to this directory.
|
|
4
|
-
*/
|
|
5
|
-
import type { SVGProps } from 'react'
|
|
6
|
-
export function ThermostatHeatLargeIcon(
|
|
7
|
-
props: SVGProps<SVGSVGElement>
|
|
8
|
-
): JSX.Element {
|
|
9
|
-
return (
|
|
10
|
-
<svg
|
|
11
|
-
xmlns='http://www.w3.org/2000/svg'
|
|
12
|
-
width='1em'
|
|
13
|
-
height='1em'
|
|
14
|
-
fill='none'
|
|
15
|
-
viewBox='0 0 24 24'
|
|
16
|
-
{...props}
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
fill='#FC8E28'
|
|
20
|
-
d='M4 14q0-2.625 1.25-4.675T8 5.875t2.75-2.137L12 3v3.3q0 .925.625 1.463.625.537 1.4.537.425 0 .813-.175t.712-.575L16 7q1.8 1.05 2.9 2.912Q20 11.776 20 14q0 2.2-1.075 4.012a8.1 8.1 0 0 1-2.825 2.863q.425-.6.662-1.312.238-.714.238-1.513a4.8 4.8 0 0 0-.375-1.887 5 5 0 0 0-1.075-1.588L12 11.1l-3.525 3.475a5.1 5.1 0 0 0-1.1 1.6A4.7 4.7 0 0 0 7 18.05q0 .8.237 1.512.238.713.663 1.313a8.1 8.1 0 0 1-2.825-2.863Q4 16.2 4 14m8-.1 2.125 2.075q.425.425.65.95T15 18.05q0 1.225-.875 2.087T12 21t-2.125-.863A2.82 2.82 0 0 1 9 18.05q0-.575.225-1.113.225-.537.65-.962z'
|
|
21
|
-
/>
|
|
22
|
-
</svg>
|
|
23
|
-
)
|
|
24
|
-
}
|