@elliemae/ds-data-table-action-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 DSDataTableActionCellT } from '../react-desc-prop-types.js';
3
2
  export declare const useValidateProps: (props: DSDataTableActionCellT.InternalProps, propTypes: WeakValidationMap<unknown>) => void;
@@ -1,7 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
2
3
  import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
3
4
  import { DSDataTableActionCellName, DATA_TABLE_ACTION_CELL_SLOTS } from './constants/index.js';
4
- import type { WeakValidationMap } from 'react';
5
5
  export declare namespace DSDataTableActionCellT {
6
6
  interface RequiredProps {
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table-action-cell",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table Action Cell",
6
6
  "files": [
@@ -37,15 +37,15 @@
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-props-helpers": "3.46.5",
42
- "@elliemae/ds-system": "3.46.5",
43
- "@elliemae/ds-typescript-helpers": "3.46.5"
40
+ "@elliemae/ds-data-table-cell": "3.46.7",
41
+ "@elliemae/ds-props-helpers": "3.46.7",
42
+ "@elliemae/ds-system": "3.46.7",
43
+ "@elliemae/ds-typescript-helpers": "3.46.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@elliemae/pui-cli": "9.0.0-next.50",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.46.5"
48
+ "@elliemae/ds-monorepo-devops": "3.46.7"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@testing-library/jest-dom": "~5.16.4",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public",
60
- "typeSafety": true
60
+ "typeSafety": false
61
61
  },
62
62
  "scripts": {
63
63
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",