@elliemae/ds-data-table-multi-select-cell 3.35.0 → 3.36.0-next.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
@@ -36,6 +36,5 @@ __export(src_exports, {
36
36
  module.exports = __toCommonJS(src_exports);
37
37
  var React = __toESM(require("react"));
38
38
  var import_DSDataTableMultiSelectCell = require("./DSDataTableMultiSelectCell.js");
39
- var import_react_desc_prop_types = require("./react-desc-prop-types.js");
40
39
  var import_constants = require("./constants/index.js");
41
40
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts", "../../../../../scripts/build/transpile/react-shim.js"],
4
4
  "sourcesContent": ["// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSDataTableMultiSelectCell, DSDataTableMultiSelectCellWithSchema } from './DSDataTableMultiSelectCell.js';\nexport { type DSDataTableMultiSelectCellT } from './react-desc-prop-types.js';\nexport { DATA_TABLE_MULTI_SELECT_CELL_SLOTS, DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID } from './constants/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,wCAAiF;AACjF,mCAAiD;AACjD,uBAA6F;",
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADGvB,wCAAiF;AAEjF,uBAA6F;",
6
6
  "names": []
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as React from "react";
2
2
  import { DSDataTableMultiSelectCell, DSDataTableMultiSelectCellWithSchema } from "./DSDataTableMultiSelectCell.js";
3
- import {} from "./react-desc-prop-types.js";
4
3
  import { DATA_TABLE_MULTI_SELECT_CELL_SLOTS, DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID } from "./constants/index.js";
5
4
  export {
6
5
  DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID,
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.ts"],
4
4
  "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// this is a workaround to typescript error TS2742\n// https://github.com/microsoft/TypeScript/issues/47663\nimport type {} from '@xstyled/system';\nexport { DSDataTableMultiSelectCell, DSDataTableMultiSelectCellWithSchema } from './DSDataTableMultiSelectCell.js';\nexport { type DSDataTableMultiSelectCellT } from './react-desc-prop-types.js';\nexport { DATA_TABLE_MULTI_SELECT_CELL_SLOTS, DATA_TABLE_MULTI_SELECT_CELL_DATA_TESTID } from './constants/index.js';\n"],
5
- "mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,4BAA4B,4CAA4C;AACjF,eAAiD;AACjD,SAAS,oCAAoC,gDAAgD;",
5
+ "mappings": "AAAA,YAAY,WAAW;ACGvB,SAAS,4BAA4B,4CAA4C;AAEjF,SAAS,oCAAoC,gDAAgD;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-multi-select-cell",
3
- "version": "3.35.0",
3
+ "version": "3.36.0-next.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Multi Select Cell",
6
6
  "files": [
@@ -37,18 +37,18 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.6.0",
40
- "@elliemae/ds-data-table-cell": "3.35.0",
41
- "@elliemae/ds-form-checkbox": "3.35.0",
42
- "@elliemae/ds-props-helpers": "3.35.0",
43
- "@elliemae/ds-utilities": "3.35.0",
44
- "@elliemae/ds-grid": "3.35.0",
45
- "@elliemae/ds-typescript-helpers": "3.35.0",
46
- "@elliemae/ds-system": "3.35.0"
40
+ "@elliemae/ds-data-table-cell": "3.36.0-next.1",
41
+ "@elliemae/ds-form-checkbox": "3.36.0-next.1",
42
+ "@elliemae/ds-grid": "3.36.0-next.1",
43
+ "@elliemae/ds-props-helpers": "3.36.0-next.1",
44
+ "@elliemae/ds-system": "3.36.0-next.1",
45
+ "@elliemae/ds-typescript-helpers": "3.36.0-next.1",
46
+ "@elliemae/ds-utilities": "3.36.0-next.1"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@elliemae/pui-cli": "~9.0.0-next.31",
50
50
  "styled-components": "~5.3.9",
51
- "@elliemae/ds-monorepo-devops": "3.35.0"
51
+ "@elliemae/ds-monorepo-devops": "3.36.0-next.1"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@testing-library/jest-dom": "~5.16.4",