@elliemae/ds-mobile 2.3.3-rc.0 → 2.4.0-rc.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-mobile",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - System",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -433,19 +433,19 @@
|
|
|
433
433
|
"generateSubmodules": true
|
|
434
434
|
},
|
|
435
435
|
"dependencies": {
|
|
436
|
-
"@elliemae/ds-accordion": "2.
|
|
437
|
-
"@elliemae/ds-backdrop": "2.
|
|
438
|
-
"@elliemae/ds-button": "2.
|
|
439
|
-
"@elliemae/ds-circular-progress-indicator": "2.
|
|
440
|
-
"@elliemae/ds-form": "2.
|
|
441
|
-
"@elliemae/ds-grid": "2.
|
|
442
|
-
"@elliemae/ds-icon": "2.
|
|
443
|
-
"@elliemae/ds-icons": "2.
|
|
444
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.
|
|
445
|
-
"@elliemae/ds-shared": "2.
|
|
446
|
-
"@elliemae/ds-system": "2.
|
|
447
|
-
"@elliemae/ds-tabs": "2.
|
|
448
|
-
"@elliemae/ds-truncated-expandable-text": "2.
|
|
436
|
+
"@elliemae/ds-accordion": "2.4.0-rc.2",
|
|
437
|
+
"@elliemae/ds-backdrop": "2.4.0-rc.2",
|
|
438
|
+
"@elliemae/ds-button": "2.4.0-rc.2",
|
|
439
|
+
"@elliemae/ds-circular-progress-indicator": "2.4.0-rc.2",
|
|
440
|
+
"@elliemae/ds-form": "2.4.0-rc.2",
|
|
441
|
+
"@elliemae/ds-grid": "2.4.0-rc.2",
|
|
442
|
+
"@elliemae/ds-icon": "2.4.0-rc.2",
|
|
443
|
+
"@elliemae/ds-icons": "2.4.0-rc.2",
|
|
444
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.4.0-rc.2",
|
|
445
|
+
"@elliemae/ds-shared": "2.4.0-rc.2",
|
|
446
|
+
"@elliemae/ds-system": "2.4.0-rc.2",
|
|
447
|
+
"@elliemae/ds-tabs": "2.4.0-rc.2",
|
|
448
|
+
"@elliemae/ds-truncated-expandable-text": "2.4.0-rc.2",
|
|
449
449
|
"@xstyled/styled-components": "~3.1.1",
|
|
450
450
|
"polished": "~3.6.7",
|
|
451
451
|
"prop-types": "~15.7.2",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const StyledContainer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
3
|
-
export declare const HeaderContainer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
4
|
-
export declare const Footer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
2
|
+
export declare const StyledContainer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
+
export declare const HeaderContainer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
+
export declare const Footer: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & React.RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
5
5
|
export declare const ListContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
6
6
|
export declare const checkbox: JSX.Element;
|
|
7
7
|
export declare const checked: JSX.Element;
|
package/types/Modal/styled.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const BodyFix: any;
|
|
3
|
-
export declare const ModalBox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
4
|
-
export declare const ModalPosition: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
5
|
-
export declare const BackShadow: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
6
|
-
export declare const ModalIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
7
|
-
export declare const ModalTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
8
|
-
export declare const ModalDescription: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
3
|
+
export declare const ModalBox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
+
export declare const ModalPosition: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
5
|
+
export declare const BackShadow: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
6
|
+
export declare const ModalIcon: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
7
|
+
export declare const ModalTitle: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
8
|
+
export declare const ModalDescription: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const SwipeContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
2
|
+
export declare const SwipeContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
3
3
|
export declare const SwipeDrag: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
-
export declare const LoaderBox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
5
|
-
export declare const PositionLoader: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
4
|
+
export declare const LoaderBox: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
5
|
+
export declare const PositionLoader: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
package/types/Tabs/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference path="../../../../../shared/typings/react-desc.d.ts" />
|
|
2
2
|
import type { WeakValidationMap } from 'react';
|
|
3
|
-
import type {
|
|
4
|
-
declare type DSMobileTabsPropsT = Omit<
|
|
5
|
-
declare type DSMobileTabPropsT = Omit<
|
|
3
|
+
import type { DSTabsT, DSTabT } from '@elliemae/ds-tabs';
|
|
4
|
+
declare type DSMobileTabsPropsT = Omit<DSTabsT.InternalProps, 'animated' | 'enableMouseEvents' | 'allowTextSelection' | 'type' | 'isDSMobile' | 'withCarousel'>;
|
|
5
|
+
declare type DSMobileTabPropsT = Omit<DSTabT.Props, 'isDSMobile'>;
|
|
6
6
|
export declare const DSMobileTabs: {
|
|
7
7
|
({ children, ...props }: DSMobileTabsPropsT): JSX.Element;
|
|
8
8
|
propTypes: WeakValidationMap<unknown>;
|