@homefile/components-v2 2.8.53 → 2.8.54

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.
@@ -76,7 +76,7 @@ export const HomeBoardTour = ({ currentStep = 'homeboard', bubbleWidth = '300px'
76
76
  editFile: {
77
77
  arrowRight: 'right-top',
78
78
  leftRef: getXPosition(width, panelBubbleArrowSize - 80),
79
- topRef: getYPosition(height, height - 360),
79
+ topRef: getYPosition(height, height - 214),
80
80
  component: (_jsx(BubbleText, { title: t('tour.steps.editFile.title'), description: t('tour.steps.editFile.description') })),
81
81
  },
82
82
  // Reference component id -> appBar/PeopleConnected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.8.53",
3
+ "version": "2.8.54",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -145,7 +145,7 @@ export const HomeBoardTour = ({
145
145
  editFile: {
146
146
  arrowRight: 'right-top',
147
147
  leftRef: getXPosition(width, panelBubbleArrowSize - 80),
148
- topRef: getYPosition(height, height - 360),
148
+ topRef: getYPosition(height, height - 214),
149
149
  component: (
150
150
  <BubbleText
151
151
  title={t('tour.steps.editFile.title')}