@pantheon-systems/pds-toolkit-react 2.0.0-alpha.44 → 2.0.0-alpha.46

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.
package/dist/index.d.ts CHANGED
@@ -120,11 +120,13 @@ export * from './libs/types/custom-types';
120
120
  export * from './libs/types/input-types';
121
121
  export * from './libs/types/layout-types';
122
122
  export * from './libs/types/navigation-types';
123
+ export * from './utilities/context-providers/ThemeContext/ThemeContext';
123
124
  export * from './utilities/grid/Grid';
124
125
  export * from './utilities/grid/GridItem';
125
126
  export * from './utilities/hooks/useBreakpoint/useBreakpoint';
126
127
  export * from './utilities/hooks/useClipboard/useClipboard';
127
128
  export * from './utilities/hooks/useDropdown';
129
+ export * from './utilities/hooks/useIsMobile/useIsMobile';
128
130
  export * from './utilities/hooks/useKeyPress/useKeyPress';
129
131
  export * from './utilities/hooks/useMediaQuery/useMediaQuery';
130
132
  export * from './utilities/hooks/useWindowWidth/useWindowWidth';