@platform-blocks/ui 0.7.0 → 0.7.2

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/lib/index.d.ts CHANGED
@@ -22,7 +22,7 @@ export { usePopoverPositioning, useTooltipPositioning, type UsePopoverPositionin
22
22
  export { useDropdownPositioning, type UseDropdownPositioningOptions, type UseDropdownPositioningReturn, } from './core/hooks/useDropdownPositioning';
23
23
  export { resolveSize, getIconSize, getHeight, getSpacing, getLineHeight, COMPONENT_SIZES, SIZE_SCALES, } from './core/theme/sizes';
24
24
  export { DEFAULT_BREAKPOINTS, resolveResponsiveProp } from './core/theme/breakpoints';
25
- export { useHotkeys, useGlobalHotkeys, useEscapeKey, useToggleColorScheme, useSpotlightToggle, globalHotkeys, } from './hooks';
25
+ export { useHotkeys, useGlobalHotkeys, useEscapeKey, useToggleColorScheme, useSpotlightToggle, globalHotkeys, useDeviceInfo, } from './hooks';
26
26
  export { KeyboardAwareLayout } from './components/KeyboardAwareLayout';
27
27
  export { Flex } from './components/Flex';
28
28
  export { Grid, GridItem } from './components/Grid';
@@ -130,7 +130,7 @@ export { COMPONENT_SIZE_ORDER, DEFAULT_COMPONENT_SIZE, clampComponentSize, resol
130
130
  export type { ComponentSize, ComponentSizeValue, } from './core/theme/componentSize';
131
131
  export type { SizeToken } from './core/theme/types';
132
132
  export type { ResponsiveProp } from './core/theme/breakpoints';
133
- export type { HotkeyItem, KeyboardModifiers } from './hooks';
133
+ export type { HotkeyItem, KeyboardModifiers, DeviceInfo, UseDeviceInfoOptions } from './hooks';
134
134
  export type { ButtonProps } from './components/Button';
135
135
  export type { BrandButtonProps } from './components/BrandButton';
136
136
  export type { AppStoreButtonProps } from './components/AppStoreButton';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platform-blocks/ui",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "A React Native UI library",
5
5
  "type": "module",
6
6
  "main": "lib/cjs/index.js",