asma-ui-core 3.58.4 → 3.58.5

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.
@@ -0,0 +1,15 @@
1
+ var e = "_root_t64s4_1", _ = "_shell_t64s4_5", a = "_shellCompact_t64s4_9", t = "_shellExpanded_t64s4_13", s = "_content_t64s4_17", r = "_compactItems_t64s4_21", o = "_expandedItems_t64s4_25", l = "_measureRow_t64s4_29", m = "_measureLayer_t64s4_33", v = "_chevron_t64s4_37", d = {
2
+ root: e,
3
+ shell: _,
4
+ shellCompact: a,
5
+ shellExpanded: t,
6
+ content: s,
7
+ compactItems: r,
8
+ expandedItems: o,
9
+ measureRow: l,
10
+ measureLayer: m,
11
+ chevron: v
12
+ };
13
+ export {
14
+ d as default
15
+ };
@@ -1,146 +1,147 @@
1
- import { cn as y } from "../../../helpers/cn.js";
2
- import { ChevronDownIcon as B } from "../../icons/chevron-down-icon/ChevronDownIcon.js";
3
- import { ChevronUpIcon as E } from "../../icons/chevron-up-icon/ChevronUpIcon.js";
4
- import { useCallback as W, useEffect as k, useLayoutEffect as F, useMemo as R, useRef as g, useState as C, useSyncExternalStore as L } from "react";
5
- import { Fragment as O, jsx as e, jsxs as x } from "react/jsx-runtime";
6
- var j = typeof window < "u" ? F : k;
1
+ import { cn as I } from "../../../helpers/cn.js";
2
+ import { ChevronDownIcon as z } from "../../icons/chevron-down-icon/ChevronDownIcon.js";
3
+ import { ChevronUpIcon as B } from "../../icons/chevron-up-icon/ChevronUpIcon.js";
4
+ import h from "./Pathfinder.module.js";
5
+ import { useCallback as R, useEffect as y, useLayoutEffect as F, useMemo as C, useRef as w, useState as x, useSyncExternalStore as O } from "react";
6
+ import { Fragment as j, jsx as e, jsxs as N } from "react/jsx-runtime";
7
+ var P = typeof window < "u" ? F : y;
7
8
  function D() {
8
- const [i, n] = C(null), o = W((t) => {
9
+ const [i, n] = x(null), d = R((t) => {
9
10
  n(t);
10
- }, []), r = W(() => i ? Math.floor(i.getBoundingClientRect().width) : 0, [i]);
11
+ }, []), s = R(() => i ? Math.floor(i.getBoundingClientRect().width) : 0, [i]);
11
12
  return {
12
- ref: o,
13
- width: L(W((t) => {
13
+ ref: d,
14
+ width: O(R((t) => {
14
15
  if (!i || typeof ResizeObserver > "u") return () => {
15
16
  console.log("Node is missing or ResizeObserver is undefined");
16
17
  };
17
- let c = 0;
18
- const d = new ResizeObserver(() => {
19
- cancelAnimationFrame(c), c = requestAnimationFrame(t);
18
+ let a = 0;
19
+ const o = new ResizeObserver(() => {
20
+ cancelAnimationFrame(a), a = requestAnimationFrame(t);
20
21
  });
21
- return d.observe(i), () => {
22
- cancelAnimationFrame(c), d.disconnect();
22
+ return o.observe(i), () => {
23
+ cancelAnimationFrame(a), o.disconnect();
23
24
  };
24
- }, [i]), r, () => 0)
25
+ }, [i]), s, () => 0)
25
26
  };
26
27
  }
27
- function I(i) {
28
- return [...i].sort((n, o) => {
29
- const r = n.order ?? 0, t = o.order ?? 0;
30
- return r !== t ? r - t : n.id.localeCompare(o.id);
28
+ function M(i) {
29
+ return [...i].sort((n, d) => {
30
+ const s = n.order ?? 0, t = d.order ?? 0;
31
+ return s !== t ? s - t : n.id.localeCompare(d.id);
31
32
  });
32
33
  }
33
- function P(i) {
34
- const { items: n, leadSlot: o, actionSlot: r } = i, t = g({}), c = g(null), d = g(null), [l, p] = C({
34
+ function _(i) {
35
+ const { items: n, leadSlot: d, actionSlot: s } = i, t = w({}), a = w(null), o = w(null), [l, p] = x({
35
36
  itemWidths: {},
36
37
  leadWidth: 0,
37
38
  actionWidth: 0
38
- }), u = g(l);
39
- k(() => {
40
- u.current = l;
39
+ }), f = w(l);
40
+ y(() => {
41
+ f.current = l;
41
42
  }, [l]);
42
- const f = W((a) => (h) => {
43
- t.current[a] = h;
43
+ const v = R((c) => (m) => {
44
+ t.current[c] = m;
44
45
  }, []);
45
- return j(() => {
46
- const a = {};
47
- for (const m of n) {
48
- const b = t.current[m.id], s = Math.ceil(b?.getBoundingClientRect().width ?? m.estimatedWidth ?? 0);
49
- a[m.id] = s;
46
+ return P(() => {
47
+ const c = {};
48
+ for (const u of n) {
49
+ const k = t.current[u.id], r = Math.ceil(k?.getBoundingClientRect().width ?? u.estimatedWidth ?? 0);
50
+ c[u.id] = r;
50
51
  }
51
- const h = o ? Math.ceil(c.current?.getBoundingClientRect().width ?? 0) : 0, w = r ? Math.ceil(d.current?.getBoundingClientRect().width ?? 0) : 0, v = u.current;
52
- (!(Object.keys(v.itemWidths).length === Object.keys(a).length && n.every((m) => v.itemWidths[m.id] === a[m.id])) || v.leadWidth !== h || v.actionWidth !== w) && p({
53
- itemWidths: a,
54
- leadWidth: h,
55
- actionWidth: w
52
+ const m = d ? Math.ceil(a.current?.getBoundingClientRect().width ?? 0) : 0, g = s ? Math.ceil(o.current?.getBoundingClientRect().width ?? 0) : 0, W = f.current;
53
+ (!(Object.keys(W.itemWidths).length === Object.keys(c).length && n.every((u) => W.itemWidths[u.id] === c[u.id])) || W.leadWidth !== m || W.actionWidth !== g) && p({
54
+ itemWidths: c,
55
+ leadWidth: m,
56
+ actionWidth: g
56
57
  });
57
58
  }, [
58
59
  n,
59
- o,
60
- r
60
+ d,
61
+ s
61
62
  ]), {
62
63
  measurements: l,
63
- registerItemRef: f,
64
- leadRef: c,
65
- actionRef: d
64
+ registerItemRef: v,
65
+ leadRef: a,
66
+ actionRef: o
66
67
  };
67
68
  }
68
69
  function q(i) {
69
- const { items: n, availableWidth: o, gapPx: r, itemWidths: t } = i, c = [];
70
- let d = 0;
71
- for (const l of I(n)) {
72
- const p = Math.max(0, t[l.id] ?? l.estimatedWidth ?? 0), u = c.length === 0 ? p : d + r + p;
73
- if (u > o) break;
74
- c.push(l), d = u;
70
+ const { items: n, availableWidth: d, gapPx: s, itemWidths: t } = i, a = [];
71
+ let o = 0;
72
+ for (const l of M(n)) {
73
+ const p = Math.max(0, t[l.id] ?? l.estimatedWidth ?? 0), f = a.length === 0 ? p : o + s + p;
74
+ if (f > d) break;
75
+ a.push(l), o = f;
75
76
  }
76
- return c;
77
+ return a;
77
78
  }
78
- function N({ item: i, compact: n }) {
79
- return /* @__PURE__ */ e(O, { children: i.render({ compact: n }) });
79
+ function b({ item: i, compact: n }) {
80
+ return /* @__PURE__ */ e(j, { children: i.render({ compact: n }) });
80
81
  }
81
- function J({ items: i, expanded: n, onToggleExpanded: o, leadSlot: r, actionSlot: t, className: c, leadReservePx: d = 140, actionReservePx: l = 44 }) {
82
- const { ref: p, width: u } = D(), f = !n, a = R(() => I(i), [i]), { measurements: h, registerItemRef: w, leadRef: v, actionRef: m } = P({
83
- items: a,
84
- leadSlot: r,
82
+ function Q({ items: i, expanded: n, onToggleExpanded: d, leadSlot: s, actionSlot: t, className: a, leadReservePx: o = 140, actionReservePx: l = 44 }) {
83
+ const { ref: p, width: f } = D(), v = !n, c = C(() => M(i), [i]), { measurements: m, registerItemRef: g, leadRef: W, actionRef: u } = _({
84
+ items: c,
85
+ leadSlot: s,
85
86
  actionSlot: t
86
- }), b = R(() => {
87
- if (n) return a;
88
- const s = 24, M = 40, z = r ? Math.max(d, h.leadWidth + 12) : 0, A = t ? Math.max(l, h.actionWidth) : 0;
87
+ }), k = C(() => {
88
+ if (n) return c;
89
+ const r = 24, A = 40, E = s ? Math.max(o, m.leadWidth + 12) : 0, L = t ? Math.max(l, m.actionWidth) : 0;
89
90
  return q({
90
- items: a,
91
- availableWidth: Math.max(0, u - s - M - z - A - 24),
91
+ items: c,
92
+ availableWidth: Math.max(0, f - r - A - E - L - 24),
92
93
  gapPx: 12,
93
- itemWidths: h.itemWidths
94
+ itemWidths: m.itemWidths
94
95
  });
95
96
  }, [
96
97
  n,
97
- a,
98
- u,
99
- r,
98
+ c,
99
+ f,
100
+ s,
100
101
  t,
101
- d,
102
+ o,
102
103
  l,
103
- h
104
+ m
104
105
  ]);
105
- return /* @__PURE__ */ x("div", {
106
+ return /* @__PURE__ */ N("div", {
106
107
  ref: p,
107
- className: y("relative border-2 border-solid border-gama-300 bg-gama-25 transition-all duration-300 ease-in-out", "rounded-lg min-[744px]:rounded-[100px]", f ? "overflow-hidden" : "overflow-visible", c),
108
+ className: I(h.root, v ? "overflow-hidden" : "overflow-visible", a),
108
109
  "aria-expanded": n,
109
110
  role: "button",
110
111
  tabIndex: 0,
111
- onClick: o,
112
- onKeyDown: (s) => {
113
- (s.key === "Enter" || s.key === " ") && (s.preventDefault(), o());
112
+ onClick: d,
113
+ onKeyDown: (r) => {
114
+ (r.key === "Enter" || r.key === " ") && (r.preventDefault(), d());
114
115
  },
115
116
  children: [
116
- /* @__PURE__ */ x("div", {
117
- className: y("flex min-w-0 items-center p-2", f ? "gap-y-0" : "gap-y-1"),
118
- children: [r ? /* @__PURE__ */ e("div", {
117
+ /* @__PURE__ */ N("div", {
118
+ className: I(h.shell, v ? h.shellCompact : h.shellExpanded),
119
+ children: [s ? /* @__PURE__ */ e("div", {
119
120
  className: "shrink-0",
120
- children: r
121
+ children: s
121
122
  }) : null, /* @__PURE__ */ e("div", {
122
- className: "min-w-0 flex-1 px-4",
123
- children: f ? /* @__PURE__ */ e("div", {
124
- className: "flex min-w-0 flex-nowrap items-center gap-x-4 overflow-hidden whitespace-nowrap",
125
- children: b.map((s) => /* @__PURE__ */ e("div", {
123
+ className: h.content,
124
+ children: v ? /* @__PURE__ */ e("div", {
125
+ className: h.compactItems,
126
+ children: k.map((r) => /* @__PURE__ */ e("div", {
126
127
  className: "shrink-0 whitespace-nowrap",
127
- children: /* @__PURE__ */ e(N, {
128
- item: s,
129
- compact: f
128
+ children: /* @__PURE__ */ e(b, {
129
+ item: r,
130
+ compact: v
130
131
  })
131
- }, s.id))
132
- }) : /* @__PURE__ */ x("div", {
133
- className: "flex min-w-0 flex-wrap items-center gap-x-4 gap-y-1 overflow-visible",
134
- children: [a.map((s) => /* @__PURE__ */ e("div", {
132
+ }, r.id))
133
+ }) : /* @__PURE__ */ N("div", {
134
+ className: h.expandedItems,
135
+ children: [c.map((r) => /* @__PURE__ */ e("div", {
135
136
  className: "shrink-0 whitespace-nowrap",
136
- children: /* @__PURE__ */ e(N, {
137
- item: s,
138
- compact: f
137
+ children: /* @__PURE__ */ e(b, {
138
+ item: r,
139
+ compact: v
139
140
  })
140
- }, s.id)), t ? /* @__PURE__ */ e("div", {
141
+ }, r.id)), t ? /* @__PURE__ */ e("div", {
141
142
  className: "shrink-0",
142
143
  children: /* @__PURE__ */ e("div", {
143
- ref: m,
144
+ ref: u,
144
145
  children: t
145
146
  })
146
147
  }) : null]
@@ -148,34 +149,34 @@ function J({ items: i, expanded: n, onToggleExpanded: o, leadSlot: r, actionSlot
148
149
  })]
149
150
  }),
150
151
  /* @__PURE__ */ e("div", {
151
- className: "absolute right-4 top-1/2 z-20 flex-shrink-0 -translate-y-1/2 text-delta-700",
152
- children: n ? /* @__PURE__ */ e(E, { className: "size-6" }) : /* @__PURE__ */ e(B, { className: "size-6" })
152
+ className: h.chevron,
153
+ children: n ? /* @__PURE__ */ e(B, { className: "size-6" }) : /* @__PURE__ */ e(z, { className: "size-6" })
153
154
  }),
154
155
  /* @__PURE__ */ e("div", {
155
156
  "aria-hidden": !0,
156
- className: "pointer-events-none absolute left-0 top-0 -z-10 opacity-0",
157
- children: /* @__PURE__ */ x("div", {
158
- className: "flex min-w-0 flex-nowrap items-center gap-x-4 gap-y-1 whitespace-nowrap",
157
+ className: h.measureLayer,
158
+ children: /* @__PURE__ */ N("div", {
159
+ className: h.measureRow,
159
160
  children: [
160
- r ? /* @__PURE__ */ e("div", {
161
+ s ? /* @__PURE__ */ e("div", {
161
162
  className: "shrink-0",
162
163
  children: /* @__PURE__ */ e("div", {
163
- ref: v,
164
- children: r
164
+ ref: W,
165
+ children: s
165
166
  })
166
167
  }) : null,
167
- a.map((s) => /* @__PURE__ */ e("div", {
168
- ref: w(s.id),
168
+ c.map((r) => /* @__PURE__ */ e("div", {
169
+ ref: g(r.id),
169
170
  className: "shrink-0 whitespace-nowrap",
170
- children: /* @__PURE__ */ e(N, {
171
- item: s,
171
+ children: /* @__PURE__ */ e(b, {
172
+ item: r,
172
173
  compact: !0
173
174
  })
174
- }, s.id)),
175
+ }, r.id)),
175
176
  t ? /* @__PURE__ */ e("div", {
176
177
  className: "shrink-0",
177
178
  children: /* @__PURE__ */ e("div", {
178
- ref: m,
179
+ ref: u,
179
180
  children: t
180
181
  })
181
182
  }) : null
@@ -186,5 +187,5 @@ function J({ items: i, expanded: n, onToggleExpanded: o, leadSlot: r, actionSlot
186
187
  });
187
188
  }
188
189
  export {
189
- J as PathfinderCard
190
+ Q as PathfinderCard
190
191
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.58.4",
6
+ "version": "3.58.5",
7
7
  "type": "module",
8
8
  "sideEffects": [
9
9
  "**/*.css",