@elliemae/ds-slider-v2 3.51.0-rc.8 → 3.51.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/dist/cjs/index.js CHANGED
@@ -26,15 +26,15 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  DSSliderV2: () => import_DSSliderV2.DSSliderV2,
32
32
  DSSliderV2Name: () => import_constants.DSSliderV2Name,
33
33
  DSSliderV2WithSchema: () => import_DSSliderV2.DSSliderV2WithSchema,
34
34
  SLIDER_V2_DATA_TESTID: () => import_constants.SLIDER_V2_DATA_TESTID,
35
35
  SLIDER_V2_SLOTS: () => import_constants.SLIDER_V2_SLOTS
36
36
  });
37
- module.exports = __toCommonJS(src_exports);
37
+ module.exports = __toCommonJS(index_exports);
38
38
  var React = __toESM(require("react"));
39
39
  var import_DSSliderV2 = require("./DSSliderV2.js");
40
40
  var import_constants = require("./constants/index.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-slider-v2",
3
- "version": "3.51.0-rc.8",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Slider V 2",
6
6
  "files": [
@@ -38,19 +38,19 @@
38
38
  "dependencies": {
39
39
  "react-range": "~1.8.14",
40
40
  "uid": "^2.0.2",
41
- "@elliemae/ds-grid": "3.51.0-rc.8",
42
- "@elliemae/ds-tooltip-v3": "3.51.0-rc.8",
43
- "@elliemae/ds-props-helpers": "3.51.0-rc.8",
44
- "@elliemae/ds-system": "3.51.0-rc.8",
45
- "@elliemae/ds-typescript-helpers": "3.51.0-rc.8",
46
- "@elliemae/ds-truncated-tooltip-text": "3.51.0-rc.8"
41
+ "@elliemae/ds-grid": "3.51.1",
42
+ "@elliemae/ds-props-helpers": "3.51.1",
43
+ "@elliemae/ds-truncated-tooltip-text": "3.51.1",
44
+ "@elliemae/ds-typescript-helpers": "3.51.1",
45
+ "@elliemae/ds-tooltip-v3": "3.51.1",
46
+ "@elliemae/ds-system": "3.51.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@elliemae/pui-cli": "9.0.0-next.55",
50
50
  "jest": "~29.7.0",
51
51
  "lodash": "^4.17.21",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.8"
53
+ "@elliemae/ds-monorepo-devops": "3.51.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@testing-library/jest-dom": "^6.6.3",