@pantheon-systems/pds-toolkit-react 2.0.0-alpha.52 → 2.0.0-alpha.53

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.
@@ -1404,7 +1404,12 @@
1404
1404
  ]
1405
1405
  },
1406
1406
  "utilities": {
1407
- "renames": [],
1407
+ "renames": [
1408
+ {
1409
+ "from": "useKeyPress",
1410
+ "to": "useKeyboardShortcut"
1411
+ }
1412
+ ],
1408
1413
  "removals": []
1409
1414
  },
1410
1415
  "behaviorChanges": [
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Generated by: npm run generate:icon-data
5
5
  * Source: icon-registry.ts + Font Awesome packages + custom-icons.tsx
6
- * Generated: 2026-07-27T19:39:31.299Z
6
+ * Generated: 2026-07-28T15:46:28.032Z
7
7
  */
8
8
  import { customIcons } from './custom-icons';
9
9
  export { customIcons };
package/dist/index.d.ts CHANGED
@@ -127,6 +127,7 @@ export * from './utilities/hooks/useBreakpoint/useBreakpoint';
127
127
  export * from './utilities/hooks/useClipboard/useClipboard';
128
128
  export * from './utilities/hooks/useDropdown';
129
129
  export * from './utilities/hooks/useIsMobile/useIsMobile';
130
+ export * from './utilities/hooks/useKeyboardShortcut/useKeyboardShortcut';
130
131
  export * from './utilities/hooks/useKeyPress/useKeyPress';
131
132
  export * from './utilities/hooks/useMediaQuery/useMediaQuery';
132
133
  export * from './utilities/hooks/useWindowWidth/useWindowWidth';