@leavepulse/ui 0.14.4 → 0.14.7

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.
Files changed (28) hide show
  1. package/dist/chunks/{LpAppShell-C22642JK.js → LpAppShell-BVXvIWjF.js} +2 -2
  2. package/dist/chunks/{LpConfirmDialog-CnHtHWHm.js → LpConfirmDialog-BV7iXMtQ.js} +1 -1
  3. package/dist/chunks/{LpDrawer-CBNVhkg0.js → LpDrawer-BBINS_bU.js} +1 -1
  4. package/dist/chunks/{LpLogViewer-CDBjhXl6.js → LpLogViewer-CH_5LQH_.js} +16 -3
  5. package/dist/chunks/{LpModal-D17Bocq7.js → LpModal-D9WInJq_.js} +3 -3
  6. package/dist/chunks/{LpNotificationBell-Bm51SkgV.js → LpNotificationBell-BbJnzpq4.js} +1 -1
  7. package/dist/chunks/{LpScrollArea-CcHul_XS.js → LpScrollArea-Bw5p782q.js} +24 -23
  8. package/dist/chunks/{LpSidebar-CTUdtX7W.js → LpSidebar-CqKQX5gn.js} +2 -2
  9. package/dist/chunks/{LpSidebarNav-BRwovIc8.js → LpSidebarNav-CeiurDUn.js} +1 -1
  10. package/dist/chunks/{LpTable-PHE6UKor.js → LpTable-B6jQX1W7.js} +1 -1
  11. package/dist/components/LpAppShell.vue.js +1 -1
  12. package/dist/components/LpCommandPalette.vue.js +1 -1
  13. package/dist/components/LpConfirmDialog.vue.js +1 -1
  14. package/dist/components/LpDrawer.vue.js +1 -1
  15. package/dist/components/LpLogViewer.vue.js +1 -1
  16. package/dist/components/LpModal.vue.js +1 -1
  17. package/dist/components/LpNotificationBell.vue.js +1 -1
  18. package/dist/components/LpScrollArea.vue.d.ts +2 -2
  19. package/dist/components/LpScrollArea.vue.js +1 -1
  20. package/dist/components/LpSidebar.vue.js +1 -1
  21. package/dist/components/LpSidebarNav.vue.js +1 -1
  22. package/dist/components/LpTable.vue.js +1 -1
  23. package/dist/index.js +9 -9
  24. package/package.json +1 -1
  25. package/src/components/LpLogViewer.vue +24 -5
  26. package/src/components/LpModal.vue +2 -2
  27. package/src/components/LpScrollArea.vue +30 -16
  28. package/src/tokens/tokens.css +8 -2
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, computed, watch, openBlock, createElementBlock, createVNode, createSlots, withCtx, renderSlot, normalizeProps, guardReactiveProps, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, createBlock } from "vue";
2
2
  import { _ as _sfc_main$2 } from "./LpButton-5VXXCjwF.js";
3
3
  import { _ as _sfc_main$3 } from "./LpIcon-CCnX5_2j.js";
4
- import { _ as _sfc_main$4 } from "./LpScrollArea-CcHul_XS.js";
5
- import { _ as _sfc_main$1 } from "./LpSidebar-CTUdtX7W.js";
4
+ import { _ as _sfc_main$4 } from "./LpScrollArea-Bw5p782q.js";
5
+ import { _ as _sfc_main$1 } from "./LpSidebar-CqKQX5gn.js";
6
6
  const _hoisted_1 = { class: "flex h-dvh overflow-hidden bg-surface text-ink" };
7
7
  const _hoisted_2 = { class: "flex min-w-0 flex-1 flex-col" };
8
8
  const _hoisted_3 = { class: "flex h-16 shrink-0 items-center gap-3 border-b border-line bg-surface px-4 md:px-6" };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createBlock, withCtx, renderSlot, createVNode, createTextVNode, toDisplayString } from "vue";
2
2
  import { _ as _sfc_main$2 } from "./LpButton-5VXXCjwF.js";
3
- import { _ as _sfc_main$1 } from "./LpModal-D17Bocq7.js";
3
+ import { _ as _sfc_main$1 } from "./LpModal-D9WInJq_.js";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "LpConfirmDialog",
6
6
  props: {
@@ -3,7 +3,7 @@ import { usePointerSwipe } from "@vueuse/core";
3
3
  import { DrawerRoot, DrawerPortal, DrawerOverlay, DrawerContent, DrawerHandle, DrawerTitle, DrawerDescription, DrawerClose } from "vaul-vue";
4
4
  import { CLOSE_ICON } from "../components/dropdown.js";
5
5
  import { _ as _sfc_main$1 } from "./LpIcon-CCnX5_2j.js";
6
- import { _ as _sfc_main$2 } from "./LpScrollArea-CcHul_XS.js";
6
+ import { _ as _sfc_main$2 } from "./LpScrollArea-Bw5p782q.js";
7
7
  const _hoisted_1 = { class: "text-base font-semibold text-ink" };
8
8
  const _hoisted_2 = { class: "flex flex-col gap-1" };
9
9
  const _hoisted_3 = ["data-vaul-no-drag"];
@@ -1,7 +1,7 @@
1
- import { defineComponent, computed, ref, watch, nextTick, onMounted, openBlock, createElementBlock, createVNode, normalizeStyle, withCtx, createElementVNode, toDisplayString, createCommentVNode, Fragment, createBlock, resolveDynamicComponent, TransitionGroup, mergeProps, renderList, normalizeClass, createTextVNode, Transition } from "vue";
1
+ import { defineComponent, computed, ref, watch, nextTick, onMounted, onBeforeUnmount, openBlock, createElementBlock, createVNode, normalizeStyle, withCtx, createElementVNode, toDisplayString, createCommentVNode, Fragment, createBlock, resolveDynamicComponent, TransitionGroup, mergeProps, renderList, normalizeClass, createTextVNode, Transition } from "vue";
2
2
  import { _ as _sfc_main$3 } from "./LpContextMenu-D0mzXqA7.js";
3
3
  import { _ as _sfc_main$2 } from "./LpIcon-CCnX5_2j.js";
4
- import { _ as _sfc_main$1 } from "./LpScrollArea-CcHul_XS.js";
4
+ import { _ as _sfc_main$1 } from "./LpScrollArea-Bw5p782q.js";
5
5
  const _hoisted_1 = { class: "relative overflow-hidden rounded-card border border-line bg-surface font-mono text-xs leading-relaxed" };
6
6
  const _hoisted_2 = {
7
7
  key: 0,
@@ -322,9 +322,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
322
322
  }
323
323
  );
324
324
  const showJump = computed(() => props.tail && !pinned.value && props.lines.length > 0);
325
- onMounted(() => {
325
+ let viewportResize = null;
326
+ function measureViewport() {
326
327
  const el = viewport();
327
328
  if (el) viewportHeight.value = el.clientHeight;
329
+ }
330
+ onMounted(() => {
331
+ measureViewport();
332
+ const el = viewport();
333
+ if (el && typeof ResizeObserver !== "undefined") {
334
+ viewportResize = new ResizeObserver(measureViewport);
335
+ viewportResize.observe(el);
336
+ }
337
+ });
338
+ onBeforeUnmount(() => {
339
+ viewportResize?.disconnect();
340
+ viewportResize = null;
328
341
  });
329
342
  const transitionProps = {
330
343
  tag: "ol",
@@ -2,7 +2,7 @@ import { defineComponent, computed, useSlots, openBlock, createBlock, unref, wit
2
2
  import { DialogRoot, DialogPortal, DialogOverlay, DialogContent, DialogTitle, DialogDescription, DialogClose } from "reka-ui";
3
3
  import { CLOSE_ICON } from "../components/dropdown.js";
4
4
  import { _ as _sfc_main$1 } from "./LpIcon-CCnX5_2j.js";
5
- import { _ as _sfc_main$2 } from "./LpScrollArea-CcHul_XS.js";
5
+ import { _ as _sfc_main$2 } from "./LpScrollArea-Bw5p782q.js";
6
6
  const _hoisted_1 = {
7
7
  key: 0,
8
8
  class: "flex shrink-0 items-start justify-between gap-4 p-5 pb-3"
@@ -53,9 +53,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
53
53
  default: withCtx(() => [
54
54
  createVNode(unref(DialogPortal), null, {
55
55
  default: withCtx(() => [
56
- createVNode(unref(DialogOverlay), { class: "fixed inset-0 z-(--z-overlay) bg-black/50 backdrop-blur-sm data-[state=open]:animate-[fade-in_150ms_ease] data-[state=closed]:animate-[fade-out_130ms_ease]" }),
56
+ createVNode(unref(DialogOverlay), { class: "fixed inset-0 z-(--z-overlay) bg-black/50 backdrop-blur-sm data-[state=open]:animate-[fade-in_var(--duration-medium)_var(--ease-emphasized)] data-[state=closed]:animate-[fade-out_120ms_ease]" }),
57
57
  createVNode(unref(DialogContent), {
58
- class: normalizeClass(["fixed left-1/2 top-1/2 z-(--z-modal) flex max-h-[min(90vh,calc(100dvh-2rem))] -translate-x-1/2 -translate-y-1/2 flex-col rounded-card border border-line bg-surface-raised shadow-panel outline-none data-[state=open]:animate-[pop-in_160ms_var(--ease-emphasized)] data-[state=closed]:animate-[pop-out_130ms_ease]", widthClass.value]),
58
+ class: normalizeClass(["fixed left-1/2 top-1/2 z-(--z-modal) flex max-h-[min(90vh,calc(100dvh-2rem))] -translate-x-1/2 -translate-y-1/2 flex-col rounded-card border border-line bg-surface-raised shadow-panel outline-none data-[state=open]:animate-[pop-in_var(--duration-medium)_var(--ease-emphasized)] data-[state=closed]:animate-[pop-out_120ms_cubic-bezier(0.4,0,1,1)]", widthClass.value]),
59
59
  style: normalizeStyle(__props.width ? { width: __props.width } : void 0)
60
60
  }, {
61
61
  default: withCtx(() => [
@@ -5,7 +5,7 @@ import { _ as _sfc_main$4 } from "./LpContextMenu-D0mzXqA7.js";
5
5
  import { _ as _sfc_main$2 } from "./LpEmptyState-CrfyRJUG.js";
6
6
  import { _ as _sfc_main$5 } from "./LpIcon-CCnX5_2j.js";
7
7
  import { _ as _sfc_main$1 } from "./LpPopover-8268UmlC.js";
8
- import { _ as _sfc_main$3 } from "./LpScrollArea-CcHul_XS.js";
8
+ import { _ as _sfc_main$3 } from "./LpScrollArea-Bw5p782q.js";
9
9
  const _hoisted_1 = { class: "flex items-center justify-between gap-2 px-3 py-2.5" };
10
10
  const _hoisted_2 = { class: "text-sm font-semibold" };
11
11
  const _hoisted_3 = {
@@ -1,6 +1,6 @@
1
- import { defineComponent, ref, computed, openBlock, createBlock, unref, withCtx, createVNode, normalizeClass, createElementVNode, renderSlot, normalizeStyle } from "vue";
2
- import { ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb } from "reka-ui";
3
- const barFade = "data-[state=visible]:animate-[fade-in_180ms_ease] data-[state=hidden]:animate-[fade-out_240ms_ease]";
1
+ import { defineComponent, ref, computed, openBlock, createBlock, unref, withCtx, createVNode, normalizeStyle, normalizeClass, createElementVNode, renderSlot } from "vue";
2
+ import { ScrollAreaRoot, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaViewport } from "reka-ui";
3
+ const barFade = "opacity-0 data-[state=visible]:animate-[fade-in_180ms_ease] data-[state=visible]:opacity-100 data-[state=hidden]:animate-[fade-out_240ms_ease]";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "LpScrollArea",
6
6
  props: {
@@ -22,40 +22,41 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  "scroll-hide-delay": 500
23
23
  }, {
24
24
  default: withCtx(() => [
25
- createVNode(unref(ScrollAreaViewport), {
26
- ref_key: "viewportRef",
27
- ref: viewportRef,
28
- class: normalizeClass(["size-full min-w-0 [&>div]:!block [&>div]:!min-w-0", __props.fade ? "[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]" : ""]),
29
- onScrollPassive: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("scroll", $event))
30
- }, {
31
- default: withCtx(() => [
32
- createElementVNode("div", {
33
- class: normalizeClass(__props.contentClass)
34
- }, [
35
- renderSlot(_ctx.$slots, "default")
36
- ], 2)
37
- ]),
38
- _: 3
39
- }, 8, ["class"]),
40
25
  createVNode(unref(ScrollAreaScrollbar), {
41
26
  orientation: "vertical",
42
- class: normalizeClass(["group flex w-1 touch-none select-none p-px transition-[width] duration-[var(--duration-fast)] hover:w-1.5", barFade]),
27
+ "force-mount": "",
28
+ class: normalizeClass(["group flex w-3.5 touch-none select-none justify-end py-px pl-2.5 pr-px", barFade]),
43
29
  style: normalizeStyle(__props.barInsetTop ? { marginTop: __props.barInsetTop } : void 0)
44
30
  }, {
45
31
  default: withCtx(() => [
46
- createVNode(unref(ScrollAreaThumb), { class: "flex-1 rounded-l-pill bg-brand/40 transition-colors group-hover:bg-brand" })
32
+ createVNode(unref(ScrollAreaThumb), { class: "w-1 rounded-l-pill bg-brand/40 transition-[width,background-color] duration-[var(--duration-fast)] group-hover:w-1.5 group-hover:bg-brand" })
47
33
  ]),
48
34
  _: 1
49
35
  }, 8, ["style"]),
50
36
  createVNode(unref(ScrollAreaScrollbar), {
51
37
  orientation: "horizontal",
52
- class: normalizeClass(["group flex h-1 flex-col touch-none select-none p-px transition-[height] duration-[var(--duration-fast)] hover:h-1.5", barFade])
38
+ class: normalizeClass(["group flex h-3.5 flex-col touch-none select-none justify-end px-px pb-px pt-2.5", barFade])
53
39
  }, {
54
40
  default: withCtx(() => [
55
- createVNode(unref(ScrollAreaThumb), { class: "flex-1 rounded-t-pill bg-brand/40 transition-colors group-hover:bg-brand" })
41
+ createVNode(unref(ScrollAreaThumb), { class: "h-1 rounded-t-pill bg-brand/40 transition-[height,background-color] duration-[var(--duration-fast)] group-hover:h-1.5 group-hover:bg-brand" })
56
42
  ]),
57
43
  _: 1
58
- })
44
+ }),
45
+ createVNode(unref(ScrollAreaViewport), {
46
+ ref_key: "viewportRef",
47
+ ref: viewportRef,
48
+ class: normalizeClass(["size-full min-w-0 [&>div]:!block [&>div]:!min-w-0", __props.fade ? "[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]" : ""]),
49
+ onScrollPassive: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("scroll", $event))
50
+ }, {
51
+ default: withCtx(() => [
52
+ createElementVNode("div", {
53
+ class: normalizeClass(__props.contentClass)
54
+ }, [
55
+ renderSlot(_ctx.$slots, "default")
56
+ ], 2)
57
+ ]),
58
+ _: 3
59
+ }, 8, ["class"])
59
60
  ]),
60
61
  _: 3
61
62
  });
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, useId, openBlock, createElementBlock, Fragment, createElementVNode, mergeProps, normalizeClass, renderSlot, createCommentVNode, createVNode, createSlots, withCtx, normalizeProps, guardReactiveProps, createBlock } from "vue";
2
- import { _ as _sfc_main$2 } from "./LpDrawer-CBNVhkg0.js";
3
- import { _ as _sfc_main$1 } from "./LpSidebarNav-BRwovIc8.js";
2
+ import { _ as _sfc_main$2 } from "./LpDrawer-BBINS_bU.js";
3
+ import { _ as _sfc_main$1 } from "./LpSidebarNav-CeiurDUn.js";
4
4
  const _hoisted_1 = {
5
5
  key: 1,
6
6
  class: "mt-2 flex shrink-0 flex-col gap-2"
@@ -4,7 +4,7 @@ import { usePillTransition } from "../composables/usePillTransition.js";
4
4
  import { _ as _sfc_main$4 } from "./LpBadge-CXzBPnwO.js";
5
5
  import { _ as _sfc_main$2 } from "./LpContextMenu-D0mzXqA7.js";
6
6
  import { _ as _sfc_main$3 } from "./LpIcon-CCnX5_2j.js";
7
- import { _ as _sfc_main$1 } from "./LpScrollArea-CcHul_XS.js";
7
+ import { _ as _sfc_main$1 } from "./LpScrollArea-Bw5p782q.js";
8
8
  const _hoisted_1 = {
9
9
  key: 0,
10
10
  class: "flex min-h-0 flex-1 flex-col gap-4"
@@ -2,7 +2,7 @@ import { defineComponent, computed, ref, watch, onBeforeUnmount, openBlock, crea
2
2
  import { _ as _sfc_main$2 } from "./LpCheckbox-BO0zuuPh.js";
3
3
  import { _ as _sfc_main$4 } from "./LpContextMenu-D0mzXqA7.js";
4
4
  import { _ as _sfc_main$3 } from "./LpIcon-CCnX5_2j.js";
5
- import { _ as _sfc_main$1 } from "./LpScrollArea-CcHul_XS.js";
5
+ import { _ as _sfc_main$1 } from "./LpScrollArea-Bw5p782q.js";
6
6
  const _hoisted_1 = { class: "w-full border-collapse text-sm" };
7
7
  const _hoisted_2 = { class: "border-b border-line bg-surface-soft" };
8
8
  const _hoisted_3 = {
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpAppShell-C22642JK.js";
1
+ import { _ as _sfc_main } from "../chunks/LpAppShell-BVXvIWjF.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watch, nextTick, onMounted, onBeforeUnmount, openBlock, createBlock, unref, withCtx, createVNode, withModifiers, createTextVNode, createElementVNode, withDirectives, withKeys, vModelText, createElementBlock, toDisplayString, createCommentVNode, Fragment, renderList, normalizeClass } from "vue";
2
2
  import { DialogRoot, DialogPortal, DialogOverlay, DialogContent, DialogTitle, DialogDescription } from "reka-ui";
3
3
  import { _ as _sfc_main$1 } from "../chunks/LpIcon-CCnX5_2j.js";
4
- import { _ as _sfc_main$2 } from "../chunks/LpScrollArea-CcHul_XS.js";
4
+ import { _ as _sfc_main$2 } from "../chunks/LpScrollArea-Bw5p782q.js";
5
5
  import '../assets/LpCommandPalette-D315B47-.css';const _hoisted_1 = { class: "flex shrink-0 items-center gap-2.5 border-b border-line px-4" };
6
6
  const _hoisted_2 = ["placeholder", "onKeydown"];
7
7
  const _hoisted_3 = {
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpConfirmDialog-CnHtHWHm.js";
1
+ import { _ as _sfc_main } from "../chunks/LpConfirmDialog-BV7iXMtQ.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpDrawer-CBNVhkg0.js";
1
+ import { _ as _sfc_main } from "../chunks/LpDrawer-BBINS_bU.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpLogViewer-CDBjhXl6.js";
1
+ import { _ as _sfc_main } from "../chunks/LpLogViewer-CH_5LQH_.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpModal-D17Bocq7.js";
1
+ import { _ as _sfc_main } from "../chunks/LpModal-D9WInJq_.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpNotificationBell-Bm51SkgV.js";
1
+ import { _ as _sfc_main } from "../chunks/LpNotificationBell-BbJnzpq4.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -3,9 +3,9 @@ type __VLS_Props = {
3
3
  contentClass?: string;
4
4
  barInsetTop?: string;
5
5
  };
6
- declare var __VLS_18: {};
6
+ declare var __VLS_40: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_18) => any;
8
+ default?: (props: typeof __VLS_40) => any;
9
9
  };
10
10
  declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {
11
11
  viewportEl: import('vue').ComputedRef<HTMLElement | null>;
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpScrollArea-CcHul_XS.js";
1
+ import { _ as _sfc_main } from "../chunks/LpScrollArea-Bw5p782q.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpSidebar-CTUdtX7W.js";
1
+ import { _ as _sfc_main } from "../chunks/LpSidebar-CqKQX5gn.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpSidebarNav-BRwovIc8.js";
1
+ import { _ as _sfc_main } from "../chunks/LpSidebarNav-CeiurDUn.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpTable-PHE6UKor.js";
1
+ import { _ as _sfc_main } from "../chunks/LpTable-B6jQX1W7.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { _ } from "./chunks/LayoutCanvas-Dd20boUG.js";
2
2
  import { _ as _2 } from "./chunks/LpAlert-BAYHDSS1.js";
3
- import { _ as _3 } from "./chunks/LpAppShell-C22642JK.js";
3
+ import { _ as _3 } from "./chunks/LpAppShell-BVXvIWjF.js";
4
4
  import { _ as _4 } from "./chunks/LpAutocomplete-B9uoCs4t.js";
5
5
  import { _ as _5 } from "./chunks/LpAvatar-B1Ez0ZAx.js";
6
6
  import { _ as _6 } from "./chunks/LpBadge-CXzBPnwO.js";
@@ -11,12 +11,12 @@ import { _ as _10 } from "./chunks/LpCard-1yvWT9fx.js";
11
11
  import { _ as _11 } from "./chunks/LpCheckbox-BO0zuuPh.js";
12
12
  import { _ as _12 } from "./chunks/LpCodeBlock-CSiOSPs8.js";
13
13
  import { default as default2 } from "./components/LpCommandPalette.vue.js";
14
- import { _ as _13 } from "./chunks/LpConfirmDialog-CnHtHWHm.js";
14
+ import { _ as _13 } from "./chunks/LpConfirmDialog-BV7iXMtQ.js";
15
15
  import { _ as _14 } from "./chunks/LpContextMenu-D0mzXqA7.js";
16
16
  import { _ as _15 } from "./chunks/LpDatePicker-dY2q4dr4.js";
17
17
  import { _ as _16 } from "./chunks/LpDisclosure-DP6yfgfM.js";
18
18
  import { _ as _17 } from "./chunks/LpDivider-CUX46KR0.js";
19
- import { _ as _18 } from "./chunks/LpDrawer-CBNVhkg0.js";
19
+ import { _ as _18 } from "./chunks/LpDrawer-BBINS_bU.js";
20
20
  import { _ as _19 } from "./chunks/LpDropdownMenu-DJpoqRCb.js";
21
21
  import { _ as _20 } from "./chunks/LpEmptyState-CrfyRJUG.js";
22
22
  import { _ as _21 } from "./chunks/LpFormField-Bn-ZwC6z.js";
@@ -24,9 +24,9 @@ import { _ as _22 } from "./chunks/LpIcon-CCnX5_2j.js";
24
24
  import { _ as _23 } from "./chunks/LpInfraNode-C_PHcthC.js";
25
25
  import { _ as _24 } from "./chunks/LpInput-BauZRyzm.js";
26
26
  import { _ as _25 } from "./chunks/LpLink-DHwOEp4e.js";
27
- import { _ as _26 } from "./chunks/LpLogViewer-CDBjhXl6.js";
28
- import { _ as _27 } from "./chunks/LpModal-D17Bocq7.js";
29
- import { _ as _28 } from "./chunks/LpNotificationBell-Bm51SkgV.js";
27
+ import { _ as _26 } from "./chunks/LpLogViewer-CH_5LQH_.js";
28
+ import { _ as _27 } from "./chunks/LpModal-D9WInJq_.js";
29
+ import { _ as _28 } from "./chunks/LpNotificationBell-BbJnzpq4.js";
30
30
  import { _ as _29 } from "./chunks/LpNumberField-C5ar-OwE.js";
31
31
  import { _ as _30 } from "./chunks/LpOtpInput-DqaT0Z75.js";
32
32
  import { _ as _31 } from "./chunks/LpPagination-CeGuNe_q.js";
@@ -37,17 +37,17 @@ import { _ as _34 } from "./chunks/LpPopover-8268UmlC.js";
37
37
  import { _ as _35 } from "./chunks/LpProgress-BhI0IbjC.js";
38
38
  import { _ as _36 } from "./chunks/LpRadio-CL-pI0_O.js";
39
39
  import { _ as _37 } from "./chunks/LpRadioGroup-B4yDTmi6.js";
40
- import { _ as _38 } from "./chunks/LpScrollArea-CcHul_XS.js";
40
+ import { _ as _38 } from "./chunks/LpScrollArea-Bw5p782q.js";
41
41
  import { _ as _39 } from "./chunks/LpSegmented-BmpanyAo.js";
42
42
  import { _ as _40 } from "./chunks/LpSelect-DznhPEWX.js";
43
43
  import { _ as _41 } from "./chunks/LpServiceNode-Dc-Ut5RS.js";
44
- import { _ as _42 } from "./chunks/LpSidebar-CTUdtX7W.js";
44
+ import { _ as _42 } from "./chunks/LpSidebar-CqKQX5gn.js";
45
45
  import { _ as _43 } from "./chunks/LpSkeleton-eSFIo4kD.js";
46
46
  import { _ as _44 } from "./chunks/LpSlider-B1SF3pRV.js";
47
47
  import { _ as _45 } from "./chunks/LpStat-CdbEFOvn.js";
48
48
  import { _ as _46 } from "./chunks/LpStepper-5dFTrW21.js";
49
49
  import { _ as _47 } from "./chunks/LpSwitch-v6fnccSM.js";
50
- import { _ as _48 } from "./chunks/LpTable-PHE6UKor.js";
50
+ import { _ as _48 } from "./chunks/LpTable-B6jQX1W7.js";
51
51
  import { _ as _49 } from "./chunks/LpTableOfContents-CjvxPMpU.js";
52
52
  import { _ as _50 } from "./chunks/LpTabs-D7aTVPOb.js";
53
53
  import { _ as _51 } from "./chunks/LpTextarea-CRAkhemZ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavepulse/ui",
3
- "version": "0.14.4",
3
+ "version": "0.14.7",
4
4
  "type": "module",
5
5
  "description": "LeavePulse token-driven Vue component kit.",
6
6
  "repository": {
@@ -7,7 +7,7 @@
7
7
  * viewport element and re-emits the native scroll event — exactly what tailing
8
8
  * needs.
9
9
  */
10
- import { computed, nextTick, onMounted, ref, TransitionGroup, watch } from "vue"
10
+ import { computed, nextTick, onBeforeUnmount, onMounted, ref, TransitionGroup, watch } from "vue"
11
11
  import LpContextMenu, { type ContextMenuItemDef } from "./LpContextMenu.vue"
12
12
  import LpIcon from "./LpIcon.vue"
13
13
  import LpScrollArea from "./LpScrollArea.vue"
@@ -505,12 +505,31 @@ watch(
505
505
 
506
506
  const showJump = computed(() => props.tail && !pinned.value && props.lines.length > 0)
507
507
 
508
- // Seed the viewport height before the first scroll so the initial virtual
509
- // window is correct (otherwise a tall list would render a single overscan slice
510
- // until the user scrolls).
511
- onMounted(() => {
508
+ // Track the viewport height for the whole lifetime, not just at mount. Reading
509
+ // it once was a deadlock when the viewer mounted inside a container that had no
510
+ // height yet (a drawer mid open-animation, a hidden tab): the virtual window
511
+ // collapsed to a single row, so there was nothing to scroll, and `onScroll` —
512
+ // the only other place that refreshed the height — could never fire to correct
513
+ // it. The list looked stuck and wouldn't scroll at all.
514
+ let viewportResize: ResizeObserver | null = null
515
+
516
+ function measureViewport() {
512
517
  const el = viewport()
513
518
  if (el) viewportHeight.value = el.clientHeight
519
+ }
520
+
521
+ onMounted(() => {
522
+ measureViewport()
523
+ const el = viewport()
524
+ if (el && typeof ResizeObserver !== "undefined") {
525
+ viewportResize = new ResizeObserver(measureViewport)
526
+ viewportResize.observe(el)
527
+ }
528
+ })
529
+
530
+ onBeforeUnmount(() => {
531
+ viewportResize?.disconnect()
532
+ viewportResize = null
514
533
  })
515
534
 
516
535
  // FLIP / enter / leave classes for the full-render TransitionGroup, bound via
@@ -69,10 +69,10 @@ const bodyPad = computed(() =>
69
69
  <DialogRoot :open="open" @update:open="(v) => $emit('update:open', v)">
70
70
  <DialogPortal>
71
71
  <DialogOverlay
72
- class="fixed inset-0 z-(--z-overlay) bg-black/50 backdrop-blur-sm data-[state=open]:animate-[fade-in_150ms_ease] data-[state=closed]:animate-[fade-out_130ms_ease]"
72
+ class="fixed inset-0 z-(--z-overlay) bg-black/50 backdrop-blur-sm data-[state=open]:animate-[fade-in_var(--duration-medium)_var(--ease-emphasized)] data-[state=closed]:animate-[fade-out_120ms_ease]"
73
73
  />
74
74
  <DialogContent
75
- class="fixed left-1/2 top-1/2 z-(--z-modal) flex max-h-[min(90vh,calc(100dvh-2rem))] -translate-x-1/2 -translate-y-1/2 flex-col rounded-card border border-line bg-surface-raised shadow-panel outline-none data-[state=open]:animate-[pop-in_160ms_var(--ease-emphasized)] data-[state=closed]:animate-[pop-out_130ms_ease]"
75
+ class="fixed left-1/2 top-1/2 z-(--z-modal) flex max-h-[min(90vh,calc(100dvh-2rem))] -translate-x-1/2 -translate-y-1/2 flex-col rounded-card border border-line bg-surface-raised shadow-panel outline-none data-[state=open]:animate-[pop-in_var(--duration-medium)_var(--ease-emphasized)] data-[state=closed]:animate-[pop-out_120ms_cubic-bezier(0.4,0,1,1)]"
76
76
  :class="widthClass"
77
77
  :style="width ? { width } : undefined"
78
78
  >
@@ -41,42 +41,56 @@ const viewportEl = computed<HTMLElement | null>(
41
41
  )
42
42
  defineExpose({ viewportEl })
43
43
 
44
+ // `opacity-0` + the hidden-state fade is what keeps the bar invisible at rest:
45
+ // with force-mount the element stays in the DOM, so a one-shot fade-out alone
46
+ // would snap back to visible once the animation finished.
44
47
  const barFade =
45
- "data-[state=visible]:animate-[fade-in_180ms_ease] data-[state=hidden]:animate-[fade-out_240ms_ease]"
48
+ "opacity-0 data-[state=visible]:animate-[fade-in_180ms_ease] data-[state=visible]:opacity-100 data-[state=hidden]:animate-[fade-out_240ms_ease]"
46
49
  </script>
47
50
 
48
51
  <template>
49
52
  <ScrollAreaRoot class="relative overflow-hidden" type="hover" :scroll-hide-delay="500">
50
- <ScrollAreaViewport
51
- ref="viewportRef"
52
- class="size-full min-w-0 [&>div]:!block [&>div]:!min-w-0"
53
- :class="fade ? '[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]' : ''"
54
- @scroll.passive="$emit('scroll', $event)"
55
- >
56
- <div :class="contentClass">
57
- <slot />
58
- </div>
59
- </ScrollAreaViewport>
60
-
53
+ <!-- The bar itself is a pointer target far wider than it looks: the visible
54
+ rail is the thumb, sized below, while the track pads it out to a
55
+ grabbable strip. A 4px-wide hit area is near-impossible to catch with a
56
+ mouse. Padding (not width) carries the extra room so the thumb stays
57
+ flush against the wall. -->
58
+ <!-- force-mount: reka only sets the viewport's `overflow-y: scroll` while a
59
+ vertical scrollbar is MOUNTED, and with type="hover" that happens on
60
+ first hover — so before the pointer ever entered, the region silently
61
+ refused to scroll (wheel included). Mounting it up front fixes that;
62
+ the bar still only becomes visible on hover, via `barFade` below. -->
61
63
  <ScrollAreaScrollbar
62
64
  orientation="vertical"
63
- class="group flex w-1 touch-none select-none p-px transition-[width] duration-[var(--duration-fast)] hover:w-1.5"
65
+ force-mount
66
+ class="group flex w-3.5 touch-none select-none justify-end py-px pl-2.5 pr-px"
64
67
  :class="barFade"
65
68
  :style="barInsetTop ? { marginTop: barInsetTop } : undefined"
66
69
  >
67
70
  <ScrollAreaThumb
68
- class="flex-1 rounded-l-pill bg-brand/40 transition-colors group-hover:bg-brand"
71
+ class="w-1 rounded-l-pill bg-brand/40 transition-[width,background-color] duration-[var(--duration-fast)] group-hover:w-1.5 group-hover:bg-brand"
69
72
  />
70
73
  </ScrollAreaScrollbar>
71
74
 
72
75
  <ScrollAreaScrollbar
73
76
  orientation="horizontal"
74
- class="group flex h-1 flex-col touch-none select-none p-px transition-[height] duration-[var(--duration-fast)] hover:h-1.5"
77
+ class="group flex h-3.5 flex-col touch-none select-none justify-end px-px pb-px pt-2.5"
75
78
  :class="barFade"
76
79
  >
77
80
  <ScrollAreaThumb
78
- class="flex-1 rounded-t-pill bg-brand/40 transition-colors group-hover:bg-brand"
81
+ class="h-1 rounded-t-pill bg-brand/40 transition-[height,background-color] duration-[var(--duration-fast)] group-hover:h-1.5 group-hover:bg-brand"
79
82
  />
80
83
  </ScrollAreaScrollbar>
84
+
85
+ <ScrollAreaViewport
86
+ ref="viewportRef"
87
+ class="size-full min-w-0 [&>div]:!block [&>div]:!min-w-0"
88
+ :class="fade ? '[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]' : ''"
89
+ @scroll.passive="$emit('scroll', $event)"
90
+ >
91
+ <div :class="contentClass">
92
+ <slot />
93
+ </div>
94
+ </ScrollAreaViewport>
81
95
  </ScrollAreaRoot>
82
96
  </template>
@@ -125,16 +125,22 @@
125
125
  opacity: 0;
126
126
  }
127
127
  }
128
+ /*
129
+ * Centred-dialog enter/exit. The scale alone read as a pop on the spot, so the
130
+ * panel also rises a few pixels into place — it arrives from somewhere instead
131
+ * of appearing. Exit drops back the same way but shorter and on an accelerating
132
+ * curve, since a dismissal shouldn't be savoured.
133
+ */
128
134
  @keyframes pop-in {
129
135
  from {
130
136
  opacity: 0;
131
- transform: translate(-50%, -50%) scale(0.96);
137
+ transform: translate(-50%, calc(-50% + 8px)) scale(0.97);
132
138
  }
133
139
  }
134
140
  @keyframes pop-out {
135
141
  to {
136
142
  opacity: 0;
137
- transform: translate(-50%, -50%) scale(0.96);
143
+ transform: translate(-50%, calc(-50% + 4px)) scale(0.985);
138
144
  }
139
145
  }
140
146
  /*