@elliemae/ds-slider 2.2.0-next.6 → 2.2.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-slider",
3
- "version": "2.2.0-next.6",
3
+ "version": "2.2.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider",
6
6
  "module": "./esm/index.js",
@@ -72,11 +72,11 @@
72
72
  "build": "node ../../scripts/build/build.js"
73
73
  },
74
74
  "dependencies": {
75
- "@elliemae/ds-grid": "2.2.0-next.6",
76
- "@elliemae/ds-system": "2.2.0-next.6",
77
- "@elliemae/ds-tooltip": "2.2.0-next.6",
78
- "@elliemae/ds-truncated-tooltip-text": "2.2.0-next.6",
79
- "@elliemae/ds-utilities": "2.2.0-next.6",
75
+ "@elliemae/ds-grid": "2.2.1",
76
+ "@elliemae/ds-system": "2.2.1",
77
+ "@elliemae/ds-tooltip": "2.2.1",
78
+ "@elliemae/ds-truncated-tooltip-text": "2.2.1",
79
+ "@elliemae/ds-utilities": "2.2.1",
80
80
  "prop-types": "~15.7.2",
81
81
  "react-desc": "~4.1.3",
82
82
  "react-range": "~1.8.11",
@@ -99,7 +99,7 @@ declare const DSSlider: {
99
99
  };
100
100
  };
101
101
  declare const DSSliderWithSchema: {
102
- (props?: any): JSX.Element;
102
+ (props?: unknown): JSX.Element;
103
103
  propTypes: unknown;
104
104
  toTypescript: () => import("react-desc").TypescriptSchema;
105
105
  };