@elliemae/ds-data-table-single-select-cell 3.46.5 → 3.46.6

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 DSDataTableSingleSelectCellT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSDataTableSingleSelectCellT.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 { DSDataTableSingleSelectCellName, DATA_TABLE_SINGLE_SELECT_CELL_SLOTS } from './constants/index.js';
4
- import type { WeakValidationMap } from 'react';
5
4
  export declare namespace DSDataTableSingleSelectCellT {
6
5
  interface RequiredProps {
7
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-single-select-cell",
3
- "version": "3.46.5",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Single Select Cell",
6
6
  "files": [
@@ -37,16 +37,16 @@
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-form-radio": "3.46.5",
42
- "@elliemae/ds-system": "3.46.5",
43
- "@elliemae/ds-typescript-helpers": "3.46.5",
44
- "@elliemae/ds-props-helpers": "3.46.5"
40
+ "@elliemae/ds-data-table-cell": "3.46.6",
41
+ "@elliemae/ds-form-radio": "3.46.6",
42
+ "@elliemae/ds-props-helpers": "3.46.6",
43
+ "@elliemae/ds-system": "3.46.6",
44
+ "@elliemae/ds-typescript-helpers": "3.46.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@elliemae/pui-cli": "9.0.0-next.50",
48
48
  "styled-components": "~5.3.9",
49
- "@elliemae/ds-monorepo-devops": "3.46.5"
49
+ "@elliemae/ds-monorepo-devops": "3.46.6"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@testing-library/jest-dom": "~5.16.4",