@elliemae/ds-stepper 3.48.0 → 3.48.2-next.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,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  /// <reference types="react" />
2
3
  import type { ValidationMap, GlobalAttributesT, DSPropTypesSchema, XstyledProps } from '@elliemae/ds-props-helpers';
3
4
  export declare namespace DSStepperT {
@@ -1,3 +1,4 @@
1
+ /// <reference types="prop-types" />
1
2
  /// <reference types="react" />
2
3
  import { type DSButtonV2T } from '@elliemae/ds-button-v2';
3
4
  import type { DSStepperT, ButtonSizesT } from './react-desc-prop-types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-stepper",
3
- "version": "3.48.0",
3
+ "version": "3.48.2-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Stepper",
6
6
  "files": [
@@ -54,16 +54,16 @@
54
54
  "dependencies": {
55
55
  "prop-types": "~15.8.1",
56
56
  "uid": "~2.0.1",
57
- "@elliemae/ds-button-v2": "3.48.0",
58
- "@elliemae/ds-icons": "3.48.0",
59
- "@elliemae/ds-props-helpers": "3.48.0",
60
- "@elliemae/ds-system": "3.48.0",
61
- "@elliemae/ds-truncated-tooltip-text": "3.48.0"
57
+ "@elliemae/ds-button-v2": "3.48.2-next.0",
58
+ "@elliemae/ds-icons": "3.48.2-next.0",
59
+ "@elliemae/ds-props-helpers": "3.48.2-next.0",
60
+ "@elliemae/ds-system": "3.48.2-next.0",
61
+ "@elliemae/ds-truncated-tooltip-text": "3.48.2-next.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@elliemae/pui-cli": "9.0.0-next.50",
65
65
  "styled-components": "~5.3.9",
66
- "@elliemae/ds-monorepo-devops": "3.48.0"
66
+ "@elliemae/ds-monorepo-devops": "3.48.2-next.0"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^17.0.2",