@elliemae/ds-indeterminate-progress-indicator 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
@@ -27,13 +27,13 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
- var src_exports = {};
31
- __export(src_exports, {
30
+ var index_exports = {};
31
+ __export(index_exports, {
32
32
  DSIndeterminateProgressIndicatorName: () => import_constants.DSIndeterminateProgressIndicatorName,
33
33
  DSIndeterminateProgressIndicatorSlots: () => import_constants.DSIndeterminateProgressIndicatorSlots
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
  var React = __toESM(require("react"));
37
- __reExport(src_exports, require("./DSIndeterminateProgressIndicator.js"), module.exports);
37
+ __reExport(index_exports, require("./DSIndeterminateProgressIndicator.js"), module.exports);
38
38
  var import_constants = require("./constants/index.js");
39
39
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["export * from './DSIndeterminateProgressIndicator.js';\nexport { DSIndeterminateProgressIndicatorName, DSIndeterminateProgressIndicatorSlots } from './constants/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,kDAAd;AACA,uBAA4F;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,0BAAc,kDAAd;AACA,uBAA4F;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-indeterminate-progress-indicator",
3
- "version": "3.51.0-rc.8",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Indeterminate Progress Indicator",
6
6
  "files": [
@@ -36,16 +36,16 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.51.0-rc.8",
40
- "@elliemae/ds-classnames": "3.51.0-rc.8",
41
- "@elliemae/ds-system": "3.51.0-rc.8",
42
- "@elliemae/ds-truncated-tooltip-text": "3.51.0-rc.8"
39
+ "@elliemae/ds-classnames": "3.51.1",
40
+ "@elliemae/ds-system": "3.51.1",
41
+ "@elliemae/ds-truncated-tooltip-text": "3.51.1",
42
+ "@elliemae/ds-props-helpers": "3.51.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "9.0.0-next.55",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.8"
48
+ "@elliemae/ds-monorepo-devops": "3.51.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.3.1",