@sqrzro/ui 4.0.0-alpha.2 → 4.0.0-alpha.4

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.
@@ -12,5 +12,7 @@ export type { LinkProps } from './utility/Link';
12
12
  export { default as Link } from './utility/Link';
13
13
  export type { PageProps } from './utility/Page';
14
14
  export { default as Page } from './utility/Page';
15
+ export type { PopoverProps } from './utility/Popover';
16
+ export { default as Popover } from './utility/Popover';
15
17
  export type { RootLayoutProps } from './utility/RootLayout';
16
18
  export { default as RootLayout } from './utility/RootLayout';
@@ -6,4 +6,5 @@ export { default as ModalLauncher } from './modals/ModalLauncher';
6
6
  export { default as Container } from './utility/Container';
7
7
  export { default as Link } from './utility/Link';
8
8
  export { default as Page } from './utility/Page';
9
+ export { default as Popover } from './utility/Popover';
9
10
  export { default as RootLayout } from './utility/RootLayout';
@@ -0,0 +1 @@
1
+ export { default as useClickOutside } from './useClickOutside';
@@ -1 +1 @@
1
- "use strict";
1
+ export { default as useClickOutside } from './useClickOutside';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sqrzro/ui",
3
3
  "type": "module",
4
- "version": "4.0.0-alpha.2",
4
+ "version": "4.0.0-alpha.4",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "ISC",