@leavepulse/ui 0.14.7 → 0.14.8

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 (25) hide show
  1. package/dist/chunks/{LpAppShell-BVXvIWjF.js → LpAppShell-BLKZDLh8.js} +2 -2
  2. package/dist/chunks/{LpConfirmDialog-BV7iXMtQ.js → LpConfirmDialog-BA45MvRL.js} +1 -1
  3. package/dist/chunks/{LpDrawer-BBINS_bU.js → LpDrawer-6n5Hd-iF.js} +1 -1
  4. package/dist/chunks/{LpLogViewer-CH_5LQH_.js → LpLogViewer-BBgaY38i.js} +1 -1
  5. package/dist/chunks/{LpModal-D9WInJq_.js → LpModal-B9CVVC5U.js} +1 -1
  6. package/dist/chunks/{LpNotificationBell-BbJnzpq4.js → LpNotificationBell-B9VHks_D.js} +1 -1
  7. package/dist/chunks/{LpScrollArea-Bw5p782q.js → LpScrollArea-BtnZCCBT.js} +5 -1
  8. package/dist/chunks/{LpSidebar-CqKQX5gn.js → LpSidebar-tZ2z-PnM.js} +2 -2
  9. package/dist/chunks/{LpSidebarNav-CeiurDUn.js → LpSidebarNav-D-YvtwsH.js} +1 -1
  10. package/dist/chunks/{LpTable-B6jQX1W7.js → LpTable-CzHVcr3v.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 +1 -0
  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/LpScrollArea.vue +9 -1
@@ -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-Bw5p782q.js";
5
- import { _ as _sfc_main$1 } from "./LpSidebar-CqKQX5gn.js";
4
+ import { _ as _sfc_main$4 } from "./LpScrollArea-BtnZCCBT.js";
5
+ import { _ as _sfc_main$1 } from "./LpSidebar-tZ2z-PnM.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-D9WInJq_.js";
3
+ import { _ as _sfc_main$1 } from "./LpModal-B9CVVC5U.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-Bw5p782q.js";
6
+ import { _ as _sfc_main$2 } from "./LpScrollArea-BtnZCCBT.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
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-Bw5p782q.js";
4
+ import { _ as _sfc_main$1 } from "./LpScrollArea-BtnZCCBT.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,
@@ -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-Bw5p782q.js";
5
+ import { _ as _sfc_main$2 } from "./LpScrollArea-BtnZCCBT.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"
@@ -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-Bw5p782q.js";
8
+ import { _ as _sfc_main$3 } from "./LpScrollArea-BtnZCCBT.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 = {
@@ -5,6 +5,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "LpScrollArea",
6
6
  props: {
7
7
  fade: { type: Boolean },
8
+ smooth: { type: Boolean },
8
9
  contentClass: {},
9
10
  barInsetTop: {}
10
11
  },
@@ -45,7 +46,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
46
  createVNode(unref(ScrollAreaViewport), {
46
47
  ref_key: "viewportRef",
47
48
  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
+ class: normalizeClass(["size-full min-w-0 [&>div]:!block [&>div]:!min-w-0", [
50
+ __props.smooth ? "scroll-smooth motion-reduce:scroll-auto" : "",
51
+ __props.fade ? "[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]" : ""
52
+ ]]),
49
53
  onScrollPassive: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("scroll", $event))
50
54
  }, {
51
55
  default: withCtx(() => [
@@ -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-BBINS_bU.js";
3
- import { _ as _sfc_main$1 } from "./LpSidebarNav-CeiurDUn.js";
2
+ import { _ as _sfc_main$2 } from "./LpDrawer-6n5Hd-iF.js";
3
+ import { _ as _sfc_main$1 } from "./LpSidebarNav-D-YvtwsH.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-Bw5p782q.js";
7
+ import { _ as _sfc_main$1 } from "./LpScrollArea-BtnZCCBT.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-Bw5p782q.js";
5
+ import { _ as _sfc_main$1 } from "./LpScrollArea-BtnZCCBT.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-BVXvIWjF.js";
1
+ import { _ as _sfc_main } from "../chunks/LpAppShell-BLKZDLh8.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-Bw5p782q.js";
4
+ import { _ as _sfc_main$2 } from "../chunks/LpScrollArea-BtnZCCBT.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-BV7iXMtQ.js";
1
+ import { _ as _sfc_main } from "../chunks/LpConfirmDialog-BA45MvRL.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpDrawer-BBINS_bU.js";
1
+ import { _ as _sfc_main } from "../chunks/LpDrawer-6n5Hd-iF.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpLogViewer-CH_5LQH_.js";
1
+ import { _ as _sfc_main } from "../chunks/LpLogViewer-BBgaY38i.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpModal-D9WInJq_.js";
1
+ import { _ as _sfc_main } from "../chunks/LpModal-B9CVVC5U.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpNotificationBell-BbJnzpq4.js";
1
+ import { _ as _sfc_main } from "../chunks/LpNotificationBell-B9VHks_D.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,5 +1,6 @@
1
1
  type __VLS_Props = {
2
2
  fade?: boolean;
3
+ smooth?: boolean;
3
4
  contentClass?: string;
4
5
  barInsetTop?: string;
5
6
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpScrollArea-Bw5p782q.js";
1
+ import { _ as _sfc_main } from "../chunks/LpScrollArea-BtnZCCBT.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpSidebar-CqKQX5gn.js";
1
+ import { _ as _sfc_main } from "../chunks/LpSidebar-tZ2z-PnM.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpSidebarNav-CeiurDUn.js";
1
+ import { _ as _sfc_main } from "../chunks/LpSidebarNav-D-YvtwsH.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../chunks/LpTable-B6jQX1W7.js";
1
+ import { _ as _sfc_main } from "../chunks/LpTable-CzHVcr3v.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-BVXvIWjF.js";
3
+ import { _ as _3 } from "./chunks/LpAppShell-BLKZDLh8.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-BV7iXMtQ.js";
14
+ import { _ as _13 } from "./chunks/LpConfirmDialog-BA45MvRL.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-BBINS_bU.js";
19
+ import { _ as _18 } from "./chunks/LpDrawer-6n5Hd-iF.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-CH_5LQH_.js";
28
- import { _ as _27 } from "./chunks/LpModal-D9WInJq_.js";
29
- import { _ as _28 } from "./chunks/LpNotificationBell-BbJnzpq4.js";
27
+ import { _ as _26 } from "./chunks/LpLogViewer-BBgaY38i.js";
28
+ import { _ as _27 } from "./chunks/LpModal-B9CVVC5U.js";
29
+ import { _ as _28 } from "./chunks/LpNotificationBell-B9VHks_D.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-Bw5p782q.js";
40
+ import { _ as _38 } from "./chunks/LpScrollArea-BtnZCCBT.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-CqKQX5gn.js";
44
+ import { _ as _42 } from "./chunks/LpSidebar-tZ2z-PnM.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-B6jQX1W7.js";
50
+ import { _ as _48 } from "./chunks/LpTable-CzHVcr3v.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.7",
3
+ "version": "0.14.8",
4
4
  "type": "module",
5
5
  "description": "LeavePulse token-driven Vue component kit.",
6
6
  "repository": {
@@ -20,8 +20,13 @@ import {
20
20
  // component root, since items live inside reka's viewport.
21
21
  // `barInsetTop` (any CSS length) pulls the vertical scrollbar down by that much,
22
22
  // so it doesn't run under a sticky header pinned at the top of the viewport.
23
+ // `smooth` eases wheel and keyboard scrolling. Opt-in rather than default:
24
+ // it also applies to `scrollTo({ behavior: "auto" })`, which consumers that
25
+ // drive the scroll themselves (a log tail jumping to the newest line) rely on
26
+ // being instant.
23
27
  const props = defineProps<{
24
28
  fade?: boolean
29
+ smooth?: boolean
25
30
  contentClass?: string
26
31
  barInsetTop?: string
27
32
  }>()
@@ -85,7 +90,10 @@ const barFade =
85
90
  <ScrollAreaViewport
86
91
  ref="viewportRef"
87
92
  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%)]' : ''"
93
+ :class="[
94
+ smooth ? 'scroll-smooth motion-reduce:scroll-auto' : '',
95
+ fade ? '[mask-image:linear-gradient(to_bottom,transparent_0,black_14px,black_calc(100%-14px),transparent_100%)]' : '',
96
+ ]"
89
97
  @scroll.passive="$emit('scroll', $event)"
90
98
  >
91
99
  <div :class="contentClass">