@elliemae/ds-stepper 3.70.0-next.54 → 3.70.0-next.59

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.
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { DSStepperT } from './react-desc-prop-types.js';
2
3
  declare const DSStepper: {
3
- (props: DSStepperT.Props): import("react/jsx-runtime.js").JSX.Element;
4
+ (props: DSStepperT.Props): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSStepperWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSStepperT.Props>;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { DSStepperButtonT } from './react-desc-prop-types.js';
2
3
  declare const DSStepperButton: {
3
- (props: DSStepperButtonT.Props): import("react/jsx-runtime.js").JSX.Element;
4
+ (props: DSStepperButtonT.Props): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  declare const DSStepperButtonWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSStepperButtonT.Props>;
@@ -1,8 +1,9 @@
1
+ import React from 'react';
1
2
  import { type DSHookFloatingContextT } from '@elliemae/ds-floating-context';
2
3
  export interface TruncatedTooltipTextProps {
3
4
  value?: string;
4
5
  placement?: DSHookFloatingContextT.PopperPlacementsT;
5
6
  }
6
- declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const TruncatedTooltipText: ({ value, placement }: TruncatedTooltipTextProps) => React.JSX.Element;
7
8
  export { TruncatedTooltipText };
8
9
  export default TruncatedTooltipText;
@@ -6,7 +6,7 @@ interface StepProps {
6
6
  visited: boolean;
7
7
  }
8
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>;
9
- export declare const Label: import("styled-components").StyledComponent<({ value, placement }: import("./TruncatedTooltipText.js").TruncatedTooltipTextProps) => import("react/jsx-runtime.js").JSX.Element, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<({ value, placement }: import("./TruncatedTooltipText.js").TruncatedTooltipTextProps) => import("react/jsx-runtime.js").JSX.Element>, never>;
9
+ export declare const Label: import("styled-components").StyledComponent<({ value, placement }: import("./TruncatedTooltipText.js").TruncatedTooltipTextProps) => import("react").JSX.Element, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<({ value, placement }: import("./TruncatedTooltipText.js").TruncatedTooltipTextProps) => import("react").JSX.Element>, never>;
10
10
  export declare const StyledButton: import("styled-components").StyledComponent<import("react").ComponentType<DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, DSButtonV2T.Props & {
11
11
  fontSize: ButtonSizesT;
12
12
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<DSButtonV2T.Props>>, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-stepper",
3
- "version": "3.70.0-next.54",
3
+ "version": "3.70.0-next.59",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Stepper",
6
6
  "files": [
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "^2.0.2",
40
- "@elliemae/ds-button-v2": "3.70.0-next.54",
41
- "@elliemae/ds-floating-context": "3.70.0-next.54",
42
- "@elliemae/ds-props-helpers": "3.70.0-next.54",
43
- "@elliemae/ds-icons": "3.70.0-next.54",
44
- "@elliemae/ds-system": "3.70.0-next.54"
40
+ "@elliemae/ds-floating-context": "3.70.0-next.59",
41
+ "@elliemae/ds-icons": "3.70.0-next.59",
42
+ "@elliemae/ds-props-helpers": "3.70.0-next.59",
43
+ "@elliemae/ds-button-v2": "3.70.0-next.59",
44
+ "@elliemae/ds-system": "3.70.0-next.59"
45
45
  },
46
46
  "devDependencies": {
47
47
  "jest": "^30.0.0",
48
- "styled-components": "~5.3.9",
49
- "@elliemae/ds-test-utils": "3.70.0-next.54",
50
- "@elliemae/ds-monorepo-devops": "3.70.0-next.54"
48
+ "styled-components": "~5.3.11",
49
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.59",
50
+ "@elliemae/ds-test-utils": "3.70.0-next.59"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.3.1",
54
54
  "react-dom": "^18.3.1",
55
- "styled-components": "~5.3.9",
55
+ "styled-components": "~5.3.11",
56
56
  "styled-system": "^5.1.5"
57
57
  },
58
58
  "publishConfig": {
@@ -68,4 +68,4 @@
68
68
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
69
69
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
70
70
  }
71
- }
71
+ }