@elliemae/ds-stepper 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.
@@ -1,5 +1,3 @@
1
- /// <reference types="prop-types" />
2
- /// <reference types="react" />
3
1
  import type { ValidationMap, GlobalAttributesT, DSPropTypesSchema, XstyledProps } from '@elliemae/ds-props-helpers';
4
2
  export declare namespace DSStepperT {
5
3
  interface RequiredProps {
@@ -1,5 +1,3 @@
1
- /// <reference types="prop-types" />
2
- /// <reference types="react" />
3
1
  import { type DSButtonV2T } from '@elliemae/ds-button-v2';
4
2
  import type { DSStepperT, ButtonSizesT } from './react-desc-prop-types.js';
5
3
  export declare const StepperWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, DSStepperT.Props & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
@@ -10,15 +8,6 @@ interface StepProps {
10
8
  export declare const Step: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StepProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
11
9
  export declare const Label: import("styled-components").StyledComponent<{
12
10
  (props: import("@elliemae/ds-truncated-tooltip-text").SimpleTruncatedTooltipTextProps): import("react/jsx-runtime.js").JSX.Element;
13
- propTypes: {
14
- containerProps: import("prop-types").Requireable<object>;
15
- tooltipOptions: import("prop-types").Requireable<object>;
16
- textOptions: import("prop-types").Requireable<object>;
17
- value: import("prop-types").Requireable<NonNullable<import("prop-types").ReactNodeLike>>;
18
- placement: import("prop-types").Requireable<string>;
19
- tooltipDelay: import("prop-types").Requireable<number>;
20
- zIndex: import("prop-types").Requireable<number>;
21
- };
22
11
  defaultProps: {
23
12
  containerProps: {};
24
13
  tooltipOptions: {};
@@ -29,15 +18,6 @@ export declare const Label: import("styled-components").StyledComponent<{
29
18
  };
30
19
  }, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<{
31
20
  (props: import("@elliemae/ds-truncated-tooltip-text").SimpleTruncatedTooltipTextProps): import("react/jsx-runtime.js").JSX.Element;
32
- propTypes: {
33
- containerProps: import("prop-types").Requireable<object>;
34
- tooltipOptions: import("prop-types").Requireable<object>;
35
- textOptions: import("prop-types").Requireable<object>;
36
- value: import("prop-types").Requireable<NonNullable<import("prop-types").ReactNodeLike>>;
37
- placement: import("prop-types").Requireable<string>;
38
- tooltipDelay: import("prop-types").Requireable<number>;
39
- zIndex: import("prop-types").Requireable<number>;
40
- };
41
21
  defaultProps: {
42
22
  containerProps: {};
43
23
  tooltipOptions: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-stepper",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Stepper",
6
6
  "files": [
@@ -36,19 +36,19 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "prop-types": "~15.8.1",
40
- "uid": "~2.0.1",
41
- "@elliemae/ds-button-v2": "3.52.1",
42
- "@elliemae/ds-props-helpers": "3.52.1",
43
- "@elliemae/ds-truncated-tooltip-text": "3.52.1",
44
- "@elliemae/ds-system": "3.52.1",
45
- "@elliemae/ds-icons": "3.52.1"
39
+ "uid": "^2.0.2",
40
+ "@elliemae/ds-button-v2": "3.53.0-alpha.2",
41
+ "@elliemae/ds-system": "3.53.0-alpha.2",
42
+ "@elliemae/ds-props-helpers": "3.53.0-alpha.2",
43
+ "@elliemae/ds-truncated-tooltip-text": "3.53.0-alpha.2",
44
+ "@elliemae/ds-icons": "3.53.0-alpha.2"
46
45
  },
47
46
  "devDependencies": {
48
- "@elliemae/pui-cli": "9.0.0-next.63",
47
+ "@elliemae/pui-cli": "9.0.0-next.65",
49
48
  "jest": "~29.7.0",
50
49
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.52.1"
50
+ "@elliemae/ds-monorepo-devops": "3.53.0-alpha.2",
51
+ "@elliemae/ds-test-utils": "3.53.0-alpha.2"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "^18.3.1",