@homefile/components-v2 2.36.9 → 2.36.11

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.
@@ -438,7 +438,7 @@
438
438
  "smoke": "Smoke & CO2 detectors",
439
439
  "structure": "Structure"
440
440
  },
441
- "title": "Set Up Homie",
441
+ "title": "Homi - Set Up",
442
442
  "tutorialButton": "Start Quick Setup",
443
443
  "tutorialDescription": "Homie helps you manage every aspect of your home. We've added a short overview to help you learn more about it.",
444
444
  "tutorialTitle": "Let’s quickly set up Homie, your friendly AI home assistant.",
@@ -6,7 +6,7 @@ import { homeAssistantProxy } from '../../proxies';
6
6
  import { getStatus } from '../../utils';
7
7
  export const HomeAssistantSteps = ({ currentStep, onStepClick, steps = homeAssistantSteps, }) => {
8
8
  const { setSelectedId } = homeAssistantProxy;
9
- return (_jsxs(Stack, { spacing: "8", w: "fit-content", position: "relative", top: ['-10px', '-30px'], children: [_jsx(HomeAssistantStepper, { currentStep: currentStep, totalSteps: 6 }), _jsx(SimpleGrid, { columns: [2, 3], spacing: "base", children: steps.map((step, index) => (_jsx(Center, { w: "100%", children: _jsx(HomeAssistantButton, { currentStep: index + 1, onStepClick: (step) => {
9
+ return (_jsxs(Stack, { spacing: "8", w: "fit-content", position: "relative", top: ['-10px', '-30px'], children: [_jsx(HomeAssistantStepper, { currentStep: currentStep, totalSteps: steps.length }), _jsx(SimpleGrid, { columns: [2, 3], spacing: "base", children: steps.map((step, index) => (_jsx(Center, { w: "100%", children: _jsx(HomeAssistantButton, { currentStep: index + 1, onStepClick: (step) => {
10
10
  onStepClick(step);
11
11
  setSelectedId(`homeAssistantButton-${index + 1}`);
12
12
  }, status: getStatus(index + 1, currentStep), step: step }) }, step.title))) })] }));
@@ -27,7 +27,7 @@ export const homeAssistantSteps = [
27
27
  ];
28
28
  export const homeAssistantWizardSteps = [
29
29
  {
30
- title: 'Objectives',
30
+ title: 'Goals',
31
31
  icon: Target,
32
32
  },
33
33
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.36.9",
3
+ "version": "2.36.11",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",