@elliemae/ds-progress-indicator 3.32.1-rc.7 → 3.33.0-next.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -5,10 +5,6 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __getProtoOf = Object.getPrototypeOf;
7
7
  var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
8
  var __copyProps = (to, from, except, desc) => {
13
9
  if (from && typeof from === "object" || typeof from === "function") {
14
10
  for (let key of __getOwnPropNames(from))
@@ -28,12 +24,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
24
  ));
29
25
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
30
26
  var src_exports = {};
31
- __export(src_exports, {
32
- default: () => import_DSProgressIndicator.default
33
- });
34
27
  module.exports = __toCommonJS(src_exports);
35
28
  var React = __toESM(require("react"));
36
29
  __reExport(src_exports, require("./DSProgressIndicator.js"), module.exports);
37
30
  var import_react_desc_prop_types = require("./react-desc-prop-types.js");
38
- var import_DSProgressIndicator = __toESM(require("./DSProgressIndicator.js"));
39
31
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["export * from './DSProgressIndicator.js';\nexport { type DSProgressIndicatorT } from './react-desc-prop-types.js';\nexport { default } from './DSProgressIndicator.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,qCAAd;AACA,mCAA0C;AAC1C,iCAAwB;",
4
+ "sourcesContent": ["export * from './DSProgressIndicator.js';\nexport { type DSProgressIndicatorT } from './react-desc-prop-types.js';", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,qCAAd;AACA,mCAA0C;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,8 +1,4 @@
1
1
  import * as React from "react";
2
2
  export * from "./DSProgressIndicator.js";
3
3
  import {} from "./react-desc-prop-types.js";
4
- import { default as default2 } from "./DSProgressIndicator.js";
5
- export {
6
- default2 as default
7
- };
8
4
  //# sourceMappingURL=index.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './DSProgressIndicator.js';\nexport { type DSProgressIndicatorT } from './react-desc-prop-types.js';\nexport { default } from './DSProgressIndicator.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,eAA0C;AAC1C,SAAS,WAAAA,gBAAe;",
6
- "names": ["default"]
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './DSProgressIndicator.js';\nexport { type DSProgressIndicatorT } from './react-desc-prop-types.js';"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,eAA0C;",
6
+ "names": []
7
7
  }
@@ -1,3 +1,2 @@
1
1
  export * from './DSProgressIndicator.js';
2
2
  export { type DSProgressIndicatorT } from './react-desc-prop-types.js';
3
- export { default } from './DSProgressIndicator.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-progress-indicator",
3
- "version": "3.32.1-rc.7",
3
+ "version": "3.33.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Progress Indicator",
6
6
  "files": [
@@ -56,14 +56,14 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "prop-types": "~15.8.1",
59
- "@elliemae/ds-classnames": "3.32.1-rc.7",
60
- "@elliemae/ds-props-helpers": "3.32.1-rc.7",
61
- "@elliemae/ds-truncated-tooltip-text": "3.32.1-rc.7"
59
+ "@elliemae/ds-props-helpers": "3.33.0-next.0",
60
+ "@elliemae/ds-classnames": "3.33.0-next.0",
61
+ "@elliemae/ds-truncated-tooltip-text": "3.33.0-next.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@elliemae/pui-cli": "~9.0.0-next.31",
65
65
  "styled-components": "~5.3.9",
66
- "@elliemae/ds-monorepo-devops": "3.32.1-rc.7"
66
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.0"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "react": "^17.0.2",