@elliemae/ds-slider 3.24.2 → 3.25.0-next.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,8 +1,8 @@
1
1
  /// <reference types="react" />
2
- export declare const ThumbStyled: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
- export declare const TooltipContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
- export declare const TooltipArrow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
5
- export declare const LabelWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
6
- export declare const LabelText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
7
- export declare const ValueText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
8
- export declare const StyledRangeWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const ThumbStyled: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
3
+ export declare const TooltipContainerStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>>, never>;
4
+ export declare const TooltipArrow: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
+ export declare const LabelWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
6
+ export declare const LabelText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
7
+ export declare const ValueText: import("styled-components").StyledComponent<"span", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
8
+ export declare const StyledRangeWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & 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-slider",
3
- "version": "3.24.2",
3
+ "version": "3.25.0-next.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider",
6
6
  "files": [
@@ -78,17 +78,17 @@
78
78
  "prop-types": "~15.8.1",
79
79
  "react-range": "~1.8.14",
80
80
  "uuid": "~8.3.2",
81
- "@elliemae/ds-grid": "3.24.2",
82
- "@elliemae/ds-props-helpers": "3.24.2",
83
- "@elliemae/ds-system": "3.24.2",
84
- "@elliemae/ds-tooltip": "3.24.2",
85
- "@elliemae/ds-truncated-tooltip-text": "3.24.2",
86
- "@elliemae/ds-utilities": "3.24.2"
81
+ "@elliemae/ds-grid": "3.25.0-next.2",
82
+ "@elliemae/ds-props-helpers": "3.25.0-next.2",
83
+ "@elliemae/ds-system": "3.25.0-next.2",
84
+ "@elliemae/ds-tooltip": "3.25.0-next.2",
85
+ "@elliemae/ds-utilities": "3.25.0-next.2",
86
+ "@elliemae/ds-truncated-tooltip-text": "3.25.0-next.2"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@elliemae/pui-cli": "~9.0.0-next.31",
90
90
  "styled-components": "~5.3.9",
91
- "@elliemae/ds-monorepo-devops": "3.24.2"
91
+ "@elliemae/ds-monorepo-devops": "3.25.0-next.2"
92
92
  },
93
93
  "peerDependencies": {
94
94
  "react": "^17.0.2",