@elliemae/ds-hooks-focus-trap 3.46.4 → 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,4 +1,4 @@
1
- import type { WeakValidationMap } from 'react';
1
+ /// <reference types="react" />
2
2
  export declare namespace DSHooksUseFocusTrapT {
3
3
  type UseFocusTrapT = <T extends HTMLElement = HTMLElement, K extends HTMLElement = HTMLElement>({ firstElementRef, lastElementRef, onKeyDown, }: {
4
4
  firstElementRef: React.MutableRefObject<T | null>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-hooks-focus-trap",
3
- "version": "3.46.4",
3
+ "version": "3.46.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Hooks Focus Trap",
6
6
  "files": [
@@ -36,11 +36,11 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.46.4"
39
+ "@elliemae/ds-props-helpers": "3.46.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@elliemae/pui-cli": "9.0.0-next.50",
43
- "@elliemae/ds-monorepo-devops": "3.46.4"
43
+ "@elliemae/ds-monorepo-devops": "3.46.6"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "lodash": "^4.17.21",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",
54
- "typeSafety": true
54
+ "typeSafety": false
55
55
  },
56
56
  "scripts": {
57
57
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",