@elliemae/ds-stepper 3.17.0-next.9 → 3.17.0

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,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { DSStepperInternalsT } from './props.js';
3
3
  declare const DSStepper: {
4
- (props: DSStepperInternalsT.StepperPropsT): JSX.Element;
4
+ (props: DSStepperInternalsT.StepperPropsT): import("react/jsx-runtime.js").JSX.Element;
5
5
  propTypes: React.WeakValidationMap<unknown>;
6
6
  displayName: string;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import type { DSStepperInternalsT } from './props.js';
3
3
  declare const DSStepperButton: {
4
- (props: DSStepperInternalsT.StepperButtonPropsT): JSX.Element;
4
+ (props: DSStepperInternalsT.StepperButtonPropsT): import("react/jsx-runtime.js").JSX.Element;
5
5
  propTypes: React.WeakValidationMap<unknown>;
6
6
  displayName: string;
7
7
  };
@@ -7,7 +7,7 @@ interface StepProps {
7
7
  }
8
8
  export declare const Step: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & StepProps, never>;
9
9
  export declare const Label: import("styled-components").StyledComponent<{
10
- (props: any): JSX.Element;
10
+ (props: any): import("react/jsx-runtime.js").JSX.Element;
11
11
  propTypes: {
12
12
  containerProps: import("prop-types").Requireable<object>;
13
13
  tooltipOptions: import("prop-types").Requireable<object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-stepper",
3
- "version": "3.17.0-next.9",
3
+ "version": "3.17.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Stepper",
6
6
  "files": [
@@ -54,11 +54,11 @@
54
54
  "lodash": "~4.17.21",
55
55
  "prop-types": "~15.8.1",
56
56
  "uid": "~2.0.1",
57
- "@elliemae/ds-button": "3.17.0-next.9",
58
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.9",
59
- "@elliemae/ds-icons": "3.17.0-next.9",
60
- "@elliemae/ds-props-helpers": "3.17.0-next.9",
61
- "@elliemae/ds-system": "3.17.0-next.9"
57
+ "@elliemae/ds-button": "3.17.0",
58
+ "@elliemae/ds-system": "3.17.0",
59
+ "@elliemae/ds-props-helpers": "3.17.0",
60
+ "@elliemae/ds-icons": "3.17.0",
61
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/jest-dom": "~5.16.5",