@elliemae/ds-datagrids 3.32.2-next.1 → 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,11 +24,7 @@ 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_ds_legacy_datagrids.default
33
- });
34
27
  module.exports = __toCommonJS(src_exports);
35
28
  var React = __toESM(require("react"));
36
29
  __reExport(src_exports, require("@elliemae/ds-legacy-datagrids"), module.exports);
37
- var import_ds_legacy_datagrids = __toESM(require("@elliemae/ds-legacy-datagrids"));
38
30
  //# 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 '@elliemae/ds-legacy-datagrids';\nexport { default } from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,0CAAd;AACA,iCAAwB;",
4
+ "sourcesContent": ["export * from '@elliemae/ds-legacy-datagrids';\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,0CAAd;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,7 +1,3 @@
1
1
  import * as React from "react";
2
2
  export * from "@elliemae/ds-legacy-datagrids";
3
- import { default as default2 } from "@elliemae/ds-legacy-datagrids";
4
- export {
5
- default2 as default
6
- };
7
3
  //# 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 '@elliemae/ds-legacy-datagrids';\nexport { default } from '@elliemae/ds-legacy-datagrids';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,SAAS,WAAAA,gBAAe;",
6
- "names": ["default"]
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from '@elliemae/ds-legacy-datagrids';\n"],
5
+ "mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;",
6
+ "names": []
7
7
  }
@@ -1,2 +1 @@
1
1
  export * from '@elliemae/ds-legacy-datagrids';
2
- export { default } from '@elliemae/ds-legacy-datagrids';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.32.2-next.1",
3
+ "version": "3.33.0-next.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "~9.0.0-next.31",
46
46
  "styled-components": "~5.3.9",
47
- "@elliemae/ds-monorepo-devops": "3.32.2-next.1"
47
+ "@elliemae/ds-monorepo-devops": "3.33.0-next.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "lodash": "^4.17.21",