@homefile/components-v2 2.7.30 → 2.7.32

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.
@@ -21,7 +21,7 @@ export const ContactsContent = ({ apiError, contacts, menuItems, handleClose, ch
21
21
  }) }), Number(contactsWithoutFirstOrLastName.length) > 0 && (_jsx(LetterDivider, { letter: "Others" })), _jsx(Box, { children: contactsWithoutFirstOrLastName.map((contact, idx) => {
22
22
  const selected = isItemSelected(contact._id);
23
23
  return (_jsx(Card, { apiError: apiError, contact: contact, onClick: onClick, index: idx, menuItems: menuItems, selected: selected, onChange: handleItemSelect }, contact._id));
24
- }) })] }), children] }), _jsx(DrawerFooter, { p: "0", children: _jsx(FooterDrawer, { isOpen: true, children: _jsx(FooterButtons, { button1: {
24
+ }) })] }), children] }), _jsx(DrawerFooter, { p: "0", zIndex: "overlay", children: _jsx(FooterDrawer, { isOpen: true, children: _jsx(FooterButtons, { button1: {
25
25
  buttonStyle: 'primaryFooter',
26
26
  label: t('buttons.share'),
27
27
  isDisabled: Number(itemsSelected.length) === 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homefile/components-v2",
3
- "version": "2.7.30",
3
+ "version": "2.7.32",
4
4
  "author": "Homefile",
5
5
  "license": "UNLICENSED",
6
6
  "typings": "dist/index.d.ts",
@@ -155,7 +155,7 @@ export const ContactsContent = ({
155
155
  </Stack>
156
156
  {children}
157
157
  </DrawerBody>
158
- <DrawerFooter p="0">
158
+ <DrawerFooter p="0" zIndex="overlay">
159
159
  <FooterDrawer isOpen>
160
160
  <FooterButtons
161
161
  button1={{