@elliemae/ds-mobile 3.53.0-beta.8 → 3.53.0-next.10
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/MobileBanner/styles.d.ts +1 -0
- package/dist/types/MobileBanner/utils/styleHelpers.d.ts +0 -1
- package/dist/types/MobileCard/Card.d.ts +1 -1
- package/dist/types/MobileCard/ExpandableRegion.d.ts +1 -0
- package/dist/types/MobileCard/index.d.ts +3 -2
- package/dist/types/MobileDropdownMenu/MobileDropdownInput.d.ts +1 -0
- package/dist/types/MobileDropdownMenu/MobileDropdownMenu.d.ts +1 -0
- package/dist/types/MobileListItem/style.d.ts +1 -0
- package/dist/types/Modal/styled.d.ts +1 -0
- package/dist/types/SwipeToRefresh/styled.d.ts +1 -0
- package/dist/types/SwipeToRefresh/useSwipe.d.ts +1 -0
- package/package.json +19 -19
- package/dist/types/MobileListItem/MobileListSeparator.d.ts +0 -2
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { FlattenSimpleInterpolation } from '@elliemae/ds-system';
|
|
2
|
-
import type { MobileBannerTypesT } from '../index.d';
|
|
3
2
|
export declare const slideIn: import("styled-components").Keyframes;
|
|
4
3
|
export declare const slideOut: import("styled-components").Keyframes;
|
|
5
4
|
export declare const spanContainer: (height: number) => import("styled-components").Keyframes;
|
|
@@ -3,7 +3,7 @@ import type { MobileCardProps } from './props.js';
|
|
|
3
3
|
declare const DSMobileCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<MobileCardProps>;
|
|
4
4
|
export { DSMobileCardWithSchema };
|
|
5
5
|
declare const _default: React.ForwardRefExoticComponent<{
|
|
6
|
-
height: "
|
|
6
|
+
height: "m" | "s";
|
|
7
7
|
children: React.ReactNode | React.ReactNode[];
|
|
8
8
|
value: number;
|
|
9
9
|
details: string[];
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { DSMobileCardWithSchema } from './Card.js';
|
|
2
3
|
import { DSMobileCardGroupWithSchema } from './Group.js';
|
|
3
4
|
declare const DSMobileCard: import("react").ForwardRefExoticComponent<{
|
|
4
|
-
height: "
|
|
5
|
-
children:
|
|
5
|
+
height: "m" | "s";
|
|
6
|
+
children: import("react").ReactNode | import("react").ReactNode[];
|
|
6
7
|
value: number;
|
|
7
8
|
details: string[];
|
|
8
9
|
leftProp: JSX.Element | JSX.Element[];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import PropTypes from 'prop-types';
|
|
2
3
|
export declare const MobileDropdownInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"input">, never>;
|
|
3
4
|
export declare const MobileDropdownInputWrap: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const StyledContainer: 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>;
|
|
2
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,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const BodyFix: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
|
|
2
3
|
export declare const ModalBox: 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>;
|
|
3
4
|
export declare const ModalPosition: 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,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
export declare const SwipeContainer: 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>;
|
|
2
3
|
export declare const SwipeDrag: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
3
4
|
export declare const LoaderBox: 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>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "3.53.0-
|
|
3
|
+
"version": "3.53.0-next.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
6
6
|
"files": [
|
|
@@ -44,31 +44,31 @@
|
|
|
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.53.0-
|
|
48
|
-
"@elliemae/ds-button": "3.53.0-
|
|
49
|
-
"@elliemae/ds-backdrop": "3.53.0-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.53.0-
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-shared": "3.53.0-
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-tabs": "3.53.0-
|
|
62
|
-
"@elliemae/ds-
|
|
47
|
+
"@elliemae/ds-accordion": "3.53.0-next.10",
|
|
48
|
+
"@elliemae/ds-button": "3.53.0-next.10",
|
|
49
|
+
"@elliemae/ds-backdrop": "3.53.0-next.10",
|
|
50
|
+
"@elliemae/ds-form-checkbox": "3.53.0-next.10",
|
|
51
|
+
"@elliemae/ds-form": "3.53.0-next.10",
|
|
52
|
+
"@elliemae/ds-circular-progress-indicator": "3.53.0-next.10",
|
|
53
|
+
"@elliemae/ds-icon": "3.53.0-next.10",
|
|
54
|
+
"@elliemae/ds-grid": "3.53.0-next.10",
|
|
55
|
+
"@elliemae/ds-button-v2": "3.53.0-next.10",
|
|
56
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.53.0-next.10",
|
|
57
|
+
"@elliemae/ds-props-helpers": "3.53.0-next.10",
|
|
58
|
+
"@elliemae/ds-system": "3.53.0-next.10",
|
|
59
|
+
"@elliemae/ds-shared": "3.53.0-next.10",
|
|
60
|
+
"@elliemae/ds-truncated-expandable-text": "3.53.0-next.10",
|
|
61
|
+
"@elliemae/ds-tabs": "3.53.0-next.10",
|
|
62
|
+
"@elliemae/ds-icons": "3.53.0-next.10"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
65
|
+
"@elliemae/pui-cli": "9.0.0-next.63",
|
|
66
66
|
"@elliemae/pui-theme": "~2.13.0",
|
|
67
67
|
"jest": "~29.7.0",
|
|
68
68
|
"jest-cli": "~29.7.0",
|
|
69
69
|
"styled-components": "~5.3.9",
|
|
70
70
|
"styled-system": "^5.1.5",
|
|
71
|
-
"@elliemae/ds-monorepo-devops": "3.53.0-
|
|
71
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-next.10"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@elliemae/pui-theme": "~2.13.0",
|