@nextelco/common-ui 1.7.109 → 1.7.112

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.
@@ -6,5 +6,5 @@ interface ModalProps {
6
6
  export declare function ModalProvider({ children }: {
7
7
  children: React.ReactNode;
8
8
  }): React.JSX.Element;
9
- export declare function useModal(): ModalProps | null;
9
+ export declare function useModal(): ModalProps;
10
10
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.7.109",
3
+ "version": "1.7.112",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -55,6 +55,7 @@
55
55
  "axios": "^1.8.1",
56
56
  "js-cookie": "^3.0.5",
57
57
  "keycloak-js": "^25.0.0",
58
+ "react-focus-lock": "^2.13.6",
58
59
  "react-infinite-scroll-component": "^6.1.0",
59
60
  "react-remove-scroll": "^2.6.3",
60
61
  "react-switch": "^7.1.0",