@homefile/components-v2 2.40.35 → 2.40.36

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.
@@ -2,10 +2,11 @@ import APHW from './aphw.png';
2
2
  import DefaultReceipt from './default-receipt.png';
3
3
  import HomeDepot from './home-depot.png';
4
4
  import Homefile from './homefile.png';
5
+ import HomefileUpdate from './homefile_update.png';
5
6
  import Lowes from './lowes.png';
6
7
  import Walmart from './walmart.png';
7
8
  import Prime from './prime.png';
8
9
  import Sears from './sears.png';
9
10
  import Shine from './shine.png';
10
11
  import Terminix from './terminix.png';
11
- export { APHW, DefaultReceipt, HomeDepot, Homefile, Lowes, Walmart, Prime, Sears, Shine, Terminix, };
12
+ export { APHW, DefaultReceipt, HomeDepot, Homefile, HomefileUpdate, Lowes, Walmart, Prime, Sears, Shine, Terminix, };
@@ -2,10 +2,11 @@ import APHW from './aphw.png';
2
2
  import DefaultReceipt from './default-receipt.png';
3
3
  import HomeDepot from './home-depot.png';
4
4
  import Homefile from './homefile.png';
5
+ import HomefileUpdate from './homefile_update.png';
5
6
  import Lowes from './lowes.png';
6
7
  import Walmart from './walmart.png';
7
8
  import Prime from './prime.png';
8
9
  import Sears from './sears.png';
9
10
  import Shine from './shine.png';
10
11
  import Terminix from './terminix.png';
11
- export { APHW, DefaultReceipt, HomeDepot, Homefile, Lowes, Walmart, Prime, Sears, Shine, Terminix, };
12
+ export { APHW, DefaultReceipt, HomeDepot, Homefile, HomefileUpdate, Lowes, Walmart, Prime, Sears, Shine, Terminix, };
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Button, Image } from '@chakra-ui/react';
3
- import { LogoSmall, Homefile } from '../../assets/images';
3
+ import { LogoSmall, HomefileUpdate } from '../../assets/images';
4
4
  import { useWindowDimensions } from '../../hooks';
5
5
  import { MOBILE_WIDTH } from '../../utils';
6
6
  export const HomefileLogo = ({ onClick }) => {
7
7
  const { windowDimensions: { width }, } = useWindowDimensions();
8
8
  const isMobile = width < MOBILE_WIDTH;
9
- return (_jsx(Button, { variant: "menuIcon", maxW: "fit-content", onClick: onClick, "data-testid": "homefile-logo", children: _jsx(Image, { src: isMobile ? LogoSmall : Homefile, alt: "Homefile", h: "image.logo" }) }));
9
+ return (_jsx(Button, { variant: "menuIcon", maxW: "fit-content", onClick: onClick, "data-testid": "homefile-logo", children: _jsx(Image, { src: isMobile ? LogoSmall : HomefileUpdate, alt: "Homefile", h: "image.logo" }) }));
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.40.35",
3
+ "version": "2.40.36",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",