@elliemae/ds-mobile 2.0.0-alpha.1 → 2.0.0-alpha.13
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.
- package/cjs/Accordion/Accordion.js +5 -13
- package/cjs/Accordion/index.js +5 -13
- package/cjs/CategoryBox/CategoryBox.js +17 -16
- package/cjs/CollectionBox/CollectionBox.js +21 -20
- package/cjs/FullPageContainer/FullPageContainer.js +9 -4
- package/cjs/FullPageContainer/FullPageContainerScroll.js +9 -4
- package/cjs/FullPageContainer/useMobileHeight.js +1 -0
- package/cjs/GlobalHeader/MobileGlobalHeader.js +34 -29
- package/cjs/GlobalHeader/styles.js +11 -17
- package/cjs/GroupBox/GroupBox.js +18 -17
- package/cjs/Icons/EM_logo.js +4 -4
- package/cjs/InfiniteLoader/Infiniteloader.js +12 -10
- package/cjs/InfiniteLoader/Loader.js +12 -9
- package/cjs/InfiniteLoader/VirtualizedInfiniteLoader.js +52 -24
- package/cjs/InfiniteLoader/styled.js +1 -1
- package/cjs/LoadingPage/Page.js +32 -19
- package/cjs/LoadingPage/index.js +1 -1
- package/cjs/MobileActionToolbar/MobileActionToolbar.js +11 -10
- package/cjs/MobileActionToolbar/MobileActionToolbarItem.js +11 -6
- package/cjs/MobileActionToolbar/index.js +2 -2
- package/cjs/MobileBanner/MobileBanner.js +27 -21
- package/cjs/MobileBanner/styles.js +139 -70
- package/cjs/MobileBanner/utils/icons.js +5 -10
- package/cjs/MobileBanner/utils/styleHelpers.js +20 -47
- package/cjs/MobileCard/ActionAddon.js +17 -15
- package/cjs/MobileCard/Card.js +51 -98
- package/cjs/MobileCard/CardIcons.js +21 -16
- package/cjs/MobileCard/ExpandChevron.js +11 -13
- package/cjs/MobileCard/ExpandableRegion.js +10 -10
- package/cjs/MobileCard/Group.js +29 -23
- package/cjs/MobileCard/StyledCard.js +1 -1
- package/cjs/MobileCard/index.js +3 -3
- package/cjs/MobileCard/props.js +62 -0
- package/cjs/MobileCard/useHeight.js +1 -0
- package/cjs/MobileContextMenu/MobileContextMenu.js +53 -45
- package/cjs/MobileContextMenu/MobileContextMenuGroup.js +37 -27
- package/cjs/MobileContextMenu/MobileContextMenuItem.js +40 -46
- package/cjs/MobileDatePicker/Input.js +8 -3
- package/cjs/MobileDatePicker/MobileDatePicker.js +18 -19
- package/cjs/MobileDropdownMenu/MobileDropdownInput.js +31 -21
- package/cjs/MobileDropdownMenu/MobileDropdownMenu.js +26 -22
- package/cjs/MobileEmtpyState/MobileEmptyState.js +12 -10
- package/cjs/MobileEmtpyState/index.js +1 -1
- package/cjs/MobileFilterbar/Filterbar.js +15 -12
- package/cjs/MobileFilterbar/FilterbarItem.js +15 -12
- package/cjs/MobileFilterbar/FilterbarSort.js +18 -15
- package/cjs/MobileFooter/Action.js +28 -25
- package/cjs/MobileFooter/Footer.js +20 -13
- package/cjs/MobileFooter/Text.js +7 -4
- package/cjs/MobileFooter/index.js +1 -1
- package/cjs/MobileListItem/MobileListItem.js +17 -16
- package/cjs/MobilePageHeader/MobilePageHeader.js +47 -46
- package/cjs/MobileSelectList/MobileSelectList.js +41 -33
- package/cjs/MobileSelectList/styled.js +10 -12
- package/cjs/MobileSeparator/Separator.js +32 -20
- package/cjs/MobileSeparator/index.js +1 -1
- package/cjs/MobileTimePicker/Input.js +8 -3
- package/cjs/MobileTimePicker/MobileTimePicker.js +18 -19
- package/cjs/MobileTimePicker/MobileTimePicker.stories.js +4 -4
- package/cjs/MobileTouchable/MobileTouchable.js +10 -4
- package/cjs/Modal/Modal.js +41 -36
- package/cjs/Modal/styled.js +11 -12
- package/cjs/PageFilter/PageFilter.js +29 -24
- package/cjs/PageForm/PageForm.js +23 -16
- package/cjs/PageList/PageList.js +13 -12
- package/cjs/PageSearch/PageSearch.js +14 -13
- package/cjs/PageSummary/PageSummary.js +34 -21
- package/cjs/PageSummary/Tags.js +16 -10
- package/cjs/SideNav/SideNav.js +50 -41
- package/cjs/SideNav/styles.js +8 -8
- package/cjs/SwipeToRefresh/ProgressIndicator.js +13 -12
- package/cjs/SwipeToRefresh/ProgressLoader.js +37 -37
- package/cjs/SwipeToRefresh/SwipeToRefresh.js +13 -12
- package/cjs/SwipeToRefresh/styled.js +5 -5
- package/cjs/SwipeToRefresh/useSwipe.js +6 -4
- package/cjs/Tabs/index.js +19 -8
- package/cjs/Tabs/propTypes.js +28 -0
- package/cjs/index.js +13 -15
- package/esm/Accordion/Accordion.js +1 -1
- package/esm/Accordion/index.js +1 -1
- package/esm/CategoryBox/CategoryBox.js +11 -10
- package/esm/CollectionBox/CollectionBox.js +10 -9
- package/esm/FullPageContainer/FullPageContainer.js +6 -1
- package/esm/FullPageContainer/FullPageContainerScroll.js +6 -1
- package/esm/FullPageContainer/useMobileHeight.js +1 -0
- package/esm/GlobalHeader/MobileGlobalHeader.js +21 -14
- package/esm/GlobalHeader/styles.js +4 -11
- package/esm/GroupBox/GroupBox.js +12 -11
- package/esm/InfiniteLoader/Infiniteloader.js +9 -7
- package/esm/InfiniteLoader/Loader.js +12 -9
- package/esm/InfiniteLoader/VirtualizedInfiniteLoader.js +51 -23
- package/esm/LoadingPage/Page.js +25 -12
- package/esm/MobileActionToolbar/MobileActionToolbar.js +7 -6
- package/esm/MobileActionToolbar/MobileActionToolbarItem.js +6 -1
- package/esm/MobileBanner/MobileBanner.js +21 -14
- package/esm/MobileBanner/styles.js +129 -60
- package/esm/MobileBanner/utils/icons.js +2 -4
- package/esm/MobileBanner/utils/styleHelpers.js +16 -47
- package/esm/MobileCard/ActionAddon.js +16 -13
- package/esm/MobileCard/Card.js +29 -76
- package/esm/MobileCard/CardIcons.js +20 -15
- package/esm/MobileCard/ExpandChevron.js +8 -8
- package/esm/MobileCard/ExpandableRegion.js +7 -7
- package/esm/MobileCard/Group.js +21 -15
- package/esm/MobileCard/props.js +58 -0
- package/esm/MobileCard/useHeight.js +1 -0
- package/esm/MobileContextMenu/MobileContextMenu.js +39 -31
- package/esm/MobileContextMenu/MobileContextMenuGroup.js +35 -25
- package/esm/MobileContextMenu/MobileContextMenuItem.js +26 -30
- package/esm/MobileDatePicker/Input.js +5 -0
- package/esm/MobileDatePicker/MobileDatePicker.js +13 -12
- package/esm/MobileDropdownMenu/MobileDropdownInput.js +27 -16
- package/esm/MobileDropdownMenu/MobileDropdownMenu.js +21 -17
- package/esm/MobileEmtpyState/MobileEmptyState.js +10 -7
- package/esm/MobileFilterbar/Filterbar.js +13 -10
- package/esm/MobileFilterbar/FilterbarItem.js +15 -12
- package/esm/MobileFilterbar/FilterbarSort.js +17 -14
- package/esm/MobileFooter/Action.js +26 -23
- package/esm/MobileFooter/Footer.js +14 -7
- package/esm/MobileFooter/Text.js +6 -3
- package/esm/MobileListItem/MobileListItem.js +11 -10
- package/esm/MobilePageHeader/MobilePageHeader.js +19 -17
- package/esm/MobileSelectList/MobileSelectList.js +28 -19
- package/esm/MobileSelectList/styled.js +4 -4
- package/esm/MobileSeparator/Separator.js +28 -16
- package/esm/MobileTimePicker/Input.js +5 -0
- package/esm/MobileTimePicker/MobileTimePicker.js +13 -12
- package/esm/MobileTimePicker/MobileTimePicker.stories.js +1 -1
- package/esm/MobileTouchable/MobileTouchable.js +7 -1
- package/esm/Modal/Modal.js +27 -21
- package/esm/Modal/styled.js +4 -6
- package/esm/PageFilter/PageFilter.js +15 -10
- package/esm/PageForm/PageForm.js +18 -11
- package/esm/PageList/PageList.js +10 -9
- package/esm/PageSearch/PageSearch.js +10 -9
- package/esm/PageSummary/PageSummary.js +32 -19
- package/esm/PageSummary/Tags.js +12 -6
- package/esm/SideNav/SideNav.js +39 -29
- package/esm/SwipeToRefresh/ProgressIndicator.js +9 -8
- package/esm/SwipeToRefresh/SwipeToRefresh.js +9 -8
- package/esm/SwipeToRefresh/styled.js +1 -1
- package/esm/SwipeToRefresh/useSwipe.js +6 -4
- package/esm/Tabs/index.js +13 -4
- package/esm/Tabs/propTypes.js +23 -0
- package/esm/index.js +5 -4
- package/package.json +35 -7
- package/types/Accordion/Accordion.d.ts +1 -1
- package/types/CategoryBox/CategoryBox.d.ts +37 -6
- package/types/CollectionBox/CollectionBox.d.ts +37 -6
- package/types/GlobalHeader/MobileGlobalHeader.d.ts +43 -6
- package/types/GlobalHeader/styles.d.ts +6 -6
- package/types/GroupBox/GroupBox.d.ts +44 -7
- package/types/InfiniteLoader/Infiniteloader.d.ts +30 -5
- package/types/InfiniteLoader/VirtualizedInfiniteLoader.d.ts +56 -8
- package/types/InfiniteLoader/styled.d.ts +1 -1
- package/types/LoadingPage/Page.d.ts +1 -1
- package/types/MobileActionToolbar/MobileActionToolbar.d.ts +16 -4
- package/types/MobileActionToolbar/MobileActionToolbarItem.d.ts +15 -2
- package/types/MobileBanner/MobileBanner.d.ts +72 -12
- package/types/MobileBanner/propTypes.d.ts +67 -11
- package/types/MobileBanner/styles.d.ts +10 -10
- package/types/MobileCard/Card.d.ts +20 -13
- package/types/MobileCard/ExpandableRegion.d.ts +2 -2
- package/types/MobileCard/Group.d.ts +18 -8
- package/types/MobileCard/StyledCard.d.ts +3 -1
- package/types/MobileCard/index.d.ts +13 -12
- package/types/MobileCard/props.d.ts +118 -0
- package/types/MobileContextMenu/MobileContextMenu.d.ts +13 -2
- package/types/MobileContextMenu/MobileContextMenuGroup.d.ts +37 -5
- package/types/MobileContextMenu/MobileContextMenuItem.d.ts +54 -9
- package/types/MobileDatePicker/MobileDatePicker.d.ts +43 -7
- package/types/MobileDropdownMenu/MobileDropdownInput.d.ts +2 -2
- package/types/MobileDropdownMenu/MobileDropdownMenu.d.ts +24 -4
- package/types/MobileEmtpyState/MobileEmptyState.d.ts +14 -2
- package/types/MobileFilterbar/Filterbar.d.ts +9 -2
- package/types/MobileFilterbar/FilterbarItem.d.ts +15 -2
- package/types/MobileFilterbar/FilterbarSort.d.ts +9 -2
- package/types/MobileFooter/Action.d.ts +19 -3
- package/types/MobileFooter/Footer.d.ts +8 -1
- package/types/MobileFooter/Text.d.ts +8 -1
- package/types/MobileListItem/MobileListItem.d.ts +17 -7
- package/types/MobilePageHeader/MobilePageHeader.d.ts +21 -11
- package/types/MobileSelectList/MobileSelectList.d.ts +3 -3
- package/types/MobileSelectList/styled.d.ts +5 -5
- package/types/MobileSeparator/Separator.d.ts +23 -5
- package/types/MobileTimePicker/MobileTimePicker.d.ts +32 -6
- package/types/MobileTimePicker/MobileTimePicker.stories.d.ts +1 -0
- package/types/MobileTouchable/MobileTouchable.d.ts +1 -1
- package/types/Modal/Modal.d.ts +50 -9
- package/types/Modal/styled.d.ts +7 -6
- package/types/PageList/PageList.d.ts +2 -2
- package/types/PageSearch/PageSearch.d.ts +2 -2
- package/types/PageSummary/Tags.d.ts +4 -4
- package/types/SideNav/SideNav.d.ts +26 -5
- package/types/SideNav/styles.d.ts +8 -8
- package/types/SwipeToRefresh/SwipeToRefresh.d.ts +22 -3
- package/types/SwipeToRefresh/styled.d.ts +5 -4
- package/types/Tabs/index.d.ts +24 -9
- package/types/Tabs/propTypes.d.ts +42 -0
- package/types/index.d.ts +5 -1
- package/cjs/package.json +0 -7
- package/esm/package.json +0 -7
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
2
2
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
3
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
4
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
5
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
6
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
7
|
+
import 'core-js/modules/esnext.async-iterator.map.js';
|
|
8
|
+
import 'core-js/modules/esnext.iterator.map.js';
|
|
9
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
10
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
3
11
|
import React, { useState, useEffect } from 'react';
|
|
4
12
|
import { noop } from 'lodash';
|
|
5
|
-
import { Grid } from '@elliemae/ds-
|
|
6
|
-
import DSTextBox from '@elliemae/ds-
|
|
13
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
14
|
+
import { DSTextBox } from '@elliemae/ds-form';
|
|
7
15
|
import { withTheme, op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
8
16
|
import { DSMobileTouchable } from '../MobileTouchable/MobileTouchable.js';
|
|
9
17
|
import { StyledContainer, HeaderContainer, ListContainer, Footer, checked, checkbox, selectedMark } from './styled.js';
|
|
@@ -13,21 +21,22 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
13
21
|
|
|
14
22
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
15
23
|
|
|
16
|
-
const MobileSelectList =
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
const MobileSelectList = _ref => {
|
|
25
|
+
let {
|
|
26
|
+
open = false,
|
|
27
|
+
header = null,
|
|
28
|
+
multiple = false,
|
|
29
|
+
onChange = noop,
|
|
30
|
+
children,
|
|
31
|
+
theme,
|
|
32
|
+
zIndex = 1,
|
|
33
|
+
useSearch,
|
|
34
|
+
onSearch = noop,
|
|
35
|
+
dataTestid = 'mobile-select-list',
|
|
36
|
+
buttonFooter = null,
|
|
37
|
+
onApply = noop,
|
|
38
|
+
selecteds: initSelecteds = []
|
|
39
|
+
} = _ref;
|
|
31
40
|
const rows = ['auto', 1];
|
|
32
41
|
const [selecteds, setSelected] = useState(initSelecteds);
|
|
33
42
|
const [filter, setFilter] = useState('');
|
|
@@ -82,7 +91,7 @@ const MobileSelectList = ({
|
|
|
82
91
|
overflow: 'auto'
|
|
83
92
|
}
|
|
84
93
|
}, void 0, /*#__PURE__*/_jsx(ListContainer, {
|
|
85
|
-
"data-testid":
|
|
94
|
+
"data-testid": "".concat(dataTestid, "--list-container")
|
|
86
95
|
}, void 0, React.Children.map(children, child => {
|
|
87
96
|
let leftAddon = null;
|
|
88
97
|
let rightAddon = null;
|
|
@@ -112,7 +121,7 @@ const MobileSelectList = ({
|
|
|
112
121
|
pr: __UNSAFE_SPACE_TO_DIMSUM(theme.space.s)
|
|
113
122
|
}, void 0, /*#__PURE__*/React.cloneElement(buttonFooter, _objectSpread(_objectSpread({}, buttonFooter.props), {}, {
|
|
114
123
|
containerProps: {
|
|
115
|
-
'data-testid':
|
|
124
|
+
'data-testid': "".concat(dataTestid, "--btn")
|
|
116
125
|
},
|
|
117
126
|
buttonType: 'primary',
|
|
118
127
|
size: 'l',
|
|
@@ -2,9 +2,9 @@ import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import { noop } from 'lodash';
|
|
4
4
|
import styled from 'styled-components';
|
|
5
|
-
import { Grid } from '@elliemae/ds-
|
|
6
|
-
import DSCheckbox from '@elliemae/ds-
|
|
7
|
-
import
|
|
5
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
6
|
+
import { DSCheckbox } from '@elliemae/ds-form';
|
|
7
|
+
import { Checkmark } from '@elliemae/ds-icons';
|
|
8
8
|
import { border } from '@elliemae/ds-system';
|
|
9
9
|
import { DSMobileTouchable } from '../MobileTouchable/MobileTouchable.js';
|
|
10
10
|
import { DSMobileListItem } from '../MobileListItem/MobileListItem.js';
|
|
@@ -35,7 +35,7 @@ const checked = /*#__PURE__*/_jsx(DSCheckbox, {
|
|
|
35
35
|
pointerEvents: 'none'
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
|
-
const selectedMark = /*#__PURE__*/_jsx(
|
|
38
|
+
const selectedMark = /*#__PURE__*/_jsx(Checkmark, {
|
|
39
39
|
color: ['brand-primary', 600]
|
|
40
40
|
});
|
|
41
41
|
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
2
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
3
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
4
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
5
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
1
6
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
2
7
|
import 'react';
|
|
3
8
|
import { PropTypes, describe } from 'react-desc';
|
|
4
9
|
import styled from 'styled-components';
|
|
5
|
-
import { Grid } from '@elliemae/ds-
|
|
10
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
6
11
|
import { jsx } from 'react/jsx-runtime';
|
|
7
12
|
|
|
8
13
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
@@ -10,22 +15,29 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
10
15
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
11
16
|
const Separator = /*#__PURE__*/styled(Grid).withConfig({
|
|
12
17
|
componentId: "sc-lje3kq-0"
|
|
13
|
-
})(["border-top:", ";border-left:", ";"],
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
color,
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
})(["border-top:", ";border-left:", ";"], _ref => {
|
|
19
|
+
let {
|
|
20
|
+
theme,
|
|
21
|
+
color,
|
|
22
|
+
borderType
|
|
23
|
+
} = _ref;
|
|
24
|
+
return "".concat(theme.colors[color[0]][color[1]], " 1px ").concat(borderType);
|
|
25
|
+
}, _ref2 => {
|
|
26
|
+
let {
|
|
27
|
+
theme,
|
|
28
|
+
color,
|
|
29
|
+
borderType
|
|
30
|
+
} = _ref2;
|
|
31
|
+
return "".concat(theme.colors[color[0]][color[1]], " 1px ").concat(borderType);
|
|
32
|
+
});
|
|
22
33
|
|
|
23
|
-
const MobileSeparator =
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
34
|
+
const MobileSeparator = _ref3 => {
|
|
35
|
+
let {
|
|
36
|
+
color = ['neutral', '800'],
|
|
37
|
+
direction = 'horizontal',
|
|
38
|
+
type = 'solid',
|
|
39
|
+
margin = 'xs'
|
|
40
|
+
} = _ref3;
|
|
29
41
|
const orientation = direction === 'vertical' ? 'height' : 'width';
|
|
30
42
|
const xORy = direction === 'vertical' ? 'mx' : 'my';
|
|
31
43
|
const styles = {
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
2
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
3
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
4
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
5
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
1
6
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
2
7
|
import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties';
|
|
3
8
|
import 'react';
|
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import { useRef, useEffect, useMemo } from 'react';
|
|
3
3
|
import { PropTypes, describe } from 'react-desc';
|
|
4
|
-
import { DSIconColors } from '@elliemae/ds-
|
|
5
|
-
import RecentDocuments from '@elliemae/ds-icons
|
|
6
|
-
import DSButton from '@elliemae/ds-
|
|
7
|
-
import DSInputGroup from '@elliemae/ds-
|
|
4
|
+
import { DSIconColors } from '@elliemae/ds-icon';
|
|
5
|
+
import { RecentDocuments } from '@elliemae/ds-icons';
|
|
6
|
+
import DSButton from '@elliemae/ds-button';
|
|
7
|
+
import { DSInputGroup } from '@elliemae/ds-form';
|
|
8
8
|
import { Input } from './Input.js';
|
|
9
9
|
|
|
10
10
|
var _RecentDocuments;
|
|
11
11
|
|
|
12
|
-
const DSMobileTimePicker =
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
12
|
+
const DSMobileTimePicker = _ref => {
|
|
13
|
+
let {
|
|
14
|
+
disabled,
|
|
15
|
+
value,
|
|
16
|
+
tabIndex,
|
|
17
|
+
placeholder,
|
|
18
|
+
onChange
|
|
19
|
+
} = _ref;
|
|
19
20
|
const inputRef = useRef(null);
|
|
20
21
|
const valueArr = value.split(':');
|
|
21
22
|
useEffect(() => {
|
|
@@ -32,7 +33,7 @@ const DSMobileTimePicker = ({
|
|
|
32
33
|
if (!value || !valueArr[0] || !valueArr[1]) return '';
|
|
33
34
|
const ampm = valueArr[0] >= 12 ? 'pm' : 'am';
|
|
34
35
|
const h = valueArr[0] > 12 ? valueArr[0] - 12 : valueArr[0];
|
|
35
|
-
return
|
|
36
|
+
return "".concat(h, " : ").concat(valueArr[1], " ").concat(ampm);
|
|
36
37
|
}, [value]);
|
|
37
38
|
return /*#__PURE__*/_jsx(DSInputGroup, {
|
|
38
39
|
rightAddon: /*#__PURE__*/_jsx(DSButton, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
|
-
import { Grid } from '@elliemae/ds-
|
|
3
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
4
4
|
import { addDefaultMobileView, PATH_MOBILE_TIME_PICKER, useMobileTimePicker } from '@elliemae/ds-devutils';
|
|
5
5
|
import { DSMobileTimePicker } from './MobileTimePicker.js';
|
|
6
6
|
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
2
2
|
import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties';
|
|
3
|
+
import 'core-js/modules/web.dom-collections.iterator.js';
|
|
4
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
5
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
6
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
7
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
8
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
3
9
|
import { useState, useCallback } from 'react';
|
|
4
10
|
import { noop } from 'lodash';
|
|
5
11
|
import styled from 'styled-components';
|
|
6
|
-
import { Grid } from '@elliemae/ds-
|
|
12
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
7
13
|
import { withTheme } from '@elliemae/ds-system';
|
|
8
14
|
import { jsx } from 'react/jsx-runtime';
|
|
9
15
|
|
package/esm/Modal/Modal.js
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
2
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
3
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
4
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
5
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
1
6
|
import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';
|
|
2
7
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
3
8
|
import 'react';
|
|
4
9
|
import { PropTypes, describe } from 'react-desc';
|
|
5
10
|
import { noop } from 'lodash';
|
|
6
|
-
import { Grid } from '@elliemae/ds-
|
|
7
|
-
import WarningTriangle from '@elliemae/ds-icons
|
|
8
|
-
import DSButton from '@elliemae/ds-
|
|
11
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
12
|
+
import { WarningTriangle } from '@elliemae/ds-icons';
|
|
13
|
+
import DSButton from '@elliemae/ds-button';
|
|
9
14
|
import { useTheme } from '@elliemae/ds-system';
|
|
10
15
|
import { BodyFix, BackShadow, ModalPosition, ModalBox, ModalIcon, ModalTitle, ModalDescription } from './styled.js';
|
|
11
16
|
import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
@@ -16,22 +21,23 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
16
21
|
|
|
17
22
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
18
23
|
|
|
19
|
-
const Modal =
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
24
|
+
const Modal = _ref => {
|
|
25
|
+
let {
|
|
26
|
+
zIndex = 1,
|
|
27
|
+
title = '',
|
|
28
|
+
description = '',
|
|
29
|
+
onClose = noop,
|
|
30
|
+
showSecondaryAction = true,
|
|
31
|
+
secondaryActionProps = {
|
|
32
|
+
onClick: noop,
|
|
33
|
+
labelText: 'Cancel'
|
|
34
|
+
},
|
|
35
|
+
primaryActionProps = {
|
|
36
|
+
onClick: noop,
|
|
37
|
+
labelText: 'Accept'
|
|
38
|
+
},
|
|
39
|
+
isOpen = false
|
|
40
|
+
} = _ref;
|
|
35
41
|
const theme = useTheme();
|
|
36
42
|
if (!isOpen) return null;
|
|
37
43
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
@@ -44,7 +50,7 @@ const Modal = ({
|
|
|
44
50
|
zIndex: zIndex,
|
|
45
51
|
cols: ['auto']
|
|
46
52
|
}, void 0, /*#__PURE__*/_jsx(ModalBox, {
|
|
47
|
-
maxHeight:
|
|
53
|
+
maxHeight: "".concat(window.innerHeight * 0.75, "px"),
|
|
48
54
|
rows: [1, '80px'],
|
|
49
55
|
style: {
|
|
50
56
|
overflow: 'hidden'
|
|
@@ -79,7 +85,7 @@ const Modal = ({
|
|
|
79
85
|
justifyContent: "center",
|
|
80
86
|
alignItems: "center",
|
|
81
87
|
style: {
|
|
82
|
-
borderTop:
|
|
88
|
+
borderTop: "1px solid ".concat(theme.colors.neutral[100])
|
|
83
89
|
}
|
|
84
90
|
}, void 0, showSecondaryAction && /*#__PURE__*/jsx(DSButton, _objectSpread(_objectSpread({}, secondaryActionProps), {}, {
|
|
85
91
|
labelText: secondaryActionProps.labelText || ' Cancel',
|
package/esm/Modal/styled.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _taggedTemplateLiteral from '@babel/runtime/helpers/esm/taggedTemplateLiteral';
|
|
2
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
2
3
|
import styled from 'styled-components';
|
|
3
4
|
import { createGlobalStyle } from '@elliemae/ds-system';
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
body{
|
|
7
|
-
${props => props.isOpen ? 'overflow: hidden;' : ''};
|
|
8
|
-
}
|
|
9
|
-
`;
|
|
6
|
+
var _templateObject;
|
|
7
|
+
const BodyFix = createGlobalStyle(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n body{\n ", ";\n }\n"])), props => props.isOpen ? 'overflow: hidden;' : '');
|
|
10
8
|
const ModalBox = /*#__PURE__*/styled(Grid).withConfig({
|
|
11
9
|
componentId: "sc-cke90o-0"
|
|
12
10
|
})(["width:100%;background:", ";max-height:", ";box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);"], props => props.theme.colors.neutral['000'], props => props.maxHeight);
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
|
-
import { Grid } from '@elliemae/ds-
|
|
4
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
5
5
|
import { useTheme, op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
6
6
|
import { DSFullPageContainer } from '../FullPageContainer/FullPageContainer.js';
|
|
7
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
8
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
9
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
10
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
11
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
7
12
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
13
|
import '@babel/runtime/helpers/esm/objectWithoutProperties';
|
|
9
|
-
import '@elliemae/ds-basic';
|
|
10
14
|
import 'react/jsx-runtime';
|
|
11
15
|
|
|
12
16
|
const Header = /*#__PURE__*/styled(Grid).withConfig({
|
|
@@ -28,14 +32,15 @@ const Footer = /*#__PURE__*/styled(Grid).withConfig({
|
|
|
28
32
|
componentId: "sc-15cmidp-5"
|
|
29
33
|
})(["display:flex;justify-content:space-around;align-items:center;width:100%;padding:0.67rem;border-top:1px solid ", ";& > button{flex-grow:1;margin:0 0.33rem;}"], props => props.theme.colors.neutral[300]);
|
|
30
34
|
|
|
31
|
-
const PageFilter =
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
35
|
+
const PageFilter = _ref => {
|
|
36
|
+
let {
|
|
37
|
+
children = null,
|
|
38
|
+
breadCrumb = null,
|
|
39
|
+
pageTitle = null,
|
|
40
|
+
leftProp = null,
|
|
41
|
+
rightProp = null,
|
|
42
|
+
footerButton = null
|
|
43
|
+
} = _ref;
|
|
39
44
|
const theme = useTheme();
|
|
40
45
|
const headerDimension = theme.space.l;
|
|
41
46
|
const rows = [headerDimension, 1];
|
package/esm/PageForm/PageForm.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
|
-
import { Grid } from '@elliemae/ds-
|
|
3
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
4
4
|
import styled from 'styled-components';
|
|
5
5
|
import { useTheme, op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
6
6
|
import { DSFullPageContainer } from '../FullPageContainer/FullPageContainer.js';
|
|
@@ -8,17 +8,24 @@ import { DSFullPageContainerScroll } from '../FullPageContainer/FullPageContaine
|
|
|
8
8
|
|
|
9
9
|
const Body = /*#__PURE__*/styled(Grid).withConfig({
|
|
10
10
|
componentId: "sc-1qg3tcm-0"
|
|
11
|
-
})(["margin:0 auto;width:100%;@media (min-width:", "){", "}"],
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
})(["margin:0 auto;width:100%;@media (min-width:", "){", "}"], _ref => {
|
|
12
|
+
let {
|
|
13
|
+
theme
|
|
14
|
+
} = _ref;
|
|
15
|
+
return theme.breakpoints.small;
|
|
16
|
+
}, _ref2 => {
|
|
17
|
+
let {
|
|
18
|
+
theme
|
|
19
|
+
} = _ref2;
|
|
20
|
+
return "width: ".concat(op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.xxl), 6.25), ";");
|
|
21
|
+
});
|
|
16
22
|
|
|
17
|
-
const PageForm =
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
23
|
+
const PageForm = _ref3 => {
|
|
24
|
+
let {
|
|
25
|
+
header = null,
|
|
26
|
+
body = null,
|
|
27
|
+
footer = null
|
|
28
|
+
} = _ref3;
|
|
22
29
|
const theme = useTheme();
|
|
23
30
|
const rows = [1];
|
|
24
31
|
if (header) rows.unshift(op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.xxl), 1.125));
|
package/esm/PageList/PageList.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
|
-
import { Grid } from '@elliemae/ds-
|
|
4
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
5
5
|
import { withTheme, op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
6
6
|
import { DSFullPageContainer } from '../FullPageContainer/FullPageContainer.js';
|
|
7
7
|
import { DSFullPageContainerScroll } from '../FullPageContainer/FullPageContainerScroll.js';
|
|
@@ -9,14 +9,15 @@ import { DSFullPageContainerScroll } from '../FullPageContainer/FullPageContaine
|
|
|
9
9
|
const PageTitleWrapper = /*#__PURE__*/styled(Grid).withConfig({
|
|
10
10
|
componentId: "sc-e4h57j-0"
|
|
11
11
|
})(["min-height:44px;"]);
|
|
12
|
-
const DSMobilePageList = withTheme(
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
const DSMobilePageList = withTheme(_ref => {
|
|
13
|
+
let {
|
|
14
|
+
header = null,
|
|
15
|
+
pageTitle = null,
|
|
16
|
+
filterBar = null,
|
|
17
|
+
body = null,
|
|
18
|
+
footer = null,
|
|
19
|
+
theme
|
|
20
|
+
} = _ref;
|
|
20
21
|
const rows = ['auto', op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.xl), 0.83), 1];
|
|
21
22
|
if (header) rows.unshift(__UNSAFE_SPACE_TO_DIMSUM(theme.space.xxl));
|
|
22
23
|
if (footer) rows.push('56px');
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
3
|
import styled from 'styled-components';
|
|
4
|
-
import { Grid } from '@elliemae/ds-
|
|
4
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
5
5
|
import { withTheme, op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
6
6
|
|
|
7
7
|
const Header = /*#__PURE__*/styled(Grid).withConfig({
|
|
8
8
|
componentId: "sc-a8tzbi-0"
|
|
9
9
|
})(["height:100%;background:", ";padding:", ";"], props => props.theme.colors.brand['600'], props => __UNSAFE_SPACE_TO_DIMSUM(props.theme.space.xxs));
|
|
10
|
-
const DSMobilePageSearch = withTheme(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
10
|
+
const DSMobilePageSearch = withTheme(_ref => {
|
|
11
|
+
let {
|
|
12
|
+
HeaderContainer = Header,
|
|
13
|
+
SearchContainer = Header,
|
|
14
|
+
searchHeader = null,
|
|
15
|
+
pageTitle = 'Search',
|
|
16
|
+
body = null,
|
|
17
|
+
theme
|
|
18
|
+
} = _ref;
|
|
18
19
|
const rows = [op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.l), 0.81), op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.l), 1.62), 1];
|
|
19
20
|
return /*#__PURE__*/_jsx(Grid, {
|
|
20
21
|
rows: rows,
|
|
@@ -1,35 +1,48 @@
|
|
|
1
1
|
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
2
|
import 'react';
|
|
3
|
-
import { Grid } from '@elliemae/ds-
|
|
3
|
+
import { Grid } from '@elliemae/ds-grid';
|
|
4
4
|
import styled from 'styled-components';
|
|
5
5
|
import { op, __UNSAFE_SPACE_TO_DIMSUM } from '@elliemae/ds-system';
|
|
6
6
|
import { DSFullPageContainer } from '../FullPageContainer/FullPageContainer.js';
|
|
7
|
+
import 'core-js/modules/esnext.async-iterator.filter.js';
|
|
8
|
+
import 'core-js/modules/esnext.iterator.constructor.js';
|
|
9
|
+
import 'core-js/modules/esnext.iterator.filter.js';
|
|
10
|
+
import 'core-js/modules/esnext.async-iterator.for-each.js';
|
|
11
|
+
import 'core-js/modules/esnext.iterator.for-each.js';
|
|
7
12
|
import '@babel/runtime/helpers/esm/defineProperty';
|
|
8
13
|
import '@babel/runtime/helpers/esm/objectWithoutProperties';
|
|
9
|
-
import '@elliemae/ds-basic';
|
|
10
14
|
import 'react/jsx-runtime';
|
|
11
15
|
import { Header, Section, Toolbar, BodyWrapper } from './Tags.js';
|
|
12
16
|
|
|
13
17
|
const Body = /*#__PURE__*/styled(Grid).withConfig({
|
|
14
18
|
componentId: "sc-1jlvilw-0"
|
|
15
|
-
})(["margin:0 auto;width:100%;@media (min-width:", "){", "}"],
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
})(["margin:0 auto;width:100%;@media (min-width:", "){", "}"], _ref => {
|
|
20
|
+
let {
|
|
21
|
+
theme
|
|
22
|
+
} = _ref;
|
|
23
|
+
return theme.breakpoints.small;
|
|
24
|
+
}, _ref2 => {
|
|
25
|
+
let {
|
|
26
|
+
theme
|
|
27
|
+
} = _ref2;
|
|
28
|
+
return "width: ".concat(op('*', __UNSAFE_SPACE_TO_DIMSUM(theme.space.xxl), 6.25), ";");
|
|
29
|
+
});
|
|
20
30
|
|
|
21
|
-
const PageSummary =
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}, void 0,
|
|
31
|
+
const PageSummary = _ref3 => {
|
|
32
|
+
let {
|
|
33
|
+
header = null,
|
|
34
|
+
headerZIndex = 1,
|
|
35
|
+
bodyPrimary = null,
|
|
36
|
+
actions = null,
|
|
37
|
+
actionsZIndex = 1,
|
|
38
|
+
bodySecondary = null
|
|
39
|
+
} = _ref3;
|
|
40
|
+
return /*#__PURE__*/_jsx(DSFullPageContainer, {}, void 0, header && /*#__PURE__*/_jsx(Header, {
|
|
41
|
+
zIndex: headerZIndex
|
|
42
|
+
}, void 0, header), /*#__PURE__*/_jsx(Section, {}, void 0, /*#__PURE__*/_jsx(Grid, {}, void 0, /*#__PURE__*/_jsx(Body, {}, void 0, bodyPrimary)), /*#__PURE__*/_jsx(Toolbar, {
|
|
43
|
+
zIndex: actionsZIndex
|
|
44
|
+
}, void 0, actions), /*#__PURE__*/_jsx(BodyWrapper, {}, void 0, /*#__PURE__*/_jsx(Body, {}, void 0, bodySecondary))));
|
|
45
|
+
};
|
|
33
46
|
|
|
34
47
|
const DSPageSummary = PageSummary;
|
|
35
48
|
|
package/esm/PageSummary/Tags.js
CHANGED
|
@@ -2,14 +2,20 @@ import styled from 'styled-components';
|
|
|
2
2
|
|
|
3
3
|
const Header = /*#__PURE__*/styled.div.withConfig({
|
|
4
4
|
componentId: "sc-1bwtial-0"
|
|
5
|
-
})(["position:fixed;display:grid;top:0;left:0;width:100%;height:64px;z-index:", ";"],
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
})(["position:fixed;display:grid;top:0;left:0;width:100%;height:64px;z-index:", ";"], _ref => {
|
|
6
|
+
let {
|
|
7
|
+
zIndex
|
|
8
|
+
} = _ref;
|
|
9
|
+
return zIndex;
|
|
10
|
+
});
|
|
8
11
|
const Toolbar = /*#__PURE__*/styled.div.withConfig({
|
|
9
12
|
componentId: "sc-1bwtial-1"
|
|
10
|
-
})(["position:sticky;left:0;top:64px;background:", ";z-index:", ";"], props => props.theme.colors.neutral['000'],
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
})(["position:sticky;left:0;top:64px;background:", ";z-index:", ";"], props => props.theme.colors.neutral['000'], _ref2 => {
|
|
14
|
+
let {
|
|
15
|
+
zIndex
|
|
16
|
+
} = _ref2;
|
|
17
|
+
return zIndex;
|
|
18
|
+
});
|
|
13
19
|
const BodyWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
14
20
|
componentId: "sc-1bwtial-2"
|
|
15
21
|
})(["position:relative;display:grid;top:0;left:0;height:100%;"]);
|