@elliemae/ds-mobile 3.46.5 → 3.46.7
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/dist/types/GlobalHeader/styles.d.ts +6 -6
- package/dist/types/InfiniteLoader/styled.d.ts +1 -1
- package/dist/types/LoadingPage/Page.d.ts +5 -6
- package/dist/types/MobileBanner/styles.d.ts +11 -24
- package/dist/types/MobileCard/Card.d.ts +1 -1
- package/dist/types/MobileCard/StyledCard.d.ts +1 -3
- package/dist/types/MobileCard/index.d.ts +1 -1
- package/dist/types/MobileDropdownMenu/MobileDropdownInput.d.ts +2 -2
- package/dist/types/MobileListItem/style.d.ts +2 -3
- package/dist/types/MobileSelectList/MobileSelectList.d.ts +3 -4
- package/dist/types/MobileSelectList/styled.d.ts +4 -13
- package/dist/types/Modal/styled.d.ts +6 -7
- package/dist/types/PageSummary/Tags.d.ts +4 -4
- package/dist/types/SideNav/styles.d.ts +8 -8
- package/dist/types/SwipeToRefresh/styled.d.ts +4 -5
- package/dist/types/SwipeToRefresh/useSwipe.d.ts +2 -2
- package/package.json +18 -18
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const Container:
|
|
2
|
-
export declare const SearchWrapper:
|
|
3
|
-
export declare const Icon:
|
|
4
|
-
export declare const Label:
|
|
5
|
-
export declare const RightSection:
|
|
6
|
-
export declare const MainSection:
|
|
1
|
+
export declare const Container: any;
|
|
2
|
+
export declare const SearchWrapper: any;
|
|
3
|
+
export declare const Icon: any;
|
|
4
|
+
export declare const Label: any;
|
|
5
|
+
export declare const RightSection: any;
|
|
6
|
+
export declare const MainSection: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LoaderBox:
|
|
1
|
+
export declare const LoaderBox: any;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
declare const DSMobileLoadingPage: React.ForwardRefExoticComponent<{
|
|
4
|
-
children
|
|
3
|
+
children: any;
|
|
5
4
|
type?: string | undefined;
|
|
6
|
-
zIndex
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
zIndex: any;
|
|
6
|
+
backdropZIndex: any;
|
|
7
|
+
loader: any;
|
|
8
|
+
loading: any;
|
|
10
9
|
} & {
|
|
11
10
|
theme?: import("styled-components").DefaultTheme | undefined;
|
|
12
11
|
}>;
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
export declare const StyledInnerContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, never, never>;
|
|
14
|
-
export declare const StyledTextContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
15
|
-
export declare const StyledTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
16
|
-
export declare const StyledSubTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
17
|
-
export declare const StyledIconContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
18
|
-
export declare const StyledContent: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledContentT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
19
|
-
export declare const StyledCloseButtonContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
20
|
-
export declare const StyledSubTitleText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
21
|
-
export declare const StyledCloseButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
|
|
22
|
-
export declare const StyledActionLink: import("styled-components").StyledComponent<"a", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"a">, never>;
|
|
23
|
-
export declare const StyledBannerContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledBannerContainerT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
24
|
-
export {};
|
|
1
|
+
export declare const StyledInnerContainer: any;
|
|
2
|
+
export declare const StyledTextContent: any;
|
|
3
|
+
export declare const StyledTitle: any;
|
|
4
|
+
export declare const StyledSubTitle: any;
|
|
5
|
+
export declare const StyledIconContainer: any;
|
|
6
|
+
export declare const StyledContent: any;
|
|
7
|
+
export declare const StyledCloseButtonContainer: any;
|
|
8
|
+
export declare const StyledSubTitleText: any;
|
|
9
|
+
export declare const StyledCloseButton: any;
|
|
10
|
+
export declare const StyledActionLink: any;
|
|
11
|
+
export declare const StyledBannerContainer: any;
|
|
@@ -6,9 +6,9 @@ declare const _default: React.ForwardRefExoticComponent<{
|
|
|
6
6
|
height: "m" | "s";
|
|
7
7
|
children: React.ReactNode | React.ReactNode[];
|
|
8
8
|
value: number;
|
|
9
|
-
details: string[];
|
|
10
9
|
leftProp: JSX.Element | JSX.Element[];
|
|
11
10
|
rightProp: JSX.Element[];
|
|
11
|
+
details: string[];
|
|
12
12
|
leftAddOn: JSX.Element | JSX.Element[];
|
|
13
13
|
subText: string[];
|
|
14
14
|
subIcons: JSX.Element | JSX.Element[];
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
export declare const StyledCard:
|
|
2
|
-
minHeight: string;
|
|
3
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledCard: any;
|
|
@@ -5,9 +5,9 @@ declare const DSMobileCard: import("react").ForwardRefExoticComponent<{
|
|
|
5
5
|
height: "m" | "s";
|
|
6
6
|
children: import("react").ReactNode | import("react").ReactNode[];
|
|
7
7
|
value: number;
|
|
8
|
-
details: string[];
|
|
9
8
|
leftProp: JSX.Element | JSX.Element[];
|
|
10
9
|
rightProp: JSX.Element[];
|
|
10
|
+
details: string[];
|
|
11
11
|
leftAddOn: JSX.Element | JSX.Element[];
|
|
12
12
|
subText: string[];
|
|
13
13
|
subIcons: JSX.Element | JSX.Element[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes from 'prop-types';
|
|
2
|
-
export declare const MobileDropdownInput:
|
|
3
|
-
export declare const MobileDropdownInputWrap:
|
|
2
|
+
export declare const MobileDropdownInput: any;
|
|
3
|
+
export declare const MobileDropdownInputWrap: any;
|
|
4
4
|
export declare const Caret: {
|
|
5
5
|
({ onClick }: {
|
|
6
6
|
onClick: any;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const StyledTitle: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledContainer: any;
|
|
2
|
+
export declare const StyledTitle: any;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import PropTypes from 'prop-types';
|
|
3
2
|
declare const DSMobileSelectList: React.ForwardRefExoticComponent<{
|
|
4
|
-
children
|
|
3
|
+
children: any;
|
|
5
4
|
onChange?: ((...args: any[]) => void) | undefined;
|
|
6
5
|
multiple?: boolean | undefined;
|
|
7
6
|
open?: boolean | undefined;
|
|
8
7
|
zIndex?: number | undefined;
|
|
9
8
|
header?: null | undefined;
|
|
10
9
|
dataTestid?: string | undefined;
|
|
11
|
-
useSearch
|
|
10
|
+
useSearch: any;
|
|
12
11
|
onSearch?: ((...args: any[]) => void) | undefined;
|
|
13
12
|
buttonFooter?: null | undefined;
|
|
14
|
-
ButtonFooter
|
|
13
|
+
ButtonFooter: any;
|
|
15
14
|
onApply?: ((...args: any[]) => void) | undefined;
|
|
16
15
|
selecteds?: never[] | undefined;
|
|
17
16
|
} & {
|
|
@@ -1,16 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const ListContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
6
|
-
title?: string | undefined;
|
|
7
|
-
value?: string | undefined;
|
|
8
|
-
leftAddon?: null | undefined;
|
|
9
|
-
rightAddon?: null | undefined;
|
|
10
|
-
dataTestid?: string | undefined;
|
|
11
|
-
} & {
|
|
12
|
-
theme?: import("styled-components").DefaultTheme | undefined;
|
|
13
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledContainer: any;
|
|
2
|
+
export declare const HeaderContainer: any;
|
|
3
|
+
export declare const Footer: any;
|
|
4
|
+
export declare const ListContainer: any;
|
|
14
5
|
export declare const checkbox: import("react/jsx-runtime.js").JSX.Element;
|
|
15
6
|
export declare const checked: import("react/jsx-runtime.js").JSX.Element;
|
|
16
7
|
export declare const selectedMark: import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const BodyFix: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
|
|
3
|
-
export declare const ModalBox:
|
|
4
|
-
export declare const ModalPosition:
|
|
5
|
-
export declare const BackShadow:
|
|
6
|
-
export declare const ModalIcon:
|
|
7
|
-
export declare const ModalTitle:
|
|
8
|
-
export declare const ModalDescription:
|
|
2
|
+
export declare const ModalBox: any;
|
|
3
|
+
export declare const ModalPosition: any;
|
|
4
|
+
export declare const BackShadow: any;
|
|
5
|
+
export declare const ModalIcon: any;
|
|
6
|
+
export declare const ModalTitle: any;
|
|
7
|
+
export declare const ModalDescription: any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const Header:
|
|
2
|
-
export declare const Toolbar:
|
|
3
|
-
export declare const BodyWrapper:
|
|
4
|
-
export declare const Section:
|
|
1
|
+
export declare const Header: any;
|
|
2
|
+
export declare const Toolbar: any;
|
|
3
|
+
export declare const BodyWrapper: any;
|
|
4
|
+
export declare const Section: any;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const Container:
|
|
2
|
-
export declare const MenuWrapper:
|
|
3
|
-
export declare const Menu:
|
|
4
|
-
export declare const Heading:
|
|
5
|
-
export declare const Icon:
|
|
6
|
-
export declare const Hr:
|
|
7
|
-
export declare const MenuList:
|
|
8
|
-
export declare const BottomMenu:
|
|
1
|
+
export declare const Container: any;
|
|
2
|
+
export declare const MenuWrapper: any;
|
|
3
|
+
export declare const Menu: any;
|
|
4
|
+
export declare const Heading: any;
|
|
5
|
+
export declare const Icon: any;
|
|
6
|
+
export declare const Hr: any;
|
|
7
|
+
export declare const MenuList: any;
|
|
8
|
+
export declare const BottomMenu: any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const PositionLoader: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
|
|
1
|
+
export declare const SwipeContainer: any;
|
|
2
|
+
export declare const SwipeDrag: any;
|
|
3
|
+
export declare const LoaderBox: any;
|
|
4
|
+
export declare const PositionLoader: any;
|
|
@@ -8,6 +8,6 @@ export declare const useSwipe: ({ onRefresh, breakpoint }: {
|
|
|
8
8
|
touchEnd: () => void;
|
|
9
9
|
touchCancel: () => void;
|
|
10
10
|
touchMove: (e: any) => void;
|
|
11
|
-
ref: import("react").
|
|
12
|
-
target: import("react").
|
|
11
|
+
ref: import("react").RefObject<unknown>;
|
|
12
|
+
target: import("react").RefObject<null>;
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
6
6
|
"files": [
|
|
@@ -44,29 +44,29 @@
|
|
|
44
44
|
"prop-types": "~15.8.1",
|
|
45
45
|
"react-window": "~1.8.8",
|
|
46
46
|
"react-window-infinite-loader": "~1.0.8",
|
|
47
|
-
"@elliemae/ds-accordion": "3.46.
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-button": "3.46.
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
57
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.46.
|
|
58
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
59
|
-
"@elliemae/ds-
|
|
60
|
-
"@elliemae/ds-system": "3.46.
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-
|
|
47
|
+
"@elliemae/ds-accordion": "3.46.7",
|
|
48
|
+
"@elliemae/ds-button-v2": "3.46.7",
|
|
49
|
+
"@elliemae/ds-button": "3.46.7",
|
|
50
|
+
"@elliemae/ds-form": "3.46.7",
|
|
51
|
+
"@elliemae/ds-backdrop": "3.46.7",
|
|
52
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
53
|
+
"@elliemae/ds-icon": "3.46.7",
|
|
54
|
+
"@elliemae/ds-circular-progress-indicator": "3.46.7",
|
|
55
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
56
|
+
"@elliemae/ds-form-checkbox": "3.46.7",
|
|
57
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.46.7",
|
|
58
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
59
|
+
"@elliemae/ds-tabs": "3.46.7",
|
|
60
|
+
"@elliemae/ds-system": "3.46.7",
|
|
61
|
+
"@elliemae/ds-truncated-expandable-text": "3.46.7",
|
|
62
|
+
"@elliemae/ds-shared": "3.46.7"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
66
66
|
"@elliemae/pui-theme": "~2.10.0",
|
|
67
67
|
"styled-components": "~5.3.9",
|
|
68
68
|
"styled-system": "~5.1.5",
|
|
69
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
69
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@elliemae/pui-theme": "~2.10.0",
|