@elliemae/ds-data-table-multi-select-cell 3.46.5 → 3.46.7

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.
@@ -1,3 +1,2 @@
1
- import type { WeakValidationMap } from 'react';
2
1
  import { type DSDataTableMultiSelectCellT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSDataTableMultiSelectCellT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,7 +1,6 @@
1
1
  import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
2
2
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
3
  import { DSDataTableMultiSelectCellName, DATA_TABLE_MULTI_SELECT_CELL_SLOTS } from './constants/index.js';
4
- import type { WeakValidationMap } from 'react';
5
4
  export declare namespace DSDataTableMultiSelectCellT {
6
5
  interface RequiredProps {
7
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-multi-select-cell",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Multi Select Cell",
6
6
  "files": [
@@ -37,17 +37,17 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.6.0",
40
- "@elliemae/ds-data-table-cell": "3.46.5",
41
- "@elliemae/ds-grid": "3.46.5",
42
- "@elliemae/ds-props-helpers": "3.46.5",
43
- "@elliemae/ds-typescript-helpers": "3.46.5",
44
- "@elliemae/ds-system": "3.46.5",
45
- "@elliemae/ds-form-checkbox": "3.46.5"
40
+ "@elliemae/ds-data-table-cell": "3.46.7",
41
+ "@elliemae/ds-form-checkbox": "3.46.7",
42
+ "@elliemae/ds-grid": "3.46.7",
43
+ "@elliemae/ds-props-helpers": "3.46.7",
44
+ "@elliemae/ds-system": "3.46.7",
45
+ "@elliemae/ds-typescript-helpers": "3.46.7"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "9.0.0-next.50",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.46.5"
50
+ "@elliemae/ds-monorepo-devops": "3.46.7"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@testing-library/jest-dom": "~5.16.4",