@platform-blocks/ui 0.7.1 → 0.7.3
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/cjs/index.js +1 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/index.d.ts +2 -2
- package/package.json +1 -1
package/lib/cjs/index.js
CHANGED
|
@@ -41223,6 +41223,7 @@ exports.useAppShellApi = useAppShellApi;
|
|
|
41223
41223
|
exports.useAppShellLayout = useAppShellLayout;
|
|
41224
41224
|
exports.useBreakpoint = useBreakpoint;
|
|
41225
41225
|
exports.useColorScheme = useColorScheme;
|
|
41226
|
+
exports.useDeviceInfo = useDeviceInfo;
|
|
41226
41227
|
exports.useDialog = useDialog;
|
|
41227
41228
|
exports.useDialogApi = useDialogApi;
|
|
41228
41229
|
exports.useDialogs = useDialogs;
|