@homefile/components-v2 2.40.17 → 2.40.18

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.
@@ -4,7 +4,7 @@ import { homeAssistantProxy } from '../../proxies';
4
4
  const COLLAPSE_AFTER_MS = 2000;
5
5
  const HOLD_ON_TOP_MS = 2000;
6
6
  const INITIAL_BOTTOM = 0;
7
- const COLLAPSED_BOTTOM = -65;
7
+ const COLLAPSED_BOTTOM = -76;
8
8
  export const useHomeMonitorButton = ({ alertCount = 0, currentStep, onStepClick, status = 'ok', step, menuItems = [], index, }) => {
9
9
  const [bottomOffset, setBottomOffset] = useState(INITIAL_BOTTOM);
10
10
  const [isHovered, setIsHovered] = useState(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.40.17",
3
+ "version": "2.40.18",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",