@elliemae/ds-slider 3.17.0-next.2 → 3.17.0-next.20

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,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const DSSlider: {
3
- (props: any): JSX.Element;
2
+ (props: any): import("react/jsx-runtime.js").JSX.Element;
4
3
  defaultProps: {
5
4
  containerProps: {};
6
5
  disabled: boolean;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- declare const SliderImp: (props: any) => JSX.Element;
1
+ declare const SliderImp: (props: any) => import("react/jsx-runtime.js").JSX.Element;
3
2
  export default SliderImp;
@@ -1,10 +1,9 @@
1
- /// <reference types="react" />
2
1
  declare const Thumb: {
3
2
  ({ index, props, isDragged }: {
4
3
  index: any;
5
4
  props: any;
6
5
  isDragged: any;
7
- }): JSX.Element;
6
+ }): import("react/jsx-runtime.js").JSX.Element;
8
7
  propTypes: {
9
8
  index: any;
10
9
  props: any;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- declare const TickMarks: () => JSX.Element;
1
+ declare const TickMarks: () => import("react/jsx-runtime.js").JSX.Element;
3
2
  export default TickMarks;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
- declare const TickMarks: () => JSX.Element;
1
+ declare const TickMarks: () => import("react/jsx-runtime.js").JSX.Element;
3
2
  export default TickMarks;
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  declare const Track: ({ children, props }: {
3
2
  children: any;
4
3
  props: any;
5
- }) => JSX.Element;
4
+ }) => import("react/jsx-runtime.js").JSX.Element;
6
5
  export default Track;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-slider",
3
- "version": "3.17.0-next.2",
3
+ "version": "3.17.0-next.20",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider",
6
6
  "files": [
@@ -78,12 +78,12 @@
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.17.0-next.2",
82
- "@elliemae/ds-props-helpers": "3.17.0-next.2",
83
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.2",
84
- "@elliemae/ds-utilities": "3.17.0-next.2",
85
- "@elliemae/ds-system": "3.17.0-next.2",
86
- "@elliemae/ds-tooltip": "3.17.0-next.2"
81
+ "@elliemae/ds-grid": "3.17.0-next.20",
82
+ "@elliemae/ds-props-helpers": "3.17.0-next.20",
83
+ "@elliemae/ds-system": "3.17.0-next.20",
84
+ "@elliemae/ds-tooltip": "3.17.0-next.20",
85
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.20",
86
+ "@elliemae/ds-utilities": "3.17.0-next.20"
87
87
  },
88
88
  "devDependencies": {
89
89
  "styled-components": "~5.3.9"