@xola/ui-kit 2.3.39 → 2.4.0

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/index.d.ts CHANGED
@@ -26,6 +26,7 @@ export {
26
26
  BellIcon,
27
27
  BookIcon,
28
28
  BookmarkIcon,
29
+ BottomSheet,
29
30
  BoxIcon,
30
31
  BugIcon,
31
32
  Breadcrumb,
@@ -265,6 +266,7 @@ export {
265
266
  UnlinkIcon,
266
267
  useId,
267
268
  useIsClient,
269
+ useIsMobile,
268
270
  useViewportHeight,
269
271
  UserAddIcon,
270
272
  UserChangedIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xola/ui-kit",
3
- "version": "2.3.39",
3
+ "version": "2.4.0",
4
4
  "description": "Xola UI Kit",
5
5
  "license": "MIT",
6
6
  "repository": {