@elliemae/ds-mobile 3.53.0-beta.7 → 3.53.0-beta.8

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { MOBILE_BANNER_TYPES } from './utils/bannerTypes.js';
3
2
  type MobileBannerTypesT = (typeof MOBILE_BANNER_TYPES)[keyof typeof MOBILE_BANNER_TYPES];
4
3
  interface StyledBannerContainerT {
@@ -1,4 +1,5 @@
1
1
  import type { FlattenSimpleInterpolation } from '@elliemae/ds-system';
2
+ import type { MobileBannerTypesT } from '../index.d';
2
3
  export declare const slideIn: import("styled-components").Keyframes;
3
4
  export declare const slideOut: import("styled-components").Keyframes;
4
5
  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: "m" | "s";
6
+ height: "s" | "m";
7
7
  children: React.ReactNode | React.ReactNode[];
8
8
  value: number;
9
9
  details: string[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  export declare const ExpandableRegion: {
4
3
  ({ show, content }: {
@@ -1,9 +1,8 @@
1
- /// <reference types="react" />
2
1
  import { DSMobileCardWithSchema } from './Card.js';
3
2
  import { DSMobileCardGroupWithSchema } from './Group.js';
4
3
  declare const DSMobileCard: import("react").ForwardRefExoticComponent<{
5
- height: "m" | "s";
6
- children: import("react").ReactNode | import("react").ReactNode[];
4
+ height: "s" | "m";
5
+ children: React.ReactNode | React.ReactNode[];
7
6
  value: number;
8
7
  details: string[];
9
8
  leftProp: JSX.Element | JSX.Element[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  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>;
4
3
  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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface OptionT {
3
2
  label: string;
4
3
  value: string;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const MobileListSingleItem: React.ComponentType<MobileListSingleItemT>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  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>;
3
2
  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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const BodyFix: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
3
2
  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>;
4
3
  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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  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>;
3
2
  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>;
4
3
  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>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const useSwipe: ({ onRefresh, breakpoint }: {
3
2
  onRefresh: any;
4
3
  breakpoint: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mobile",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.8",
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-beta.7",
48
- "@elliemae/ds-button": "3.53.0-beta.7",
49
- "@elliemae/ds-backdrop": "3.53.0-beta.7",
50
- "@elliemae/ds-form": "3.53.0-beta.7",
51
- "@elliemae/ds-circular-progress-indicator": "3.53.0-beta.7",
52
- "@elliemae/ds-icon": "3.53.0-beta.7",
53
- "@elliemae/ds-button-v2": "3.53.0-beta.7",
54
- "@elliemae/ds-grid": "3.53.0-beta.7",
55
- "@elliemae/ds-indeterminate-progress-indicator": "3.53.0-beta.7",
56
- "@elliemae/ds-form-checkbox": "3.53.0-beta.7",
57
- "@elliemae/ds-props-helpers": "3.53.0-beta.7",
58
- "@elliemae/ds-shared": "3.53.0-beta.7",
59
- "@elliemae/ds-icons": "3.53.0-beta.7",
60
- "@elliemae/ds-system": "3.53.0-beta.7",
61
- "@elliemae/ds-truncated-expandable-text": "3.53.0-beta.7",
62
- "@elliemae/ds-tabs": "3.53.0-beta.7"
47
+ "@elliemae/ds-accordion": "3.53.0-beta.8",
48
+ "@elliemae/ds-button": "3.53.0-beta.8",
49
+ "@elliemae/ds-backdrop": "3.53.0-beta.8",
50
+ "@elliemae/ds-circular-progress-indicator": "3.53.0-beta.8",
51
+ "@elliemae/ds-button-v2": "3.53.0-beta.8",
52
+ "@elliemae/ds-form": "3.53.0-beta.8",
53
+ "@elliemae/ds-grid": "3.53.0-beta.8",
54
+ "@elliemae/ds-form-checkbox": "3.53.0-beta.8",
55
+ "@elliemae/ds-icon": "3.53.0-beta.8",
56
+ "@elliemae/ds-indeterminate-progress-indicator": "3.53.0-beta.8",
57
+ "@elliemae/ds-icons": "3.53.0-beta.8",
58
+ "@elliemae/ds-props-helpers": "3.53.0-beta.8",
59
+ "@elliemae/ds-shared": "3.53.0-beta.8",
60
+ "@elliemae/ds-system": "3.53.0-beta.8",
61
+ "@elliemae/ds-tabs": "3.53.0-beta.8",
62
+ "@elliemae/ds-truncated-expandable-text": "3.53.0-beta.8"
63
63
  },
64
64
  "devDependencies": {
65
- "@elliemae/pui-cli": "9.0.0-next.63",
65
+ "@elliemae/pui-cli": "9.0.0-next.65",
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-beta.7"
71
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.8"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@elliemae/pui-theme": "~2.13.0",