@elliemae/ds-modal-slide 3.52.1 → 3.53.0-alpha.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.
@@ -16,4 +16,16 @@ export declare const DSModalSlideSlots: {
16
16
  };
17
17
  export declare const DSModalSlideDataTestIds: {
18
18
  CLOSE_BUTTON: string;
19
+ ROOT: `ds-modalslide-${string}`;
20
+ OVERLAY: `ds-modalslide-${string}`;
21
+ CONTENT: `ds-modalslide-${string}`;
22
+ TITLE: `ds-modalslide-${string}`;
23
+ HEADER_LEFT_SIDE: `ds-modalslide-${string}`;
24
+ ACTUAL_CONTENT: `ds-modalslide-${string}`;
25
+ HEADER: `ds-modalslide-${string}`;
26
+ FOOTER: `ds-modalslide-${string}`;
27
+ FOOTER_WRAPPER: `ds-modalslide-${string}`;
28
+ HEADER_WRAPPER: `ds-modalslide-${string}`;
29
+ SEPARATOR: `ds-modalslide-${string}`;
30
+ CONTENT_WRAPPER: `ds-modalslide-${string}`;
19
31
  };
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
- /// <reference types="prop-types" />
3
1
  import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema, ValidationMap } from '@elliemae/ds-props-helpers';
4
2
  export declare namespace DSModalSlideT {
5
3
  type PropsT<D, R, O, E> = Partial<D> & R & O & Omit<GlobalAttributesT<E>, keyof D | keyof R | keyof O> & XstyledProps;
@@ -60,8 +58,8 @@ export declare const defaultProps: DSModalSlideT.DefaultProps;
60
58
  export declare const headerDefaultProps: DSModalSlideT.HeaderDefaultProps;
61
59
  export declare const footerDefaultProps: DSModalSlideT.FooterDefaultProps;
62
60
  export declare const DSModalSlidePropTypes: DSPropTypesSchema<DSModalSlideT.Props>;
63
- export declare const DSModalSlidePropTypesSchema: import("react").WeakValidationMap<DSModalSlideT.Props>;
61
+ export declare const DSModalSlidePropTypesSchema: React.WeakValidationMap<DSModalSlideT.Props>;
64
62
  export declare const DSModalSlideHeaderPropTypes: DSPropTypesSchema<DSModalSlideT.HeaderProps>;
65
- export declare const DSModalSlideHeaderPropTypesSchema: import("react").WeakValidationMap<DSModalSlideT.HeaderProps>;
63
+ export declare const DSModalSlideHeaderPropTypesSchema: React.WeakValidationMap<DSModalSlideT.HeaderProps>;
66
64
  export declare const DSModalSlideFooterPropTypes: DSPropTypesSchema<DSModalSlideT.FooterProps>;
67
65
  export declare const DSModalSlideFooterPropTypesSchema: ValidationMap<DSModalSlideT.FooterProps>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledModalWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
3
2
  height: string | number;
4
3
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-modal-slide",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Modal Slide",
6
6
  "files": [
@@ -36,19 +36,20 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-button-v2": "3.52.1",
40
- "@elliemae/ds-classnames": "3.52.1",
41
- "@elliemae/ds-grid": "3.52.1",
42
- "@elliemae/ds-props-helpers": "3.52.1",
43
- "@elliemae/ds-icons": "3.52.1",
44
- "@elliemae/ds-separator": "3.52.1",
45
- "@elliemae/ds-system": "3.52.1"
39
+ "@elliemae/ds-button-v2": "3.53.0-alpha.2",
40
+ "@elliemae/ds-classnames": "3.53.0-alpha.2",
41
+ "@elliemae/ds-icons": "3.53.0-alpha.2",
42
+ "@elliemae/ds-grid": "3.53.0-alpha.2",
43
+ "@elliemae/ds-separator": "3.53.0-alpha.2",
44
+ "@elliemae/ds-system": "3.53.0-alpha.2",
45
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@elliemae/pui-cli": "9.0.0-next.63",
48
+ "@elliemae/pui-cli": "9.0.0-next.65",
49
49
  "jest": "~29.7.0",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.52.1"
51
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2",
52
+ "@elliemae/ds-test-utils": "3.53.0-alpha.2"
52
53
  },
53
54
  "peerDependencies": {
54
55
  "lodash-es": "^4.17.21",