@nextlyhq/ui 0.0.2-alpha.62 → 0.0.2-alpha.65
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.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -3
- package/dist/index.d.ts +26 -3
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/styles.scoped.css +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -208,6 +208,7 @@ __export(src_exports, {
|
|
|
208
208
|
toast: () => import_sonner.toast,
|
|
209
209
|
useActiveShortcuts: () => useActiveShortcuts,
|
|
210
210
|
useCommandHighlight: () => useCommandHighlight,
|
|
211
|
+
useIsomorphicLayoutEffect: () => useIsomorphicLayoutEffect,
|
|
211
212
|
usePortalContainer: () => usePortalContainer,
|
|
212
213
|
useShortcutManager: () => useShortcutManager,
|
|
213
214
|
useShortcuts: () => useShortcuts
|
|
@@ -1864,6 +1865,7 @@ var SheetPortal = DialogPrimitive2.Portal;
|
|
|
1864
1865
|
var SheetOverlay = React7.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1865
1866
|
DialogPrimitive2.Overlay,
|
|
1866
1867
|
{
|
|
1868
|
+
"data-slot": "sheet-overlay",
|
|
1867
1869
|
className: cn(
|
|
1868
1870
|
// A modal scrim, from the `--nx-overlay` token rather than a surface
|
|
1869
1871
|
// token. A black wash is the point — painting it from `background` would
|
|
@@ -4710,6 +4712,7 @@ PageHeader.displayName = "PageHeader";
|
|
|
4710
4712
|
toast,
|
|
4711
4713
|
useActiveShortcuts,
|
|
4712
4714
|
useCommandHighlight,
|
|
4715
|
+
useIsomorphicLayoutEffect,
|
|
4713
4716
|
usePortalContainer,
|
|
4714
4717
|
useShortcutManager,
|
|
4715
4718
|
useShortcuts
|